body.body-style-1 {
    background: #595959;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
    color: #051832;
    cursor: default;
}


main.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    background: #ffffff;
    position: relative;
}

header.header-style-1 {
    width: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: sticky;
    top: 0px;
    z-index: 101;
}

header.header-style-1 .header-top {
    width: 100%;
    /* height: 60px; */
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #070707;
}

header.header-style-1 .header-bottom {
    background: #ffffff;
    width: 100%;
    padding: 0 20px !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
}

header.header-style-1 .timer {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 10px 20px;
    color: #051832;
    width: 100%;
}

header.header-style-1 .timer>p {
    font-weight: 700;
    color: white;
    font-size: 14px;
    line-height: 1.1em;
    margin-bottom: 5px;
    text-align: center;
}

header.header-style-1 .timer .timer_container {
    font-size: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

header.header-style-1 .timer .timer_block {
	/* width: 70px; */
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	position: relative;
	font-weight: bold;
}

header.header-style-1 .timer .timer_block:not(:last-child):after {
	content: ':';
	font-weight: 700;
	font-size: 26px;
	color: white;
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translate(0, -50%);
}

header.header-style-1 .timer .timer_block .count {
	/* width: 70px; */
	/* height: 70px; */
	border-radius: 50%;
	/* background: #00d4f7; */
	/* line-height: 70px; */
	text-align: center;
	font-size: 21px;
	color: white;
}

header.header-style-1 .timer .timer_block .text {
	text-align: center;
	color: white;
	font-size: 11px;
	line-height: 10px;
}

header.header-style-1 .header-bottom .tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

header.header-style-1 .header-bottom li {
    font-weight: bold;
}

header.header-style-1 .header-bottom li a {
    text-decoration: none;
    color: #051832;
    font-size: 14px;
    padding: 6px 10px 2px 10px;
    display: block;
    border-bottom: 4px solid #ffffff00;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.body-style-1 .offer-style-1 .text {
    background: #005bff;
    color: #ffffff;
}

.offer-style-1 .text {
    padding: 20px 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    /* line-height: 43px; */
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    /* display: table-caption; */
    width: 100%;
    text-wrap: balance;
}

.offer-style-1 .offer-img-block {
    position: relative;
    overflow: hidden;
}

.body-style-1 .offer-style-1 .sale {
    background-image: linear-gradient(225deg, rgb(248, 17, 85) 0%, rgb(248, 17, 85) 100%);
    color: white;
}

.offer-style-1 .sale {
    position: absolute;
    left: 4%;
    top: 4%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.offer-style-1 .sale p:nth-child(1) {
    font-size: 20px;
    text-transform: uppercase;
}

.offer-style-1 .sale p:nth-child(2) {
    font-weight: bold;
    font-size: 25px;
}

.offer-style-1 .offer-img-block img {
    margin: 0 0 -8px 0;
}

.price-style-1 .price-and-sale-block {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    background: #0030780a;
    border-radius: 8px;
}

.price-style-1 .price-and-sale-block>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.body-style-1 .price-style-1 .price-and-sale-block .price-new {
    color: #005bff;
}

.price-style-1 .price-and-sale-block .price-new {
    font-weight: bold;
    font-size: 30px;
}

.body-style-1 .price-style-1 .sale-block {
    background: #ffd540;
}

.price-style-1 .sale-block {
    padding: 2px 20px;
    border-radius: 8px;
    font-weight: bold;
}

.price-style-1 .old-price {
    text-decoration: line-through;
}

section.price-style-1 {
    padding: 10px;
}

.price-style-1 .price-and-sale-block-top {
    width: calc(50% - 1px);
    border-right: 1px solid #e4e4e4;
}

section.advantages-style-1 ul li {padding: 0 10px 0 30px;margin: 0 0 10px 0;position: relative;}

.body-style-1 section.advantages-style-1 ul li:before {
    background: #005bff;
}

section.advantages-style-1 ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translate(0, -50%);
    border-radius: 2px;
    left: 0;
    top: 50%;
}

section.advantages-style-1 ul {
    padding: 0 20px;
}

section.button-style-1 {padding: 20px;}

.body-style-1 section.button-style-1 a, section.button-style-1 button {
    background: rgba(0, 91, 255, 1);
    color: white;
}

section.button-style-1 a, section.button-style-1 button {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 20px 0;
    width: 100%;
    border: none;
}

section.button-style-1 a svg, section.button-style-1 button svg {
    width: 24px;
    margin: 0 0 0 10px;
}

.button-style-1 .prod_count {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
}

.body-style-1 .button-style-1 .prod_count span {
    background: #ffd540;
}

.button-style-1 .prod_count span {
    display: block;
    border-radius: 8px;
    padding: 0 6px;
    font-weight: bold;
    margin: 0 8px;
}

section.video-style-1 {
    padding: 20px 20px 0;
}

section.video-style-1 h2.title {
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

section.video-style-1 .video_block {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

section.video-style-1 .video_block iframe {
    width: 100%;
    height: 247.5px;
    margin: 0 0 -8px 0;
}

section.video-style-1 .video_block img {
    margin: 0 0 -8px 0;
}

section.description-style-1 {
    padding: 20px 20px 0;
}

.body-style-1 section.description-style-1 .text {
    color: #005bff;
}

section.description-style-1 .text {
    padding: 0 20px 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    /* display: table-caption; */
    width: 100%;
}

section.description-style-1 .text_block p {
    margin: 0 0 10px 0;
    text-align: center;
}

section.description-style-1 .text_block img {
    border-radius: 8px;
    margin: 10px 0;
}
section.img-style-1 img {
    border-radius: 8px;
}

section.img-style-1 {
    padding: 20px 20px 0;
}

section.characteristics-style-1 {
    padding: 20px 20px 0;
}

section.characteristics-style-1 h2.title {
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

section.characteristics-style-1 .characteristic_item {padding: 0 10px 0 30px;margin: 0 0 10px 0;position: relative;}

.body-style-1 section.characteristics-style-1 .characteristic_item:before {
    border: 2px solid #005bff;
    background: white;
}

section.characteristics-style-1 .characteristic_item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translate(0, -50%);
    border-radius: 2px;
    left: 0;
    top: 50%;
}

section.bundling-style-1 {
    padding: 20px 20px 0;
}

section.bundling-style-1 h2.title {
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

section.bundling-style-1 .characteristic_item {padding: 0 10px 0 30px;margin: 0 0 10px 0;position: relative;}

.body-style-1 section.bundling-style-1 .characteristic_item:before {
    border: 2px solid #005bff;
    background: white;
}

section.bundling-style-1 .characteristic_item:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translate(0, -50%);
    border-radius: 2px;
    left: 0;
    top: 50%;
}

.body-style-1 section.feedback-style-1 {
    background: #0030780a;
}

section.feedback-style-1 {
    padding: 20px 20px 0;
    margin: 20px 0 0 0;
}

section.feedback-style-1 h2.title {
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.body-style-1 section.feedback-style-1 .subtitle {
    color: #005bff;
    border: 1px solid #005bff;
}

section.feedback-style-1 .subtitle {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
    padding: 6px 0;
    margin: 0 0 20px 0;
}

.body-style-1 section.feedback-style-1 .subtitle:before {
    background: #005bff47;
}

section.feedback-style-1 .subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 97.5%;
    border-radius: 0 6px 6px 0;
    z-index: 0;
}

section.feedback-style-1 .subtitle p {
    z-index: 1;
}

section.feedback-style-1 img {
    border-radius: 8px;
    margin: 0 0 20px 0;
}

.body-style-1 section.feedback-style-1 .swiper-button-prev {
    background: #ffd540;
}

section.feedback-style-1 .swiper-button-prev {
    padding: 10px 10px 10px 4px;
    left: 0;
    border-radius: 0 40px 40px 0;
    box-sizing: content-box;
}

section.feedback-style-1 .swiper-button-prev.swiper-button-disabled, section.feedback-style-1 .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

section.feedback-style-1 .swiper-button-prev:after {
    color: #070707;
    font-size: 29px;
}

.body-style-1 section.feedback-style-1 .swiper-button-next {
    background: #ffd540;
}

section.feedback-style-1 .swiper-button-next {
    padding: 10px 4px 10px 10px;
    right: 0;
    border-radius: 40px 0 0 40px;
    box-sizing: content-box;
}

section.feedback-style-1 .swiper-button-next:after {
    color: #070707;
    font-size: 29px;
}

section.step-style-1 {
    padding: 20px;
}

section.step-style-1 h2.title {
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

section.step-style-1 .how__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

section.step-style-1 .how__list::before {
  content: "";
  width: 3px;
  height: calc(100% - 1.5rem);
  position: absolute;
  top: 10px;
  left: 29px;
  background-color: #f6f7fa;
  z-index: 0;
}

section.step-style-1 .how__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  z-index: 1;
}

section.step-style-1 .how__number {
  min-width: 60px;
  height: 60px;
  background-color: #f6f7fa;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #070707;
}

section.step-style-1 .how__subtitle {
  font-size: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

section.step-style-1  .how__desc {
  line-height: 1.4;
}

section.time-style-1 {
    margin: 0 0 20px 0;
}

.body-style-1 section.time-style-1 .timer {
    background: #005bff;
}

section.time-style-1 .timer {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 10px 20px;
    width: 100%;
}

section.time-style-1 .timer>p {
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.1em;
    margin-bottom: 5px;
    text-align: center;
}

section.time-style-1 .timer .timer_container {
    font-size: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

section.time-style-1 .timer .timer_block {
	/* width: 70px; */
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	position: relative;
	font-weight: bold;
}

section.time-style-1 .timer .timer_block:not(:last-child):after {
	content: ':';
	font-weight: 700;
	font-size: 26px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translate(0, -50%);
}

section.time-style-1 .timer .timer_block .count {
	/* width: 70px; */
	/* height: 70px; */
	border-radius: 50%;
	/* background: #00d4f7; */
	/* line-height: 70px; */
	text-align: center;
	font-size: 21px;
	color: #ffffff;
}

section.time-style-1 .timer .timer_block .text {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	line-height: 10px;
}

.body-style-1 section.form-style-1 input {
    background: #f6f7fa;
    border: 1px solid #005bff;
}

section.form-style-1 input {
    border-radius: 8px;
    width: 100%;
    padding: 20px 20px;
    margin: 20px 0 0 0;
    font-size: 18px;
}

section.form-style-1 {
    padding: 0 20px;
}


.body-style-1 section.form-style-1 ::placeholder {
  color: #005bff;
}

footer.footer-style-1 {
    padding: 20px 20px 130px;
    color: white;
    background: #070707;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer.footer-style-1 a {
    color: white;
}

footer.footer-style-1 p {
    margin: 0 0 10px 0;
}

section.bottom-panel-style-1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    background: #f6f7fa;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    z-index: 100;
    height: 110px;
}



.bottom-panel-style-1 .price-and-sale-block {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 150px);
}

.bottom-panel-style-1 .price-and-sale-block>div {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.body-style-1 .bottom-panel-style-1 .price-and-sale-block .price-new {
    color: #005bff;
}

.bottom-panel-style-1 .price-and-sale-block .price-new {
    font-weight: bold;
    font-size: 30px;
    text-wrap: nowrap;
}

.body-style-1 .bottom-panel-style-1 .sale-block {
    background: #ffd540;
}

.bottom-panel-style-1 .sale-block {
    padding: 2px 20px;
    border-radius: 8px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.bottom-panel-style-1 .old-price {
    text-decoration: line-through;
    text-wrap: nowrap;
}

section.price-style-1 {
    padding: 10px;
}

.body-style-1 section.bottom-panel-style-1 a {
    background: rgba(0, 91, 255, 1);
    color: white;
}

section.bottom-panel-style-1 a {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 20px 0;
    width: 130px;
    border: none;
}

@media (max-width: 400px) {
header.header-style-1 .header-bottom li a {
    padding: 6px 5px 2px 5px;
    font-size: 12px;
}

section.step-style-1 .how__subtitle {
    font-size: 16px;
    margin-bottom: 0;
}

section.bottom-panel-style-1 a {
    font-size: 20px;
    padding: 14px 0;
}

section.bottom-panel-style-1 {
    padding: 10px;
    height: 90px;
}

header.header-style-1 .header-bottom {
    padding: 0 10px!important;
}

section.advantages-style-1 ul {
    padding: 0 10px;
}

section.button-style-1 {
    padding: 20px 10px;
}

section.video-style-1 {
    padding: 20px 10px 0;
}

section.video-style-1 h2.title {
    font-size: 24px;
}

section.button-style-1 a, section.button-style-1 button {
    font-size: 20px;
}

section.description-style-1 {
    padding: 20px 10px 0;
}

section.img-style-1 {
    padding: 20px 10px 0;
}

section.characteristics-style-1 h2.title {
    font-size: 24px;
}

section.characteristics-style-1 {
    padding: 20px 10px 0;
}

section.bundling-style-1 {
    padding: 20px 10px 0;
}

section.bundling-style-1 h2.title {
    font-size: 24px;
}

section.feedback-style-1 {
    padding: 20px 10px 0;
}

section.feedback-style-1 h2.title {
    font-size: 24px;
}

section.step-style-1 {padding: 20px 10px;}

section.step-style-1 h2.title {
    font-size: 24px;
}

section.form-style-1 {padding: 0 10px;}

footer.footer-style-1 {
    padding: 20px 10px 110px;
}

section.video-style-1 .video_block iframe {
    width: 100%;
    height: 200px;
    margin: 0 0 -8px 0;
}
}