/***************************************************              GENERAL RESET STYLES             ***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

/* @import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"); */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

*:focus {
  outline: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
  display: block;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;

  border: 1px solid transparent;
  color: #000c49;
  background-color: #fff;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #000c49;
  font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #b9b9b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

.container {
  display: block;
  position: relative;
  width: 1400px;
  margin: 0px auto;
  height: 100%;
}

header,
main,
footer,
section {
  display: block;
  position: relative;
  width: 100%;
}

span {
  font: inherit;
}

svg {
  display: block;
  color: inherit;
}

/* lenis reset */
html {
  scroll-behavior: auto !important;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* lenis reset */

/* common styles */
:root {
  --white: #fff;
  --white-f5: #f5f5f5;
  --semi-grey: #e7e7e7;
  --dark: #272727;
  --grey: #7e7e7e;
  --purple: #6c64af;
  --semi-purple: #e2e0ef;
  --main-transition-ease: cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
  background-color: var(--base-bg);
}

.header-fix {
  width: 100%;
  display: block;
  height: var(--header-height);
}

.section-margin {
  margin-top: 100px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.section-heading.center {
  align-items: center;
}

.title-h2 {
  color: var(--purple);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}

.title-h2.white {
  color: var(--white);
}

.section-heading-p {
  color: var(--dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.section-heading.center .section-heading-p {
  text-align: center;
}

.download-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background-color: var(--dark);
  border-radius: 7px;
  outline: none;
  transition: all 0.45s var(--main-transition-ease);
}

.download-btn:hover {
  background-color: #000;
}

.download-btn__texts {
  display: flex;
  flex-direction: column;
}

.download-btn > img {
  aspect-ratio: 1;
  max-width: 32px;
}

.download-btn__texts > span {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.download-btn__texts > p {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.download-btn.header-btn {
  padding: 11px;
}

.sliders-nav {
  display: flex;
  gap: 20px;
}

.slider-btn {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--purple);
  color: var(--white);
  border: 1px solid var(--purple);
  transition: all 0.45s var(--main-transition-ease);
  background-color: var(--purple);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slider-btn--right svg {
  transform: rotate(180deg);
}

.slider-btn.swiper-button-disabled {
  cursor: not-allowed;
  color: var(--purple);
  background-color: transparent;
}

.swiper-slide {
  height: auto;
}

/* common styles */

/* header styles */
.header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
}

.header__inner {
  padding: 13px 20px 13px 0px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.header__l {
  display: flex;
  align-items: center;
}

.header__nav {
  display: flex;
  gap: 5px;
  align-items: center;
}

.header__nav-link {
  padding: 15px 20px;
  color: var(--dark);
  transition: all 0.45s ease-in-out;
  display: block;
  border-radius: 7px;
}

.header__nav-link:hover {
  background-color: var(--semi-grey);
  text-shadow: 0px 0px 1px #000;
}

.header-logo {
  max-width: 221px;
}

.header__l {
  gap: 35px;
}

.menu {
  display: none;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  position: fixed;
  z-index: 9;
  transition: all 0.45s ease-in-out;
  padding-top: 30px;
  transform: translateX(-101%);
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.mobile-menu__link {
  text-align: center;
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.45s var(--main-transition-ease);
  padding: 10px;
  border-radius: 7px;
  cursor: pointer;
}

.mobile-menu__link:hover {
  background-color: var(--white-f5);
  text-shadow: 0px 0px 1px #000;
}

body:has(.mobile-menu.active) {
  overflow: hidden;
}

/* header styles */

/* hero styles */
.hero {
  width: 100%;
  height: 100vh;
  background-color: var(--white-f5);
  overflow: hidden;
}

.hero__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 100%;
}

.hero__l {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  gap: 50px;
  max-width: 750px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hero-subtitle {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 473px;
}

.hero-title {
  color: var(--purple);
  /* 	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: var(--dark); */
  font-size: 64px;
  /* 	font-family: "Onest", sans-serif; */
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 70.4px */
}

.hero__reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 7px;
  background-color: var(--semi-grey);
  max-width: fit-content;
}

.hero__reviews img {
  aspect-ratio: 96 / 30;
  max-width: 96px;
}

.hero__reviews p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-btns {
  position: relative;
  width: fit-content;
  margin-bottom: 100px;
}

.hero-btns__arrow {
  position: absolute;
  top: 0;
  left: 100%;
}

.hero__r {
  position: relative;
  max-width: 571px;
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
}

.hero__r-bg {
  width: 100%;
  height: 90%;
  position: absolute;
  border-radius: 0 0 40px 40px;
  background-color: var(--purple);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.hero__r-img {
  position: relative;
  z-index: 1;
}

.hero__r-img img {
  position: absolute;
  aspect-ratio: 661 / 681;
  width: 661px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* hero styles */

/* process styles */
.process-fake-nav {
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

.process__sliders-nav {
  position: relative;
}

.process__bottom {
  position: relative;
}

.process-block {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -20;
  opacity: 0;
  transition: all 0.45s ease-in-out;
}

.process-block.active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.process-pagin:not(:empty) {
  margin-top: 30px;
}

.process-nav {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: -10;
}

.process-nav.active {
  z-index: 1;
  opacity: 1;
}

.process-card__img {
  margin-top: auto;
  aspect-ratio: 295 / 323;
  overflow: hidden;
  height: auto;
  background-color: var(--semi-grey);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.process-card__img img {
  width: auto;
  height: 100%;
}

.process-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--semi-grey);
  height: 100%;
}

.process-card .num {
  color: var(--semi-grey);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
}

.prog-name {
  color: var(--dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.process-card__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--semi-grey);
}

.process-card__text {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.process__top {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.process__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  width: 100%;
  max-width: 350px;
  border-radius: 10px;
  padding: 2px;
  background-color: var(--purple);
}

.process__nav-btn {
  padding: 12px;
  overflow: hidden;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  outline: none;
  background-color: transparent;
  border: none;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.45s var(--main-transition-ease);
}

.process__nav-btn:hover {
  background-color: var(--semi-purple);
}

.process__nav-btn.active {
  background-color: var(--white);
  text-shadow: 0px 0px 1px #000;
}

.process__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.process-block .swiper-slide:nth-child(even) .process-card {
  border-color: var(--purple);
}

.process-block .swiper-slide:nth-child(even) .process-card__top {
  border-color: var(--purple);
}

.process-block .swiper-slide:nth-child(even) .process-card .num {
  color: var(--purple);
}

.process-block .swiper-slide:nth-child(even) .process-card__img {
  background-color: var(--semi-purple);
}

/* process styles */

/* advs styles */
.adv {
  background-color: var(--white-f5);
}

.adv__inner,
.adv__top {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.adv__inner {
  padding: 50px 0px;
  gap: 30px;
}

.adv__bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.adv__cards {
  width: 50%;
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 20px;
}

.adv__card {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--grey);
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: var(--white);
}

.adv__card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.adv__card-content > h3 {
  color: var(--dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.adv__card-content > p {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.adv__icon {
  color: var(--grey);
}

.purple-card {
  background-color: var(--semi-purple);
  border-color: var(--purple);
}

.purple-card .adv__icon {
  color: var(--purple);
}

.adv__r {
  aspect-ratio: 595 / 638;
  max-width: 595px;
}

/* advs styles */

/* benefits styles */
.benefit__inner,
.benefit__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.benefit__top .title-h2 {
  text-align: center;
}

.benefit__inner {
  gap: 30px;
}

.benefit__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefit__card {
  border-radius: 10px;
  border: 1px solid var(--grey);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 200px;
}

.benefit__card-title {
  color: var(--dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.benefit__card-text {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.benefit__card-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.benefit__card-img img {
  height: 100%;
  object-fit: cover;
}

.benefit__cards > :nth-child(even) {
  border-color: var(--purple);
}

/* benefits styles */

/* why styles */
.why__inner {
  display: flex;
  gap: 20px;
}

.why__l,
.why__r {
  width: 50%;
  background-color: var(--semi-purple);
  border-radius: 20px;
  padding: 40px;
}

.why__r {
  background-color: var(--white-f5);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.why__l {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.why__l-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why__l-top .title-h2 {
  text-align: center;
}

.why__l-top p {
  text-align: center;
  max-width: 542px;
}

.why-mid-text {
  color: var(--purple);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

/* why styles */

/* func styles */
.func-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.func {
  padding: 55px 20px;
  background-color: var(--white-f5);
}

.func-slider {
  max-width: 1320px;
  margin: 0px auto;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}

.func-slider__bg {
  position: absolute;
  z-index: 0;
  width: 440px;
  aspect-ratio: 1;
  overflow: hidden;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.func-slider__bg > svg {
  width: 100%;
  height: 100%;
}

.func-slider-nav {
  position: absolute;
  width: 60px;
  height: 100%;
  max-height: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.func-slider-nav--l {
  left: calc(0px - 60px);
}

.func-slider-nav--r {
  right: calc(0px - 60px);
}

.func-slide__top {
  aspect-ratio: 440 / 475;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.func-slide {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}

.funcSwiper .swiper-slide {
  height: auto;
}

.func-slide__top img {
  height: 100%;
  width: auto;
  transform: scale(0.8);
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transition: all 0.45s var(--main-transition-ease);
}

.func-slide__bottom {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  opacity: 0;
  transition: opacity 0.45s var(--main-transition-ease);
}

.func-slide__bottom > h3 {
  color: var(--dark);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

.func-slide__bottom > p {
  color: var(--dark);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.swiper-slide-active .func-slide__bottom {
  opacity: 1;
}

.swiper-slide-active .func-slide__top img {
  transform: scale(1);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.mk-pagin {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.mk-pagin .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: rgba(108, 100, 175, 0.1);
  width: 32px;
  height: 32px;
  position: relative;
  display: grid;
  place-content: center;
}

.mk-pagin .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: rgba(108, 100, 175, 0.62);
  border-radius: 50%;
}

/* func styles */

/* reviews styles */
.reviews__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.review-slide {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--grey);
}

.review-name {
  color: var(--dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.review-pos {
  color: rgba(45, 45, 45, 0.69);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.review-content {
  display: flex;
  flex-direction: column;
}

.review-slide__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-icon {
  flex-shrink: 0;
  color: var(--grey);
}

.reviewsSwiper .swiper-slide:nth-child(even) .review-slide {
  border-color: var(--purple);
}

.reviewsSwiper .swiper-slide:nth-child(even) .review-icon {
  color: var(--purple);
}

.reviews-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.review-text {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* reviews styles */

/* ad styles */
.ad {
  background-color: var(--purple);
}

.ad__l {
  aspect-ratio: 633 / 686;
  max-width: 633px;
}

.ad__r {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 683px;
}

.ad__r .title-h2 {
  text-transform: capitalize;
}

.ad__text {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.ad__inner {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0px;
}

/* ad styles */

/* faq styles */
.faq__inner {
  display: flex;
  gap: 20px;
}

.faq__l {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faq__l,
.faq__r {
  width: 50%;
}

.faq__r {
  background-color: var(--white-f5);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 40px;
  /* height: auto; */
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-list__answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.faq-list__answer > div {
  min-height: 0;
}

.faq-list__item {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid var(--grey);
}

.faq-fix {
  display: block;
  width: 100%;
  height: 10px;
}

.faq-list__answer-text {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.faq-list__item-head {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-list__item-head > h3 {
  color: var(--dark);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 36px */
}

.faq-line {
  transform-origin: center;
  transition: all 0.5s ease-in-out;
}

.faq-list__item:has(.active) .faq-list__answer {
  grid-template-rows: 1fr;
}

.faq-list__item:has(.active) .faq-line2 {
  rotate: 90deg;
}

.faq__r-head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq__r-head > h3 {
  color: var(--purple);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}

.faq__r-head > p {
  color: var(--grey);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.faq__r-links {
  display: flex;
  gap: 20px;
}

.faq__r-link {
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  width: 80px;
  border-radius: 50%;
  border: 1px solid var(--purple);
  background-color: var(--white);
  display: grid;
  transition: all 0.45s var(--main-transition-ease);
  place-content: center;
}

.faq__r-link:hover {
  opacity: 0.8;
}

/* faq styles */

/* footer styles */
.footer {
  background-color: var(--white-f5);
}

.footer__inner {
  padding: 50px 0px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.footer-l > div,
.footer-l {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-l > div {
  gap: 10px;
}

.footer-c {
  display: flex;
  gap: 75px;
}

.footer-c__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 45px;
}

.footer-text {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.45s var(--main-transition-ease);
}

a.footer-text {
  transition: opacity 0.45s var(--main-transition-ease);
}

a.footer-text:hover {
  opacity: 0.65;
}

.footer-text.made-by {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-text--20 {
  font-size: 20px;
}

.footer-text--underlined,
.footer-text--underlined:hover {
  text-decoration: underline;
}

/* footer styles */

.tp-hero__inner {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.add_pin_page {
  padding-top: 80px;
  padding-bottom: 80px;
}

.map_container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.add_pin_form {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 40px;
  width: calc(50% - 10px);
}

.add_pin_form h1 {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

.add_pin_form p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #525252;
  text-align: center;
}

.from_contrl {
  margin-bottom: 15px;
}

.from_contrl label {
  color: #4f4f4f;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.from_contrl input {
  display: block;
  background-color: #fff;
  border-radius: 16px;
  padding: 17px;
  width: 100%;
}

.from_contrl input::placeholder {
  color: #828282;
  opacity: 1;
  font-size: 14px;
}

.add_pin_map {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.add_pin_map #map {
  flex: 1;
  display: flex;
  position: relative;
}

#center-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 999;
}

.add_pin_map #map_map {
  flex: 1;
  border-radius: 30px;
}

.from_contrl button {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #4038ff;
  padding: 15px;
  border-radius: 16px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.from_contrl button:hover {
  background-color: #140f9d;
}

.add_pin_map_text {
  margin-bottom: 15px;
  text-align: center;
  color: #4f4f4f;
  background: #f7f7f7;
  padding: 15px;
  border-radius: 15px;
}

.validation {
  font-size: 14px;
  color: #da2222;
  display: none;
  padding-top: 7px;
}

.add_pin_page .select2-container--default .select2-selection--single {
  padding: 17px;
  height: 51.6px;
  border-radius: 16px;
  border: none;
}

.add_pin_page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal;
}

.add_pin_page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 51.6px;
}

.select2-container--open .select2-dropdown--below {
  border: none;
}

#add_pin_result {
  display: none;
  border-radius: 15px;
  padding: 15px;
  background-color: #04ab30;
  color: #fff;
}

.map_page {
  padding: 80px 0;
}

.map_page h1 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
}

.maps_container {
  display: flex;
  gap: 15px;
  padding-top: 30px;
}

.mp_form {
  width: 40%;
  background-color: #f7f7f7;
  padding: 30px 20px;
  border-radius: 30px;
  min-height: 723px;
}

.mp_form_buttons {
  display: flex;
  gap: 15px;
}

.mp_form_buttons .current_map {
  background-color: #353535;
  border-radius: 16px;
  color: #fff;
  border: 1px solid #353535;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.mp_form_buttons a {
  background-color: #fff;
  border-radius: 16px;
  color: #353535;
  padding: 12px;
  text-align: center;
  border: 1px solid #353535;
  text-decoration: none;
  width: 100%;
}

.search_block {
  padding-top: 15px;
}

.map_page .select2-container--default .select2-selection--single {
  padding: 17px;
  height: 51.6px;
  border-radius: 16px;
  border: none;
}

.map_page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal;
}

.map_page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 51.6px;
}

.map_itm {
  background-color: #fff;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 15px;
}

.map_itm_line {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}

.map_itm_line_ico {
}

.map_itm_line_ico svg {
  width: 28px;
  height: 28px;
}

.map_itm_line_text {
}

.pins_block {
  margin-top: 20px;
  max-height: 522px;
  overflow-y: auto;
}

.map_itm_line_text a {
  text-decoration: underline;
}

.map_itm_button {
  border-top: 1px solid #e4e4e4;
  margin-top: 3px;
  padding-top: 10px;
}

.map_itm_button button {
  background-color: #4038ff;
  color: #fff;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 7px;
  cursor: pointer;
}

.mp_map {
  display: flex;
  flex: 1;
}

#mp_map_map {
  flex: 1;
  border-radius: 30px;
}

.download-btn-yt {
  display: flex;
  gap: 5px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #000;
  height: fit-content;
  transition: all 0.45s var(--main-transition-ease);
}

.download-btn-yt:hover {
  opacity: 0.7;
}

.faq__r-mail {
  color: var(--purple);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s ease-in-out;
}

.faq__r-mail:hover {
  opacity: 0.7;
}
