/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

div {
	box-sizing: border-box
}

#app_common_modal,
#error_handler_overlay {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	background: #333;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
	max-width: 600px;
	-webkit-background-clip: padding-box;
	font-family: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	outline: 0
}

#error_handler_overlay .error_handler_body {
	margin: 100px auto;
	width: 95%;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

#app_common_modal_close,
#error_handler_overlay_close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #fff;
	background-color: #333;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	line-height: 30px;
	padding: 0;
	margin: 0
}

#app_common_modal .app_modal_body {
	margin: 100px auto;
	min-width: inherit;
	width: 95%;
	min-height: 400px;
	padding: 2.5%;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
	min-height: 400px;
	width: 100%;
	border: 1px solid #d5d6ef
}

#LoadingDiv {
	margin: 0;
	position: fixed;
	height: 100%;
	z-index: 9999;
	padding-top: 350px;
	width: 100%;
	clear: none;
	background: url(imgs/trans.png);
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 30px
}

* html #LoadingDiv {
	position: absolute;
	height: 100vh
}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a,
b,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
label,
li,
main,
ol,
p,
section,
span,
strong,
u,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	letter-spacing: normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	text-rendering: optimizeLegibility
}

.contentWrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px
}

header {
	background-color: #fff;
	padding: 7px 0
}

.headerContent {
	justify-content: space-between;
	align-items: center
}

.headerContent.desktop {
	display: flex
}

.headerContent.mobile {
	display: none
}

.headerRightText {
	display: flex;
	flex-direction: row;
	align-items: center
}

.headerLogo {
	display: flex
}

.headerLogo img {
	width: 100%
}

.headerRight {
	white-space: nowrap
}

.headerRight>a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	margin-right: 60px;
	vertical-align: middle;
	color: #000
}

.headerRight>.headerPh {
	width: 21px;
	height: 24px;
	background: url(images/icons_head_sprite.png) -76px 2px no-repeat
}

.headerPh {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px
}

.workingHours {
	font-size: 20px;
	font-weight: 700;
	color: #000
}

.workingHours>span {
	display: inline-block;
	width: 21px;
	height: 21px;
	border: 3px solid #d8ac3b;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	margin-right: 10px
}

.workingHours>span::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #d8ac3b;
	border-left: 3px solid #d8ac3b;
	position: absolute;
	top: 0;
	right: 0
}

.mainWrapper {
	background: linear-gradient(180deg, #d6dcd8 0, #fff 100%);
	padding: 21px 21px 0
}

.mainD {
	margin: 0 auto;
	max-width: 1080px;
	border-radius: 15px 15px 0 0;
	background-color: #fff;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden
}

.mainDL {
	flex-basis: 39%;
	background-color: #fcf2cc;
	text-align: center;
	margin-bottom: 25px
}

.mainDLIimg {
	margin-top: 50px
}

.mainDLIimg img {
	max-width: 100%
}

.desktop .kFacts_icons {
	flex-wrap: wrap
}

.desktop .kFacts_icons_block p {
	font-size: 15px
}

.desktop .kFacts_head_text {
	font-size: 18px;
	background-color: #fcf2cc
}

.mainDRight {
	flex-basis: 61%
}

.mainDRightMark {
	padding: 10px 10px 0
}

.mainDRightMark .head {
	color: #f2870e;
	font-size: 23px;
	font-weight: 900
}

.star-rating {
	margin: 9px auto;
	font-size: 14px
}

.star-rating_text {
	color: #969696;
	font-size: 17px
}

.ratingStars {
	font-size: 24px;
	color: #f3cb2d
}

.star-rating_hr {
	width: 220px;
	height: 2px;
	background-color: #c8c8c8;
	margin: 15px 0 10px;
	text-align: left
}

.mainBL {
	position: relative;
	background: linear-gradient(to bottom, #04bab5 80%, #fff 80%);
	margin-bottom: 0
}

.contentWr {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px
}

.cHeader,
.main_subheader {
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75)
}

.cHeader {
	padding-top: 20px;
	font-weight: 800
}

.main_subheader {
	margin: 10px 0 15px
}

.topRatingBar {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff
}

.first__screen {
	background: #261c64;
	background: -moz-linear-gradient(180deg, #261c64 0, #fff 100%);
	background: -webkit-linear-gradient(180deg, #261c64 0, #fff 100%);
	background: linear-gradient(180deg, #261c64 0, #fff 100%);
	text-align: center
}

.first__screen_wrapper {
	background-color: #fff;
	width: 97%;
	margin: 0 auto;
	border-radius: 15px;
	text-align: center
}

.first__screen_info {
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px
}

.first__screen_block {
	overflow: hidden
}

.first__screen_block h1 {
	font-size: 22px;
	padding: 20px
}

.first__screen_block h2 {
	font-size: 16px;
	color: #7d7d7d;
	margin-bottom: 20px
}

.topRatingBar {
	margin: 20px 0
}

.first__screen_img {
	max-width: 375px;
	margin: 0 auto;
	padding: 20px 9px 20px 20px
}

.first__screen_img img {
	width: 100%
}

.kFacts {
	padding: 10px;
	max-width: 900px;
	margin: 0 auto;
	flex-grow: 2
}

.kFacts_head {
	color: #261c64;
	font-weight: 600;
	text-align: center;
	position: relative
}

.kFacts_head_text {
	display: inline-block;
	padding: 0 5px;
	font-size: 18px;
	position: relative;
	background-color: #fff;
	z-index: 10;
	color: #000
}

.kFacts_head_hr {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #afafaf;
	top: 50%;
	z-index: 9
}

.kFacts_icons {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 30px 0 10px
}

.kFacts_icons_block {
	width: 33%;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 40px;
	position: relative
}

.kFacts_icons_block::after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(images/icons.png)
}

.kf2::after {
	background-image: url(images/promise.png)
}

.kf_icon1::after {
	background-position: 0 -3px
}

.kf_icon2::after {
	background-position: -47px 0;
	width: 50px;
	height: 50px
}

.kf_icon3::after {
	background-position: -96px 0
}

.kf_icon4::after {
	background-position: -144px 0
}

.kf_icon5::after {
	background-position: -191px 0;
	width: 46px
}

.kf_icon6::after {
	background-position: -237px 0
}

.kf2::after {
	top: -10px;
	height: 50px;
	width: 50px
}

.kf2_icon1::after {
	background-position: -2px -4px;
	width: 42px;
	height: 42px
}

.kf2_icon2::after {
	background-position: -50px -4px;
	width: 42px;
	height: 42px
}

.kf2_icon3::after {
	background-position: -98px -4px;
	width: 37px;
	height: 42px
}

.kf2_icon4::after {
	background-position: -141px -4px;
	width: 45px;
	height: 45px
}

.kf2_icon5::after {
	background-position: -191px 0;
	width: 36px;
	height: 50px
}

.kf2_icon6::after {
	background-position: -232px -4px;
	width: 42px
}

.kFacts_icons_block p {
	font-size: 17px;
	font-weight: 400;
	color: #000
}

.kFacts_text {
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 14px;
	padding: 0 40px
}

.kFacts_list {
	padding: 0 7px;
	list-style-type: none;
	margin-bottom: 17px;
	vertical-align: top
}

.kFacts_list_left {
	width: 60%!important
}

.kFacts_list_right {
	width: 39%!important
}

.kFacts_list_head {
	padding-left: 32px;
	font-size: 20px;
	line-height: 32px;
	display: flex;
	color: #f2870e;
	font-weight: 700;
	margin-bottom: 12px;
	position: relative
}

.kFacts_list_head img {
	margin-right: 5px
}

.kFacts_list_head-right::after,
.kFacts_list_head::after,
.kFacts_list_item::after {
	content: "";
	display: block;
	background-image: url(images/icons_head_sprite.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 32px;
	top: 1px;
	left: 0;
	position: absolute
}

.kFacts_list_head::after {
	background-position: -24px 50%
}

.kFacts_list_head-right::after {
	background-position: -46px 50%;
	width: 30px
}

.kFacts_list_item::after {
	background-position: 0 50%;
	width: 25px;
	top: -2px
}

.kFacts_list_item {
	padding-left: 32px;
	color: #646464;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 8px
}

.bpsImg {
	width: 100%;
	max-width: 281px;
	margin: 0 auto
}

.bpsImg img {
	width: 100%
}

.offer__header {
	text-align: center;
	color: #f2870e;
}

.offer__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.offer__card {
	position: relative;
	margin-bottom: 32px;
	width: 100%;
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	max-width: 380px;
	max-width: 197px;
	background: #fdfefe;
	background: -webkit-gradient( linear, left top, left bottom, from(#fdfefe), to(#e1f7f0));
	background: -o-linear-gradient(top, #fdfefe 0, #e1f7f0 100%);
	background: linear-gradient(180deg, #fdfefe 0, #e1f7f0 100%);
	border: 2px solid #c29a44;
	border-radius: 7px;
	text-align: center;
	font-size: 20px
}

.offer__card.selected {
	background: #fffefa;
	background: -webkit-gradient( linear, left top, left bottom, from(#fffefa), to(#fbefbf));
	background: -o-linear-gradient(top, #fffefa 0, #fbefbf 100%);
	background: linear-gradient(180deg, #fffefa 0, #fbefbf 100%);
	border: 2px solid #ff9c00
}

.offer__card.selected::after {
	content: "";
	display: block;
	position: absolute;
	width: 129px;
	height: 130px;
	top: -5px;
	left: -5px;
	background: url(images/badgeSmall.png) no-repeat
}

.offer__card.selected .card__btn a:after {
	position: absolute;
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	top: 22px;
	right: -16px;
	background: url(imgs/cursor.png) no-repeat;
	background-size: 19px
}

.offer__card.selected .card__header {
	background-color: #ff9c00;
}

.offer__card.selected .card__header::after {
	border-color: #ff9c00 transparent transparent transparent
}

.card__header {
	background-color: #c29a44;
	color: #fff;
	font-size: 16px;
	margin: 0;
	font-weight: 700;
	width: calc(100% + 4px);
	-webkit-transform: translate(-2px, -2px);
	-ms-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px);
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.card__header::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 15px 0 15px;
	border-color: #c29a44 transparent transparent transparent
}

.card__retail {
	max-width: 200px;
	font-size: 13px;
	margin: 0.7em auto 0;
	background-size: 55px;
	font-weight: 600;
	color: #da2221
}

.card__retail span {
	text-decoration: line-through
}

.card__price {
	margin: 1px auto -3px;
	font-size: 40px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.card__price .price {
	font-family: "Open Sans", sans-serif;
	font-weight: 900;
	font-size: 39px;
	color: #000;
	margin-right: 0
}

.card__price .caption {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #000;
	margin-left: 0.2em;
	text-align: left
}

.card__save {
	color: #da2221;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	margin: 0.2em auto 0.7em
}

.card__hr {
	width: 100px;
	height: 3px;
	background-color: #ff9c00;
	margin: 14px auto 18px
}

.card__info {
	font-size: 9px;
	font-family: "Open Sans",sans-serif;
	padding: 0 10px;
	line-height: 141%;
	margin: 10px auto
}

.card__btn {
	padding: 0 13px
}

.card__btn a {
	position: relative;
	margin: 0.6em auto 0.8em;
	background: #d20000;
	background: -webkit-gradient( linear, left top, left bottom, from(#d20000), to(#ea0000));
	background: -o-linear-gradient(top, #d20000 0, #ea0000 100%);
	background: linear-gradient(180deg, #d20000 0, #ea0000 100%);
	border: 1px solid #af0000;
	border-radius: 5px;
	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;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 0.5em
}

.tabs {
	padding: 0 10px
}

.tabs__container {
	background-color: #fcf2cc;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding-left: 295px
}

.tabs__container--heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	text-align: right;
	padding: 15px
}

.tabs__container--heading>p {
	font-size: 20px;
	font-weight: 700
}

.tab-toggler {
	padding: 0 8px 0 48px;
	max-width: 295px;
	width: 100%;
	position: absolute;
	left: 0;
	cursor: pointer
}

.tab-toggler:nth-child(2) {
	top: 100px
}

.tab-toggler:nth-child(4) {
	top: calc(70px * 2 + 23px)
}

.tab-toggler:nth-child(6) {
	top: calc(68px * 3 + 15px)
}

.tab-toggler:nth-child(8) {
	top: calc(68px * 4 + 4px)
}

.tab-toggler:nth-child(10) {
	top: calc(64px * 5 + 13px);
}

.tab-toggler>p {
	font-weight: 700;
	line-height: 1.625;
	color: #f2870e;
	border-bottom: 1px solid #fc9936;
	padding: 15px 0 15px 60px
}

.tab-toggler>.plus {
	display: none
}

.tab-toggler::after {
	content: "\27A4";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #fc9936;
	display: none
}

.tab-toggler:hover::after {
	display: block
}

.tab-toggler.active {
	background: #c29a44
}

.tab-toggler.active>p {
	color: #fff;
	border: none
}

.tab-toggler.active::after {
	color: #fff;
	display: block
}

.tab {
	min-height: calc(57px * 7);
	background: #fffae6;
	padding: 30px 30px 60px;
	display: none
}

.tab.active {
	display: block
}

.tab__title {
	font-size: 28px;
	line-height: 0.93;
	color: #f2870e
}

.tab__line {
	width: 110px;
	height: 3px;
	background-color: #fc9936;
	margin: 20px 0
}

.tab__disclaimer {
	font-weight: 400;
	line-height: 1.375
}

.tab__body {
	text-align: center
}

.tab__body--title {
	font-size: 20px;
	line-height: 1.2;
	color: #f2870e;
	margin-top: 40px
}

.tab__body--line {
	background-color: #fc9936;
	height: 4px;
	width: 90px;
	margin: 15px auto
}

.tab__body--text {
	font-weight: 400;
	line-height: 1.375
}

.tab--ingredients .tab__body--title {
	margin: 0
}

.tab--ingredients img:not(:first-of-type) {
	display: block;
	margin: 40px auto 20px
}

.tab--ingredients img:first-of-type {
	margin-bottom: 20px
}

.tab--how-it-works img {
	margin: 40px 0 20px
}

.tab__step {
	max-width: 120px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 10px 0;
	background-color: #f49531;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.05
}

.tab--how-it-works .tab__body--title {
	margin: 20px 0 0
}

.tab__bestresult {
	background: #fff;
	margin-top: 55px;
	border-radius: 8px;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.35);
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center
}

.tab__bestresult>img {
	margin: 0 15px 0 0
}

.tab__bestresult>p {
	text-align: left
}

.tab--guarantee h3 {
	font-weight: 800;
	font-size: 26px;
	line-height: 1.08;
	margin: 30px 0 25px;
	color: #f2870e
}

.tab--guarantee b {
	font-weight: 800
}

.tab--about>h2 {
	text-transform: uppercase
}

.tab--about .tab__body--text {
	margin-top: 40px
}

.sbi {
	height: 380px;
	background-color: #e6eef3;
	padding-bottom: 40px
}

.sbi__text {
	padding: 30px 0
}

.sbi p {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3
}

.sbi .blue_text {
	color: #04275c
}

.sbi__img {
	max-width: 368px;
	margin: 0 auto;
	padding: 0 10px
}

.sbi__img img {
	width: 100%
}

.testimonails {
	padding: 40px 0 15px
}

.testimonials__heading--title {
	background-color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	text-align: center
}

.testimonails__heading--line {
	width: 110px;
	height: 4px;
	background: #fc9936;
	margin: 20px auto 0
}

.testimonail {
	text-align: left;
	padding: 30px;
	font-size: 18px
}

.testimonailWrapper {
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start
}

.testimonailLeft {
	margin-right: 15px;
	min-width: 77px;
	height: 77px;
	background: url(imgs/testi.png) no-repeat
}

.testimonail:nth-of-type(2) .testimonailLeft {
	background-position: 0 50%
}

.testimonail:nth-of-type(3) .testimonailLeft {
	background-position: -77px 50%
}

.testimonail:nth-of-type(4) .testimonailLeft {
	background-position: -154px 50%
}

.testimonail:nth-child(2n + 1) {
	background: #fcf2cc
}

.testimonailRight>h3 {
	font-size: 18px;
	line-height: 36px
}

.testimonailRight_stars {
	color: #f1c40f;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 700
}

.testimonailRight_text {
	color: #474747;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -0.01em;
	line-height: 22px
}

.testimonialR_disclaimer {
	text-align: right;
	font-weight: 600;
	font-style: italic;
	font-size: 12px;
	color: #7d7d7d;
	margin-top: 15px
}

.guarantee {
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 15px 0;
	box-sizing: border-box
}

.guarantee__img {
	max-width: 161px;
	margin: 0 auto
}

.guarantee__img>img {
	width: 100%
}

.guarantee>p {
	font-weight: 600;
	line-height: 24px
}

.faqWrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 10px
}

.faqMainHeading {
	font-size: 26px;
	line-height: 32px;
	color: #f2870e;
	text-align: center;
	font-weight: 800
}

.faqTitle {
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600
}

.faqSeperator {
	width: 110px;
	height: 4px;
	background: #fc9936;
	margin: 20px auto 30px
}

.faqblocks {
	cursor: pointer;
	background-color: #fff;
	margin-bottom: 25px
}

.faqblocksSubheading {
	padding: 4px 22px 4px 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background:#c29a44;
	text-transform: uppercase
}

.headingLeft {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 2.1;
	color: #fff
}

.headingLeft>span:last-child {
	white-space: nowrap
}

.faqblocks--text {
	padding: 15px 15px 15px 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
	display: none
}

.faqblocks--text>p:not(:first-child) {
	margin: 0
}

.faqblocks--text>ul {
	padding-left: 35px;
	margin-top: 1em
}

.plus {
	display: block;
	text-align: center;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	color: #fc9936;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px
}

.plus.active {
	line-height: 22px
}

.q {
	font-size: 18px;
	line-height: 40px;
	color: #fc9936;
	background: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	font-weight: 700;
	margin-right: 17px
}

.packages>h2 {
	text-align: center;
	font-weight: 800;
	font-size: 38px
}

.packagesCN {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 40px 0 60px;
	padding: 0 15px
}

.packagesBlock {
	max-width: 281px
}

.packagesBlock img {
	width: 100%
}

.packagesBlock.bestseller {
	max-width: 311px
}

.packagesBlock:not(.bestseller) {
	margin-bottom: 20px
}

.packagesBlock:first-child {
	margin-right: -3px
}

.packagesBlock:last-child {
	margin-left: -3px
}

.footer {
	text-align: center;
	background-color: #c29a44;
	padding: 40px 15px;
	color: #fff
}

.footerNav {
	font-size: 0;
	margin-bottom: 30px
}

.footerNav>a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5
}

.footerNav>a>span {
	margin: 0 7px
}

.footerLogo {
	margin-bottom: 30px
}

.footerCon {
	margin-bottom: 30px
}

.footerCon a,
.footerCon>p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5625;
	font-weight: 600;
	text-decoration: none;
	color: #fff
}

.phone {
	color: #fff;
	text-decoration: none
}

.footerCon>p:first-child {
	font-weight: 700
}

.footerD {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.7
}

.copyRights {
	font-weight: 600;
	font-size: 14px;
	line-height: 2;
	margin-top: 30px
}

.br-360,
.mob-380,
.mob-400 {
	display: none
}

.blue-bg {
	background-color: #e6eef3
}

.white-bg {
	background-color: #fff
}

.desktop {
	display: block
}

.mobile {
	display: none
}

@media screen and (max-width:1100px) {
	.contentWr {
		padding: 0 20px
	}
	.star-rating_text {
		font-size: 15px
	}
	.offer__card {
		flex-basis: 48%
	}
}

@media screen and (min-width:769px) {
	.first__screen_block h1 {
		font-size: 36px
	}
	.first__screen_block h2 {
		font-size: 25px
	}
	.kFacts_head_text {
		padding: 0 10px;
		font-size: 27px
	}
	.kFacts_list {
		display: inline-block;
		width: 49%
	}
	.kFacts_icons {
		flex-wrap: nowrap
	}
	.white-bg {
		padding-top: 20px
	}
	
}

@media screen and (max-width:768px) {
	.tab__title,
	.tab__line {
		display: none
	}
	.tabs__container {
		padding-left: 0;
		background: none
	}
	.tabs__container--heading {
		display: none
	}
	.tab-toggler {
		position: static;
		max-width: none;
		padding: 15px;
		background: #f2870e;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent
	}
	.tab-toggler:not(:nth-child(2)) {
		margin-top: 10px
	}
	.tab-toggler::after {
		content: ""
	}
	.tab-toggler>p {
		border: none;
		padding: 0;
		color: #fff;
		font-size: 18px
	}
	.tab-toggler>p.plus {
		display: block;
		color: #fc9936;
		font-size: 24px;
		line-height: 1
	}
	.tab {
		display: block;
		min-height: auto;
		transition: 0.3s ease
	}
	.tab.active-mobile {
		display: none
	}
	.headerLogo {
		max-width: 186px;
		margin-right: 20px
	}
	.headerLogo {
		width: 100%
	}
	.headerRight>a {
		margin-right: 0;
		color: #000
	}
	.headerRight>.headerPh {
		color: #fff
	}
	header {
		background-color: #fff
	}
	.headerContent.desktop {
		display: none
	}
	.headerRight>.headerPh {
		 margin-right: 4px;
	}
	.headerContent.mobile {
		display: flex
	}
	.mainBL {
		background: linear-gradient(to bottom, #c29a44 80%, #fff 80%)
	}
	.desktop {
		display: none
	}
	.mobile {
		display: block
	}
	.mainD {
		display: block;
		border-radius: 0
	}
	.mainWrapper {
		background-color: transparent;
		padding: 0
	}
	.mainDL {
		display: none
	}
	.mainDRight {
		flex-basis: 100%
	}
	.kFacts_text {
		padding: 0
	}
	.kFacts_list_left {
		width: 100%!important
	}
	.kFacts_list_right {
		width: 100%!important
	}
	.cHeader,
	.main_subheader {
		font-size: 4.3vw;
		text-shadow: none
	}
	.cHeader {
		font-size: 5.4vw
	}
	.main_subheader {
		font-size: 4.2vw
	}
	.testimonailWrapper {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center
	}
	.testimonail {
		text-align: center;
		font-size: 16px
	}
	.testimonialR_disclaimer {
		text-align: center;
		border-top: 4px solid #f2870e;
		padding-top: 15px;
		font-size: 13px
	}
	.testimonailLeft {
		margin-right: 0
	}
	.sbi {
		height: inherit; 
	}
}

@media screen and (max-width:650px) {
	.section1__container--item {
		width: 50%;
		margin: 10px 0
	}
	.packagesCN {
		flex-direction: column;
		align-items: center
	}
	.packagesBlock {
		margin: 0
	}
	.packagesBlock:nth-child(1) {
		order: 3
	}
	.packagesBlock:nth-child(2) {
		order: 1
	}
	.packagesBlock:nth-child(3) {
		order: 2
	}
	.packagesBlock:last-child,
	.packagesBlock:first-child {
		margin: 0
	}
	.packagesBlock:not(:first-child) {
		margin-bottom: 20px
	}
	.packages>h2 {
		font-size: 5.5vw
	}
}

@media screen and (max-width:550px) {
	.headingLeft {
		font-size: 16px
	}
}

@media screen and (max-width:440px) {
	.section2__container,
	.section2__container>p {
		flex-direction: column;
		text-align: center
	}
	.section2__container>p::before {
		margin-right: 0;
		margin-bottom: 10px
	}
	.section1__container--item {
		width: 100%
	}
}

@media screen and (max-width:419px) {
	.offer__card {
		flex-basis: 100%;
		border-radius: 15px;
		max-width: 300px
	}
	.offer__card.selected::after {
		background: url(images/badge.png) no-repeat;
		top: -10px;
		left: -9px
	}
	.card__header {
		height: 56px;
		font-size: 31px
	}
	.card__header::after {
		border-width: 15px 35px 0 35px
	}
	.card__retail {
		font-size: 20px
	}
	.card__price .price {
		font-size: 12vw
	}
	.card__price .caption {
		font-size: 4.8vw
	}
	.card__save {
		font-size: 20px
	}
	.card__info {
		font-size: 3.7vw;
		line-height: 140%
	}
	.card__btn a {
		font-size: 5.5vw
	}
	.offer__card.selected .card__btn a:after {
		right: 15px;
		background-size: initial
	}
	.headingLeft>span:nth-child(2) {
		font-size: 3.5vw
	}
}

@media screen and (max-width:400px) {
	.tab {
		padding: 15px 15px 30px
	}
	.faqblocksSubheading {
		padding: 4px 10px 4px 4px
	}
	.headerPh {
		margin-right: 6px
	}
	.headerRight a {
		font-size: 16px
	}
	.q {
		margin-right: 10px;
		font-size: 16px
	}
	.plus {
		width: 22px;
		height: 22px;
		font-size: 18px;
		line-height: 22px
	}
	.cHeader {
		font-size: 5.3vw
	}
	.main_subheader {
		font-size: 4.1vw
	}
	.mob-400 {
		display: block
	}
}

@media screen and (max-width:380px) {
	.mob-380 {
		display: block
	}
	.kFacts_list_item,
	.kFacts_text {
		font-size: 14px
	}
	.imgs-block__item {
		padding-left: 10px;
		padding-right: 10px
	}
	.imgs-block-infections__item>h4 {
		font-size: 14px
	}
	.imgs-block-infections__item>img {
		margin-right: 5px
	}
	.best-res-head {
		font-size: 22px
	}
}

@media screen and (max-width:365px) {
	header>.contentWr {
		padding: 0 10px
	}
	header>.contentWr .headerLogo {
		width: 55%
	}
	.cHeader {
		font-size: 5vw
	}
	.main_subheader {
		font-size: 4vw
	}
	.plus {
		width: 20px;
		height: 20px;
		font-size: 16px;
		line-height: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center
	}
	.tab-toggler>p {
		font-size: 16px
	}
	.tab-toggler>p.plus {
		font-size: 18px;
		line-height: 18px
	}
	.plus.active {
		line-height: 19px
	}
	.q {
		font-size: 14px;
		margin-right: 10px;
		width: 35px;
		height: 35px;
		line-height: 35px
	}
	.br-360 {
		display: block
	}
	.kFacts_icons_block p {
		font-size: 14px
	}
}

@media screen and (max-width:340px) {
	.imgs-block-infections__item>h4 {
		font-size: 13px
	}
	.q {
		margin-right: 5px
	}
	.faqblocksSubheading {
		padding: 3px 5px 3px 3px
	}
	.sbi p {
		font-size: 6vw
	}
}