﻿

@font-face {
  font-family: 'shadow';
  src: url('../fonts/Shadow_regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'inter';
  src: url('../fonts/Inter-Regular.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'interLight';
  src: url('../fonts/Inter-Light.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'interExtraLight';
  src: url('../fonts/Inter-ExtraLight.otf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'interBold';
  src: url('../fonts/Inter-Bold.otf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

body {
  background-color: #FDF0E9;
}

p {
  font-family: 'inter', sans-serif;
}


h1 {
  font-family: 'shadow';
  text-transform: uppercase;
  color: #767684;
  font-size: 48px;
}

h2 {
  font-family: 'shadow';
  text-transform: uppercase;
  color: #9DBBB8;
  font-size: 38px;
  text-align: left;
  margin: 0;

}

h3 {
  font-family: 'inter';
  font-size: 24px;
  color: #767684;
  text-align: left;
  margin-bottom: 30px;

}

img {
  max-width: 100%;
}

.site-header {
  position: relative;
}

.dekor1 {
  position: absolute;
  right:0;
  top:350px;

}

.dekor2 {
  position: absolute;
  left:0;
  top:100px;
}

.dekor3 {
  position: absolute;
  right: 0;
  top: 100px;
}

.dekor4 {
  position: absolute;
  right: -100px;
  top: 0px;
}

.podpiskaMob  {
  display: flex;
  justify-content: center;
}

.dekor2Block, .dekor3Block, .dekor4Block {
  position: relative;
  overflow: hidden;
}

.dekor3Block .booksBlockMin{
  bottom: 0
}

.closeClub {
  margin-top:50px;
}

.clubButton {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.clubButton a {
  background: linear-gradient(90deg, #80CAC3 0%, #ACDBD6 32%, #80CAC3 43%, #A5D1CC 100%);
  color: white;
  font-family: shadow;
  font-size: 34px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 20px 50px 10px;
  margin-top: 50px;
  text-decoration: none;
}

.subText {
  color: gray;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.hier {
  position: relative;
}

.infoBlock {
  position: relative;
}

.arrowBlock {
  position: absolute;
  bottom: 50px;
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrowBlock2, .arrowBlock3 {
  bottom: -50px;
}

.arrowBlock p {
  font-family: interExtraLight;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

.arrowBlock img {
  position: relative;
  right: 50px;
  top: 20px;
}

.hier1 {
  position: absolute;
  right:5%;
  top:100px;
}

.hier2 {
  position: absolute;
  left: 0;
  bottom:-40%
}

.hier3 {
  position: absolute;
  right: -55%;
  bottom: 0;
}

.hier4 {
  position: absolute;
  left: 10%;
  top: 0;
}

.hier5 {
  position: absolute;
  right: 5%;
  bottom: 0;
}

section {
  margin-top:100px
}

section p {
  color: #767684;
  font-size: 19px;
  line-height: 25px;
  text-align: left;
  font-family: "interLight";
}

section p span {
  color:#DC6A65;
}

.infoBlock {
  margin-top:50px
}

.infoBlock p {
  font-weight: 600;
}

button {
  background: linear-gradient(90deg, rgba(220, 106, 101, 1) 0%, rgba(255, 174, 170, 1) 32%, rgba(234, 128, 123, 1) 43%, rgba(216, 130, 126, 1) 100%);
  color: white;
  font-family: shadow;
  font-size: 34px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 20px 50px 10px;
  margin-top:50px
}

.buttonCart, .buttonCartCanceled {
  padding: 15px 10px 10px;
  font-size: 16px;
}

.booksBlock {
  display: flex;
  align-items: center;
  justify-content: end;
}

.bigImg {
  width: 85%;
  border-radius: 20px;
}

.smallImg {
  border-radius: 20px 0 0 20px;
}

.booksBlockMin {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 14px;
  bottom: 10%;
}

.booksBlockMin img {

  margin-bottom: 10px;
  border-radius: 20px 0 0 20px;
}

.reviews {
  position: relative;
}

.reviews h2, .reviews h3{
  text-align: center;
}

.reviews button {
  color: #DC6A65;
  font-size: 16px;
  border: 1px dashed;
  background: none;
  text-transform: none;
  font-family: inter;
  padding-bottom: 20px;
}

.pers1Block {
  position: relative;
}


.reviews .pers1 {
  position: absolute;
  left: -5%;
  z-index: 1;
  top: 50px;
}

.reviews .pers2 {
  position: absolute;
  right: -20px;
  top: -35%;
}

footer {
  background: #9DBBB8;
  margin-top:270px;
  z-index: 1;
}

footer .wave {
  background: url(../img/wave.png) no-repeat;
  width: 100%;
  height: 122px;
  background-size: contain;
  position: relative;
  top: -100px;
  z-index: 2;
}

footer {
  position: relative;
  padding-bottom: 250px;
}

footer p {
  color: #FDF0E9;
  font-family: interExtraLight;
}

footer .socIcons img {
  padding: 20px;
  background: #FDF0E9;
  border-radius: 10px;
  width: 68px;
  height: 68px;
  margin: 0 5px;
  cursor: pointer;
}

footer .pers3 {
  position: absolute;
  right: 40%;
  bottom: 0;
  z-index: 4;
}

.soc p {
  text-align: center;
}

.reviewsPage {
  background-color: #9dbbb9;
}

.reviewsPage p {
  text-align: center;
  color: white;
  font-family: interExtraLight;
  font-size: 18px;
  background-color: rgba(119, 118, 132, 0.5);
  border-radius: 10px;
  padding: 5px;
  width: 30%;
  margin: 20px auto;
}

iframe {
  border: none;
}

footer .polisy a {
  color: #FDF0E9;
  text-decoration: underline;
}

.cartIcon {
  position: fixed;
  top: 50px;
  right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cartIcon p {
  margin: 0;
}

.cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #C4C4C4;
  border-bottom: 2px solid #C4C4C4;
  padding: 20px 0;
  margin: 10px 0;
}

.nameProduct {
  width: 200px;
  color: #DC6A65;
}


.price {
  color: #DC6A65;
}

.total {
  text-align: right;
  color: #9DBBB8;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: end;
}

.priceBlock {
  margin-left: 10px;
}

.priceBlock div {
  display: flex;
}

.priceBlock div span {
  margin-left: 5px;
}

.totalPrice {
  margin-bottom: 0;
}

.priceThrough {
  text-decoration: line-through;
}

.comeBack {
  color: #9DBBB8;
  font-size: 18px;
}

.comeBack:hover {
  text-decoration: #9DBBB8;
  color: #9DBBB8;
}

.headerText {
  color: #9DBBB8;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
  font-weight: bold;
}

.orderSend input {
  border: none;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}

.cartIcon {
  position: fixed;
  padding: 10px;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.errorClass {
  color: red;
}


@media screen and (max-width: 1200px) {

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 28px;

    margin: 30px 0;
  }

  h3 {
    display: none;
  }
  p {
    font-size: 16px;
  }

  .priceBlock div span {
    font-size: 16px;
  }

  .guides {
    margin-top: 0;
  }

  section {
    margin-top: 50px;
  }
  .hier1, .hier2, .hier3, .arrowBlock, .dekor2, .hier5 {
    display: none;
  }

  .hier4 {
    width: 20%;
    top:600px
  }



  .dekor1 {
    display: none;
  }

  .dekor1_mob {
    position: absolute;
    left: 0;

  }

  .dekor3 {
    position: absolute;
    right: 0;
    top: -750px;
    width: 120px;
  }

  .dekor4 {
    position: absolute;
    right: -200px;
    top: 0px;
  }



  iframe {
    width: 100%;
  }

  .booksBlock {
    justify-content: center;
  }

  .bigImg {
    width: 240px;
  }

  .smallImg {
    border-radius: 0 5px 5px 0;
  }

  .booksBlockMin {
    right: 50px;
    left: auto;
    position: static;
  }

  .reviews .pers1 {
    width: 80%;
    left: 15%;
    top: 550px;
  }

  .reviews .pers2 {
    width: 25%;
    left: auto;
    top: 550px;
    right: 10%;
  }

  .reviews button {
    background: white;
    color: #DC6A65;
    margin-top: 350px;
    z-index: 111;
    position: relative;
  }

  footer {
    margin-top: 500px;
  }

  footer .wave {
    background: url(../img/wave_mob.png) no-repeat;
    background-size: contain;
    top:-50px;
  }

  .reviewsPage p {
    width: 70%;
  }

  .socIcons {
    text-align: center;
  }

  .footerInfo {
    margin-top:50px
  }

  footer .pers3 {
    left: 25%;
    right: auto;
    width: 250px;
  }

  footer p {
    font-size: 20px;
  }

  .nameProduct {
    margin: 0 10px;
  }

  .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .info input {
    margin: 10px 0;
  }

  .footerBlock {
    display: flex;
    justify-content: center;
  }

  .footerBlock button {
    margin-top:20px;
    font-size: 20px;
  }

  .cartIcon {
    position: fixed;
    padding: 10px;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }

  .cartIcon a {
    width: 20px;
    height: 20px;
  }

  .cartPage footer {
    margin-top:100px
  }

  button {
    margin-top: 30px;
    padding: 20px 50px 15px;
    font-size: 20px;
  }

  .promokod {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .buttonCart, .buttonCartCanceled {
    margin-top:10px
  }

}

@media screen and (max-width: 1540px) and (min-width: 1201px) {

 .dekor2 {
   top:450px;
 }


}

@media screen and (max-width: 1900px) and (min-width: 1200px) {

.hier3 {
  right: 0;
}

  footer .wave {
    top:-50px
  }

  .dekor1_mob {
    display: none;
  }


}

@media screen and (max-width: 1200px) and (min-width: 767px) {

footer .wave {
	        background-size: cover;
        top: -100px;
}

}



@media screen and (max-width: 1700px) {
  .dekor4 {
  position: absolute;
  right: -300px;
  top: 0px;}
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {

  .dekor4 {
    position: absolute;
    right: -400px;
    top: 0px;}


}

@media screen and (max-width: 1200px) and (min-width: 320px) {

  .clubButton a {
    background: linear-gradient(90deg, #80CAC3 0%, #ACDBD6 32%, #80CAC3 43%, #A5D1CC 100%);
    color: white;
    font-family: shadow;
    font-size: 34px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    padding: 20px 30px 10px;
    margin-top: 50px;
    text-decoration: none;
    width: 100%;
  }


}
