html {
  font-size: 1.5625vw;
}
@media screen and (min-width: 968px) {
  html {
    font-size: 0.521vw;
  }
}

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

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background-color: #0a0b0c;
  line-height: 1.2;
}

.container,
.wrapper {
  position: relative;
}

body,
html {
  scroll-behavior: smooth;
}

.main {
  margin-top: 11rem;
}

.header {
  background: url("../images/bg.png") center top no-repeat;
  background-size: cover;
  padding: 10rem 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
.header__heading {
  font-size: 8rem;
  font-weight: 800;
  max-width: 100rem;
  margin-bottom: 4.6rem;
  margin-top: 0;
}
.header__text {
  font-size: 2.8rem;
  margin-bottom: 4.6rem;
  max-width: 64rem;
}

.container {
  max-width: 168rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.btn {
  max-width: 56.5rem;
  width: 100%;
  padding: 4rem 8rem;
  color: white;
  height: 11rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 2.4rem;
  background: radial-gradient(57.17% 93.56% at 33.54% 0%, #525ddf 0%, #1823b5 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.btn svg {
  width: 2.4rem;
  transition: all 0.3s ease-out;
}
.btn:hover svg {
  transform: rotate(-45deg);
}

.button {
  max-width: 35rem;
  width: 100%;
  padding: 2.8rem 0;
  background-color: #000000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  transition: opacity 0.3s ease 0s;
  border-radius: 1.2rem;
}
.button:hover {
  opacity: 0.7;
}
.button.full-size {
  max-width: 100%;
  margin-top: 27.5rem;
}

.hero__content {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3.1rem 0rem 7rem;
}
.hero__info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 96rem;
  width: 100%;
}
.hero__label {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  padding: 2.8rem 2.4rem;
  color: #2a2a2a;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border: 1px solid #dbdbdb;
  border-radius: 1.2rem;
  background-color: #ffffff;
  position: relative;
  max-width: fit-content;
}
.hero__label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("./../images/icons/flame.svg");
  background-position: center;
  background-size: cover;
}
.hero__title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 100%;
}
.hero__text {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 100%;
}
.hero__text span {
  font-weight: 600;
}
.hero__btn {
  display: flex;
  align-items: center;
  gap: 4rem;
  border: 1px solid #dbdbdb;
  border-radius: 1.2rem;
}
.hero__slider {
  max-width: 67.7rem;
  width: 100%;
}

.button__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
}
.button__text span {
  font-weight: 600;
}

.button-prev,
.button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  z-index: 10;
  cursor: pointer;
}

.button-prev {
  left: 1rem;
}

.button-next {
  right: 1rem;
  rotate: 180deg;
}

.format__content {
  padding: 20rem 0 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.format__heading {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.format__title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
}
.format__text-box {
  display: flex;
  flex-direction: column;
}
.format__text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  text-align: right;
}
.format__text:nth-child(1) {
  font-weight: 500;
}
.format__inner {
  display: flex;
  gap: 4rem;
}
.format__box {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  padding: 4rem;
  border-radius: 2rem;
}
.format__box-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #dbdbdb;
}
.format__box-name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
}
.format__box-price {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.format__box-old {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  text-decoration: line-through;
  color: #aeaeae;
}
.format__box-new {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
}
.format__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.format__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: relative;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
}
.format__item::before {
  content: "";
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  background-image: url("./../images/icons/check.svg");
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.format__item.disabled {
  color: #b7b7b7;
}
.format__item.disabled::before {
  content: "";
  background-image: url("./../images/icons/x.svg");
}
.format__description {
  margin-top: 1.2rem;
  padding-left: 5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
}
.format__description.disabled {
  color: #b7b7b7;
}
.format__aditional {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  text-align: center;
  max-width: 53rem;
  width: 100%;
  margin: 0 auto;
}

.footer__content {
  display: flex;
  flex-direction: column;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 9.5rem 0;
}
.footer__top-wrapper {
  border-bottom: 1px solid #dbdbdb;
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__lable {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
}
.footer__social-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.footer__social-link {
  width: 5.9rem;
  height: 5.9rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease 0s;
}

.footer__support-link img,
.footer__social-link img {
  filter: brightness(0) invert(1);
}
.footer__social-link:hover {
  opacity: 0.7;
}
.footer__social-link.last {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  width: auto;
  padding: 2rem 7rem 2rem 1rem;
  gap: 1rem;
  border-radius: 1rem;
  max-width: 31.7rem;
  width: 100%;
  color: #fff;
}
.footer__support {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 75rem;
  width: 100%;
  flex-shrink: 0;
}
.footer__support-list {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.footer__support-item {
  width: 100%;
  max-width: 36.8rem;
}
.footer__support-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1.2rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 100%;
  color: #ffffff;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 1.2rem;
  transition: opacity 0.3s ease 0s;
}
.footer__support-link:hover {
  opacity: 0.7;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 3.8rem 0 5.4rem;
}
.footer__offer {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #ffffff;
}
.footer__copyright {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  text-align: right;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.4274509804);
  backdrop-filter: blur(10px);
}

.modal.active {
  display: flex;
}

.form {
  max-width: 74rem;
  width: 100%;
  background-color: #ffffff;
  padding: 2rem;
  padding-top: 8.4rem;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 2rem;
  position: relative;
}
.form.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form__title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 2.4rem;
}

.form__text {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  color: #141414;
  opacity: 0.6;
}

.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
}

.form-control {
  position: relative;
  width: 100%;
  margin-bottom: 2.4rem;
}
.form-control label {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  display: block;
}

.form-check {
  text-align: center;
  margin-bottom: 1.8rem;
}
.form-check label {
  font-size: 1.6rem;
}

.form-group {
  display: flex;
  gap: 0.8rem;
}

.form-input {
  width: 100%;
  padding: 1.2rem 1.2rem;
  font-size: 1.8rem;
  color: #000;
  border-radius: 8px;
  border: 1px solid #aeaeae;
  height: 6rem;
}

.form-input::placeholder {
  color: #aeaeae;
}

.form-input.err + .error {
  display: block;
}

.error {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  font-size: 1.2rem;
  display: none;
}

.icon-success {
  width: 16rem;
  margin-bottom: 4rem;
}

.form-btn {
  width: 100%;
  padding: 4rem 8rem;
  background-color: #000;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  border-radius: 10rem;
  height: 10rem;
}
.form-btn.modal-close {
  position: static;
  background: none;
  border: 1px solid #000;
  color: #000;
  max-width: inherit;
  transition: all 0.3s ease-out;
  margin-top: 1.6rem;
}
.form-btn.modal-close:hover {
  background: #000;
  color: white;
}

.form-info {
  margin-top: 2rem;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
}

.for-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .for-mobile {
    display: block;
  }
  .for-pc {
    display: none;
  }
  .header {
    background: url("../images/bg-mob.png") top center no-repeat;
    background-size: 100% auto;
    padding: 3rem 2rem 7rem;
    align-items: stretch;
    justify-content: stretch;
    min-height: inherit;
  }
  .header__heading {
    font-size: 6rem;
  }
  .header__text {
    margin-top: 54rem;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .btn {
    height: 14rem;
    font-size: 3rem;
  }
  .btn svg {
    width: 3rem;
  }
  .form {
    border-radius: 0;
    min-height: 100vh;
  }
  .main {
    margin-top: 0;
  }
  .button {
    max-width: 100%;
  }
  .footer__top {
    flex-direction: column;
    gap: 8rem;
    padding: 5rem 0;
  }
  .footer {
    padding: 4rem;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 3rem;
  }
  .footer__copyright {
    text-align: left;
  }
  .footer__offer {
    text-decoration: underline !important;
  }
  .modal-close {
    right: 2rem;
    top: 2rem;
  }
  .modal-close::after,
  .modal-close::before {
    content: "";
    background-color: #000;
  }
}
.bcm-text:before {
  content: "Best California Movers";
}

/*# sourceMappingURL=main.css.map */
