/* styles */
body {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	color: #fff;
	background: #000;
}
.wrap {
	width: 480px;
	padding: 0;
	margin: 0 auto;
	background: #1a1a1a;
}
section {
	padding: 40px 0;
}
section,
footer {
	width: 100%;
	position: relative;
}
.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
   
}
.img2 {
    max-width: 100%;
    height: auto;
    /* border-radius: 20px; */
}

b {
	font-weight: 700;
}

/*form*/
.main_form input {
	border: none;
	background: #fff;
	width: 100%;
	height: 70px;
	font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #545b70;
	border-radius: 20px;
	margin-bottom: 20px;
	text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.main_form ::-webkit-input-placeholder {
	color: #545b70;
}
.main_form ::-moz-placeholder {
	color: #545b70;
}
.main_form :-moz-placeholder {
	color: #545b70;
}
.main_form :-ms-input-placeholder {
	color: #545b70;
}
.main_form :focus::-webkit-input-placeholder {
	color: transparent;
}
.main_form :focus::-moz-placeholder {
	color: transparent;
}
.main_form :focus:-moz-placeholder {
	color: transparent;
}
.main_form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button {
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 380px;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 19px;
	background: #1a1a1a;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 21px;
	line-height: 70px;
	text-transform: uppercase;
	text-align: center;
}
.button:active {
	background: #7e97f3;
	top: 2px;
}

/* titles */
h2.title {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 40px;
}
h2.title small{
    display: block;
    text-transform: uppercase;
    font-size: 21px;
}
h2.title span{
    color: #ffe504;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
}


.color_theme {
	background: #ccc;
}
.color_theme h2.title {
	color: #fff;
}


/*offer*/
.offer {
	/* background: url(../img/offer.jpg) 50% 0% no-repeat; */
	/* min-height: 632px; */
	padding: 15px 15px;
}

.main_subtitle{
    font-size: 17px;
	color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
}
.main_title{
    color: #fab600;
    font-weight: 700;
    font-size: 29px;
    line-height: 1.1em;
    padding-right: 150px;
    text-transform: uppercase;
}

.offer_age{
    margin-top: 18px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-size: 10px;
    line-height: 1.1em;
    padding-top: 12px;
}
.offer_age span{
    display: block;
    font-size: 28px;
    line-height: 1em;
}

.fairy{
    position: absolute;
    top: 162px;
    left: 0;
    pointer-events: none;
}
.fairy img{
    display: block;
    transform: translateY(-10px);
    animation: fairyfly 2s ease-in-out 0s infinite alternate-reverse;
    
}
@keyframes fairyfly {
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
  }

.offer .sale{
    width: 140px;
    position: absolute;
    top: 387px;
    left: 308px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}
.offer .sale span{
    display: block;
    font-size: 40px;
    line-height: 1em;
}
.offer .sale small{
    font-size: 10px;
    line-height: 1.1em;
}

.price{
    display: flex;
    align-items: center;
    justify-content: center;
}
.price .old{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1em;
    padding-right: 5px;
}
.price .old span{
    text-decoration: line-through;
}
.price .new{
    color: #ffe600;
    font-size: 37px;
    line-height: 1.1em;
    font-weight: 700;
    padding-left: 5px;
}
.price small{
    font-size: 0.8em;
}
.offer .price{
    /* margin-top: 285px; */
    /* padding-left: 210px; */
    /* flex-wrap: wrap; */
}
.offer .price .new{
    width: 100%;
    text-align: right;
    padding: 0 40px 0 0;
}
.offer .price .old{
    width: 100%;
    text-align: right;
}


.offer_bull{
    margin-top: 35px;
    display: flex;
}
.offer_bull>li{
    width: 50%;
    text-align: center;
    padding: 0 10px;
}
.offer_bull>li img{
    display: block;
    margin: 0 auto 15px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.formbox{
    background: #ffe504;
    max-width: 440px;
    margin: 30px auto 0;
    border-radius: 20px;
    padding: 30px;
}
.formbox .action_text{
    text-align: center;
    margin-bottom: 30px;
}
.formbox .action_text span{
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2em;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #23363c;
}



/*s1*/
.s1{
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}
.video_block{
    height: 280px;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.video_block iframe,
.video_block object,
.video_block video,
.video_block embed,
.video_block .youtube{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.s1>p{
    margin-bottom: 25px;
    text-align: center;
}

.benef1>li{
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 20px 20px 20px 20px;
    color: #000;
    background: #feb902;
}
.benef1>li h4{
    font-size: 18px;
    text-transform: uppercase;
    /* margin-bottom: 10px; */
}
.benef1>li:nth-child(1){
    /* background: #353535 url(../img/s1_benef1.png) -10% 100% no-repeat; */
}
.benef1>li:nth-child(2){
    /* background: #353535 url(../img/s1_benef2.png) -10% 50% no-repeat; */
}
.benef1>li:nth-child(3){
    /* background: #353535 url(../img/s1_benef3.png) 0% 100% no-repeat; */
}

.s1 .button{
    margin-top: 20px;
}


/*s2*/
.s2{
    padding-top: 10px;
}
.owl-carousel .owl-item img{
    width: auto;
}

.rev_item{
    width: 440px;
	background: #353535;
    margin: 0 auto 70px;
    padding: 0 0 1px;
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}
.rev_item>img{
    display: block;
    margin: 0 auto 30px;
    border-radius: 20px 20px 20px 60px;
}
.rev_item>p{
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;
}
.rev_item .author{
    text-align: center;
    margin-bottom: -70px;
}
.rev_item .author>img{
    display: block;
    margin: 0 auto 12px;
    border-radius: 50%;
    height: 80px;
}
.rev_item .author>p{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1em;
}

.owl-dots{
    margin-top: 30px;
    display: flex;
    height: 26px;
    align-items: center;
    justify-content: center;
}
.owl-dot{
    width: 10px;
    height: 10px;
    background: #fe0505;
    margin: 0 4px;
    border-radius: 50%;
}
.owl-dot.active{
    width: 26px;
    height: 26px;
}

.owl-nav{
    position: relative;
}
.owl-prev,
.owl-next{
    width: 44px;
    height: 19px;
    background: url(../img/arrow.png) 50% 50% no-repeat;
    position: absolute;
    left: 20px;
}
.owl-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
    right: 20px;
}


/* s3 */
.s3{
    /* background: url(../img/s3_bg.png) 50% 0% no-repeat; */
}
.s3 .offer_bull{
    margin-top: 0;
}
.s3 .offer_bull li{
    width: 33.3%;
}
.s3 .formbox{
    background: #e31043;
}
.s3 .price{
    margin-top: -10px;
    margin-bottom: 20px;
}




.cpu {
	padding: 20px 0;
	text-align: center;
color: white;
}
.cpu img {
	display: block;
	margin: 0 auto 10px;
}
.cpu a {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	line-height: 1.1em;
	text-decoration: none;
}
.cpu a:hover {
	text-decoration: underline;
}
