* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*-------------------------------------*/
:root {
  --var-body-text: #fff;
  --var-body-bg: #373737;
  --var-body-bg-news: #4B4B4B;
  --var-body-text-footer: #969696;
}

@media (prefers-color-scheme: light) {
  :root {
    --var-body-text: #000;
    --var-body-bg: #fff;
    --var-body-bg-news: #F3F3F3;
    --var-body-text-footer: #7a7a7a;
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--var-body-bg);
}

.fa-solid {
  margin-right: 10px;
}

.svg {
  fill: var(--var-body-text);
  max-width: 100%;
}

.container {
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}

.button {
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  background: radial-gradient(84.04% 82.92% at -22.31% -15.1%, #390D09 0%, #CB3125 100%);
  display: inline-block;
}

.button:hover {
  background: radial-gradient(84.04% 82.92% at -22.31% -15.1%, #7C1B12 0%, #E43224 100%);
}

.title {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: var(--var-body-text);
}

.title span {
  font-weight: 400;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 30px 0 130px 0;
}

.header__logo-text-link {
  padding: 0 8px 0 0;
}

.outdrive__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.outdrive__content {
  text-align: center;
  margin: 0 288px 0 0;
}

.outdrive__title {
  color: var(--var-body-text);
  font-weight: 700;
  font-size: 68px;
  line-height: 83px;
  text-transform: uppercase;
  margin: 0 0 80px 0;
}

.outdrive__title span {
  font-weight: 400;
}

.outdrive__button {
  padding: 25px 50px;
}

.outdrive__button span {
  font-weight: 400;
}

.news {
  background-color: var(--var-body-bg-news);
  margin: 0 0 100px 0;
}

.news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
}

.news__img {
  margin: 0 241px 0 0;
}

.news__content {
  text-align: center;
}

.news__title {
  margin: 0 0 80px 0;
}

.news__button {
  padding: 25px 92px;
}

.chat {
  margin-bottom: 100px;
}

.chat__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat__img {
  margin: 0 180px 0 0;
}

.chat__content {
  text-align: center;
}

.chat__title {
  margin: 0 0 80px 0;
}

.chat__button {
  padding: 25px 100px;
}

.what {
  margin-bottom: 100px;
}

.what__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 100px;
  background-color: #fff;
  border: 3px solid #373737;
  border-radius: 35px;
}

.what__title {
  color: #000;
  margin-bottom: 50px;
}

.what__item {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

.what__item:not(:last-child) {
  margin-bottom: 20px;
}

.footer {
  padding: 60px 0;
  background-color: var(--var-body-bg-news);
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo-text-link {
  padding: 0 8px 0 0;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__item:not(:first-child) {
  margin-left: 30px;
}

.footer__item-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
  color: var(--var-body-text);
}

.footer__item-link:hover {
  color: var(--var-body-text-footer);
}

@media (max-width: 1200px) {
  .title {
    font-size: 38px;
    line-height: 46px;
  }
  .outdrive__title {
    font-size: 54px;
    line-height: 66px;
  }
  .outdrive__img {
    max-width: 30%;
  }
  .news__img {
    max-width: 30%;
  }
  .chat__img {
    margin-right: 196px;
    max-width: 30%;
  }
}

@media (max-width: 1065px) {
  .title {
    font-size: 33px;
    line-height: 40px;
  }
  .button {
    font-size: 28px;
    line-height: 34px;
  }
  .outdrive__title {
    font-size: 43px;
    line-height: 52px;
    margin-bottom: 55px;
  }
  .outdrive__button {
    padding: 15px 30px;
  }
  .news__title {
    margin-bottom: 55px;
  }
  .news__button {
    padding: 15px 61px;
  }
  .chat__title {
    margin-bottom: 55px;
  }
  .chat__img {
    margin-right: 200px;
  }
  .chat__button {
    padding: 15px 66px;
  }
  .what__title {
    margin-bottom: 35px;
  }
  .what__item {
    font-size: 18px;
    line-height: 22px;
  }
  .what__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .what__img {
    max-width: 20%;
  }
}

@media (max-width: 965px) {
  .container {
    max-width: 683px;
  }
  .title {
    font-size: 23px;
    line-height: 28px;
  }
  .button {
    font-size: 18px;
    line-height: 22px;
  }
  .header__body {
    margin-bottom: 80px;
  }
  .header__logo-text-link {
    width: 125px;
  }
  .header__logo-img {
    width: 80px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .outdrive__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .outdrive__content {
    margin: 0;
  }
  .outdrive__title {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .outdrive__button {
    padding: 15px 30px;
  }
  .outdrive__img {
    max-width: 25%;
  }
  .news {
    margin-bottom: 50px;
  }
  .news__body {
    padding: 50px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news__content {
    margin-right: 24px;
  }
  .news__title {
    margin-bottom: 30px;
  }
  .news__button {
    padding: 15px 50px;
  }
  .news__img {
    margin: 0;
    max-width: 25%;
  }
  .chat__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .chat__title {
    margin-bottom: 30px;
  }
  .chat__img {
    margin: 0;
    max-width: 25%;
  }
  .chat__button {
    padding: 15px 53px;
  }
  .what__body {
    border-radius: 25px;
    padding: 20px 40px;
  }
  .what__title {
    margin-bottom: 25px;
  }
  .what__item {
    font-size: 14px;
    line-height: 17px;
  }
  .what__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .what__img {
    max-width: 20%;
  }
  .footer {
    padding: 30px 0;
  }
  .footer svg {
    width: 125px;
  }
  .footer__logo-img {
    width: 80px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .footer__item-link {
    font-size: 19px;
    line-height: 23px;
  }
}

@media (max-width: 565px) {
  .container {
    max-width: 683px;
  }
  .title {
    font-size: 23px;
    line-height: 28px;
  }
  .button {
    font-size: 18px;
    line-height: 22px;
  }
  .header__body {
    margin-bottom: 50px;
  }
  .header__logo-text-link {
    width: 100px;
  }
  .header__logo-img {
    width: 65px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .outdrive__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .outdrive__content {
    margin: 0;
  }
  .outdrive__title {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .outdrive__button {
    margin-bottom: 30px;
    padding: 15px 30px;
  }
  .outdrive__img {
    max-width: 156px;
  }
  .news {
    margin-bottom: 50px;
  }
  .news__body {
    padding: 50px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__content {
    margin: 0 0 30px 0;
  }
  .news__title {
    padding: 0 136px;
    margin-bottom: 30px;
  }
  .news__button {
    padding: 15px 50px;
  }
  .news__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    max-width: 156px;
  }
  .chat__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .chat__content {
    margin-bottom: 30px;
  }
  .chat__title {
    padding: 0 108px;
    margin-bottom: 30px;
  }
  .chat__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    max-width: 156px;
  }
  .chat__button {
    padding: 15px 53px;
  }
  .what__body {
    display: block;
    border-radius: 25px;
    padding: 20px 40px;
  }
  .what__title {
    margin-bottom: 25px;
  }
  .what__item {
    font-size: 14px;
    line-height: 17px;
  }
  .what__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .what__img {
    display: none;
    max-width: 20%;
  }
  .footer {
    padding: 30px 0;
  }
  .footer svg {
    width: 100px;
  }
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__list {
    display: block;
  }
  .footer__logo {
    margin-top: 20px;
  }
  .footer__item {
    text-align: center;
  }
  .footer__item:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer__logo-img {
    width: 65px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .footer__item-link {
    font-size: 16px;
    line-height: 20px;
  }
}
