*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 96px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 32px 18px;
  }
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-auto {
  flex: 1 1 auto;
}

.width-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.hidden {
  overflow: hidden;
}

h1 {
  color: #232224;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  line-height: 100%;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2.25rem;
    line-height: 120%;
    font-weight: 600;
  }
}

h2 {
  color: #232224;
  font-family: "Poppins", sans-serif;
  font-size: 3.125rem;
  line-height: 110%;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.125rem;
    line-height: 120%;
    font-weight: 600;
  }
}

h3 {
  color: #232224;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  line-height: 120%;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    line-height: 120%;
    font-weight: 600;
  }
}

h4 {
  color: #232224;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
  color: #fefbff;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 130%;
    font-weight: 600;
    color: #fefbff;
  }
}

h5 {
  text-transform: uppercase;
  background: linear-gradient(220.94deg, #0a0a0a 14.43%, #131312 85.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 150%;
    font-weight: 600;
  }
}

p {
  color: #767576;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    line-height: 150%;
  }
}

.bold {
  font-weight: bold;
  color: #353436;
}

strong {
  color: #232224;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    line-height: 150%;
  }
}

.text-center {
  text-align: center;
}

a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
  color: #fefbff;
  transform: 0.5 ease;
  font-weight: 600;
}

.btn {
  background: #FFD600;
  transition: 0.3s ease;
  color: #000;
}
.btn:hover {
  transform: scale(1.02);
}

.btn.back {
  background: white;
  border: 1px solid;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  width: 100%;
  position: relative;
  background-color: #000;
  overflow-x: hidden;
}

svg, img {
  display: block;
  max-width: 100%;
}

ul {
  list-style: none;
}

header {
  width: 100%;
  background: #000;
  box-shadow: none;
  transform: 0.5s ease;
}

.active-header {
  box-shadow: 0px 51px 80px rgba(169, 196, 80, 0.08), 0px 15.375px 24.1177px rgba(169, 196, 80, 0.0521271), 0px 6.38599px 10.0172px rgba(169, 196, 80, 0.04), 0px 2.30969px 3.62304px rgba(169, 196, 80, 0.0278729);
}

.header-truck {
  max-width: 1300px;
  padding: 40px 20px 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .header-truck {
    display: none;
  }
}
.header-truck nav ul {
  display: flex;
}
.header-truck nav ul li {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 20px;
  transition: 0.3s ease;
}
.header-truck nav ul li:hover {
  color: #FFD600;
}

.navbar-desktop {
  display: block;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .navbar-desktop {
    display: none;
  }
}

.navbar-desktop-item1 {
  flex: 1 1 auto;
}

.menu-desktop {
  list-style: none;
  display: flex;
  align-items: center;
}
.menu-desktop .menu-item {
  margin-left: 16px;
}

.nav-link-desktop {
  display: inline-block;
  padding: 16px 24px;
  position: relative;
}
.nav-link-desktop:hover {
  opacity: 0.8;
}

.navbar-mobile {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 24px;
  display: none;
}
@media screen and (max-width: 960px) {
  .navbar-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.bx {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  z-index: 800;
}
.bx::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 17%;
  transition: 0.7s ease;
  width: 80%;
  height: 2px;
  background-color: #fefbff;
}
.bx::before {
  content: "";
  position: absolute;
  top: 64%;
  left: 17%;
  transition: 0.7s ease;
  width: 80%;
  height: 2px;
  background-color: #fefbff;
}

.active-bx {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  z-index: 800;
}
.active-bx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  transform: rotate(-135deg);
  transition: 0.7s ease;
  width: 80%;
  height: 2px;
  background-color: #fefbff;
}
.active-bx::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17%;
  width: 80%;
  height: 2px;
  transform: rotate(315deg);
  transition: 0.7s ease;
  background-color: #fefbff;
}

.menu-mobile {
  width: 100vw;
  padding-bottom: 56px;
  background-color: #101010;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0px, 0);
  transition: 0.3s ease;
}

.active-menu-mobile {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s ease;
  z-index: 999;
}

.nav-list-mobile {
  max-width: 1300px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-link-mobile {
  display: block;
  font-size: 1.5rem;
  color: #fefbff;
  padding: 16px 20px;
  letter-spacing: 1px;
  position: relative;
}

.logo img {
  width: 228px;
  height: 100px;
  margin: 20px 0;
}
@media screen and (max-width: 960px) {
  .logo img {
    width: 166px;
    height: 74px;
  }
}

.footer_mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 28px;
  border-top: 2px solid #626262;
  width: 80%;
}
.footer_mobile h4, .footer_mobile ul li {
  padding-bottom: 16px;
}
.footer_mobile li {
  color: #949292;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.31; /* 131.25% */
  letter-spacing: 1px;
}
.footer_mobile li.contacts_mobile {
  padding-bottom: 8px;
}
.footer_mobile .menu_medias {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.footer_mobile .menu_medias a {
  background-color: #000;
  padding: 5px;
  border-radius: 8px;
}

.hero {
  position: relative;
  aspect-ratio: 16/10;
}
.hero .img-hero {
  width: 100%;
  position: absolute;
  top: 240px;
}
.hero .img-hero img.desktop-hero {
  width: 100%;
}
@media (max-width: 530px) {
  .hero .img-hero img.desktop-hero {
    display: none;
  }
}
.hero .img-hero img.mobile-hero {
  display: none;
}
@media (max-width: 530px) {
  .hero .img-hero img.mobile-hero {
    display: block;
    width: 100%;
  }
}
.hero .container {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .hero .container {
    gap: 220px;
  }
}
.hero .container h1 {
  font-size: 3.625rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 69.9px;
  color: #fff;
  max-width: 740px;
}
@media (max-width: 530px) {
  .hero .container h1 {
    font-size: 2.25rem;
    line-height: 43.2px;
    max-width: 352px;
  }
}
.hero .container p {
  font-size: 1rem !important;
  padding-top: 20px;
  color: #000;
}
.hero .container a {
  color: #FFD600;
}
@media (max-width: 530px) {
  .hero .container p {
    font-size: 1rem;
  }
}
.hero .container .form-hero form {
  background-color: #fff;
  padding: 40px 24px;
  border-radius: 24px;
  width: 462px;
}
@media screen and (max-width: 960px) {
  .hero .container .form-hero form {
    display: none;
  }
}
.hero .container .form-hero form h3 {
  font-family: "Roboto";
  color: #000;
  padding-bottom: 40px;
  text-align: center;
  font-size: 2rem;
}
.hero .container .form-hero form input {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #EFF0F7;
  border: none;
  margin-bottom: 30px;
  border-radius: 14px;
  font-family: "Roboto";
  font-size: 1rem;
}
.hero .container .form-hero form .btn_cotation {
  background-color: #FFD600;
  width: 100%;
  margin-bottom: 0;
  border-radius: 10px;
  font-family: "Roboto";
  font-weight: 700;
  border: 0;
  font-family: "Roboto";
  font-size: 1rem;
  padding: 22px;
  transition: 0.3s ease;
  cursor: pointer;
}
.hero .container .form-hero form .btn_cotation:hover {
  opacity: 0.8;
}

#full-protection {
  position: relative;
}
@media (min-width: 1800px) {
  #full-protection {
    padding-top: 0;
  }
}
#full-protection .container {
  flex-direction: column;
}
#full-protection .container .btn-cotation-mobile {
  justify-content: center;
  color: #000;
  margin-top: 60px;
  padding: 22px 36px;
  width: 330px;
  background-color: #FFD600;
  border-radius: 16px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 1.25rem;
  transition: 0.3s ease;
  border: none;
  position: absolute;
  z-index: 9999;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#full-protection .container .btn-cotation-mobile:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  #full-protection .container .btn-cotation-mobile {
    display: flex;
  }
}
@media (max-width: 768px) {
  #full-protection .container .btn-cotation-mobile {
    top: 3%;
  }
}
@media (max-width: 530px) {
  #full-protection .container .btn-cotation-mobile {
    top: 10%;
  }
}
@media (max-width: 425px) {
  #full-protection .container .btn-cotation-mobile {
    top: 9%;
  }
}
@media (max-width: 375px) {
  #full-protection .container .btn-cotation-mobile {
    top: 7%;
  }
}
#full-protection .container .full-prot-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 58px;
}
@media screen and (max-width: 960px) {
  #full-protection .container .full-prot-items {
    flex-direction: column;
  }
}
#full-protection .container .full-item-1 h2 {
  font-size: 3rem;
  font-family: "Inter";
  color: #fff;
  line-height: 56.7px;
  max-width: 458px;
}
@media (max-width: 425px) {
  #full-protection .container .full-item-1 h2 {
    font-size: 2rem;
    line-height: 32px;
  }
}
#full-protection .container .full-item-1 p {
  font-family: "Inter";
  font-size: 1.125rem;
  font-weight: 400;
  color: #EBEBEB;
  line-height: 21.8px;
  max-width: 435px;
  padding-top: 24px;
}
@media (max-width: 425px) {
  #full-protection .container .full-item-1 p {
    font-size: 1rem;
    line-height: 17.6px;
  }
}
#full-protection .container .full-item-2 {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  #full-protection .container .full-item-2 {
    grid-template-columns: 1fr;
  }
}
#full-protection .container .full-item-2 .protection-content {
  max-width: 332px;
  height: 234px;
  background-color: #0F1114;
  border-radius: 24px;
  padding: 46px 41px 34px 41px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#full-protection .container .full-item-2 h4 {
  font-family: "Inter";
  padding-top: 20px;
  padding-bottom: 10px;
}
#full-protection .container .full-item-2 p {
  font-family: "Inter";
  color: #E3E3E3;
  text-align: center;
  line-height: 17.6px;
}
#full-protection .container .btn-cotation {
  display: flex;
  justify-content: center;
  color: #000;
  margin-top: 60px;
  padding: 22px 36px;
  background-color: #FFD600;
  border-radius: 16px;
  font-family: "Inter";
  font-size: 1.25rem;
  transition: 0.3s ease;
}
@media (max-width: 425px) {
  #full-protection .container .btn-cotation {
    font-size: 1rem;
  }
}
#full-protection .container .btn-cotation:hover {
  opacity: 0.8;
}
#full-protection .container .open_mod {
  display: none;
  justify-content: center;
  color: #000;
  margin-top: 60px;
  padding: 22px 36px;
  width: 314px;
  background-color: #FFD600;
  border-radius: 16px;
  font-family: "Inter";
  font-size: 1.25rem;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  #full-protection .container .open_mod {
    display: flex;
  }
}
#full-protection .container .open_mod:hover {
  opacity: 0.8;
}

section#protection {
  background-color: #101010;
}
section#protection h3 {
  color: #fefbff;
  max-width: 302px;
  text-align: center;
  margin-bottom: 82px;
}
@media (max-width: 425px) {
  section#protection h3 {
    max-width: 100%;
    margin-bottom: 48px;
    font-size: 2rem;
    line-height: 36px;
  }
}
section#protection img {
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 960px) {
  section#protection img {
    max-width: initial;
  }
}

section#protection .container {
  flex-direction: column;
}

section#protection .protection-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 960px) {
  section#protection .protection-content {
    grid-template-columns: 1fr;
  }
}

section#protection .protection-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 46px 16px;
  border-radius: 24px;
  border: 1px solid #4B4B4B;
}
section#protection .protection-item h4 {
  margin-bottom: 10px;
}
section#protection .protection-item p {
  color: #fefbff;
  max-width: 464px;
  letter-spacing: 1px;
  font-weight: 400;
}

#testimony {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 425px) {
  #testimony {
    padding-top: 48px;
    padding-bottom: 28px;
  }
}
@media (min-width: 1900px) {
  #testimony .swiper {
    margin-left: 300px;
  }
}
@media (min-width: 1440px) {
  #testimony .swiper {
    margin-left: 116px;
  }
}
@media (min-width: 1366px) {
  #testimony .swiper {
    margin-left: 80px;
  }
}
@media (min-width: 320px) {
  #testimony .swiper {
    margin-left: 40px;
  }
}
#testimony .swiper-button-prev:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../svg/arrow-full.svg");
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
@media (max-width: 530px) {
  #testimony .swiper-button-prev:after {
    display: none;
  }
}
#testimony .swiper-button-prev.swiper-button-disabled::after {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../svg/arrow-b.svg");
  transform: rotate(0);
  background-repeat: no-repeat;
}
@media (max-width: 530px) {
  #testimony .swiper-button-prev.swiper-button-disabled::after {
    display: none;
  }
}
#testimony .swiper-button-next {
  top: 24%;
  opacity: 1;
  right: 7%;
}
@media (max-width: 530px) {
  #testimony .swiper-button-next {
    display: none;
  }
}
#testimony .swiper-button-prev {
  top: 24%;
  left: 87.5%;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  #testimony .swiper-button-prev {
    left: 85.5%;
  }
}
@media (max-width: 530px) {
  #testimony .swiper-button-prev {
    display: none;
  }
}
#testimony .swiper-button-next:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../svg/arrow-full.svg");
  transform: rotate(0);
  background-repeat: no-repeat;
}
@media (max-width: 530px) {
  #testimony .swiper-button-next:after {
    display: none;
  }
}
#testimony .swiper-button-next.swiper-button-disabled::after {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../svg/arrow-b.svg");
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
@media (max-width: 530px) {
  #testimony .swiper-button-next.swiper-button-disabled::after {
    display: none;
  }
}
#testimony h2 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Inter";
  line-height: 66px;
  margin-bottom: 54px;
}
@media (max-width: 425px) {
  #testimony h2 {
    font-size: 2rem;
    line-height: 32px;
  }
}
#testimony .testimony-card {
  display: flex;
  flex-direction: column;
  height: 374px;
  background-color: #0F1114;
  padding: 40px 24px;
  border-radius: 10px;
}
@media (max-width: 475px) {
  #testimony .testimony-card {
    height: 390px;
  }
}
#testimony .testimony-card .avatar-testimony {
  display: flex;
  gap: 22px;
  padding-bottom: 34px;
}
#testimony .testimony-card .avatar-testimony h4 {
  font-size: 1rem;
  font-family: "Inter";
  font-weight: 600;
  padding-bottom: 12px;
}

section#cotation {
  background: #000;
}

section#cotation .cotation-item1 {
  background-color: #FFD600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  border-radius: 16px 0 0 16px;
  height: 501px;
}
section#cotation .cotation-item1 h3 {
  max-width: 486px;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  section#cotation .cotation-item1 h3 {
    line-height: 1.41;
    letter-spacing: 1px;
    max-width: 292px;
    padding: 0 10px;
  }
}
section#cotation .cotation-item1 p {
  color: #000;
  max-width: 487px;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  section#cotation .cotation-item1 p {
    line-height: 1.56;
    letter-spacing: 1px;
    max-width: 292px;
    padding: 0 10px;
  }
}
section#cotation .cotation-item1 a {
  display: flex;
  width: 280px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #000;
  border-radius: 8px;
  color: #FFD600;
}
@media screen and (max-width: 960px) {
  section#cotation .cotation-item1 a {
    width: 260px;
  }
}
@media screen and (max-width: 960px) {
  section#cotation .cotation-item1 {
    max-width: 624px;
    width: 100%;
    height: 262px;
    border-radius: 16px 16px 0 0;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 350px;
  }
}

section#cotation .cotation-item2 img {
  background: linear-gradient(90deg, #FFD600 3.89%, rgba(0, 0, 0, 0) 74.68%);
}
@media screen and (max-width: 960px) {
  section#cotation .cotation-item2 img {
    border-radius: 0px 0px 16px 16px;
    opacity: 0.6;
    background: linear-gradient(176deg, #FFD600 6.29%, rgba(0, 0, 0, 0) 54.62%);
  }
  section#cotation .cotation-item2 img img {
    border-radius: 0px 0px 16px 16px;
  }
}

footer {
  background: #101010;
}

footer .container {
  justify-content: space-between;
  align-items: start;
  padding-bottom: 36px;
}

footer .footer-item1 p:nth-of-type(1) {
  max-width: 352px;
  letter-spacing: 1px;
  margin: 40px 0;
}

footer .footer-item1 p:nth-of-type(2) {
  max-width: 298px;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  footer .footer-item1 p:nth-of-type(2) {
    margin-bottom: 32px;
  }
}

footer .mediasSocial {
  display: flex;
  gap: 16px;
  margin-bottom: 36px;
}
footer .mediasSocial img {
  background-color: #000;
  border-radius: 8px;
  padding: 4px;
}

footer .footer-item2 h4 {
  margin-bottom: 46px;
}
footer .footer-item2 ul {
  list-style: none;
}
footer .footer-item2 ul li a {
  margin-bottom: 16px;
  color: #949292;
  font-family: "Poppins";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 1px;
  display: block;
}

footer .footer-item3 h4 {
  margin-bottom: 44px;
}
footer .footer-item3 .contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
footer .footer-item3 .contacts a {
  color: #949292;
  letter-spacing: 1px;
}
footer .footer-item3 .store {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rights {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .rights {
    flex-direction: column;
    align-items: start;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.rights p {
  font-size: 0.75rem;
}
@media screen and (max-width: 960px) {
  .rights p {
    margin-bottom: 16px;
  }
}

#cookies {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 20px;
  left: 50%;
  border: 1px solid #F5F5F5;
  border-radius: 50px;
  padding: 18px 40px;
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
  z-index: 99999;
  border: 1px solid #00AD8E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
}
@media (max-width: 530px) {
  #cookies {
    z-index: 999999;
    width: 90%;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    transform: translateX(-50%);
  }
}
#cookies img {
  width: 80px;
  height: 52px;
}
#cookies P {
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 16px;
  color: #000;
}
@media (max-width: 530px) {
  #cookies P {
    text-align: center;
  }
}
#cookies P a {
  color: #FFD600;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
}
#cookies button {
  border: 0;
  font-family: "Roboto";
  font-size: 0.75rem;
  background-color: #000;
  padding: 22px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
#cookies button:hover {
  opacity: 0.8;
}

.msg {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 99999;
  cursor: pointer;
}
.msg:hover {
  opacity: 0.8;
}
@media (max-width: 530px) {
  .msg img {
    width: 64px;
  }
}

dialog {
  border-radius: 24px;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
  border: 0;
}
@media (max-width: 425px) {
  dialog {
    width: 340px;
  }
}
dialog #close_modal {
  position: absolute;
  top: 4%;
  right: 4%;
  border: 0;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Inter";
  border-radius: 50px;
  background: #fff;
  padding: 5px;
}
dialog form {
  background-color: #fff;
  padding: 20px 24px;
  border-radius: 24px;
  width: 462px;
}
@media (max-width: 425px) {
  dialog form {
    padding: 20px;
    width: 340px;
  }
}
dialog form h3 {
  font-family: "Roboto";
  color: #000;
  padding-bottom: 24px;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 425px) {
  dialog form h3 {
    font-size: 1.8rem;
    padding-bottom: 28px;
  }
}
dialog form input {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #EFF0F7;
  border: none;
  margin-bottom: 30px;
  border-radius: 14px;
  font-family: "Roboto";
  font-size: 1rem;
}
@media (max-width: 425px) {
  dialog form input {
    padding: 16px;
    width: 300px;
  }
}
dialog form .btn_cotation {
  background-color: #FFD600;
  width: 100%;
  margin-bottom: 0;
  border-radius: 10px;
  font-family: "Roboto";
  font-weight: 700;
  border: 0;
  font-family: "Roboto";
  font-size: 1rem;
  padding: 22px;
  transition: 0.3s ease;
  cursor: pointer;
}
dialog form .btn_cotation:hover {
  opacity: 0.8;
}
@media (max-width: 425px) {
  dialog form .btn_cotation {
    padding: 16px;
    width: 300px;
  }
}

.form-main {
  display: flex;
  border-radius: 24px;
  max-width: 100%;
  width: 33.875rem;
  height: auto;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  transition: 0.5s;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .form-main {
    margin: 0 auto;
  }
}

.form-main h2 {
  max-width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 20px;
}

.form-main form {
  width: 100%;
}

.form-main input {
  max-width: 100%;
  color: rgb(160, 163, 189);
  font-size: 1rem;
  font-family: "Inter";
  background-color: #EFF0F7;
  border: 0;
  border-radius: 16px;
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 2rem;
  height: 4rem;
}

.form-main input[type=radio] {
  width: initial;
  margin-bottom: 0;
  margin-bottom: 10px;
}

.form-main .group-form label {
  font-size: 1rem;
  font-family: "Inter";
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.form-main .group-form ul {
  display: flex;
  justify-content: space-between;
}

.form-main .group-form ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-main #powerTerms {
  color: rgb(160, 163, 189);
}
.form-main #powerTerms a {
  color: #FFD600;
}

.form-main .group-form .box-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-main .group-form input[type=checkbox] {
  width: 3%;
  margin-bottom: 10px;
}

.form-main select {
  max-width: 100%;
  color: rgb(160, 163, 189);
  background-color: #EFF0F7;
  font-size: 1rem;
  font-family: "Inter";
  border-radius: 16px;
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 2rem;
  height: 4rem;
  border: 0;
}

.form-main button {
  max-width: 100%;
  width: 100%;
  height: 4rem;
  font-size: 1rem;
  font-family: "Inter";
  font-weight: 700;
  cursor: pointer;
  border: 0;
  border-radius: 16px;
  margin-bottom: 10px;
}

.rds_step {
  display: none;
}

.rds_step.active {
  display: block;
}/*# sourceMappingURL=style.css.map */
