html {
  scroll-behavior: smooth;
}
.jaro {
  position: relative;
  width: 100%;
  max-width: 1600px;
  min-height: 300px;
  margin: auto;
  padding: 0 20px;
  padding-top: 100px;
  color: #2C2C2C;
  text-align: center;
}
.jaro-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
}
.jaro-top a {
  max-width: 150px;
  width: 100%;
  margin-inline: auto;
}
.jaro-top__h1 {
  font-size: 45px;
  line-height: 35px;
  margin-bottom: 25px;
}
.jaro-top__p {
  max-width: 586px;
  font-size: 22px;
  line-height: 26px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.jaro-top__picture {
  margin-bottom: 50px;
}
.jaro-top__picture img {
  min-width: 250px;
  max-width: 100%;
}
.jaro-top__logo {
  margin-bottom: 30px;
}
.jaro-top__price {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
.jaro-products {
  display: flex;
  flex-direction: column;
}
.jaro-products hr {
  width: 100%;
  max-width: 75%;
  margin: 80px auto;
}
.jaro-products-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.jaro-products-row:nth-of-type(2n+2) {
  flex-direction: row-reverse;
}
.jaro-products-row-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.jaro-products-row-photo__picture img {
  max-width: 100%;
  min-width: 250px;
}
.jaro-products-row-textwrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.jaro-products-row-textwrap__h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}
.jaro-products-row-textwrap__p {
  max-width: 515px;
  font-size: 22px;
  line-height: 26px;
}
.jaro-airpods {
  max-width: 900px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 130px;
  box-shadow: 7px 11px 33px #00000029;
  border-radius: 25px;
  margin-inline: auto;
  margin-bottom: 100px;
  padding: 80px 1rem;
}
.jaro-airpods-textwrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.jaro-airpods-textwrap a {
  max-width: 150px;
}
.jaro-airpods-textwrap__logo {
  max-width: 140px;
  margin-bottom: 25px;
}
.jaro-airpods-textwrap__h2 {
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 40px;
}
.jaro__h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 80px;
  text-align: center;
}
.jaro-watches {
  display: flex;
  flex-direction: row;
  gap: 10%;
  justify-content: center;
}
.jaro-watches.mobile {
  padding-left: 10px;
  display: none;
}
@media screen and (max-width: 800px) {
  .jaro-watches.mobile {
    display: block;
  }
}
.jaro-watches.mobile .jaro-watches-col__picture img,
.jaro-watches.mobile .jaro-watches-col__icon img {
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .jaro-watches.desktop {
    display: none;
  }
}
.jaro-watches-col {
  width: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.jaro-watches-col hr {
  width: 100%;
  margin: 25px 0;
}
.jaro-watches-col__picture {
  display: block;
  margin-bottom: 20px;
}
.jaro-watches-col__picture img {
  max-width: 100%;
}
.jaro-watches-col__name {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
}
.jaro-watches-col__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.jaro-watches-col__variants {
  min-height: 65px;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 35px;
}
.jaro-watches-col__props {
  margin-bottom: 25px;
}
.jaro-watches-col__props:nth-of-type(2) {
  min-height: 75px;
}
.jaro-watches-col__props:nth-of-type(3) {
  min-height: 220px;
}
.jaro-watches-col__props:nth-of-type(4) {
  min-height: 180px;
}
.jaro-watches-col__props:nth-of-type(5) {
  min-height: 380px;
}
.jaro-watches-col__icon {
  display: block;
  margin-bottom: 25px;
}
.jaro-conditions {
  font-size: 16px;
  line-height: 22px;
  color: #6E6E73;
  max-width: 1000px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 850px) {
  .jaro-airpods {
    gap: 50px;
  }
}
@media screen and (max-width: 700px) {
  .jaro-products-row {
    flex-direction: column !important;
    gap: 25px;
  }
  .jaro-products-row-textwrap {
    text-align: center;
  }
  .jaro-products-row-photo__picture img,
  .jaro-airpods__picture img {
    max-width: 250px;
  }
  .jaro-airpods {
    flex-direction: column-reverse;
    padding: 80px 1rem;
  }
  .jaro-airpods-textwrap {
    align-items: center;
    text-align: center;
  }
  .jaro-top {
    margin-bottom: 35px;
  }
  .jaro-products hr {
    margin: 35px auto;
  }
  .jaro-products-row-textwrap__h2 br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .jaro {
    padding-top: 75px;
  }
  .jaro-top__h1,
  .jaro-products-row-textwrap__h2,
  .jaro-airpods-textwrap__h2,
  .jaro__h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .jaro-top__p,
  .jaro-top__price,
  .jaro-products-row-textwrap__p {
    font-size: 18px;
    line-height: 22px;
  }
  .jaro-watches-col__variants {
    min-height: 85px;
  }
}
@media screen and (max-width: 450px) {
  .jaro-watches-col__variants {
    min-height: 90px;
  }
  .jaro-watches-col__props:nth-of-type(2) {
    min-height: 115px;
  }
  .jaro-watches-col__props:nth-of-type(3) {
    min-height: 230px;
  }
  .jaro-watches-col__props:nth-of-type(4) {
    min-height: 210px;
  }
  .jaro-watches-col__props:nth-of-type(5) {
    min-height: 430px;
  }
  .jaro-watches-col__text {
    min-height: 75px;
  }
}
.carousel-item {
  gap: 10px;
}
.full-width {
  width: calc(100vw - 16px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw);
  margin-right: calc(-50vw);
}
.tns-controls button {
  top: 120px;
}