@font-face {
  font-family: "Cera Pro Light";
  font-weight: 300;
  src: url("../fonts/CeraPro-Light.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 400;
  src: url("../fonts/CeraPro-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro Medium";
  font-weight: 500;
  src: url("../fonts/CeraPro-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Cera Pro";
  font-weight: 400;
  background-color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  min-width: 375px;
}

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

:focus-visible {
  outline: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  max-width: 1680px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.header__burger-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  z-index: 2;
}

.header__burger-btn span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  left: 5px;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.header__burger-btn span:nth-child(1) {
  transform: translateY(-10px);
}

.header__burger-btn span:nth-child(3) {
  transform: translateY(10px);
}

.header.open .header__burger-btn span {
  background-color: #000;
}

.header.open .header__burger-btn span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.header.open .header__burger-btn span:nth-child(2) {
  opacity: 0;
}

.header.open .header__burger-btn span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

.menu {
  max-width: 392px;
  width: 100%;
}

.menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu__link {
  font-family: Cera Pro Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #FFFFFF;
  transition: color 0.3s ease;
}

.menu__link:hover {
  color: rgb(24, 170, 189);
}

.wrapper {
  background-image: linear-gradient(rgba(17, 17, 17, 0.26), rgba(17, 17, 17, 0.26)), url(../img/hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.wrapper .header__logo-block {
  padding: 21px 50px 21px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.wrapper .header__block-1500 {
  display: contents;
}
.wrapper .header__logo img {
  max-width: 200px;
  width: 100%;
  max-height: 38px;
  height: 100%;
}
.wrapper .header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.wrapper .header__block {
  display: flex;
  gap: 15px;
}
.wrapper .header__block:hover svg path {
  fill: rgb(24, 170, 189);
}
.wrapper .header__block:hover svg path {
  transition: fill 0.3s ease;
}
.wrapper .header__text {
  font-family: Cera Pro Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 25.14px;
  text-align: left;
  color: #FFFFFF;
}
.wrapper .header__sm-text {
  display: block;
  font-family: Cera Pro;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.85px;
  text-align: left;
  color: #FFFFFF;
}
.wrapper .header__btn {
  font-family: Cera Pro Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  padding: 19px 0;
  background-color: rgb(27, 27, 27);
  max-width: 193px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.wrapper .header__btn:hover {
  background-color: rgb(24, 170, 189);
}
.wrapper .header__link {
  text-align: right;
}

.button {
  font-family: Cera Pro Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  color: #FFFFFF;
  padding: 25px 0;
  width: 100%;
  background-color: rgb(24, 170, 189);
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: rgb(27, 27, 27);
}

.hero {
  padding-top: 130px;
  position: relative;
  min-height: 850px;
}
.hero .container {
  max-width: 1400px;
}
.hero__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.hero__block {
  max-width: 762px;
}
.hero__title {
  font-family: Cera Pro;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.hero__btn {
  position: relative;
  z-index: 3;
  padding: 25px 0;
  max-width: 259px;
}
.hero__block-2 {
  background-color: #FFFFFF;
  padding: 50px 31px;
  max-width: 300px;
  -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);
}
.hero__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hero__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: Cera Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
  color: rgb(112, 118, 143);
}
.hero__item:not(:last-child) {
  padding-bottom: 27px;
  border-bottom: 1px solid #EEEEEE;
}
.hero__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1170px;
  width: 100%;
  max-height: 535px;
  height: 100%;
}

.section_mb {
  margin-bottom: 140px;
}

.title {
  font-family: Cera Pro;
  font-size: 46px;
  font-weight: 400;
  line-height: 70px;
  text-align: left;
  color: rgb(42, 50, 63);
  text-transform: uppercase;
}

.subtitle {
  font-family: Cera Pro Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: rgb(42, 50, 63);
  text-transform: uppercase;
}

.text {
  font-family: Cera Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
  color: rgb(112, 118, 143);
}

.criteria__title {
  margin-bottom: 76px;
}
.criteria__title span {
  color: rgb(124, 163, 187);
}
.criteria__flex {
  display: flex;
}
.criteria__block {
  background-image: url(../img/criteria.webp);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 877px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.criteria__block .criteria__card {
  border-right: unset;
}
.criteria__card {
  padding: 45px 49px;
  background-color: #fff;
  width: 326px;
  border: 1px solid rgb(236, 236, 236);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 410px;
}
.criteria__subtitle {
  margin-bottom: 22px;
}
.criteria__text {
  max-width: 256px;
}
.criteria__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.criteria__link {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: Cera Pro Medium;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #FFFFFF;
}
.criteria__link:hover svg path {
  fill: rgb(27, 27, 27);
}
.criteria__link svg path {
  transition: fill 0.3s ease;
}
.criteria__card_bg {
  background-color: rgb(124, 163, 187);
  border: unset;
}
.criteria__card_bg .subtitle {
  color: #FFFFFF;
  margin-bottom: 68px;
}
.criteria__card_bb {
  border-bottom: unset;
}
.criteria__card_br {
  border-right: unset;
}

.projects__title {
  margin-bottom: 66px;
}
.projects__flexbox {
  display: flex;
  gap: 30px;
  overflow: auto;
}
.projects__block {
  display: flex;
  flex-direction: column;
  max-width: 530px;
  width: 100%;
  gap: 36px;
}
.projects__flex {
  display: flex;
  max-height: 360px;
  gap: 13px;
}
.projects .big-swiper {
  max-width: 420px;
  width: 100%;
  max-height: 360px;
}
.projects .big-swiper img {
  max-width: 420px;
  max-height: 360px;
  width: 100%;
  height: 100%;
}
.projects .small-swiper {
  max-width: 97px;
  max-height: 420px;
}
.projects .small-swiper img {
  max-width: 97px;
  width: 100%;
  max-height: 113px;
  height: 100%;
}
.projects .small-swiper .swiper-slide {
  max-height: 113px;
}
.projects__subtitle {
  max-width: 402px;
}
.projects__btn {
  font-family: Cera Pro Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.6px;
  color: rgb(124, 163, 187);
  text-transform: uppercase;
  padding: 17px 0;
  width: 100%;
  border: 1px solid rgb(238, 238, 238);
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.projects__btn:hover {
  background-color: #7CA3BB;
  color: #fff;
}
.projects__btns {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 2;
}
.projects .swiper-prev, .projects .swiper-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  background-color: #7CA3BB;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.projects .swiper-prev svg {
  width: 9px;
  height: 9px;
  transform: rotate(180deg);
}
.projects .swiper-next svg {
  width: 9px;
  height: 9px;
}
.projects .swiper-next:hover {
  background-color: rgb(24, 170, 189);
}
.projects .swiper-prev:hover {
  background-color: rgb(24, 170, 189);
}
.projects .swiper-button-disabled {
  background-color: #FFFFFF;
  border: 1px solid rgb(237, 238, 242);
}
.projects .swiper-button-disabled svg path {
  fill: #C8D4DD;
}
.projects .swiper-button-disabled:hover.swiper-next {
  background-color: #FFFFFF;
  border: 1px solid rgb(237, 238, 242);
}
.projects .swiper-button-disabled:hover.swiper-prev {
  background-color: #FFFFFF;
  border: 1px solid rgb(237, 238, 242);
}

.consult {
  background-image: url(../img/consult.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.consult__block {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 162px 0 281px;
}
.consult__title {
  color: #FFFFFF;
  max-width: 766px;
}
.consult__flex {
  max-width: 581px;
  display: flex;
  gap: 34px;
}
.consult__flex svg {
  flex-shrink: 0;
}
.consult__subtitle {
  color: #FFFFFF;
}
.consult__btn {
  max-width: 259px;
}

.spices__title {
  max-width: 1063px;
  margin-bottom: 69px;
}
.spices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  row-gap: 50px;
  justify-content: space-between;
  width: 100%;
}
.spices__card {
  max-width: 520px;
  padding: 43px 48px;
  background-color: #F2F6F9;
}
.spices__card img {
  max-width: 72px;
  width: 100%;
  max-height: 72px;
  height: 100%;
  margin-bottom: 85px;
}
.spices__subtitle {
  max-width: 275px;
}

.spices-2__title {
  max-width: 1063px;
  margin-bottom: 70px;
}
.spices-2__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 50px;
  justify-content: space-between;
  width: 100%;
}
.spices-2__grid a:hover svg path {
  fill: rgb(27, 27, 27);
}
.spices-2__grid a:hover svg path {
  transition: fill 0.3s ease;
}
.spices-2__card {
  padding: 48px;
  min-height: 296px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
}
.spices-2__card_bg-1 {
  background-image: url(../img/spices-bg-1.webp);
  max-width: 799px;
  width: 100%;
  grid-column: span 3;
}
.spices-2__subtitle {
  max-width: 195px;
  color: #FFFFFF;
}
.spices-2__card_bg-2 {
  background-image: url(../img/spices-bg-2.webp);
  max-width: 799px;
  width: 100%;
  grid-column: span 3;
}
.spices-2__card_bg-3 {
  background-image: url(../img/spices-bg-3.webp);
  grid-column: span 2;
  max-width: 520px;
  width: 100%;
}
.spices-2__card_bg-4 {
  background-image: url(../img/spices-bg-3.webp);
  grid-column: span 2;
  max-width: 520px;
  width: 100%;
}
.spices-2__card_bg-5 {
  background-image: url(../img/spices-bg-3.webp);
  grid-column: span 2;
  max-width: 520px;
  width: 100%;
}

.about__flex {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background-color: rgb(242, 244, 251);
  padding: 116px 140px;
}
.about__title {
  font-family: Cera Pro;
  font-size: 46px;
  font-weight: 400;
  line-height: 70px;
  text-align: left;
  text-transform: uppercase;
  color: rgb(42, 50, 63);
  max-width: 587px;
  margin-bottom: 55px;
}
.about__btn {
  max-width: 259px;
}
.about__acc {
  margin-bottom: 30px;
  max-width: 500px;
}
.about__text_pb {
  padding-bottom: 42px;
}
.about__squad {
  width: 35px;
  height: 35px;
  position: relative;
  border: 1px solid rgb(219, 222, 235);
  flex-shrink: 0;
}
.about__horizontal-line {
  position: absolute;
  width: 9px;
  height: 1.5px;
  background-color: rgb(24, 170, 189);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__vertical-line {
  position: absolute;
  width: 1.5px;
  height: 9px;
  background-color: rgb(24, 170, 189);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.about .acc {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-bottom: 32px;
}
.about .content {
  border-bottom: 1px solid rgb(219, 222, 235);
}
.about__text_mb {
  margin-bottom: 20px;
}
.about__text {
  font-family: Cera Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
  color: rgb(112, 118, 143);
}

.content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}

.rotate {
  transform: translate(-50%, -50%) rotate(90deg);
}

.content.open {
  grid-template-rows: 1fr;
}

.acc img {
  transition: transform 0.3s ease;
}

.text-wrapper {
  min-height: 0;
}

.quetions {
  background-image: url(../img/quetions.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
}
.quetions__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.quetions__title {
  color: #FFFFFF;
  max-width: 762px;
  padding-top: 67px;
}
.quetions__title span {
  color: rgb(124, 163, 187);
}

.form {
  background-color: #FFFFFF;
  padding: 65px;
  max-width: 581px;
  width: 100%;
}

.form__label {
  display: block;
  font-family: Cera Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
  margin-bottom: 21px;
}

.form__input {
  height: 64px;
  border: 1px solid rgb(238, 238, 238);
  max-width: 450px;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 25px;
}

.form__input::-moz-placeholder {
  font-family: Cera Pro Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
  color: rgb(57, 60, 73);
}

.form__input::placeholder {
  font-family: Cera Pro Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
  color: rgb(57, 60, 73);
}

.form__textarea {
  padding-top: 27px;
  height: 128px;
  border: 1px solid rgb(238, 238, 238);
  max-width: 450px;
  width: 100%;
  resize: none;
  padding-left: 30px;
  margin-bottom: 25px;
}

.form__check {
  display: flex;
  gap: 18px;
  cursor: pointer;
  margin-bottom: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form__Checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(24, 170, 189);
}

.checked {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 7px;
  background-image: url(../img/check-gal.svg);
  background-color: rgb(24, 170, 189);
}

.form__text {
  font-family: Cera Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
}

.form__text a {
  color: rgb(24, 170, 189);
  text-decoration: underline;
}

.form__btn {
  max-width: 450px;
}

.contacts {
  margin-bottom: 60px;
}
.contacts__title {
  margin-bottom: 75px;
}
.contacts__flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.contacts__subtitle {
  max-width: 511px;
  margin-bottom: 25px;
}
.contacts__grid {
  display: grid;
  grid-template-columns: 280px 180px;
  max-width: 600px;
  justify-content: space-between;
  row-gap: 30px;
  margin-bottom: 40px;
}
.contacts__grid .contacts__subtitle {
  margin-bottom: 14px;
}
.contacts__label {
  font-family: Cera Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
  color: rgb(131, 131, 131);
}
.contacts__icon {
  margin-bottom: 20px;
}
.contacts__text {
  color: rgb(131, 136, 158);
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contacts .form__block {
  display: flex;
  align-items: center;
  gap: 22px;
}
.contacts__input {
  max-width: 420px;
  width: 100%;
  height: 64px;
  border: 1px solid rgb(238, 238, 238);
  padding-left: 29px;
}
.contacts__btn {
  padding: 25px 0;
  max-width: 259px;
}
.contacts .map {
  max-width: 794px;
  width: 50%;
}
.contacts .map img {
  max-width: 794px;
  width: 100%;
  max-height: 519px;
  height: 100%;
}
.contacts .form__check {
  max-width: 635px;
  display: flex;
  align-items: center;
}
.contacts .form__text {
  color: rgb(131, 136, 158);
}

.footer .container {
  padding: 33px 15px 42px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.footer__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  max-width: 185px;
}
.footer__logo img {
  max-width: 185px;
  width: 100%;
  max-height: 41px;
  height: 100%;
}
.footer__text {
  font-family: Cera Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.015em;
  text-align: left;
  color: rgb(131, 136, 158);
}
.footer__link {
  font-family: Cera Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.015em;
  text-align: left;
  color: rgb(24, 170, 189);
}
.footer__btn {
  font-family: Cera Pro Medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 19px 0;
  max-width: 193px;
  width: 100%;
  color: #FFFFFF;
  background-color: rgb(27, 27, 27);
  transition: background-color 0.3s ease;
}
.footer__btn:hover {
  background-color: rgb(24, 170, 189);
}

.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}

.modal {
  display: none;
  position: fixed;
  max-width: 500px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.modal__close {
  max-width: 20px;
  max-height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal__close svg {
  max-width: 20px;
  max-height: 20px;
}
.modal__close:hover svg path {
  fill: rgb(24, 170, 189);
}
.modal__close:hover svg path {
  transition: fill 0.3s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */

.card {
  padding-bottom: 60px;
}

.card p{
  margin: 5px 0;
}

.card a{
  text-decoration: underline;
}

.card h2, .card h3 {
  margin: 10px 0;
}

.card ul, .card ol {
  margin: 5px 0;
  padding-left: 20px;
}

.card li {
  list-style: disc;
  margin-bottom: 5px;
}

.card ol li {
  list-style: decimal;
}

.category {
  padding: 60px 0;
}

.title-category {
  font-family: Cera Pro;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.projects__item {
  background-color: rgb(24, 170, 189);
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}

.projects__item:hover {
  background-color: rgb(27, 27, 27);
}

.projects__item  a{
    color: #FFF;
    text-transform: uppercase;
    margin: auto;
    padding: 40px;
    display: block;
}

.checkbox-real {
  opacity: 0;
  width: 18px;
  height: 18px;
}