.about__video, .about__image {
  width: 100%;
}
.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about__content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}
.about__content-title {
  font-family: "Involve", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
  color: #371211;
}
.about__content-text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #371211;
}
.about__content-count {
  display: -webkit-flex;
  display: flex;
}
.about__content-count-number {
  font-family: "Involve", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
  color: #a35a51;
  margin-bottom: 4px;
}
.about__content-count-text {
  font-family: "Involve", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #371211;
}
.about__slider {
  position: relative;
}
.about__slider .swiper-slide {
  width: auto;
}
.about__slider .swiper-slide img {
  width: auto;
  height: 100%;
}
.about__slider-container {
  padding-bottom: 40px;
}
.about__slider .swiper-pagination {
  bottom: 0;
}
.about__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #a35a51;
  background-color: transparent;
}
.about__slider .swiper-pagination-bullet-active {
  background-color: #a35a51;
}
.about__slider .swiper-button {
  border-radius: 100px;
  background-color: #a35a51;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translate(0%, -50%);
}
.about__slider .swiper-button-disabled {
  display: none;
}
.about__slider .swiper-button-next {
  right: -30px;
}
.about__slider .swiper-button-prev {
  left: -30px;
}
.about__slider .swiper-button-prev:after {
  transform: scale(-1);
}
@media (hover: hover) {
  .about__slider .swiper-button:hover {
    background-color: #8a433b;
  }
}
@media (min-width: 320px) {
  .about > div:nth-last-child(n+2) {
    margin-bottom: 60px;
  }
   .about__image {
    height: 70vw;
  }
  .about__content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .about__content-title {
    font-size: 20px;
  }
  .about__content-text {
    font-size: 14px;
  }
  .about__content-text:first-child {
    margin-bottom: 12px;
  }
  .about__content-count {
    margin-top: 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .about__content-count-number {
    font-size: 42px;
  }
  .about__content-count-text {
    font-size: 14px;
  }
  .about__slider-container {
    height: 288px;
    padding-bottom: 28px;
  }
  .about__slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .about__slider .swiper-button {
    width: 40px;
    height: 40px;
  }
  .about__slider .swiper-button::after {
    content: "";
    background: url("../images/svg/arrow-slider.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
  }
  .about__slider .swiper-button-next {
    right: -10px;
  }
  .about__slider .swiper-button-prev {
    left: -10px;
  }
}
@media (min-width: 768px) {
  .about > div:nth-last-child(n+2) {
    margin-bottom: 80px;
  }
  .about__video, .about__image {
    height: 57vw;
  }
  .about__content-title {
    font-size: 28px;
  }
  .about__content-count {
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
  .about__content-count-block {
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
  }
  .about__content-count-number {
    font-size: 48px;
  }
  .about__content-count-text {
    font-size: 14px;
  }
  .about__slider-container {
    height: 208px;
  }
}
@media (min-width: 992px){
		.about__content {
		-webkit-flex-direction: row;
		flex-direction: row;
		align-items: center;
		gap: 40px;
	  }
	  .about__content-title {
		-webkit-flex: 0 0 30%;
		flex: 0 0 30%;
		font-size: 32px;
	  }	
}
@media (min-width: 1024px) {
  .about__slider-container {
    height: 270px;
    padding-bottom: 40px;
  }
  .about__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .about__slider .swiper-button {
    width: 60px;
    height: 60px;
  }
  .about__slider .swiper-button::after {
    width: 16px;
    height: 20px;
  }
  .about__slider .swiper-button-next {
    right: -20px;
  }
  .about__slider .swiper-button-prev {
    left: -20px;
  }
}
@media (min-width: 1280px) {
  .about > div:nth-last-child(n+2) {
    margin-bottom: 100px;
  }
	.about__content {
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
	  }
	  .about__content-title {
		-webkit-flex: 1 0 0;
		flex: 1 0 0;
		font-size: 32px;
	  }	
  .about__content-block {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .about__video, .about__image {
    height: 50vw;
  }
}
@media (min-width: 1440px) {
  .about__video, .about__image {
    height: 44vw;
  }
  .about__content-title {
    font-size: 38px;
  }
  .about__slider-container {
    height: 296px;
  }
  .about__slider .swiper-button-next {
    right: -30px;
  }
  .about__slider .swiper-button-prev {
    left: -30px;
  }
}
@media (min-width: 1800px) {
  .about > div:nth-last-child(n+2) {
    margin-bottom: 140px;
  }
  .about__video, .about__image {
    height: 40vw;
  }
  .about__content-title {
    font-size: 52px;
  }
  .about__content-text {
    width: 83.3%;
    font-size: 18px;
  }
  .about__content-text:first-child {
    margin-bottom: 20px;
  }
  .about__content-count {
    margin-top: 50px;
  }
  .about__content-count-number {
    font-size: 60px;
  }
  .about__content-count-text {
    font-size: 16px;
  }
  .about__slider-container {
    height: 400px;
  }
}/*# sourceMappingURL=page-about.css.map */