.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.666667vw !important;
  padding-bottom: 1.666667vw !important;
}
@media screen and (max-width: 576px) {
  .breadcrumbs {
    padding-top: 3.25581vw !important;
    padding-bottom: 3.25581vw !important;
    font-size: 3.48837vw;
  }
}
.breadcrumbs a {
  color: #3585bd;
  text-decoration: none;
}
.breadcrumbs__divider {
  color: #949191;
  margin: 0 0.625vw;
}
@media screen and (max-width: 576px) {
  .breadcrumbs__divider {
    margin: 0 2.7906vw;
  }
}
.breadcrumbs__item {
  color: #333333;
}

.form {
  padding: 1.666667vw 18.48958333vw 7.8125vw;
}
@media screen and (max-width: 576px) {
  .form {
    padding: 11.6279vw 4.65116279vw 11.62790698vw;
  }
}
.form__tip {
  color: #5c91b7;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 1.45833vw;
}
@media screen and (max-width: 576px) {
  .form__tip {
    font-size: 4.18604vw;
    margin-bottom: 6.5116vw;
  }
}
.form__section {
  margin-top: 5.20833333vw;
}
@media screen and (max-width: 576px) {
  .form__section {
    margin-top: 11.6279vw;
  }
}
.form__section.first {
  margin-top: 0;
}
.form__section-title {
  background-color: #5C91B7;
  border: 1px solid #EEEEEE;
  border-radius: 0.52vw;
  padding: 1.041667vw;
  color: #f8fafc;
  font-size: 1.145833vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .form__section-title {
    border: 0.084vw solid #EEEEEE;
  }
}
@media screen and (max-width: 576px) {
  .form__section-title {
    padding: 3.2558vw 3.2558vw 3.2558vw 4.6512vw;
    border-radius: 2.32559vw;
    font-size: 4.18604vw;
    border-width: 1px;
  }
}
.form__block {
  margin-top: 2.083334vw;
}
@media screen and (max-width: 576px) {
  .form__block {
    margin-top: 9.3023vw;
  }
}
.form__block-title {
  margin-bottom: 0.625vw;
  color: #394149;
  font-size: 1.145833vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 576px) {
  .form__block-title {
    margin-bottom: 2.7907vw;
    font-size: 5.1162vw;
  }
}
.form__block-inner {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 0.52vw;
  padding: 1.354167vw 1.77083vw 1.66667vw;
}
@media screen and (max-width: 1199px) {
  .form__block-inner {
    border: 0.084vw solid #EEEEEE;
  }
}
@media screen and (max-width: 576px) {
  .form__block-inner {
    padding: 6.0465vw 4.18604vw 7.4418vw;
    border-width: 1px;
    border-radius: 2.32559vw;
  }
}
.form__block-inner.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.9375vw;
}
.form__block-inner.half .form__field {
  width: 29.21875vw;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .form__block-inner.half .form__field {
    width: 100%;
  }
}
.form__block-terms {
  max-height: 17.39583vw;
  overflow-y: auto;
  color: #000000;
  padding-right: 0.9375vw;
  scrollbar-width: thin;
  scrollbar-color: rgb(92, 145, 183) #5C91B7;
}
.form__block-terms::-webkit-scrollbar {
  width: 8px;
}
.form__block-terms::-webkit-scrollbar-thumb {
  background-color: rgb(92, 145, 183);
  border-radius: 4px;
}
.form__block-terms::-webkit-scrollbar-track {
  background-color: #5C91B7;
  border-radius: 4px;
}
@media screen and (max-width: 576px) {
  .form__block-terms {
    max-height: 77.6744vw;
    font-size: 4.18604vw;
  }
}
.form__field {
  position: relative;
  margin-bottom: 0.9375vw;
}
@media screen and (max-width: 576px) {
  .form__field {
    margin-bottom: 4.18604vw;
  }
}
.form__field:last-of-type {
  margin-bottom: 0;
}
.form__field-checkbox {
  margin-bottom: 2.1875vw;
}
@media screen and (max-width: 576px) {
  .form__field-checkbox {
    margin-bottom: 9.7674vw;
  }
}
.form__field-checkbox label {
  margin-bottom: 0.9375vw !important;
}
@media screen and (max-width: 576px) {
  .form__field-checkbox label {
    margin-bottom: 4.186046vw !important;
  }
}
.form__field label {
  display: block;
  margin-bottom: 0.625vw;
  color: #394149;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.33334;
}
@media screen and (max-width: 576px) {
  .form__field label {
    font-size: 4.18604vw;
    margin-bottom: 2.79069vw;
  }
}
.form__field label.required:after {
  content: " *";
  color: #DD241E;
}
.form__field label span {
  color: #DD241E;
}
.form__field-input {
  width: 100%;
  background-color: #F5F9FD;
  border-radius: 0.3125vw;
  padding: 0.83334vw 0.9375vw;
  font-size: 0.72916667vw;
  font-weight: 400;
  line-height: 1.2857;
  color: #394149;
  border: 1px solid transparent;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1199px) {
  .form__field-input {
    border-width: 0.83334vw;
  }
}
@media screen and (max-width: 576px) {
  .form__field-input {
    border-width: 1px;
    border-radius: 2.32559vw;
    padding: 3.7209vw 4.18604vw;
    font-size: 3.2558vw;
  }
}
.form__field-input::-webkit-input-placeholder {
  color: #96a1ab;
}
.form__field-input::-moz-placeholder {
  color: #96a1ab;
}
.form__field-input:-ms-input-placeholder {
  color: #96a1ab;
}
.form__field-input::-ms-input-placeholder {
  color: #96a1ab;
}
.form__field-input::placeholder {
  color: #96a1ab;
}
.form__field-input:focus {
  border-color: #5C91B7;
  outline: none;
}
.form__field-error {
  position: absolute;
  left: 0;
  bottom: -0.2083vw;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
  color: #DD241E;
  font-size: 0.52083vw;
  font-weight: 500;
  line-height: 1.8;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.form__button {
  margin: 2.083334vw auto 0;
  background-color: #62B1E9;
  border-radius: 0.52vw;
  padding: 0.7292vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 31.7708vw;
  color: #FFFFFF;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.8;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
@media screen and (max-width: 576px) {
  .form__button {
    margin-top: 9.3023vw;
    border-radius: 2.32559vw;
    width: 100%;
    padding: 3.60465vw;
    font-size: 3.7209vw;
  }
}
.form__button:hover {
  background-color: #4796CE;
}

.custom-dropdown-selected {
  background-color: #F5F9FD;
  border-radius: 0.3125vw;
  padding: 0.83334vw 0.9375vw;
  font-size: 0.72916667vw;
  font-weight: 400;
  line-height: 1.2857;
  color: #96a1ab;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  position: relative;
}
@media screen and (max-width: 991px) {
  .custom-dropdown-selected {
    cursor: default;
  }
}
@media screen and (max-width: 576px) {
  .custom-dropdown-selected {
    border-width: 1px;
    border-radius: 2.32559vw;
    padding: 3.7209vw 4.18604vw;
    font-size: 3.2558vw;
  }
}
.custom-dropdown-selected.active {
  color: #394149;
}
.custom-dropdown-selected.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-dropdown-selected.open .custom-dropdown-selected-icon:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.custom-dropdown-selected-icon {
  position: absolute;
  right: 0.9375vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9375vw;
  height: 0.9375vw;
}
.custom-dropdown-selected-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/caret-down.svg");
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.custom-dropdown {
  list-style: none;
  margin: 0;
  border-bottom-left-radius: 0.52vw;
  border-bottom-right-radius: 0.52vw;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F5F9FD;
  z-index: 800;
  display: none;
  max-height: 8.55vw;
  overflow-y: auto;
  padding: 0.9375vw 0.9375vw 1.09375vw;
  padding-top: 0;
}
@media screen and (max-width: 576px) {
  .custom-dropdown {
    border-bottom-left-radius: 2.32559vw;
    border-bottom-right-radius: 2.32559vw;
    padding: 2.5vw 4.18604vw 3.5vw;
    max-height: 40vw;
    padding-top: 0;
  }
}

.custom-dropdown.open {
  display: block;
}

.custom-dropdown-search {
  outline: 0;
  padding: 0.6vw;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 0.52vw;
  font-size: 0.9375vw;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 576px) {
  .custom-dropdown-search {
    padding: 1.3vw;
    font-size: 3vw;
  }
}

.custom-dropdown-items {
  padding: 0;
  list-style: none;
  margin: 0.9375vw 0 0;
}

.custom-dropdown-item {
  cursor: pointer;
  color: #96a1ab;
  font-size: 0.72916667vw;
  line-height: 1.2857;
  margin-bottom: 0.9375vw;
}
@media screen and (max-width: 991px) {
  .custom-dropdown-item {
    cursor: default;
  }
}
@media screen and (max-width: 576px) {
  .custom-dropdown-item {
    font-size: 3.2558vw;
    padding: 2vw 0;
  }
}
.custom-dropdown-item:hover {
  color: #394149;
}
.custom-dropdown-item:last-child {
  margin-bottom: 0;
}

.owner-title {
  margin-bottom: 2.083334vw;
  padding: 0.625vw 0;
  border-bottom: 1px solid #4796CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375vw;
  font-size: 1.145833vw;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1199px) {
  .owner-title {
    border-bottom-width: 0.08333vw;
  }
}
@media screen and (max-width: 576px) {
  .owner-title {
    margin-bottom: 9.3023vw;
    padding: 2.7906vw 0;
    border-bottom-width: 1px;
    font-size: 5.1162vw;
  }
}
.owner-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 0.52vw;
  background-color: #D9EAFD;
}

.note {
  background-color: rgba(246, 204, 101, 0.1294117647);
  padding: 1.041667vw 1.7708vw;
  border-radius: 0.52vw;
  border-left: 4px solid #5C91B7;
  margin-top: 2.083334vw;
}
@media screen and (max-width: 1199px) {
  .note {
    border-left-width: 0.333vw;
  }
}
@media screen and (max-width: 576px) {
  .note {
    margin-top: 9.3023vw;
    padding: 4.6512vw 4.18604vw;
    border-radius: 2.32559vw;
    border-left-width: 4px;
  }
}
.note__title {
  color: #000000;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 576px) {
  .note__title {
    font-size: 4.18604vw;
    margin-bottom: 2.7906vw;
  }
}
.note__text {
  opacity: 0.9;
}

.checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625vw;
  position: relative;
}
@media screen and (max-width: 576px) {
  .checkbox-item {
    margin-bottom: 2.7907vw;
  }
}
.checkbox-item:last-child {
  margin-bottom: 0;
}
.checkbox-item.checked .checkbox-item__mask {
  background-color: #000000;
  border-color: transparent;
}
.checkbox-item__input {
  display: none;
}
.checkbox-item__mask {
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  border: 0.20833vw solid #5E5E5E;
  position: relative;
  margin-right: 0.46875vw;
  cursor: pointer;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 991px) {
  .checkbox-item__mask {
    cursor: default;
  }
}
@media screen and (max-width: 576px) {
  .checkbox-item__mask {
    margin-right: 1.86046vw;
    width: 5.1162vw;
    height: 5.1162vw;
    border-width: 1vw;
  }
}
.checkbox-item__mask:before {
  content: "";
  width: 0.416vw;
  height: 0.416vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
@media screen and (max-width: 576px) {
  .checkbox-item__mask:before {
    width: 1.7vw;
    height: 1.7vw;
  }
}
.checkbox-item__label {
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .checkbox-item__label {
    cursor: default;
  }
}
@media screen and (max-width: 576px) {
  .checkbox-item__label {
    font-size: 4.18604vw;
  }
}

.upload__label {
  margin-bottom: 0.9375vw;
  font-size: 1.14583vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .upload__label {
    text-align: center;
    font-size: 4.18604651vw;
    margin-bottom: 4.18604651vw;
  }
}
.upload__label.required:after {
  content: " *";
  color: #DD241E;
}
.upload__label span {
  color: #DD241E;
}
.upload label {
  margin-bottom: 0 !important;
}
.upload__area {
  border: 1px solid #4796CE;
  padding: 1.77vw;
  text-align: center;
  background-color: #F8FAFC;
  border-radius: 0.52vw;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 27.96875vw;
}
@media screen and (max-width: 576px) {
  .upload__area {
    padding: 10.93vw;
    min-height: 82.7907vw;
    border-radius: 2.32559vw;
  }
}
.upload__area.d_signature {
  padding: 1vw;
}
.upload__area .signature_canvas {
  width: 100%;
}
.upload__instructions img {
  width: 11.09375vw;
  height: 11.09375vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 576px) {
  .upload__instructions img {
    width: 36.27906vw;
    height: 36.27906vw;
  }
}
.upload__instructions-title {
  color: #3585bd;
  font-size: 1.14583vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 576px) {
  .upload__instructions-title {
    font-size: 5.1162vw;
  }
}
.upload__instructions-supported {
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .upload__instructions-supported {
    font-size: 4.18604vw;
  }
}
.upload__preview {
  display: none;
  max-width: 100%;
  margin-top: 1.667vw;
}

.form_tow_signatire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_tow_signatire_ri {
  color: #394149;
  font-size: 22px;
}
@media (max-width: 767px) {
  .form_tow_signatire_ri {
    font-size: 14px;
  }
}

.form_data_time {
  padding-bottom: 10px;
}

h1 {
  display: none;
}

.banner {
  margin-bottom: 2.60416vw;
}
@media screen and (max-width: 576px) {
  .banner {
    margin-bottom: 6.0465vw;
  }
}
.banner__container {
  width: 100%;
  height: 23.125vw;
  overflow: hidden;
  border-radius: 0.52vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .banner__container {
    height: 32.5581vw;
    border-radius: 0.93vw;
  }
}
.banner__text {
  color: #FFFFFF;
  font-size: 1.875vw;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .banner__text {
    font-size: 5.116vw;
  }
}

.contacts {
  padding: 0 20.15625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.6875vw;
}
@media screen and (max-width: 576px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 7.4418vw;
    padding: 0 4.65116279vw;
  }
}
.contacts__col h2 {
  text-align: left;
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 576px) {
  .contacts__col h2 {
    margin-bottom: 2.7907vw;
  }
}
.contacts__col-text {
  margin-bottom: 3.125vw;
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  .contacts__col-text {
    margin-bottom: 13.9535vw;
  }
}
.contacts__info h2 {
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 576px) {
  .contacts__info h2 {
    margin-bottom: 8.372vw;
  }
}
.contacts__info-company {
  margin-bottom: 1.875vw;
  font-size: 1.4583vw;
  font-weight: 500;
  line-height: 1.85;
}
@media screen and (max-width: 576px) {
  .contacts__info-company {
    margin-bottom: 8.372vw;
    font-size: 5.116vw;
  }
}
.contacts__info-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.041667vw;
}
.contacts__info-socials a,
.contacts__info-socials .a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts__info-socials a svg,
.contacts__info-socials .a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6667vw;
  height: 1.6667vw;
  margin-right: 0.72916vw;
}
@media screen and (max-width: 576px) {
  .contacts__info-socials a svg,
  .contacts__info-socials .a svg {
    width: 7.44186vw;
    height: 7.44186vw;
    margin-right: 3.2558vw;
  }
}
.contacts__info-socials a svg path,
.contacts__info-socials .a svg path {
  stroke: #394149;
}
.contacts__info-socials a span,
.contacts__info-socials .a span {
  display: inline-block;
  color: #394149;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 2.33;
}
@media screen and (max-width: 576px) {
  .contacts__info-socials a span,
  .contacts__info-socials .a span {
    font-size: 3.2558vw;
    line-height: 3;
  }
}
.contacts__form {
  width: 27.65625vw;
  padding: 1.97916vw 1.77083vw 2.5vw;
  border-radius: 0.52vw;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .contacts__form {
    width: 100%;
    padding: 7.9069vw 6.9767vw 4.18604vw;
    border-radius: 2.32559vw;
  }
}
.contacts__form .form__field {
  margin-bottom: 0.83334vw;
}
@media screen and (max-width: 576px) {
  .contacts__form .form__field {
    margin-bottom: 3.7209vw;
  }
}
.contacts__form-note {
  margin: 1.35416vw 0 1.667vw;
  opacity: 0.7;
  font-size: 0.7291vw;
  font-style: italic;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .contacts__form-note {
    margin: 4.18604vw 0 7.4418vw;
    font-size: 3.2558vw;
  }
}
.contacts__form-button {
  background-color: #62B1E9;
  border-radius: 0.52vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.9375vw;
  padding: 0.46875vw;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
.contacts__form-button:hover {
  background-color: #4796CE;
}
@media screen and (max-width: 576px) {
  .contacts__form-button {
    padding: 2.093vw;
    border-radius: 2.32559vw;
    font-size: 4.186vw;
  }
}
.contacts__form-checkbox {
  margin-bottom: 2.4479vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.09375vw;
  padding-left: 0.104vw;
}
@media screen and (max-width: 576px) {
  .contacts__form-checkbox {
    margin-bottom: 11.1627vw;
    gap: 4.883vw;
  }
}
.contacts__form-checkbox-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.041667vw;
  height: 1.041667vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: #5E5E5E;
  margin-top: 0.52083vw;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
@media screen and (max-width: 576px) {
  .contacts__form-checkbox-mask {
    width: 4.651vw;
    height: 4.651vw;
    margin-top: 2.32558vw;
  }
}
.contacts__form-checkbox-mask.checked {
  background-color: #000000;
}
.contacts__form-checkbox-mask.checked:before {
  opacity: 0;
}
.contacts__form-checkbox-mask:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.contacts__form-checkbox label {
  font-size: 0.72916vw;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  .contacts__form-checkbox label {
    font-size: 3.2558vw;
  }
}
.contacts__form-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0.05vw;
  top: 0.9vw;
  width: 0.677vw;
  height: 0.677vw;
}
@media screen and (max-width: 576px) {
  .contacts__form-checkbox input {
    width: 4.651vw;
    height: 4.651vw;
    left: 0;
    top: 2vw;
  }
}
/*# sourceMappingURL=../sourcemaps/page-contact-us.css.map */
