:root {
  --color-black: #1e1e1e;
  --color-white: #fff;
  --color-text: #1b204f;
  --color-light: #f3f3fa;
  --color-red: #fc2020;
  --color-blue: #0062d4
}

.container {
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 15px
}

.content h1 {
  font-size: 28px;
  line-height: 42px
}

.content h1,
.content h2 {
  margin-bottom: 10px;
  margin-top: 0
}

.content h2 {
  font-size: 24px;
  line-height: 36px
}

.content h3 {
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 10px;
  margin-top: 0
}

.content p {
  margin-bottom: 15px;
  margin-top: 0
}

.content ol,
.content ul {
  list-style-position: inside;
  padding: 0
}

.content .table {
  margin-bottom: 20px;
  overflow-x: auto;
  width: 100%
}

.content table {
  border-collapse: collapse;
  min-width: 100%
}

.content table tr {
  transition-duration: .3s
}

.content table tr:hover {
  background-color: rgba(32, 114, 209, .1)
}

.content table tr:not(:last-child) {
  border-bottom: 1px solid #e4e5eb
}

.content table td {
  min-width: 15rem;
  padding: .5rem 1rem
}

.content table td:first-child {
  border-right: 1px solid #e4e5eb
}

.content table td img {
  margin-bottom: .5rem;
  margin-right: 1rem;
  margin-top: .5rem;
  max-height: 2rem
}

.btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 19px;
  padding: 13px 25px;
  text-transform: uppercase
}

.btn-red {
  background: var(--color-red);
  color: #fff
}

.btn-red:hover {
  color: #fff;
  opacity: .8
}

.btn-gray {
  background: var(--color-light);
  color: var(--color-text)
}

.btn-gray:hover {
  background: #fff;
  box-shadow: 0 10px 18px rgba(75, 74, 120, .14)
}

.header {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 45px;
  height: 80px;
  justify-content: space-between;
  padding: 0 25px
}

.header__logo {
  width: 110px
}

.header__menu {
  align-items: center;
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0 auto 0 0;
  padding: 0
}

.header__menu a {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding: 5px 8px
}

.header__menu a.active {
  border-bottom: 2px solid var(--color-blue);
  border-top: 2px solid var(--color-blue)
}

.header__btn {
  display: flex;
  gap: 15px
}

.main,
.main__block {
  position: relative
}

.main__block {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 560px;
  justify-content: center
}

.main__img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.main__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.main__img:before {
  background: rgba(0, 0, 0, .45);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.main__title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  z-index: 2
}

.main__btn {
  margin-top: 50px;
  z-index: 2
}

.main__btn .btn {
  padding: 18px 56px
}

.main__nav {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}

.main__arrow {
  align-items: center;
  background: hsla(0, 0%, 100%, .3);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 35px;
  justify-content: center;
  transition: all .3s ease-in-out;
  width: 35px
}

.main__arrow:hover {
  background: hsla(0, 0%, 100%, .6)
}

.main__arrow img {
  width: 16px
}

.main__info {
  bottom: 65px;
  color: #fff;
  font-size: 14px;
  left: 0;
  line-height: 21px;
  position: absolute;
  right: 0;
  z-index: 10
}

.main__info .container {
  display: flex;
  justify-content: space-between
}

.main__left {
  align-items: center;
  display: flex;
  gap: 30px
}

.main__left img {
  max-width: 260px
}

.main__right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  list-style: none;
  margin: 0;
  max-width: 50%;
  padding: 0
}

.main__right li {
  align-items: center;
  display: flex;
  padding-left: 20px;
  position: relative
}

.main__right li:before {
  background-image: url(/assets/img/check.svg);
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: auto;
  width: 15px
}

.main__search {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 16px 0 rgba(75, 74, 120, .11);
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin-top: -25px;
  z-index: 10
}

.main__search p {
  margin: 0;
  padding: 0 25px;
  text-transform: uppercase
}

.main__search input {
  border: none;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  outline: none;
  padding: 15px 0;
  width: 100%
}

.main__search button {
  background: hsla(0, 0%, 100%, 0);
  border: 0;
  padding: 0 15px
}

.main__search button img {
  width: 20px
}

.main .swiper {
  z-index: 1
}

.main__container {
  position: relative;
  z-index: 2
}

.category {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0
}

.category li:first-child {
  border-right: 1px solid #e4e5eb;
  padding-right: 10px
}

.category__wrapper {
  margin-bottom: 45px;
  margin-top: 35px;
  overflow-x: auto
}

.category__wrapper::-webkit-scrollbar {
  height: 0
}

.category__link {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 18px;
  padding: 10px;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content
}

.category__link:hover {
  box-shadow: 0 10px 18px rgba(75, 74, 120, .14);
  color: var(--color-text)
}

.category__link-red {
  background: var(--color-red);
  color: #fff
}

.category__link-red:hover {
  color: #fff
}

.category__link-blue {
  background: var(--color-blue);
  color: #fff
}

.category__link-blue:hover {
  color: #fff
}

.category__link img {
  width: 20px
}

.nav {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: max-content;
}

.nav__title {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 21px;
  gap: 10px;
  line-height: 31px;
  padding: 10px 0
}

.nav__title img {
  transition: all .2s linear;
  width: 20px
}

.nav__title[aria-expanded=false] {
  padding-bottom: 0
}

.nav__title[aria-expanded=false] img {
  transform: rotate(180deg)
}

.nav__list {
  list-style-position: inside;
  margin: 0;
  overflow: hidden;
  padding: 0 0 10px;
  transition: all .2s linear
}

.nav__list a {
  display: inline-block;
  font-size: 17px;
  line-height: 25px;
  padding: 5px 0
}

.img-big img {
  border-radius: 20px;
  margin: 0 auto;
  width: auto
}

.overview {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 18px 0 rgba(75, 74, 120, .14);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 35px 20px;
  width: 100%
}

.overview__table-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center
}

.overview table {
  border-collapse: collapse;
  min-width: 100%
}

.overview table tr {
  transition-duration: .3s
}

.overview table tr:hover {
  background-color: rgba(32, 114, 209, .1)
}

.overview table tr:not(:last-child) {
  border-bottom: 1px solid #e4e5eb
}

.overview table td {
  min-width: 15rem;
  padding: .5rem 1rem
}

.overview table td:first-child {
  border-right: 1px solid #e4e5eb
}

.overview table td img {
  margin-bottom: .5rem;
  margin-right: 1rem;
  margin-top: .5rem;
  max-height: 2rem
}

.overview__brand {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 290px
}

.overview__brand img {
  margin-bottom: 20px;
  width: 235px
}

.overview__brand p {
  margin: 0
}

.overview__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center
}

.overview__subtitle {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center
}

.overview .btn {
  margin: 0 auto
}

.overview__rating {
  text-align: center;
  width: 290px
}

.overview__rating img {
  height: 60px;
  margin-bottom: 40px;
  width: 100%
}

.overview__rating ul {
  color: #0062d4;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left
}

.overview__rating ul li {
  padding: 10px 0
}

.overview__rate {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px
}

.overview__count {
  font-size: 50px;
  line-height: 1;
  margin: 10px 0
}

.faq {
  margin-bottom: 40px
}

.faq__item {
  background: #fff;
  border-radius: 6px;
  border-top: 1px solid #e4e5eb;
  box-shadow: 0 10px 18px 0 rgba(75, 74, 120, .14);
  margin-bottom: 20px;
  padding: 15px
}

.faq__item h3 {
  border-bottom: 1px solid #f3f3fa;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 15px
}

.faq__item p {
  margin: 20px 25px 5px
}

.reviews {
  margin-bottom: 140px
}

.reviews__item {
  background: #fff;
  border-radius: 6px;
  border-top: 1px solid #e4e5eb;
  box-shadow: 0 10px 18px 0 rgba(75, 74, 120, .14);
  margin-bottom: 30px;
  padding: 20px
}

.reviews__item p {
  margin: 0;
  padding: 0 40px
}

.reviews__head {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 21px;
  margin-bottom: 20px
}

.footer {
  background: #151d27;
  color: #fff;
  padding-top: 125px
}

.footer__columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px
}

.footer__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative
}

.footer__title:before {
  background: linear-gradient(90deg, #06d, transparent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}

.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer__menu a {
  color: #abacbc;
  display: block;
  margin-bottom: 15px
}

.footer__menu a:hover {
  color: #fff
}

.footer__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px
}

.footer__contact {
  color: #ff693a;
  font-weight: 700
}

.footer__langs {
  display: flex;
  gap: 45px
}

.footer__langs ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer__langs ul li {
  border-right: 1px solid #fff
}

.footer__langs ul li:last-child {
  border: 0
}

.footer__langs ul a {
  color: #fff;
  font-weight: 700;
  padding: 0 20px
}

.footer__langs ul a:hover {
  color: #ff693a
}

.footer__logo {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-bottom: 30px
}

.footer__logo img {
  height: 45px
}

.header__burger {
  display: none
}

.page-404 {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  text-align: center
}

.page-404 h1 {
  font-size: 100px;
  margin: 0
}

@media screen and (max-width:1024px) {
  .header {
    height: 52px;
    position: relative;
    z-index: 1000
  }

  .header__menu {
    background: #fff;
    display: block;
    left: 0;
    opacity: 0;
    padding: 20px 15px;
    position: absolute;
    right: 0;
    top: 52px;
    transition: all .3s ease;
    visibility: hidden
  }

  .header__menu.active {
    opacity: 1;
    visibility: visible
  }

  .header__menu a {
    display: block
  }

  .header__menu a.active {
    border: 0
  }

  .header__menu li {
    margin-bottom: 5px
  }

  .header__menu a img {
    height: 24px;
    width: 24px
  }

  .header__btn .btn-red {
    display: none
  }

  .header__burger {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    padding: 2.5px 0;
    width: 30px;
    z-index: 101
  }

  .header__burger span {
    background: #1b204f;
    border-radius: 30px;
    display: block;
    height: 2px;
    transition: all .3s ease;
    width: 30px
  }

  .header__burger.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header__burger.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .header__burger.active span:nth-child(3) {
    display: none
  }

  .main__block {
    box-sizing: border-box;
    height: 360px;
    padding-bottom: 120px;
    padding-top: 30px
  }

  .overview {
    align-items: center;
    flex-direction: column
  }

  .footer__columns {
    display: block
  }

  .main__title {
    font-size: 20px;
    line-height: 30px;
    text-align: center
  }

  .main__right {
    display: none
  }

  .header__logo {
    width: 40px
  }

  .main__left {
    align-items: center;
    flex-direction: column;
    gap: 10px
  }

  .footer__info {
    display: block
  }

  .footer__langs ul {
    flex-wrap: wrap
  }

  .overview table td {
    min-width: auto
  }

  .footer__logo {
    flex-wrap: wrap
  }

  .btn {
    font-size: 12px;
    line-height: 18px
  }

  .btn,
  .main__btn .btn {
    padding: 10px 15px
  }

  .main__search p {
    font-size: 13px;
    padding: 0 10px
  }

  .main__search button {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    padding: 0;
    width: 60px
  }

  .main__btn {
    margin-top: 15px
  }

  .nav {
    width: 100%
  }

  .nav__list a {
    vertical-align: middle;
    width: 90%
  }

  .overview__brand {
    order: 0
  }

  .overview__rating {
    order: 1;
    width: 100%
  }

  .overview__table {
    order: 2
  }

  .reviews__item p {
    padding: 0
  }

  .reviews {
    margin-bottom: 100px
  }

  .footer__columns {
    margin-bottom: 40px
  }

  .footer__langs {
    display: block
  }

  .footer__langs ul li {
    margin-bottom: 5px;
    width: 20%
  }

  .footer__langs ul {
    margin-top: 30px
  }

  .main__info .container {
    justify-content: center
  }

  .page-404 h1 {
    font-size: 40px
  }
}