* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "SFPRODISPLAYREGULAR";
  color: #fff;
}

@font-face {
  font-family: "NewakeFont";
  src: url(../fonts/NewakeFont-Demo.otf);
}
@font-face {
  font-family: "SFPRODISPLAYREGULAR";
  src: url(../fonts/SFPRODISPLAYREGULAR.otf);
}
h1, h2, h3 {
  font-family: "NewakeFont";
}

h1 {
  text-shadow: 0 0 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -4px -4px 0 #F84DB1;
  color: #fff;
}

h2 {
  text-shadow: 0 0 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -3px -3px 0 #F84DB1;
  color: #fff;
}

html {
  overflow-x: hidden;
}

body {
  background: url(../img/header-bg.jpg) top center/cover no-repeat;
  overflow-x: hidden;
}

.header-top {
  padding-top: 17px;
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .container .logo img {
  width: 100px;
}
.header-top .container nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.header-top .container nav ul li {
  list-style-type: none;
}
.header-top .container nav ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.header-content {
  padding: 120px 0;
  background: url(../img/h-bg.png) center center no-repeat;
  background-size: contain;
}
.header-content .text {
  padding-top: 100px;
}
.header-content .text h1 {
  font-size: 77px;
  margin-bottom: 55px;
  color: #fff;
  position: relative;
}
.header-content .text .h2 {
  margin-left: 270px;
}
.header-content .text p {
  font-size: 24px;
  max-width: 450px;
  width: 100%;
  color: #fff;
  margin-bottom: 23px;
}

.a-bg {
  background-color: #F84DB1;
  font-size: 24px;
  font-weight: 500;
  padding: 16px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s all;
}
.a-bg:hover {
  color: #fff;
  transform: translateY(-5px);
}

.about {
  padding: 100px 0;
}
.about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .container .text {
  width: 60%;
}
.about .container .text .h2 {
  margin-bottom: 47px;
}
.about .container .text .h2 .h2-1 {
  font-size: 56px;
}
.about .container .text .h2 .h2-2 {
  font-size: 56px;
  margin-left: 100px;
}
.about .container .text .h2 .h2-3 {
  font-size: 56px;
  margin-left: -100px;
}
.about .container .text .h2 .h2-4 {
  font-size: 56px;
  margin-left: 100px;
}
.about .container .text p {
  font-size: 20px;
  margin-bottom: 0;
}
.about .container .img {
  width: 40%;
}
.about .container .img img {
  width: 100%;
  transform: scale(1.1);
}

.services {
  margin-top: 200px;
  margin-bottom: 100px;
}
.services .title {
  width: 50%;
  margin-bottom: 80px;
}
.services .title h2 {
  text-align: right;
  margin-bottom: 24px;
  font-size: 56px;
}
.services .title p {
  font-size: 20px;
}
.services .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services .items .item {
  width: 100%;
  max-width: 335px;
  text-align: center;
}
.services .items .item img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 20px;
}
.services .items .item h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.services .items .item p {
  margin-bottom: 0;
  font-size: 16px;
}

.process {
  margin-top: 200px;
  margin-bottom: 100px;
}
.process .title {
  width: 50%;
  margin-left: auto;
  margin-bottom: 80px;
}
.process .title h2 {
  margin-bottom: 24px;
  font-size: 56px;
}
.process .title p {
  font-size: 20px;
}
.process .step {
  width: 100%;
  max-width: 180px;
  text-align: center;
}
.process .step img {
  width: 114px;
  margin-bottom: 20px;
}
.process .step h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.process .step p {
  margin-bottom: 0;
}
.process .items-1 {
  width: 50%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.process .items-1 .s-1 {
  margin-top: 0;
}
.process .items-1 .s-2 {
  margin-top: 150px;
}
.process .items-1 .s-3 {
  margin-top: 300px;
}
.process .items-2 {
  margin-top: -500px;
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.process .items-2 .s-4 {
  margin-top: 0;
}
.process .items-2 .s-5 {
  margin-top: 150px;
}
.process .items-2 .s-6 {
  margin-top: 300px;
}

.portfolio {
  margin-top: 200px;
  margin-bottom: 100px;
}
.portfolio .title {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.portfolio .title h2 {
  margin-bottom: 24px;
  font-size: 56px;
}
.portfolio .title p {
  font-size: 20px;
}
.portfolio .items {
  display: flex;
  justify-content: space-between;
}
.portfolio .items .item {
  width: 300px;
}
.portfolio .items .item img {
  width: 100%;
  margin-bottom: 24px;
}
.portfolio .items .item h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.portfolio .items .item p {
  margin-bottom: 0;
}

.clients {
  margin-top: 200px;
  margin-bottom: 100px;
}
.clients .title {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.clients .title h2 {
  margin-bottom: 24px;
  font-size: 56px;
}
.clients .title p {
  font-size: 20px;
}
.clients .items {
  display: flex;
  justify-content: space-between;
}
.clients .items .item {
  width: 100%;
  max-width: 370px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -4px -4px 0 #F84DB1;
  text-align: center;
  padding: 16px;
}
.clients .items .item img {
  width: 120px;
  margin-bottom: 24px;
}
.clients .items .item h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
}
.clients .items .item p {
  margin-bottom: 20px;
  color: #000;
}

.faq {
  margin-top: 200px;
  margin-bottom: 100px;
}
.faq .title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.faq .title h2 {
  margin-bottom: 24px;
  font-size: 56px;
}
.faq .title p {
  font-size: 20px;
}
.faq .faq {
  max-width: 1050px;
  margin: auto;
}
.faq .faq-item {
  background: #f7f4f3;
  color: #000;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq .faq-question {
  padding: 20px;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 24px;
}
.faq .faq-answer {
  padding: 0 20px 20px;
  display: none;
  font-weight: normal;
  color: #000;
}
.faq .faq-item.open .faq-answer {
  display: block;
}
.faq .arrow {
  transition: transform 0.3s ease;
  color: #ff47b6;
}
.faq .faq-item.open .arrow {
  transform: rotate(180deg);
}

.form-bl {
  margin-top: 200px;
  margin-bottom: 100px;
}
.form-bl .title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.form-bl .title h2 {
  margin-bottom: 24px;
  font-size: 56px;
}
.form-bl .form-content {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
  max-width: 565px;
  margin: 0 auto;
  box-shadow: 0 0 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -4px -4px 0 #F84DB1;
}
.form-bl .form-content img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 32px;
  width: 100px;
}
.form-bl .form-content .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.form-bl form {
  width: 100%;
}
.form-bl label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.form-bl .input-g {
  margin-bottom: 24px;
}
.form-bl input, .form-bl textarea {
  width: 100%;
  padding: 16px 20px;
  border: none;
  background: #f9f9f9;
  border-radius: 30px;
  font-size: 16px;
  color: #000;
  outline: none;
  box-shadow: 0 0 0 1px #eee;
}
.form-bl .row {
  display: flex;
  gap: 20px;
}
.form-bl .row .input-group {
  flex: 1;
}
.form-bl textarea {
  height: 140px;
  resize: none;
}
.form-bl button {
  background: linear-gradient(90deg, #ff4f9c, #ff67b1);
  color: white;
  font-size: 16px;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
}
.form-bl button:hover {
  opacity: 0.9;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  max-width: 400px;
  width: 100%;
  color: #000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.modal-content p {
  color: #000;
}

.close-modal {
  margin-top: 20px;
  background: #ff4f9c;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.info {
  margin-top: 200px;
  margin-bottom: 100px;
}
.info .title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.info .title h2 {
  margin-bottom: 24px;
  font-size: 56px;
}
.info .content {
  display: flex;
  justify-content: space-between;
}
.info .content .text {
  width: 40%;
}
.info .content .text h3 {
  color: #F84DB1;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.info .content .text p {
  margin-bottom: 24px;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
}

.burger span {
  display: block;
  height: 3px;
  background: #F84DB1;
  border-radius: 2px;
}

.policy {
  background: url(../img/h-bg-policy.png) center center no-repeat;
  background-size: 70%;
  padding: 200px 0;
}

.policy-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.policy-block .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #787878;
}
.policy-block .item .h3 {
  width: 30%;
}
.policy-block .item .h3 h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.policy-block .item .text {
  width: 58%;
}
.policy-block .item .text p {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .about .container .text .h2 .h2-1, .about .container .text .h2 .h2-2, .about .container .text .h2 .h2-3, .about .container .text .h2 .h2-4 {
    font-size: 45px;
  }
  .about .container .text .h2 .h2-3 {
    margin-left: -30px;
  }
}
@media (max-width: 1200px) {
  .services .items {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  body {
    background: url(../img/header-bg-m.png) top center/cover no-repeat;
  }
  .nav {
    display: none;
  }
  nav {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    display: none;
    flex-direction: column;
    z-index: 2;
    text-align: center;
  }
  .header-top .container nav ul {
    padding: 60px 30px;
    flex-direction: column;
    overflow-y: auto;
  }
  nav ul {
    flex-direction: column;
    padding: 20px;
  }
  .burger {
    display: flex;
  }
  nav.active {
    display: flex;
  }
  .hd-n {
    display: none;
  }
  .header-top {
    padding-top: 56px;
  }
  .header-content {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .header-content .text h1 {
    font-size: 53px;
    margin-bottom: 8px;
  }
  .header-content .text .h2 {
    margin-left: 30px;
  }
  .header-content {
    background: url(../img/h-bg-m.png) top center no-repeat;
    background-size: contain;
  }
  .header-content .text p {
    margin: 0 auto;
    margin-top: 170px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 32px;
  }
  .header-content .text {
    text-align: center;
  }
  .header-content .text .h3 {
    text-align: center;
  }
  .about {
    padding-bottom: 0;
  }
  .about .container .text .h2 .h2-1, .about .container .text .h2 .h2-2, .about .container .text .h2 .h2-3, .about .container .text .h2 .h2-4 {
    font-size: 36px;
  }
  .about .container {
    flex-direction: column;
  }
  .about .container .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .about .container .img {
    width: 100%;
  }
  .about .container .text p {
    font-size: 16px;
    text-align: center;
  }
  .about .container .text .h2 .h2-2 {
    margin-left: 0;
  }
  .about .container .text .h2 .h2-3 {
    margin-left: 0;
    text-align: right;
  }
  .about .container .text .h2 .h2-4 {
    text-align: center;
    margin-left: 0;
  }
  .services .title h2, .process .title h2, .portfolio .title h2, .clients .title h2, .faq .title h2, .form-bl .title h2, .info .title h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .services .title h2 {
    text-align: center;
  }
  .services .title {
    width: 100%;
    text-align: center;
  }
  .services .items {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .services, .process, .portfolio, .clients, .faq, .form-bl, .info {
    margin-top: 100px;
    margin-bottom: 0;
  }
  .process .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .process .items-1, .process .items-2 {
    width: 100%;
    margin: 0;
    flex-direction: column;
    gap: 25px;
  }
  .process .items-1 .step, .process .items-2 .step {
    max-width: 100%;
  }
  .process .items-1 .s-1, .process .items-1 .s-2, .process .items-1 .s-3, .process .items-2 .s-4, .process .items-2 .s-5, .process .items-2 .s-6 {
    margin: 0;
  }
  .process .step img {
    width: 90px;
  }
  .portfolio .title, .clients .title, .faq .title, .form-bl .title, .info .title, .services .title {
    margin-bottom: 35px;
  }
  .portfolio .items, .clients .items {
    gap: 35px;
    width: 1000px;
  }
  .faq .faq-question {
    font-size: 16px;
  }
  .form-bl .form-content .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .info .content {
    flex-direction: column;
  }
  .info .content .text {
    width: 100%;
  }
  .portfolio .items .item {
    width: 100%;
  }
  .info {
    padding-bottom: 100px;
  }
  .f-block {
    overflow-x: scroll;
  }
  .services .title p {
    font-size: 16px;
  }
  .policy-block .item {
    flex-direction: column;
  }
  .policy-block .item .h3 {
    width: 100%;
  }
  .policy-block .item .text {
    width: 100%;
  }
  .policy {
    background: url(../img/h-bg-m-policy.png) bottom center/cover no-repeat;
    padding: 150px 0;
  }
  .header-content .text {
    padding-top: 0;
  }
}/*# sourceMappingURL=style.css.map */