@charset "UTF-8";
/* @font-face {
  font-family: "Circe Rounded";
  src: local("Circe Rounded");
  src: url("./fonts/CirceRounded-Regular.eot") format("eot");
  src: url("./fonts/CirceRounded-Regular.ttf") format("ttf");
  src: url("./fonts/CirceRounded-Regular.woff") format("woff");
  src: url("./fonts/CirceRounded-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Circe Rounded 4";
  src: local("Circe Rounded Regular 4");
  src: url("./fonts/CirceRounded-Regular4.eot") format("eot");
  src: url("./fonts/CirceRounded-Regular4.ttf") format("ttf");
  src: url("./fonts/CirceRounded-Regular4.woff") format("woff");
  src: url("./fonts/CirceRounded-Regular4.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Circe Rounded Alt";
  src: local("Circe Rounded Alt");
  src: url("./fonts/CirceRoundedAlt-Regular2.eot") format("eot");
  src: url("./fonts/CirceRoundedAlt-Regular2.ttf") format("ttf");
  src: url("./fonts/CirceRoundedAlt-Regular2.woff") format("woff");
  src: url("./fonts/CirceRoundedAlt-Regular2.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
} */

@font-face {
  font-family: 'Circe Rounded';
  src: local('Circe Rounded Regular'), local('Circe-Rounded-Regular'),
      url('fonts/CirceRounded-Regular.woff2') format('woff2'),
      url('fonts/CirceRounded-Regular.woff') format('woff'),
      url('fonts/CirceRounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circe Rounded Light';
  src: local('Circe Rounded Regular5'), local('Circe-Rounded-Regular5'),
      url('fonts/CirceRounded-Regular5.woff2') format('woff2'),
      url('fonts/CirceRounded-Regular5.woff') format('woff'),
      url('fonts/CirceRounded-Regular5.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circe Rounded Bold';
  src: local('Circe Rounded Regular3'), local('Circe-Rounded-Regular3'),
      url('fonts/CirceRounded-Regular3.woff2') format('woff2'),
      url('fonts/CirceRounded-Regular3.woff') format('woff'),
      url('fonts/CirceRounded-Regular3.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* global classes */
h1 {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 77px;
  color: #ffffff;
}

h2 {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 64px;
  /* identical to box height */
  color: #1f1f1f;
  margin-block-start: 0;
}

h5, p{
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

section {
  box-sizing: border-box;
  padding: 75px;
}

.input {
  background: #f2f2f2;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  padding: 14px 25px;
  width: 412px;
  box-sizing: border-box;
  margin: 6px;
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}

.btn {
  border: none;
}

.btn-orange {
  padding: 16px 33px;
  background: #ffd23b;
  border-radius: 14px;
  position: relative;
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 111.7%;
  /* or 26px */
  text-align: center;
  color: #263238;
}

.btn-orange::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #c98e35;
  border-radius: 14px;
  z-index: -1;
}

.btn-blue {
  background: #3d4ce0;
  box-shadow: 0px 0px 16px #3d4ce0;
  border-radius: 14px;
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  padding: 20px 96px;
}

.title {
  margin-left: 185px;
}

.title::after {
  position: absolute;
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 200px;
  line-height: 255px;
  color: #f0f0f0;
}

.img {
  width: 100%;
}

.section {
  padding: 40px 0;
}

body {
  background-color: #3d4ce0;
  overflow-x: hidden;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.logo {
  width: 244px;
}

.wrapper {
  width: 1170px;
  margin: auto;
}

.logo-img {
  max-width: 120px;
}

ul.menu {
  display: flex;
  flex-wrap: wrap;
}

.menu-elem {
  padding: 0 15px;
}

.menu-elem:first-child {
  padding-left: 0;
}

.menu-elem:last-child {
  padding-right: 0;
}

.menu-elem-link {
  color: #ffffff;
}

ul.socs {
  display: flex;
  align-items: center;
}

.socs-elem {
  margin: 0 5px;
}

.socs-elem-link {
  display: block;
  line-height: 0;
}

.socs-elem-img {
  width: 25px;
}

.user {
  display: none;
}
.contact-card {
  position: relative;
}

.contact-card::before {
  content: "";
  width: 57px;
  height: 57px;
  position: absolute;
  top: 0;
  left: -69px;
}

.contact-card__mail::before {
  background: url("../img/mail.svg");
}

.contact-card__phone::before {
  background: url("../img/phone.svg");
}
.main {
  padding-top: 0;
  background: none;
  flex-wrap: nowrap;
  position: relative;
}

.main-wrapper {
  flex-wrap: nowrap;
  padding: 0 50px;
  box-sizing: border-box;
}

.main__text {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #ffffff;
  width: 490px;
}

.main__content {
  position: relative;
}

.main__content::after {
  content: "";
  width: 129px;
  height: 127px;
  background-image: url("../img/mech-color.svg");
  position: absolute;
  z-index: -1;
  right: -200px;
  top: 0;
}

.main__list {
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 30px;
}

.main__item {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Circe Rounded";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #fff;
}

.main__item::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  left: -30px;
}

.types .wrapper {
  position: relative;
}
.types .wrapper::after {
  display: block;
  inline-size: 136px;
  block-size: 136px;
  background-image: url("../img/six.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset-inline-end: 5%;
  inset-block-start: -60%;
}
@media screen and (min-width: 1080px) {
  .types .wrapper::after {
    content: "";
  }
}
@media screen and (max-width: 800px) {
  .types{
    padding-block-start: 310px;
  }
}

.types__title {
  text-align: center;
}

.types__wrapper {
  margin-top: 73px;
  position: relative;
}

.types__wrapper::before {
  content: "";
  position: absolute;
  width: 102px;
  height: 103px;
  background-image: url("../img/mech.svg");
  background-size: cover;
  left: -40px;
  bottom: -90px;
}

.types__wrapper::after {
  content: "";
  position: absolute;
  width: 136px;
  height: 137px;
  background-image: url("../img/mech.svg");
  background-size: cover;
  right: 0;
  bottom: -200px;
}

.types-wrapper__card {
  width: 297px;
  height: 517px;
  border-radius: 14px;
  position: relative;
  margin: 12.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 25px;
  box-sizing: border-box;
  background-size: contain;
}

.types-wrapper__card::after {
  content: "";
  width: 100%;
  height: 250px;
  background: linear-gradient(1.99deg, #3d48ba 1.8%, rgba(61, 72, 186, 0.76) 41.51%, rgba(61, 72, 187, 0) 99.39%);
  border-radius: 13px;
  bottom: 0;
  left: 0;
  position: absolute;
}

.types-wrapper__card_for-all {
  background: url("../img/for-all.jpg");
  background-size: contain;
}

.types-wrapper__card_beauty {
  background: url("../img/beauty.jpg");
  background-size: contain;
}

.types-wrapper__card_ecommerce {
  background: url("../img/ecommerce.jpg");
  background-size: contain;
}

.types-wrapper__card_orders {
  background: url("../img/orders.jpg");
  background-size: contain;
}

.types-wrapper__card_tech {
  background: url("../img/tech.jpg");
  background-size: contain;
}

.types-wrapper__title {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  /* identical to box height */
  color: #ffffff;
  z-index: 1;
  margin-bottom: 12px;
}

.types-wrapper__text {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 145.4%;
  /* or 22px */
  color: #ffffff;
  z-index: 1;
}

.messages {
  background: none;
}
@media screen and (max-width: 1490px) {
  .messages{
    padding-block-start: 200px;s
  }
}

.messages-wrapper {
  width: 932px;
}

.messages_man {
  background: #ffffff;
  border-radius: 14px 323.5px 323.5px 323.5px;
  width: 533.15px;
  height: 754.81px;
  background: url("../img/man.jpg");
  background-size: contain;
  margin-right: 40px;
  position: relative;
}

.messages_man::after {
  content: "";
  width: 129px;
  height: 127px;
  background-image: url("../img/mech-color.svg");
  position: absolute;
  z-index: -1;
  right: 0;
  top: -120px;
}

.message-card {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  box-sizing: border-box;
  padding: 14px 33px;
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
  width: fit-content;
  margin: 10px;
}

.message-card:nth-child(1),
.message-card:nth-child(2) {
  align-self: flex-start;
}
.message-card:nth-child(2){
  margin-block-end: 10px;
}

.message-card:nth-child(3) {
  margin-left: 350px;
}

.message-card:nth-child(4) {
  align-self: flex-end;
  margin-right: -45px;
}

.message-card_large {
  padding: 40px 30px;
  margin: 6px 9px;
}

.message-card__text_purple {
  color: #3d48ba;
}

.message-card__title {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  color: #484040;
}

.message-card__text {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
}

.message-card__text_small {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 143.7%;
  /* or 29px */
  color: #484040;
}

.place-card__text-number {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 200px;
  line-height: 255px;
  color: #ffffff;
  margin-right: 10px;
}

.place-card__text {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 64px;
  color: #ffffff;
  margin-right: 20px;
}

.how {
  background-color: #3d4ce0;
  text-align: center;
}

.how__title {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 102px;
  color: #ffffff;
  margin-bottom: 60px;
  position: relative;
}

.how__title::after {
  content: "";
  width: 129px;
  height: 127px;
  background-image: url("../img/mech-color.svg");
  position: absolute;
  z-index: -1;
  right: 0;
  top: -60px;
}

.how__subtitle {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 64px;
  /* identical to box height */
  color: #ffffff;
  margin: 0;
}

.how-content {
  margin-top: 250px;
}

.how-wrapper {
  margin-bottom: 40px;
}

.how-card {
  width: 312px;
  height: 195px;
  background: #ffffff;
  border-radius: 14px;
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 111.7%;
  /* or 34px */
  color: #484040;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 11px;
  position: relative;
}

.how-card::before {
  content: "";
  position: absolute;
  width: 257px;
  height: 178px;
  top: -145px;
}

.how-card_find::before {
  background: url("../img/find.png");
  background-size: cover;
}

.how-card_error::before {
  background: url("../img/error.png");
  background-size: cover;
}

.how-card_build::before {
  background: url("../img/build.png");
  background-size: cover;
}

.how-card_time::before {
  background: url("../img/time.png");
  background-size: cover;
}

.how-important {
  width: 1300px;
  justify-content: space-between;
}

.how-important__text {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 64px;
  color: #e3e3e3;
  text-align: left;
  position: relative;
}

.how-important__text::before {
  content: "";
  position: absolute;
  left: -210px;
  top: 0;
  width: 129px;
  height: 127px;
  background-image: url("../img/mech-color.svg");
}

.how-important__text_white {
  color: #fff;
}

.form__wrapper {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  box-sizing: border-box;
  padding: 30px 110px;
}

.form__btn {
  margin-top: 17px;
}

.portfolio {
  padding-top: 260px;
  position: relative;
}

.portfolio__title {
  position: relative;
}

.portfolio__title::after {
  content: "Проекты";
  left: 853px;
  top: -230px;
}

.portfolio__wrapper {
  margin-top: 87px;
}

.portoflio-wrapper__card {
  background: #ffffff;
  box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  width: 353px;
  height: 595px;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 28.5px;
  flex-wrap: nowrap;
}

.portfolio-wrapper__img {
  border-radius: 14px;
  height: 343.27px;
  width: 100%;
  margin-bottom: 25px;
}

.portfolio-wrapper__title {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 143.7%;
  /* or 29px */
  color: #484040;
  line-height: 111.7%;
  width: 247px;
  margin: 0 30px;
}

.portfolio-wrapper__list {
  width: 294px;
  margin-left: 30px;
  margin-top: 10px;
}

.portfolio-wrapper__text {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  /* or 167% */
  color: #484040;
}

.portfolio__text {
  font-family: "Circe Rounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #a6a6a6;
  margin-top: 56px;
}

.portfolio-wrapper__img_containers {
  background: url("../img/containers.jpg");
  background-size: cover;
}

.portfolio-wrapper__img_food {
  background: url("../img/food.jpg");
  background-size: cover;
}

.portfolio-wrapper__img_vgm {
  background: url("../img/vgm.jpg");
  background-size: cover;
}

.portfolio-wrapper__img_beauty {
  background: url("../img/beauty.jpg");
  background-size: cover;
}

.for__wrapper {
  margin-top: 80px;
  flex-wrap: nowrap;
}

.for-wrapper__img-wrapper {
  width: 568px;
}

.for-wrapper__list {
  margin-left: 97px;
}

.for-wrapper__item {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 206.2%;
  /* or 62px */
  color: #484040;
  position: relative;
}

.for-wrapper__item::before {
  content: "";
  left: -57px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 27px;
  background: url("../img/ok.svg");
  background-size: cover;
  position: absolute;
}

.examples__wrapper {
  align-items: flex-start;
  margin-top: 90px;
}

.examples-wrapper__card {
  width: 376px;
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
  color: #484040;
  margin: 17.5px;
  text-align: center;
}

.examples-wrapper__img {
  width: 169px;
  height: 170px;
  margin-bottom: 50px;
}

.work__wrapper {
  position: relative;
}

.work__wrapper::before {
  content: "Этапы";
  position: absolute;
  left: -150px;
  bottom: 0;
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 200px;
  line-height: 255px;
  color: #f0f0f0;
}

.work-wrapper__item {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 143.7%;
  /* or 36px */
  color: #484040;
  position: relative;
  width: 934px;
  margin: 25px;
}

.work-wrapper__item_bold {
  font-family: "Circe Rounded";
  display: block;
}

.work-wrapper__item::before,
.work-wrapper__item::after {
  position: absolute;
}

.work-wrapper__item::before {
  background: #3d4ce0;
  box-shadow: 0px 0px 13px #3d4ce0;
  width: 62px;
  height: 62px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 143.7%;
  /* or 43px */
  color: #ffffff;
  border-radius: 50%;
  top: 4px;
  left: -102px;
}

.work-wrapper__item::after {
  content: "";
  width: 95px;
  height: 95px;
  left: -120px;
  border: 1px solid #3d4ce0;
  border-radius: 50%;
  top: -12px;
}

.work-wrapper__item:nth-child(1)::before {
  content: "1";
}

.work-wrapper__item:nth-child(2) {
  margin-left: 120px;
}

.work-wrapper__item:nth-child(2)::before {
  content: "2";
}

.work-wrapper__item:nth-child(3) {
  margin-left: 240px;
}

.work-wrapper__item:nth-child(3)::before {
  content: "3";
}

.work-wrapper__item:nth-child(4) {
  margin-left: 360px;
}

.work-wrapper__item:nth-child(4)::before {
  content: "4";
}

.work-wrapper__item:nth-child(5) {
  margin-left: 480px;
}

.work-wrapper__item:nth-child(5)::before {
  content: "5";
}

.review__title {
  text-align: center;
}

.review__subwrapper {
  padding: 0 185px;
}

.review-subwrapper__img {
  width: 590px;
}

.btn-arrow {
  background: #3d4ce0;
  box-shadow: 0px 0px 13px #3d4ce0;
  padding: 14px 21px;
  border-radius: 50%;
}

.btn-arrow_rotate {
  transform: rotate(180deg);
}

.review-wrapper__item {
  background: #ffffff;
  box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 64px 58px;
  box-sizing: border-box;
  width: max-content;
  display: none;
  margin: 70px 30px;
}

.review-wrapper__item_active {
  display: block;
}

.review-wrapper__title {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 143.7%;
  /* or 36px */
  color: #484040;
}

.review-wrapper__subtitle {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 143.7%;
  /* or 29px */
  color: #484040;
  color: #858383;
}

.review-wrapper__text {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
  margin-top: 30px;
  width: 468px;
}

.review-wrapper__dots {
  position: relative;
  margin-top: 30px;
}

.review-wrapper__dot {
  background: #dedede;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 8px;
}

.review-wrapper__dot_active {
  background: #3d4ce0;
  box-shadow: 0px 0px 13px #3d4ce0;
}

.review-wrapper__dots::after {
  content: "Отзывы";
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 200px;
  line-height: 255px;
  color: #f0f0f0;
  position: absolute;
  right: -750px;
  top: -110px;
}

.review__subtitle {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 64px;
  color: #858383;
  width: 920px;
}

.review__subtitle_dark {
  color: #1f1f1f;
}

.review__subwrapper {
  flex-wrap: nowrap;
}

.review-subwrapper__btn {
  margin-top: 50px;
}

.form {
  background-image: url("../img/contacts.png");
  background-color: #fff;
  background-size: cover;
  padding: 220px 0;
}

.form-wrapper__title {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  color: #ffffff;
}

.form-wrapper__text {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
  width: 692px;
  margin-top: 40px;
  margin-right: 50px;
}

.form__title {
  font-family: "Circe Rounded";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 111.7%;
  /* identical to box height, or 34px */
  color: #403d3d;
  margin-bottom: 22px;
}
.main::before {
  content: "";
  width: 100vw;
  height: 2800px;
  background-image: url("../img/white-bg.png");
  background-size: cover;
  position: absolute;
  top: -210px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 1900px) {
  .main::before {
    top: -10%;
  }
}

@media screen and (max-width: 1600px) {
  .main::before {
    top: 10%;
  }
}
@media screen and (max-width: 1010px) {
  .main::before{
    inline-size: 1500px;
    block-size: 3400px;
    object-fit: cover;
  }
}
@media screen and (max-width: 800px) {
  .main::before{
    block-size: 3200px;
  }
}
@media screen and (max-width: 740px) {
  .main{
    padding-bottom: 210px;
  }

  .main::before{
    block-size: 3600px;
  }
}
@media screen and (max-width: 740px) {
  .main::before{
    block-size: 3400px;
  }
}
@media screen and (max-width: 730px) {
  .main::before{
    block-size: 3600px;
  }
}
@media screen and (max-width: 520px) {
  .main::before{
    inline-size: 1900px;
    block-size: 4700px;
  }
}
@media screen and (max-width: 500px) {
  .main{
    padding-block-end: 75px;
  }
  .main::before{
    inline-size: 1220px;
    block-size: 1590px;
  }
}
@media screen and (max-width: 480px) {
  .main::before{
    inline-size: 1100px;
    block-size: 2300px;
  }
}
@media screen and (max-width: 382px) {
  .main::before{
    inline-size: 1400px;
    block-size: 3000px;
  }
}

.portfolio::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  background-image: url("../img/white.png");
  width: 100vw;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

.for, .auto, .work, .review, .footer {
  background-color: #fff;
}
@media screen and (min-width: 1500px) {
  .messages {
    padding-top: 320px;
  }
  .portfolio {
    padding-top: 350px;
  }
  .form {
    padding: 330px 0;
  }
}
@media screen and (max-width: 2000px) {
  .portfolio__title::after {
    right: 250px;
    top: -50px;
    z-index: -1;
  }
  .main__title {
    width: 492px;
  }
  .contact-card::before {
    width: 43px;
    height: 43px;
    left: -53px;
  }
  .contact-card__phone::before,
  .contact-card__mail::before {
    background-size: contain;
  }
  .types-wrapper__card {
    width: 204px;
    height: 355px;
    padding: 20px;
    margin: 8.5px;
  }
  .types-wrapper__title,
  .message-card__text_small {
    font-size: 15px;
    line-height: 143.7%;
  }
  .types-wrapper__text {
    font-size: 10px;
  }
  .message-card__text {
    font-size: 17px;
    line-height: 22px;
  }
  .messages_man {
    width: 376.39px;
    height: 518.77px;
  }
  .place-card__text-number {
    font-size: 150px;
    line-height: 192px;
    margin-block: 0;
  }
  .place-card__text {
    font-size: 30px;
    line-height: 38px;
  }
  .message-card__title {
    font-size: 25px;
    line-height: 32px;
  }
  .message-card {
    padding: 10px 22px;
  }
  .message-card_large {
    margin: 4px 10px;
  }
  .message-card_large:nth-child(1) {
    align-self: center;
  }
  .how__title,
  .how__subtitle {
    font-size: 40px;
    line-height: 51px;
  }
  .how-card {
    font-size: 25px;
    width: 259px;
    height: 148px;
  }
  .how-card::before {
    width: 238px;
    height: 157px;
    top: -135px;
  }
  .how-important__text {
    font-size: 35px;
    line-height: 45px;
  }
  .how-important {
    width: 1102px;
  }
  .form__wrapper {
    padding: 26px 90px;
  }
  .input {
    width: 352.55px;
    padding: 10px 18px;
    font-size: 20px;
  }
  .title::after {
    font-size: 100px;
  }
  .title {
    margin: 0;
  }
  .work__wrapper::before {
    font-size: 100px;
    left: -30px;
  }
  h2 {
    font-size: 35px;
  }
  .portoflio-wrapper__card {
    width: 258px;
    height: 422.67px;
    margin: 11px;
  }
  .portfolio-wrapper__title {
    font-size: 15px;
    line-height: 111.7%;
    margin-left: 20px;
  }
  .portfolio-wrapper__img {
    width: 258px;
    height: 243.85px;
    margin-bottom: 18px;
  }
  .portfolio-wrapper__list {
    width: 218px;
    margin-left: 20px;
  }
  .portfolio-wrapper__text {
    font-size: 12px;
    line-height: 17px;
  }
  .title {
    text-align: center;
  }
  .portfolio__text {
    font-size: 20px;
    line-height: 24px;
  }
  .for-wrapper__item {
    font-size: 20px;
    line-height: 206.2%;
  }
  .section {
    padding-left: 0;
    padding-right: 0;
  }
  .for-wrapper__item::before {
    width: 20px;
    height: 17px;
    left: -25px;
  }
  .examples-wrapper__img {
    width: 114.64px;
    height: 116.67px;
  }
  .examples-wrapper__card {
    font-size: 17px;
    line-height: 143.7%;
    width: 231.31px;
  }
  .work-wrapper__item {
    font-size: 18px;
    line-height: 143.7%;
    width: 689px;
  }
  .work-wrapper__item::before {
    font-size: 20px;
    line-height: 143.7%;
    width: 40.49px;
    height: 40.49px;
    left: -83px;
  }
  .work-wrapper__item::after {
    width: 62.03px;
    height: 62.03px;
    top: -8px;
    left: -96px;
  }
  .review__subtitle {
    font-size: 34px;
    line-height: 43px;
    width: 625px;
  }
  .btn-blue {
    padding: 15px 70px;
    font-size: 25px;
    line-height: 32px;
  }
  .review-wrapper__dots::after {
    font-size: 100px;
    line-height: 128px;
    right: 0;
  }
  .for-wrapper__img-wrapper {
    width: 390px;
  }
  .logo {
    width: 165px;
  }
  .form-wrapper__title {
    font-size: 35px;
    line-height: 45px;
  }
  .form-wrapper__text {
    font-size: 25px;
    line-height: 32px;
    width: 440px;
  }
  /* .footer__text {
    font-size: 13px;
    line-height: 111.7%;
  }
  .footer__icon {
    height: 40px;
  } */
  .btn-orange {
    padding: 11px;
    font-size: 18px;
    line-height: 111.7%;
    /* or 20px */
  }
  .form__title {
    font-size: 22px;
    line-height: 111.7%;
  }
  /* .footer__icon {
    margin: 19px;
  } */
  .work-wrapper__item:nth-child(2) {
    margin-left: 90px;
  }
  .work-wrapper__item:nth-child(3) {
    margin-left: 180px;
  }
  .work-wrapper__item:nth-child(4) {
    margin-left: 270px;
  }
  .work-wrapper__item:nth-child(5) {
    margin-left: 360px;
  }
  .review-subwrapper__img {
    width: 432px;
  }
  .img-arrow {
    width: 11px;
  }
  .btn-arrow {
    padding: 9px 15px;
  }
  .review-wrapper__title {
    font-size: 20px;
    line-height: 143.7%;
  }
  .review-wrapper__text {
    font-size: 15px;
    line-height: 143.7%;
  }
  .review-wrapper__item {
    padding: 20px 44px;
    max-width: 347px;
    margin: 60px 10px;
  }
  .review-wrapper__text {
    width: 100%;
  }
  .review-wrapper__dot {
    width: 10px;
    height: 10px;
    margin: 5px;
  }
  .messages__row {
    width: 717px;
    justify-content: space-between;
    margin-block-end: 40px;
  }
  .place-card__text {
    margin-right: 0;
    margin-block: 0;
  }
  .examples__wrapper {
    padding: 0;
  }
  .work {
    padding: 0 0;
  }
  .btn-orange_large {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1300px) {
  .how-card::before {
    width: 200px;
    height: 130px;
    top: -110px;
  }
  .how-content {
    margin-top: 100px;
  }
  .how-card {
    margin-top: 110px;
  }
  section {
    padding: 75px 0;
  }
  .how-important {
    width: calc(100% - 50px);
  }
  .portfolio {
    padding-top: 240px;
  }
  .portfolio__title::after {
    top: -175px;
  }
  .for-wrapper__img-wrapper {
    width: 300px;
  }
  .work-wrapper__item:nth-child(1),
  .work-wrapper__item:nth-child(2),
  .work-wrapper__item:nth-child(3),
  .work-wrapper__item:nth-child(4),
  .work-wrapper__item:nth-child(5) {
    margin-left: 0;
  }
  .work__wrapper::before,
  .review-subwrapper__img {
    display: none;
  }
  .form__wrapper {
    margin-top: 50px;
  }
  .message-card:nth-child(3) {
    margin-left: 0;
    align-self: flex-end;
  }
  .message-card:nth-child(4) {
    margin-left: 0;
  }
  .messages-wrapper__adaptive {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -130px;
    box-sizing: border-box;
    padding: 10px;
    margin-inline-start: auto;
    margin-block-start: -50px;
  }
  .messages-wrapper__adaptive .column{
    margin-inline-start: auto;
    margin-block-start: -450px;
  }
  .messages__row{
    margin-block-end: 40px;
  }
  .messages_man {
    align-self: flex-start;
  }
}
@media screen and (max-width: 1170px) {
  .wrapper {
    width: 90%;
  }
  .main-top {
    width: 100%;
  }
  .portfolio__title::after, .types-wrapper__card_orders, .contacts-address {
    display: none;
  }
  .portfolio {
    padding-top: 170px;
  }
  .form {
    padding-top: 100px;
  }
  .messages-wrapper__adaptive{
    margin-block-start: -160px;
  }
  .messages-wrapper__adaptive .column{
    margin-inline-start: auto;
    margin-block-start: -340px;
  }
  .messages__row:first-of-type{
    flex-direction: column;
  }
  .message-card:nth-child(2){
    margin-inline: auto;
  }
  .message-card:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1090px) {
  .messages_man{
    display: none;
  }
  .messages-wrapper__adaptive .column{
    margin-inline: auto;
    margin-block-start: 180px;
  }
  .messages__row:first-of-type{
    flex-direction: row;
  }
  .messages-wrapper .message-card:nth-child(2){
    margin-block-end: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .messages-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  .main-contacts {
    justify-content: center;
    gap: 10px 0;
  }
}
@media screen and (max-width: 800px) {
  .contacts-address {
    display: none;
  }
  .contacts-box-icon {
    box-sizing: border-box;
  }
  .work {
    padding: 0;
    padding-left: 100px;
  }
  .work-wrapper__item::after {
    left: -83px;
  }
  .work-wrapper__item::before {
    left: -71.5px;
  }
  .for__wrapper {
    flex-wrap: wrap-reverse;
  }
  .for-wrapper__img-wrapper {
    width: 80vw;
  }
  .title::after,
  .work__wrapper::before,
  .review-wrapper__dots::after {
    display: none;
  }
  .main {
    flex-direction: column;
  }
  .main__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
  }
  h1 {
    font-size: 40px;
    line-height: 100%;
  }
  .main__title {
    width: 392px;
  }
  .main__text {
    margin-top: 20px;
    font-size: 25px;
    line-height: 100%;
    width: 300px;
  }
  .message-card:nth-child(4) {
    margin-right: 0;
  }
  .how-important {
    justify-content: center;
  }
  .how-important__text {
    text-align: center;
  }
  .portoflio-wrapper__card {
    height: 435px;
  }
  .work-wrapper__item {
    width: 90%;
  }
  .review__subwrapper,
  .portfolio {
    padding-top: 150px;
  }
  .logo__adaptive {
    order: -2;
    margin-bottom: 20px;
  }
  .main-logo {
    display: none;
  }
  .main-contacts {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 60%;
  }
  .work {
    padding-left: 0;
  }
  .work-wrapper {
    padding-left: 100px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .messages__row {
    width: 100%;
    justify-content: center;
  }
  .messages-wrapper__adaptive {
    padding-top: 150px;
  }
  .messages-wrapper__adaptive .column {
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 700px) {
  .main-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 540px) {
  .how-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .main-top {
    justify-content: center;
    gap: 20px 0;
  }
  .main-contacts {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    padding-top: 20px;
  }
  .main__content::after {
    display: none;
  }
  .contact-card::before {
    width: 31px;
    height: 31px;
    left: -41px;
  }
  .contact-card__phone::before,
  .contact-card__mail::before {
    background-repeat: no-repeat;
  }
  .contact-card__mail {
    margin-left: 50px;
  }
  h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .main__text {
    font-size: 10px;
    line-height: 13px;
  }
  .main__list {
    margin-left: 13px;
  }
  .main__item {
    font-size: 8px;
    line-height: 10px;
  }
  .main__item::before {
    width: 6px;
    height: 6px;
    left: -13px;
  }
  .main__title {
    width: max-content;
  }
  .main__text {
    width: 190px;
  }
  .btn-orange_large {
    font-size: 9px;
    line-height: 111.7%;
    padding: 9px 6px;
    border-radius: 9px;
  }
  .types-wrapper__card {
    width: 140px;
    height: 242px;
    padding: 15px 10px;
  }
  .types-wrapper__title {
    font-size: 10px;
    line-height: 12px;
  }
  .types-wrapper__text {
    font-size: 7px;
    line-height: 145.4%;
  }
  .types-wrapper__card_orders {
    display: none;
  }
  .messages_man {
    width: 134px;
    height: 189.82px;
  }
  .message-card {
    padding: 5px 10px;
    border-radius: 5px;
  }
  .message-card__text {
    font-size: 8px;
    line-height: 10px;
  }
  .messages-wrapper__adaptive {
    margin-top: -70px;
  }
  .place-card__text {
    font-size: 10px;
    line-height: 13px;
  }
  .place-card__text-number {
    font-size: 70px;
    line-height: 89px;
  }
  .messages__row {
    width: 100%;
  }
  .message-card__title {
    font-size: 10px;
    line-height: 13px;
  }
  .message-card__text_small {
    font-size: 7px;
    line-height: 118.2%;
  }
  .message-card {
    margin: 3.5px 10px;
    border-radius: 5px;
  }
  .message-card_large {
    border-radius: 14px;
    padding: 12px 14px;
  }
  .messages-wrapper {
    width: 300px;
    margin: auto;
  }
  .message-card:nth-child(4) {
    margin: 3.5px 10px;
    margin-right: -20px;
    align-self: flex-end;
  }
  .message-card:nth-child(3) {
    align-self: flex-end;
    margin-right: 62px;
  }
  .message-card_large:nth-child(2) {
    width: 140px;
    margin-top: -20px;
  }
  .place-card__text-number {
    margin-left: 10px;
    margin-right: 10px;
  }
  .how__title {
    margin-bottom: 0;
  }
  h2,
  .how__title,
  .how__subtitle {
    font-size: 15px;
    line-height: 19px;
  }
  .how-card {
    width: 143px;
    font-size: 12px;
    line-height: 111.7%;
    height: 82.01px;
    margin-top: 80px;
  }
  .how-card::before {
    width: 116px;
    height: 80px;
    top: -65px;
  }
  .how-important__text {
    font-size: 15px;
    line-height: 106.7%;
  }
  .form__wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 50px;
    margin-top: 25px;
  }
  .input {
    width: 100%;
    border-radius: 10px;
    height: 23.97px;
    font-size: 13px;
    line-height: 111.7%;
    padding: 0;
    padding-left: 10px;
  }
  .form__btn {
    font-size: 9px;
    line-height: 111.7%;
  }
  .portoflio-wrapper__card {
    width: 138.94px;
    height: 255px;
  }
  .portfolio-wrapper__img {
    width: 138.94px;
    height: 136.75px;
    margin-bottom: 10px;
  }
  .portfolio-wrapper__title {
    font-size: 10px;
    line-height: 111.7%;
    width: 123px;
    margin-left: 10px;
  }
  .portfolio-wrapper__list {
    margin-left: 10px;
  }
  .portfolio-wrapper__text {
    font-size: 6px;
    line-height: 12px;
    width: 126px;
  }
  .portfolio__text {
    font-size: 10px;
    line-height: 12px;
    width: 300px;
    margin: auto;
    margin-top: 25px;
  }
  .for-wrapper__item {
    font-size: 8px;
    line-height: 206.2%;
  }
  .for-wrapper__item::before {
    width: 8px;
    height: 7px;
    left: -10px;
  }
  .for-wrapper__list {
    margin: auto;
  }
  .for__wrapper {
    margin-top: 25px;
  }
  .examples-wrapper__img {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
  }
  .examples-wrapper__card {
    font-size: 7px;
    line-height: 143.7%;
    width: 140px;
  }
  .examples__wrapper {
    padding: 0 15px;
    margin-top: 25px;
  }
  .work-wrapper__item {
    font-size: 10px;
    line-height: 143.7%;
    width: 217px;
  }
  .work {
    padding: 0;
  }
  .review-wrapper__item {
    max-width: 180px;
    padding: 20px 10px;
  }
  .review-wrapper__title,
  .review-wrapper__subtitle {
    font-size: 10px;
    line-height: 143.7%;
  }
  .review-wrapper__text {
    font-size: 7px;
    line-height: 143.7%;
  }
  .review__subwrapper {
    padding: 0;
    padding-top: 25px;
    text-align: center;
  }
  .review__subtitle {
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    margin-right: 0;
  }
  .review-subwrapper__btn {
    font-size: 13px;
    line-height: 17px;
  }
  .form-wrapper__title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .form-wrapper__text {
    font-size: 15px;
    line-height: 19px;
    width: 100%;
    text-align: center;
  }
  .form__title {
    font-size: 15px;
    line-height: 111.7%;
    margin-bottom: 16px;
  }
  .form__form-wrapper {
    padding: 17px 50px;
    width: 296px;
  }
  .form__btn {
    border-radius: 9px;
  }
  /* footer {
    padding: 15px 0;
  } */
  .logo__adaptive {
    width: 135px;
  }
  .portfolio-wrapper__list {
    width: fit-content;
  }
  .messages-wrapper__adaptive {
    width: 360px;
  }
  .main {
    padding-left: 0;
  }
  .main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 25px;
  }
  .types {
    padding-top: 0;
  }
  .form {
    padding-top: 100px;
  }
  .portfolio__wrapper {
    margin-top: 25px;
  }
  .portfolio {
    padding-top: 100px;
  }
  .how-important__text::before, .messages_man::after {
    display: none;
  }
  .how {
    padding-top: 25px;
  }
  .messages{
    padding-block-end: 0;
  }
  .messages-wrapper__adaptive{
    padding-block-start: 70px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 410px) {
  .main-contacts {
    justify-content: center;
  }
}

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


