/* color variables */
/* fonts variables */
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #131318;
  transition-duration: 0.5s;
}

a:hover {
  color: #949494;
}

body {
  font: 17px "Inter";
  background-color: #FFFFFF;
  color: #131318;
  margin: 0;
  padding: 0;
  font-weight: 300;
  min-width: 360px;
  line-height: 100%;
}

p {
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 24px;
}

h1 {
  font: 150 normal 63px/1.2 "Inter";
  text-transform: uppercase;
  padding: 0 0 67px 0;
  margin: 0;
}

h2 {
  font: 150 normal 35px/1.2 "Inter";
  color: #131318;
  text-transform: uppercase;
  padding: 50px 0 40px 0;
  margin: 0;
}

h3 {
  font: 150 normal 30px/1.2 "Inter";
  text-transform: uppercase;
  padding: 30px 0 26px 0;
  margin: 0;
}

h4,
h5,
h6 {
  font: 150 normal 26px/1.4 "Inter";
  text-transform: uppercase;
  padding: 26px 0 20px 0;
  margin: 0;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #949494;
  color: #131318;
  border-radius: 3px;
}

textarea {
  height: 110px;
  resize: vertical;
}

strong,
.str {
  font-weight: 500;
}

/* :::::::::::::::::::::: ELEMENTS ::::::::::::::::::::::  */
.social-links ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}

.social-links ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 20px 0 0;
}

.social-links a img,
.contacts__messager img,
.order img,
.order__item-delete a img,
.back-link a {
  transition: opacity 0.3s ease;
}

.social-links a:hover img,
.contacts__messager img:hover,
.order a:hover img,
.order__item-delete a:hover img,
.back-link a:hover {
  opacity: 0.5;
}

/* ========================== FRONT-PAGE ==========================  */
.layout__container {
  width: 1440px;
  margin: 0px auto 0 auto;
}

.layout__dark {
  background-color: #131318;
}

.layout__lightgray {
  background-color: #e3e3e1;
}

.layout__middlegray {
  background-color: #DBDBDB;
}

.wrapper {
  padding-left: 160px;
  padding-right: 160px;
}

/* HEADER */
.header__wrapper {
  padding-top: 64px;
  padding-bottom: 30px;
}

.logo {
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 150;
  font-size: 30px;
  z-index: 51;
}

.logo span {
  font-weight: 300;
}

.burger__menu {
  display: none;
  z-index: 100;
}

.header__block {
  display: flex;
}

.logo__block {
  width: 376px;
  display: flex;
}

.menu {
  display: flex;
  flex: 1;
  padding-top: 40px;
  text-transform: lowercase;
}

.menu nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.menu nav ul li {
  list-style-type: none;
  padding-right: 43px;
}

.active a,
.active a:hover {
  color: #949494;
}

.order img {
  margin-right: 10px;
}

.order a {
  display: flex;
}

.social-links--header {
  padding-top: 40px;
}

.social-links--header ul li {
  margin: 0 0 0 20px;
}

/* SPLASH */
.container__dark {
  background-color: #131318;
}

.splash__block {
  display: flex;
  line-height: 0;
}

.splash__book {
  position: absolute;
  margin-top: 250px;
  margin-left: 110px;
  z-index: 49;
}

.splash__book img {
  width: 530px;
}

.splash__decor {
  flex: 1;
  text-align: right;
}

.splash__decor img {
  height: 676px;
}

/* MAIN */
.main__wrapper {
  padding-top: 70px;
  padding-bottom: 54px;
}

.price {
  display: flex;
}

.price__decor {
  flex: 1;
}

.price__block {
  width: 377px;
}

.price__block p {
  font-size: 40px;
  font-weight: 150;
  text-transform: uppercase;
  padding-bottom: 55px;
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 30px 40px;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 5%;
}

.button--order a {
  background-color: #131318;
  width: 221px;
}

.button-img {
  margin-right: 7px;
}

.button--order a:hover,
.button--video a:hover {
  background-color: #949494;
}

.intro {
  display: flex;
  align-items: center;
}

.intro__header {
  width: 468px;
  align-self: flex-end;
}

.intro__header h1 {
  padding: 0;
}

.intro__decor {
  flex: 1;
}

.intro__decor img {
  width: 100%;
}

.button--video {
  margin-bottom: 80px;
}

.button--video a {
  background-color: #C6C1AC;
  width: 326px;
  color: #131318;
}

.content {
  display: flex;
}

.content__block {
  flex: 1;
}

.content__text {
  width: 65%;
  padding-top: 80px;
}

.content__additional {
  width: 377px;
}

.content__text ul,
.list {
  padding: 0;
  margin: 0;
}

.content__text ul li,
.list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}

.content__text ul li::before,
.list li::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background-color: #131318;
  position: absolute;
  left: 0;
  top: 0;
}

.content ol {
  list-style-type: none;
  counter-reset: my-counter;
  padding-left: 0;
}

.content ol li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 35px;
}

.content ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #131318;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.content__text a {
  text-decoration: underline;
}

/* SLIDER */
.slider__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider__container {
  display: flex;
  justify-content: space-between;
}

.slider__banners {
  flex: 1;
  height: 600px;
  overflow: hidden;
}

.slider__banner-image {
  width: 900px;
  text-align: center;
}

.slider__banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider__banner {
  width: 100%;
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
}

.slider__nav a {
  display: flex;
  align-items: center;
  letter-spacing: 5%;
}

.slider__prev {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider__next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider__next img,
.slider__prev img {
  transition: opacity 0.3s ease;
}

.slider__next:hover img,
.slider__prev:hover img {
  opacity: 0.5;
}

/* BOOKS */
.books__heading {
  font: 150 normal 45px/1.2 "Inter";
  color: #131318;
  text-transform: uppercase;
  padding: 80px 0 40px 0;
  margin: 0;
}

.book__title {
  font: 150 normal 35px/1.2 "Inter";
  color: #131318;
  text-transform: uppercase;
  padding: 0px 0 40px 0;
  margin: 0;
}

.book__block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.book__item {
  display: flex;
}

.book__block h2 {
  padding-top: 0;
}

.book__image img {
  width: 300px;
}

.book__image {
  padding-right: 60px;
}

.book__text {
  flex: 1;
}

.book__block .book__item {
  border-bottom: 1px solid #949494;
  padding-bottom: 40px;
}

.book__block--last .book__item {
  border-bottom: none;
}

.book__options {
  display: flex;
  width: 100%;
}

.price__block--book p {
  font-size: 35px;
}

.content__additional--book,
.price__block--book {
  width: 100%;
  padding-bottom: 30px;
}

.content__additional--book {
  padding-right: 30px;
}

.button--order-book-active a {
  font-size: 90%;
  padding: 20px;
}

/* FOOTER */
.footer {
  font-size: 16px;
}

.footer__wrapper {
  padding-top: 70px;
  padding-bottom: 54px;
}

.footer__block {
  display: flex;
  padding-bottom: 50px;
}

.footer__copyright {
  flex: 1;
  text-align: center;
}

.footer-contacts {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 9px;
}

.contacts__item {
  display: flex;
  align-items: center;
}

.contacts__item svg {
  margin-right: 5px;
}

.contacts__messager img {
  margin-left: 5px;
  width: 18px;
}

.payment-systems {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 2px solid #e3e3e1;
  padding-top: 60px;
  padding-bottom: 50px;
}

.payment-systems__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  text-align: center;
}

.footer-additional__block p {
  font: 150 16px "Inter";
  color: #949494;
}

/* Styles for the sticky bottom div */
.sticky-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 7px;
  border-top: 1px solid #131318;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  backdrop-filter: blur(5px);
  z-index: 101;
}

.sticky-bottom a {
  color: #FFFFFF;
}

.sticky-bottom a:hover {
  color: #949494;
}

.sticky-bottom p {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #949494;
}

.btn-privacy {
  cursor: pointer;
  font-size: 17px;
  color: #131318;
  border: none;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  margin: 0 0 0 15px;
  transition-duration: 0.5s;
}

.btn-privacy:hover {
  background: #949494;
}

/* :::::::::::::::::::::: RESPONSIVE :::::::::::::::::::::: */
@media (max-width: 1440px) {
  .layout__container {
    width: 100%;
  }
}
@media (max-width: 1430px) {
  .slider__banners {
    height: 500px;
  }
  .slider__banner-image {
    width: 800px;
  }
}
@media (max-width: 1280px) {
  .logo {
    font-size: 20px;
  }
  .social-links--header {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider__banners {
    height: 460px;
  }
  .slider__banner-image {
    width: 700px;
  }
  .order {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price__block p {
    font-size: 30px;
    padding-bottom: 45px;
  }
  .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  .splash__book {
    margin-top: 180px;
    margin-left: 25px;
  }
  .splash__book img {
    width: 380px;
  }
  .splash__decor img {
    height: 460px;
  }
  .price__block {
    width: 300px;
  }
  .order-button a {
    width: 171px;
    border-radius: 8px;
    padding: 17px 25px;
    font-size: 16px;
  }
  .content__text {
    padding-top: 30px;
  }
  .content-button a {
    width: 236px;
    padding: 17px 25px;
    font-size: 16px;
  }
  .intro__decor img {
    width: 70%;
  }
  .content__text {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .logo {
    padding-left: 30px;
  }
  .burger__menu {
    display: flex;
    width: 46px;
    height: 46px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    z-index: 51;
    position: relative;
    margin-top: 2px;
    margin-right: -5px;
  }
  .burger__menu div {
    width: 37px;
    border-radius: 1px;
    transition: transform 0.2s ease-in-out;
  }
  .burger__menu div {
    border: 2px solid #131318;
  }
  /* BURGER */
  .nav {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 50;
    right: 100%;
    overflow-y: auto;
    background-color: #FFFFFF;
    transform: translateX(100%);
    transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .nav.open {
    display: flex;
    flex-direction: column;
    padding-top: 160px;
    padding-left: 130px;
    transform: translateX(0);
    right: 0;
    width: 100%;
  }
  .nav ul {
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
    padding: 0 10%;
  }
  .nav.open li {
    font-style: normal;
    font-weight: 300;
  }
  .nav.open li a {
    font-size: 22px;
  }
  .burger__menu.burger__menu_active {
    gap: 0;
    margin-top: 0px;
  }
  .burger__menu.burger__menu_active div {
    transform: rotate(45deg) translate(0, 50%);
    top: 0;
  }
  .burger__menu.burger__menu_active div:nth-child(2) {
    display: none;
  }
  .burger__menu.burger__menu_active div:nth-child(3) {
    transform: rotate(135deg) translate(0, 50%);
    top: 0;
  }
  .block__body.collapsed {
    overflow: hidden;
  }
  /* END BURGER */
  .slider__nav a span {
    display: none;
  }
  .slider__nav img {
    height: 52px;
  }
  .slider__banners {
    height: 300px;
  }
  .slider__banners {
    height: 420px;
  }
  .slider__banner-image {
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .book__block {
    flex-direction: column;
  }
  .book__image {
    padding-right: 0;
  }
  .book__image img {
    width: 270px;
  }
  .book__block h2 {
    padding-top: 30px;
  }
  .book__text {
    padding-left: 30px;
  }
  .book__options {
    flex-direction: column;
  }
  .list--book {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .price__block--book {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 1010px) {
  .payment-systems {
    justify-content: center;
    align-items: stretch;
    gap: 26px;
    padding-top: 44px;
    padding-bottom: 36px;
  }
  .footer__block {
    padding-top: 30px;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
  h1 {
    font: 100 normal 55px/1.2 "Inter";
    padding: 0 0 47px 0;
  }
  h2 {
    font: 100 normal 40px/1.2 "Inter";
    padding: 30px 0 40px 0;
  }
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav.open {
    padding-left: 100px;
  }
  .header__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .button--video {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .splash__book {
    margin-top: 180px;
    margin-left: 5px;
  }
  .splash__book img {
    width: 350px;
  }
  .splash__decor img {
    height: 430px;
  }
  .slider__banners {
    height: 380px;
  }
  .slider__banner-image {
    width: 560px;
  }
}
@media (max-width: 768px) {
  .logo {
    line-height: 100%;
    font-size: 16px;
  }
  .logo__block {
    width: auto;
  }
  .menu {
    padding-top: 0;
  }
  .splash__book {
    margin-top: 180px;
    margin-left: 20px;
  }
  .splash__book img {
    width: 320px;
  }
  .splash__decor img {
    height: 400px;
  }
  .content {
    flex-direction: column;
  }
  .content__text {
    width: 100%;
  }
  .content__additional {
    width: auto;
  }
  .content__additional ul {
    display: flex;
    flex-wrap: wrap;
  }
  .content__additional ul li {
    width: 100%;
    text-align: left;
  }
  .content-button {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .order-button a {
    width: 171px;
    border-radius: 8px;
    padding: 17px 25px;
    font-size: 16px;
  }
  .content-button a {
    width: 236px;
    padding: 17px 25px;
    font-size: 16px;
  }
  .button--video {
    margin-bottom: 60px;
  }
  .footer__block {
    flex-direction: column;
    align-items: center;
  }
  .footer__copyright {
    padding-bottom: 30px;
  }
  .social-links--footer {
    margin-bottom: 20px;
  }
}
@media (max-width: 670px) {
  .main__wrapper {
    padding-top: 70px;
  }
  .price {
    padding-bottom: 40px;
  }
  .intro__header {
    width: auto;
  }
  .intro__decor {
    padding-left: 20px;
  }
  .intro__decor img {
    width: 100%;
  }
  .splash__book {
    margin-top: 80px;
    margin-left: 10px;
  }
  .splash__book img {
    width: 260px;
  }
  .splash__decor img {
    height: 300px;
  }
  .slider__banners {
    height: 340px;
  }
  .slider__banner-image {
    width: 500px;
  }
  .price__decor {
    flex: 0;
  }
  .social-links ul li {
    margin: 0 10px;
  }
  .payment-systems {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .content__additional--book {
    padding-bottom: 0px;
  }
  .book__item {
    display: block;
    text-align: center;
  }
  .book__text {
    padding-left: 0;
  }
  .slider__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .slider__banners {
    height: 320px;
  }
  .slider__banner-image {
    width: 460px;
  }
}
@media (max-width: 570px) {
  .slider__banners {
    height: 290px;
  }
  .slider__banner-image {
    width: 420px;
  }
}
@media (max-width: 540px) {
  .nav.open {
    padding-left: 90px;
  }
  .splash__book {
    margin-top: 90px;
    margin-left: 20px;
  }
  .splash__book img {
    width: 220px;
  }
  .splash__decor img {
    height: 280px;
  }
  h1 {
    font-size: 40px;
  }
  .intro__header {
    width: 100%;
  }
  .intro__decor {
    display: none;
  }
  .content-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main__wrapper {
    text-align: center;
  }
  .price__block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .content__text {
    padding-top: 20px;
  }
  .slider__wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .slider__banners {
    height: 290px;
  }
  .slider__banner-image {
    width: 480px;
  }
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order span {
    display: none;
  }
  .order img {
    height: 44px;
    z-index: 52;
  }
  .social-links--header {
    display: none;
  }
  .slider__container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .slider__banners {
    order: 0;
    grid-column: 1/-1;
  }
  .slider__prev {
    order: 1;
    grid-column: 1;
    text-align: left;
  }
  .slider__next {
    order: 2;
    grid-column: 2;
    text-align: right;
  }
  .slider__nav a span {
    display: block;
    font-size: 16px;
  }
  .footer-contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    gap: 10px;
    margin-bottom: 16px;
  }
  .content__additional ul li {
    width: 100%;
  }
  .order {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .slider__banners {
    height: 290px;
  }
  .slider__banner-image {
    width: 440px;
  }
}
@media (max-width: 480px) {
  .splash__book {
    margin-top: 90px;
    margin-left: 10px;
  }
  .splash__book img {
    width: 200px;
  }
  .splash__decor img {
    height: 250px;
  }
  .slider__banners {
    height: 270px;
  }
  .slider__banner-image {
    width: 380px;
  }
}
@media (max-width: 400px) {
  .splash__book {
    margin-top: 92px;
  }
  .splash__book img {
    width: 180px;
  }
  .splash__decor img {
    height: 230px;
  }
  .slider__banners {
    height: 210px;
  }
  .slider__banner-image {
    width: 340px;
  }
}
@media (max-width: 360px) {
  .splash__book {
    margin-top: 90px;
    margin-left: 10px;
  }
  .splash__book img {
    width: 170px;
  }
  .splash__decor img {
    height: 210px;
  }
  .slider__banners {
    height: 180px;
  }
  .slider__banner-image {
    width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
