* {margin: 0; padding: 0;}
html {height: 100%}

input[type='submit'],
input[type='button'],
input[type='text'],
input[type='email'],
button {-webkit-appearance: none;}

.mob-view {display: none;}
.statistic {position: absolute; top: 0;}
body {
	font-size: 12px;
	font-family: Trebuchet MS, sans-serif;
	width: 100%;
	height: 100%;
	background: #f8f8f8 url(../images/body.png) repeat-x;
	color: #323232; 
	position: relative;
}
#wrapper {
	margin: 0 auto;
	max-width: 1000px;
	min-height: calc(100vh - 65px);
}
.content {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	background: rgb(240,240,240);
	background: linear-gradient(90deg, #f0f0f0 0%, #ffffff 17%, #ffffff 83%, #f0f0f0 100%);
}
#leftSidebar {width: 200px;}
#rightSidebar {width: 200px;}
#container {max-width: 580px; padding-top: 8px; flex-grow: 1;}

/*###########################  Header  #######################################*/

#header {position: relative; padding-top: 4px;}
#header_bg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 147px;
	background:url('../images/header_bg.png') no-repeat top left;
}
.header-left-side {padding-left: 20px;}
.header-right-side {height: 100%;}
#site_name a {font-size: 30px; color: #5f646a; text-decoration: none;}
#site_name a span {color: #b80011;}

.phones {margin-top: 20px;}

#languages_list, #currencies_list {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacbcd;
	border-radius: 4px;
	color: #646363;
	font-size: 11px;
	width: 170px;
	height: 20px;
	background: #fff url('../images/select.png') no-repeat center right 5px;
	box-sizing: border-box;
	padding-left: 3px;
}
#tools_languages, #tools_currencies {margin-top: 10px; padding-right: 10px; white-space: nowrap; text-align: right;}
#tools_languages > *, #tools_currencies > * {display: inline-block; vertical-align: middle;}

#tools_cart {
	height: 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	padding: 0 15px;
	margin-right: 1px;
	margin-top: 1px;
	background: #c5c9d1;
	background: linear-gradient(to bottom, #c5c9d1 0%, #f1f1f1 50%, #ececec 51%, #e4e4e4 100%);
}
.header-cart {flex-grow: 1; padding-left: 10px;}
.header-cart-title {font-size: 13px; color: #666666;}
.header-cart-price {text-align: center;}
.header-cart-price a {font-size: 20px; color: #3a3a3a; text-decoration: none;}
.header-cart-price a span {font-size: 12px;}
.header-cart-btn {text-align: right;}
.header-cart-btn a{font-size: 11px; color: #e20000;}

.top_menu {
	display: flex;
	width: 100%;
	height: 33px;
	align-items: center;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
.top_menu a {
	flex-grow: 1;
	color: #fff;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: rgba(154,155,160,1);
	background: linear-gradient(to bottom, rgba(154,155,160,1) 0%, rgba(164,164,168,1) 50%, rgba(152,153,158,1) 51%, rgba(152,152,157,1) 100%);
	border-left: 1px solid #c7c7c7;
	white-space: nowrap;
}
.top_menu a:hover {
	background: rgba(199,27,27,1);
	background: linear-gradient(to bottom, rgba(199,27,27,1) 0%, rgba(202,44,44,1) 50%, rgba(196,22,22,1) 51%, rgba(197,23,23,1) 100%);
}
.top_menu a:first-child {border-left: 0;}
.top_menu a:last-child {width: 199px; flex-grow: initial;}

.header_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 40px;
	background-color: #ededee;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #d9dadb;
	box-sizing: border-box;
}
#header_online_chat {width: 200px; background-color: #fff; text-align: center;}
#header_online_chat a {
	line-height: 39px;
	color: #888b8f;
	font-size: 14px;
	background:url(../images/chat.png) no-repeat center left;
	padding-left: 22px;
	white-space: nowrap;
}
#header_online_chat a span {color: #009db4;}

#static_sidebar_search {
	display: flex;
	align-items: center;
	padding-left: 10px;
	color: #646363;
}
.search-title {font-size: 15px; padding-right: 10px;}
.side_search {position: relative;}
.side_search .text{
	width: 221px;
	height: 25px;
	font-size: 11px;
	padding: 0 25px 0 10px;
	border: 1px solid #cacbcd;
	border-radius: 4px;
	box-sizing: border-box;
	color: #646363;
	outline: none;
}
.side_search .bttn{
	width: 17px;
	height: 17px;
	border: 0;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	background:url(../images/search.png) no-repeat center;
}
.split-border {height: 27px;	border-left: 1px solid #fff;	border-right: 1px solid #d9dadb;}

#tools_letter {display: flex; align-items: center; font-size: 15px; color: #646363;}
#tools_letter span {padding-right: 5px;}
#tools_letter a {color: #646363; font-size: 14px; text-decoration: none; padding: 0 1px; margin: 0 1px;}
#tools_letter a.current {color: #323232; font-weight: bold;}
.letter-title-cs {font-size: 12px;}

.mob-header {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	height: 55px;
	position: absolute;
	top: 4px;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #fff;
}
.mob-header a {padding: 10px;}
.mob-sitename {color: #5f646a; font-size: 20px; text-decoration: none;}
.mob-sitename span {color: #b80011;}

.mob-cart {position: relative;}
.mob-cart span {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	text-align: center;
	line-height: 16px;
	background-color: #b80011;
	color: #fff;
	font-size: 10px;
}

.body-lock {
	overflow: hidden;
}
.mob-shadow {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	transition: visibility 0.5s, opacity 0.5s;
	z-index: 3;
}
.mob-shadow-show {opacity: 1; visibility: visible;}
.mob-side {
	display: none;
	z-index: 4;
	position: fixed;
	left: -80vw;
	top: 0;
	width: 80vw;
	min-height: 100vh;
	transition: left 0.5s;
	background: #fff;
	overflow: hidden;
}
.mob-side-open {left:0;}
.mob-side-content-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	background-color: #eee;
	border-bottom: 1px solid #dfdfdf;
	color: #b80011;
	font-size: 16px;
	padding: 0 10px;
}
.btn-menu-close {width: 16px; padding: 7px; cursor: pointer;}
.scroll-bg {
	position: absolute;
	top: 59px;
	bottom: 0;
	width: 80vw;
	overflow: hidden;
}
.scroll {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	overflow-y: scroll;
}

.mob-side-content-select {padding: 15px 10px; background-color: #f8f8f8; border-bottom: 1px solid #dfdfdf;}
#tools2_currencies {margin-top: 10px;}
.mob-select {
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 0 20px 0 10px;
	font-size: 13px;
	color: #646363;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#tools2_languages,
#tools2_currencies {position: relative;}
#tools2_languages:after,
#tools2_currencies:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 10px;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
	transform: rotate(45deg);
}
.mob-site-links {padding: 10px; margin-bottom: 50px; }
.mob-site-links > a {
	line-height: 40px;
	color: #383333;
	font-size: 16px;
	padding-left: 25px;
	text-decoration: none;
	white-space: nowrap;
}
.mob-list {
	background:url(../images/mob_icon/m_clist.png) no-repeat center left;
	background-size: 18px auto;
	display: block;
	position: relative;
}
.mob-list:after {
	content: '';
	position: absolute;
	top: 16px;
	right: 10px;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
	transform: rotate(-45deg);
}
.mob-list-open:after {
	top: 13px;
	transform: rotate(45deg);
}

.mob-list-block {display: none;}
.mob-list-block .side-product-list-title {display: none;}
.mob-list-block .side-product-list {border: 0;	background: none;}
.mob-list-block .category_titel {padding: 10px 10px 10px 23px}
.mob-list-block .side-product-list .category_titel:last-child {border-bottom: 1px dotted #e4e4e6;}

.mob-home {background:url(../images/mob_icon/m_home.png) no-repeat center left; background-size: 18px auto;}
.mob-order {background:url(../images/mob_icon/m_ordstat.png) no-repeat center left; background-size: 18px auto;}
.mob-faq {background:url(../images/mob_icon/m_faq.png) no-repeat center left; background-size: 18px auto;}
.mob-contact {background:url(../images/mob_icon/m_contact.png) no-repeat center left; background-size: 18px auto;}
.mob-testim {background:url(../images/mob_icon/m_about.png) no-repeat center left; background-size: 18px auto;}

.mob-side-chat {padding: 0 10px;}
.mob-side-chat #header_online_chat {width: auto; text-align: left;}
.mob-side-phone {padding: 10px; border-bottom: 1px solid #dfdfdf;}
.mob-side-phone img {
	max-width: calc(80vw - 20px);
}

/* ###########################  Footer  #######################################*/

#footer {
	box-sizing: border-box;
	border-top: 4px solid #e20606;
	background: rgba(218,218,218,1);
	background: linear-gradient(to bottom, rgba(218,218,218,1) 0%, rgba(239,239,239,1) 50%, rgba(233,233,233,1) 51%, rgba(235,235,235,1) 71%, rgba(235,235,235,1) 100%);
}
.sub-footer {
	max-width: 1000px;
	min-height: 61px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.copyright {color:#8c98a1; font-size: 11px;}
.sep {padding: 0 10px; color: #cdcdcd;}

.bottom_menu {display: flex; align-items: center;}
.bottom_menu a {font-size: 13px; color:#575757; text-decoration: none; white-space: nowrap;}
.bottom_menu a:hover {color:#3ea9b8;}

.mob-shipping {
	display: none;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
	margin: 15px 0;
	flex-wrap: wrap;
}
.mob-shipping img {height: 24px;}

/* ###########################  Category Page  #######################################*/

/*------------------------------------*/
.side-product-list-title {
	display: flex;
	align-items: center;
	padding-left: 18px;
	min-height: 47px;
	font-size: 16px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}
.side-product-list-title:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 4px);
	left: 7px;
	border: 4px solid;
	border-color: transparent transparent transparent #d20013;
}
.side-product-list {
	border: 1px solid #cdced0;
	border-left-color: #fff;
	background: #f0f0f0;
	background: linear-gradient(to right, #f0f0f0 0%, #fffcfd 63%, #f5f5f5 100%);
}
.side-product-list .category_titel:last-child {border-bottom: 0;}
.category_titel {border-bottom: 1px dotted #e4e4e6; padding: 5px 10px 5px 23px; position: relative;}
.category_titel:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 3px);
	left: 10px;
	border: 3px solid;
	border-color: transparent transparent transparent #d20013;
}
.category_titel a {font-size: 13px; color: #323232; text-decoration: none;}
/*------------------------------------*/
#static_sidebar_payment_systems {border: 1px solid #cdced0;	margin-top: 3px;}
.side-block-title {
	display: flex;
	align-items: center;
	padding-left: 18px;
	min-height: 40px;
	font-size: 16px;
	line-height: 16px;
	background: #e5e5e6;
	background: linear-gradient(to bottom, #e5e5e6 0%, #f7f7f7 100%);
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #cdced0;
}
.side-block-title:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 4px);
	left: 7px;
	border: 4px solid;
	border-color: transparent transparent transparent #d20013;
}
.side-block-content {
	padding: 10px;
	min-height: 50px;
	background: #fbfbfb;
	background: linear-gradient(to bottom, #fbfbfb 0%, #fcfcfc 47%, #e5e7e9 100%);
}
/*------------------------------------*/
#tools_shipping_banner {border: 1px solid #cdced0; margin-top: 3px;}
/*------------------------------------*/
#landing-side {position: relative; margin-top: 3px; border: 1px solid #cdced0;}
#landing-side img {display: block; width:100%;}
#landing-side span {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}
#landing-side span label {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #3c85ca;
	background: linear-gradient(to bottom, #8db5eb 0%,#3c85ca 100%);
	cursor: pointer;
}
/*------------------------------------*/
#news_list {border: 1px solid #cdced0; margin-top: 3px;}
/*------------------------------------*/
#testimonials_list {border: 1px solid #cdced0; margin-top: 3px;}
.testi-side-content {color: #969696; margin-bottom: 15px;}
.testi-side-caption {font-size: 13px; color: #383333; padding-bottom: 7px;}
.testi-side-link {text-align: right;}
.testi-side-link a {font-size: 11px; color: #df0000; text-decoration: none;}
.transparent-bg {background: transparent;}
/*------------------------------------*/
#static_decor_sidebar_package_image {margin-top:3px; position: relative;}
#static_decor_sidebar_package_image a {display: block;}
#static_decor_sidebar_package_image span {
	color: #b71010;
	font-size:16px;
	position: absolute;
	top: 8px;
	left: 20px;
}
#static_decor_sidebar_package_image span:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 4px);
	left: -10px;
	border: 4px solid;
	border-color: transparent transparent transparent #d20013;
}
/*------------------------------------*/
#tools_social_bookmark {border: 1px solid #cdced0; margin-top:3px;}
#tools_social_bookmark a {display: inline-block; margin: 5px;}
/*------------------------------------*/
#static_sidebar_bookmark {
	text-align: center;
	line-height: 35px;
	border-bottom: 1px dotted #e4e4e6;
	background: #fcfcfc;
	background: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 22%, #ededed 100%);
	margin-top: 3px;
}
#static_sidebar_bookmark a {color: #f04f11;	text-decoration: none; position: relative;}
#static_sidebar_bookmark a:before {
	content: ' ';
	position: absolute;
	width: 9px;
	height: 9px;
	top: calc(50% - 5px);
	left: -15px;
	background:url(../images/bookmark_bg.png) no-repeat center;
}
/*------------------------------------*/
#static_sidebar_sitemap {
	text-align: center;
	line-height: 35px;
	border-bottom: 1px dotted #e4e4e6;
	background: #fcfcfc;
	background: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 22%, #ededed 100%);
	margin-top: 3px;
}
#static_sidebar_sitemap a {color: inherit; text-decoration: none; position: relative;}
#static_sidebar_sitemap a:before {
	content: ' ';
	position: absolute;
	width: 13px;
	height: 11px;
	top: calc(50% - 6px);
	left: -20px;
	background:url(../images/ico_sitemap.gif) no-repeat center;
}

#static_sidebar_subscribe_news {
	text-align: center;
	line-height: 35px;
	border-bottom: 1px dotted #e4e4e6;
	background: #fcfcfc;
	background: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 22%, #ededed 100%);
	margin-top: 3px;
}
#static_sidebar_subscribe_news a {color: inherit; text-decoration: none; position: relative;}
#static_sidebar_subscribe_news a:before {
	content: ' ';
	position: absolute;
	width: 13px;
	height: 11px;
	top: calc(50% - 6px);
	left: -20px;
	background:url(../images/envelope.png) no-repeat center;
}
/*------------------------------------*/
.title {
	padding: 10px 0 10px 10px;
	position: relative;
	font-size: 16px;
	border-bottom: 1px solid #cdced0;
}
.title:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 4px);
	left: 0;
	border: 4px solid;
	border-color: transparent transparent transparent #d20013;
}
.short_descr_cat {padding: 10px 0; font-size: 13px;}
#full_description a {color: inherit;}

.category-list {
	margin-top: 10px;
	display: grid;
	grid-gap: 7px;
	grid-template-columns: repeat(auto-fit, minmax(280px, auto));
}

.pill-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #d9d9d9;
	background: #fff url(../images/pill-block.jpg) no-repeat bottom right;
	box-sizing: border-box;
	padding: 10px;
	height: 100%;
}
.pill-block-icon {display: flex; align-items: center; border-bottom: 1px dotted #d0d0d2; min-height: 75px;}
.pill-block-price {display: flex; align-items: center; justify-content: space-between;}
.pill-block-name {margin-left: 10px;}
.pill-name {margin-bottom: 5px;}
.pill-name a {font-size: 22px; color: inherit; text-decoration: none;}
.pill-ingr a {color: #f04f11; text-decoration: none;}
.pill-block-descr {padding: 10px 0; margin-bottom: 10px;}
.pill-price {font-size: 24px; color: #ea4d10;}
a.pill-btn {
	color: #d71313;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;
	line-height: 27px;
	padding: 0 10px 0 30px;
	position: relative;
	background: #eeeeee;
	background: linear-gradient(to bottom, #eeeeee 0%, #f1f1f1 23%, #f4f4f4 50%, #ededed 78%, #ebebeb 100%);
	white-space: nowrap;
}
a.pill-btn:before {
	content: ' ';
	position: absolute;
	width: 16px;
	height: 15px;
	top: calc(50% - 8px);
	left: 5px;
	background:url(../images/cart.png) no-repeat center;
}

/* ###########################  Product page  #######################################*/

.product-detaled-title {font-size: 15px; font-weight: bold; color: #1d7f97; padding: 10px 0; margin-top: 20px;}
.product-detaled-content {font-size: 13px; margin-bottom: 20px;}

.productPage-icon {
	display: flex;
	align-items: center;
	margin: 10px 0;
	font-size: 13px;
}
.productPage-icon div {width: 70%;}

.doses-panel {
	padding: 10px;
	font-size: 13px;
	background: #dededf;
	background: linear-gradient(to bottom, #dededf 0%, #ececed 52%, #dfdfe1 100%);
}
#dosage-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacbcd;
	border-radius: 4px;
	color: #646363;
	font-size: 12px;
	height: 35px;
	background: #fff url('../images/select.png') no-repeat center right 9px;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 30px;
}
#dose_items {width: 100%;}
#dose_items > div {display:none;  width: 100%;}
#dose_items > div.active{ display:block;}

.product-tbl {border-collapse: collapse; width: 100%; font-size: 13px;}
.product-tbl td {
	background: #fbfbfb;
	background: linear-gradient(to bottom, #fbfbfb 0%, #fbfbfb 64%, #ededef 100%);
	padding: 10px;
}
.product-tbl-bestsale {width: 50px; text-align: center;}

.product-tbl-buy {text-align: center;}
.product-tbl-buy a {
	color: #1d7f97;
	text-decoration: underline;
	position: relative;
	font-weight: bold;
}
.product-tbl-buy a:before {
	content: ' ';
	position: absolute;
	width: 6px;
	height: 6px;
	top: calc(50% - 2px);
	left: -10px;
	background:url(../images/plus.png) no-repeat center;
}
.product-tbl-save {font-size: 11px; color: #ea4d10; margin-top: 5px;}
.dose-dose {font-weight: bold; font-size: 14px;}
.dose-type {font-size: 12px; white-space: nowrap;}

/* ###########################  Cart page  #######################################*/

.cart-empty {max-width: 580px; margin-top: 20px; text-align: center;}
.cart_table {width: 100%; border-collapse: collapse; font-size: 13px;}
.cart_table td {border-bottom: 1px solid #dbdbdb;}

#cart_bonuses {margin-top: 20px;}
.bonus-cart-title {
	color: #f04f11;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 10px 25px;
	background:url(../images/box.png) no-repeat center left;
}
.bonus_for_consumers {width: 100%; border-collapse: collapse;}
.bonus_for_consumers td {padding: 5px; vertical-align: top;}

.update-pills {
	text-align: center;
	padding: 10px 0;
	background: #e9e9ea;
	background: linear-gradient(to bottom, #e9e9ea 0%, #f1f1f1 50%, #eaeaec 100%);
}
.update-pills a {color: inherit; font-style: italic;}
.cart_table td.bonus-pill {padding: 10px;}

.cart_table .shipping-item td {border-bottom: 0;}
.cart-pill-img {width: 90px;}
.cart-pill-img img {height: 60px;}
.cart-pill-name {font-weight: bold;}

.cart_table td.shipping-title {color: #1d7f97; font-weight: bold; padding: 10px;}
.cart_table tr.shipping-item td {padding: 5px 10px;}
.shipping-item-label {display: flex; align-items: center; cursor: pointer;}

.insurance-item td {padding: 10px;}
.insurance-item div {font-size: 11px; color: #4a4a4a;}

.cart-total td {
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #afafaf;
	background: linear-gradient(to bottom, #afafaf 0%, #9d9d9f 51%, #8d8d90 100%);
}
.cart-total-sum {white-space: nowrap;}
.cart-buttons {display: flex; justify-content: space-between; margin: 10px 0;}
.continue-shopping {
	cursor: pointer;
	box-sizing: border-box;
	min-width: 185px;
	height: 33px;
	border: 1px solid #fff;
	outline: 1px solid #d2d2d2;
	font-size: 13px;
	color: #5d5c5c;
	background: #e2e2e1;
	background: linear-gradient(to bottom, #e2e2e1 0%, #e4e4e4 50%, #dddddd 100%);
}
.checkout-cart {
	cursor: pointer;
	box-sizing: border-box;
	min-width: 185px;
	height: 33px;
	border: 1px solid #87d3e7;
	outline: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	background: #6eb8cb;
	background: linear-gradient(to bottom, #6eb8cb 0%, #67b0c4 45%, #5ca2b8 100%);
}

#gift_list {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacbcd;
	border-radius: 4px;
	color: #646363;
	font-size: 12px;
	height: 24px;
	background: #fff url('../images/select.png') no-repeat center right 5px;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 25px;
}
.newbonus {display: flex; align-items: center; flex-wrap: wrap;}
.newbonus-capt {padding-right: 10px;}

/* ###########################  Order status page  #######################################*/

.errors {text-align: center; color:red; margin-top:10px; font-size:13px;}
.success {text-align: center; color:green; margin-top:10px; font-size:13px;}

.order-stat-txt {font-size: 13px; margin-top: 15px;}
.order-stat-tbl {border-collapse: collapse; margin: 40px auto 0 auto; color: #646363; font-size: 13px;}
.order-stat-tbl td {padding: 5px 10px;}
.order-stat-tbl-inputs {text-align: right;}

.order-stat-tbl-inputs input[type='email'],
.order-stat-tbl-inputs input[type='text']{
	width: 280px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid #cacbcd;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 13px;
	font-family: Trebuchet MS, sans-serif;
	color: inherit;
}
.order-stat-tbl-inputs textarea {
	width: 280px;
	height: 130px;
	resize: none;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #cacbcd;
	box-sizing: border-box;
	font-size: 13px;
	font-family: Trebuchet MS, sans-serif;
	color: inherit;
}
.order-stat-tbl-inputs input[type='submit'] {
	padding:0 30px;
	height: 24px;
	font-size: 13px;
	font-family: Trebuchet MS, sans-serif;
	border-radius: 4px;
	border: 0;
	background: #9d9ea2;
	background: linear-gradient(to bottom, #9d9ea2 0%, #9d9ea2 42%, #808083 100%);
	color: #fff;
}

.order_info_tbl {width: 300px; margin: 30px auto 0 auto; border-collapse: collapse;}
.order_info_tbl td {padding: 5px 10px; border: 1px solid #dbdbdb;}


/* ###########################  Search page  #######################################*/

.not_fount {padding: 30px 0; font-size: 20px;}
.not_fount span {font-weight: bold;}
.not_fount label {color: #B60810;}
.not_fount_discr {font-size: 16px;}


/* ###########################  FAQ page  #######################################*/

.faq {margin-top: 10px; font-size: 13px;}
.faq_caption {font-size:14px; line-height: 33px; font-weight: bold;}
.faq ul {margin-left: 15px;}
.faq ul li {padding: 5px 0;}
.faq ul li a {text-decoration: none; color: #2d869c; font-weight: bold;}
.faq_descr {margin-top: 20px;}
.question {font-size:14px; font-weight: bold; margin-bottom: 5px;}
.answer {margin-bottom: 10px;}
.answer p {display: inline-block;}
.faq_let {font-size:14px; font-weight: bold; display: inline-block;}
.ontop a.anchor {color: #2D869C; text-decoration: underline; font-weight: bold;}
.ontop a.anchor:hover {text-decoration: none;}


/* ###########################  Testimonials page  #######################################*/

.testimonials {padding: 10px 0;}
.testi_caption{font-size: 13px; font-weight: bold; line-height: 33px; color:#2d869c;}

/* ###########################  ED Pack page  #######################################*/

.ed_block {
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	background: #fff url(../images/pill-block.jpg) no-repeat bottom right;
	display: flex;
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
	padding: 8px;
}
.ed_info {margin-left: 15px;}
.ed_caption {font-size: 18px; padding: 5px 0; border-bottom: 1px dotted #d9d9d9; flex-grow: 1;}
.ed_content {margin: 10px 0; font-size: 13px; display: flex; align-items: flex-start;}
.ed_buy {display: flex; justify-content: space-between; align-items: center;}
.ed_buy div {margin-right: 10px;}
.ed_buy span {font-size: 15px; font-weight: bold; color: #ea4d10;}

.ed-pick-mob {display: none; margin-right: 10px; flex-shrink: 0;}
.ed-pick-pc {flex-shrink: 0; align-self: flex-start;}

/* ###########################  General page  #######################################*/

.about_us, .our_policy {padding: 10px;}

.sitemap_page {font-size:13px;}
.sitemap_page a {color: inherit;}
.sitemap_header {font-size:14px; font-weight: bold; line-height: 30px;}
.sitemap_page ul {  margin-left: 15px;}

.flagvisibility { display:none;}
.quickSearchBlock {
	display: block;
	position: absolute;
	top: 100%;
	line-height: 25px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border: 1px solid #A3AEB6;
	box-sizing: border-box;
	z-index: 2;
}
#quickSearch li {padding: 0 5px; cursor: pointer; list-style-type: none;}
.searchLiHover {background-color: #dbdbdb;}


/*========= Mobile Bottom Banners ==========*/

.app-download {
	max-width: 450px;
	display: none;
	background: #F4F3F6 url(../images/mob_icon/banner_fon.png) no-repeat center right;
	background-size: auto 100px;
	height: 100px;
	margin: 15px auto 0 auto;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	position: relative;
}
.bottBannerLink {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 14px;
	color: inherit;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 100px;
	height: 100%;
	flex-direction: column;
	position: relative;
}
.bottBannerBtn {
	position: relative;
	background: #a5c53e;
	background: linear-gradient(to bottom, #a5c53e 0%, #8ba828 100%);
	line-height: 30px;
	height: 32px;
	margin-top: 10px;
	padding-left: 28px;
	padding-right: 20px;
	color: #fff;
	border-radius: 5px;
}
.bottBannerBtn:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 22px;
	top: 5px;
	left: 5px;
	background: url(../images/mob_icon/banner_b.png) no-repeat center center;
	background-size: auto 22px;
}


/*========= Landind Bottom Banners ==========*/

.bgLandFooter {
	z-index: 1;
	background-color: #69696c; 
	height: 45px; 
	position: fixed; 
	width: 100%; 
	bottom: 0;
	padding-right: 30px;
	box-sizing: border-box;
	border-top: 1px solid #fff;
}
.labding-footer {
	height: 45px;
	border-collapse: collapse; 
	margin: 0 auto;
    max-width: 1180px;
    min-width: 300px;
	font-size: 16px; 
	text-align: center;
	color: #fff;
	background: url(../images/ic_app.png) no-repeat left bottom; 
}
.labding-footer td {padding-left: 55px;}

.labding-footer a {
	font-size: 14px; 
	color: #232323; 
	background-color: #fff; 
	display: inline-block; 
	padding: 3px 20px;
	text-decoration: none;	
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.close_banner {position: absolute; right: 10px; top:13px; width: 20px; cursor: pointer;}

/*========= Landind Content Banner ==========*/

.banner-wrapper {
	position: relative; 
	background: url(../images/banner_big.jpg) no-repeat;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	height: 244px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.banner-wrapper-txt {
	color: #3e3f4a; 
	font-size: 20px;
    width: 330px;
}
.banner-wrapper-txt div{padding-top: 15px; font-size: 17px;}
a.bannerLanding_btn {
	position: relative;
	display: inline-block;
	background: #8db5eb;
	background: linear-gradient(to bottom, #8db5eb 0%,#3c85ca 100%);
	color: #fff;
	font-size: 18px;
	padding: 20px 35px 20px 70px;
	text-decoration: none;
	margin-top: 20px;
	border-radius: 10px;
}
a.bannerLanding_btn:before{
	content: '';
	position: absolute;
	background: url(../images/bannerLanding_btn.png) no-repeat;
	top: calc(50% - 20px);
	left: 20px;
	width: 27px;
	height: 41px;
}

/*========= Landind Corner Banner ==========*/

.lan_corner, #landCornerFull {position: absolute; top: 0; right: 0; z-index: 999;}
#landCornerFull {
	background: url(../images/land_corner_full.png) no-repeat; 
	width: 599px; 
	height: 599px;
	text-decoration: none;
}
.corner-titl {
	color: #fff;
    display: block;
    font-size: 26px;
    line-height: 28px;
    padding-left: 110px;
    padding-right: 245px;
    padding-top: 50px;
    text-align: right;
}
.corner-bttn {
	position: absolute; 
	top: 150px; 
	left: 202px;
	font-size: 16px;
	line-height:16px;
	color: #232323;
	padding: 8px 0;
	text-align: center;
	width:150px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*=========Landind Page==========*/

.landing-title {font-size: 20px; line-height: 70px; text-align: center;}
.landing-bottom {display: flex; justify-content: space-around; align-items: center; margin-top: 30px;}
.landing-bottom-box {text-align: center;}
.landing-bottom-box img {width: 45px;}
.landing-bottom-box div {font-weight: bold; font-size: 13px; padding: 10px 0; color: #000;}
.landing-bottom-box p {font-size: 13px;}

.features {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.features-btn {width: 290px; box-sizing: border-box; padding-left: 38px;}
.features-img {width: 260px;}

.features-btn-item {
	padding: 15px 15px 20px 50px;
	border: 1px solid #fff;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
}
.features-btn-item.active, .features-btn-item.active:hover {
	border-color: #dfdfdf;
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.03);
}
.features-btn-item:hover {border-color: rgba(223, 223, 223, 0.70);}
.features-btn-item > img {
	position: absolute;
	width: 76px;
	top: calc(50% - 38px);
	left: -38px;
	filter: drop-shadow(0px 0px 5px #d2d2d291)
}
.features-btn-title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.features-btn-txt {font-size: 14px; line-height: 20px;}
.features-img {	/*	background: url("../images/landing/slider/_blank.png") no-repeat left 100px bottom 10px;  */ }
.features-img img {display: none; width: 240px; box-shadow: 0 0 15px 5px rgba(0,0,0,0.05); border-radius: 12px;}
.features-img img:first-child {display: inline;}


.download-pc {
	box-sizing: border-box;
	padding-bottom: 30px;
	min-height: 380px;
	text-align: center;
	background: url("../images/landing/bg.png") no-repeat center center;
	background-size: 100% 100%;
	margin-top: 20px;
}
.download-stage {display: none;}
.download-stage.active {display: block;}

.download-switcher {
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	border-radius: 48px;
	box-shadow: 0 0 20px 5px rgba(71, 93, 181, 0.1);
}
.download-switcher span {
	display: inline-block;
	line-height: 37px;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.download-switcher span.active {
	background-color: #2c335c;
	border-radius: 25px;
	color: #fff;
}

.qr-code, .save-link {margin-top: 20px;}
.qr-code p, .save-link p {font-size: 16px; padding: 20px 80px;}

.copy-link-box {position: relative; margin: 0 50px;}
.field-copy-link, .field-send-link {
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	border-radius: 22px;
	border: 0;
	padding: 0 180px 0 20px;
	font-size: 14px;
	color: #656c71;
	box-shadow: 0 0 20px 5px rgba(71, 93, 181, 0.1);
}
.btn-copy-link, .btn-send-link {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 34px;
	padding: 0 40px;
	color: #fff;
	background-color: #5192ff;
	font-size: 16px;
	cursor: pointer;
	border: 0;
	border-radius: 25px;
}

.landing-form {display: block; margin: 0 60px;}

.send-link-box {position: relative; margin-top: 10px;}
.email-caption {margin-top: 40px; font-size: 16px; color: #000; line-height: 25px; font-weight: bold;}
.email-sub-caption {padding-bottom: 30px; font-size: 14px; line-height: 20px;}
.check-code-box {display: flex; justify-content: space-between;}
.check-code-box img {height: 44px;}
.field-code {
	width: 320px;
	box-sizing: border-box;
	height: 44px;
	border-radius: 22px;
	border: 0;
	padding-left: 20px;
	font-size: 14px;
	color: #656c71;
	box-shadow: 0 0 20px 5px rgba(71, 93, 181, 0.1);
	background: #fff no-repeat center right 20px;
	background-size: auto 38px;
}

.message {padding: 10px 0;}
.error_message {color: red;}
.ok_message {color: green;}

/*========= WTF ? ==========*/
.faq-table {border: 1px solid black; border-collapse: collapse;}
.faq-table td {padding: 7px; width: 92px; height: 30px; border: 1px solid black;}
.faq-table tr {vertical-align: top; border: 1px solid black;}
.faq-table tr p {margin-bottom: 0;}
.privacy-wrapper {font-family: arial,helvetica,sans-serif; font-size: small;}
.pl-30px {padding-left: 30px;}
.terms-conditions-wrapper {font-family: arial,helvetica,sans-serif;}
.terms-conditions-general {font-size: medium;}
.terms-conditions {font-size: small;}
.text-underline {text-decoration: underline;}
.payment-methods {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px;
}
.payment-methods img {
	max-height: 18px;
	max-width: 30px;
}