:root {
  --background-color: #F6F1E4;
  --basic-color: #391A06;
  --basic-color-50: #391A0680;
  --white-color: #FFFFFF;
  --green-color: #A6AB8A;
  --black-color: #000000;
  --yellow-color: #FFFF33;
}

.section-hero {
  padding-top: 100px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1240px) {
  .section-hero {
    background: none !important;
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.section-hero__texts {
  margin-bottom: 72px;
}
@media screen and (max-width: 1240px) {
  .section-hero__texts {
    margin-bottom: 24px;
  }
}
.section-hero__image {
  border: 0;
}
.section-hero__image-mobile {
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 1240px) {
  .section-hero__image-mobile {
    display: block;
    margin-top: -58px;
  }
  .section-hero__image-mobile img {
    width: 452px;
  }
}
@media screen and (max-width: 768px) {
  .section-hero__image-mobile {
    margin-top: -42px;
  }
  .section-hero__image-mobile img {
    width: auto;
  }
}
.section-hero__title {
  width: 720px;
  margin-bottom: 30px;
}
@media screen and (max-width: 962px) {
  .section-hero__title {
    width: auto;
    margin-bottom: 38px;
  }
}
.section-hero__text {
  width: 530px;
}
@media screen and (max-width: 768px) {
  .section-hero__text {
    width: auto;
  }
}

.section-about {
  padding-top: 40px;
  padding-bottom: 52px;
  background: var(--white-color);
}
@media screen and (max-width: 768px) {
  .section-about {
    padding-top: 20px;
    padding-bottom: 22px;
  }
}
.section-about__blocks {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
@media screen and (max-width: 962px) {
  .section-about__blocks {
    gap: 15px;
  }
}
.section-about__block {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 962px) {
  .section-about__block {
    flex-direction: column;
    gap: 10px;
  }
}
.section-about__block:nth-child(2) .text > :nth-child(2) {
  height: 46px;
}
.section-about__block .text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-about__block .text .more {
  position: absolute;
  bottom: 0;
}
.section-about__block .image {
  width: 59%;
  display: flex;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .section-about__block .image {
    width: 42%;
  }
}
@media screen and (max-width: 962px) {
  .section-about__block .image {
    width: auto;
  }
  .section-about__block .image img {
    width: auto;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section-about__block .image {
    width: 100%;
  }
  .section-about__block .image img {
    width: 100%;
    height: auto;
  }
}
.section-about__block .image img {
  width: 100%;
  height: fit-content;
  border-radius: 10px;
}
@media screen and (max-width: 962px) {
  .section-about__block:nth-child(2) .image {
    display: none;
  }
}
.section-about__block:nth-child(even) {
  flex-direction: row-reverse;
}

.section-history {
  padding-top: 48px;
  padding-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section-history {
    padding-top: 40px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .section-history__content.desktop {
    display: none;
  }
}
.section-history__content.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-history__content.mobile {
    display: block;
  }
}
.section-history__lines {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-history__line {
  position: relative;
  display: flex;
}
.section-history__line.items-3:before {
  position: absolute;
  pointer-events: none;
  border: 2px solid var(--green-color);
  width: 52%;
  left: 24%;
  top: 117px;
  content: "";
}
.section-history__line .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 0 10px;
  z-index: 1;
  text-align: center;
}
.section-history__line .item .figure {
  background: url("/wp-content/themes/vk-theme/images/other/hexagon.svg") 50% 50% no-repeat;
  width: 215px;
  height: 233px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  font-family: "Gilroy Semibold", serif;
}
.section-history__slider .swiper-button-prev,
.section-history__slider .swiper-button-next {
  top: 42px;
  margin: 0;
  width: 61px;
  height: 61px;
}
.section-history__slider .swiper-button-prev:hover svg path:nth-child(1),
.section-history__slider .swiper-button-next:hover svg path:nth-child(1) {
  fill: var(--green-color);
}
.section-history__slider .swiper-button-prev:hover svg path:nth-child(2),
.section-history__slider .swiper-button-next:hover svg path:nth-child(2) {
  stroke: var(--white-color);
}
.section-history__slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  text-align: center;
}
.section-history__slider-item .figure {
  background: url("/wp-content/themes/vk-theme/images/other/hexagon.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 144px;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  font-family: "Gilroy Semibold", serif;
  font-size: 20px;
}
.section-history__slider-item .text {
  max-width: 480px;
}

.section-cases {
  padding-bottom: 52px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-cases {
    padding-bottom: 40px;
  }
}
.section-cases__wrapper {
  max-width: 100%;
  position: relative;
}
.section-cases__wrapper.mobile {
  display: none;
  height: 452px;
}
@media screen and (max-width: 768px) {
  .section-cases__wrapper.mobile {
    display: block;
  }
}
.section-cases__wrapper.desktop {
  height: 604px;
}
@media screen and (max-width: 768px) {
  .section-cases__wrapper.desktop {
    display: none;
  }
}
.section-cases__lines {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  left: calc((100% - 2000px) / 2);
  width: 2000px;
}
.section-cases__line {
  position: relative;
  display: flex;
  justify-content: center;
}
.section-cases__line .item {
  position: relative;
  width: 282px;
  display: flex;
  padding: 0;
  text-align: center;
}
.section-cases__line .item.empty {
  pointer-events: none;
}
.section-cases__line .item .figure {
  width: 100%;
}
.section-cases__line .item .figure svg {
  display: flex;
  width: 100%;
  height: auto;
}
.section-cases__line .item .figure svg path {
  cursor: pointer;
}
.section-cases__line .item .figure svg:hover path {
  stroke: var(--yellow-color);
}
.section-cases__line .item .title {
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gilroy Medium", serif;
  pointer-events: none;
}
.desktop .section-cases__line {
  margin-top: -64px;
  gap: 12px;
}
.mobile .section-cases__line {
  margin-top: -35px;
  gap: 10px;
}
.mobile .section-cases__line .item {
  width: 160px;
}
.section-cases__line:first-child {
  margin-top: 0;
}

.section-production {
  padding-bottom: 52px;
}
@media screen and (max-width: 962px) {
  .section-production {
    padding-bottom: 40px;
  }
}
.section-production__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
@media screen and (max-width: 962px) {
  .section-production__list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
  }
}
.section-production__item {
  position: relative;
  background: var(--white-color);
  width: calc((100% - 32px) / 2);
  min-height: 352px;
  padding: 25px 160px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 962px) {
  .section-production__item {
    width: auto;
    min-height: 220px;
    padding: 15px 10px;
  }
}
.section-production__item:hover .section-production__item--text {
  color: initial;
}
.section-production__item--title {
  font-family: "Gilroy Bold", serif;
  font-size: 30px;
  padding-right: 150px;
  z-index: 1;
}
@media screen and (max-width: 962px) {
  .section-production__item--title {
    font-size: 18px;
    height: 117px;
    padding-right: 134px;
  }
}
.section-production__item--text {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
@media screen and (max-width: 962px) {
  .section-production__item--text {
    font-size: 18px;
  }
}
.section-production__item--image {
  position: absolute;
  top: 14px;
  right: 0;
}
@media screen and (max-width: 962px) {
  .section-production__item--image {
    top: 5px;
    right: 10px;
  }
}
.section-production__item--image .mobile {
  display: none;
}
@media screen and (max-width: 962px) {
  .section-production__item--image .mobile {
    display: block;
  }
}
@media screen and (max-width: 962px) {
  .section-production__item--image .desktop {
    display: none;
  }
}

.section-cooperation-stages {
  padding-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .section-cooperation-stages {
    padding-bottom: 40px;
  }
}
.section-cooperation-stages__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-cooperation-stages__content {
    gap: 10px;
  }
}
.section-cooperation-stages__line-1 {
  position: relative;
  display: flex;
  gap: 20px;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .section-cooperation-stages__line-1 {
    flex-direction: column;
    gap: 10px;
    min-height: unset;
  }
}
.section-cooperation-stages__line-1 > div {
  background: var(--white-color);
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gilroy Semibold", serif;
}
@media screen and (max-width: 768px) {
  .section-cooperation-stages__line-1 > div {
    min-height: 100px;
    width: auto;
    font-size: 18px;
  }
}
.section-cooperation-stages__line-1:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/vk-theme/images/other/cooperation-stages-line.svg") 50% 50% no-repeat;
  background-size: contain;
  pointer-events: none;
  content: "";
}
@media screen and (max-width: 768px) {
  .section-cooperation-stages__line-1:after {
    background: url("/wp-content/themes/vk-theme/images/other/cooperation-stages-line-mobile.svg") 50% 50% no-repeat;
    background-size: contain;
  }
}
.section-cooperation-stages__line-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
  padding: 20px;
  background: var(--white-color);
  border-radius: 10px;
  font-family: "Gilroy Bold", serif;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section-cooperation-stages__line-2 {
    height: auto;
    font-size: 18px;
    line-height: 18px;
  }
}

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