.sp {
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 0 0 50px 0;
  overflow: hidden;
}

.sp__title {
  font-size: 3.9rem;
  line-height: 4.1rem;
  color: var(--color-aqua);
  margin: 4.5rem 0 3.7rem 0;
  font-weight: 500;
  text-transform: uppercase;
}

.sp__desc {
  font-size: 1.25rem;
  line-height: 1.35rem;
  font-weight: 500;
  width: 100%;
  max-width: 975px;
  margin-bottom: 3rem;
}

.sp__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp__flex .btn-11 {
  min-width: 190px;
}

.sp__left {
  z-index: 0;
  position: relative;
  width: 100%;
  max-width: 650px;
  /* height: 547px; */
  /* background: var(--color-white); */
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

.sp__left::before {
  content: '';
  z-index: -1;
  opacity: .5;
  position: absolute;
  bottom: -20px;
  left: -50px;
  width: 463px;
  height: 450px;
  background: url( '../../images/bg-55.png' );
}

/* .sp__left::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
} */

.sp__right {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 510px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp__right p{
  margin: 0;
}
.sp__right ul{
  flex-grow: 1;
}
.sp__right img {
  max-width: 100%;
}

.sp__right-header {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.sp__right ul {
  list-style: none;
  margin: 0
}

.sp__right li {
  font-size: 14px;
  display: flex;
  width: 100%;
  margin: 16px 0;
  white-space: nowrap;
  font-weight: 200;
  line-height: 16px;
  padding-bottom: 2px;
}

.sp__right li i {
  margin-left: 20%;
  font-style: normal;
}

.sp__right li strong {
  display: flex;
  width: 100%;
  margin-left: .5rem;
  align-items: flex-end;
}

.sp__right li strong::before {
  content: '';
  width: 100%;
  height: 5px;
  margin-right: .5rem;
  /* border-bottom: 1px dashed var(--color-mid-gray); */
}

.sp__buttons {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.sketchfab-embed-wrapper {
  width: 100%;
}
.sketchfab-embed-wrapper img {
  width: 650px;
  height: 450px;
  padding: 20px;
  object-fit: contain;
  box-shadow: 0 0 30px #ddd;
  background: #fff;
}

.sketchfab-embed-wrapper iframe {
  width: 100%;
  max-width: 650px;
  height: 450px;
  box-shadow: 0 0 20px #ccc;
}

.sp__next {
  z-index: 0;
  position: relative;
  width: 100%;
  padding: 2rem 0 0rem 0;
  background: #fff;
}

.sp__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 90px;
}

.sp__nav {
  display: flex;
}

.sp__nav-item {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  white-space: nowrap;
  color: var(--color-aqua);
  padding-bottom: 1rem;
  margin-right: 3rem;
  border-bottom: 2px solid var(--color-white);
  transition: .1s;
}


.sp__nav-item:hover {
  cursor: pointer;
  border-bottom: 2px solid var(--color-mid-gray);
}

.sp__nav-item.active {
  color: #000;
  /* font-weight: 500; */
  border-bottom: 2px solid var(--color-aqua);
}
.sp__qr {
  display: flex;
  align-items: center;
}

.sp__qr img {
  margin-right: 1rem;
  max-height: 90px;
}

.sp__qr span {
  font-size: 1.5rem;
  color: var(--color-aqua);
  text-transform: uppercase;
  font-weight: 400;
}


.sp__content {
  position: relative;
  margin-top: 2rem;
  display: none;
}

.sp__content.active {
  display: block;
}

.sp__pos {
  position: relative;
}

.sp__pos::before {
  content: '';
  z-index: -1;
  opacity: .5;
  position: absolute;
  right: -33px;
  bottom: -33px;
  width: 517px;
  height: 103px;
  background: url( '../../images/bg-55.png' );
}

.sp__pos-text {
  column-width: calc(50% - 5rem);
	column-count: 2;
	column-gap: 5rem;
}

.sp__fl {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  padding-top: 40px;
}


.sp__fl-l, .sp__fl-r {
  width: calc(50% - 1.5rem);
  background: var(--color-light-gray);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 20px;
  box-shadow: 0 0 10px #aaa;
}

.sp__fl-l {
  margin-right: 1.5rem;
}

.sp__fl-r {
  margin-left: 1.5rem;
}

.sp__fl p {
  display: block;
  margin-bottom: 0;
}

.sp__fl strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.sp__area {
  position: relative;
  padding: 0rem 0 100px;;
}

.sp__area h2 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 500;
}

.sp__area-list {
  display: flex;
  flex: 1 1 0;
  align-items: stretch;
  margin: 0 -2rem;
}

.sp__area-item {
  position: relative;
  width: 241px;
  min-width: 241px;
  margin: 0 2rem;
}
.sp__area-noitem {
  padding: 15px;
  background: #f5f5f5;
  text-align: center;
}

.sp__area-image {
  position: relative;
  width: 100%;
  height: 110px;
  min-height: 110px;
  margin-bottom: 1.8rem;
  overflow: hidden;
  padding: 0 10px;
}

.sp__area-image::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: var(--color-light-gray);
}

.sp__area-image img {
  max-width: calc(60% - 20px);
}

.sp__area-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(100% - 130px);
}

.sp__area-header {
  font-size: 1.15rem;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-aqua);
  margin-bottom: 5px;
}

.sp__area-desc {
  margin-top: .2rem;
  font-size: 15px;
  line-height: 1rem;
}

.production {
  z-index: 0;
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
  background: var(--color-white);
  padding-top: 70px;
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100px, rgb(255, 255, 255) 100%);
}

.production__slider {
  margin-top: 4rem;
  display: flex;
}

.production__item {
  width: 240px;
}

.production__item-image {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .7rem;
}

.production__item img {
  width: 60%;
}

.production__item-link {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  color: var(--color-black);
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 20px;
  margin: 20px 0 0 50px;
  background: #fff;
}

.production__item-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid var(--color-aqua);
  border-left: 5px solid var(--color-aqua);
  width: 25px;
}

/* Слайдер */
.slider__prev {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 27px);
  left: -55px;
  z-index: 2;
  width: 22px;
  height: 55px;
  transition: .1s;
}

.slider__prev::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 55px;
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%, 0 0);
  background: var(--color-aqua);
  transform: rotate(180deg);
  transition: .1s;
}


.slider__next {
  cursor: pointer;
  transition: .1s;
  position: absolute;
  top: calc(50% - 27px);
  right: -55px;
  z-index: 2;
  width: 22px;
  height: 55px;
}

.slider__next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 55px;
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%, 0 0);
  background: var(--color-aqua);
  transition: .1s;
}

.slider__prev:hover, .slider__next:hover {
  opacity: .8;
}

.slick-disabled::before {
  background: var(--color-dark-gray);
}

.sp__description {
  margin-top: 4rem;
}
.sp__next ul {
  padding-left: 15px;
}
.sp__next ol {
  padding-left: 45px;
}
.sp__next ol li {
  list-style: circle;
}
.sp__next li{
  margin-bottom: 12px;
  line-height: 20px;
  list-style: square outside;
  padding-left: 7px;
}
.text-tab-2{
  display: flex;
  justify-content: space-between;
}
.text-tab-2 iframe{
  max-width: 560px;
  box-shadow: 0 0 20px #ddd;
}
.su-download-btn:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 1, 0.3);
	-moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 1, 0.3);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 1, 0.3);
}
.sketchfab-embed-wrapper .controls {
  display: none !important;
}
.sp__pos-text img {
  box-shadow: 0 0 20px #ccc;
  padding: 10px;
  margin-top: 40px;
}
.sp__right table {
  width: 100%;
  font-weight: 200;
  font-size: 14px;
}


.sp__right td:last-child {
  font-weight: 600;
  text-align: right;
}
.sp__right td p {
margin: 0;
}
.sp__right td {
  line-height: 16px;
  vertical-align: top;
  padding-bottom: 15px;
}
