@import url("../DM_Serif_Display/DMSerifDisplay-Regular.ttf");
@import url("../DM_Serif_Display/DMSerifDisplay-Regular.ttf");
.header {
  padding: 20px 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  margin-left: 80px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
}

.header__link {
  color: #36536B;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.header__btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.header__buttom {
  padding: 16px 26px;
  background-color: #BA4270;
  border-radius: 24px;
  border: none;
  color: #fff;
  margin-right: 80px;
  cursor: pointer;
}

.bars {
  font-size: 20px;
  display: none;
}

@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
  .header__buttom {
    display: none;
  }
  .bars {
    display: block;
    margin-right: 50px;
  }
}
@media screen and (max-width: 578px) {
  .header__logo {
    max-width: 100px;
    margin-left: 10px;
  }
}
.hero {
  padding: 20px 0;
}
.hero .box-1 {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}
.hero .box-2 {
  max-width: 635px;
}
.hero .box-2 .hero__text-1 {
  font-size: 72px;
  color: #36536B;
  max-width: 546px;
}
.hero .box-2 .hero__text-2 {
  font-size: 15px;
  max-width: 635px;
  color: #6C8294;
  margin-top: 25px;
}
.hero .box-3 {
  border-radius: 50%;
  margin-top: 20px;
  background: #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .box-4 {
  max-width: 544px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.hero .box-4 .hero__btn2 {
  padding: 16px 26px;
  background-color: #BA4270;
  border-radius: 24px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.hero .hero__input {
  padding: 16px 27px;
  border-radius: 24px;
  border: none;
}
.hero .hero__phone {
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .hero {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero .box-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .box-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__text-1 {
    text-align: center;
  }
  .hero__text-2 {
    text-align: center;
  }
  .hero__btn2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__btn2 {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 578px) {
  .hero {
    padding: 10px;
  }
}
.about {
  padding: 20px 0;
  background-color: #1B262F;
}
.about .about-1 {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}
.about .about-2 {
  max-width: 1000px;
}
.about .about-2 .about__text-1 {
  font-size: 72px;
  color: #fff;
  max-width: 445px;
  padding: 10px;
}
.about .about-2 .about__text-2 {
  font-size: 15px;
  max-width: 445px;
  color: #fff;
  margin-top: 25px;
  padding: 10px;
}
.about .about-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1B262F;
  max-width: 600px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.about .about__3_svg {
  max-width: 150px;
}
.about .about-4 {
  max-width: 544px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.about .about-4 .about__btn2 {
  padding: 16px 26px;
  background-color: #1B262F;
  border-radius: 24px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 250px;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .about {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__text-1 {
    text-align: center;
    font-size: 32px;
  }
  .about__text-2 {
    text-align: center;
  }
  .about__btn2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 570px) {
  .about-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: orange;
    max-width: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.contact {
  padding: 20px 0;
}
.contact .contact-1 {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}
.contact .contact-2 {
  max-width: 635px;
}
.contact .contact-2 .contact__text-1 {
  font-size: 48px;
  color: #36536B;
  max-width: 546px;
}
.contact .contact-2 .contact__text-2 {
  font-size: 15px;
  max-width: 635px;
  color: #6C8294;
  margin-top: 25px;
}
.contact .contact-3 {
  border-radius: 50%;
  margin-top: 20px;
  background: #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.contact .contact-4 {
  max-width: 544px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.contact .contact-4 .contact__btn2 {
  padding: 16px 26px;
  background-color: #BA4270;
  border-radius: 24px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.contact .contact__input {
  padding: 16px 27px;
  border-radius: 24px;
  border: none;
}
.contact .contact__phone {
  border-radius: 30px;
}
.contact .contact__center {
  max-width: 300px;
}
.contact .contact__phoness {
  max-width: 263px;
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .contact {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .contact-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contact__text-1 {
    text-align: center;
  }
  .contact__text-2 {
    text-align: center;
  }
  .contact__btn2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__btn2 {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__center {
    max-width: 200px;
  }
}
@media screen and (max-width: 578px) {
  .contact {
    padding: 10px;
  }
  .contact-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}

.section__item {
  padding: 0 20px;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section__sub_title {
  color: #36536B;
  font-size: 24px;
  margin-bottom: 54px;
  text-align: center;
  margin-top: 18px;
}

.section__sub_title-1 {
  max-width: 350px;
  color: #6C8294;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -38px;
}

.section__svg {
  padding: 46px 47px;
  background-color: #E9E9E9;
  border-radius: 50%;
}

.one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  gap: 50px;
}

@media screen and (max-width: 888px) {
  .section {
    padding: 10px;
  }
  .one {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.start {
  padding: 20px 0;
  margin-top: 150px;
}
.start .start-1 {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.start .start-2 {
  max-width: 635px;
}
.start .start-2 .start__text-1 {
  font-size: 48px;
  color: #36536B;
  max-width: 546px;
}
.start .start-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.start__input {
  padding: 16px 27px;
  border-radius: 24px;
  border: none;
}

.start__button {
  padding: 16px 26px;
  background-color: #BA4270;
  border-radius: 24px;
  border: none;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .start {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .start .start-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .start .start-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .start__text-1 {
    text-align: center;
  }
}
@media screen and (max-width: 578px) {
  .start {
    padding: 10px;
  }
  .start-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  background-color: #1B262F;
  margin-top: 100px;
}

.footer-left {
  margin-top: 25px;
}

.footer-left-center {
  margin-top: 25px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  list-style: none;
}

.footer__link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.footer__logo {
  padding: 20px;
  cursor: pointer;
}

.footer__svg {
  padding: 20px;
}

@media screen and (max-width: 550px) {
  .footer {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__svg {
    margin-top: 50px;
  }
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pricing {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Pricing__empe {
  font-size: 56px;
  max-width: 546px;
  color: #36536B;
}

.pricing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}

.pricing__item {
  padding: 0 20px;
  max-width: 350px;
}

.pricing__title1 {
  color: #BA4270;
  font-size: 24px;
  margin-bottom: 54px;
  margin-top: 18px;
}

.pricing__title2 {
  max-width: 350px;
  color: #6C8294;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -38px;
}

.pricing__title3 {
  max-width: 350px;
  color: #6C8294;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 8px;
}

.pricing__line {
  max-width: 350px;
  padding: 0.1px;
  margin-top: 15px;
  border: 1px solid;
}

.pricing__gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing__title4 {
  color: #36536B;
  font-size: 16px;
  max-width: 150px;
  margin-top: 10px;
}

.pricing__img {
  opacity: 0;
}

.a {
  opacity: 0.6;
}

.pricing__button {
  padding: 16px 28px;
  border-radius: 24px;
  border: 2px solid #36536B;
  background-color: #EDF3F8;
  color: #36536B;
  margin-top: 20px;
  cursor: pointer;
}

.one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  gap: 50px;
}

@media screen and (max-width: 888px) {
  .pricing {
    padding: 10px;
  }
  .one {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body {
  background-color: #EDF3F8;
}

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

.container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}