/*@typography*/
/*@buttons*/
/*@forms*/
/*@timer*/
/*@menu*/
/*@slider*/

/*@sec-one*/
/*@sec-two*/
/*@sec-three*/
/*@sec-four*/
/*@sec-five*/
/*@sec-six*/
/*@sec-seven*/
/*@sec-eight*/
/*@sec-nine*/
/*@sec-ten*/
/*@sec-eleven*/
/*@sec-twelve*/

/*@>768 and up*/
/*@>992 and up*/
/*@>1200 and up*/

/*@typography*/
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic,greek');
@font-face {
	font-family: "Glyphicons Halflings";
	src: url(../fonts/glyphicons-halflings-regular.eot);
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url(../fonts/glyphicons-halflings-regular.svg);
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url(../fonts/glyphicons-halflings-regular.ttf);
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url(../fonts/glyphicons-halflings-regular.woff);
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url(../fonts/glyphicons-halflings-regular.woff2);
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

/*@buttons*/
.btn-buy {
	font-family: 'Asap Condensed', Arial, Helvetica, sans-serif;
	background-color: #75c32e;
	color: #ffffff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	border: none;
	font-weight: bold;
	font-size: 34px;
	padding: 0;
	margin-bottom: 0;
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
	outline: none;
	text-align: center;
	letter-spacing: 0.08em;
}

input[type=checkbox] {
    margin-right: 10px;
}

.form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 10px;
}

.check-text {
	text-align: left;
	font-size: 11px;
	font-weight: 400;
}

.form-link {
    color: inherit;
    text-decoration: revert;
}

.sec-one .btn-buy {
	font-family: 'Open Sans', sans-serif;
	background: linear-gradient(90deg, #923475 0%, #CC359D 100%);
	box-shadow: 0px 8px 20px rgba(221, 0, 154, 0.6);
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.01em;
	height: 60px;
}

.btn-buy:focus,
.btn-buy:hover,
.btn-buy:active {
	-webkit-box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}

.about-buy {
	font-size: 16px;
	vertical-align: text-top;
}

.btn-buy a {
	display: block;
	text-decoration: none;
}

.btn-buy a:link,
.btn-buy a:visited {
	color: #ffffff;
}

/*@forms*/
.inputs,
.form-control {
	font-size: 16px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #F2D9EA;
	width: 100%;
	margin: 0 auto 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
	padding-left: 35px;
    height: 50px;
}

.form-control::-webkit-input-placeholder {
    color: #9C9C9C;
}

.form-control::-moz-placeholder {
    color: #9C9C9C;
}

.form-control:-ms-input-placeholder {
    color: #9C9C9C;
}

.form-control::-webkit-input-placeholder {
    color: #9C9C9C;
}

.form-control::placeholder {
    color: #9C9C9C;
}

.form-control:focus,
.form-control:active {
	background-color: #ffffff;
	border-top: none;
	border-bottom: solid 3px #75c32e;
	padding-left: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus::-webkit-input-placeholder,
.form-control:active::-webkit-input-placeholder {
	color: #dddddd;
}

.form-control:focus::-moz-placeholder,
.form-control:active::-moz-placeholder {
	color: #dddddd;
}

.form-control:focus:-ms-input-placeholder,
.form-control:active:-ms-input-placeholder {
	color: #dddddd;
}

.form-control:focus::placeholder,
.form-control:active::placeholder {
	color: #dddddd;
}

.input {
	position: relative;
}

.form-icons-block {
    margin: 33px 0 20px;
}

.form-icons-item:first-child {
    /* background-image: url("../img/form-icon1.svg"); */	
    background-image: url("../img/form-icon2.svg");
}

.form-icons-item:nth-child(2) {
    /* background-image: url("../img/form-icon2.svg"); */	
    background-image: url("../img/form-icon3.svg");
}

.form-icons-item:last-child {	
    background-image: url("../img/form-icon3.svg");
}

.form-icons-item {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #9C9C9C;
}

.form-relative-wrap {
    position: relative;
}

.discount-block {
    background: #CA359C;
    border-radius: 4px;
    width: 173.4px;
    height: 65px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    padding: 5px 25px;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.discount-block span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav::before, .nav::after {
	display: none;
}

.menu-links {
	margin-bottom: 0;
}

.menu-links li {
	 list-style: none;
	 display: inline-block;
	 margin-left: 46px;
 }

.menu-links li a {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #757575;
}

.navbar {
	margin-bottom: 15px;
}

/*@sec-one*/

.sec {
	margin-bottom: 25px;
}

.sec-one {
	padding-bottom: 62px;
	background-image: url("../img/sec-1-bg-mobile.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

.sec-one.upper .sec-form {
	display: none;
}

.sec-header__title {
	font-family: 'Asap Condensed', Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	color: #e79523;
	font-size: 44px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1;
}

.sec-one .sec-header__title {
	color: #943577;
	font-size: 22px;
	line-height: 25px;
}

.offer-img {
	width: 100%;
    max-width: 355px;
    display: block;
    margin: 0 auto;
}

.sec-one-gray {
    display: none;
    align-items: center;
    justify-content: space-between;
	margin-top: 90px;
}

.gray-icon-item {
    display: flex;
    align-items: center;
}

.gray-icon-item img {
    margin-right: 20px;
    display: block;
}

.gray-icon-item p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #878787;
    margin: 0;
}

.sec-one-offer-image {
	margin-top: 20px;
	margin-bottom: 35px;
}
.sec-one-last .sec-one-offer-image{
	margin-top: 24px;
	margin-bottom: 30px;
}

.sec-one-last .sec-one-advantages {
	display: none;
}

.sec-one-advantages {
	margin-top: 50px;
}

.sec-one-row {
	margin: 0;
}

.sec-one-btn {
	background: linear-gradient(90deg, #923475 0%, #CC359D 100%);
	box-shadow: 0px 8px 20px rgba(221, 0, 154, 0.6);
	border-radius: 100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 50px;
	justify-content: center;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 260px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	text-decoration: none;
}

.sec-one-btn:hover,
.sec-one-btn:focus,
.sec-one-btn:active {
	color: #FFFFFF;
	text-decoration: none;
}

.sec-one .sec-one-btn {
	text-transform: initial;
}

.sec-one-advantages-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.sec-one .sec-one-offer-image {
	position: relative;
	max-width: 360px;
	margin: 20px auto 35px;
}

.sec-one .sec-one-offer-image::before {
	content: "-50%";
	display: flex;
	position: absolute;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #DD476C;
	font-family: 'Asap Condensed', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 45px;
	line-height: 52px;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #FFFFFF;
	z-index: -1;
	top: -20px;
}

.sec-one-last .sec-one-offer-image::before {
	display: none;
}

.advant {
	margin-bottom: 25px;
	width: 50%;
}

.advant:nth-of-type(3) {
	width: 100%;
}

.advant__img {
	display: block;
	max-height: 90px;
	margin: 0 auto 15px;
}

.advant-wrap {
	line-height: 1;
	text-align: center;
}

.advant__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #75c32e;
}

.advant__text {
	font-size: 18px;
}

.advant__title,
.advant__text {
	margin: 0;
}

.form__discount,
.form__discount-size {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	font-size: 24px;
	line-height: 1;
}

.form__discount {
	text-transform: uppercase;
}
.form_top{
	background: #fff000;
	color: #ff0000;
	position: relative;
	padding-top: 5px;
}
/*@timer*/

.form__timer {
	font-weight: 700;
	font-size: 18px;
}
.timer-end {
	margin-bottom: -10px;
}
.timer_name{
	margin-top: -13px;
	font-size: 14px;
	margin-bottom: 10px;
}
.timer_name span:nth-child(2){
	margin: 0px 28px;
}
.countdown-container {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 35px;
}

.sec-form .btn-buy {
	width: 95%;
	margin: 0 auto;
	display: block;
}

.form__shield {
	position: relative;
	/*top: -10px;*/
}

.form__shield-img {
    width: 70%;
  }

.form__shield-text {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 10px;
  color: #363636;
  margin-top: 5px;
}

.form-top-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #923475;
	padding-top: 33px;
}

.form__shield-icon {
	margin-right: 5px;
}

.form__prices{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
sup{
	font-size: 60%;
}
.dot{
	margin: 0px -9px;
}
.old_price{
	width: 40%;	
	text-align: center;
}
.price-old {
	font-size: 24px;
	line-height: 33px;
	color: #9C9C9C;
	position: relative;
	font-weight: 700;
}
.currency-old {
	font-size: 24px;
	line-height: 33px;
	color: #9C9C9C;
	font-weight: 700;
}
.currency {
	font-weight: 700;
	color: #923475;
	font-size: 50px;
	line-height: 68px;
}
.price-new {
	font-weight: 700;
	color: #923475;
	font-size: 50px;
	line-height: 68px;
	width: 40%;
	text-align: center;
}

.price-old::after {
	/*content: ' ';*/
	display: block;
	position: absolute;
	top: 40%;
	left: -5%;
	width: 60px;
	height: 50px;
	border-top: solid 1px #333333;
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.form-middle-text {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #757575;
	margin: 15px 0;
}

.workhours {
	font-size: 0.6em;
	margin-bottom: 0;
	margin-top: 0;
}

/*@sec-two*/

.sec-two{
	overflow: hidden;
}

.sec-two .sec-header__pretitle {
	margin-bottom: 15px;
	margin-top: 15px;
}

.sec-header__pretitle {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #363636;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.1;
}


.sec-two-left-block {
	text-align: left;
	font-size: 14px;
}

.sec-two-left-block__text {
	margin-bottom: 15px;
}
.sec-two-left-block__text--pink {
	font-size: 18px;
	color: #dc3058;
	font-weight: 700;
}

.sec-two-left-block__list {
	list-style-type: none;
	margin-right: 30px;
}

.sec-two-left-block__list > li {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0;
	line-height: 1.2;
}

.sec-two-left-block__list > li:after {
	display: block;
	content: '•';
	color: #f4903d;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -35px;
	top: -12px;
	bottom: 0;
	font-size: 38px;
}

/*@sec-three*/
.sec-three {
	background: #DC466C;
	background: -webkit-linear-gradient(180deg, #DC466C 0%, #FF9900 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#DC466C),to(#FF9900));
	background: -o-linear-gradient(180deg, #DC466C 0%, #FF9900 100%);
	background: linear-gradient(180deg, #DC466C 0%, #FF9900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3960', endColorstr='#cf694a',GradientType=1 );
	padding-bottom: 35px;
}

.sec-three .sec-header {
	margin-top: 60px;
	margin-bottom: 40px;
}

.sec-header__title--white {
	color: #ffffff;
}

.sec-header__pretitle--yellow {
	color: #ffffff;
	font-weight: 400;
	line-height: 1;
}

.simptoms-simp {
	margin-bottom: 35px;
	color: #ffffff;
}

.carousel-navigation {
	display: none;
}

.simp__img,
.simp__title,
.simp__text {
	margin: 0 auto;
	text-align: center;
}

.simp__title {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-top: -10px;
	margin-bottom: 20px;
	background: #CE3A60;
	border-radius: 22px;
	padding: 10px 0;
}

/*@sec-four*/
.sec-four{
	overflow: hidden;
}
.sec-four .sec-header {
	margin-top: 25px;
	margin-bottom: 25px;
}

.sec-four .sec-header__pretitle {
	text-transform: none;
}

.why-wrong-block {
	margin-bottom: 15px;
}

.wrong-block__title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 0.04em;
	color: #e79523;
	margin-bottom: 0;
}

.wrong-block__pretitle {
	font-size: 18px;
	font-weight: 700;
}


.why-wrong-block:nth-child(2) {
	text-align: right;
}

.start-day {
	margin: 25px auto;
}

.start-day .sec-header__title {
	font-size: 30px;
	margin-bottom: 25px;
}

/*@sec-five*/
.sec-five {
	background-image: url('../img/mob_sec-5-bg.jpg');
	background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 35px;
	margin-bottom: 0;
	overflow: hidden;
}

.sec-header__title--blue {
	margin-top: 30px;
	color: #30b0fd;
}

.sec-five .sec-header__title {
	color: #E05100;
}

.doc-block__img {
	margin: 15px auto;
	border-radius: 20px;
}

.doc-block-about {
	/* margin-top: -50px; */
}

.doc-block-about__name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.doc-block-about__prof {
	font-size: 18px;
	line-height: 1.2;
}

.effect-block {
	margin-bottom: 30px;
}

.effect-block__title {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #953477;
}

.effect-block__text {
	font-size: 16px;
}

/*@sec-six*/

.sec-six .sec-header {
	margin-top: 20px;
}

.sec-header__title--green {
	color: #75c32e;
}

.sec-six .sec-header__pretitle {
	font-size: 16px;
	line-height: 22px;
}


/*sec-six-slider*/
.carousel-inner {
	margin: 0;
}

.item {
	padding: 0 30px;
}

.powers-carousel {
	margin-bottom: 60px;
}

.powers-power {
	padding: 10px 0;
	cursor: pointer;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
	text-align: center;
}

.sec-six .powers-power {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	margin: 20px 0 45px;
}

.sec-seven .powers-power {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(202, 110, 174, 0.6);
	margin: 20px 10px;
	border-radius: 20px;
	padding-top: 62px;
	position: relative;
}

.slide-info_block {
	position: absolute;
	top: 22px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	font-size: 18px;
	line-height: 25px;
	color: #672E5A;
}

.slide-body__age {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 25px;
}

.slide-body__name {
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 10px;
}

.carousel {
	padding: 0;
}

#powers-carousel .powers-power .slide-header {
	font-size: 18px;
	color: #75c32e;
}

.powers-power .slide-body {
	max-width: 90%;
	margin: 0 auto;
}

.slide-body__text {
	color: #111111;
	font-size: 16px;
	line-height: 1.3;
	min-height: 65px;
}

.powers-power .power-img {
	margin: 0 auto;
	max-height: 140px;
}

.carousel-indicators {
	position: static;
	margin-top: 20px;
	margin-left: auto;
	width: auto;
}

.carousel-indicators li {
	border: solid 2px #75c32e;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 10px;
}

.carousel-indicators .active {
	border-color: #75c32e;
	background-color: #75c32e;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 10px;
}
/* CAROUSEL dots */
.slick-dots{
	padding: 12px 0;	
	bottom: 0;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    content: '';
    text-align: center;
    color:transparent;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: solid 2px #75c32e;
}
.slick-dots li{
	border: solid 2px #75c32e;
    width: 15px;
    height: 15px;
	margin: 0 10px 0 10px;
    border-radius: 50%;
}
.slick-dots .slick-active{
	border-color: #75c32e;
    background-color: #75c32e;
}
/*@sec-seven*/
/*@sec-seven-slider*/
#reviews-carousel .carousel-inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 24px;
}
#reviews-carousel .item {
	padding: 0;
}

#reviews-carousel .slide-header {
	padding: 5px 25px;
}

#reviews-carousel .before-after-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 540px;
	margin: auto;
}

.slide-header__before,
.slide-header__after {
	font-size: 14px;
	width: 50%;
	text-transform: uppercase;
}

.slide-header__before {
	color: #363636;
}

.slide-header__after {
	color: #75c32e;
	font-weight: 700;
}

#reviews-carousel .slide-body {
	font-size: 12px;
}

#reviews-carousel .carousel-indicators {
	margin-top: 0px;
}

.review-img {
	margin: 0 auto;
}

/*---*/

.sec-seven {
	margin-bottom: 0;
	background: #ffffff;
}

.sec-seven .sec-header .sec-header__title {
	margin-bottom: 0;
}

.sec-seven .sec-header {
	margin-top: 25px;
	margin-bottom: 25px;
}

.sec-seven .start-day, .sec-start-day .start-day {
	background-color: #ffffff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 25px 20px 30px;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	margin-bottom: 25px;
}

#sec-seven .start-day .sec-header__title, .sec-start-day .start-day .sec-header__title {
	font-family: 'Asap Condensed', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #E05100;
}

.sec-seven .start-day .btn-buy, .sec-start-day .start-day .btn-buy {
	background: linear-gradient(90deg, #923475 0%, #CC359D 100%);
	box-shadow: 0px 8px 20px rgba(221, 0, 154, 0.6);
	border-radius: 100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.sec-header__title--black {
	color: #363636;
}

/*@sec-eight*/
.sec-eight {
	margin-bottom: 0;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0eecc 97%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(97%, #f0eecc));
	background: -o-linear-gradient(top, #ffffff 0%,#f0eecc 97%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0eecc 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0eecc',GradientType=0 );
	overflow: hidden;
}

.sec-eight .sec-header {
	margin-top: 25px;
}

.how-eat {
	text-align: center;
	text-transform: uppercase;
}

.how-eat:nth-child(3) {
	margin-bottom: 25px;
}


.how-eat__img {
	margin: 0 auto;
}

.how-eat__title {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0;
}

.how-eat__pretitle {
	margin-bottom: 0;
	font-size: 18px;
}

/*@sec-nine*/
.sec-nine {
	background: #f0eecc;
	background: -webkit-linear-gradient(top, #f0eecc 35%,#ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #f0eecc),to(#ffffff));
	background: -o-linear-gradient(top, #f0eecc 35%,#ffffff 100%);
	background: linear-gradient(to bottom, #f0eecc 35%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eecc', endColorstr='#ffffff',GradientType=0 );
}

.sec-nine .sec-header {
	margin-top: 40px;
	margin-bottom: 25px;
}

.sec-nine .sec-header__title {
	margin-bottom: 0;
}

.how-get {
	font-size: 14px;
	text-align: center;
	min-height: 280px;
}

.how-get:first-child a .how-get-text,
.how-get:first-child a:hover .how-get-text,
.how-get:first-child a:active .how-get-text,
.how-get:first-child a:focus .how-get-text,
.how-get:first-child a:hover,
.how-get:first-child a:active,
.how-get:first-child a:focus {
	text-decoration: none;
	color: #333;
}

.how-get__img {
	margin: 0 auto;
}
.how-get-imgwrap {
	margin-bottom: 20px;
}

.how-get__title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	white-space: pre-line;
}

/*@sec-ten*/
.sec-header__pretitle--black {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0.04;
	font-size: 34px;
	color: #333333;
	text-align: center;
	margin-bottom: 0;
}

.sec-header__text {
	color: #333333;
	font-size: 22px;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.sec-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(202, 110, 174, 0.6);
    border-radius: 10px;
    padding: 17px;
}

.form-group label {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #333333;
}

.free-delivery {
	background: linear-gradient(81.97deg, #F4FFF3 0%, #F0FFF0 100%);
	display: flex;
	justify-content: space-evenly;
	padding: 12px 0;
}

.free-delivery-title {
	text-transform: uppercase;
	color: #00CD08;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.delivery-mobile {
	text-transform: none;
	color: #82A884;
	display: block;
	font-size: 10px;
}

.free-delivery-subtitle {
	display: none;
}

.free-delivery-cards img {
	width: 30px;
}

.sec-one-last {
	padding-top: 70px;
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sec-one-last .sec-one-gray {
	display: none;
}

.sec-one-last .sec-form {
	position: relative;
	margin: 0 auto -25px;
	padding-bottom: 1px;
	max-width: 340px;
}

/*.footer {*/
/*	background: #7C7C7C;*/
/*	font-family: 'Open Sans', sans-serif;*/
/*	font-style: normal;*/
/*	font-weight: normal;*/
/*	font-size: 14px;*/
/*	line-height: 23px;*/
/*	text-align: center;*/
/*	color: #EEEEEE;*/
/*	padding: 69px 10px 20px;*/
/*}*/

.footer-text__title {
	margin-bottom: 23px;
}

.sec-one-text, .sec-one-last-text {
	display: none;
}

/*@sec-eleven*/
/*@sec-twelve*/

/*@>768 and up*/
@media (min-width: 425px) and (max-width: 768px) {
  .form__shield-img {
    width: 50%;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .sec-one-last .sec-one-offer-image {
    margin: 106px auto 68px;
}
}
@media (min-width: 768px) {
	/*@buttons*/
	.navbar-nav .btn-buy {
		font-size: 24px;
		margin-top: 2px;
		width: 150px;
	}
	.btn-buy {
		padding: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	/*@forms*/
	/*@menu*/
	.navbar-default {
		border: none;
	}

	.menu {
		margin-top: 10px;
	}

	.nav {
		justify-content: space-between;
	}
	/*@slider*/

	/*@sec-one*/
	.header__title {
		font-size: 52px;
	}

	.sec-header__pretitle {
		font-size: 34px;
	}

	.sec-one {
		background-image: url(../img/sec-1-bg-tablet.jpg);
		padding-bottom: 95px;
	}

	.sec-one .sec-header {
		margin-bottom: 60px;
	}

	.sec-one-last .sec-header {
		width: calc(100% - 340px);
	}

	.sec-one .sec-header__title{
		font-size: 42px;
		line-height: 48px;
        margin-top: 60px;
	}

	.sec-one-last .sec-header__title {
		margin-top: 25px;
		text-align: left;
		font-size: 28px;
		line-height: 32px;
	}

	.offer-img {
		max-width: 411px;
        margin: 0 auto 0 0;
	}

	.sec-one-last .sec-one-offer-image {
		width: calc(100% - 340px);
		float: left;
		margin: 0 auto 118px;
	}

	.sec-one-last .offer-img {
		max-width: 100%;
	}

	.sec-form {
		margin-left: 15px;
		margin-top: -45px;
	}

	.sec-form .form-group {
		margin-bottom: 0;
	  }

	.sec-form .btn-buy {
		margin: 15px auto 10px;
		padding-bottom: 0;
	}

    .sec-one-row {
        position: relative;
    }

    .sec-one-advantages {
		position: absolute;
		bottom: 265px;
        right: 0;
		width: 274px;
	}

    .sec-one-advantages-wrap {
        flex-direction: column;
    }

	.sec-one .sec-one-offer-image {
		max-width: 420px;
		margin: 20px 0 35px;
	}

	.sec-one .sec-one-offer-image::before {
		width: 123px;
		height: 123px;
		right: -40px;
		bottom: 15px;
		top: auto;
		z-index: 1;
	}

    .advant {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .advant:nth-of-type(2),
    .advant:nth-of-type(4) {
        padding-left: 20px;
    }

    .advant:nth-of-type(1),
    .advant:nth-of-type(5) {
        padding-left: 40px;
    }

	.advant__img {
		max-height: 50px;
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 0;
	}

    .advant__text {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .advant__title {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .sec-one-gray {
        display: flex;
    }
	/*@sec-two*/
	.sec-two .sec-header {
		margin-bottom: 25px;
	}

	.sec-two-left-block__text {
		line-height: 1.2;
	}

	.sec-two-left-block__text--pink {
		line-height: 1.1;
		font-size: 16px;
	}

	.sec-two-left-block__list > li {
		margin: 5px 0;
	}

	/*@sec-three*/

	.simptoms {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: center;
	}

	.simptoms-simp {
		width: 42%;
	}

	.simptoms-simp:first-child {
		margin-right: 100px;
		padding-left: 0;
	}

	.simptoms-simp:nth-child(2) {
		padding-right: 0;
	}


	/*@sec-four*/
	.why-wrong-block:nth-child(odd) .wrong__img {
		float: left;
		margin-right: 15px;
	}

	.why-wrong-block:nth-child(even) .wrong__img {
		float: right;
		margin-left: 15px;
	}

	.wrong-block__title {
		margin-top: 35px;
	}

	.start-day {
		border: solid 1px transparent;
		-webkit-border-radius: 70px;
		border-radius: 70px;
		-webkit-box-shadow: 0px 4px 20px 3px rgba(0,0,0,0.1);
		box-shadow: 0px 4px 20px 3px rgba(0,0,0,0.1);
		padding: 20px;
	}

	/*@sec-five*/
	.sec-five .sec-header__title {
		margin-bottom: 70px;
	}

	.doc-block__img {
		margin: 0;
		max-width: 344px;
	}

	.doc-block-about {
		text-align: center;
		margin-top: 0;
	}

	.doc-block-about__prof {
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}

	.effect-block__title {
		font-size: 24px;
		line-height: 33px;
		text-align: left;
		margin-top: 0;
		margin-bottom: 68px;
		max-width: 344px;
	}

	.doc-block-about__name {
		font-size: 20px;
		line-height: 29px;
		text-align: left;
	}
	.effect-block__text {
		max-width: 344px;
	}


	/*@sec-six*/


	.sec-six {
		background-image: none;
	}

	.carousel-inner {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.carousel-inner > .item {
		display: block;
		padding: 0 5px;
	}

	.powers-power .power-img {
		max-height: 100%;
	}

	.sec-six .powers-power {
		background: transparent;
		box-shadow: none;
	}

	/*@sec-table-desktop*/
	.sec-table-desktop {
		background: #97c42f;
		background: -webkit-linear-gradient(left, #97c42f 0%,#e0b92a 100%);
		background: -webkit-gradient(linear, left top, right top, from(#97c42f),to(#e0b92a));
		background: -o-linear-gradient(left, #97c42f 0%,#e0b92a 100%);
		background: linear-gradient(to right, #97c42f 0%,#e0b92a 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c42f', endColorstr='#e0b92a',GradientType=1 );
		border: solid 0 transparent;
		-webkit-border-radius: 500px 500px 0px 0px / 50px 50px 0px 0px;
		border-radius: 500px 500px 0px 0px / 50px 50px 0px 0px;
		margin-bottom: 0;
	}

	.sec-table-desktop .sec-header {
		margin-top: 45px;
		margin-bottom: 15px;
	}

	.sec-table-desktop .sec-header .sec-header__title {
		color: #ffffff;
		margin: 0;
	}

	.sec-table-desktop .sec-header .sec-header__pretitle {
		white-space: pre-line;
	}

	.sec-usual-text {
		color: #ffffff;
		font-size: 22px;
		margin-bottom: 45px;
	}

	.table-science-wrap .sec-usual-text {
		margin-top: 45px;
	}

	.table-science-bg {
		-webkit-border-radius: 27px;
		border-radius: 27px;
		margin: 0 auto;
		-webkit-box-shadow: 0px 5px 25px 1px rgba(0,0,0,0.15);
		box-shadow: 0px 5px 25px 1px rgba(0,0,0,0.15);
	}

	/*@sec-seven*/
	.sec-seven .slide-body {
		padding: 20px 30px;
	}

	.sec-seven .start-day, .sec-start-day .start-day {
		margin-top: 0;
		margin-bottom: 60px;
		padding: 24px 24px 32px;
	}

	.sec-start-day .start-day {
		margin-top: 36px;
	}

	.sec-seven .start-day .btn-buy, .sec-start-day .start-day .btn-buy {
		width: 260px;
	}

	#sec-seven .start-day .sec-header__title, .sec-start-day .start-day .sec-header__title {
		font-size: 32px;
		line-height: 37px;
	}

	#reviews-carousel .before-after-wrap {
		display: none;
	}

	.sec-seven .powers-power {
		margin: 20px;
		padding-bottom: 40px;
	}

	#reviews-carousel .carousel-inner {
		padding-bottom: 0;
	}

	.carousel-navigation {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 50px;
	}

	.slider-prev,
	.slider-next {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
		filter: drop-shadow(0px 4px 30px rgba(202, 110, 174, 0.6));
		transform: matrix(-1, 0, 0, 1, 0, 0);
	}

	.slider-prev {
		margin-right: 20px;
	}

	.slider-prev:hover svg path,
	.slider-next:hover svg path,
	.slider-prev:active svg path,
	.slider-next:active svg path,
	.slider-prev:focus svg path,
	.slider-next:focus svg path {
		fill: #923475;
	}

	#reviews-carousel .item:focus {
		outline: none;
		border: none;
	}

	/*@sec-odds-desktop*/

	.sec-odds-desktop .sec-header {
		margin-top: 50px;
	}

	.odds-odd {
		margin-top: 30px;
	}

	.odds-odd:nth-of-type(4) {
		clear: left;
	}

	.odds-odd__img {
		margin: 0 auto;
	}

	.odds-odd-text {
		margin-top: 15px;
	}

	.odds-odd__title {
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		letter-spacing: 0.04em;
		font-size: 24px;
		font-weight: 700;
		line-height: 1;
	}

	.odds-odd__pretitle {
		font-size: 18px;
	}

	/*@sec-eight*/
	.how-eat-sec-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.how-eat:nth-child(3) {
		margin-bottom: 0;
	}
	/*@sec-nine*/

	.how-get-sec-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	/*@sec-planet-desktop*/
	.sec-planet-desktop .sec-header {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.planet-img {
		margin: 0 auto;
	}


	/*@sec-one-last*/
	.sec-one-last {
		background-image: url(../img/sec-last-bg-tablet.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.sec-one-last .sec-form{
		margin: 0 0 -25px auto;
		position: absolute;
		right: 0;
		top: 0;
	}

	.free-delivery {
		flex-direction: column;
	}

	.free-delivery-title {
		text-align: center;
		padding: 0 5px;
	}

	.free-delivery-subtitle {
		display: block;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		color: #82A884;
	}

	.delivery-mobile {
		display: inline;
		text-transform: uppercase;
		color: #00CD08;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
	}

	.free-delivery-cards {
		margin-top: 3px;
	}

	.free-delivery-cards img {
		width: 45px;
	}

	.sec-one-text, .sec-one-last-text {
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0.5px;
		color: #606060;
	}

	.sec-one-text {
		margin-top: 19px;
		text-align: center;
	}

	.sec-one-last-text {
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100% - 350px);
	}

	.sec-one-last .sec-one-offer-image  {
		margin: 20px 0 115px;
	}

	/*.footer {*/
	/*	padding: 42px 10px 20px;*/
	/*}*/
}

@media (min-width: 900px) {
	.sec-form {
		margin-left: 60px;
	}
}

/*@>992 and up*/
@media (min-width: 992px) {
	.doc-block-about {
		/* margin-top: -50px; */
	}
    .sec-one .container {
        width: 750px;
    }
}


@media (min-width: 1040px) {
	.sec-form {
		margin-left: 80px;
	}
}

/*@>1200 and up*/
@media (min-width: 1200px) {

	.sec-one {
        background-image: url(../img/sec-1-bg.jpg);
		background-position: 100% 55%;
	}

    .sec-one .container {
        width: 1170px;
    }

    .sec-one.upper .sec-form {
        display: block;
    }

	.sec-form {
		left: 40%;
		margin: -142px 0 0 auto;
        width: 340px;
	}

	.sec-one-offer-image {
		margin-bottom: 40px;
        float: left;
	}

    .sec-one-offer-image::after {
        content: '';
        clear: left;
    }

	.sec-one-last .sec-one-offer-image{
		margin:68px auto;
	}

	.sec-one-advantages {
		left: 50%;
        transform: translateX(-50%);
		bottom: 170px;
	}

	.sec-one .sec-header__title{
		font-size: 44px;
		width: calc(100% - 350px);
		text-align: left;
	}

	.sec-one .sec-one-offer-image::before {
		display: none;
	}

	.sec-one-last .sec-one-offer-image {
		min-width: 573px;
		margin: 0 auto;
	}

    .sec-one-gray {
        width: 463px;
    }

    .gray-icon-item p {
        font-size: 14px;
        line-height: 19px;
        text-transform: initial;
    }

    .sec-one-btn {
        display: none;
    }

	.sec-one .sec-one-gray {
		margin-top: -40px;
	}


	/*@sec-two*/
	.sec-two-left-block__text {
		font-size: 18px;
	}

	.sec-two-left-block__text--pink {
		font-size: 22px;
		margin: 20px 0;
	}

	.sec-two-left-block__list > li {
		font-size: 22px;
		line-height: 2;
	}

	.sec-two-left-block__list > li:after {
		top: -15px;
	}

	/*@sec-three*/
	.sec-three {
		background: none;
	}

	.sec-three .container {
		background: #DC466C;
		background: -webkit-linear-gradient(180deg, #DC466C 0%, #FF9900 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#DC466C),to(#FF9900));
		background: -o-linear-gradient(180deg, #DC466C 0%, #FF9900 100%);
		background: linear-gradient(180deg, #DC466C 0%, #FF9900 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3960', endColorstr='#cf694a',GradientType=1 );
		border-radius: 30px;
	}

	.sec-three .sec-header {
		margin-top: 65px;
		margin-bottom: 70px;
	}

	.simptoms {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		margin-bottom: 70px;
		justify-content: space-between;
	}

	.simptoms-simp {
		width: 300px;
		padding-left: 0;
		padding-right: 0;
	}

	.simptoms-simp:first-child {
		margin-right: 0;
	}

	.sec-header__title {
		margin-bottom: 24px;
	}

	.sec-header__pretitle {
		font-size: 26px;
		line-height: 35px;
	}

	/*@sec-four*/

	.why-wrong-block {
		text-align: center;
	}

	.why-wrong-block:nth-child(odd) .wrong__img,
	.why-wrong-block:nth-child(even) .wrong__img {
		float: none;
		margin: 0 auto;
	}


	.why-wrong-block:nth-child(2) {
		text-align: center;
	}

	.start-day {
		padding: 30px;
	}

	.start-day .sec-header__title {
		margin: 0;
	}

	.start-day-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}


	/*@sec-five*/

	.sec-five {
		background-image: url('../img/sec-5-bg.jpg');
		background-position: 50% 0;
		-webkit-background-size: cover;
		background-size: cover;
		margin-bottom: 50px;
		margin-top: 0px;
		padding-top: 70px;
		padding-bottom: 90px;
	}

	.doc-block__img {
		margin-bottom: 22px;
		max-width: 370px;
	}

	.doc-block-about {
		text-align: left;
		margin-top: 0;
	}

	.effect-block__text {
		max-width: none;
	}

	.effect-block__title {
		max-width: none;
		margin-bottom: 58px;
		margin-top: 58px;
	}

	/*@sec-six*/
	.sec-six {
		margin-bottom: 50px;
	}


	#powers-carousel .item:nth-child(1) {
		width: 16.66666667%;
	}

	#powers-carousel .item:nth-child(2) {
		width: 20.66666667%;
	}

	#powers-carousel .item:nth-child(3) {
		width: 23.7777777%;
	}

	#powers-carousel .item:nth-child(4) {
		width: 20.66666667%;
	}

	#powers-carousel .item:nth-child(5) {
		width: 16.66666667%;
	}

	#powers-carousel .carousel-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.powers-power {
		cursor: auto;
	}

	.carousel-navigation {
		display: none;
	}

	.sec-seven .start-day, .sec-start-day .start-day {
		padding: 24px 102px 32px;
	}

	.sec-seven .start-day .btn-buy, .sec-start-day .start-day .btn-buy {
		margin-top: 30px;
	}

	/*@sec-seven*/

	.sec-seven .sec-header {
		margin-top: 50px;
	}


	#reviews-carousel .slide-header {
		padding-right: 40px;
	}

	#reviews-carousel .slide-body {
		margin-top: 0;
		padding: 10px 10px;
	}

	#reviews-carousel .powers-power-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	#reviews-carousel .wr1 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	#reviews-carousel .wr1 .slide-body {
		margin-left: 25px;
	}

	#reviews-carousel .wr2 .slide-body {
		margin-left: -25px;
	}

	#reviews-carousel .wr3 .slide-body {
		margin-left: 25px;
	}

	#reviews-carousel .wr3 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}


	#reviews-carousel .slide-body:nth-child {
		margin-left: 25px;
	}

	#reviews-carousel .slide-header__before,
	#reviews-carousel .slide-header__after {
		margin: 15px 0 0 0;
	}

	#reviews-carousel .slide-body {
		text-align: left;
		padding: 50px 50px;
	}

	/*@sec-odds-desktop*/


	.odds {
		margin: 50px 0;
	}

	.odds-odd:nth-of-type(4) {
		clear: none;
	}

	/*@sec-eight*/
	.how-eat__img {
		margin-bottom: 25px;
	}


	/*@sec-nine*/
	.sec-nine .sec-header {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.sec-one-text, .sec-one-last-text {
		display: none;
	}


	/*@sec-one sec-one-last*/

	.sec-one-last .sec-header {
		margin-top: 0;
		width: 100%;
		margin-bottom: 0;
	}

	.sec-one-last .sec-header__title {
		font-size: 44px;
		line-height: 50px;
	}

	.sec-one-last {
		background-image: url(../img/sec-last-bg.png);
		background-position: center bottom;
	}

	.sec-one-last .sec-one-offer-image {
		margin: 0 auto 10px;
	}

	.sec-one-last .sec-one-offer-image .offer-img {
		max-width: 573px;
	}

	/*@sec-eleven*/
	/*@sec-twelve*/
}

@media (min-width: 1400px) {
}

@media (min-width: 1550px) {
}

@media (min-width: 1730px) {
}

@media (min-width: 1900px) {
}

.how-get-text .capitalize{
	text-transform: uppercase;
}

/* TIMER */

.time-block {
    width: fit-content;
    margin: 0 auto;
    padding: 0 ;
    color: #923475 ;
    /* background: #383838; */
    text-align: center; 
  }
  
  .time-title {  
    margin: 0 auto;
    padding: 0 0 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: inherit;
   }
  
  .time-remain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  
  .time-remain-items {
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
    z-index: 1;
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); */
    /* background: #134328; */
    border-radius: 5px; }
  
  .hour,
  .minutes,
  .seconds {  
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  
  .time-dots {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: inherit; }