@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy"), local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../styles/Gilroy-Bold.woff2") format("woff2"), url("../styles/Gilroy-Bold.woff") format("woff"), url("../styles/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
}

._lock {
  overflow: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  max-width: 1305px;
  margin: 0 auto;
  padding: 0 10px;
}

.text {
  color: #514040;
  line-height: 147.9%;
}

.title {
  font-size: clamp(27px, 5vw, 45px);
}

.color {
  -webkit-transition: background-color 500ms ease 0s;
  transition: background-color 500ms ease 0s;
  background-color: #49AD09;
  border-radius: 5px;
  padding: 18px 66px;
  -webkit-box-shadow: 0px 1.852px 3.148px 0px rgba(49, 49, 49, 0.02), 0px 8.148px 6.519px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.519px 25.481px 0px rgba(49, 49, 49, 0.06), 0px 64.815px 46.852px 0px rgba(49, 49, 49, 0.08), 0px 100px 80px 0px rgba(49, 49, 49, 0.1);
          box-shadow: 0px 1.852px 3.148px 0px rgba(49, 49, 49, 0.02), 0px 8.148px 6.519px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.519px 25.481px 0px rgba(49, 49, 49, 0.06), 0px 64.815px 46.852px 0px rgba(49, 49, 49, 0.08), 0px 100px 80px 0px rgba(49, 49, 49, 0.1);
  color: #fff;
}

@media (hover: hover) {
  .color:hover {
    background-color: red;
  }
}

.header {
  background-color: #F2F2F2;
  color: #313131;
  position: relative;
}

.header a {
  color: #313131;
}

.header__bg {
  position: absolute;
  right: -130px;
  top: -50px;
  z-index: 0;
}

.header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__container {
  padding: 48px 10px;
}

.header__row {
  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;
}

.header__title {
  font-weight: bold;
}

.header__burger {
  min-width: 40px;
  min-height: 30px;
  position: relative;
  display: none;
}

.header__burger::before, .header__burger::after {
  content: '';
  background-color: #313131;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}

.header__burger::before {
  top: 0;
}

.header__burger::after {
  bottom: 0;
}

.header__burger span {
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%);
}

.header__burger span::before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #313131;
  position: absolute;
  top: 0;
  right: 0;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.header__list {
  margin: 0 50px 0 0;
}

.header__list:last-child {
  margin: 0;
}

.header__list_active a {
  color: #fff;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 890px) {
  .header__list {
    margin: 0 20px 0 0;
  }
  .header__list_active {
    padding: 15px 30px;
  }
}

@media (max-width: 584px) {
  .header__title {
    font-size: clamp(18px, 5vw, 26px);
    overflow: hidden;
    margin: 0 10px 0 0;
  }
  .header__menu {
    position: fixed;
    z-index: 3;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header__menu_active {
    -webkit-transition: top 500ms ease 0s;
    transition: top 500ms ease 0s;
    top: 0;
    background-color: #313131;
    color: #fff;
    display: block;
    overflow: auto;
    padding: 15px;
  }
  .header__menu_active a {
    color: #fff;
  }
  .header__item {
    margin: 80px 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__item li {
    margin: 0 40px 0 0;
  }
  .header__list {
    font-size: clamp(15px, 5vw, 28px);
    margin: 0 0 15px 0;
  }
  .header__list_active {
    display: inline-block;
  }
  .header__burger {
    display: block;
    cursor: pointer;
  }
  .header__burger_active {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 4;
  }
  .header__burger_active::before, .header__burger_active::after {
    background-color: #fff;
  }
  .header__burger_active span::before {
    -webkit-transition: right 500ms ease 0s;
    transition: right 500ms ease 0s;
    right: 100%;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    background-color: #fff;
  }
}

@media (max-width: 320px) {
  .header__burger {
    width: 35px;
    height: 25px;
  }
}

.info {
  background-color: #F2F2F2;
  position: relative;
  z-index: 2;
}

.info__container {
  padding: 140px 0 140px 43px;
}

.info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.info__column_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.info__column_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  z-index: 2;
}

.info__column_3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.info__body {
  position: relative;
  width: 100%;
  height: 100%;
}

.info__body_1::before, .info__body_1::after {
  content: '';
  background-color: #49AD09;
  position: absolute;
  left: 0;
  z-index: -1;
}

.info__body_1::before {
  top: 0;
  width: 140px;
  height: 419px;
}

.info__body_1::after {
  top: -60px;
  width: 250px;
  height: 120px;
}

.info__body_2::before, .info__body_2::after {
  content: '';
  background-color: #49AD09;
  position: absolute;
  right: 0;
  z-index: -1;
}

.info__body_2::before {
  width: 140px;
  height: 419px;
  top: -70px;
}

.info__body_2:after {
  width: 250px;
  height: 120px;
  bottom: -50px;
}

.info__image_1 {
  position: absolute;
  top: -120px;
  left: -30px;
  max-width: 155px;
  max-height: 235px;
  -webkit-box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
}

.info__image_1 img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__image_2 {
  position: absolute;
  top: 75px;
  left: 150px;
  max-width: 145px;
  max-height: 205px;
  -webkit-box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.3);
}

.info__image_2 img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__image_3 {
  position: absolute;
  bottom: -100px;
  left: -30px;
  max-width: 155px;
  max-height: 158px;
}

.info__image_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__image_4 {
  position: absolute;
  top: -120px;
  right: -30px;
  max-width: 181px;
  max-height: 159px;
}

.info__image_4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__image_5 {
  position: absolute;
  top: 110px;
  right: 60px;
  max-width: 171px;
  max-height: 237px;
  border: 10px solid #F2F2F2;
}

.info__image_5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__image_6 {
  position: absolute;
  right: -40px;
  bottom: -120px;
  max-width: 181px;
  max-height: 159px;
}

.info__image_6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info__title {
  font-size: clamp(26px, 5vw, 78px);
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: clamp(36px, 5vw, 80px);
  max-width: 650px;
  text-align: center;
  letter-spacing: -3.9px;
  margin: 0 auto 36px auto;
}

.info__title span {
  color: #49AD09;
}

.info__text {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 63px auto;
}

.info__item {
  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;
}

.info__contact {
  margin: 0 37px 0 0;
  cursor: pointer;
  max-width: 50%;
}

.info__videos {
  color: #514040;
  text-decoration: underline;
  position: relative;
  max-width: 50%;
  padding: 0 20px 0 0;
}

.info__videos::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
  border-top: 5px solid transparent;
  border-left: 8px solid #514040;
  border-bottom: 5px solid transparent;
}

.contact__body {
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  overflow: auto;
}

.contact__body_active {
  opacity: 1;
  visibility: visible;
}

.contact__exit {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 3;
}

.contact__exit::before, .contact__exit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.contact__exit::before {
  top: 19px;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact__exit::after {
  bottom: 19px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact__form {
  border-radius: 10px;
  padding: 15px 20px;
  width: 450px;
  max-height: 100%;
  margin: 0 auto;
  overflow: auto;
  background-color: #49AD09FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__form input, .contact__form button {
  width: 100%;
  height: 50px;
  display: block;
}

.contact__form input {
  font-size: 18px;
  border-radius: 5px;
  margin: 0 0 30px 0;
  padding: 5px 5px 5px 10px;
}

.contact__text {
  font-size: clamp(18px, 5vw, 26px);
  margin: 0 0 15px 0;
}

.contact__btn {
  margin: 70px 0 0 0;
  background-color: #fff;
  color: #000;
  font-size: clamp(14px, 5vw, 25px);
  border-radius: 5px;
}

@media (hover: hover) {
  .contact__btn {
    -webkit-transition: background-color 800ms ease 0s, color 800ms ease 0s;
    transition: background-color 800ms ease 0s, color 800ms ease 0s;
  }
  .contact__btn:hover {
    color: #fff;
    background-color: #49AD09FF;
  }
}

.contact__body .contact__form {
  -webkit-transform: perspective(600px) translate(0, -100%) rotateX(45deg);
          transform: perspective(600px) translate(0, -100%) rotateX(45deg);
  -webkit-transition: -webkit-transform 800ms ease 0s;
  transition: -webkit-transform 800ms ease 0s;
  transition: transform 800ms ease 0s;
  transition: transform 800ms ease 0s, -webkit-transform 800ms ease 0s;
}

.contact__body .contact__form_active {
  -webkit-transform: perspective(600px) translate(0, 0) rotateX(0);
          transform: perspective(600px) translate(0, 0) rotateX(0);
}

@media (max-width: 1024px) {
  .info__image_2 {
    left: 110px;
  }
  .info__image_5 {
    top: 50px;
  }
}

@media (max-width: 1022px) {
  .info__container {
    padding: 20px 0;
  }
  .info__row {
    display: block;
  }
  .info__column_1 {
    display: none;
  }
  .info__column_3 {
    display: none;
  }
  .info__title {
    letter-spacing: 0;
  }
  .info__text {
    margin: 0 auto 55px auto;
  }
}

@media (max-width: 426px) {
  .info input {
    padding: 5px;
    height: 40px;
    margin: 0 0 20px 0;
  }
  .info__contact-text {
    margin: 0 0 5px 0;
  }
  .info__contact-btn {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 408px) {
  .info__contact {
    padding: 15px 35px;
  }
  .info__videos::before {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-top: 4px solid transparent;
    border-left: 7px solid #514040;
    border-bottom: 4px solid transparent;
  }
}

.links {
  position: relative;
}

.links a {
  color: #A1A89D;
}

.links__bg {
  position: absolute;
  top: -150px;
  left: -60px;
}

.links__container {
  padding: 84px 10px 216px;
}

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

.links__link {
  font-size: clamp(18px, 2vw, 27px);
  display: block;
  margin: 0 130px 0 0;
  position: relative;
}

.links__link:last-child {
  margin: 0;
}

.links__link_bold {
  font-weight: 800;
}

.links__link_1::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/icon/1.svg") 0 0 no-repeat;
  width: 25px;
  height: 25px;
}

.links__link_2::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 26px;
  height: 24px;
  background: url("../img/icon/2.svg") 0 0 no-repeat;
}

.links__link_3::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 29px;
  height: 32px;
  background: url("../img/icon/3.svg") 0 0 no-repeat;
}

@media (max-width: 1025px) {
  .links__link {
    margin: 0 60px 0 0;
  }
  .links__link_1::before {
    left: -32px;
  }
}

@media (max-width: 769px) {
  .links__container {
    padding: 60px 10px;
  }
  .links__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .links__link {
    margin: 0 25px 30px 0;
  }
  .links__link:last-child {
    margin: 0 0 30px 0;
  }
  .links__link_1::before {
    display: none;
  }
  .links__link_3::before {
    display: none;
  }
  .links__link_2::before {
    display: none;
  }
}

.what {
  position: relative;
}

.what__bg {
  position: absolute;
  top: 180px;
  right: -80px;
  width: 238px;
  height: 119px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.what__container {
  max-width: 808px;
  margin: 0 auto;
  padding: 0px 10px 140px;
}

.what__label {
  text-align: center;
  margin: 0 0 30px 0;
}

.what__title {
  text-align: center;
  margin: 0 0 80px 0;
}

.what__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -20px -20px;
  padding: 0 0 80px 0;
}

.what__column {
  padding: 20px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.what__body {
  border: 1px solid #EDEDED;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  max-width: 384px;
  margin: 0 auto;
  padding: 30px 40px;
}

@media (hover: hover) {
  .what__body {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-property: color, border, -webkit-box-shadow;
    transition-property: color, border, -webkit-box-shadow;
    transition-property: box-shadow, color, border;
    transition-property: box-shadow, color, border, -webkit-box-shadow;
    -webkit-transition: -webkit-box-shadow 500ms ease 0s;
    transition: -webkit-box-shadow 500ms ease 0s;
    transition: box-shadow 500ms ease 0s;
    transition: box-shadow 500ms ease 0s, -webkit-box-shadow 500ms ease 0s;
  }
  .what__body:hover {
    -webkit-box-shadow: 0px 60px 50px rgba(81, 64, 64, 0.1);
            box-shadow: 0px 60px 50px rgba(81, 64, 64, 0.1);
    border: 0;
  }
  .what__body:hover .what__link {
    color: #49AD09;
  }
}

.what__sub-title {
  font-size: clamp(16px, 5vw, 22px);
  margin: 0 0 30px 0;
  position: relative;
  padding: 0 0 0 43px;
}

.what__sub-title_1::before {
  content: '';
  background: url("../img/icon/block/1.svg");
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.what__sub-title_2::before {
  content: '';
  background: url("../img/icon/block/2.svg");
  width: 28px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.what__sub-title_3::before {
  content: '';
  background: url("../img/icon/block/3.svg");
  width: 28px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.what__sub-title_4::before {
  content: '';
  background: url("../img/icon/block/4.svg");
  width: 28px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.what__text {
  color: #514040;
  line-height: 147.9%;
  max-width: 330px;
  margin: 0 auto 30px auto;
}

.what__link {
  text-decoration: underline;
  font-size: clamp(14px, 5vh, 16px);
}

.what__btn {
  color: #fff;
  display: block;
  max-width: 225px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .what__container {
    padding: 0 10px 80px;
  }
}

@media (max-width: 768px) {
  .what__title {
    margin: 0 0 70px 0;
  }
}

@media (max-width: 582px) {
  .what__body {
    padding: 10px;
  }
}

@media (max-width: 462px) {
  .what__row {
    display: block;
  }
  .what__column {
    max-width: 65%;
    margin: 0 auto 30px auto;
    padding: 0;
  }
  .what__sub-title {
    text-align: center;
    padding: 10px 5px;
    padding: 0 0 0 25px;
  }
  .what__sub-title_1::before {
    left: -5px;
  }
  .what__sub-title_2::before {
    left: -5px;
  }
  .what__sub-title_3::before {
    left: -5px;
  }
  .what__sub-title_4::before {
    left: -5px;
  }
  .what__link {
    text-align: center;
    display: block;
  }
  .what__body {
    max-width: 100%;
  }
}

.portfolio {
  position: relative;
}

.portfolio__bg {
  position: absolute;
  top: 0;
  left: -115px;
  width: 238px;
  height: 119px;
}

.portfolio__container {
  padding: 0 10px 140px;
}

.portfolio__label {
  text-align: center;
  margin: 0 0 30px 0;
}

.portfolio__title {
  text-align: center;
  margin: 0 0 80px 0;
}

.portfolio__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -24px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio__column {
  position: relative;
  z-index: 2;
  padding: 0px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.portfolio__column:nth-child(even) {
  margin: 95px 0 0 0;
}

.portfolio__image {
  max-width: 480px;
  max-height: 360px;
  margin: 0 auto;
}

.portfolio__image img {
  width: 100%;
  height: 100%;
  margin: 0 0 24px 0;
  display: block;
  overflow: hidden;
}

.portfolio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio__text {
  font-size: clamp(18px, 5vw, 28px);
  margin: 0 15px 0 0;
}

.portfolio__link {
  color: #49AD09;
}

.portfolio__btn {
  color: #fff;
  max-width: 225px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

@media (max-width: 590px) {
  .portfolio__row {
    margin: 0px -12px 40px;
  }
  .portfolio__column {
    padding: 0 12px;
  }
  .portfolio__column:nth-child(even) {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 426px) {
  .portfolio__row {
    display: block;
  }
  .portfolio__column {
    margin: 0 0 40px 0;
  }
  .portfolio__column:nth-child(even) {
    margin: 0 0 40px 0;
  }
}

.review {
  position: relative;
}

.review__bg {
  position: absolute;
  right: 210px;
  top: 1%;
  background: url("../img/bodyIcon/reverse_2.png") 0 0 no-repeat;
  width: 280px;
  height: 518px;
}

.review__container {
  overflow: hidden;
  max-width: 1170px;
  padding: 0 10px 170px;
}

.review__label {
  text-align: center;
  margin: 0 0 30px 0;
}

.review__title {
  text-align: center;
  margin: 0 0 183px 0;
}

.review__row {
  font-family: "Inter", sans-serif;
  position: relative;
  margin: 0 0 59px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review__row::before {
  content: '';
  width: 892px;
  height: 550px;
  background-color: #F2F2F2;
  position: absolute;
  left: 50%;
  top: -100px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}

.review__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  -webkit-transition: left 300ms ease 0s;
  transition: left 300ms ease 0s;
  position: relative;
  left: 0;
  margin: 0 -7.5px;
}

.review__column {
  margin: 0 7.5px;
  background-color: #fff;
  min-width: 32.5%;
  max-width: 380px;
  padding: 40px 24px 40px 32px;
  border-radius: 5px;
  position: relative;
}

.review__column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 94%;
  height: 80%;
  z-index: -1;
  -webkit-box-shadow: 0px 90px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 90px 30px rgba(0, 0, 0, 0.05);
}

.review__sub-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #32435C;
}

.review__text {
  line-height: 30px;
  color: #6A635B;
  font-size: 16px;
  letter-spacing: -0.16px;
  margin: 0 0 20px 0;
  max-height: 90px;
  overflow-x: auto;
}

.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 21px 0;
}

.review__star {
  margin: 0 2.3px 0 0;
}

.review__star:last-child {
  margin: 0;
}

.review__user-name {
  color: #32435C;
  font-size: 14px;
  font-weight: 600;
}

.review__object {
  width: 120px;
  height: 66px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}

.review__object img {
  width: 20px;
  height: 9px;
  -o-object-fit: contain;
     object-fit: contain;
}

.review__item-object {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.review__item-object img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 9px;
  -o-object-fit: contain;
     object-fit: contain;
}

.review__prev {
  position: relative;
}

.review__prev::before {
  content: '';
  border: 1px sold red;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.review__next {
  position: relative;
  background-color: #000;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .review__container {
    padding: 0 10px 90px;
  }
  .review__column {
    min-width: 49%;
  }
}

@media (max-width: 426px) {
  .review__column {
    min-width: 100%;
  }
}

.price {
  color: #313131;
  position: relative;
}

.price__bg {
  position: absolute;
  top: 220px;
  left: -20px;
  width: 100px;
  height: 100px;
  z-index: 0;
}

.price__container {
  padding: 0 10px 140px;
}

.price__label {
  text-align: center;
  margin: 0 0 30px 0;
}

.price__title {
  margin: 0 0 80px 0;
  text-align: center;
}

.price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -21px;
  position: relative;
  z-index: 1;
}

.price__column {
  margin: 0 21px;
  border: 1px solid #EDEDED;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 68px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (hover: hover) {
  .price__column {
    -webkit-transition: -webkit-box-shadow 500ms ease 0s;
    transition: -webkit-box-shadow 500ms ease 0s;
    transition: box-shadow 500ms ease 0s;
    transition: box-shadow 500ms ease 0s, -webkit-box-shadow 500ms ease 0s;
  }
  .price__column .price__btn {
    -webkit-transition-property: background-color, color, -webkit-box-shadow;
    transition-property: background-color, color, -webkit-box-shadow;
    transition-property: box-shadow, background-color, color;
    transition-property: box-shadow, background-color, color, -webkit-box-shadow;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
  .price__column:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 100px 80px 0px rgba(49, 49, 49, 0.1);
            box-shadow: 0px 100px 80px 0px rgba(49, 49, 49, 0.1);
  }
  .price__column:hover .price__btn {
    background-color: #49AD09;
    color: #fff;
    border: 0;
    -webkit-box-shadow: 0px 1.852px 3.148px 0px rgba(49, 49, 49, 0.02), 0px 8.148px 6.519px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.519px 25.481px 0px rgba(49, 49, 49, 0.06), 0px 64.815px 46.852px 0px rgba(49, 49, 49, 0.08), 0px 100px 80px 0px rgba(49, 49, 49, 0.1);
            box-shadow: 0px 1.852px 3.148px 0px rgba(49, 49, 49, 0.02), 0px 8.148px 6.519px 0px rgba(49, 49, 49, 0.04), 0px 20px 13px 0px rgba(49, 49, 49, 0.05), 0px 38.519px 25.481px 0px rgba(49, 49, 49, 0.06), 0px 64.815px 46.852px 0px rgba(49, 49, 49, 0.08), 0px 100px 80px 0px rgba(49, 49, 49, 0.1);
  }
}

.price__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0 49px 0;
}

.price__sub-title {
  text-align: center;
  margin: 0 0 21px 0;
  font-size: clamp(18px, 5vw, 30px);
}

.price__value {
  margin: 0 0 24px 0;
  text-align: center;
  font-size: clamp(26px, 5vw, 60px);
}

.price__menu {
  color: #514040;
  font-size: clamp(14px, 5vw, 16px);
}

.price__list {
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 0 16px 0;
}

.price__list:last-child {
  margin: 0;
}

.price__list::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/icon/arrow.svg") 0 0 no-repeat;
}

.price__btn {
  text-align: center;
  border-radius: 5px;
  padding: 19px 0;
  border: 1px solid #514040;
  display: inline-block;
  color: #514040;
  cursor: pointer;
}

@media (max-width: 1025px) {
  .price__column {
    padding: 25px 15px;
  }
}

@media (max-width: 769px) {
  .price__title {
    margin: 0 0 80px 0;
  }
  .price__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price__column {
    margin: 0 21px 20px 21px;
  }
  .price__column:last-child {
    margin: 0 21px;
  }
}

.question__container {
  padding: 0 10px 131px;
}

.question__title {
  text-align: center;
  max-width: 430px;
  margin: 0 auto 53px auto;
  line-height: clamp(27px, 5vw, 65px);
}

.question__btn {
  max-width: 225px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
}

@media (max-width: 425px) {
  .question__btn {
    max-width: 170px;
  }
}

.footer {
  position: relative;
  color: #313131;
}

.footer a {
  color: #313131;
}

.footer__bg {
  position: absolute;
  top: -130px;
  right: 10px;
  width: 70px;
  height: 70px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 77px 0;
  position: relative;
}

.footer__row::before {
  content: '';
  background-color: #EDEDED;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.footer__text {
  max-width: 236px;
  margin: 0 0 64px 0;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 8px;
}

.footer__icon {
  max-width: 11px;
  max-height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 25px 0 0;
  position: relative;
}

.footer__icon::before {
  content: '';
  background-color: #F2F2F2;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.footer__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}

.footer__label {
  font-size: clamp(16px, 5vw, 20px);
  font-weight: 600;
  margin: 0 0 39px 0;
}

.footer__label_title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 35px 0;
}

.footer__list {
  margin: 0 0 28px 0;
}

.footer__list:last-child {
  margin: 0;
}

.footer__mail {
  position: relative;
  max-width: 174px;
  display: inline-block;
}

.footer__mail::before {
  content: '';
  background: url("../img/icon/Icon.svg") 0 0/contain no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.footer__mail input {
  font-size: 12px;
  color: #514040;
  background-color: #f2f2f2;
  width: 100%;
  padding: 13px 32px 13px 13px;
}

.footer__copy {
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__column {
    margin: 0 0 25px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    text-align: center;
  }
  .footer__icon::before {
    background-color: #fff;
  }
  .footer__label {
    margin: 0 0 15px 0;
  }
  .footer__label_title {
    font-size: clamp(16px, 5vw, 20px);
  }
  .footer__text {
    margin: 0 auto 25px auto;
    line-height: 19px;
  }
  .footer__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
  .footer__list {
    margin: 0 0 15px 0;
  }
  .footer__mail {
    overflow: hidden;
    max-width: 100%;
    width: 90%;
    height: 100%;
  }
  .footer__mail::before {
    right: 5px;
  }
  .footer__mail input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 5px 22px 5px 5px;
  }
  .footer__accordion {
    background-color: #F2F2F2;
    border-radius: 5px;
  }
  .accordion {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition-property: padding, max-height;
    transition-property: padding, max-height;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
  }
}
