@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.break {
  word-break: break-all;
}
a,
button {
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Roboto Condensed", sans-serif;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  padding-block: 28px;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.header__logo img {
  width: 30px;
  height: 30px;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.header__nav a {
  display: block;
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.home {
  background: #000 url(../images/bg1.png) center / cover no-repeat;
}

.home__inner {
  max-width: 976px;
  width: 100%;
  margin-inline: auto;
}
.home__title {
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home__text {
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.home__link img {
  width: 24px;
  height: 24px;
}
.home__link {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

  width: fit-content;
  margin-inline: auto;
  padding: 20px 40px;
  border-radius: 60px;
  background: #df2929;
}
.b1__widget {
  padding: 20px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.b1__title {
  color: #141414;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b2__subtitle {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.b2__content {
  max-width: 570px;
  width: 100%;
}

.b2__title {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b2__list {
  max-width: 590px;
  width: 100%;
}
.b2__item {
  border-radius: 22px;
  border: 1px solid #df2929;
  padding: 20px;
}
.b2__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.b2__label {
  color: #df2929;
  font-family: "Roboto Condensed";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.b2__text {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b3__title {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.b3__subtitle {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}

.b3__img {
  max-width: 387px;
  width: 100%;
}
.b3__img img {
  object-fit: cover;
  border-radius: 30px;
}
.b3__content {
  max-width: 773px;
  width: 100%;
}
.b3__label {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b3__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b3__label2 {
  color: #df2929;
  font-family: "Roboto Condensed";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.b3__text {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b4__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b4__item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 22px;
  background: #df2929;
}
.b4__col1 {
  position: relative;
  max-width: 387px;
  width: 100%;
  flex-shrink: 0;
}
.b4__img {
  height: 100%;
}
.b4__img img {
  border-radius: 20px;
  object-fit: cover;
}
.b4__label {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
}
.b4__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #df2929;
  padding: 8px;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.b4__label2 {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.b4__content {
  max-width: 753px;
  width: 100%;
}
.b4__title {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.b4__text {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.b4__btn img {
  width: 24px;
  height: 24px;
}
.b4__btn {
  display: flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 20px 60px;
  color: #df2929;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 60px;
  background: #fff;
}
.contact__title {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact__img {
  max-width: 387px;
  width: 100%;
}
.contact__content {
  max-width: 773px;
  width: 100%;
}
.contact__img img {
  object-fit: cover;
  border-radius: 20px;
}

.contact__text span {
  color: #df2929;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact__text {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.form input::placeholder,
.form textarea::placeholder {
  color: rgba(20, 20, 20, 0.7);
}
.form input,
.form textarea {
  display: block;
  width: 100%;
  padding: 27px 30px;
  color: rgba(20, 20, 20, 0.7);
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 60px;
  background: rgba(20, 20, 20, 0.1);
}
.form textarea {
  height: 140px;
  border-radius: 26px;
}
.form button img {
  width: 24px;
  height: 24px;
}
.form button {
  margin-top: 10px;
  padding: 20px 30px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: center;
  border-radius: 60px;
  background: #df2929;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer {
  padding-block: 36px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer__logo img {
  width: 30px;
  height: 30px;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.footer__text {
  color: #df2929;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.footer__links a {
  display: block;
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.footer__copyright {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.home2 {
  background-image: url(../images/bg2.png);
}
.home3 {
  background-image: url(../images/bg3.png);
}
.home4 {
  background-image: url(../images/bg4.png);
}
@media (max-width: 830px) {
  .b4__col1 {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .b4__item {
    flex-direction: column;
  }
  .b4__col1 {
    height: 242px;
  }
  .b4__content,
  .b4__col1 {
    max-width: initial;
  }
  .header__inner {
    flex-direction: column;
  }
  .header__nav {
    justify-content: center;
  }
  h1,
  h2 {
    font-size: 32px !important;
  }
  .contact__img {
    height: 400px;
  }
}
@media (max-width: 420px) {
}
@media (hover: hover) {
  a:hover {
    filter: brightness(80%);
  }
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 50px;
}

.terms__title {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.terms p {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.terms p span {
  color: #df2929;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* thank-page */
.th__title {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  color: #141414;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.th__btn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
  border-radius: 60px;
  background: #df2929;
  padding: 18px 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 768px) {
  .th__title {
    font-size: 32px;
  }
}
/* cookie */
.cookie-notification {
  position: fixed;
  right: 10px;
  bottom: 10px;
  box-sizing: border-box;
  z-index: 2000;
  width: 100%;
  border-radius: 30px;
  background: #fff;
  max-width: 620px;

  /* shadow */
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  display: none;
}
.cookie__img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.cookie__title {
  color: #df2929;
  font-family: "Roboto Condensed";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cookie__text {
  color: #141414;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.cookie__btns {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.cookieBtn {
  display: block;
  width: fit-content;
  border-radius: 60px;
  background: #df2929;
  padding: 18px 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cookie-notification {
    right: 0;
    bottom: 0;
    border-radius: initial;
    max-width: initial;
    padding: 30px 20px;
  }
}
@media (max-width: 600px) {
  .cookie-notification {
    right: 0;
    bottom: 0;
    border-radius: initial;
    max-width: initial;
    padding: 30px 20px;
  }
  .cookie__btns {
    flex-direction: column;
    align-items: initial;
  }

  .cookieBtn {
    width: 100%;
  }
}
