.wrapper{
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    font-family: 'Montserrat', sans-serif;
}
*, *::after,*::before{
    box-sizing: border-box;
    
}
.form-value-2{
    display:none;
}
.input:valid{
    color: green;
}
.input:invalid{
    color:red;
}
*::after,*::before{
    clear: both;
}
.flex{
    display: flex;
}
.flex-center{
    justify-content: center;
    align-items: center;
    align-content: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-col{
    flex-direction: column;
}
.text-left{
    text-align: left;
}
.text-fl::first-letter{
    margin-left: 20px;
}
.text-right{
    text-align: right;
}

.text-14{
    font-size: 14px;
    line-height: 17px;
}
.text-16{
    font-size: 16px;
    line-height: 17px;
}
.text-18{
    font-size:18px;
    line-height: 131.4%;
}
.text-20{
	font-size:20px;
    line-height: 131.4%;
}
.text-22{
    font-size: 22px;
    line-height: 131.4%;
}
.text-24{
    font-size: 24px;
    line-height: 131.4%;
}
.text-36{
    font-size: 40px;
    line-height: 131.4%;
}
.text-300{
    font-weight: 300;
}
.text-500{
    font-weight: 500;
}
.text-600{
    font-weight: 600;
}
.text-700{
    font-weight: 700;
}
.text-800{
    font-weight: 800;
}
.text-900{
    font-weight: 900;
}
.text-super{
    color: #000000;
}
.text-ball{
    background: #ff2121;
    border-radius: 100%;
    padding: 6px 10px;
    color: #fff;
}
.text-secondary{
    color: #8A8A8A;
}
.text-linethrough{
    text-decoration: line-through;
}
.text-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
}
.clock-text-item{
    transform: translateX(5%);
}
.clock-text-item:last-child{
    transform: translateX(0%);
}
.clock-item{
    font-weight: bold;
    font-size: 48px;
    line-height: 131.4%;
    color: #E76553;
    
}
.clock-item + .clock-item{
    margin-left:24px;
}
.clock-text-item + .clock-text-item{
    margin-left: 55px;
}

.section{
    text-align: center;
}
.section-hero{
	background: #E4E0D5;
}
.second-section{
    background: #e6e6e6;
    padding: 7px 45px;
}
.section-timer{
    padding: 30px 10px;
    text-align: center;
}
.btn{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    box-shadow: 0px 0px 5px 10px rgb(255 48 4 / 10%);
    background: #ff2121;
    border-radius: 15px;
    border: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    padding: 15px 42px;
    cursor: pointer;
}
.btn-review{
    font-weight: 600;
    cursor: pointer;
    font-size: 24px;
    line-height: 131.4%;
    border: 2px solid #E76553;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 15px 35px;
    transition: background 200ms;
}



.img{
    width:100%;
}
.img-advance{
    width:50%;
}
.section-dress{
    padding: 0 15px;
    padding-bottom:45px;
}
.dress-item{
    width: 33%;
}
.dress-item p + img{
    margin-top: 5px;
}
.dress-item + .dress-item{
    margin-left: 10px;
}

.section-info{
    background: #e6e6e6;
    padding: 15px 35px;
}
.ok-green-item{
    position: relative;
}
.ok-green-item::before{
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    left: -5%;
    background-image: url("../img/ok-green.svg");
}
.ok-item{
    position: relative;
}
.ok-item::before{
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    left: 0;
    background-image: url("../img/ok.svg");
}

.section-characteristiks{
    padding:  86px 5px 86px 55px;
    background: url("../img/bg-char.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    z-index:-2;
}
.section-characteristiks-content{
    z-index:2;
}
.section-characteristiks::after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background: rgba(228, 224, 213, 0.6);
    z-index:-1;
}
.characteristik-item{
    position: relative;
}
.characteristik-item + .characteristik-item{
	margin-top: 15px;
}
.characteristik-item::before{
    content: '';
    position: absolute;
    top: 5%;
    width: 15px;
    height: 15px;
    left: -8%;
    background-image: url("../img/rect.jpg");
}
.section-size{
    padding: 10px 0;
}
.section-photo .img + .img{
    margin-top: 5px;
}
.section-advance{
    background: #e6e6e6;
    padding: 15px 25px;

}
.advance-item{
    padding:65px 2px 15px 2px;
    background: #F5F5F5;
    border-radius: 5px;
    position: relative;
}
.advance-item + .advance-item{
    margin-top: 70px;
}
.advance-ball{
    position: absolute;
    top:-32%;
    left:38%;
    width: 112px;
    height: 112px;
    background: #F5F5F5;
    border-radius: 100%;
}

.section-review{
    background: #e6e6e6;
    padding: 15px 30px;
}
.review-item{
    margin-left: 38px;
    padding: 10px 10px 10px 41px ;
    border: 1px solid #E76553;
    box-sizing: border-box;
    border-radius: 13px;
    position:relative;
}
.review-item + .review-item{
    margin-top: 15px;
}
.review-img{
    top: 25%;
    left: -10%;
    position: absolute;
}
.section-how-to{
    padding:15px 30px;
}
.how-to-item{
    padding: 46px 10px 15px 10px;
    background: #9a9a9a;
    border-radius: 28px;
    color: #fff;
    width:100%;
    position: relative;
    transform: scale(0.9);
}
.how-to-item-dotted + .how-to-item-dotted{
    margin-top:25px;
}
div + .how-to-item-dotted{
    margin-top:25px;
}
.how-to-img{
    position: absolute;
    top: 10%;
    left: 45%;
}
.how-to-number{
    position: absolute;
    top: 6%;
    left: 7%;
    font-family: Playfair Display;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
}
.how-to-item--right{
    float:right;
}
.how-to-item-dotted{
    border: 1px dashed #E76553;
    box-sizing: border-box;
    border-radius: 28px;
    width:65%;
    transform: scale(1.1);
    
}
.arrow-left{
    position: absolute;
    right: -20%;
    top: 45%;
}
.arrow-right{
    position: absolute;
    left: -20%;
    top: 45%;
}

.section-order{
    padding: 30px 10px;
   
}
.input{
    border: 2px solid #E76553;
    box-sizing: border-box;
    border-radius: 15px;
    width: 100%;
    padding: 20px 27px;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 131.4%;
}
*::placeholder{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 131.4%;
    color: #525252;
}

.link{
    color: #E76553;
    font-weight: 600;
    font-size: 18px;
    line-height: 131.4%;
    text-decoration: none;
}
.link:hover{
    text-decoration: underline;
}
/* Элемент загрузки */


.windows8 {
	position: relative;
	width: 78px;
	height:78px;
	margin:auto;
}

.windows8 .wBall {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
		-o-animation: orbit 6.96s infinite;
		-ms-animation: orbit 6.96s infinite;
		-webkit-animation: orbit 6.96s infinite;
		-moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 10px;
	height: 10px;
	background: #E76553;
	left:0px;
	top:0px;
	border-radius: 10px;
}

.windows8 #wBall_1 {
	animation-delay: 1.52s;
		-o-animation-delay: 1.52s;
		-ms-animation-delay: 1.52s;
		-webkit-animation-delay: 1.52s;
		-moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
	animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
	animation-delay: 0.61s;
		-o-animation-delay: 0.61s;
		-ms-animation-delay: 0.61s;
		-webkit-animation-delay: 0.61s;
		-moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
	animation-delay: 0.91s;
		-o-animation-delay: 0.91s;
		-ms-animation-delay: 0.91s;
		-webkit-animation-delay: 0.91s;
		-moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
	animation-delay: 1.22s;
		-o-animation-delay: 1.22s;
		-ms-animation-delay: 1.22s;
		-webkit-animation-delay: 1.22s;
		-moz-animation-delay: 1.22s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}


/* Модальное окно */

#myBtn {
  color: black;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  width: 180px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    position: relative;
    background: #E4E0D5;
    margin: auto;
    padding: 0;
    max-width: 480px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.closePopup,.closeReview {
    background: red;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: right;
    font-size: 56px;
    border: 2px solid red;
    padding:  10px 15px 20px 15px;;
    line-height: 30px;
    border-radius: 50%;
    font-weight: bold;
}

.closePopup:hover,
.closePopup:focus,.closeReview:hover,.closeReview:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 20px 16px;
    background: #F5F5F5;
    color: black;
    min-height: 100px;
}

.modal-body {
  padding: 10px 16px 30px 16px;
  color: black;
  text-align: center;}

  /* rating     */

  .rating-area {
	overflow: hidden;
	margin: 0 auto;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}

/* carousel */

.carousel {
    position: relative;
 }
 .carousel-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
 }
 .carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
 }
 .carousel-item {
  position: absolute;
  height: 720px;
  width: 100%;
  opacity: 0;

 }
 .carousel-item img {
  display: block;
  height: auto;
  max-width: 100%;
 }
 .carousel-item--one{
  background:url('../img/photo-7.jpg');
   background-size:cover;
   background-position: center;
 }
 .carousel-item--two{
  background:url('../img/carousel-2.jpg');
   background-size:cover;
   background-position: center;
 }
 .carousel-item--three{
  background:url('../img/carousel-3.jpg');
   background-size:cover;
   background-position: center;
 }
 .carousel-item--four{
  background:url('../img/carousel-4.jpg');
   background-size:cover;
   background-position: center;
 }
 .carousel-item--five{
  background:url('../img/carousel-5.jpg');
   background-size:cover;
   background-position: center;
 }
 .carousel-item--six{
	background:url('../img/carousel-6.jpg');
	background-size:cover;
	background-position: center;
}
.carousel-item--seven{
	background:url('../img/carousel-7.jpg');
	background-size:cover;
	background-position: center;
}
.carousel-item--eigth{
	background:url('../img/carousel-8.jpg');
	background-size:cover;
	background-position: center;
}
 
 .carousel-control {
   background: #FF7121;
   color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
 }
 .carousel-control.prev {
    left: 2%;
 }
 .carousel-control.next {
    right: 2%;
 }

 .carousel-control:hover {
   background: #CB051C;
 }
 #carousel-1:checked ~ .control-1,
 #carousel-2:checked ~ .control-2,
 #carousel-3:checked ~ .control-3,
 #carousel-4:checked ~ .control-4,
 #carousel-5:checked ~ .control-5,
 #carousel-6:checked ~ .control-6,
 #carousel-7:checked ~ .control-7,
 #carousel-8:checked ~ .control-8,
 #review-1:checked ~ .control-1,
 #review-2:checked ~ .control-2,
 #review-3:checked ~ .control-3 {
    display: block;
 }
 .carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
 }
 .carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
 }
 .carousel-bullet {
    color: #90BEBF;
    width: 25px;
    height: 7px;
    background-color:#90BEBF;
    cursor: pointer;
    display: block;
    font-size: 35px;
    border-radius: 5px;
 }
 .carousel-bullet:hover {
   background: linear-gradient(92.25deg, #B4EDED 0%, #FF9AE9 100.32%);
 }
 #carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
 #carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
 #carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
 #carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet,
 #carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet {
   background: linear-gradient(92.25deg, #B4EDED 0%, #FF9AE9 100.32%);
 
 }

@media screen and (max-width: 450px) {
	.carousel-item {
		height: 670px;
	}
	.advance-ball{
		left: 33%;
	}
	.review-img{
		left: -15%;
	}
	.text-36{
		font-size: 32px;
	}
}
@media screen and (max-width: 430px) {
	.carousel-item {
		height: 640px;
	}
	.text-36{
		font-size: 37px;
	}
}
@media screen and (max-width: 390px) {
	.carousel-item {
		height: 580px;
	}
	.text-36{
		font-size: 28px;
	}
}
@media screen and (max-width: 350px) {
	.carousel-item {
		height: 520px;
	}
	.review-img{
		left: -20%;
	}
	
}