@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Regular.eot");
  src: url("../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype"), url("../fonts/Circe-Regular.svg#Circe-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Bold.eot");
  src: url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype"), url("../fonts/Circe-Bold.svg#Circe-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Light.eot");
  src: url("../fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Light.woff2") format("woff2"), url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.ttf") format("truetype"), url("../fonts/Circe-Light.svg#Circe-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*, :before, :after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

html.with-fancybox {
  overflow: hidden;
}

body {
  color: #2d2d2c;
  font-weight: 400;
  font-size: 19px;
  font-family: "Circe", sans-serif;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  display: inline;
}

ol, ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

li {
  display: block;
  list-style-image: none;
}

a {
  color: #2d2d2c;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

input, textarea, button {
  outline: none;
  appearance: none;
}

var {
  font-style: normal;
}

strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

svg {
  display: block;
}

path, circle, rect, line {
  transition: 0.3s;
}

.case {
  position: relative;
  width: 1310px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.case .case {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1350px) {
  .case {
    width: 1050px;
  }
}
@media screen and (max-width: 1080px) {
  .case {
    width: 730px;
  }
}
@media screen and (max-width: 767px) {
  .case {
    width: 560px;
  }
}
@media screen and (max-width: 580px) {
  .case {
    width: 390px;
  }
}
@media screen and (max-width: 410px) {
  .case {
    width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #2d2d2c;
  font-size: 19px;
  font-family: "Circe", sans-serif;
  font-weight: 400;
  overflow: hidden;
  background: transparent;
  transition: 0.3s;
  border: none;
  outline: none;
  width: 100%;
}

.h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
}

.h2 {
  font-size: 47px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 3px;
}

.h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.h4 {
  color: #898988;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2px;
}

.t1 {
  font-size: 22px;
  line-height: 30px;
}

.inner {
  overflow: hidden;
}

.overflow-disable {
  overflow: hidden;
}

.logo {
  width: 100%;
  display: block;
}

.tac {
  text-align: center;
}

.line {
  width: 100%;
  height: 11px;
  bottom: 0;
  background: url("../../uploads/line.png") repeat-x;
  position: absolute;
}

.anchore {
  top: 0;
  position: absolute;
}

.up {
  z-index: 12;
  right: 30px;
  bottom: 30px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  transition: 0.4s;
  box-shadow: 3px 3px 12px rgba(45, 45, 44, 0.2);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.up:hover {
  box-shadow: none;
}
.up.--show {
  opacity: 1;
  visibility: visible;
}

.bg {
  z-index: 1;
  position: relative;
}

.bg-img {
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
  z-index: 10;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #efefef;
  transition: 0.4s;
  box-shadow: none;
  outline: none !important;
}
.swiper-button-prev:before, .swiper-button-prev:after, .swiper-button-next:before, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  box-shadow: 3px 3px 12px rgba(45, 45, 44, 0.2);
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.8;
}
.swiper-button-prev.swiper-button-disabled img, .swiper-button-next.swiper-button-disabled img {
  opacity: 0.5;
}

.swiper-button-prev {
  left: -25px;
}

.swiper-button-next {
  right: -25px;
}

.swiper-pagination-bullet-active {
  background: #e30033;
}

.fancybox__backdrop {
  background: #fff;
}
.fancybox__slide {
  padding: 30px;
}
.fancybox__content {
  padding: 0;
  position: unset;
}
.fancybox__content .carousel__button {
  outline: none !important;
  box-shadow: none;
}
.fancybox__content .carousel__button:before, .fancybox__content .carousel__button:after {
  top: 50%;
  left: 50%;
  width: 25px;
  height: 3px;
  border: 5px;
  transition: all 0.3s ease-in-out;
  background: #2d2d2c;
  content: "";
  position: absolute;
}
.fancybox__content .carousel__button:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox__content .carousel__button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fancybox__content .carousel__button:hover:before, .fancybox__content .carousel__button:hover:after {
  background: #e30033;
}
.fancybox__content .carousel__button svg {
  display: none;
}
.fancybox__content .carousel__button.is-close {
  top: 15px;
  right: 15px;
}

.carousel__button.is-close {
  top: 15px;
  right: 15px;
}

.gallery {
  display: none;
  width: 100%;
}
.gallery__inner {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.gallery__thumbs {
  width: 70px;
  margin-left: 0;
  overflow: visible;
}
.gallery__thumbs-wrapper {
  justify-content: center;
}
.gallery__thumbs-item {
  height: 70px;
  transition: 0.3s;
  border: 2px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__thumbs-item picture {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__thumbs-item.swiper-slide-thumb-active {
  border-color: #e30033;
}
.gallery__images {
  width: calc( 100% - 70px );
  max-width: 650px;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
}
.gallery__images-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__control {
  margin-top: 0 !important;
}
.gallery__control:before {
  top: 50%;
  left: 50%;
  width: 15px;
  height: 25px;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  display: block;
}
.gallery__control.swiper-button-prev:before {
  background: url("../../uploads/arrow-prev.png") no-repeat;
}
.gallery__control.swiper-button-next:before {
  background: url("../../uploads/arrow-next.png") no-repeat;
}
.gallery__control.swiper-button-disabled:before {
  opacity: 0.5;
}

.intro {
  padding: 15px 0 120px;
}

.intro__info {
  position: relative;
  z-index: 2;
  width: 545px;
}
.intro__title {
  margin-bottom: 105px;
}
.intro__text {
  color: #898988;
  max-width: 360px;
  letter-spacing: 0.2px;
}
.intro__preview {
  position: relative;
}
.intro__img {
  z-index: -1;
  right: -316px;
  bottom: -120px;
  width: 1920px;
  position: absolute;
}

/*.intro__img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../uploads/overlay.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  content: "";
  opacity: 0.67;
}*/
.intro__img img {
  width: 100%;
  height: 100%;
}
.intro__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  z-index: 3;
}
.intro__item-point {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: #fff;
  border: 1px solid #898988;
  border-radius: 50%;
  box-shadow: 3px 3px 12px rgba(45, 45, 44, 0.4);
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}
.intro__item-point:before {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #898988;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  content: "";
  position: absolute;
}
.intro__item-text {
  color: #898988;
  font-size: 12px;
  padding: 2px 8px;
  background: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgba(45, 45, 44, 0.5);
  transform: scale(0);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.intro__item.--hover .intro__item-point {
  border-color: #e30033;
}
.intro__item.--hover .intro__item-point:before {
  background: #e30033;
}
.intro__item.--hover .intro__item-text {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.intro__item:nth-of-type(1) {
  top: -87px;
  left: 398px;
}
.intro__item:nth-of-type(2) {
  top: -260px;
  left: 628px;
}
.intro__item:nth-of-type(3) {
  top: -463px;
  left: 986px;
}
.intro__item:nth-of-type(4) {
  bottom: 10px;
  left: 835px;
}
.intro__item:nth-of-type(5) {
  bottom: -90px;
  left: 1056px;
}
.intro__item:nth-of-type(6) {
  bottom: 7px;
  right: -132px;
}

.about {
  padding: 55px 0 65px;
  position: relative;
}
.about__item {
  display: flex;
  flex-wrap: wrap;
}
.about__item:nth-of-type(even) .about__info {
  order: 1;
}
.about__item:nth-of-type(even) .about__info:before {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.about__item:nth-of-type(even) .about__img {
  order: 2;
}
.about__img {
  width: 644px;
  height: auto;
}
.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__info {
  width: calc( 100% - 644px );
  padding: 72px 60px;
  position: relative;
}
.about__info:before {
  top: 0;
  right: 0;
  width: 90%;
  height: 85%;
  border-top: 2px solid #f8f8f8;
  border-right: 2px solid #f8f8f8;
  background: transparent;
  position: absolute;
  content: "";
}
.about__title {
  margin-bottom: 40px;
}
.about__text {
  color: #898988;
}
.about__text p {
  margin-bottom: 10px;
}
.about__text p:last-of-type {
  margin-bottom: 0;
}

.catalog {
  padding: 30px 0 65px;
  position: relative;
}
.catalog__elems {
  margin-top: -22px;
}

.elem {
  padding: 50px 0;
  position: relative;
}
.elem:nth-of-type(even):before {
  z-index: -1;
  top: 0;
  left: 50%;
  width: 1000%;
  height: 100%;
  transform: translateX(-50%);
  background: #f8f8f8;
  content: "";
  position: absolute;
}
.elem:nth-of-type(even) .elem__slider {
  order: 1;
}
.elem:nth-of-type(even) .elem__img {
  order: 2;
}
.elem__title {
  margin-bottom: 22px;
}
.elem__wrap {
  display: flex;
  flex-wrap: wrap;
}
.elem__img {
  width: 644px;
  height: 460px;
}
.elem__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elem__inner {
  width: calc( 100% - 644px );
  position: relative;
}
.elem__slider {
  overflow: visible;
}
.elem__slider-slide {
  padding: 19px 36px 19px 36px;
  background: #fff;
  border: 2px solid #f1f1f1;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.catalog__elem:nth-child(odd) .elem__slider-slide {
  margin-right: -1px;
  border-left-width: 1px;
}

.catalog__elem:nth-child(even) .elem__slider-slide {
  border-right-width: 0px;
}

@media (max-width: 1080px) {
  .catalog__elem:nth-child(even) .elem__slider-slide {
    border-right-width: 2px;
    margin-right: -1px;
  }
}

.elem__slider-slide:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 3px 3px 12px rgba(45, 45, 44, 0.2);
  transition: 0.3s;
  background: transparent;
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.elem__slider-slide:hover {
  z-index: 10;
}
.elem__slider-slide:hover:before {
  opacity: 1;
  visibility: visible;
}
.elem__slider-slide.swiper-slide-active, .elem__slider-slide.swiper-slide-next {
  opacity: 1;
  visibility: visible;
}
.elem__slider-img {
  width: 100%;
  height: 330px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.elem__slider-img picture {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elem__slider-img-nav {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
}
.elem__slider-img-nav-item {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.elem__slider-img-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elem__slider-img-pagination {
  bottom: -5px !important;
}
.elem__slider-info {
  position: relative;
  height: 88px;
  color: #898988;
  font-size: 20px;
  line-height: 30px;
  padding-top: 2px;
  margin-top: auto;
  overflow: hidden;
}

@media (max-width: 389px) {
  .elem__slider-info {
    height: 70px;
  }
}

.help {
  padding: 30px 0 95px;
  position: relative;
}
.help__title {
  margin-bottom: 38px;
}
.help__img {
  height: 290px;
  overflow: hidden;
  margin-bottom: 20px;
}
.help__img img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  transform: scale(1);
  object-fit: cover;
}
.help__img:hover img {
  transform: scale(1.2);
}
.help__name {
  margin-bottom: 5px;
}
.help__text {
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.help__arrow {
  margin-top: -82px;
}

@media screen and (max-width: 1600px) {
  .intro__img {
    right: -135px;
    width: 1790px;
  }
  .intro__item:nth-of-type(1) {
    top: 20px;
    left: 270px;
  }
  .intro__item:nth-of-type(2) {
    left: 510px;
  }
  .intro__item:nth-of-type(3) {
    top: -410px;
    left: 810px;
  }
  .intro__item:nth-of-type(4) {
    left: 685px;
  }
  .intro__item:nth-of-type(5) {
    left: 920px;
  }
  .intro__item:nth-of-type(6) {
    right: 50px;
  }
}
@media screen and (max-width: 1350px) {
  .t1 {
    font-size: 20px;
    line-height: 28px;
  }

  .intro {
    padding: 45px 0 120px;
    margin-top: -30px;
  }
  .intro__title {
    margin-bottom: 40px;
  }
  .intro__preview {
    right: 100px;
  }
  .intro__item {
    width: max-content;
  }
  .intro__item:nth-of-type(1) {
    left: 300px;
  }
  .intro__item:nth-of-type(2) {
    top: -160px;
    left: 500px;
  }
  .intro__item:nth-of-type(3) {
    top: -300px;
    left: 740px;
  }
  .intro__item:nth-of-type(4) {
    left: 630px;
    bottom: -30px;
  }
  .intro__item:nth-of-type(5) {
    left: 820px;
  }
  .intro__item:nth-of-type(6) {
    right: -70px;
    bottom: -20px;
  }
  .intro__img {
    right: -210px;
    width: 1390px;
  }

  .about__img {
    width: 515px;
  }
  .about__info {
    width: calc( 100% - 515px );
    padding: 30px;
  }
  .about__title {
    margin-bottom: 30px;
  }

  .elem__img {
    width: 500px;
    height: 420px;
  }
  .elem__inner {
    width: calc( 100% - 500px );
  }
  .elem__slider-slide {
    padding: 16px 25px 15px;
  }
  .elem__slider-img {
    height: 297px;
  }
  /*.elem__slider-info {
    padding-top: 11px;
  }*/

  .help__img {
    height: 260px;
  }
  .help__text {
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-width: 1080px) {
  .h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .h4 {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 1px;
  }

  .line {
    bottom: 5px;
  }

  .gallery__images {
    max-width: 500px;
  }

  .intro {
    padding: 20px 0 0;
    margin-top: 0;
  }
  .intro__wrap {
    flex-direction: column;
  }
  .intro__info {
    width: 520px;
    margin-bottom: 40px;
  }
  .intro__title {
    margin-bottom: 40px;
  }
  .intro__text {
    max-width: 100%;
  }
  .intro__text br {
    display: none;
  }
  .intro__preview {
    right: 0;
  }
  .intro__img {
    right: 500px;
    bottom: 0;
    width: 1220px;
    height: 100%;
    position: relative;
  }
  .intro__item {
    flex-direction: row-reverse;
  }
  .intro__item-point {
    margin-left: 0;
    margin-right: 8px;
  }
  .intro__item:nth-of-type(1) {
    top: auto;
    bottom: 90px;
    left: 50px;
  }
  .intro__item:nth-of-type(2) {
    top: auto;
    bottom: 220px;
    left: 170px;
  }
  .intro__item:nth-of-type(3) {
    top: 120px;
    left: 350px;
  }
  .intro__item:nth-of-type(4) {
    left: 340px;
    bottom: 80px;
  }
  .intro__item:nth-of-type(5) {
    left: 460px;
    bottom: 20px;
  }
  .intro__item:nth-of-type(6) {
    display: flex;
    right: 80px;
    bottom: 80px;
    flex-direction: row;
  }
  .intro__item:nth-of-type(6) .intro__item-point {
    margin-left: 8px;
    margin-right: 0;
  }

  .about__item {
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }
  .about__item:nth-of-type(even) {
    flex-direction: column;
  }
  .about__item:last-of-type {
    margin-bottom: 0;
  }
  .about__info {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .about__info:before {
    display: none;
  }
  .about__title {
    margin-bottom: 30px;
  }
  .about__img {
    width: 100%;
    height: 400px;
  }

  .catalog {
    padding: 30px 0 55px;
  }
  .catalog__title {
    text-align: center;
  }

  .elem:nth-of-type(even) .elem__img {
    order: 1;
  }
  .elem:nth-of-type(even) .elem__inner {
    order: 2;
  }
  .elem__wrap {
    flex-direction: column;
  }
  .elem__img {
    width: 100%;
    height: 350px;
  }
  .elem__inner {
    width: 100%;
  }

  .help {
    padding: 40px 0 95px;
  }

  .elem__slider-slide {
    padding-bottom: 25px;
  }

  .elem__slider-info {
    padding-top: 11px;
    height: 99px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .t1 {
    font-size: 18px;
    line-height: 26px;
  }

  .anchore {
    top: -100px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 48px;
    height: 48px;
    margin-top: -80px;
  }
  .swiper-button-prev img, .swiper-button-next img {
    width: 12px;
  }

  .swiper-button-prev {
    left: -15px;
  }

  .swiper-button-next {
    right: -15px;
  }

  .gallery__inner {
    flex-direction: column;
  }
  .gallery__images {
    width: 100%;
    max-width: 100%;
    height: calc( 100vh - 70px - 60px );
  }
  .gallery__thumbs {
    width: auto;
    margin-left: auto;
    margin-top: auto;
    overflow: hidden;
  }
  .gallery__thumbs-item {
    width: 70px;
  }

  .intro {
    padding: 150px 0 0;
  }
  .intro__title {
    margin-bottom: 30px;
  }
  .intro__img {
    right: 470px;
    width: 1110px;
  }
  .intro__item-point {
    width: 20px;
    height: 20px;
  }
  .intro__item-point:before {
    width: 10px;
    height: 10px;
  }
  .intro__item:nth-of-type(1) {
    left: 30px;
  }
  .intro__item:nth-of-type(2) {
    left: 140px;
    bottom: 200px;
  }
  .intro__item:nth-of-type(3) {
    top: 100px;
    left: 320px;
  }
  .intro__item:nth-of-type(4) {
    left: 290px;
    bottom: 75px;
  }
  .intro__item:nth-of-type(5) {
    left: 400px;
    bottom: 20px;
  }
  .intro__item:nth-of-type(6) {
    right: 10px;
  }

  .about__title {
    margin-bottom: 20px;
  }
  .about__img {
    height: 300px;
  }

  .catalog {
    padding: 30px 0 20px;
  }

  .elem__img {
    height: 280px;
  }
  .elem__slider-img {
    height: 260px;
  }
  .elem__slider-img-nav-item {
    pointer-events: auto;
  }
  .elem__slider-info {
    height: 95px;
    font-size: 18px;
    line-height: 26px;
  }

  .help {
    padding: 40px 0 70px;
  }
  .help__title {
    margin-bottom: 30px;
  }
  .help__img {
    height: 200px;
  }
  .help__name {
    margin-bottom: 10px;
  }
  .help__text {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 7;
  }
}
@media screen and (max-width: 580px) {
  .h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1.5px;
  }

  .h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .t1 {
    font-size: 16px;
    line-height: 24px;
  }

  .up {
    width: 58px;
    height: 58px;
  }
  .up img {
    width: 22px;
  }

  .swiper-button-prev, .swiper-button-next {
    top: 0;
    margin-top: 0;
    position: relative;
  }

  .swiper-button-prev {
    left: 0;
    margin-right: 15px;
  }

  .swiper-button-next {
    right: 0;
  }

  .gallery__images {
    height: calc( 100vh - 70px - 60px - 100px );
  }
  .gallery__control {
    top: 50%;
    position: absolute;
  }
  .gallery__control.swiper-button-prev {
    left: -15px;
  }
  .gallery__control.swiper-button-next {
    right: -15px;
  }

  .intro__info {
    width: 100%;
    text-align: center;
  }
  .intro__text {
    font-size: 18px;
    line-height: 26px;
  }
  .intro__img {
    right: 330px;
    width: 750px;
  }
  .intro__item-text {
    font-size: 11px;
    padding: 1px 7px;
  }
  .intro__item:nth-of-type(1) {
    left: 8px;
    bottom: 50px;
  }
  .intro__item:nth-of-type(2) {
    left: 80px;
    bottom: 135px;
  }
  .intro__item:nth-of-type(3) {
    top: 70px;
    left: 180px;
  }
  .intro__item:nth-of-type(4) {
    left: 15px;
    bottom: 80px;
    flex-direction: row;
  }
  .intro__item:nth-of-type(4) .intro__item-point {
    margin-left: 8px;
    margin-right: 0;
  }
  .intro__item:nth-of-type(5) {
    left: 140px;
    flex-direction: row;
  }
  .intro__item:nth-of-type(5) .intro__item-point {
    margin-left: 8px;
    margin-right: 0;
  }
  .intro__item:nth-of-type(6) {
    bottom: 50px;
  }

  .about__item {
    margin-bottom: 50px;
  }
  .about__img {
    height: 260px;
  }

  .elem__img {
    height: 240px;
  }
  .elem__slider-slide {
    padding: 15px;
  }
  .elem__slider-img {
    height: 230px;
  }
  .elem__slider-info {
    height: 85px;
    font-size: 16px;
    line-height: 24px;
  }
  .elem__slider-arrows {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .help__img {
    height: 260px;
  }
  .help__text {
    -webkit-line-clamp: 5;
  }
  .help__arrows {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 389px) {
  .h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .t1 {
    font-size: 14px;
    line-height: 22px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 42px;
    height: 42px;
  }
  .swiper-button-prev img, .swiper-button-next img {
    width: 10px;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .intro {
    padding: 120px 0 0;
  }
  .intro__title {
    margin-bottom: 20px;
  }
  .intro__text {
    font-size: 16px;
  }
  .intro__img {
    right: 290px;
    width: 650px;
  }
  .intro__item-point {
    width: 17px;
    height: 17px;
  }
  .intro__item-point:before {
    width: 8px;
    height: 8px;
  }
  .intro__item-text {
    font-size: 10px;
    padding: 1px 5px;
  }
  .intro__item:nth-of-type(1) {
    left: 0;
  }
  .intro__item:nth-of-type(2) {
    left: 65px;
    bottom: 115px;
  }
  .intro__item:nth-of-type(3) {
    top: 60px;
    left: 160px;
  }
  .intro__item:nth-of-type(4) {
    left: 5px;
    bottom: 40px;
  }
  .intro__item:nth-of-type(5) {
    left: 120px;
    bottom: 10px;
  }
  .intro__item:nth-of-type(6) {
    bottom: 40px;
    left: 140px;
    right: auto;
  }

  .about__item {
    margin-bottom: 30px;
  }
  .about__title {
    margin-bottom: 10px;
  }
  .about__img {
    height: 220px;
  }

  .elem__img {
    height: 200px;
  }
  .elem__slider-img {
    height: 200px;
  }
  .elem__slider-info {
    height: 70px;
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
  }

  .help__img {
    height: 200px;
  }
  .help__title {
    margin-bottom: 20px;
  }
  .help__text {
    font-size: 14px;
  }
}

@media(max-width: 1365px) {
  /*.elem__slider-info {
    height: auto;
  }*/
  .swiper-slide {
    height: auto;
  }
}

.intro__item.active .intro__item-text{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}