.technology {
  padding: 5.125vw 0 2.208vw;
}
.technology .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.technology__title {
  font-size: 2.5vw;
  line-height: 1.3;
  margin-bottom: 2.778vw;
  font-weight: 400;
}
.technology__text {
  font-size: 1.111vw;
  line-height: 1.55;
  margin-bottom: 1.389vw;
  color: rgba(0, 0, 0, 0.6);
}
.technology__subtitle {
  padding-left: 3.472vw;
  position: relative;
  font-size: 1.389vw;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1.389vw;
}
.technology__subtitle.mt {
  margin-top: 2.778vw;
}
.technology__subtitle:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 2.431vw;
  background: #65ad89;
  left: 0;
  top: 0.903vw;
}
.technology__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.technology__list.mt {
  margin-top: 2.083vw;
}
.technology__item {
  margin-bottom: 2.083vw;
  width: 31%;
}
.technology__item span {
  font-size: 1.25vw;
  font-weight: 600;
  display: block;
  margin-bottom: 1.75vw;
}
.technology__item p {
  font-size: 1.042vw;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.6);
}
.technology__icon {
  width: 2.778vw;
  height: 2.778vw;
  border-radius: 50%;
  margin-bottom: 1.042vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #65ad89;
}
.technology__icon img {
  display: block;
  width: 30%;
}
@media (max-width: 600px) {
  .technology {
    padding: 10vw 0;
  }
  .technology .smartContainer {
    width: 90vw;
  }
  .technology__title {
    font-size: 6.1vw;
    margin-bottom: 5.778vw;
  }
  .technology__title br {
    display: none;
  }
  .technology__text {
    font-size: 3.511vw;
    margin-bottom: 8.389vw;
  }
  .technology__item {
    width: 100%;
    margin-bottom: 7.083vw;
  }
  .technology__item span {
    font-size: 4.3vw;
    margin-bottom: 3.833vw;
  }
  .technology__item p {
    font-size: 3.542vw;
  }
  .technology__icon {
    width: 8.778vw;
    height: 8.778vw;
    margin-bottom: 4.042vw;
  }
}

.fancybox-content video {
  max-height: 90vh;
  width: auto;
}

.whatweoffer {
  padding: 0vw 0 3vw;
}
.whatweoffer .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.whatweoffer__video{
  width: 15vw;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.whatweoffer__poster{
  display: block;
  width: 100%;
}
.whatweoffer__play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  background: #65ad89;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatweoffer__play img{
  display: block;
  width: 30%;
}
.whatweoffer__title {
  font-size: 2.75vw;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 auto;
  color: #3f3f3f;
  margin-bottom: 2.9vw;
}
.whatweoffer__title span {
  position: relative;
}
.whatweoffer__title span:before {
  display: block;
  content: "";
  width: 15.55vw;
  height: 6.6vw;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  background: url(../img/whatweoffer/stroke.png) center no-repeat;
  background-size: contain;
}
.whatweoffer__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.whatweoffer__item {
  width: 30%;
}
.whatweoffer__number {
  width: 2.6vw;
  height: 2.6vw;
  background: #65ad89;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.1vw;
  position: relative;
  letter-spacing: 0.02em;
  color: #fff;
}
.whatweoffer__number:after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0.35vw;
  height: 0.35vw;
  transform: translateX(-50%);
  bottom: -0.6vw;
  border-radius: 50%;
  background: #65ad89;
}
.whatweoffer__subtitle {
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 167%;
  letter-spacing: 0.02em;
  color: #3f3f3f;
  margin-bottom: 1.75vw;
}
.whatweoffer__text {
  color: #5c5c5c;
  letter-spacing: 0.02em;
  line-height: 167%;
  font-size: 1vw;
  margin-bottom: 1.5vw;
}
.whatweoffer__list{
  margin-bottom: 1.5vw;
  list-style: none;
}
.whatweoffer__list li {
  color: #5c5c5c;
  letter-spacing: 0.02em;
  line-height: 167%;
  font-size: 1vw;
  margin-bottom: 0.3vw;
  padding-left: 1vw;
  position: relative;
}
.whatweoffer__list li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.5vw;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background: #65ad89;
}
@media (max-width: 600px) {
  .whatweoffer {
    padding: 12vw 0;
  }
  .whatweoffer__video{
    width: 100%;
  }
  .whatweoffer__play{
    width: 12vw;
    height: 12vw;
  }
  .whatweoffer .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .whatweoffer__box {
    flex-wrap: wrap;
  }
  .whatweoffer__title {
    font-size: 6.25vw;
    line-height: 1.3;
    margin-bottom: 6.9vw;
  }
  .whatweoffer__title br {
    display: none;
  }
  .whatweoffer__item {
    width: 100%;
    margin-bottom: 6vw;
    position: relative;
  }
  .whatweoffer__item:last-child {
    margin-bottom: 0;
  }
  .whatweoffer__subtitle {
    font-size: 4.3vw;
    line-height: 1.4;
    margin-bottom: 3vw;
    padding-left: 12vw;
  }
  .whatweoffer__text {
    font-size: 3.5vw;
  }
  .whatweoffer__list li:before{
    top: 1.9vw;
    width: 1.4vw;
    height: 1.4vw;
  }
  .whatweoffer__list li {
    font-size: 3.5vw;
    padding-left: 4vw;
  }
  .whatweoffer__number {
    width: 7.6vw;
    height: 7.6vw;
    position: absolute;
    left: 0;
    margin-bottom: 0;
    top: 0vw;
  }
}

@media (max-width: 767px){
  .header__socbox{
    margin: 15px auto 0;
  }
}


.etaps {
  padding: 7vw 0 7vw;
}
.etaps .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.etaps__box {
  display: flex;
  color: #3f3f3f;
  justify-content: space-between;
}
.etaps-left {
  position: relative;
  width: 27.833vw;
}
.etaps-header {
  font-size: 2.9vw;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0 auto;
  color: #3f3f3f;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 3vw;
}
.etaps-header span {
  position: relative;
}
.etaps-header span:before {
  display: block;
  content: "";
  width: 16vw;
  height: 7vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/etaps/stroke.png) center no-repeat;
  background-size: contain;
  left: 60%;
  transform: translate(-50%, -50%);
}
.etaps-right {
  width: 47vw;
}
.etaps-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.35vw;
  min-width: 20.05vw;
  max-width: 48%;
}
.etaps-block__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.1;
}
.etaps-block__check {
  width: 3vw;
  height: 3vw;
  background: #65ad89;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.75vw;
}
.etaps-block__check img {
  filter: brightness(0) invert(1);
  width: 0.95vw;
}
.etaps-block__title {
  font-weight: 600;
  font-size: 1.2vw;
  line-height: 142%;
  margin-bottom: 1.1vw;
}
.etaps-block__text {
  line-height: 162%;
  font-size: 1vw;
  color: rgba(0,0,0,0.6);
}
.etaps-blockinfo {
  width: 15.8vw;
}
.etaps-footer {
  position: relative;
  padding: 4.85vw 4.85vw;
  color: #fff;
}
.etaps-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  border-radius: 1.25vw;
}
.etaps-footer__title {
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 139%;
  margin-bottom: 1.05vw;
}
.etaps-footer__text {
  font-size: 1vw;
  line-height: 160%;
}
@media (max-width: 600px) {
  .etaps {
    padding: 11.861vw 0;
  }
  .etaps .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .etaps__box {
    flex-direction: column;
    margin-bottom: 1.75;
  }
  .etaps-header {
    font-size: 0.8vw;
    line-height: 125%;
    width: 100%;
    margin-bottom: 0.95vw;
    text-align: center;
  }
  .etaps-left {
    width: 100%;
  }
  .etaps-right {
    width: 100%;
  }
  .etaps-header {
    font-size: 5.2vw;
    margin-bottom: 8.95vw;
  }
  .etaps-header span:before {
    width: 27vw;
    height: 13vw;
  }
  .etaps-footer {
    padding: 7.85vw 7.85vw;
  }
  .etaps-footer__title {
    font-size: 4.3vw;
    margin-bottom: 4.05vw;
  }
  .etaps-footer__text {
    font-size: 2.5vw;
  }
  .etaps-footer__bg {
    border-radius: 6.25vw;
  }
  .etaps-block {
    min-width: 44.05vw;
    flex-direction: column;
    margin-bottom: 8.35vw;
  }
  .etaps-block__title {
    font-size: 3.5vw;
    margin-bottom: 3.1vw;
  }
  .etaps-block__check {
    width: 8vw;
    height: 8vw;
    margin-bottom: 3vw;
  }
  .etaps-block__check img {
    width: 2.95vw;
  }
  .etaps-block__text {
    font-size: 2.6vw;
  }
  .etaps-blockinfo {
    width: 100%;
  }
}





.showcat {
  padding: 1.125vw 0 6.208vw;
  overflow: hidden;
}
.showcat .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.showcat__title {
  color: #1C1C1C;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
/*  letter-spacing: 1.2px;*/
/*  text-transform: uppercase;*/
  margin-bottom: 3.125vw;
  position: relative;
  z-index: 2;
}
.showcat__subtitle {
  color: #1C1C1C;
  font-size: 1.467vw;
  font-style: normal;
  font-weight: 400;
  line-height: 156.25%;
  letter-spacing: 0.64px;
  position: relative;
  z-index: 2;
  width: 70%;
}
.showcat__subtitle span {
  color: #65ad89;
}
.showcat__catalog {
  height: 40.729vw;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.showcat__catalog img {
  display: block;
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.208vw;
}
.showcat__text {
  color: #1C1C1C;
  text-align: right;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 300;
  line-height: 156.25%;
  letter-spacing: 0.64px;
  position: relative;
  z-index: 2;
}
.showcat__text img {
  display: block;
  width: 1.146vw;
  margin-bottom: 2.604vw;
  margin-right: 0;
  margin-left: auto;
}
.showcat__form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 2.083vw;
  position: relative;
  z-index: 2;
}
.showcat__select, .showcat__input {
  width: 31%;
}
.showcat__select label, .showcat__input label {
  display: block;
  width: 100%;
  color: #949494;
  font-size: 0.829vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.42px;
}
.showcat__select select, .showcat__input select {
  background-color: #F5F5F5;
  border: 0;
  display: block;
  width: 100%;
  color: #1C1C1C;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 1.458vw 1.667vw;
  margin-top: 1.042vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/showcat/arrow.svg);
  background-size: 0.625vw 0.417vw;
  background-position: 90% center;
  background-repeat: no-repeat;
  outline: none;
}
.showcat__select input, .showcat__input input {
  background: #F5F5F5;
  border: 0;
  display: block;
  width: 100%;
  color: #1C1C1C;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.64px;
  padding: 1.458vw 1.667vw;
  margin-top: 1.142vw;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.showcat__select input:focus, .showcat__input input:focus {
  padding-left: 2.083vw;
}
.showcat__btn {
  width: 31%;
}
.showcat__btn button {
  display: block;
  width: 100%;
  background: #65ad89;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 156.25%;
  color: #fff;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  border: 0;
  padding: 1.458vw 0;
  border-radius: 50px;
  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
}
.showcat__terms {
  display: block;
  width: 100%;
  margin-top: 1.563vw;
}
.showcat__terms input {
  display: none;
}
.showcat__terms label {
  color: #1C1C1C;
  font-size: 0.729vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: block;
  padding-left: 1.563vw;
  padding-top: 0.104vw;
}
.showcat__terms label:before {
  content: "";
  background: #65ad89;
  width: 1.042vw;
  height: 1.042vw;
  position: absolute;
  left: 0;
  top: 0;
}
.showcat__terms label:after {
  content: "";
  width: 0.417vw;
  height: 0.313vw;
  background: url(../img/showcat/check.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.365vw;
  left: 0.313vw;
}
.showcat__terms label a, .showcat__terms label span {
  color: #65ad89;
  text-decoration: underline;
}
.callback{
  display: none !important;
}
@media (max-width: 600px) {
  .showcat {
    padding: 0vw 0 12vw;
    overflow: hidden;
  }
  .showcat .smartContainer {
    width: 90vw;
  }
  .showcat__title {
    font-size: 6.525vw;
    margin-bottom: 6.125vw;
  }
  .showcat__title br {
    display: none;
  }
  .showcat__subtitle {
    font-size: 3.967vw;
    width: 100%;
  }
  .showcat__catalog {
    height: 59.729vw;
  }
  .showcat__catalog img {
    width: 130vw;
    top: -0.208vw;
  }
  .showcat__text {
    font-size: 3.667vw;
  }
  .showcat__text img {
    width: 2.546vw;
  }
  .showcat__select, .showcat__input {
    margin-bottom: 4vw;
    width: 100%;
  }
  .showcat__select label, .showcat__input label {
    font-size: 3.729vw;
    letter-spacing: initial;
  }
  .showcat__select select, .showcat__input select {
    margin-top: 2.042vw;
    font-size: 3.833vw;
    padding: 4.458vw 5.667vw;
    background-size: 2.625vw 2.417vw;
  }
  .showcat__select input, .showcat__input input {
    margin-top: 2.042vw;
    font-size: 3.833vw;
    padding: 4.458vw 5.667vw;
  }
  .showcat__select input:hover, .showcat__input input:hover {
    padding-left: 6.5vw;
  }
  .showcat__btn {
    width: 100%;
  }
  .showcat__btn button {
    padding: 4.458vw 0;
    font-size: 3.833vw;
  }
  .showcat__form {
    margin-top: 7.083vw;
  }
  .showcat__terms label {
    font-size: 3.129vw;
    padding-left: 5.563vw;
    padding-top: 2.104vw;
  }
  .showcat__terms label:before {
    width: 3.042vw;
    height: 3.042vw;
    top: 2.2vw;
  }
  .showcat__terms label:after {
    width: 1.417vw;
    height: 1.313vw;
    top: 2.965vw;
    left: 0.813vw;
  }
}



.nojakmschi {
  padding: 5.556vw 0;
  overflow: hidden;
}
.nojakmschi__box {
  padding-left: 9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.nojakmschi__left {
  width: 24.306vw;
  position: relative;
}
.nojakmschi__title {
  color: #1C1C1C;
  font-size: 2.431vw;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
}
.nojakmschi__subtitle {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-top: 2.083vw;
}
.nojakmschi__rating {
  margin-top: 2.083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nojakmschi__number {
  color: #C1C1C1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25vw;
  border-radius: 50%;
  background: #F2F2F2;
  width: 3.819vw;
  height: 3.819vw;
}
.nojakmschi__ratinfo {
  margin-left: 0.833vw;
}
.nojakmschi__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nojakmschi__stars img {
  width: 0.833vw;
  margin-right: 0.417vw;
}
.nojakmschi__rattext {
  color: #1C1C1C;
  font-size: 0.833vw;
  line-height: 1.3;
  margin-top: 0.278vw;
}
.nojakmschi__right {
  width: calc(100% - 26.389vw);
}

.nojakmschi__slider .slick-slide {
  margin: 0 1.389vw;
}
.nojakmschi__slider .slick-list {
  margin: 0 -1.389vw;
}
.nojakmschi__slider .slick-prev, .nojakmschi__slider .slick-next {
  width: 3.472vw;
  height: 3.472vw;
  border-radius: 50%;
  text-indent: 9999px;
  border: 0;
  position: absolute;
}
.nojakmschi__slider .slick-prev {
  left: -26.389vw;
  bottom: 0;
  background: #e9e9e9;
}
.nojakmschi__slider .slick-prev:before {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: url(../img/nojakmschi/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
          transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.nojakmschi__slider .slick-next {
  left: -15.278vw;
  bottom: 0;
  background: #65ad89;
}
.nojakmschi__slider .slick-next:before {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: url(../img/nojakmschi/arrow-active.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.nojakmschi__inside {
  height: 400px;
}

.nojakmschi__inside img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nojakmschi__slider_1 .nojakmschi__inside{
  position: relative;
}
.nojakmschi__slider_1 .nojakmschi__inside img{
  object-fit: contain;
}
.nojakmschi__inform{
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  border-radius: 7px;
  background: #65ad89;
  color: #fff;
  font-size: 15px;
  padding: 15px 30px;
  display: block;
  min-width: 185px;
  text-align: center;
}
.nojakmschi__pagination {
  width: 14.236vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  bottom: 0.903vw;
  left: 0;
}
.nojakmschi__current {
  color: #1C1C1C;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.nojakmschi__seperator {
  color: #B0B0B0;
  font-size: 0.972vw;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin: 0 0.278vw;
}
.nojakmschi__all {
  color: #B0B0B0;
  font-size: 0.972vw;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .nojakmschi {
    padding: 10vw 0;
  }
  .nojakmschi .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .nojakmschi__box {
    padding-left: 5vw;
    padding-right: 5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nojakmschi__left {
    width: 100%;
  }
  .nojakmschi__right {
    width: 100%;
    margin-top: 5vw;
  }
  .nojakmschi__slider {
    padding-bottom: 17vw;
  }
  .nojakmschi__slider .slick-next,
.nojakmschi__slider .slick-prev {
    width: 12.472vw;
    height: 12.472vw;
  }
  .nojakmschi__slider .slick-next:before,
.nojakmschi__slider .slick-prev:before {
    width: 4.25vw;
    height: 4.25vw;
  }
  .nojakmschi__slider .slick-prev {
    left: 20vw;
  }
  .nojakmschi__slider .slick-next {
    left: auto;
    right: 20vw;
  }
  .nojakmschi__pagination {
    position: absolute;
    width: 30vw;
    bottom: -89vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nojakmschi__current {
    font-size: 6.667vw;
  }
  .nojakmschi__all, .nojakmschi__seperator {
    font-size: 4.972vw;
  }
  .nojakmschi__title {
    font-size: 5.8vw;
    text-align: center;
  }
  .nojakmschi__title br {
    display: none;
  }
  .nojakmschi__subtitle {
    font-size: 3.55vw;
    margin-top: 4.083vw;
    text-align: center;
  }
  .nojakmschi__stars img {
    width: 3.833vw;
    margin-right: 1.417vw;
  }
  .nojakmschi__rating {
    margin-top: 5.083vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nojakmschi__rattext {
    font-size: 2.833vw;
    margin-top: 1.278vw;
  }
  .nojakmschi__ratinfo {
    margin-left: 2.833vw;
  }
  .nojakmschi__number {
    font-size: 5.25vw;
    width: 12.819vw;
    height: 12.819vw;
  }
  .nojakmschi__inside {
    height: 70vw;
  }
}
















