/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,mentors13
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* {
    box-sizing: border-box;
}
input, button { -webkit-appearance: none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

p {
    margin: 0 0 10px 0;
}
video{
    outline: none;
    border:none;
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

body {
    color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
    font-weight: 700;
}

/* End of Eric Meyer's CSS Reset */

.wrapper {
    max-width: 480px;
    margin: 0 auto;
}

header {
	height: 100px;
	background: linear-gradient(90deg, #562D76 0%, rgba(86, 45, 118, 0.58) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.header {
    height: 100px;
	background: linear-gradient(90deg, #562D76 0%, rgba(86, 45, 118, 0.58) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
}

h1 span {
    color: #F9F23F;
}

.pos_relativ {
    position: relative;
}

.box_skidka {
	background-image: url("../img/bg_skidka.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 220px;
	height: 66px;
	position: absolute;
	right: 0;
	bottom: 68px;
	padding-top: 13px;
	padding-left: 30px;
}

.skidka {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.skidka span {
    font-size: 24px;
}

.date {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}

.block_price {
    height: 70px;
    display: flex;
    width: 100%;
}

.box_old_price {
    background: #9981AD;
    text-align: center;
    width: 50%;
    padding-top: 9px;
}

.box_new_price {
    text-align: center;
    background: #582F77;
    width: 50%;
    padding-top: 9px;
}

.t_old_price {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.old_price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration-line: line-through;
    color: #FFFFFF;
}


.t_new_price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.new_price {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #F9F23F;
}

.t1_ak {
    
}

.blocl_timer {
    text-align: center;
    background: #1C191A;
    padding: 40px 35px;
}

.t1_ak {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.btn {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(180deg, #BA6FEF 0%, #813AB3 100%);
	border-radius: 8px;
	max-width: 400px;
	width: 100%;
	height: 77px;
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
}

.btn:hover {
    background: linear-gradient(180deg, #813AB3 0%, #BA6FEF 100%);
}

.t_left {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    margin: 13px 0 33px;
}

.under_btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 9px;
    margin-bottom: 0;
}

h2 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #1C191A;
	display: flex;
	align-items: center;
	justify-content: center;
}

h2:after {
    content: "";
     background: #F9F23F;   
     width: 50px;
     height: 5px;
     display: inline-block;
     margin-left: 18px;
}

h2:before {
    content: "";
     background: #F9F23F;   
     width: 50px;
     height: 5px;
     margin-right: 18px;
     display: inline-block;
}

.block1 {
    padding: 30px 0;
    text-align: center;
}

.img2 {
    margin: 30px 0;
}

.t_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #1C191A;
    padding: 0 15px;
    margin-bottom: 30px;
}

.white {
    color: #fff;
}

.block2 {
    padding: 30px 24px;
    background: #583078;
}

.t_b2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.block3 {
    padding: 30px 24px;
    background: linear-gradient(180deg, #F7F3FB 0%, #F1DFFF 100%);
}

.t_b3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #1C191A;
    margin-bottom: 30px;
}

.block4 {
    padding: 30px 24px;
    background-color: #fff;
}

.block4 p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #1C191A;
    margin-top: 32px;
}

.block_review {
    padding: 30px 24px;
}

h2 .small {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #1C191A;
}

.box_review {
    text-align: center;
    margin-top: 30px;
}

.name_review {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #1C191A;
    margin-top: 15px;
}

.text_review {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1C191A;
    margin-top: 20px;
}

.block_delivery {
    padding: 30px 24px;
    background: linear-gradient(180deg, #F7F3FB 0%, #F1DFFF 100%);
}
.block_delivery h2 {
    font-weight: 500;
font-size: 24px;
line-height: 28px;
}

.deliv {
    margin: 30px auto;
}

.t_delivery {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1C191A;
    margin-bottom: 0;
}

.t1_form {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
}

.t2_form {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.form1 input {
    height: 50px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #949494;
    padding: 0 24px;
    border: 0;
    width: 100%;
}

.form1 button {
    
    border: 0;
}

footer {
    padding: 30px 24px;
    text-align: center;
    font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #000000;
}

footer a {
    padding: 30px 24px;
    text-align: center;
    font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #000000;
}

@media only screen and (max-width:390px) {
	h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #1C191A;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 .small {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #1C191A;
}
.block_review {
    padding: 30px 14px;
}
}