.main__block > img,
.slideshow__box-head img,
.team__box-head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header__nav {
  direction: ltr;
}

.main {
  position: relative;
  background-color: #f6f5f2;
}

.main__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  height: calc(100vh - (95px * 2));
}

.main__wrapper-left .main__content {
  display: none;
  max-width: 100%;
}

.main__wrapper-right {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../images/img-main@2x.png");
  background-repeat: no-repeat;
  background-position: 0px -55px;
  background-size: cover;
}

.main__wrapper-right:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(125deg, #f6f5f2 60%, rgba(246, 245, 242, 0) 100%);
  background: -o-linear-gradient(125deg, #f6f5f2 60%, rgba(246, 245, 242, 0) 100%);
  background: linear-gradient(325deg, #f6f5f2 60%, rgba(246, 245, 242, 0) 100%);
}

.main__block {
  outline: none;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.main__block:before {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f5f2), color-stop(37.93%, rgba(246, 245, 242, 0.84)), to(rgba(246, 245, 242, 0)));
  background: -webkit-linear-gradient(#f6f5f2 0%, rgba(246, 245, 242, 0.84) 37.93%, rgba(246, 245, 242, 0) 100%);
  background: -o-linear-gradient(#f6f5f2 0%, rgba(246, 245, 242, 0.84) 37.93%, rgba(246, 245, 242, 0) 100%);
  background: linear-gradient(#f6f5f2 0%, rgba(246, 245, 242, 0.84) 37.93%, rgba(246, 245, 242, 0) 100%);
}

.main__block:hover img {
  -webkit-transform: scale(1.035) rotate(0.5deg);
      -ms-transform: scale(1.035) rotate(0.5deg);
          transform: scale(1.035) rotate(0.5deg);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
  transition: -webkit-transform 0.55s ease-in-out;
  -o-transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
}

.main__block:hover a {
  background-color: #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.main__block > img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.main__block > img:nth-of-type(2) {
  display: none;
}

.main__block > p {
  z-index: 2;
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 25px 0;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #979797;
  background: -webkit-gradient(linear, left bottom, left top, from(#979797), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(bottom, #979797 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-linear-gradient(bottom, #979797 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(0deg, #979797 0%, rgba(255, 255, 255, 0.5) 100%);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05px;
  text-align: center;
  color: #fff;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.main__block-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.main__block-wrapper > div {
  width: 260px;
  padding-right: 5px;
}

.main__path {
  z-index: 2;
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: rotate(280deg);
      -ms-transform: rotate(280deg);
          transform: rotate(280deg);
}

.main__content {
  z-index: 5;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-right: 150px;
}

.main__content img {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.main__content p {
  margin: 0;
  padding-bottom: 30px;
  font-size: 31px;
  letter-spacing: -0.03px;
  color: #101010;
}

.main__content .content {
  display: block;
}

.main__content .content p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.83px;
  font-weight: 400;
  color: #101010;
  padding-bottom: 0;
}

.main__content a {
  display: block;
  font-size: 17px;
  line-height: 2.12;
  letter-spacing: 0.83px;
  color: #b2384d;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.main__content a:hover {
  color: #098b87;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.about {
  padding-bottom: 150px;
}

.about__wrapper {
  width: 100%;
  max-width: 1710px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.about__line {
  width: 1px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  background-color: #101010;
}

.about__title {
  padding-bottom: 118px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.64px;
  text-align: center;
  color: #c6415a;
}

.about__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__row-1 .about__row-left {
  padding: 50px 100px 50px 60px;
}

.about__row-1 .about__row-right {
  margin-left: auto;
}

.about__row-2 {
  top: -75px;
}

.about__row-2 .about__row-left {
  margin-right: auto;
}

.about__row-2 .about__row-right {
  padding: 100px 50px 50px 100px;
}

[dir='rtl'] .about__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about__row-content {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.about__row img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: -6px -13px 66px 0 rgba(0, 0, 0, 0.35);
          box-shadow: -6px -13px 66px 0 rgba(0, 0, 0, 0.35);
}

.about__row p {
  font-size: 25px;
  line-height: 2.04;
  letter-spacing: 0.23px;
  text-align: left;
  color: #101010;
  direction: ltr;
}

.about__row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 253px;
  height: 61px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2rem;
  background-color: #313131;
  -webkit-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
}

.about__row a span {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.42px;
  text-align: center;
  color: #ffffff;
}

.about__row a:hover {
  background-color: #c64059;
}

.partners {
  padding-right: 95px;
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
}

.partners .swiper-container {
  opacity: 0;
  height: 96px;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.partners .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.partners .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  padding: 20px;
}

.partners .swiper-slide img {
  display: block;
  height: auto;
  max-height: 32px;
  opacity: 0.4;
}

.slideshow {
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
  background-color: #f6f5f2;
}

.slideshow__box {
  width: 100%;
  max-width: 710px;
}

.slideshow__box:hover .slideshow__box-head img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
  transition: -webkit-transform 0.55s ease-in-out;
  -o-transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out;
}

.slideshow__box-head {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
}

.slideshow__box-head a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.slideshow__box-head img {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.slideshow__box-body {
  padding-top: 15px;
  direction: ltr;
  text-align: left;
}

.slideshow__box-body p {
  padding-bottom: 10px;
  font-size: 28px;
  letter-spacing: 0.62px;
  color: #000000;
}

.slideshow__box-body span {
  display: block;
  width: 100%;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.4px;
  color: #000000;
}

.slideshow__btn {
  z-index: 10;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 400px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.slideshow__btn:hover {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.slideshow__btn:hover.slideshow__prev {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.slideshow__btn:hover.slideshow__next {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.slideshow__btn.slideshow__prev {
  left: 0;
  padding-right: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f5f2), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
}

.slideshow__btn.slideshow__next {
  right: 0;
  padding-left: 50px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #f6f5f2), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #f6f5f2 0, rgba(255, 255, 255, 0) 100%);
}

.slideshow__btn.slideshow__next img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slideshow #slideshowSwiper .swiper-slide {
  width: 710px !important;
}

.slideshow_title {
  background: #f6f5f2;
  padding: 40px 0;
  text-align: center;
}

.slideshow_title_wrap {
  max-width: 55%;
  padding: 40px 0;
  margin: 0 auto;
  direction: ltr;
}

.slideshow_title_big {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.64px;
  text-align: center;
  color: #c6415a;
  margin-bottom: 20px;
}

.slideshow_title_subtitle {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.83px;
  font-weight: 400;
  color: #101010;
  padding-bottom: 0;
}

body.ltr .mfp-title {
  direction: ltr;
}

body.ltr .mfp-gallery .mfp-bottom-bar h6,
body.ltr .mfp-gallery .mfp-bottom-bar p {
  text-align: left;
}

body.ltr .footer__nav {
  direction: ltr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 220px;
}

body.ltr .footer__nav a {
  margin-right: 30px;
  margin-left: 0;
  border-bottom: 1px solid #c8c8c8;
  padding: 5px 0;
  width: 100%;
  font-weight: 500;
}

body.ltr .footer__nav a:first-of-type {
  padding: 0 0 5px;
}

body.ltr .footer__nav a:last-of-type {
  border-bottom: 0;
}

body.ltr .footer__text {
  padding-left: 40px;
}

body.ltr .footer__text p {
  direction: ltr;
}

body.ltr .footer__wrapper-right {
  padding-top: 0;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
     -moz-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body.ltr .contacts {
  direction: ltr;
}

body.ltr .contacts__form {
  direction: ltr;
}

body.ltr .contacts__form-field:not(:last-of-type) {
  margin-right: 15px;
  margin-left: 0;
}

.team {
  padding-bottom: 144px;
  background-color: #f6f5f2;
}

.team__wrapper {
  width: 100%;
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
}

.team__line {
  width: 1px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  background-color: #101010;
}

.team__title {
  padding-bottom: 70px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.64px;
  text-align: center;
  color: #c6415a;
}

.team__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.team__box-wrapper {
  position: relative;
  left: -85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 85px);
  direction: ltr;
}

.team__box-wrapper-hidden {
  display: none;
  background: transparent;
}

[dir='rtl'] .team__box-wrapper {
  left: auto;
  right: -85px;
}

.team__box-wrapper > div {
  width: 100%;
  max-width: calc(100% / 3);
  padding-left: 85px;
  padding-bottom: 65px;
}

[dir='rtl'] .team__box-wrapper > div {
  padding-left: 0;
  padding-right: 85px;
}

.team__box-head {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 442px;
}

.team__box-body {
  padding-top: 30px;
}

.team__box-body p {
  padding-bottom: 5px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.48;
  letter-spacing: 0.87px;
  text-align: center;
  color: #c6415a;
}

.team__box-body span {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: 0.09px;
  text-align: center;
  color: #474747;
}

.team__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
}

.team__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 217px;
  height: 49px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 2rem;
  background-color: #313131;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.team__btn a:hover {
  background-color: #c6415a;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.team__btn a span {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.42px;
  text-align: center;
  color: #ffffff;
}

.products {
  padding: 80px 0;
  position: relative;
}

.products .container {
  max-width: 1530px;
  margin: 0 auto;
}

.products .swiper-button-next {
  background: #858585;
  left: 0 !important;
  right: auto !important;
  width: 85px;
  height: 85px;
  color: #fff;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.products .swiper-button-next:after {
  display: none;
}

.products .swiper-button-prev {
  background: #858585;
  right: 0 !important;
  left: auto !important;
  width: 85px;
  height: 85px;
  color: #fff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.products .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.products .swiper-button-prev:after {
  display: none;
}

.products_title {
  text-align: center;
}

.products_title_wrap {
  max-width: 55%;
  padding: 40px 0 90px;
  margin: 0 auto;
  direction: ltr;
}

.products_title_big {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.64px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.products_title_text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.83px;
  font-weight: 400;
  color: #101010;
  padding-bottom: 0;
}

.products .swiper {
  width: 100%;
  height: 100%;
  padding: 0 200px;
}

.products .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
}

.products .swiper-slide:not(.swiper-slide-active) .item_wrap .text {
  opacity: 0;
  visibility: hidden;
}

.products .swiper-slide.swiper-slide-active .item_wrap .thumb .title span {
  background: rgba(0, 0, 0, 0.4);
}

.products .swiper-slide.swiper-slide-active .item_wrap .thumb .title span img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.products .swiper-slide .item_wrap .thumb {
  position: relative;
}

.products .swiper-slide .item_wrap .thumb:after {
  bottom: 0;
  height: 80px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(164%, #000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 164%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 164%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 164%);
}

.products .swiper-slide .item_wrap .thumb img {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  min-height: 370px;
}

.products .swiper-slide .item_wrap .thumb .title {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  left: 25px;
  letter-spacing: 3px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  width: 88%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .swiper-slide .item_wrap .thumb .title span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products .swiper-slide .item_wrap .thumb .title span img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: auto;
  min-height: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.products .swiper-slide .item_wrap .text {
  margin-top: 20px;
  direction: ltr;
  text-align: left;
  border-bottom: 3px solid #60CCC9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  visibility: visible;
}

.products .swiper-slide .item_wrap .text p {
  margin-bottom: 20px;
}

.products .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

@media screen and (max-width: 1599px) {
  .main__block-wrapper > div {
    width: 240px;
  }
}

@media screen and (max-width: 1535px) {
  .main__block > p {
    font-size: 22px;
  }

  .main__block-wrapper > div {
    width: 200px;
  }

  .about__row p {
    font-size: 23px;
  }

  .slideshow__box-head {
    height: 350px;
  }

  .slideshow__btn {
    height: 350px;
  }

  .slideshow #slideshowSwiper .swiper-slide {
    width: 610px !important;
  }
}

@media screen and (max-width: 1365px) {
  .main__content img {
    max-width: 220px;
  }

  .main__content p {
    font-size: 28px;
  }

  .main__content .content p {
    font-size: 15px;
  }

  .about {
    padding-bottom: 100px;
  }

  .about__row-2 {
    top: -35px;
  }

  .about__row p {
    font-size: 20px;
  }

  .slideshow__box-head {
    height: 325px;
  }

  .slideshow__btn {
    height: 325px;
  }

  .slideshow #slideshowSwiper .swiper-slide {
    width: 510px !important;
  }

  .team {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1279px) {
  .main__wrapper {
    min-height: 650px;
    height: 650px;
  }

  .main__block-wrapper > div {
    max-width: 150px;
  }

  .about__title {
    padding-bottom: 75px;
  }

  .about__row p {
    font-size: 18px;
  }

  .slideshow__box-head {
    height: 300px;
  }

  .slideshow__box-body p {
    font-size: 24px;
  }

  .slideshow__box-body span {
    font-size: 16px;
  }

  .slideshow__btn {
    height: 300px;
  }

  .slideshow #slideshowSwiper .swiper-slide {
    width: 410px !important;
  }

  .team__box-wrapper {
    left: -30px;
    width: calc(100% + 30px);
  }

  [dir='rtl'] .team__box-wrapper {
    right: -30px;
  }

  .team__box-wrapper > div {
    padding-left: 30px;
    padding-bottom: 40px;
  }

  [dir='rtl'] .team__box-wrapper > div {
    padding-right: 30px;
  }

  .team__box-body p {
    font-size: 26px;
  }

  .team__box-body span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .main__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }

  .main__wrapper-left {
    width: 100%;
  }

  .main__wrapper-left .main__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }

  .main__wrapper-right {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: none;
  }

  .main__wrapper-right .main__content img,
  .main__wrapper-right .main__content p {
    display: none;
  }

  .main__wrapper-right:after {
    display: none;
  }

  .main__block:before {
    width: 33%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#f6f5f2), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #f6f5f2 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #f6f5f2 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #f6f5f2 0%, rgba(255, 255, 255, 0) 100%);
  }

  .main__block:after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f6f5f2));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6f5f2 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f6f5f2 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f6f5f2 100%);
  }

  .main__block > img:nth-of-type(1) {
    display: none;
  }

  .main__block > img:nth-of-type(2) {
    display: block;
  }

  .main__block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  [dir='rtl'] .main__block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main__block-wrapper > div {
    width: 100%;
    max-width: 100%;
    height: 150px;
    padding-right: 0;
    padding-bottom: 5px;
  }

  .main__path {
    display: none;
  }

  .main__content {
    max-width: 450px;
    margin-right: 0;
  }

  .main__content .content p {
    display: block;
  }

  .main__content .content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .main__content a {
    text-align: center;
  }

  .about {
    padding-bottom: 50px;
  }

  .about__line {
    height: 63px;
    margin-bottom: 10px;
  }

  .about__row-1 .about__row-left {
    padding: 25px 50px 25px 30px;
  }

  .about__row-2 {
    top: 0;
  }

  .about__row-2 .about__row-right {
    padding: 50px 25px 25px 50px;
  }

  .slideshow__btn {
    width: 150px;
  }

  .team__line {
    height: 63px;
    margin-bottom: 10px;
  }

  .team__box-wrapper {
    left: -15px;
    width: calc(100% + 15px);
  }

  [dir='rtl'] .team__box-wrapper {
    right: -15px;
  }

  .team__box-wrapper > div {
    padding-left: 15px;
    padding-bottom: 30px;
  }

  [dir='rtl'] .team__box-wrapper > div {
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .main__block > p {
    padding: 10px 0;
    font-size: 18px;
    max-width: 200px;
  }

  .slideshow_title_wrap {
    padding: 0 0 0;
    max-width: 90%;
  }

  body.ltr .footer__text {
    padding-left: 0;
    margin-top: 20px;
  }

  .products {
    padding: 40px 0;
  }

  .products .container {
    padding: 0;
    max-width: 100%;
  }

  .products .swiper-button-next {
    display: none;
  }

  .products .swiper-button-prev {
    display: none;
  }

  .products_title_wrap {
    padding: 0 0 40px;
    max-width: 90%;
  }

  .products .swiper {
    padding: 0;
  }

  .products .swiper-slide .item_wrap .thumb img {
    min-height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .main__block-wrapper > div {
    height: 110px;
  }

  .main__content img {
    max-width: 175px;
    margin-bottom: 10px;
  }

  .main__content p {
    font-size: 21px;
    font-weight: 500;
  }

  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__row-1 {
    padding-bottom: 40px;
  }

  .about__row-1 .about__row-left {
    padding: 20px 10px;
  }

  .about__row-1 .about__row-right {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }

  [dir='rtl'] .about__row-1 .about__row-right {
    left: auto;
    right: -15px;
  }

  .about__row-2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .about__row-2 .about__row-left {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }

  [dir='rtl'] .about__row-2 .about__row-left {
    left: auto;
    right: -15px;
  }

  .about__row-2 .about__row-right {
    padding: 20px 10px;
  }

  [dir='rtl'] .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .about__row p {
    font-size: 16px;
    letter-spacing: 0.45px;
    text-align: center;
  }

  .about__row a {
    height: 66px;
    margin-left: auto;
    margin-right: auto;
  }

  .partners {
    padding-right: 0;
  }

  .partners .swiper-container {
    height: 79px;
  }

  .partners .swiper-slide {
    padding: 10px;
  }

  .slideshow {
    padding-bottom: 75px;
  }

  .slideshow__box-head {
    height: 225px;
  }

  .slideshow__box-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slideshow__btn {
    display: none;
  }

  .slideshow #slideshowSwiper .swiper-slide {
    width: 80% !important;
  }

  .team {
    padding-bottom: 155px;
  }

  .team__box-wrapper {
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  [dir='rtl'] .team__box-wrapper {
    right: 0;
  }

  .team__box-wrapper > div {
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 75px;
  }

  [dir='rtl'] .team__box-wrapper > div {
    padding-right: 0;
  }

  .team__box-body p {
    font-size: 31px;
  }

  .team__box-body span {
    font-size: 22px;
  }

  .team__btn {
    padding-top: 0;
  }

  .team__btn a {
    height: 66px;
  }
}

@media (max-width: 767px) {
  body.ltr .footer__wrapper-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .products .swiper-slide .item_wrap .thumb .title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: inherit;
    left: 15px;
    bottom: 15px;
  }

  .products .swiper-slide .item_wrap .thumb .title span {
    width: 25px;
    height: 25px;
  }

  .products .swiper-slide .item_wrap .thumb .title span img {
    width: 8px;
  }

  .logo.logo--footer {
    direction: ltr;
  }
}