@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  overflow: visible !important;
  color: #000;
  font-weight: 400;
  display: block;
  margin: 0 auto !important;
  max-width: 400px;
}
ul{margin: 0;padding: 0;list-style: none;}
a, button{outline: none;}
h1, h2, h3, p{margin: 0;}

h1{
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 51.6px */
  text-transform: uppercase;
  margin-bottom: 18px;
}
h1 span{
  font-size: 100px;
}
h2{
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  text-transform: uppercase;
}
input[type='text']{
	width: 100%;
	color: #333;
	height: 45px;
  border: none;
  border-bottom: solid 1px #cccccc;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
button, input[type='submit']{
	border-radius: 100px;
  background: #FD3866;
	padding: 15px 30px;
  border: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 126%; /* 18.9px */
  text-transform: uppercase;
  color: #fff;
}
button{
  display: block;
  margin: 0 auto;
}
section{
	padding: 30px 0;
	position: relative;
}
img{
  max-width: 100%;
}

/*boxmodal*/
.box-modal{
  font-family: "Raleway", sans-serif;
  position:relative;
  text-align:center;
  line-height: 1.3;
  background:#F0F0F0;
  border-radius: 10px;
  color: #000;
  width: 100%;
}
.box-modal_close{
  position:absolute;
  right:0px;
  top:-40px;
  font-size:60px;
  line-height:15px;
  color:#fff;
  cursor:pointer;
  transform:rotate(45deg);
}
.box-modal .deskr{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.box-modal .date{
  font-size: 13px;
  margin-bottom: 18px;
  font-weight: 700;
}
.box-modal .date span{
  color: #FF779F;
}
.box-modal .price{
  font-size: 12px;
  margin-bottom: 14px;
}
.box-modal del{
  font-weight: 700;
}
.box-modal .price span{
  border-radius: 100px;
  background: #FF779F;
  padding: 2px 15px;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}
.box-modal .desklaimer{
  margin-top: 10px;
}
.box-modal .desklaimer .info {
    font-size: 9px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.box-modal .desklaimer .info img{
  margin-right: 5px;
}
.box-modal .desklaimer h4{
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-modal .desklaimer .ps{
  margin-top: 20px;
  font-size: 10px;
}

.accordion .accordion_item {
  margin-bottom:1px;
  position:relative;
  padding: 0;
}
.accordion .title_block {
  cursor:pointer;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background: #fff;
  padding:20px;
  -webkit-transition:all .2s linear 0;
  -webkit-transition-delay:.2s 0;
  transition:all .2s linear 0;
  margin: 0;
  margin-bottom: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accordion .title_block .num{
  border-radius: 10px;
  background: #FF779F;
  padding: 4px 10px 3px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: max-content;
}
.accordion .title_block div:last-child{
  padding-left: 24px;
  width: 85%;
}
.accordion .title_block:before {
  content:'';
  height:8px;
  width:8px;
  position:absolute;
  right:20px;
  top:30px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
.accordion .active_block .title_block:before {
  transform: rotate(135deg);
}
.accordion .active_block .title_block{
  border: none;
}
.accordion .info {
  display:none;
  padding: 10px 40px 15px 80px;
  overflow: hidden;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
.accordion .info p{
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  width: 100%;
  margin: 0;
}

.getting-started{
    display:inline-block;
    margin: 5px 0;
}
.getting-started:after{
    content:"";
    display:block;
    clear:both
}
.getting-started>div{
    float:left;
    text-align:center;
    margin-left:10px;
    line-height: 1;
    font-size: 7px;
}
.getting-started>div:first-child{
    margin-left:0
}
.getting-started .dial{
    font-size: 15px;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 3px;
    padding: 6px;
}
.getting-started .text-timer{
    font-size:7px;
}

.slick-slide img {
    margin: 0 auto;
    max-width: 600px;
    width: 85%;
}
.slick-prev:before, .slick-next:before{
  color: #000;
}

#menu{
  width:100%;
  background: #FF779F;
  padding:5px 0 15px;
}
#menu.default{
  width:920px;
  display:none;
}
#menu.fixed{
  display:block;
  position:fixed;
  bottom:0;
  left:0;
  z-index:999
}
#menu button{
  display: block;
  margin: 0 auto;
}

.hidd{
  display: none;
}
.pink{
  color: #FF779F;
}
.items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.price{
  margin-bottom: 6px;
  font-size: 15px;
}
.container{
  width: 100%;
  padding: 0 15px;
}

header{
  padding: 26px 0 19px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 19.32px */
  letter-spacing: 3.24px;
  text-transform: uppercase;
}
.s1{
	background: #F0F0F0;
  text-align: center;
  padding-bottom: 0;
}
.s1 .items{
  margin-bottom: 29px;
  font-weight: 500;
}
.s1 .items div{
  width: 48%;
  border-radius: 1000px;
  background: #FFF;
  padding: 8px;
  font-size: 12px;
}
.s1 .items div.pink{
  background: transparent;
  border: 1px solid #FD3866;
}
.s1 h1+p{
  position: relative;
  display: block;
  margin: 0 auto;
  width: max-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 86%;
  margin-bottom: 20px;
}
.s1 h1+p::before,.s1 h1+p::after{
  position: absolute;
  content: '';
  background: url('../img/heart.png');
  background-size: 100% 100%;
  width: 19px;
  height: 16px;
  top: 0;
}
.s1 h1+p::before{
  left: -29px;
}
.s1 h1+p::after{
  right: -29px;
}
.s1 .info{
  display: block;
  margin: 0 auto;
  width: 90%;
  border-radius: 100px;
  background: #E8E8E8;
  padding: 19px 11px;
  font-size: 15px;
  margin-bottom: 26px;
}
.s1 button+p{
  margin-top: 13px;
  font-size: 10px;
}
.s1 .price{
  display: block;
  margin: 0 auto;
  width: max-content;
  border-radius: 100px;
  background: #FFF;
  margin-bottom: 6px;
  padding: 9px 13px;
}
.s2 h2{
  margin-bottom: 38px;
}
.s2 .items{
  background: #F8F8F8;
  align-items: center;
  margin-bottom: 12px;
}
.s2 .items img{
  width: 40%;
}
.s2 .items div{
  width: 60%;
  padding: 8px;
}
.s2 .items h3{
  font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 112%;
margin-bottom: 14px;
}
.s3{
  background: #F0F0F0;
  padding-bottom: 0;
}
.s3 h2{
  margin-bottom: 42px;
}
.s3 .item{
  position: relative;
  border-radius: 45px;
  background: #FFF;
  margin-bottom: 7px;
  padding: 17px 33px 16px 61px;
}
.s3 .item::before{
  position: absolute;
  content: '';
  background: url('../img/heart2.png');
  background-size: 100% 100%;
  width: 19px;
  height: 16px;
  top: calc(50% - 8px);
  left: 20px;
}
.s3 img{
  margin-top: 20px;
}
.s4,.s5,.s6,.s7,.s9,.s10{
  background: #F0F0F0;
}
.s4 h2{
  margin-bottom: 38px;
}
.s4 .gallery div{
  display: block;
  margin: 0 auto;
  width: 95%;
}
.s5 h2{
  margin-bottom: 9px;
}
.s5 h2+p{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 44px;
}
.s5 .item{
  margin-bottom: 12px;
}
.s5 .item .info{
  border-radius: 10px;
  background: #FFF;
  padding: 26px 49px 39px 23px;
}
.s5 h3{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.249%;
  margin-bottom: 9px;
}
.s5 button{
  margin-top: 14px;
}
.s6 h2{
  margin-bottom: 27px;
}
.s6 .info{
  border-radius: 10px;
  background: #252525;
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 25px;
  margin-bottom: 17px;
}
.s6 .info h3{
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.249%;
  margin-bottom: 15px;
}
.s6 .photo{
  background: url('../img/s6_bg.png') no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 260px 10px 18px 10px;
}
.s6 .photo div{
  border-radius: 10px;
  border: 1px solid #C8C8C8;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(10px);
  padding: 16px 24px 19px 28px;
  color: #fff;
}
.s7 h2{
  margin-bottom: 34px;
}
.s7 .items{
  background: #FFF;
  padding: 28px 12px 28px 40px;
  align-items: center;
  margin-bottom: 8px;
}
.s7 .items img{
  width: 5%;
}
.s7 .items p{
  width: 83%;
}
.s8 h2{
  margin-bottom: 24px;
}
.s8 .items{
  border-radius: 100px;
  border: 1px solid #E6E6E6;
  background: #F0F0F0;
  margin-bottom: 13px;
  padding: 12px;
  align-items: center;
}
.s8 .items img{
  width: 20%;
}
.s8 .items p{
  width: 73%;
  padding-right: 20px;
}
.s9{
  text-align: center;
}
.s9 h3{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%; /* 24.4px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.s9 h4{
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.s9 .info{
  margin-top: 40px;
  border-radius: 60px;
  background: #45434A;
  padding: 35px;
  color: #fff;
}
.s9 h2{
  margin-bottom: 33px;
}
.s9 .info img{
  margin-top: 22px;
  width: 33px;
}
.s10 h2{
  margin-bottom: 38px;
}





footer{
  background: #000;
  padding: 15px 0 75px;
  color: #fff;
  font-size: 14px;
}
footer a{
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  display: block;
}
footer p{
  margin-bottom: 10px;
}