* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  scrollbar-gutter: stable;
}

body {
  background-color: #DADADA;
  color: #1c1e21;
}

@media screen and (max-width: 767px) {
  body {
    background-color: #EBEBEB;
  }
}

#sant {
  position: relative;
  overflow: hidden;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Black.woff2") format("woff2"), url("../fonts/Geologica-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Regular.woff2") format("woff2"), url("../fonts/Geologica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Light.woff2") format("woff2"), url("../fonts/Geologica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Medium.woff2") format("woff2"), url("../fonts/Geologica-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-SemiBold.woff2") format("woff2"), url("../fonts/Geologica-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#sant a {
  text-decoration: none;
  color: inherit;
  border: none;
}

#sant img {
  display: block;
  max-width: 100%;
}

#sant ul {
  list-style: none;
}

#sant h1 {
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 24px;
  color: #1c1e21;
  text-transform: uppercase;
  max-width: 958px;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  #sant h1 {
    font-size: 52px;
    line-height: 65px;
  }
}

@media screen and (max-width: 767px) {
  #sant h1 {
    font-size: 32px;
    line-height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 600;
  }
}

#sant h2 {
  font-size: 48px;
  line-height: 60px;
  color: #1c1e21;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
  #sant h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  #sant h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

#sant h3 {
  font-size: 32px;
  line-height: 38px;
}

@media screen and (max-width: 767px) {
  #sant h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

#sant h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  #sant h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  #sant h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

#sant .text {
  font-size: 16px;
  line-height: 22px;
  color: #1c1e21;
  font-weight: 300;
}

#sant .text.mb-36 {
  margin-bottom: 36px;
}

@media screen and (max-width: 1440px) {
  #sant .text.mb-36 {
    margin-bottom: 21px;
  }
}

#sant .text.gray {
  color: #878787;
}

@media screen and (max-width: 1440px) {
  #sant .text.gray {
    font-size: 14px;
    line-height: 17px;
  }
}

#sant .text.pr-35 {
  padding-right: 35px;
}

#sant .text-sm {
  font-size: 14px;
  line-height: 17px;
}

#sant .bold {
  font-weight: 700;
}

#sant .btn {
  font-family: "Inter", sans-serif;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 100%;
  background-color: #14ab99;
  border-radius: 38px;
  text-align: center;
  padding: 20px 10px;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 1280px) {
  #sant .btn:hover {
    background-color: #0b8a7b;
  }
}

@media screen and (max-width: 1279px) {
  #sant .btn:active {
    background-color: #0b8a7b;
  }
}

#sant .wrapper {
  font-family: "Geologica", sans-serif;
  color: #000;
}

#sant .container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1440px) {
  #sant .container {
    max-width: 1220px;
  }
}

@media screen and (max-width: 767px) {
  #sant .container {
    padding: 0 16px;
  }
}

#sant .parallax {
  will-change: transform;
  transition: transform 0.2s linear;
}

#sant .header {
  position: fixed;
  left: 20px;
  right: 20px;
  top: 12px;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(10px);
  border-radius: 48px;
  z-index: 10;
}

@media screen and (max-width: 1440px) {
  #sant .header {
    max-width: 1180px;
  }
}

@media screen and (max-width: 767px) {
  #sant .header {
    background-color: #fff;
    backdrop-filter: none;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0 0 16px 16px;
  }
}

#sant .header__logo {
  max-width: 166px;
}

@media screen and (max-width: 767px) {
  #sant .header__logo {
    max-width: 126px;
  }
}

#sant .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 58px 17px 48px;
}

@media screen and (max-width: 767px) {
  #sant .header__inner {
    flex-wrap: wrap;
    padding: 16px;
  }
}

#sant .header__list {
  display: flex;
}

@media screen and (max-width: 767px) {
  #sant .header__list {
    column-gap: 17px;
  }
}

#sant .header__link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 18px;
  transition: color 0.2s ease;
}

@media screen and (min-width: 1280px) {
  #sant .header__link:hover {
    color: #14ab99;
  }
}

@media screen and (max-width: 1279px) {
  #sant .header__link:active {
    color: #14ab99;
  }
}

@media screen and (max-width: 767px) {
  #sant .header__link {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
  }
}

#sant .banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 187px 0 100px;
  border-radius: 0;
  margin-top: 0;
  position: relative;
}

@media screen and (max-width: 1440px) {
  #sant .banner {
    padding: 171px 0 84px;
  }
}

@media screen and (max-width: 767px) {
  #sant .banner {
    padding-top: 122px;
    padding-bottom: 80px;
    background-image: url(../images/bg_banner-sm.png);
    background-repeat: no-repeat;
    background-size: 375px;
    background-position: 100% 92%;
  }
}

#sant .banner__text {
  color: #1c1e21;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  max-width: 634px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #sant .banner__text {
    padding-left: 12px;
    padding-right: 102px;
  }
}

#sant .banner__btn {
  max-width: 230px;
}

@media screen and (max-width: 767px) {
  #sant .banner__btn {
    max-width: 100%;
    margin-left: 12px;
    margin-right: 12px;
    width: auto;
  }
}

#sant .banner__img {
  position: absolute;
  top: -30px;
  right: -342px;
  width: 100%;
  max-width: 1090px;
  pointer-events: none;
}

@media screen and (min-width: 1100px) and (max-width: 1560px) {
  #sant .banner__img {
    max-width: 982px;
    right: -500px;
    top: -12px;
  }
}

@media screen and (max-width: 1279px) {
  #sant .banner__img {
    transform: none !important;
  }
}

@media screen and (max-width: 1099px) {
  #sant .banner__img {
    right: -650px;
  }
}

#sant .choose {
  position: relative;
  padding-bottom: 148px;
}

@media screen and (max-width: 1440px) {
  #sant .choose {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 767px) {
  #sant .choose {
    padding-bottom: 48px;
  }
}

#sant .choose__wrap {
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(10px);
  padding: 48px;
  border-radius: 48px;
}

@media screen and (max-width: 1440px) {
  #sant .choose__wrap {
    padding: 32px;
  }
}

@media screen and (max-width: 767px) {
  #sant .choose__wrap {
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.58);
  }
}

#sant .choose__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 32px;
}

@media screen and (max-width: 1440px) {
  #sant .choose__title {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  #sant .choose__title {
    margin-bottom: 32px;
  }
}

#sant .choose__inner {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
}

@media screen and (min-width: 1441px) and (max-width: 1611px) {
  #sant .choose__inner {
    column-gap: 20px;
  }
}

@media screen and (max-width: 1440px) {
  #sant .choose__inner {
    gap: 23px;
  }
}

@media screen and (max-width: 1279px) {
  #sant .choose__inner {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #sant .choose__inner {
    display: flex;
    gap: 24px;
  }
}

#sant .choose__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (min-width: 1441px) {
  #sant .choose__item:nth-child(1) {
    min-width: 227px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  #sant .choose__item {
    gap: 12px;
  }

  #sant .choose__item:nth-child(1) {
    min-width: 192px;
  }
}

@media screen and (max-width: 1279px) {
  #sant .choose__item {
    width: calc(33.33% - 7px);
  }
}

@media screen and (max-width: 767px) {
  #sant .choose__item {
    width: 100%;
  }
}

#sant .choose__item-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  #sant .choose__item-icon {
    width: 32px;
    height: 32px;
  }
}

#sant .choose__item-icon img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  max-width: none;
  width: auto;
}

@media screen and (max-width: 1440px) {
  #sant .choose__item-icon img {
    top: 23px;
  }
}

#sant .choose .text {
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (max-width: 1440px) {
  #sant .choose .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #sant .choose .text {
    font-size: 16px;
    line-height: 21px;
  }
}

#sant .service {
  padding-bottom: 84px;
}

@media screen and (max-width: 1440px) {
  #sant .service {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  #sant .service {
    padding-bottom: 48px;
  }
}

#sant .service__title {
  margin-bottom: 56px;
}

@media screen and (max-width: 1440px) {
  #sant .service__title {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  #sant .service__title {
    margin-bottom: 24px;
  }
}

#sant .service__list {
  position: relative;
}

#sant .service__inner {
  position: relative;
  display: flex;
}

@media screen and (max-width: 767px) {
  #sant .service__inner {
    flex-wrap: wrap;
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 24px;
  }
}

#sant .service__inner:not(:first-child) {
  padding-top: 24px;
}

#sant .service__inner:last-child .service__item {
  border: none;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #sant .service__inner:last-child {
    border: 0;
    padding-bottom: 0;
  }
}

#sant .service__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #BEBEBE;
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  #sant .service__item {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

#sant .service__item:last-child {
  padding-left: 121px;
}

@media screen and (max-width: 1440px) {
  #sant .service__item:last-child {
    padding-left: 48px;
  }
}

@media screen and (max-width: 767px) {
  #sant .service__item:last-child {
    padding-left: 0;
  }
}

#sant .service__item h3 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 21px;
}

@media screen and (max-width: 1440px) {
  #sant .service__item h3 {
    padding-left: 18px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  #sant .service__item h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}

#sant .service__item h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #14ab99;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}

#sant .service__item p:not(.gray) {
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 1440px) {
  #sant .service__item p:not(.gray) {
    font-size: 16px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {
  #sant .service__item p:not(.gray) {
    margin-bottom: 12px;
  }
}

#sant .about {
  padding-bottom: 84px;
}

@media screen and (max-width: 1440px) {
  #sant .about {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  #sant .about {
    padding-bottom: 48px;
  }
}

#sant .about__title {
  margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
  #sant .about__title {
    margin-bottom: 16px;
  }
}

#sant .about__inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

@media screen and (max-width: 1440px) {
  #sant .about__inner {
    gap: 48px;
  }
}

@media screen and (max-width: 900px) {
  #sant .about__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

#sant .about__bg {
  background-image: url(../images/it-guys.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  flex: 1;
  align-self: stretch;
  border-radius: 32px;
}

@media screen and (max-width: 1440px) {
  #sant .about__bg {
    background-image: url(../images/it-guys.jpg);
  }
}

@media screen and (max-width: 900px) {
  #sant .about__bg {
    background-image: url(../images/it-guys.jpg);
    height: auto;
    flex: unset;
    align-self: start;
    width: 100%;
  }

  #sant .about__bg::after {
    content: "";
    display: block;
    padding-top: 54%;
  }
}

#sant .about__description {
  width: 485px;
}

@media screen and (max-width: 1440px) {
  #sant .about__description {
    width: 490px;
    padding-bottom: 38px;
  }
}

@media screen and (max-width: 1279px) {
  #sant .about__description {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 900px) {
  #sant .about__description {
    max-width: 100%;
    width: 100%;
  }
}

#sant .about__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 1440px) {
  #sant .about__text {
    font-size: 16px;
    line-height: 21px;
  }
}

#sant .about__text:last-child {
  margin-bottom: 0;
}

#sant .step {
  padding-top: 72px;
  padding-bottom: 72px;
  background-image: url(../images/step_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1440px) {
  #sant .step {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  #sant .step {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#sant .step__num {
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
  color: #14ab99;
  margin-bottom: 4px;
}

#sant .step__title {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #sant .step__title {
    margin-bottom: 16px;
  }
}

#sant .step__text {
  font-weight: 300;
  color: #ffffff;
}

#sant .step__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1279px) {
  #sant .step__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  #sant .step__inner {
    grid-template-columns: 100%;
  }
}

#sant .step__item {
  background-image: url(../images/card_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 48px 32px;
  border-radius: 24px;
}

@media screen and (max-width: 1440px) {
  #sant .step__item {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  #sant .step__item {
    width: 100%;
  }
}

#sant .step__item-title {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 600;
}

#sant #callback {
  padding-top: 72px;
  padding-bottom: 48px;
}

@media screen and (max-width: 1440px) {
  #sant #callback {
    padding-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  #sant #callback {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#sant .callback {
  color: #fff;
}

#sant .callback__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  position: relative;
}

@media screen and (max-width: 999px) {
  #sant .callback__inner {
    grid-template-columns: 100%;
    gap: 16px;
  }
}

#sant .callback__description {
  background-image: url(../images/description-form_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 999px) {
  #sant .callback__description {
    padding-top: 81px;
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 32px;
  }
}

@media screen and (max-width: 767px) {
  #sant .callback__description {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}

#sant .callback__description-wrap {
  max-width: 390px;
  text-align: center;
}

#sant .callback__description h3 {
  margin-bottom: 16px;
  font-weight: 600;
}

#sant .callback__description p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #sant .callback__description p {
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 500px) {
  #sant .callback__description p {
    max-width: 296px;
  }
}

#sant .callback__form {
  background: radial-gradient(86.85% 222.79% at 50% 50%, #000000 0%, #4C4C4C 100%);
  border-radius: 48px;
  padding: 39.5px 32px;
}

@media screen and (max-width: 1440px) {
  #sant .callback__form {
    padding: 36px 32px;
  }
}

@media screen and (max-width: 999px) {
  #sant .callback__form {
    border-radius: 32px;
    padding: 32px 16px;
  }
}

#sant .callback__title {
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
  #sant .callback__title {
    font-size: 24px;
    line-height: 30px;
  }
}

#sant .callback__text {
  font-weight: 300;
  margin-bottom: 24px;
}

#sant .callback-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

#sant .callback-form__field {
  flex: 1;
  position: relative;
}

#sant .callback-form__input {
  font-family: "Geologica", sans-serif;
  width: 100%;
  background: transparent;
  border: 2px solid #49494A;
  background-color: transparent;
  padding: 23px 16px 8px;
  border-radius: 16px;
  outline: none;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  #sant .callback-form__input {
    font-size: 14px;
    line-height: 17px;
  }
}

#sant .callback-form__input:not(:placeholder-shown)~.callback-form__label,
#sant .callback-form__input:not([readonly]):focus~.callback-form__label {
  transform: translateY(-12px) scale(0.75);
}

#sant .callback-form__btn {
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 14px;
}

#sant .callback-form__label {
  position: absolute;
  left: 17px;
  right: 17px;
  top: 16px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  margin: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  transform-origin: left center;
  transition: transform 0.25s ease-in-out;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  #sant .callback-form__label {
    top: 15px;
  }
}

#sant .callback-form__label span {
  position: relative;
}

#sant .callback-form__label span sup {
  color: #ff525f;
  position: absolute;
  right: -8px;
  top: -2px;
}

#sant .callback__privacy {
  font-size: 12px;
  line-height: 15px;
  color: #EBEFF9;
  font-weight: 300;
}

#sant .callback__privacy a {
  color: #6996ED;
}

#sant .callback__privacy a:hover {
  text-decoration: underline;
}

#sant .callback__img {
  position: absolute;
}

@media screen and (max-width: 1279px) {
  #sant .callback__img {
    transform: none !important;
  }
}

#sant .callback__img_1 {
  max-width: 837px;
  left: -698px;
  top: -224px;
}

@media screen and (max-width: 1440px) {
  #sant .callback__img_1 {
    max-width: 800px;
    left: -668px;
    top: -174px;
  }
}

@media screen and (max-width: 999px) {
  #sant .callback__img_1 {
    max-width: 190px;
    left: -142px;
    top: 180px;
  }
}

@media screen and (max-width: 767px) {
  #sant .callback__img_1 {
    top: 130px;
  }
}

@media screen and (max-width: 500px) {
  #sant .callback__img_1 {
    top: 170px;
  }
}

#sant .callback__img_2 {
  max-width: 232px;
  right: -124px;
  top: -94px;
}

@media screen and (min-width: 1000px) and (max-width: 1440px) {
  #sant .callback__img_2 {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  #sant .callback__img_2 {
    max-width: 200px;
    right: -94px;
    top: -95px;
  }
}

@media screen and (max-width: 767px) {
  #sant .callback__img_2 {
    max-width: 100px;
    right: -55px;
    top: -48px;
  }
}

#sant .error {
  color: #ff525f;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 18px;
}

#sant .error-field {
  border-color: #ff525f;
}

#sant .error-field~.error::after {
  content: "";
  color: #ff525f;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFnSURBVHgB7ZYxTsMwFIZ/W0ywMBTGCjYkFoTE1iG5QTkBDIwsvQcDA4IFicAF4AbN0IkBsSBxBsTQpRnr2nGlNK3t+DmJuuSXElnxc/4v1st7Bjp1qiExvN5XF2qIIUC5KRPvcnW0fJRgzkbsI5mCKDLA0nwsV56VJ/ANwWIqBAnAal4DgvsGGs33doHDXhGk5mQMJS+8AIzmx33g7RF4ugPiQTBEJYB12y/Oi/FBr7yIAMGDzH3kCcFbMSdA8NbMPSHMO8Dm942Yr0Jw8QIfAP317ArNa2jaBe860JY2APIqJpBWLUSWgajEVCF3jKGCXcqbOwnHE+Cor6thOoFTukSPTFPWXtDYn1DRH5zNyAmhesDtjR4/PAN//2RzJWcS6nxgcf6idUWy/p+e6CsaBJlXAjghfn6L8edXkHn+fnjK2o6VZlmQOQnAClEKoB9Itn4kI1fCIifE64p5GmJeW00cyzt1WgAEH8Qt2U73mAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

#sant .popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

#sant .popup__title {
  font-weight: 600;
  margin-bottom: 12px;
}

#sant .popup__text {
  font-weight: 300;
  color: #fff;
}

#sant .popup.active {
  display: flex;
}

#sant .popup__content {
  background: radial-gradient(86.85% 222.79% at 50% 50%, #000000 0%, #4C4C4C 100%);
  border-radius: 32px;
  padding: 87px 32px 87px;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1560px;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  #sant .popup__content {
    padding-top: 180px;
    padding-bottom: 180px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 16px;
  }
}

#sant section.section {
  padding-bottom: 72px;
}

@media screen and (max-width: 767px) {
  #sant section.section {
    padding-bottom: 32px;
  }
}

#sant .map {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#sant .map #map {
  height: 390px;
  border-radius: 32px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  #sant .map #map {
    height: 348px;
  }
}

@media screen and (max-width: 767px) {
  #sant .map {
    margin-top: 0;
    height: auto;
  }
}

#sant .map-tooltip {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 1440px) {
  #sant .map-tooltip {
    left: 32px;
  }
}

@media screen and (max-width: 767px) {
  #sant .map-tooltip {
    position: static;
    margin-bottom: 16px;
    max-width: 100%;
  }
}

#sant .map-tooltip__title {
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #sant .map-tooltip__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

#sant .map-tooltip__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

#sant .map-tooltip__item:last-child {
  margin-bottom: 0;
}

#sant .map-tooltip .text {
  font-weight: 300;
  color: #000;
}

#sant .footer {
  border-radius: 32px 32px 0 0;
  background-color: #777777;
  padding-top: 32px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  #sant .footer {
    border-radius: 40px 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #sant .footer {
    padding-bottom: 32px;
  }
}

#sant .footer__logo {
  max-width: 166px;
}

#sant .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #8F8F8F;
}

@media screen and (max-width: 767px) {
  #sant .footer__inner {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 28px;
  }
}

#sant .footer__list {
  display: flex;
  gap: 18px;
}

@media screen and (max-width: 767px) {
  #sant .footer__list {
    gap: 28px;
  }
}

#sant .footer__link {
  font-size: 14px;
  line-height: 20px;
  color: #1c1e21;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

@media screen and (max-width: 767px) {
  #sant .footer__link {
    color: #080808;
  }
}

@media screen and (min-width: 1280px) {
  #sant .footer__link:hover {
    color: #14ab99;
  }
}

@media screen and (max-width: 1279px) {
  #sant .footer__link:active {
    color: #14ab99;
  }
}

#sant .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  color: #1c1e21;
}

@media screen and (max-width: 1279px) {
  #sant .footer__bottom {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #sant .footer__bottom {
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
  }
}

#sant .footer__bottom p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}

@media screen and (max-width: 767px) {
  #sant .footer__bottom p {
    margin-bottom: 12px;
    color: #000;
  }
}

#sant .footer__bottom a {
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 1280px) {
  #sant .footer__bottom a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  #sant .footer__bottom a {
    text-decoration: underline;
    color: #000;
  }
}

#sant .footer__wrap {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 1279px) {
  #sant .footer__wrap {
    flex-direction: column;
    gap: 12px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  #sant .footer__wrap {
    text-align: center;
  }
}
