@import url('css.css');
body {
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Roboto", "Arial", sans-serif;
    background-color: #E5E5E5;
}

input:invalid {
    box-shadow: none
}

img {
    max-width: 100%;
    height: auto
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.btn {
    font-size: 29px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d62c2c), to(#f04d44));
    background-image: linear-gradient(#d62c2c 0%, #f04d44 100%);
    border-top: 5px solid #ec9695;
    border-left: 5px solid #d1433b;
    border-right: 5px solid #d1433b;
    border-bottom: 5px solid #c84039;
    border-radius: 5px;
    padding: 10px 50px;
    outline: 0;
    cursor: pointer;
    margin-top: 15px
}

.btn:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ad2222), to(#ec2015));
    background-image: linear-gradient(#ad2222 0%, #ec2015 100%)
}

.btn:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#831919), to(#bf180f));
    background-image: linear-gradient(#831919 0%, #bf180f 100%)
}

div,
p,
ul,
form {
    box-sizing: border-box;
}

.page-header__wrapper {
    width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    background: #1B1B1B;
}

.header-gifWrapper {
    width: 480px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

.header-gifWrapper img:first-of-type {
    width: 100%;
}

.gifWrapper-product {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: -10px;
    width: 33%;
    scale: 0.75;
    translate: 0 -15%;
    z-index: 111;
}

.header-priceWrapper {
    width: 480px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b1b1b;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.header-priceWrapper::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 65%;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-header {
    font-size: 0;
}

.oldPrice {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 40px;
    line-height: 47px;
    font-weight: 400;
    text-align: center;
    flex-basis: 50%;
    text-transform: uppercase;
    text-decoration: line-through;
    color: #fff;
}

.newPrice {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 40px;
    line-height: 47px;
    font-weight: 700;
    text-align: center;
    flex-basis: 50%;
    text-transform: uppercase;
    color: #FF9900;
}

.page-header__title {
    margin: 0;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-top: 12px;
}

.casanova__wrapper {
    width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casanova__logo {
    margin: 0 0 5px
}

.casanova__image {
    position: relative;
    margin: 10px 0 0
}

.casanova__product {
    position: absolute;
    bottom: -15px;
    right: 0
}

.casanova-description__wrapper {
    width: 480px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    font-size: 0;
    padding-bottom: 30px;
}

.casanova-description__title {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 25px;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.casanova-description__title span {
    color: #ffd200
}

.casanova-description__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 7px 0 15px;
    list-style: none
}

.casanova-description__item {
    position: relative;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    padding-left: 150px;
    margin-bottom: 50px;
    color: #1B1B1B;
}

.advantages__item::before,
.casanova-description__item::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../images/checkmark.png);
    background-repeat: no-repeat
}

.casanova-description__item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 128px;
    height: 90px;
    background-repeat: no-repeat;
}

.casanova-description__item:nth-of-type(1)::before {
    background-image: url('../images/icon1.png');
    background-size: cover ;
}

.casanova-description__item:nth-of-type(2)::before {
    background-image: url('../images/icon2.png');
    background-size: cover;
}

.casanova-description__item:nth-of-type(3)::before {
    background-image: url('../images/icon3.png');
    background-size: cover;
}

.casanova-description__item:nth-of-type(4)::before {
    background-image: url('../images/icon4.png');
    background-size: cover;
}

.casanova-description__item:nth-of-type(5)::before {
    background-image: url('../images/icon5.png');
    background-size: cover;
}

.casanova-description__item:nth-of-type(5) {
    margin-bottom: 30px;
}

.advantages__wrapper {
    width: 480px;
    margin: 0 auto;
    background: #fff;
}

.advantages__title {
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #1B1B1B;
    text-align: left;
    padding: 40px 25px;
    margin: 0;
}

.advantages-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages__image {
    margin-bottom: 20px
}

.advantages__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 25px;
    padding-bottom: 45px;
}

.advantages__list-title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    margin: 0px;
    padding: 0 25px;
    margin-top: 35px;
    margin-bottom: 55px;
    color: #1B1B1B;
    text-transform: uppercase;
}

.advantages__item {
    position: relative;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 40px;
    color: #1B1B1B;
    padding-right: 30px;
}

.advantages__item::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background-image: url(../images/icon6.svg);
    background-size: cover;
}

.advantages__item:last-of-type {
    margin-bottom: 0;
}

.if-you-think__wrapper {
    width: 480px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

.if-you-think__wrapper img {
    width: 100%;
}

.if-you-think__text {
    width: 55%;
    position: absolute;
    font-size: 25px;
    line-height: 29px;
    font-weight: 400;
    margin: 0;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.if-you-think__text span {
    color: #FF9900;
    font-weight: 900;
    text-transform: uppercase
}

.if-you-think__image {
    position: absolute;
    top: -5px;
    right: 9px
}

.order-form__price,
.order-form__wrapper {
    background: #fff;
    display: block;
}

.order-form__wrapper {
    width: 480px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.order-form__price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.order-form__title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1B1B1B;
    margin: 0;
    text-align: left;
    padding: 45px 25px;
}

.price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

.old-price {
    font-size: 23px;
    font-weight: 900;
    color: #ff3636;
    text-decoration: line-through;
    margin-top: 10px;
    margin-right: 5px
}

.new-price {
    font-size: 48px;
    font-weight: 900;
    color: #eeff18
}

.order-form__label {
    font-size: 25px;
    line-height: 30px;
    color: #333333;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.order-form__input {
    width: 100%;
    border: 2px solid #C0C0C0;
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 13px;
    padding: 30px 25px;
    box-sizing: border-box;
    border-radius: 20px;
}

.order-form__select {
    width: 100%;
    border: 2px solid #C0C0C0;
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 13px;
    padding: 30px 25px;
    box-sizing: border-box;
}

.form {
    display: block;
    padding: 0 28px;
    margin-top: 30px;
}

.form .button {
    margin-top: 30px;
}

.page-header__logoWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.page-header__logoWrapper h1 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FF9900;
    margin: 0;
}

.page-header__logoWrapper img {
    display: inline-block;
    vertical-align: middle;
    flex-basis: 85px;
    padding-top: 12px;
}

.button {
    display: inline-block;
    margin: 0 auto;
    width: 430px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #1B1B1B;
    font-weight: 900;
    background: #FF9900;
    border: 7px solid #FFCD83;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    padding-top: 22px;
    padding-bottom: 22px;
}

footer {
    width: 480px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background: #1B1B1B;
    box-sizing: border-box;
}

.reviewsWrapper {
    width: 480px;
    margin: 0 auto;
    background: #ffffff;
    padding-bottom: 20px;
}

.reviewsWrapper h2 {
    margin: 0;
    background: #FF9900;
    padding: 35px 25px;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 40px;
    line-height: 47px;
    font-weight: 900;
    color: #1B1B1B;
}

.reviews {
    /* padding-bottom: 30px; */
}

.review-item {
    padding-top: 35px;
    padding-bottom: 15px;
}

.review-box {
    width: 425px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(18, 17, 17, 0.25);
    border-radius: 14px;
    padding: 40px 25px;
}

.review-box img {
    width: 100%;
    margin-bottom: 30px;
}

.review-name {
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    color: #1B1B1B;
    margin: 0;
    margin-bottom: 25px;
}

.review-text {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #1B1B1B;
    margin: 0;
}