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

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

h1 {
  font-family: "SFProText-Light";
}

h2 {
  font-family: "SFProText-Bold";
}

h3 {
  font-family: "SFPRODISPLAYMEDIUM";
}

@font-face {
  font-family: "SFPRODISPLAYREGULAR";
  src: url(../fonts/SFPRODISPLAYREGULAR.OTF);
}
@font-face {
  font-family: "SFProText-Light";
  src: url(../fonts/SFProText-Light.ttf);
}
@font-face {
  font-family: "SFPRODISPLAYMEDIUM";
  src: url(../fonts/SFPRODISPLAYMEDIUM.OTF);
}
@font-face {
  font-family: "SFProText-Bold";
  src: url(../fonts/SFProText-Bold.ttf);
}
.header {
  padding: 16px 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .logo img {
  width: 80px;
}
.header .container ul {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-left: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .container ul li {
  list-style-type: none;
}
.header .container ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 300;
}
.header .container ul li a:hover {
  text-decoration: underline;
}

.header .burger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.header-text {
  margin-top: 75px;
  margin-bottom: 180px;
}
.header-text .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-text .container .text {
  width: 50%;
}
.header-text .container .text h1 {
  font-size: 48px;
  margin-bottom: 65px;
}
.header-text .container .img {
  width: 50%;
}
.header-text .container .img img {
  width: 120%;
}

.header-text-policy .container .text h1 {
  margin-bottom: 20px;
}

.btn-a {
  background: linear-gradient(90deg, rgb(242, 90, 68) 0%, rgb(255, 98, 0) 50%);
  padding: 16px;
  color: #000;
  font-family: "SFPRODISPLAYMEDIUM";
  font-size: 24px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
}
.btn-a:hover {
  text-decoration: none;
  color: #000;
}

.title h2 {
  font-size: 42px;
  font-weight: bold;
}
.title h2 span {
  color: #FF6200;
  text-transform: uppercase;
}
.title h3 {
  font-size: 24px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1380px;
  }
}
.ios {
  margin-bottom: 180px;
}
.ios .title {
  margin-bottom: 100px;
  text-align: center;
}
.ios .items {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.ios .items .item {
  border-radius: 28px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 40px 16px;
  width: 23%;
  height: 100%;
}
.ios .items .item img {
  width: 72px;
  margin-bottom: 32px;
}
.ios .items .item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ios .items .item p {
  margin-bottom: 0;
}
.ios .items .item-1 {
  margin-top: 130px;
}

.key {
  margin-bottom: 180px;
}
.key .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.key .container .title {
  width: 47%;
}
.key .container .title h2 {
  width: 100%;
}
.key .container .items {
  width: 48%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}
.key .container .items .item {
  padding: 14px;
  text-align: center;
  padding: 16px;
  border-radius: 28px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.key .container .items .item img {
  width: 72px;
  margin-bottom: 32px;
}
.key .container .items .item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.key .container .items .item p {
  margin-bottom: 0;
}

.why {
  margin-bottom: 180px;
}
.why .title {
  margin-bottom: 100px;
  text-align: center;
}
.why .items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.why .items .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
}
.why .items .item img {
  width: 48px;
  margin-right: 8px;
}
.why .items .item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.why .items .item-2 {
  padding-left: 13%;
}
.why .items .item-3 {
  padding-left: 28%;
}
.why .items .item-4 {
  padding-left: 43%;
}
.why .items .item-5 {
  padding-left: 58%;
}

.process {
  margin-bottom: 180px;
}
.process .title {
  margin-bottom: 100px;
  text-align: center;
}
.process .items {
  display: flex;
}
.process .items .item {
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 0px 60px rgba(255, 98, 0, 0.1);
  background-color: #fff;
}
.process .items .item img {
  width: 72px;
  margin-bottom: 32px;
}
.process .items .item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.process .items .item p {
  margin-bottom: 0;
}
.process .items .item-1 {
  width: 477px;
  height: 477px;
  min-width: 477px;
  min-height: 477px;
  max-width: 477px;
  max-height: 477px;
  padding: 120px;
}
.process .items .item-2 {
  width: 358px;
  height: 358px;
  min-width: 358px;
  min-height: 358px;
  max-width: 358px;
  max-height: 358px;
  padding: 50px;
  margin-left: 20px;
  margin-top: -50px;
}
.process .items .item-3 {
  width: 323px;
  height: 323px;
  min-width: 323px;
  min-height: 323px;
  max-width: 323px;
  max-height: 323px;
  padding: 40px;
  margin-top: 250px;
  margin-left: -100px;
}
.process .items .item-4 {
  width: 323px;
  height: 323px;
  min-width: 323px;
  min-height: 323px;
  max-width: 323px;
  max-height: 323px;
  padding: 40px;
  margin-left: -70px;
}

.portfolio {
  margin-bottom: 180px;
}
.portfolio .title {
  margin-bottom: 100px;
  max-width: 500px;
}
.portfolio .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
.portfolio .items .item {
  padding: 16px;
}
.portfolio .items .item img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 32px;
}
.portfolio .items .item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.portfolio .items .item p {
  margin-bottom: 0;
}

.reviews {
  margin-bottom: 180px;
}
.reviews .title {
  margin-bottom: 100px;
  text-align: center;
}
.reviews .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 130px;
}
.reviews .items .item {
  border-radius: 28px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.reviews .items .item .main {
  width: 56px;
  margin-bottom: 8px;
}
.reviews .items .item .star {
  width: 120px;
  margin-bottom: 16px;
}
.reviews .items .item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.reviews .items .item p {
  margin-bottom: 0;
  margin-bottom: 16px;
}

.meet {
  margin-bottom: 180px;
}
.meet .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meet .container .title {
  width: 47%;
  text-align: center;
}
.meet .container .title h2 {
  width: 100%;
}
.meet .container .items {
  width: 48%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}
.meet .container .items .item {
  padding: 52px 14px;
  text-align: center;
  border-radius: 28px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.meet .container .items .item img {
  width: 112px;
  margin-bottom: 16px;
}
.meet .container .items .item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.meet .container .items .item p {
  margin-bottom: 0;
}

.faq-b {
  margin-bottom: 180px;
}
.faq-b .title {
  margin-bottom: 100px;
  text-align: center;
}
.faq-b .faq {
  max-width: 1000px;
  margin: 0 auto;
}
.faq-b .faq-item {
  background-color: #f9f5f3;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.faq-b .faq-item:hover {
  background-color: #f1ece9;
}
.faq-b .faq-question {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-b .faq-answer {
  display: none;
  margin-top: 12px;
  color: #333;
}
.faq-b .faq-item.open .faq-answer {
  display: block;
}
.faq-b .arrow {
  transition: transform 0.3s ease;
  color: #FF6200;
}
.faq-b .faq-item.open .arrow {
  transform: rotate(180deg);
}

.info {
  margin-bottom: 180px;
}
.info .title {
  margin-bottom: 100px;
  text-align: center;
}
.info .content {
  display: flex;
  justify-content: space-between;
}
.info .content .text {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.info .content .text h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 24px;
}
.info .content .text p {
  margin-bottom: 0;
}
.info .content .br {
  width: 1px;
  height: auto;
  background-color: #000;
  opacity: 0.2;
}

.form-block {
  margin-bottom: 180px;
}
.form-block .title {
  margin-bottom: 100px;
  text-align: center;
}
.form-block .form {
  width: 600px;
  margin: 0 auto;
  border-radius: 28px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 16px;
}
.form-block .form img {
  width: 80px;
}
.form-block form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-block label {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  width: 100%;
}
.form-block input, .form-block textarea {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  width: 100%;
}
.form-block textarea {
  resize: none;
  height: 150px;
  border-radius: 20px;
}
.form-block button {
  margin-top: 20px;
  font-size: 16px;
  padding: 16px;
  cursor: pointer;
  border: none;
}
.form-block .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.form-block .modal-content {
  background: white;
  padding: 20px 30px;
  border-radius: 15px;
  text-align: center;
  max-width: 500px;
}
.form-block .close-btn {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background: #f12711;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

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

@media (max-width: 1200px) {
  .ios .items {
    flex-direction: column;
  }
  .ios .items .item {
    width: 100%;
  }
  .ios .items .item-1 {
    margin-top: 0;
  }
  .title h2 {
    font-size: 30px;
  }
  .ios .title, .why .title, .process .title, .portfolio .title, .reviews .title, .faq-b .title, .info .title, .form-block .title {
    margin-bottom: 50px;
  }
  .header-text, .ios, .key, .process, .portfolio, .reviews, .meet, .info, .form-block, .why, .faq-b {
    margin-bottom: 70px;
  }
  .key .container .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .process .items {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  .process .items .item-1, .process .items .item-2, .process .items .item-3, .process .items .item-4 {
    margin: 0;
    width: 300px;
    height: 300px;
    min-width: 300px;
    min-height: 300px;
    max-width: 300px;
    max-height: 300px;
    padding: 60px;
  }
  .process .items .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .header .burger {
    display: block;
  }
  .header .container ul {
    display: none;
    padding: 30px;
  }
  .hd {
    width: 30px;
  }
  .burger {
    z-index: 999;
  }
  .header {
    padding-top: 50px;
  }
  .header .nav {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    padding: 10px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  .header .nav.active {
    display: flex;
  }
  .header .nav li {
    margin: 10px 0;
  }
  .header-text .container .text h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .header-text .container {
    flex-direction: column;
    text-align: center;
  }
  .header-text .container .text {
    width: 100%;
    margin-bottom: 16px;
  }
  .header-text .container .img {
    width: 100%;
  }
  .header-text .container .img img {
    width: 100%;
  }
  .btn-a {
    font-size: 20px;
  }
  .title h2 {
    font-size: 24px;
  }
  .ios .title, .why .title, .process .title, .portfolio .title, .reviews .title, .faq-b .title, .info .title, .form-block .title {
    margin-bottom: 32px;
  }
  .ios .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .key .container {
    flex-direction: column;
  }
  .key .container .title {
    width: 100%;
    margin-bottom: 32px;
  }
  .key .container .items {
    width: 100%;
  }
  .why .items .item img {
    width: 32px;
  }
  .why .items .item h3 {
    font-size: 16px;
  }
  .why .items .item-2, .why .items .item-3, .why .items .item-4, .why .items .item-5 {
    padding-left: 0;
  }
  .header-text, .ios, .key, .process, .portfolio, .reviews, .meet, .info, .form-block, .why, .faq-b {
    margin-bottom: 70px;
  }
  .process .items .item img {
    width: 55px;
    margin-bottom: 16px;
  }
  .title h3 {
    font-size: 20px;
  }
  .portfolio .items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 1000px;
  }
  .reviews .items {
    gap: 32px;
    width: 1000px;
  }
  .reviews .fg {
    overflow-x: auto;
  }
  .portfolio .fg {
    overflow-x: auto;
  }
  .meet .container {
    flex-direction: column;
  }
  .meet .container .title {
    width: 100%;
    margin-bottom: 32px;
  }
  .meet .container .items {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .meet .container .items .item {
    padding: 20px;
  }
  .info .content {
    flex-direction: column;
  }
  .info .content .text {
    width: 100%;
  }
  .info .content .br {
    display: none;
  }
  .form-block .form {
    width: 100%;
  }
  .policy-terms .item {
    flex-direction: column;
  }
  .policy-terms .item .h3 {
    width: 100%;
  }
  .policy-terms .item .text {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */