.wrap{
	max-width: 480px;
	position: relative;
	font-family: 'Montserrat', Helvetica, sans-serif;
	margin: 0 auto;
}
body.active{
	overflow: hidden;
}
.bc{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 60px;
	z-index: 1;
	background-color: #161616;
	opacity: 0;
	transition: all 0.5s; 

}
.bc.active{
	opacity: 0.5;
	transition: all 0.5s; 

}
/*header*/

header {
	
	
	z-index: 35;
	
	width: 480px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
	border-bottom: #fff 1px solid;
}
.header-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	width: 130px;
}
.header-logo i{
	font-size: 34px;
	color: gray;
}

/* Гамбургер іконка */
.menu-btn {
	margin-right: 20px;
	width: 30px;
	height: 30px;
	position: relative;
	z-index:20;
	overflow: hidden;
}

.menu-btn span {
	width: 40px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: gray;
	transition: all 0.5s;
	border-radius: 5px;
}

.menu-btn span:nth-of-type(2) {
	top: calc(50% - 8px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 8px);
}

/* Змінюємо гамбургер іконку, коли меню відчинено */
.menu-btn.active span:nth-of-type(1) {
  display: none;
}
.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}


/* Меню, яке буде зʼявлятися */
.menu {
	background-color: white;
	margin: 60px auto;
	position: absolute;
	top: 0;
	right: 0px;
	left: auto;
	width: 75%;
	height: 100vh;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.5s; 
	z-index: 101;
}
.menu ul{
	text-align: right;
	text-align: right;
max-width:75%;
margin-left: auto;
}
.menu ul a{
	color: black;
	text-decoration: none;
	text-transform: none;
	font-size: 18px;
	
}
.menu ul li{
	border-radius: 10px 0px 0px 10px;
padding: 10px;
margin: 10px 0;

}
.menu ul li i{
	padding-left: 10px;
}
.menu.active {
	transform: translateX(0);
	display: block;
	opacity: 1;
	transition: all 0.5s;
}

.menu li {
	list-style-type: none;
}


/*block1*/
.b1 {
   
}

.title-box {
	display: block;
    color: black;
    font-size: 34px;
    text-align: center;
	text-transform: none;
	text-transform: uppercase;
}
.title-h{
	font-size: 60px;
position: absolute;
top: 170px;
left: 15px;
color: rgba(15, 88, 106, 1);
font-style: italic;
}



.title-box span{
	color: color(srgb 0.1593 0.3821 0.54);
font-size: 22px;
}
	
.offer {
	font-family: 'Montserrat', Helvetica, sans-serif;	
	padding-top: 1px;
	position: relative;
	height: 490px;
	overflow: hidden;
}
.offer img{
	
max-width: 100%;

}
.moika{
	position: absolute;
	top: -160px;
	left: 10px;
}
.offer-text{
	text-align: center;
	font-size: 21px;
	color: black;
	font-weight: 700;
	padding: 0 10px;
}

.sale {
    width: 150px;
    height: 190px;
    background: url('../img/sale-bc-removebg-preview.png') no-repeat center;
	background-size: 100%;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 190px;
    font-family: 'Gotham Pro', Helvetica, sans-serif;
    font-weight: 900;
	color: white;
	position: absolute;
	top: 80px;
	right: 1px;
    
}
.plus{
	position: relative;
margin-top: 7px;
margin-left: 36px;
color: red;

}
.plus i{
	font-size: 45px;
}
.sale p {
	font-size: 15px;
	font-family: 'Raleway', Helvetica, sans-serif;
	line-height: 1.3em;
	letter-spacing: .6px;
	margin: -210px 10px 10px 10px;
}
.fon{
	z-index: 2;
width: 400px;
height: 600px;
border-radius: 60% 0% 0 30%;
background-color: rgba(15, 88, 106, 1);
position: absolute;
top: 0px;
left: 200px;
}

.price-wrapper{
	margin:  10px 0;
	padding: 20px 0;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
}
.price{
	display: flex;
	justify-content: space-around;
	text-align: center;
	font-family: 'Gotham Pro';
}
.price i{
	line-height: 58px;
	font-size: 40px;
	color: #999ca1;
}
.price-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.old{
	font-size: 32px;
    font-weight: 500;
	text-decoration: line-through;
}
.new{
	font-size: 42px;
    font-weight: 700;
	color: red;
}
.text{
	margin-bottom: 10px;
}
/*block2*/
.b2 {
	padding-bottom: 50px;
	
}
.b2 .formbox{
	background: black !important;
	z-index: 2;
}
input{
	border: #161616 1px solid !important;
	z-index: 2;
}
.formbox{
	
    max-width: 440px;
    margin: 30px auto 0;
    border-radius: 20px;
    padding: 30px;
}
.formbox-text{
	text-align: center;
    margin-bottom: 30px;
    color: black;
}
.formbox-text span{
	font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.formbox-text p{
	font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 20px;
}
h2{
	font-weight: 400;
    font-size: 28px;
    line-height: 30px;
	padding: 20px;
	border-bottom: 1px solid #ededed;
}
.list-section li img{
	width: 110px;
	height: 110px;
	margin-right: 20px;
	border-radius: 20px;
}
.list-section li{
	display: flex;
	margin: 30px 20px;
}
/*block3*/
.b3 {
   padding-bottom: 45px;
   background-color: #fff;
}
.b3 h2.title{
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 24px;
	color: black;
}

.b3 > p {
	font-size: 18px;
	font-weight: 400;
	padding: 0 20px 25px;
	line-height: 1.5em;
}
.b3 .btn {
	margin-top: 10px;
}
.b3 > p span {
	color:#fec50c;
}


.b3 ul{
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
    padding: 20px 25px;
	border-radius: 20px;
	margin: 0 20px 55px 20px;
	
}
.b3 ul li{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
}
.b3 ul li span{
	font-size: 16px;
}
.bold{
	font-weight: 700;
}
.b3 ul li i{
	color: #ffed00;
	font-size: 22px;
	margin-right: 20px;
}
.b3 li:nth-child(2){
	margin-right: 15px;
}
.b3 h3{
	margin: 30px 0 20px 20px;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: 'Montserrat', Helvetica, sans-serif;
}
.b3 img{
	max-width: 100%;
}
.about {
	
  	overflow: hidden;
	line-height: 1.5em;
	padding-bottom: 20px;
  }
.desc{
	transition: 0.5s;
	
}
.more-info {
	/* Hide more info to begin with and reveal if text inside desc is too long*/
	display: none;
	margin: 0 169px 30px 169px;
	padding: 10px;
	background: none;
	opacity: 1;
	border: 0;
	color: #30d5c8;
	font-size: 16px;
	border-radius: 5px;
  }
  
  /* Only display 'more' to begin with */
  .more-info .less,
  .more-info.expand .more {
	display: none;
  }
  .more-info.expand .less {
	display: inline;
  }
  
  /* Misc, just to make things look a bit prettier */
  .more-info:focus {
	outline: none;
  }
  span.glyphicon {
	margin-left: 3px;
  }

/*reviews*/

.reviews {
	padding-bottom: 50px;
	border-top: 2px solid #ededed;
 }
 .reviews  .btn {
	 margin-top: 40px;
 }
 .reviews  h2.title {
	 font-size: 40px;
	 text-align: center;
	 letter-spacing: .8px;
	 line-height: 1.5em;
	 padding: 30px 30px 30px;
	
 }
 .reviews-item {
	 background:#fff url(../img/quote.png) no-repeat right 30px bottom 30px;
	 width: 440px;
	 border-radius: 20px;
	 margin: 0 auto 30px;
	 padding: 25px 25px;
	 box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
 }
 .reviews-header{
	 display: flex;
	 align-items: center;
 }
 .reviews-img{
	 width: 60px;
	 height: 60px;	
	 margin-right: 20px;
 }
 .reviews-img img{
	 border-radius: 50%;
	 width: 60px;
	 height: 60px;	
 }
 .reviews-name{
	 font-weight: 600;
	 font-size: 18px;
	 line-height: 26px;
 }
 .reviews-city{
	 font-size: 14px;
	 line-height: 22px;
	 color: #999ca1;
 }
 .reviews p{
	 font-weight: 600;
	 margin-top: 20px;
 }
 .reviews .stars{
	 text-align: left;
 }
 .reviews span{
	 display: block;
	 font-weight: 400;
	 font-size: 16px;
	 line-height: 24px;
	 color: #262626;
	 margin-top: 20px;
 }
/*benef*/
.benef h2{
	font-weight: 700;
    font-size: 25px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 15px;
    text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, sans-serif;
}
.benef3{
	display: flex;
}
.benef3 li{
	width: 33.3%;
    text-align: center;
    padding: 0 10px;
}
.benef3 li img{
	display: block;
    margin: 0 auto 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.benef3 li p{
	font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #161616;
}
/*block5*/
.formbox{
	background-color: black;
}

.b4 .new{
	color: red;
}

.b4 h3{
	font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
	text-align: center;
	color: #fff;
}
.b4 p{
	font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
	color: #fff;
	text-align: center;
	margin: 10px 0 20px 0;
}
/*block8*/
.b8 {
	padding-bottom: 0px;
}
.b8 h2 {
	margin-bottom: 50px;
}
.ship {
}
.ship li {
	width: 440px;
	height: 165px;
	margin: 0 auto 50px;
	border-radius: 20px;
	border: 3px solid #fead03;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.ship span {
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
	background: rgb(255,215,1);
background: -moz-linear-gradient(top,  rgba(255,215,1,1) 0%, rgba(254,169,3,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,215,1,1) 0%,rgba(254,169,3,1) 100%);
background: linear-gradient(to bottom,  rgba(255,215,1,1) 0%,rgba(254,169,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd701', endColorstr='#fea903',GradientType=0 );
	color:#fff;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Gotham Pro', Helvetica, sans-serif;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top:-26px;
}
.ship p {
	font-size: 20px;
	letter-spacing: .4px;
	padding: 0 20px 0 170px;
	line-height: 1.4em;
}
.ship li:nth-child(1) {
	background: url(../img/ship1.png) no-repeat 10px 59px;
}
.ship li:nth-child(2) {
	background: url(../img/ship2.png) no-repeat 15px 43px;
}
.ship li:nth-child(3) {
	background: url(../img/ship3.png) no-repeat 10px 16px;
}
/*block9*/

/*block10*/

.footer {
    text-align: center;
    padding: 40px 0 30px;
	
}
.footer a {
    font-size: 14px;
    color:#333;
    display: block;
    padding: 5px 0 0;
}