.specs {
  position: relative;
}

.specs .flickity-viewport {
  transition: height 250ms;
}

.specs__tabs {
  background: #D6DAE1;
  width: 100vw;
}

.is-blue.specs__general {
  color: var(--light-color);
  pointer-events: none;
  user-select: none;
}

.specs__general {
  padding: 138px 16px 0;
  position: absolute;
  top: 0;
  transition: color 250ms;
}

.specs__tab {
  color: var(--text-color);
  overflow: hidden;
  padding: 62px 16px;
  position: relative;
  width: 100%;
}

.specs__tab.is-blue {
  background: url('../../images/specs/background.webp');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--light-color);
}

.specs__tab-title {
  display: flex;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.9px;
  margin: 0;
  padding: 8px 15px;
  position: relative;
  text-transform: uppercase;
}

.specs__general-description {
  margin: 0 0 50px;
  max-width: 360px;
  position: relative;
}

.specs__general-description h2,
.specs__general-description h2 span {
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.specs__general-description h2 strong {
  font-weight: 900;
}

.specs__general-description h2:last-of-type {
  padding-bottom: 40px;
}

.specs__general-description h3,
.specs__general-description h3 span {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.6px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

.specs__general-description h3:last-of-type {
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.specs__general-description h3:last-of-type::after {
  background: var(--brand-color-pink);
  bottom: 0;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  width: 56px;
}

.specs__general-description p {
  font-family: "Fedra Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: -0.32px;
  margin: 0;
}

.specs__tab-title::before {
  background: var(--brand-color-blue);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

.specs__pdf {
  align-items: center;
  color: var(--text-color);
  display: inline-flex;
  gap: 10px;
  pointer-events: auto;
  position: relative;
  text-decoration: none;
}

.is-blue .specs__pdf {
  color: var(--light-color);
}

.specs__pdf-button-icon {
  display: inline-flex;
  height: 17px;
  padding-bottom: 5px;
  width: 17px;
}

.specs__pdf-button-icon svg {
  color: var(--brand-color-pink);
  height: 100%;
  width: 100%;
}

.is-blue .specs__pdf-button-text {
  border-bottom: 1px solid var(--light-color);
}

.specs__pdf-button-text {
  border-bottom: 1px solid var(--text-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.28px;
  padding-bottom: 5px;
  text-transform: capitalize;
}

/* .specs__pdf-button-text:hover {
  border-bottom: 1px solid transparent;
} */

.is-blue .specs__tab-big-image {
  height: 240px;
  margin: 440px 0 30px;
  max-width: 400px;
}

.is-blue .specs__tab-big-image img {
  width: 97.5%;
}

.specs__tab-big-image {
  font-size: 0;
  height: 400px;
  margin: 310px 0 -80px;
  position: relative;
  max-width: 400px;
}

.specs__tab-big-image img {
  height: auto;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
}

.specs__data-description h2,
.specs__data-description h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.08px;
  margin: 0;
}

.specs__data-description h2 strong,
.specs__data-description h3 strong {
  font-weight: 900;
}

.specs__data-description p {
  font-family: "Fedra Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  margin: 0;
}

.specs__tab-small-image {
  font-size: 0;
  margin: 45px 0;
}

.specs__tab-small-image img {
  height: auto;
  width: 100%;
}

.specs__data-container {
  position: relative;
}

.specs__data-dimension-item {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 25px 10px;
}

.specs__data-dimension-item:last-child {
  border-bottom: none;
}

.specs__data-left {
  align-items: center;
  display: flex;
  gap: 27px;
}

.specs__data-letter {
  align-items: center;
  display: flex;
  border-radius: 50%;
  background: var(--brand-color-blue);
  font-family: "Fedra Sans";
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  letter-spacing: -0.14px;
  min-height: 30px;
  min-width: 30px;
  text-transform: uppercase;
}

.specs__data-title,
.specs__data-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.64px;
}

.specs__data-features-container {
  position: relative;
}

.is-active .specs__data-body {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  height: auto;
}

.specs__data-header {
  cursor: pointer;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
}

.specs__data-header-left {
  align-items: center;
  display: flex;
  gap: 30px;
}

.specs__data-header-icon {
  height: 26px;
  width: 26px;
}

.specs__data-header-title {
  font-family: "Fedra Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
}

.specs__data-header-icon img {
  height: 26px;
  object-fit: contain;
  width: 26px;
}

.specs__data-header-arrow {
  display: inline-flex;
}

.specs__data-header-arrow svg {
  height: 4px;
  position: relative;
  width: 7px;
}

.specs__data-body {
  height: 0;
  overflow: hidden;
  transition: height 500ms;
}

.specs__data-body-container {
  display: grid;
  gap: 30px;
  padding-bottom: 35px;
  padding-top: 35px;
}

.specs__data-body-item-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
  opacity: 0.6;
}

.specs__data-body-item-text p {
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.36px;
  margin: 0;
  text-transform: capitalize;
}

.specs__data-body-item-text p strong {
  font-weight: 900;
}

.specs__data-body-item-text.is-small p {
  font-size: 18px;
  line-height: 1.4;
}

.specs__data-body-item-text.is-medium p {
  font-size: 22px;
  line-height: 1.2;
}

.specs__data-body-item-text.is-big p {
  font-size: 32px;
  line-height: 1;
}

.specs__buttons.is-blue .specs__button-text {
  color: var(--light-color);
}

.specs__buttons {
  display: none;
  flex-direction: column;
  gap: 1px;
}

.specs__button {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.specs__button.is-active {
  pointer-events: none;
}

.specs__button .specs__button-icon {
  background: var(--light-color);
}

.specs__button.is-active .specs__button-icon,
.specs__button:hover .specs__button-icon {
  background: var(--brand-color-blue);
}

.specs__button.is-active .specs__button-icon-hover,
.specs__button:hover .specs__button-icon-hover {
  display: unset;
}

.specs__button.is-active .specs__button-icon-idle,
.specs__button:hover .specs__button-icon-idle {
  display: none;
}

.specs__button-icon {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}

.specs__button-icon-hover {
  display: none;
}

.specs__button-icon img {
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.is-blue .specs__button-text {
  border: 1px solid var(--light-color);
}

.specs__button-text {
  align-items: center;
  display: none;
  border: 1px solid rgba(51, 52, 54, 0.30);
  font-size: 12px;
  font-weight: 300;
  min-height: 45px;
  min-width: 160px;
  line-height: 1;
  padding: 10px 20px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.specs__dots {
  bottom: 30px;
  display: flex;
  gap: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.specs__dot.is-active {
  background-color: var(--brand-color-blue);
  pointer-events: none;
  width: 19px;
}

.specs__dot {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.30);
  border-radius: 4px;
  height: 4px;
  width: 5px;
}

@media only screen and (min-width: 768px) {
  .specs__general {
    padding: 112px 0 0 62px;
  }

  .specs__tab {
    padding: 98px 62px 70px;
  }

  .specs__tab-title {
    justify-content: flex-end;
  }

  .specs__tab-title::before {
    left: unset;
    right: 0;
  }

  .specs__general-description {
    max-width: 422px;
    margin: 0 0 30px;
  }

  .specs__general-description h2,
  .specs__general-description h2 span {
    font-size: 50px;
  }

  .specs__general-description h3:last-of-type {
    margin-bottom: 30px;
  }

  .specs__general-description p {
    max-width: 343px;
  }


  .is-blue .specs__tab-big-image {
    height: 336px;
    margin: 300px auto 0;
    max-width: 560px;
  }

  .is-blue .specs__tab-big-image img {
    width: 100%;
  }

  .specs__tab-big-image {
    height: 530px;
    margin: 120px auto -120px;
    max-width: 450px;
  }

  .specs__data-description {
    text-align: center;
  }

  .specs__tab-small-image {
    display: flex;
    justify-content: center;
    max-width: 352px;
    margin: 10px auto 20px;
  }

  .specs__data-dimensions {
    margin: 0 auto;
    max-width: 395px;
  }

  .specs__data-dimension-item {
    padding: 25px;
  }

  .specs__data-features {
    margin: 0 auto;
    max-width: 490px;
  }

  .specs__data-header {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .specs__data-header-arrow {
    margin-right: 20px;
  }

  .specs__data-body-container {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .specs__data-body-item-title {
    margin-bottom: 15px;
  }

  .specs__data-body-item-text.is-small p {
    font-size: 24px;
  }

  .specs__data-body-item-text.is-medium p {
    font-size: 24px;
  }

  .specs__data-body-item-text.is-big p {
    font-size: 40px;
  }

  .specs__buttons {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .specs__dots {
    bottom: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .specs__general {
    padding: 104px 0 0 107px;
  }

  .specs__tab {
    padding: 80px 83px 80px 107px;
  }

  .specs__tab-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  }

  .specs__general-description-container {
    width: 100%;
  }

  .specs__general-description {
    margin: 0 0 30px;
  }

  .is-blue .specs__tab-big-image {
    height: 298px;
    margin: 275px 0 0 auto;
    max-width: 750px;
    width: 62%;
  }

  .is-blue .specs__tab-big-image img {
    bottom: -4vw;
    left: 50%;
    width: 100%;
  }

  .specs__tab-big-image {
    height: 274px;
    margin: 300px 0 0 auto;
    max-width: 520px;
    width: 100%;
  }

  .specs__tab-big-image img {
    bottom: -15vw;
    left: 45%;
    top: unset;
    position: absolute;
    transform: translateX(-50%);
    width: 140%;
  }

  .specs__data-description {
    margin-top: 78px;
    text-align: right;
  }

  .specs__tab-small-image {
    margin: 15px 0 48px auto;
    max-width: 190px;
  }

  .specs__data-dimensions {
    margin: 0 0 0 auto;
    max-width: unset;
    min-width: 250px;
  }

  .specs__data-dimension-item {
    padding: 25px 0 25px 25px;
  }

  .specs__data-features {
    margin: 28px auto 0;
    max-width: unset;
    min-width: 417px;
  }

  .specs__data-header-arrow {
    margin-right: 25px;
  }

  .specs__data-header {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .specs__data-body-container {
    padding-bottom: 35px;
    padding-top: 35px;
  }

}

@media only screen and (min-width: 1366px) {
  .specs__general {
    padding: 98px 0 0 137px;
  }

  .specs__tab {
    padding: 70px 108px 70px 137px;
  }

  .specs__tab-title {
    font-size: 28px;
    letter-spacing: 1.4px;
    padding: 3px 15px;
  }

  .specs__tab-container {
    gap: 50px;
  }

  .specs__general-description {
    margin: 0 0 30px;
    max-width: 420px;
  }

  .specs__general-description h2,
  .specs__general-description h2 span {
    font-size: 60px;
  }

  .specs__general-description h3,
  .specs__general-description h3 span {
    font-size: 20px;
    letter-spacing: 7px;
  }

  .specs__general-description p {
    line-height: 30px;
    max-width: 370px;
  }

  .specs__pdf-button-icon {
    height: 20px;
    width: 20px;
  }

  .specs__pdf-button-text {
    font-size: 18px;
    letter-spacing: 0.36px;
  }

  .is-blue .specs__tab-big-image {
    height: 360px;
    margin: 220px 0 0 auto;
    max-width: unset;
    width: 680px;
  }

  .is-blue .specs__tab-big-image img {
    bottom: -1.5vw;
    left: 50%;
    width: 115%;
  }

  .specs__tab-big-image {
    height: 354px;
    margin: 235px 0 0 auto;
    max-width: unset;
    width: 36%;
  }

  .specs__tab-big-image img {
    bottom: -8vw;
    left: 50%;
    width: 135%;
  }

  .specs__data-description {
    margin-top: 80px;
  }

  .specs__data-description h2,
  .specs__data-description h3,
  .specs__data-description h2 strong,
  .specs__data-description h3 strong {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  .specs__data-description p {
    font-size: 22px;
    letter-spacing: -0.88px;
  }

  .specs__tab-small-image {
    margin: 10px 0 30px auto;
    max-width: 230px;
  }

  .specs__data-dimensions {
    min-width: 295px;
  }

  .specs__data-dimension-item {
    padding: 20px 15px;
  }

  .specs__data-letter {
    font-size: 16px;
    letter-spacing: -0.16px;
  }

  .specs__data-title,
  .specs__data-value {
    font-size: 18px;
    letter-spacing: -0.72px;
  }

  .specs__data-dimension-item {
    padding: 25px 15px;
  }

  .specs__data-features {
    margin: 30px auto 0;
    min-width: 492px;
  }

  .specs__data-header {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .specs__data-body-container {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .specs__data-body-item-text.is-small p,
  .specs__data-body-item-text.is-medium p {
    font-size: 28px;
  }

  .specs__data-body-item-text.is-big p {
    font-size: 44px;
  }

  .specs__dots {
    bottom: 50px;
  }
}

@media only screen and (min-width: 1600px) {
  .is-blue .specs__tab-big-image {
    height: 450px;
    margin: 155px 0 0 auto;
    width: 54%;
  }

  .specs__tab-big-image {
    width: 40%;
  }

  .is-blue .specs__tab-big-image img {
    left: 47%;
  }

  .specs__tab-big-image img {
    bottom: -5vw;
    left: 50%;
    width: 110%;
  }
}

@media only screen and (min-width: 1920px) {
  .specs__general {
    padding: 110px 0 0 265px;
  }

  .specs__tab {
    padding: 87px 184px 78px 265px;
  }

  .is-blue .specs__tab-container {
    gap: 150px;
  }

  .specs__tab-container {
    gap: 80px;
  }

  .specs__tab-title {
    font-size: 32px;
    letter-spacing: 1.6px;
    padding: 1px 15px;
  }

  .specs__general-description {
    margin: 0 0 40px;
    max-width: 441px;
  }

  .specs__general-description h2,
  .specs__general-description h2 span {
    font-size: 82px;
  }

  .specs__general-description h3,
  .specs__general-description h3 span {
    font-size: 22px;
    letter-spacing: 7.7px;
  }

  .specs__general-description p {
    max-width: 370px;
  }

  .specs__general-description h3:last-of-type {
    margin-bottom: 40px;
  }

  .is-blue .specs__tab-big-image {
    height: 475px;
    margin: 370px 0 0 auto;
    width: 64%;
  }

  .is-blue .specs__tab-big-image img {
    bottom: 0;
    left: 50%;
    width: 1555px;
  }

  .specs__tab-big-image {
    height: 486px;
    margin: 395px 0 0 auto;
    width: 50%;
  }

  .specs__tab-big-image img {
    bottom: -115px;
    left: 55%;
    width: 900px;
  }

  .specs__data-features-container {
    margin-right: 113px;
  }

  .specs__data-description {
    margin-top: 165px;
  }

  .specs__tab-small-image {
    margin: 50px 0 25px auto;
    max-width: 320px;
  }

  .specs__data-dimensions {
    min-width: 350px;
  }

  .is-blue .specs__data-container {
    min-width: unset;
  }

  .specs__data-container {
    min-width: 605px;
  }

  .specs__data-features {
    margin: 128px 0 0;
    min-width: unset;
    width: 492px;
  }

  .specs__data-header {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .specs__data-body-container {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .specs__data-header-title {
    font-size: 20px;
    letter-spacing: -1px;
  }

  .specs__button-icon {
    height: 60px;
    width: 60px;
  }

  .specs__button.is-active .specs__button-text,
  .specs__button:hover .specs__button-text {
    display: flex;
  }

  .specs__button-text {
    min-height: 60px;
    padding: 20px;
  }

  .specs__dots {
    bottom: 66px;
  }
}
