.wrap{
	max-width: 480px;
	position: relative;
	font-family: 'Montserrat', Helvetica, sans-serif;
}
body.active{
	overflow: hidden;
}
/*header*/
.maps {
    margin: 0 auto;
}
video {
    width: 100%;
}
header {
	z-index: 35;
	position: fixed;
	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;
	
}
.header-logo i{
	font-size: 40px;
	color: white;
	
}

/* Гамбургер іконка */
.menu-btn {
	margin-right: 20px;
	width: 30px;
	height: 30px;
	position: relative;
	z-index:20;
	overflow: hidden;
}

.menu-btn span {
	width: 40px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #020d7c;
	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 {
	margin: 60px auto;
	position: absolute;
	top: 0;
	left: auto;
	width: 480px;
	height: 100vh;
	padding: 15px;
    background:  darkgray;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.5s; 
	z-index: 10;
	overflow: auto;
}
.menu ul{
	text-align: right;
	
}
.menu ul a{
	color: white;
	text-decoration: none;
	text-transform: none;
	font-size: 18px;
	
}
.menu ul li{
	margin: 10px 0;
}
.menu.active {
	transform: translateX(0);
	display: block;
	opacity: 1;
	transition: all 0.5s;
}

.menu li {
	list-style-type: none;
}


/*block1*/
.b1 {
    padding-top: 60px;
}

.b1 h1 {
	padding-top: 20px;
	display: block;
    color: #333;
    font-size: 34px;
    text-align: center;
	text-transform: none;
}
.b1 h1 span{
	font-size: 38px;
}

.offer {
	font-family: 'Montserrat', Helvetica, sans-serif;
	background: url(../img/ur-offer.png) no-repeat center top;
	padding-top: 1px;
	background-size: contain;
	position: relative;
	height: 484px;
}
.sale {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgb(255,240,0);
background: -moz-linear-gradient(top,  rgba(255,240,0,1) 0%, rgba(254,162,3,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,240,0,1) 0%,rgba(254,162,3,1) 100%);
background: linear-gradient(to bottom,  rgba(255,240,0,1) 0%,rgba(254,162,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff000', endColorstr='#fea203',GradientType=0 );
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1em;
	font-family: 'Gotham Pro', Helvetica, sans-serif;
	font-weight: 900;
	padding-top: 20px;
	margin: 164px 0 191px 332px;
}
.sale p {
	font-size: 15px;
	font-family: 'Raleway', Helvetica, sans-serif;
	line-height: 1.3em;
	letter-spacing: .6px;
}


.price-timer{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin: 25px 0;
}

.bott-wrap {
    display: flex;
    justify-content: space-around;
	background-color: #f6f6f6;
	padding: 10px 0;
	text-transform: uppercase;
}

#timer {
	font-size: 19px;
	font-weight: 700;
	color: #333;
  }
  
.timer p {
	color: #7d7d7d;
    font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
  }
#timer span:not(:last-child):after{
	content: ':';
	margin-left: 7px;
}
.price-wrapper{
	display: flex;
    color: #fff;
	font-size: 18px;
}
.price-sale{
	position: relative;
    z-index: 2;
    width: 110px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
    background: #213050;
   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec50c', endColorstr='#fedf0c',GradientType=1 );
    color: white;
}
.numbr {
    width: 180px;
    height: 70px;
    background: white;
    border: 1px solid #213050;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: -20px;
    border-radius: 0 20px 20px 0;
    padding: 0 20px 0 30px;
    font-size: 21px;
    line-height: 1.1em;
	color: #213050;
}
.old span{
	text-decoration: line-through;
	font-weight: 400;
    font-size: 21px;
	line-height: 1.1em;

}
.new span{
	font-size: 28px;
    font-weight: 700;
	line-height: 1.1em;
}

.opis-wrap {
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.opis-title {
	font-size: 25px;
	color: #213050;
	font-weight: 700;
}
.opis-subtitle {
	margin-top: 15px;
	font-size: 18px;
	position: relative;
}
.opis-subtitle::after{
right: -23px;
content: "";
height: 2px;
width: 15px;
position: absolute;
background-color: #eb212e;
top: 11px;
border-radius: 150px;
}
.opis-subtitle::before{
	left: -23px;
	content: "";
height: 2px;
width: 15px;
position: absolute;
background-color: #eb212e;
top: 11px;
border-radius: 150px;
}
.opis-text{
	color: #4e3827;
	padding: 20px;
	text-align: center;
}
.ellipse{
	
	padding: 20px 0;
}
.opis-cont{
	
	display: flex;
	justify-content: space-around;
	width: 440px;
	border-bottom: 3px solid rgba(96, 96, 96, 0.4);
}
.opis-cont p{
	padding-bottom: 10px;

	text-align: center;
	width: 110px;
	font-size: 14px;
	font-weight: 700;
	color: #606060;
}
/*block2*/
.b2 {
    padding-bottom: 20px;
	
}
.b2 .formbox{
	background-color: darkgray;
}
.formbox{
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.15);
    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;
	border-radius: 50%;
	margin-right: 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 img {
	width: 440px;
	display: block;
	margin: 35px  auto;
	
}

.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: #213050;
	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;
}
.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: darkgray;
}


.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;
}

/*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;
}

#popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
  }
  
  #popupContent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
  }
  
  #popup img {
	max-width: 100%;
	max-height: 60vh;
	display: block;
  }
  
  #closePopup {
	padding: 20px;
	background-color: #333;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 20px;
  }
  
  .new-wrap{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

  }
  .new-item{
	background-color: #f4f4f3;
	width: 48%;
	border: 2px solid #f4f4f3;
	border-radius: 20px;
	display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
	margin-bottom: 15px;
  }
  .new-item img{
	border-radius: 20px 20px 0 0;
  }
  .new-item p{
	margin: auto;
	font-weight: 700;
	padding: 10px;
	font-size: 14px;
  }