html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

body {
  min-width: 320px;
  font: 400 18px/100% "Noto Sans", Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #f9f9f9;
}

*:focus-visible {
  outline: 0;
}

/* GLOBALS */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

.txt {
  line-height: 150%;
  text-align: justify;
}

.ttl {
  margin: 0;
  line-height: 100%;
  font-weight: normal;
}

.title-3 {
  font-size: 28px;
  font-weight: 600;
}

.btn-reset {
  border: none;
  outline: none;
  padding: 0;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

.lst-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex {
  display: flex;
}

/* HERO */
.hero {
  min-height: 600px;
  background-image: url(/reviews/iphone-15/img/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* DESIGN */
.design__top {
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 304px;
  bottom: 70px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.01),
    0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.01),
    0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.01),
    0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.01),
    0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.01),
    0px 100px 80px 0px rgba(0, 0, 0, 0.02);
}

.design__top-content {
  padding-top: 7px;
  max-width: 83%;
  flex-direction: column;
  justify-content: space-between;
  min-height: 145px;
}

.design__top-ttl {
  font-size: 28px;
  font-weight: 600;
}

.design__main {
  padding: 10px 0 70px;
  justify-content: space-between;
}

.design__left {
  margin-right: 10px;
  /* padding: 15px 0; */
  flex-basis: 46%;
  align-items: center;
}

.design__left-wrap {
  min-height: 364px;
  flex-direction: column;
}

.design__ttl {
  margin-bottom: auto;
}

.design__txt:first-of-type {
  margin-bottom: 10px;
}

.design__right {
  margin-bottom: 10px;
  padding: 40px 30px;
  min-height: 464px;
  flex-basis: 47.7%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #ffffff;
  width: 47.7%;
}

.design__pic {
  text-align: center;
}

.design__img {
  max-width: 58.5%;
}

.design__itm:not(:last-child) {
  margin-right: 5px;
}

/* SCREEN */
.screen {
  padding-top: 40px;
  /* min-height: 420px; */
  background-color: #eaeaf0;
  background-image: url(/reviews/iphone-15/img/screen.svg);
}

.screen__wrapper {
  justify-content: space-between;
  align-items: center;
}

.screen__pic {
  margin: 0 10px -1px -10px;
  flex-basis: 49.7%;
  align-self: flex-end;
}

.screen__content {
  min-height: 290px;
  padding-bottom: 35px;
  flex-direction: column;
  flex-basis: 47.8%;
}

.screen__ttl {
  margin-bottom: auto;
}

.screen__txt:first-of-type {
  margin-bottom: 10px;
}

/* ISLAND-CPU */
.island-cpu {
  padding: 40px 0;
  background-color: #ffffff;
}

.island,
.cpu {
  padding: 40px 0;
  justify-content: space-between;
  align-items: center;
}

.island__pic,
.cpu__pic {
  margin-right: 10px;
  flex-basis: 47.6%;
}

.island__img,
.cpu__img {
  border-radius: 15px;
}

.island__content,
.cpu__content {
  flex-basis: 47.7%;
  flex-direction: column;
}

.island__content {
  min-height: 256px;
}

.island__ttl,
.cpu__ttl {
  margin-bottom: auto;
}

.island__txt:first-of-type {
  margin-bottom: 10px;
}

.cpu__content {
  min-height: 165px;
}

/* CAMERAS */
.cameras {
  position: relative;
  min-height: 648px;
  background-color: #eaeaf0;
  background-image: url(/reviews/iphone-15/img/cameras-back.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.cameras__wrapper {
  padding: 77px 0;
}

.cameras__content {
  flex-direction: column;
}

.cameras__ttl {
  margin-bottom: 20px;
  line-height: 150%;
}

.cameras__txt {
  max-width: 48%;
}

.cameras__txt:not(:last-of-type) {
  margin-bottom: 10px;
}

.cameras__back {
  position: absolute;
  width: 49.4%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(/reviews/iphone-15/img/cameras-pic.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* C-BATTERY */
.c-battery {
  padding: 38px 0 100px;
}

.c,
.battery {
  padding: 39px 0;
}

.c,
.battery {
  justify-content: space-between;
  align-items: center;
}

.c__content,
.battery__content {
  margin-right: 10px;
  flex-basis: 49%;
}

.c__title,
.battery__title {
  margin-bottom: 23px;
  line-height: 150%;
}

.c__pic,
.battery__pic {
  flex-basis: 47.7%;
}

.c__img,
.battery__img {
  border-radius: 15px;
}

.battery {
  padding-bottom: 78px;
}

.battery__txt:first-of-type {
  margin-bottom: 10px;
}

.c-battery__bottom {
  padding: 10px;
  min-height: 331px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.01),
    0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.01),
    0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.01),
    0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.01),
    0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.01),
    0px 100px 80px 0px rgba(0, 0, 0, 0.02);
}

.c-battery__wrap {
  flex-basis: 84.7%;
  justify-content: space-between;
}

.c-battery__pic {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.c-battery__pic:nth-child(2) {
  padding-top: 18px;
  min-height: 170px;
  align-self: center;
}

.c-battery__pic:nth-child(2) svg {
 margin-bottom: auto;
}

.c-battery__pic:not(:last-of-type) {
  margin-right: 10px;
}

.c-battery__pic svg {
  margin-bottom: 19px;
}

.c-battery__descr {
  font-weight: 700;
  line-height: 130%;
}

/* .descr--pt {
  padding-top: 20px;
} */

.design__lst.lst-reset{
    justify-content: center;
    margin-top: 25px;
}
.design__lst.lst-reset .design__itm{
    opacity: 0.7;
}
.design__lst.lst-reset .slick-current .design__itm{
    opacity: 1;
}
.design__lst.lst-reset .design__itm:hover{
    cursor: pointer;
    opacity: 1;
}
.design__lst.lst-reset li.design__itm svg{
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #E2E2EE;
}
.design__lst.lst-reset .slick-current li.design__itm svg{
  border: 1px solid #3D4042;
}
@media (max-width: 1024px) {
  .design__main{
    flex-wrap: wrap;
  }
  .design__left{
    width: 100%;
    margin-right: 0;
    flex-basis: 100%;
  }
  .design__right{
    flex-basis: 100%;
    margin-top: 20px;
  }
  .island, .cpu{
    flex-wrap: wrap;
  }
  .island__pic, .cpu__pic{
    flex-basis: 100%;
    margin-right: 0;
  }
  .island__content, .cpu__content{
    flex-basis: 100%;
    margin-top: 20px;
  }
  .title-3{
    margin-bottom: 20px;
  }
  .island__content{
    min-height: unset;
  }
  .cameras__txt{
    max-width: unset;
    width: 100%;
  }
  .cameras__back{
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: 330px;
    background-size: cover;
  }
  .cameras__wrapper{
    padding: 0;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .cameras__content{
    flex-wrap: wrap;
  }
  .c, .battery{
    flex-wrap: wrap;
  }
  .c__content, .battery__content{
    flex-basis: 100%;
    margin-right: 0;
    order: 2;
    margin-top: 20px;
  }
  .c__pic, .battery__pic{
    flex-basis: 100%;
    order: 1;
  }

}
@media (max-width: 767px) {
  .c-battery__wrap{
    flex-wrap: wrap;
  }
  .c-battery__pic{
    flex-basis: 100%;
    margin-right: 0;
  }
  .c-battery__pic:not(:last-of-type){
    margin-right: 0;
  }
  .c-battery__bottom{
    padding: 30px 10px;
  }
  .screen__wrapper{
    flex-wrap: wrap;
  }
  .screen__pic{
    flex-basis: 100%;
    margin-right: 0;
    order: 2;
  }
  .screen__content{
    flex-basis: 100%;
    order: 1; 
  }

}