*, html, body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
}

button {
  cursor: pointer;
}

.tag {
  border-radius: 999px;
  border: 1px solid #E8E8E8;
  padding: 12px 24px;
  color: #5C5366;
  text-align: center;
  font-size: clamp(0.875rem, 0.4063rem + 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: fit-content;
}

#hero {
  background-size: cover;
}
#hero header {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(1rem, 0.625rem + 1vw, 1.5rem);
  padding-bottom: clamp(1rem, 0.625rem + 1vw, 1.5rem);
  padding-left: clamp(0.5rem, -3.1563rem + 9.75vw, 5.375rem);
  padding-right: clamp(0.5rem, -3.1563rem + 9.75vw, 5.375rem);
}
#hero header nav {
  display: flex;
  align-items: center;
}
#hero header nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: center;
}
#hero header nav ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  color: #5C5366;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#hero header a {
  display: flex;
  align-items: center;
}
#hero header .desktop {
  display: flex;
  gap: 8px;
  align-items: center;
}
#hero header .desktop a {
  color: #D33030;
  text-decoration: none;
}
#hero header .mobile {
  display: none;
  gap: 8px;
}
#hero header .mobile .burger {
  width: 32px;
}
#hero header .mobile a {
  color: #5C5366;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
#hero header .mobile .phone_icon {
  width: 16px;
}
#hero header .intro_mobile_nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 55px);
  width: 90%;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  overflow-y: hidden;
  transition: all ease-in-out 600ms;
  max-height: 0;
  color: #313C50;
  z-index: 1000;
}
#hero header .intro_mobile_nav nav {
  display: block;
}
#hero header .intro_mobile_nav nav ul {
  padding: 0;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#hero header .intro_mobile_nav nav ul li {
  cursor: pointer;
}
#hero header .intro_mobile_nav--open {
  border: 1px solid #ebebeb;
  max-height: 100vh;
  transition: all ease-in-out 600ms;
}
@media screen and (max-width: 1200px) {
  #hero header img {
    width: 115px;
  }
  #hero header nav {
    display: none;
  }
  #hero header .desktop {
    display: none;
  }
  #hero header .mobile {
    display: flex;
  }
}
#hero .main {
  margin: 0 clamp(0.5rem, 0.125rem + 1vw, 1rem);
  padding-top: clamp(3.5rem, 2.8438rem + 1.75vw, 4.375rem);
  padding-left: clamp(1.375rem, -0.875rem + 6vw, 4.375rem);
  position: relative;
}
#hero .main .main_bg {
  border-radius: 0 15px 0 15px;
  outline: 1px solid transparent;
  position: absolute;
  inset: 0;
  background-color: #EAE9ED;
  background-image: url("/public/images/logo_bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #hero .main .main_bg {
    background-size: 250%;
    background-position: center bottom;
  }
}
#hero .main h1, #hero .main .purple_card {
  position: relative;
  z-index: 100;
}
#hero .main h1 {
  color: #5C5366;
  font-size: clamp(3.25rem, 0.4375rem + 7.5vw, 7rem);
  font-style: normal;
  font-weight: 500;
  max-width: 864px;
}
#hero .main .purple_card {
  padding: 48px;
  border-radius: 0 24px;
  background: linear-gradient(64deg, #8752C7 0%, #AF99CA 100%);
  max-width: 684px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 64px;
  color: var(--Main-goten, #FFF);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: auto;
  border: 12px solid white;
  transform: translate(12px, 12px);
}
#hero .main .purple_card p {
  font-size: clamp(0.875rem, 0.2187rem + 1.75vw, 1.75rem);
}
#hero .main .purple_card .btns {
  display: flex;
}
#hero .main .purple_card .btns button {
  border: none;
  border-radius: var(--Interactive-border-radius---radius-i-md, 12px);
  background: var(--Main-goten, #FFF);
  display: flex;
  box-sizing: border-box;
  height: 60px;
  padding: var(--py-4, 16px) var(--px-6, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--gap-0, 0);
}
#hero .main .purple_card .rounder_1 {
  position: absolute;
  height: 50px;
  width: 50px;
  border: 12px solid #ffffff;
  border-top: none;
  border-left: none;
  border-radius: 0 0 30px 0;
  bottom: -12px;
  left: -62px;
}
#hero .main .purple_card .rounder_1 .imTiredMan {
  position: absolute;
  background: #ffffff;
  height: 10px;
  width: 20px;
  bottom: -5px;
  right: -17px;
}
#hero .main .purple_card .rounded_2 {
  position: absolute;
  height: 50px;
  width: 50px;
  border: 12px solid #ffffff;
  border-top: none;
  border-left: none;
  border-radius: 0 0 30px 0;
  top: -62px;
  right: -12px;
}
#hero .main .purple_card .rounded_2 .imTiredMan {
  position: absolute;
  background: #ffffff;
  height: 22px;
  width: 20px;
  bottom: -21px;
  right: -14px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  #hero .main .purple_card {
    padding: 22px;
  }
}
@media screen and (max-width: 900px) {
  #hero .main {
    display: flex;
    flex-direction: column;
    gap: 160px;
  }
  #hero .main .purple_card {
    max-width: 229px;
  }
}

#about_company {
  padding: 96px 86px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
}
#about_company h2 {
  max-width: 1496px;
  color: #5C5366;
  text-align: center;
  font-size: clamp(1.75rem, 0.0625rem + 4.5vw, 4rem);
  font-style: normal;
  font-weight: 500;
}
#about_company h2 span {
  color: #242029;
}
@media screen and (max-width: 1200px) {
  #about_company {
    padding: 56px 30px;
  }
}

#service .top {
  display: flex;
  justify-content: space-between;
}
#service .top .purple_card {
  border-radius: 0 24px 0 0;
  background: linear-gradient(0deg, #8854C7 0%, #9870C8 100%);
  padding: 48px 86px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 826px;
  box-sizing: border-box;
}
#service .top .purple_card .tag {
  color: var(--Main-goten, #FFF);
  text-align: center;
  font-size: clamp(0.875rem, 0.4063rem + 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#service .top .purple_card p {
  color: var(--Main-goten, #FFF);
  font-feature-settings: "liga" off, "clig" off;
  font-size: clamp(0.875rem, 0.2187rem + 1.75vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#service .top .purple_card p span {
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  #service .top .purple_card {
    width: 238px;
    padding: 30px 22px;
    gap: 24px;
  }
}
#service .top .white_card {
  max-width: 566px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  color: #5C5366;
  font-size: clamp(1rem, 0.4375rem + 1.5vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
#service .top .white_card img {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #service .top .white_card {
    padding: 56px 30px;
    align-self: flex-end;
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  #service .top {
    display: flex;
    flex-direction: column-reverse;
  }
}
#service .img_big {
  border-radius: 0 24px;
  background-color: #8854C7;
  border: 12px solid #8854C7;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#advantages {
  display: grid;
  grid-template-columns: 1fr 603px;
  background: linear-gradient(10deg, #9870C8 7.57%, #8854C7 93.01%);
}
#advantages .advantages {
  background: #FFF;
  padding: clamp(3.5rem, 1.625rem + 5vw, 6rem) clamp(1.375rem, -1.625rem + 8vw, 5.375rem);
  border-radius: 0 24px 24px 0;
}
#advantages .advantages ul {
  display: flex;
  flex-direction: column;
  gap: 64px;
  list-style: none;
}
#advantages .advantages ul li {
  padding-bottom: 64px;
  border-bottom: 1px solid #EAE9ED;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 866px;
}
#advantages .advantages ul li p {
  color: #5C5366;
  font-size: clamp(1.5rem, 1.125rem + 1vw, 2rem);
  font-style: normal;
  font-weight: 500;
}
#advantages .advantages ul li span {
  color: #5C5366;
  font-size: clamp(0.875rem, 0.4063rem + 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
}
#advantages .advantages ul li:last-child {
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #advantages .advantages ul {
    gap: 16px;
  }
  #advantages .advantages ul li {
    padding-bottom: 16px;
  }
}
#advantages .form_wrapper {
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
}
#advantages .form_wrapper .top {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
#advantages .form_wrapper .top .tag {
  color: #FFF;
  text-align: center;
  font-size: clamp(0.875rem, 0.4063rem + 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#advantages .form_wrapper .top h3 {
  color: #FFF;
  font-size: clamp(1.75rem, 0.0625rem + 4.5vw, 4rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#advantages .form_wrapper .top p {
  color: #FFF;
  font-size: clamp(0.875rem, 0.4063rem + 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#advantages .form_wrapper .top p a {
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  #advantages .form_wrapper .top {
    gap: 24px;
  }
}
#advantages .form_wrapper form {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
#advantages .form_wrapper form .inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#advantages .form_wrapper form .inputs input {
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.24);
  display: flex;
  padding: 20px 24px;
  color: var(--Main-goten, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
#advantages .form_wrapper form .inputs input:focus {
  outline: none;
}
#advantages .form_wrapper form .inputs input::placeholder {
  color: var(--Main-goten, #FFF);
}
#advantages .form_wrapper form .phone-input {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.24);
  display: flex;
  padding: 20px 24px;
  color: var(--Main-goten, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#advantages .form_wrapper form .phone-input input {
  padding: 0;
  padding-left: 4px;
  border: none;
  background: none;
}
#advantages .form_wrapper form .phone-input input:focus {
  outline: none;
}
#advantages .form_wrapper form .phone-input .custom_select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Main-goten, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#advantages .form_wrapper form .phone-input .custom_select .flag {
  width: 24px;
  height: 24px;
  border: 1px solid #EAE9ED;
  border-radius: 4px;
  background-size: auto 160%;
  background-position: center;
}
#advantages .form_wrapper form .phone-input .custom_select .shevron {
  cursor: pointer;
}
#advantages .form_wrapper form .phone-input .custom_options {
  max-height: 0;
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #100c0c;
  border-radius: 12px;
  overflow: hidden;
  transition: all 100ms;
}
#advantages .form_wrapper form .phone-input .custom_options .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#advantages .form_wrapper form .phone-input .custom_select--open .custom_options {
  max-height: 100vh;
  padding: 12px;
  border: 1px solid #28ADFF;
}
#advantages .form_wrapper form .phone-input .custom_select--open .shevron {
  transform: rotate(180deg);
}
#advantages .form_wrapper form .phone-input img {
  width: 32px;
  height: 24px;
}
#advantages .form_wrapper form .bottom {
  display: flex;
  justify-content: space-between;
}
#advantages .form_wrapper form .bottom .pp {
  display: flex;
  gap: 8px;
  color: #FFF;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-items: flex-start;
}
#advantages .form_wrapper form .bottom .pp .custom_checkbox {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 4px;
  background: #FFF;
  cursor: pointer;
}
#advantages .form_wrapper form .bottom .pp input {
  display: none;
}
#advantages .form_wrapper form .bottom .btns {
  display: flex;
}
#advantages .form_wrapper form .bottom .btns button {
  border: none;
  border-radius: 12px;
  background: #FFF;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  color: #966DC8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
@media screen and (max-width: 1200px) {
  #advantages .form_wrapper form .bottom {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 1300px) {
  #advantages {
    display: flex;
    flex-direction: column;
  }
}

#contacts {
  background: #976EC8;
  padding: 12px;
}
#contacts .wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 0 24px;
  background: #FFF;
  padding: clamp(3.5rem, 1.625rem + 5vw, 6rem) clamp(1.375rem, -1.0625rem + 6.5vw, 4.625rem);
  height: 814px;
  box-sizing: border-box;
  background-image: url("../../public/images/5 1.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  gap: 128px;
}
#contacts .wrapper .logo {
  align-self: flex-start;
  height: fit-content;
}
#contacts .wrapper .main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#contacts .wrapper .main .navigation, #contacts .wrapper .main .our_contacts, #contacts .wrapper .main .address {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 365px;
}
#contacts .wrapper .main .navigation h3, #contacts .wrapper .main .our_contacts h3, #contacts .wrapper .main .address h3 {
  color: #5C5366;
  font-size: clamp(1.5rem, 1.125rem + 1vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
}
#contacts .wrapper .main .navigation span, #contacts .wrapper .main .navigation a, #contacts .wrapper .main .our_contacts span, #contacts .wrapper .main .our_contacts a, #contacts .wrapper .main .address span, #contacts .wrapper .main .address a {
  color: #5C5366;
  font-size: clamp(0.875rem, 0.4063rem + 1.25vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
}
#contacts .wrapper .main .navigation .red, #contacts .wrapper .main .our_contacts .red, #contacts .wrapper .main .address .red {
  color: #D33030;
}
#contacts .wrapper .main .divider {
  height: 1px;
  width: 100%;
  background-color: #EAE9ED;
}
@media screen and (max-width: 1200px) {
  #contacts {
    padding: 8px;
  }
  #contacts .wrapper {
    flex-direction: column;
    height: auto;
    padding-bottom: 270px;
    gap: 64px;
    background-size: contain;
  }
  #contacts .wrapper .main {
    display: flex;
    flex-direction: column;
  }
  #contacts .wrapper .main .navigation, #contacts .wrapper .main .our_contacts, #contacts .wrapper .main .address {
    gap: 12px;
  }
}

footer {
  display: flex;
  justify-content: space-between;
  background: #976EC8;
  padding: 24px 74px;
  color: var(--Main-goten, #FFF);
  font-family: "Martel Sans", sans-serif;
  font-size: clamp(0.875rem, 0.6875rem + 0.5vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 16px 30px;
  }
  footer span:last-child {
    text-align: right;
  }
}

/*# sourceMappingURL=styles.css.map */
