* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.container {
    width: 320px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
}

.disclaimer {
    border-radius: 15px;
    border: 1px solid #ac6c70;
    background-color: #fcddd3;
    padding: 10px;
    color: #000;
    font-size: 14px;
    display: table;
    margin: 15px auto;
    width: 90%;
}

header {
    background: #e4a7ae url(../img/bg-leg.png) no-repeat left;
    min-height: 360px;
    width: 100%;
    background-size: 800px 318px;
}

header .container {
    height: 318px;
}

.header__label {
    color: white;
    line-height: 1.1;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    /* width: 180px; */
    margin: 0 auto;
    padding-top: 20px;
}

.circle_header {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    display: inline-block;
    width: 76px;
    height: 76px;
    margin: 28px 0 0 23px;
}

.circle__top {
    color: #aba2a6;
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin-top: 10px;
}

.circle__price {
    display: block;
    line-height: 25px;
}

.circle__price_price {
    color: #ff1a1d;
    font-size: 26px;
}

.circle__price_currency {
    color: black;
    font-size: 13px;
}

.circle__price_old {
    color: #aba2a6;
    font-size: 9px;
    line-height: 1.1;
    vertical-align: top;
}

.circle__price_old span {
    display: block;
    position: relative;
    bottom: 10px;
}

.header__bage {
    background: url(../img/sticer.png) no-repeat center;
    background-size: contain;
    width: 155px;
    height: 80px;
    padding-left: 53px;
    padding-top: 12px;
    color: #db3957;
    display: inline-block;
    margin-left: 50px;
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.header__bage * {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.bage__title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.bage__percent {
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    padding-left: 15px;
}

.bage__text {
    font-size: 9px;
    line-height: 1;
}

.header__img {
    position: absolute;
    height: 200px;
    top: 100px;
    right: 129px;
}

.btn_header {
    position: relative;
    bottom: -110px;
    display: block !important;
    margin: 0 auto;
}

.btn {
    width: 172px;
    height: 42px;
    border: none;
    font-size: 16px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    background: url('../img/bottom.png');
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.btn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

main {
    padding-top: 47px;
}

main h2 {
    text-align: center;
    color: #3d618d;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.main__list {
    margin-top: 20px;
    padding: 0 15px;
}

.list__img {
    display: block;
    height: 177px;
    margin: 0 auto;
}

.list {
    display: inline-block;
    margin-left: 20px;
    color: #3d618d;
    margin-bottom: 20px;
}

.main__list .list {
    width: 218px;
}

main p {
    color: black;
    font-size: 17px;
    margin: 15px;
    text-align: justify;
}

.border {
    width: 310px;
    height: 207px;
    border: 3px solid #e4a7ae;
    background: url('../img/pic_2.png') no-repeat top center;
    background-size: contain;
    position: relative;
    margin-bottom: 20px;
    margin-left: 5px;
}

.leg {
    width: 90px;
    display: inline-block;
    position: absolute;
    color: black;
    font-size: 11px;
}

.leg_r {
    text-align: left;
    padding-left: 15px;
    width: 110px;
}

.leg_r:after {
    content: url(../img/arrow_r.png);
    position: absolute;
    bottom: -10px;
    left: 0;
    text-align: right;
}

.leg_l {}

.leg_l:after {
    content: url(../img/arrow_l.png);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.leg_1 {
    top: 10px;
    left: 10px;
}

.leg_2 {
    top: 40px;
    left: 10px;
}

.leg_3 {
    top: 70px;
    left: 10px;
}

.leg_4 {
    top: 110px;
    left: 10px;
}

.leg_5 {
    top: 150px;
    left: 10px;
}

.leg_6 {
    top: 20px;
    left: 193px;
}

.border__img {
    height: 120px;
    float: right;
    margin-top: 73px;
    margin-right: 25px;
}

.img_comment {
    display: block;
    margin: 15px auto 0;
}

.comment {
    display: block;
    background: url(../img/comment.png) no-repeat;
    background-size: cover;
    width: 210px;
    min-height: 100px;
    color: white;
    padding: 24px 13px 10px;
    line-height: 1;
    font-size: 15px;
    vertical-align: top;
    margin: 10px auto 0;
    text-align: center;
    border-radius: 20px;
}

.form__bg {
    width: 100%;
    background: #E4A7AE;
    margin-top: 30px;
    padding-top: 30px;
}

.form__bg h2 {
    color: white;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 0 10px;
}

.sale__percent {
    display: inline-block;
    width: 48%;
    color: #db3957;
    color: #db3957;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
}

.percent {
    display: block;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.sale__desc {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    color: #db3957;
    font-size: 16px;
}

.footer__pack {
    display: inline-block;
    height: 300px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

.footer__bage {
    position: absolute;
    z-index: 1;
    background: url('../img/sticer.png') no-repeat center;
    height: 100px;
    width: 217px;
    top: 130px;
    right: 0;
    padding: 5px 10px 10px 90px;
}

.footer__bage>span {
    -webkit-transform: rotate(-1.7deg);
    transform: rotate(-1.7deg);
    display: block;
    text-align: center;
}

.bage__title_footer {
    color: #db3957;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;

}

.bage__percent_footer {
    display: block;
}

.bage__percent_footer .bage__price {
    color: #ff1a1d;
    font-size: 34px;
    font-weight: 700;
    /*margin-left: 15px;*/
    line-height: 1;
}

.bage__percent_footer .bage__curency {
    color: black;
    font-size: 16px;
}

.footer__bage .bage__text {
    opacity: 0.84;
    color: black;
    font-size: 14px;
    margin-top: 4px;
}

.form {
    display: inline-block;
       width: 285px;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 15px;
}

.price_total,
.price_delivery {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.price_total {
    margin-bottom: 10px;
}

#form label {
    color: #ffffff;
}

.form__input,select {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 2px solid #cecac8;
    border-radius: 9px;
    margin-bottom: 8px;
    font-size: 11px;
}

.btn_footer {
    margin: 0 auto;
    display: block;
}

.item-gift {
    display: none;
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px #0000008c;
}