@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
sub br {
  display: none;
}
input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
/*--------------------*/
[class*="container"] {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

.hides {
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: -1;
  display: none;
}

body {
  background: #fafafa;
}
.header {
  padding: 16px 0px;
  background: #fff;
}
.header__logo {
  max-width: 317px;
  width: 100%;
}
.header__logo img {
  width: 100%;
}
.preview {
  position: relative;
  background: url("../step2/images/preview_back.webp") #0945be no-repeat;
  background-position-x: 80%;
  background-size: contain;
  height: 536px;
  margin-bottom: 92px;
}
.preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #eecd7b 0%, #f7e6bd 80%, #fff 95%);
}
.preview__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.preview__title {
  max-width: 687px;
  width: 100%;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  margin-bottom: 32px;
}
.preview__text {
  max-width: 510px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
.map {
  padding: 60px 0px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.disable {
  display: none;
}

.map__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  min-height: 595px;
}
.map__wrapper svg {
  width: 100%;
}

#map-earth {
  display: none;
}
#map-earth.robo {
  display: block;
}

.scale-in {
  animation: scale-in 2s ease-in;
}
@keyframes scale-in {
  0% {
    display: block;
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.scale-rotate {
  animation: scale-rotate 3s ease-in-out;
  display: block;
}
@keyframes scale-rotate {
  0% {
    transform: scale(0) rotate(0deg);
  }
  40% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
.scale-out {
  animation: scale-out 1s ease-in forwards;
}
@keyframes scale-out {
  0% {
    transform: scale(1);
  }
  99% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
    display: none;
  }
}
.modal__countr {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background: #fafafa4e;
  backdrop-filter: blur(4px);
  z-index: 2;
}
.modal__countr-wrapper {
  max-width: 864px;
  width: 100%;
  padding: 72px 60px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.modal__countr-fl {
  max-width: 118px;
  width: 100%;
  height: 80px;
  height: 100%;
  margin: 0 auto 29px;
}
.modal__countr-f span {
  display: block;
  width: 100%;
  height: 100%;
}
.modal__countr-fl img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 12px #000;
}
/* .modal__countr-fl svg {
	width: 100%;
} */
.modal__countr-title {
  color: #2662db;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.modal__text {
  color: #1c2b33;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin-bottom: 41px;
}
.modal__countr-button {
  max-width: 744px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.modal__countr-button button {
  padding: 12px 6px;
  max-width: 351px;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, #427ef6 -0.39%, #0945be 99.61%);

  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  font-variant: all-small-caps;
}

.modal__countr-selection {
  display: none;
  max-width: 864px;
  width: 100%;
  padding: 72px 60px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
}

.countr-selection__title {
  color: #2662db;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.countr-selection__text {
  max-width: 504px;
  width: 100%;
  color: #1c2b33;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 auto 56px;
}
.countr-selection__wrapper {
  height: 352px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  gap: 20px;
  margin-bottom: 56px;
}
.countr-selection__wrapper label {
  color: #1c2b33;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
.country-likvid,
.country-nolik {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.submit-button {
  display: block;
  max-width: 490px;
  width: 100%;
  padding: 12px 10px;
  border-radius: 12px;
  background: linear-gradient(180deg, #427ef6 -0.39%, #0945be 99.61%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 0 auto;
  animation: puls 1s infinite;
}

@keyframes puls {
  0% {
    transform: scale(0.96);
  }
  50% {
    transform: scale(1);
    box-shadow: 1px 1px 5px 1px #0945be;
  }
  100% {
    transform: scale(0.96);
  }
}

.fade-in {
  animation: fade-in 1s ease-in forwards;
}
.fade-out {
  animation: fade-out 1s ease-in forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.info {
  padding: 100px 0px;
}
.info__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.info__item:first-of-type {
  margin-bottom: 100px;
}
.info__images {
  max-width: 512px;
  width: 100%;
}
.info__images img {
  width: 100%;
}
.info__block {
  max-width: 510px;
  width: 100%;
}
.info__title {
  color: #0945be;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 42px */
  margin-bottom: 20px;
}
.info__text {
  color: #1c2b33;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  border-left: 4px solid #0945be;
  padding-left: 12px;
}
.footer {
  padding: 20px 0px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer__images {
  max-width: max-content;
}
.footer__images img {
  width: 100%;
}

/* last modal company block */

.modal-company {
  display: none;
  align-items: center;
  /* justify-content: center; */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background: #fafafa4e;
  backdrop-filter: blur(4px);
  z-index: 2;
  opacity: 0;
}
.modal-company__wrapper {
  max-width: 865px;
  width: 100%;
  padding: 52px 30px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.modal-company-fl-to {
  max-width: 108px;
  width: 100%;
  height: 50px;
  margin: 0 auto 19px;
}
.modal-company-fl-to span {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-company-fl-to img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 12px #000;
}
.modal-company__title {
  color: #2662db;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.modal-company__subtitle {
  max-width: 504px;
  width: 100%;
  color: #1c2b33;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0 auto 41px;
}
.modal-company__item {
  max-width: 100%;
}
.swiper {
  width: 100% !important;
}

.swiper-wrapper {
  max-width: 732px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.swiper-slide {
  width: 100%;
}
.company-block {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  width: 100%;
  min-height: 630px;
  height: 100%;
  padding: 20px 16px;
  border-radius: 12px;
  border: 1.5px solid #78a0fa;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  gap: 10px;
  margin: 0 auto;
}
.modal-company__images {
  /* max-width: 120px; */
  width: 120px;
  /* max-height: 120px; */
  height: 120px;
  margin: 0 auto 28px;
}
.modal-company__images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-company__text {
  max-width: 321px;
  width: 100%;
  color: #969ca0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 27px */
  padding-left: 12px;
  border-left: 4px solid #aec9ff;
  margin-bottom: 20px;
}
.modal-company__subtext {
  color: #1c2b33;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  font-variant: all-small-caps;
  margin-bottom: 8px;
  margin-top: auto;
}
.modal-company__sum {
  max-width: 321px;
  width: 100%;
  padding: 16px 4px;
  border-radius: 12px;
  border: 1px solid #fee45b;
  background: #fff5dc;
  margin-bottom: 26px;
  color: #1c2b33;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.sum {
  font-size: 28px;
}
.modal-company__btn {
  max-width: 321px;
  width: 100%;
  padding: 12px 6px;
  border-radius: 12px;
  background: linear-gradient(180deg, #427ef6 -0.39%, #0945be 99.61%);

  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  font-variant: all-small-caps;
}

.modal__forms {
  display: none;
  max-width: 907px;
  width: 100%;
  padding: 72px 60px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
.forms__title {
  max-width: 504px;
  width: 100%;
  color: #1c2b33;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin: 0 auto 41px;
}
html {
  scrollbar-width: none; /* Для Firefox */
}
.body-scroll::-webkit-scrollbar {
  display: none;
}

@media (max-width: 992px) {
  [class*="container"] {
    max-width: none;
  }
  .preview__wrapper {
    padding-bottom: 24px;
    justify-content: end;
  }
  .preview__title {
    max-width: 480px;
  }
  .info__item {
    flex-direction: column;
  }
  .info__item:last-of-type {
    flex-direction: column-reverse;
  }
  /* .modal-company__wrapper {
		border-radius: 0px;
	} */
}
@media (max-width: 820px) {
  [class*="container"] {
    max-width: none;
  }
  .modal-company__wrapper {
    max-width: 800px;
    padding: 48px 12px 0px;
  }
  .company-block {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  [class*="container"] {
    max-width: none;
  }
  .preview {
    height: 644px;
    padding-bottom: 80px;
    margin-bottom: 54px;
    background: url("../step2/images/preview-back-mob.webp") #0945be no-repeat;
    background-size: contain;
    background-position-x: center;
  }
  .preview__title {
    font-size: 32px;
    margin-bottom: 26px;
  }
  .preview__text {
    font-size: 18px;
  }
  .map {
    padding: 31px 0px;
  }
  .map__wrapper {
    min-height: 343px;
  }
  .info {
    padding: 64px 0px;
  }
  .info__item {
    gap: 24px;
  }
  .info__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .info__item:first-of-type {
    margin-bottom: 64px;
  }
  .footer__wrapper {
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px;
  }
  .footer__images {
    max-width: 104px;
  }
  .modal__countr-wrapper {
    padding: 48px 12px;
  }
  .modal__countr-title {
    font-size: 28px;
  }
  .modal__text {
    font-size: 18px;
  }
  .modal__countr-button {
    flex-direction: column;
    gap: 16px;
    font-size: 18px;
  }
  #map-earth {
    max-width: 250px;
    width: 100%;
  }
  .modal__countr-selection {
    padding: 48px 12px;
    border-radius: 0px;
  }
  .countr-selection__wrapper {
    flex-wrap: nowrap;
    padding: 0px 34px;
    height: 100%;
  }
  .countr-selection__title {
    font-size: 28px;
  }
  .countr-selection__text {
    font-size: 18px;
  }
  .swiper-wrapper {
    max-width: 310px;
    padding-bottom: 48px;
  }
  .modal-company__title {
    font-size: 28px;
  }
  .modal-company__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .company-block {
    min-height: 400px;
  }
  .modal-company__sum {
    margin-bottom: 14px;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "";
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "";
  }
  .swiper-button-next {
    width: 64px;
    top: 95% !important;
    right: 20%;
  }
  .swiper-button-prev {
    width: 64px;
    top: 95% !important;
    left: 20%;
  }
  .modal__forms {
    padding: 48px 12px;
  }
  .forms__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
