
body {
   background: #e5e5e5;
   color: #fff;
   font-family: "Roboto", "Arial", sans-serif;
}
img {
   max-width: 100%;
   height: auto;
}
.visually-hidden:not(:focus):not(:active) {
   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;
}
div,
p,
ul {
   box-sizing: border-box;
}
.page-header__wrapper {
   max-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 {
   max-width: 480px;
   margin: 0 auto;
   position: relative;
   font-size: 0;
}
.header-gifWrapper img:first-of-type {
   width: 100%;
}
.gifWrapper-product {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 10px;
   width: 46%;
}
.header-priceWrapper {
   max-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;
}
.newPrice,
.oldPrice {
   text-align: center;
   flex-basis: 50%;
   text-transform: uppercase;
}
.oldPrice {
   font:
      400 40px/47px "Roboto",
      Arial,
      sans-serif;
   text-decoration: line-through;
   color: #fff;
}
.newPrice {
   font:
      700 40px/47px "Roboto",
      Arial,
      sans-serif;
   color: #f90;
}
.page-header__title {
   font-size: 20px;
   line-height: 23px;
   color: #fff;
   font-weight: 400;
   width: 100%;
   text-align: left;
   text-transform: uppercase;
   margin: 12px 0 0;
}
.casanova-description__wrapper {
   max-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: #fff;
   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;
   padding: 25px;
   color: #1b1b1b;
   margin: 0 0 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 {
   background: url(../img/checkmark.png) no-repeat;
   position: absolute;
   content: "";
}
.casanova-description__item::before {
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   width: 128px;
   height: 90px;
   background-repeat: no-repeat;
}
.casanova-description__item:nth-of-type(1)::before {
   background: url(../img/icon1.png);
}
.casanova-description__item:nth-of-type(2)::before {
   background: url(../img/icon2.png);
}
.casanova-description__item:nth-of-type(3)::before {
   background: url(../img/icon3.png);
}
.casanova-description__item:nth-of-type(4)::before {
   background: url(../img/icon4.png);
}
.casanova-description__item:nth-of-type(5)::before {
   background: url(../img/icon5.png);
}
.casanova-description__item:nth-of-type(5) {
   margin-bottom: 30px;
}
.advantages__wrapper {
   max-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__list {
   margin: 0;
   list-style: none;
   padding: 0 0 45px 25px;
}
.advantages__list-title {
   font-size: 40px;
   line-height: 47px;
   font-weight: 900;
   padding: 0 25px;
   margin: 35px 0 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 {
   background: url(../img/icon6.svg) 0 0 / cover;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   width: 90px;
   height: 90px;
}
.advantages__item:last-of-type {
   margin-bottom: 0;
}
.if-you-think__wrapper {
   max-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: #f90;
   font-weight: 900;
   text-transform: uppercase;
}
.order-form__price,
.order-form__wrapper {
   background: #fff;
   display: block;
}
.order-form__wrapper {
   max-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;
}
.page-header__logoWrapper {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   width: 100%;
   flex-wrap: wrap;
}
.page-header__logoWrapper h1 {
   font:
      40px/47px "Roboto",
      Arial,
      sans-serif;
   vertical-align: middle;
   color: #f90;
   margin: 0;
}
.page-header__logoWrapper img {
   display: inline-block;
   vertical-align: middle;
   flex-basis: 85px;
   padding-top: 12px;
}
.button,
.reviewsWrapper h2 {
   background: #f90;
   color: #1b1b1b;
}
.button,
.page-header__logoWrapper h1 {
   display: inline-block;
   text-transform: uppercase;
}
.button {
   font:
      900 30px/35px "Roboto",
      Arial,
      sans-serif;
   margin: 0 auto;
   width: 100%;
   border: 7px solid #ffcd83;
   box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
   border-radius: 40px;
   padding-top: 22px;
   padding-bottom: 22px;
   box-sizing: border-box;
}
.reviewsWrapper {
   max-width: 480px;
   margin: 0 auto;
   background: #fff;
   padding-bottom: 20px;
}
.reviewsWrapper h2 {
   font:
      900 40px/47px "Roboto",
      Arial,
      sans-serif;
   margin: 0;
   padding: 35px 25px;
}
.review-item {
   padding-top: 35px;
   padding-bottom: 15px;
}
.review-box {
   max-width: 425px;
   margin: 0 auto;
   background: #fff;
   box-shadow: 0 4px 20px rgba(18, 17, 17, 0.25);
   border-radius: 14px;
   padding: 40px 25px;
}
.review-box img {
   width: 100%;
   margin-bottom: 30px;
}
.review-name {
   font:
      700 25px/29px "Roboto",
      Arial,
      sans-serif;
   text-align: center;
   color: #1b1b1b;
   margin: 0 0 25px;
}
.review-text {
   font:
      400 22px/26px "Roboto",
      Arial,
      sans-serif;
   color: #1b1b1b;
   margin: 0;
}
.price_main {
   font-size: 20px;
}
html {
   scroll-behavior: smooth;
}
.newPrice {
   font-size: 32px;
}
@media (max-width: 390px) {
   .oldPrice {
      font-size: 32px;
   }
   .newPrice {
      font-size: 26px !important;
   }
}
@media (max-width: 360px) {
   .reviewsWrapper h2 {
      font-size: 35px;
   }
   .newPrice {
      font-size: 23px !important;
   }
   .if-you-think__text {
      font-size: 20px;
   }
}
.lead-form-box {
   display: none;
}

#lead-form-result {
   display: none;
   box-sizing: border-box;
   width: 100%;
   border-radius: 3px;
   padding: 7px;
   font-size: 15px;
   color: #a94442;
   background-color: #f2dede;
   border: 1px solid #ebccd1;
}

.order_block,
.order_block * {
   box-sizing: border-box;
   transition: 0.2s;
   font-family: Arial, sans-serif !important;
}

.order_block {
   max-width: 430px;
   width: 100%;
   margin: auto;
   text-align: center;
   background: #fff;
   box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
   border: 3px dashed #eaeaea;
   border-radius: 0;
}

.order_block .order_offer {
   text-align: center;
}

.order_block .order_offer img {
   max-width: 100%;
   width: auto;
   height: 250px;
}

.order_pre_form {
   padding: 20px 20px 0 20px;
}

.order_form_row {
   margin-bottom: 10px;
   text-align: left;
}

.order_form {
   width: 100%;
   max-width: 500px;
   padding: 0 20px 20px 20px;
}

.order_header {
   margin: 12px 0 !important;
   padding: 0 !important;
   font-size: 18px;
   color: #000;
}

.order_form .order_form_row input {
   width: 100% !important;
   padding: 14px;
   border: 2px solid #eaeaea;
   font-size: 15px;
   border-radius: 3px;
   box-shadow: none !important;
   margin: 0 !important;
}

.order_form .order_form_row label {
   font-size: 13px;
   text-align: left;
   font-weight: bold;
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
   outline: none;
   border: 2px solid #cecece;
}

.order_form .order_form_button {
   box-shadow: 0px 1px 0px 0px rgb(245, 151, 142) inset;
   background: rgb(242, 69, 55);
   border-radius: 3px;
   border: 1px solid rgb(208, 39, 24);
   width: 100%;
   display: inline-block;
   cursor: pointer;
   color: rgb(255, 255, 255);
   text-transform: uppercase;
   outline: none;
   padding: 16px 0;
   font-weight: bold;
   font-size: 16px;
   margin-top: 5px;
   text-decoration: none;
   letter-spacing: 0.6px;
   text-shadow: 0px 1px 0px rgb(129, 14, 5);
}

.order_form .order_form_button:hover {
   background: rgb(198, 45, 31)
}

.order_form .order_form_button:active {
   position: relative;
   top: 1px;
}

.order_timer_block {
   line-height: 1;
   font-weight: bold;
}

.order_timer_block p {
   font-size: 18px;
   margin: 10px 0 !important;
   padding: 0 !important;
}

.order_timer_block .order_timer {
   font-size: 21px;
   color: red;
}

.time_remains {
   color: red;
}

.box-popup-wrapper {
   background: rgba(0, 0, 0, .5);
   height: 100%;
   position: fixed;
   width: 100%;
   z-index: 100;
   top: 0;
   left: 0;
   display: none;
}

.box-tooltip {
   background: #fff;
   font-size: 18px;
   padding: 20px;
   width: 90%;
   max-width: 320px;
   margin: 80px auto;
   box-sizing: border-box;
   text-align: center;
   border-radius: 5px;
   position: relative;
   box-shadow: 0 1px 40px rgba(0, 0, 0, .5);
   cursor: pointer;
}

.box-tooltip:hover .box-tooltip-btn {
   background: #62a30e;
   transition: 0.2s;
}

.box-tooltip-title {
   margin: 0;
   padding: 0;
   color: #333;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif !important;
}

.box-tooltip-ico {
   width: 100%;
   padding: 20px;
   padding-top: 0;
   box-sizing: border-box;
   text-align: center;
}

.box-tooltip-ico img {
   height: 40px;
   width: auto;
}

.box-tooltip-btn {
   background: #70b31a;
   color: #fff;
   text-align: center;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif !important;
   width: 100%;
   margin: 0 auto !important;
   padding: 16px 0;
   border-radius: 15px;
   text-align: center;
   box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
   animation: scale .4s infinite;
   animation-direction: alternate;
}

select {
   position: relative;
   background: rgb(255, 255, 255) none repeat scroll 0% 0%;
   outline: 0 none;
   display: block;
   font-weight: 600;
   width: 100% !important;
   padding: 14px;
   border: 2px solid #eaeaea;
   font-size: 15px;
   border-radius: 3px;
   box-shadow: none !important;
   margin-bottom: 10px;
}

.afterlose-boxes_item {
   opacity: 0.6;
}

.shake {
   animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
   animation-iteration-count: 1;
   transform: translate3d(0, 0, 0);
   backface-visibility: hidden;
   perspective: 1000px;
}

@keyframes shake {

   10%,
   90% {
      transform: translate3d(-1px, 0, 0);
   }

   20%,
   80% {
      transform: translate3d(2px, 0, 0);
   }

   30%,
   50%,
   70% {
      transform: translate3d(-4px, 0, 0);
   }

   40%,
   60% {
      transform: translate3d(4px, 0, 0);
   }
}

@keyframes scale {
   0% {
      transform: scale(1);
   }

   100% {
      transform: scale(1.03);
   }
}

#boxesContainer {
   width: 100%;
   margin: auto;
   max-width: 600px;
}

.boxes,
.boxes cbox,
.boxes img {
   width: 100%;
}

.instructions {
   padding: 10px;
   background-color: #232F3E;
   border-radius: 4px;
   box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
   color: #fff;
}

#tries_count {
   font-size: 19px;
}

.boxes {
   margin: 10px 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}

.boxes_item {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   width: 50%;
   -webkit-transition-duration: .2s;
   transition-duration: .2s;
   cursor: pointer;
   -ms-user-select: none;
   -moz-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.boxes_item.afterlose-boxes_item {
   cursor: default;
}

.boxes_item.afterlose-boxes_item:hover {
   -webkit-transform: none;
   transform: none
}

.boxes_item:hover {
   -webkit-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1)
}

.win_prize {
   font-size: 30px;
   font-weight: bold;
   color: #e72c2a;
   text-transform: uppercase;
   width: 100%;
   text-align: center;
   margin: 0;
}

@media (max-width: 479px) {
   .boxes>div {
      width: 50%
   }

   .win_prize {
      font-size: 24px;
   }
}

@media (max-width: 450px) {
   .boxes>div {
      width: 50%
   }
}

@media (max-width: 319px) {
   .boxes>div {
      width: 50%
   }

   .win_prize {
      font-size: 21px;
   }
}
