:root {
  --black: #444444;
  --orange: #F39200;
  --blue: #005BAA;
  --lightblue: #CEE7FD;
  --white: #ffffff;
  
  --bg1: #F4F4F4;
  --bg2: #F5F5F5;
  --bg3: #F8F8F8;
  
  --gradient: linear-gradient(270deg, #A4A4A4 10.68%, #CEE7FD 19.13%, #005BAA 27.19%, #F39200 38.01%, #AD7C33 40.76%, #FFFFFF 44.89%, #A4A4A4 50%);
  --gradient-b: linear-gradient(90deg, #A4A4A4 0%, rgba(164, 164, 164, 0.5) 100%);

  --box-shadow: 0px 0px 12px 8px #4A4A4A0F;
  
  --radius: 1.302083vw;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 4.444444vmin;
  font-family: Montserrat, Verdana, 'sans serif';
  margin: 0;
  padding: 0;
  font-size: 4.444444vmin;
  overflow-X: hidden;
}
a {
  text-decoration: none;
}
h1, h2, h3 {
  font-family: Europe, Verdana, 'sans serif';
  font-weight: 600;
}
h2 {
  font-size: 5.555555vmin;
  text-align: center;
}

.font__mont {
  font-family: Montserrat, Verdana, 'sans serif';
}
.font_europe {
  font-family: Europe, Verdana, 'sans serif';
}

.btn {
  font-size: 4.444444vmin;
  padding: 4.444444vmin 7.777778vmin;
  border-radius: 4.444444vmin;
  border: .2777778vmin solid var(--orange);
  background: var(--orange);
  color: var(--white);
}
.btn-grey {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
  color: var(--orange);
  font-weight: 600;
  font-size: 5vmin;
}

h2 {
  color: var(--blue);
  margin: 0 0 8.888889vmin;
}


input {
  font-size:  3.88889vmin;
}
input::placeholder {
  font-size: 3.88889vmin;
}.input-text {
  padding: 3.888889vmin 6.666667vmin;
  width: 100%;
  border-radius: 4.244444vmin;
  border: none;
}

.section {
  padding: 11.111111vmin 2.777778vmin;
  position: relative;
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}
.section__svg-bg {
  display: none;
}

.section.top__section {
  padding: 2.777778vmin 0 13.888889vmin;
}
.top__section-bg {
  background: url('../../images/bg_1.jpg') no-repeat center center / cover;
}
.top-section__head-camera {
  position: absolute;
  top: 0;
  left: 3.0555556vmin;
  width: 36.666667vmin;
  height: 28.0555556vmin;
  z-index: 2;
}
.top-section__head-camera img {
  max-width: 100%;
  max-height: 100%;
}
.top-section__head-h1 {
  background: var(--lightblue);
  padding: 2.777778vmin 7.777778vmin 2.777778vmin 22.222222vmin;
  font-size: 5.555556vmin;
  color: var(--blue);
  text-align: right;
  border-radius: 6.9444444vmin 0 0 0;
  margin: 0 0 2.222222vmin;
  position: relative;
}
.top-section__head-subtitle {
  padding: 2.777778vmin 7.777778vmin 2.777778vmin 5.555556vmin;
  text-align: right;
  background: var(--blue);
  border-radius: 0 0 0 6.9444444vmin;
  color: var(--white);
  position: relative;
}

.top-section__main-box {
  position: relative;
  padding: 7.777778vmin 0 15.555556vmin 20.8333333vmin;
  overflow: hidden;
}
.top-section__gradient {
  border-radius: 6.9444444vmin 0 0 6.9444444vmin;
  background: #fff;
  position: absolute;
  top: 0;
  left: 3.333333vmin;
  width: calc(100% - 2.777778vmin);
  height: 100%;
}
.top-section__gradient-outer {
  position: absolute;
  top: 2.777778vmin;
  left: 2.777778vmin;
  width: calc(100% - 2.777778vmin);
  height: calc(100% - 5.555556vmin);
  background: var(--gradient);
  border-radius: 6.111111vmin 0 0 6.111111vmin;
  padding: 1.111111vmin 0 1.111111vmin 1.111111vmin;
}
.top-section__gradient-inner {
  background: var(--white);
  width: 100%;
  height: 100%;
  border-radius: 5.555556vmin 0 0 5.555556vmin;
}

.top-section__complex {
  margin: 4.444444vmin 3.333333vmin;
  border-radius: 6.9444444vmin;
  background: var(--orange);
  padding: 10vmin 4.444444vmin;
  color: var(--white);
  font-size: 5.555556vmin;
  line-height: 9.444444vmin;
  font-weight: 500;
}

.top-section__form {
  background: var(--white);
  margin: 0 3.333333vmin;
  border-radius: 6.9444444vmin;
  padding: 7.777778vmin 4.444444vmin;
}
.top-section__form-box {
  display: grid;
  gap: 4.444444vmin;
}
.form__gradient {
  background: var(--gradient-b);
  border-radius: 4.444444vmin;
  padding: .2777778vmin;
}

.systems__section {
  background: var(--bg3);
}
.system__box {
  border-radius: 6.9444444vmin;
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 4.444444vmin 2.777778vmin 8.888889vmin;
  display: grid;
  gap: 6.666667vmin;
}
.system__item {
  display: flex;
  gap: 2.777778vmin;
  align-items: center;
  font-weight: 600;
  color: var(--blue);
}
.system__icon {
  flex: 0 0 16.666667vmin;
}
.system__icon img {
  width: 100%;
}
.section__btn {
  margin-top: 7.222222vmin;
  display: flex;
  justify-content: center;
}

.preference__section {
  padding-bottom: 31.111111vmin;
}
.preference__section-bg {
  background: url('../../images/bg_2.jpg') no-repeat center center / cover;
}
.preference__box {
  position: relative;
}
.preference__box.slick-slider .slick-track {
  display: flex;
}
.preference__item {
  background: var(--white);
  padding: 10vmin 6.666667vmin;
  border-radius: 6.944444vmin;
  color: var(--blue);
  height: unset;
}
.preference__title {
  font-weight: 600;
  font-size: 5.555556vmin;
  margin-bottom: 8.333333vmin;
}

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  color: transparent;
  overflow: hidden;
  bottom: -20.555556vmin;
  width: 22.22222vmin;
  height: 13.888889vmin;
  background: url('../../images/ico-arrow-right.svg') no-repeat center center;
  background-color: var(--white);
  top: unset;
  left: unset;
  right: unset;
  display: flex;
  border-radius: 4.444444vmin;
  transform: unset;
  box-shadow: var(--box-shadow);
}
.slick-arrow.slick-disabled {
  opacity: .5;
}
button.slick-arrow.slick-prev {
  right: calc(50% + 2.222222vmin);
  transform: rotate(180deg);
}
button.slick-arrow.slick-next {
  left: calc(50% + 2.222222vmin);
}

.services__section {
  background: var(--bg3);
}
.services__box {
  display: grid;
  gap: 5.555556vmin;
}
.services__item {
  border-radius: 6.944444vmin;
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 6.66667vmin 2.777778vmin 6.66667vmin;
  position: relative;
  color: var(--blue);
}
.services__close {
  width: 5.555556vmin;
  height: 5.555556vmin;
  background: url('../../images/ico-close.svg') no-repeat center center /contain;
  transform: rotate(45deg);
  position: absolute;
  top: 11.111111vmin;
  right: 6.66667vmin;
  cursor: pointer;
}
.services__icon {
  position: absolute;
  left: 11.11111vmin;
  transform: translateX(-50%);
  top: 8.333333vmin;
  height: 11.111111vmin;
}
.services__icon img {
  height: 100%;
}
.services__title {
  font-size: 5.55556vmin;
  font-weight: 600;
  padding: 0 13.888889vmin 0 16.666667vmin;
}

.is--active .services__close {
  transform: rotate(0);
}
.services__btn {
  margin-top: 6.66667vmin;
  display: flex;
  justify-content: center;
}
.services__text-outer {
  height: 0;
  overflow: hidden;
}
.services__text-inner {
  padding-top: 4.444444vmin;
}

.projects__section {
  padding-bottom: 31.111111vmin;
}
.projects__section-bg {
  background: url('../../images/bg_3.jpg') no-repeat center center / cover;
  opacity: .1;
}
.projects__item {
  background: var(--gradient);
  border-radius: 6.9444444vmin;
  padding: 1.111111vmin;
}
.projects__item-inner {
  background: var(--white);
  border-radius: 6.111111vmin;
  padding: 5.555556vmin 4.444444vmin 6.666667vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.555556vmin;
}
.projects__logo {
  width: 63.333333vmin;
  height: 35vmin;
  border-radius: 6.9444444vmin;
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 2.222222vmin 4.44444vmin;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects__logo img {
  max-width: 100%;
  max-height: 100%;
}
.projects__title {
  font-size: 5.555556vmin;
  font-weight: 600;
  text-align: center;
  color: var(--orange);
  margin-bottom: 5.555556vmin;
}
.projects__tabs {
  display: flex;
  flex-direction: column;
  gap: 5.555556vmin;
}
.tab-btns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.888889vmin, 1fr));
  gap: 5.555556vmin;
  cursor: pointer;
}
.tab-btn {
  display: flex;
  justify-content: center;
  padding: 3.333333vmin 1.666667vmin;
  border: .555556vmin solid transparent;
  box-shadow: var(--box-shadow);
  border-radius: 3.333333vmin;
  font-size: 3.888889vmin;
  color: var(--blue);
}
.tab-btn.is--active {
  font-weight: 600;
  border-color: var(--blue);
}

.tab-inner {
  display: none;
}
.tab-inner.is--active {
  display: block;
}

.brands__section {
  padding-bottom: 31.111111vmin;
  overflow: hidden;
}
.brands__box.slick-slider .slick-list {
  overflow: visible;
}
.brands__item.slick-slide {
  width: 48.055556vmin!important;
  height: 44.444444vmin;
  border-radius: 6.9444444vmin;
  background: var(--white);
  box-shadow: var(--box-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.222222vmin;
}
.brands__item.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brands__item + .brands__item {
  margin-left: 7.222222vmin;
}

.form__section {
  background: var(--bg1);
  padding: 12.777778vmin 0;
}
.form__image {
  display: none;
}
.form__box {
  background: var(--orange);
  border-radius: 6.9444444vmin;
  padding: 7.777778vmin 4.444444vmin 8.888889vmin;
}
.form__title {
  color: var(--white);
  font-weight: 600;
  text-align: center;
  font-size: 11.111111vmin;
  margin-bottom: 1.666667vmin;
}
.form__subtitle {
  text-align: center;
  color: var(--blue);
}
.form__btn {
  margin: 5.555556vmin 4.444444vmin 4.444444vmin;
  display: flex;
  justify-content: center;
}
.form__form {
  background: var(--white);
  border-radius: 6.9444444vmin;
  padding: 11.111111vmin 1.666667vmin 2.777778vmin;
}
.form__bottom {
  display: grid;
  gap: 4.444444vmin;
}
.form__bottom .input-text {
  background: var(--bg2);
}
.form__bottom .form__btn {
  margin-top: 3.888889vmin;
  justify-content: flex-start;
}

.contact__section {
  padding: 8.333333vmin 6.666667vmin 33.333333vmin;
}
.contact__image-box {
  position: relative;
  padding: 0 0 4.722222vmin 5.277778vmin;
  display: flex;
  justify-content: center;
  margin-bottom: 8.888889vmin;
}
.contact__image {
  position: relative;
  border-radius: 6.9444444vmin;
  overflow: hidden;
  display: flex;
  width: 67.777778vmin;
  height: 85.833333vmin;
}
.contact__image-bg {
  position: absolute;
  width: 67.77778vmin;
  height: 85.8333333vmin;
  border-radius: 6.9444444vmin;
  border: .555556vmin solid var(--blue);
  bottom: 0;
  transform: translateX(-5vmin);
}

.contact__text-box {
  border-radius: 6.9444444vmin;
  border: .555556vmin solid var(--blue);
  padding: 13.888889vmin 4.444444vmin 24.444444vmin;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.444444vmin;
}
.contact__name {
  font-weight: 600;
  color: var(--blue);
  font-size: 5.555556vmin;
}
.contact__department {
  font-size: 5.555556vmin;
  font-weight: 600;
}
.contact__box {
  display: flex;
  flex-direction: column;
  gap: 1.111111vmin;
}
.contact__link {
  color: var(--black);
}
.contact__link.email {
  text-decoration: underline;
}
.contact__text-box .btn {
  position: absolute;
  bottom: -22.222222vmin;
}

footer {
  padding: 4.444444vmin 4.444444vmin 8.888889vmin;
}
.footer__logo img {
  width: 40.277778vmin;
}
.footer__form {
  margin-top: 8.888889vmin;
  display: flex;
  flex-direction: column;
  gap: 3.333333vmin;
}
.footer__form-title {
  font-weight:600;
}
.footer__input {
  padding: 3.888889vmin 6.666667vmin;
  width: 100%;
  border: .555556vmin solid var(--orange);
  border-radius: 2.777778vmin;
}
.footer__btn {
  margin-top: 3.333333vmin;
  padding: 4.444444vmin 7.777778vmin;
  border-radius: 2.777778vmin;
  border: .277778vmin solid var(--orange);
  background: var(--orange);
  color: var(--white);
  font-size: 4.444444vmin;
}
.footer__form-aftertext {
  font-size: 3.333333vmin;
  color: var(--black);
}
.footer__form-aftertext a {
  color: var(--black);
  text-decoration: underline;
}

@media all and (min-width: 1025px) {
  body {
    font-size: .833333vw;
  }
  .btn {
    font-size: .833333vw;
    border-radius: .833333vw;
    padding: .729167vw 2.5vw;
  }
  h2 {
    font-size: 2.395833vw;
    margin: 0 0 2.604167vw;
  }
  .section {
    padding: 3.333334vw 4.166666vw 2.291666vw;
    display: flex;
    justify-content: center;
  }
  .section.top__section {
    padding: 6.979166vw 0 6.666667vw 8.958334vw;
    display: grid;
    gap: 3.541367vw 4.6875vw;
    grid-template-columns: 31fr 20fr;
  }
  .top-section__main-box {
    position: unset;
    grid-column: span 2;
    padding: 0 0 0 21.66667vw;
  }
  .top-section__form,
  .top-section__complex {
    position: relative;
  }
  .top-section__gradient {
    border-radius: var(--radius) 0 0 var(--radius);
    top: 4.375vw;
    left: 2.604167vw;
    height: calc(100% - 7.5vw);
    width: calc(100% - 2.604167vw);
  }
  .top-section__gradient-outer {
    top: 1.354167vw;
    left: 1.5625vw;
    height: calc(100% - 2.70833vw);
    width: calc(100% - 1.5625vw);
    border-radius: 1.202083vw 0 0 1.202083vw;
    padding: .208333vw 0 .208333vw .208333vw;
    box-shadow: var(--box-shadow);
  }
  .top-section__gradient-inner {
    border-radius: 1.102083vw 0 0 1.102083vw;
  }
  .top-section__head-camera {
    left: 1.354167vw;
    top: 2.704167vw;
    width: 29.27083vw;
    height: 22.44792vw;
  }
  .top-section__head-h1 {
    border-radius: var(--radius) 0 0 0;
    padding: 1.25vw 2.083333vw;
    font-size: 3.125vw;
    text-align: left;
    margin: 0 0 .625vw;
  }
  .top-section__head-subtitle {
    padding: 1.458333vw 2.083333vw;
    border-radius: 0 0 0 var(--radius);
    text-align: left;
    font-size: 1.979167vw;
	line-height: normal;
  }
  .top-section__complex {
    border-radius: var(--radius);
    padding: 2.083333vw;
    font-size: 2.5vw;
    line-height: 3.333333vw;
    margin: 0;
  }
  .top-section__form {
    margin: 0 8.854167vw 0 0;
    border-radius: var(--radius);
    box-shadow: var(--box-shadow);
    padding: 2.083333vw 2.34375vw;
  }
  .top-section__form-box {
    gap: .833333vw;
  }
  .form__gradient {
    border-radius: .833333vw;
    padding: .078125vw;
  }
  .input-text {
    padding: .729167vw 1.458333vw;
    border-radius: .81vw;
  }
  input,
  input::placeholder {
    font-size: .8333333vw;
  }
  .form__cell {
    display: flex;
  }
  .form__btn {
    margin: .833333vw 0 0 0;
    justify-content: flex-start;
  }
  .system__box {
    width: 81.45833vw;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.6875vw 3.125vw;
    border-radius: var(--radius);
    padding: 3.645833vw 1.041667vw ;
  }
  .system__item {
    gap: 1.041667vw;
    font-size: 1.25vw;
	line-height: normal;
  }
  .system__icon {
    flex: 0 0 5.3125vw;
  }
  .section__btn {
    margin-top: 3.90625vw;
  }
  
  .preference__section {
    padding: 5.208333vw 0;
  }
  .preference__section h2 {
    margin-bottom: 3.4375vw;
  }
  .preference__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.604167vw 5.208333vw;
    width: 77.91667vw;
  }
  .preference__item {
    padding: 2.916667vw 1.25vw;
    border-radius: var(--radius);
  }
  .preference__title {
    font-size: 1.66667vw;
    margin-bottom: 2.083333vw;
	line-height: normal;
  }
  
  .services__section,
  .systems__section {
    position: relative;
    overflow: hidden;
  }
  .section__svg-bg {
    display: block;
    position: absolute;
    width: 28.59375vw;
  }
  .section__svg-bg img {
    max-width: 100%;
  }
  .system__box {
    position: relative;
  }
  .systems__section .section__svg-bg.bg1 {
    left: -8.8854167vw;
    bottom: -5.208333vw;
  }
  .systems__section .section__svg-bg.bg2 {
    top: 0;
    right: 1.041667vw;
  }
  .services__section .section__svg-bg {
    top: .208333vw;
    right: -6.770833vw;
  }
  .services__section {
    padding-bottom: 5.208333vw;
  }
  .services__box {
    gap: 1.25vw;
  }
  .services__item {
    padding: 2.083333vw;
    border-radius: var(--radius);
    display: flex;
    gap: 2.083333vw;
    align-items: center;
  }
  .services__close {
    width: 1.666667vw;
    height: 1.6666667vw;
    top: 3.125vw;
    right: 2.604167vw;
  }
  .services__icon {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    height: 5vw;
  }
  .services__text-box {
    padding: 0 3.125vw 0 0;
  }
  .services__title {
    text-align: left;
    padding: 0;
    font-size: 1.666667vw;
  }
  .services__text-inner {
    padding-top: 1.041667vw;
  }
  .services__btn {
    margin-top: 1.770833vw;
    justify-content: flex-start;
  }
  
  .projects__box {
    max-width: 77.91667vw;
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
  }
  .projects__item {
    border-radius: var(--radius);
    padding: .208333vw;
  }
  .projects__item-inner {
    border-radius: 1.202083vw;
    padding: 1.041667vw;
    flex-direction: row;
    gap: 3.125vw;
    align-items: flex-start;
  }
  .projects__logo {
    flex: 0 0 25.9375vw;
    height: 15.10417vw;
    border-radius: var(--radius);
    margin-top: 1.5625vw;
  }
  .projects__textbox {
    padding: 1.5625vw 0;
  }
  .projects__title {
    text-align: left;
    font-size: 1.666667vw;
    margin: 0 0 2.083333vw;
	line-height: normal;
  }
  .projects__tabs {
    gap: 2.083333vw;
  }
  .tab-btns {
    display: flex;
    gap: 1.041667vw;
  }
  .tab-btn {
    font-size: 1.666667vw;
    padding: .625vw 1.041667vw;
    border-radius: .625vw;
    border-width: .104167vw;
  }
  .tab-inner {
    color: var(--blue);
    line-height: 1.4em;
  }
  .brands__section {
    padding-bottom: 5.208333vw;
  }
  .brands__box {
    width: 77.91667vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1.354167vw;
  }
  .brands__item {
    flex: 0 0 calc(12.5% - 1.197917vw);
    height: 8.333333vw;
    border-radius: var(--radius);
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brands__item img {
    max-width: calc(100% - 1.25vw);
    max-height: calc(100% - 1.25vw);
  }
  .brands__item + .brands__item {
    margin-left: 0;
  }
  
  .form__section {
    padding: 6.25vw 0;
    position: relative;
  }
  .form__box {
    width: 78.91667vw;
    display: flex;
    flex-direction: row-reverse;
    padding: 4.6875vw 2.725vw;
    border-radius: var(--radius);
    gap: 5.208333vw;
  }
  .form__text {
    flex: 0 0 34.5625vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .form__title {
    font-size: 4.166667vw;
    margin-bottom: .625vw;
    text-align: left;
    margin-top: auto;
	line-height: 4.166667vw;
  }
  .form__subtitle {
    font-size: 1.666667vw;
    text-align: left;
    margin-bottom: 1.666667vw;
	line-height: normal;
  }
  .form__btn {
    margin-top: auto;
  }
  
  .btn-grey {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF;
    font-size: .9375vw;
    border-radius: .78125vw;
    padding: .729167vw 1.354167vw;
  }
  
  .form__form {
    border-radius: var(--radius);
    box-shadow: var(--box-shadow);
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 21.19792vw;
    position: relative;
  }
  .form__bottom {
    gap: .833333vw;
    width: 23.22917vw;
  }
  .form__bottom .form__btn {
    margin-top: 1.25vw;
  }
  
  .form__image {
    position: absolute;
    display: block;
    left: 0;
  }
  .form__image img {
    width: 17.06667vw;
  }
  .contact__section {
    padding: 4.375vw 19.16667vw;
  }
  .contact__section .section__inner {
    display: flex;
    gap: 2.08333vw;
  }
  .contact__image-box {
    padding: 0 0 .833333vw;
    margin-bottom: 0;
  }
  .contact__image,
  .contact__image-bg {
    width: 12.65625vw;
    height: 17.13542vw;
    border-radius: var(--radius);
  }
  .contact__image-bg {
    border-width: .104167vw;
    transform: translateX(-.833333vw);
  }
  .contact__text-box {
    padding: 2.604167vw 3.125vw;
    border-radius: var(--radius);
    border-width: .104167vw;
    gap: .833333vw;
    justify-content: flex-end;
  }
  .contact__name {
    font-size: 1.66667vw;
  }
  .contact__department {
    font-size: 1.25vw;
  }
  .contact__box {
    font-size: .9375vw;
    gap: .208333vw;
  }
  .contact__text-box .btn {
    position: relative;
    bottom: unset;
    margin-right: auto;
    margin-top: .833333vw;
  }
  footer {
    padding: 1.5625vw 10.41667vw 3.125vw;
  }
  .footer__inner {
    display: flex;
    justify-content: space-between;
  }
  .footer__logo img {
    width: 7.552083vw;
  }
  .footer__form {
    margin-top: 0;
    gap: .625vw;
    width: 40.46875vw;
  }
  .footer__form-title {
    font-size: 1.041667vw;
  }
  .footer__form-inputbox {
    position: relative;
  }
  .footer__input {
    padding: 1.354167vw;
    border-radius: .520833vw;
    border-width: .104167vw;
  }
  .footer__btn {
    margin: 0;
    padding: 1.354167vw 2.083333vw;
    font-size: .729167vw;
    border-radius: .520833vw;
    position: absolute;
    right: 0;
  }
  .footer__form-aftertext {
    font-size: .729167vw;
  }
}
