* {margin: 0; padding: 0;}

input[type='submit'],
input[type='button'],
input[type='text'],
input[type='email'],
button {-webkit-appearance: none;}

body {
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	color: #626262;
	position: relative;
	background: url(../images/bg.png) repeat-x;
}
body.index-header {background: url(../images/bg-index.png) repeat-x;}

.wrapper {max-width: 1200px; margin: 0 auto;}
.container {padding: 10px 0;}

/*###########################  Header  #######################################*/

.site-nav {
	display: flex;
	height: 96px;
	align-items: center;
	justify-content: space-between;
}
.sitename {width: 405px;}
.sitename a {font-size: 35px;	color: #282828;	font-weight: bold; text-decoration: none;}
.sitename a span {color: #ff7a18;}
.top_menu {color: #e5e5e5;}
.top_menu a {font-size: 18px; padding: 0 10px; color: #004a9e; text-decoration: none;}
.header-orderstat {
	font-size: 16px;
	color: #004a9e;
	text-decoration: none;
	padding: 3px 0 3px 30px;
	background: url(../images/orderstatus.png) no-repeat left center;
}
#tools_cart {
	cursor: pointer;
	color: #667079;
	font-size: 14px;
	border: 1px solid #d7d7d7;
	padding: 0 20px 0 45px;
	background: url(../images/cart.png) no-repeat left 10px center;
	display: inline-block;
}
#tools_cart a {text-decoration: none;}
.hcart-name {line-height: 50px; color: #6d6d6d;}

.cat-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 46px;
	box-sizing: border-box;
}

.mob-header {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	height: 60px;
}
.mob-header a {padding: 10px;}
.mob-sitename {color: #282828;	font-weight: bold; font-size: 20px; text-decoration: none;}
.mob-sitename span {color: #ff7a18;}

.mob-cart {position: relative;}
.mob-cart span {
	position: absolute;
	top: 0;
	right: 10px;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	text-align: center;
	line-height: 16px;
	background-color: #004a9e;
	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; 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: 10px 10px 0; background-color: #f5f7f9;}
.mob-side-chat img {width: 22px; vertical-align: middle;}
.mob-side-chat a {
	color: #798189;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
}
.mob-side-chat #header_online_chat {width: auto; text-align: left;}
.mob-side-phone {padding: 10px; border-bottom: 1px solid #dfdfdf; background-color: #f5f7f9;}
.mob-side-phone::after {
	content: "";
	clear: both;
	display: table;
}
.mob-side-phone img {
	max-width: calc(80vw - 20px);
}

/*======= Top menu======*/
#categories_list {position: relative;}
.category_titel {display: inline-block;	margin-right: 30px;}
.category_titel > a {color: #fff; font-size: 16px; line-height: 46px; text-decoration: none;}
.category_titel:hover {background: url(../images/menu_hover_bg.png) no-repeat  bottom center;}
.category_titel:hover ul {display: block!important;}

.side_menu {
	background-color: #fff;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 99;
	padding: 25px;
	box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.35);
	width: 600px;
}
.side_menu a {color: #3d3d3d;font-size: 16px; line-height: 35px; text-decoration: none;}
.side_menu a:hover {color: #004a9e;}
ul.side_menu > li {float: left;	width: 33.3%; list-style-type: none;}


.mob-list-block #categories_list {display: block;}
.mob-list-block #categories_list .category_titel {display: block; margin: 0; padding: 0;}
.mob-list-block #categories_list .category_titel > a {
	color: #626262;
	line-height: 35px;
	margin-left: 28px;
	position: relative;
	padding-left: 10px;
}
.mob-list-block #categories_list .category_titel > a:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #1b1e21;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 7px;
}
.mob-list-block #categories_list .category_titel:hover {background: none;}
.mob-list-block #categories_list .category_titel:hover ul {display: none !important;}

/*======= Search ======*/
#static_sidebar_search {
	width: 276px;
	height: 33px;
	background-color:#fff;
	position: relative;
}
.search-text {
	padding-left: 5px;
	padding-right: 35px;
	width: 100%;
	height:33px;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 14px;
	color: #73828e;
	outline: 0;
	border: 0;
}
.search-btn {
	cursor: pointer;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 33px;
	background: #fff url('../images/lupa.png') no-repeat center center;
	background-size: 20px auto;
}
.searchLiHover {background-color: #dbdbdb;}
.quickSearchBlock {
	display: block;
	position: absolute;
	width: 100%;
	top: 100%;
	line-height: 25px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border: 1px solid #A3AEB6;
	box-sizing: border-box;
	z-index: 999;
}
#quickSearch li {padding: 0 5px; cursor: pointer; list-style-type: none;}

/*###########################  Footer  #######################################*/

footer {
	background-color: #f5f7f9;
	border-top: 2px solid #008ffe;}
.sub-footer {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 50px;
}
.footer-menu {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer-titel {
	line-height: 44px;
	font-size: 16px;
	color: #797d82;
	border-bottom: 1px solid #cedbe8;
	margin-bottom: 6px;
}
.f-contact {font-size: 16px; color: #798189; line-height: 30px;}
.f-contact img {margin-right: 10px;}
.footer-menu a {color: #004a9e; font-size: 14px; line-height: 30px; text-decoration: none;}
.footer-link-wr {width: 50%; float: left;}
.f-info {max-width: 340px;}
.copyright-bg {background-color: #004a9e; padding: 10px 0;}
.copyright {
	max-width:1200px;
	margin:0 auto;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
}

/*###########################  Index/Category Page #################################*/

/*======= Slider ======*/
.flashbox {height:395px; margin-bottom: 15px;}
.f-left {width: 520px; padding-left: 10px;}
.f-title {font-size: 38px; font-weight: bold; color: #ff7a18;}
.f-txt {font-size: 22px;  color: #004a9e; padding-top: 30px;}
.f-link {
	display:inline-block;
	padding: 0 45px;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	background-color: #ff7a18;
	border-radius: 5px;
	margin-top: 60px;
	text-decoration: none;
}
.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../images/slider_bg.png) repeat-x top -10px center;
}
.swiper-slide > a {align-self: flex-start;}
.swiper-pagination-bullets {width: 656px !important; right: 0; left: auto !important;}
.swiper-pagination-bullet {width:12px; height: 12px; background-color: #fff; opacity: 1;}
.swiper-pagination-bullet-active {background: #018ffe;}

.title-cat {
	color: #004a9e;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}
.product-list {
	margin: 30px 0 40px 0;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(230px, auto));
}
.product-item {
	height: 350px;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	position: relative;
}
.namePill {padding: 5px 0;}
.namePill a {color: #004a9e; font-size: 18px; text-decoration: none;}
.icoPill {text-align: center;}
.pillDescr {font-size: 16px; color: #626262;}
.bttnPill {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	background-color: #008ffe;
	text-decoration: none;
}
.orange {background-color: #ff7a18;}

.title {font-size: 24px; color: #151515;}
.top-cat-title {font-size: 22px; color: #004a9e;}
.top-cat-descr {font-size: 18px; color: #626262; line-height: 25px;}
.short_descr_cat {color: #626262; font-size: 18px; padding: 10px 0;}

.index-pill-title {
	line-height: 58px;
	font-size: 18px;
	color: #004a9e;
	padding-left: 20px;
	cursor: pointer;
	position: relative;
	background: #d8e0e8;
}
.index-pill-title:after {
	content: '';
	position: absolute;
	top: 22px;
	right: 22px;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-right: 2px solid #004a9e;
	border-bottom: 2px solid #004a9e;
	transform: rotate(-45deg);
}
.index-open:after {top: 20px; transform: rotate(45deg);}

.index-top-pill {display: none; padding-top: 10px;}


.anon {
	border: 1px solid #dfe5eb;
	background-color: #f8f9fa;
	padding: 0 20px 40px 20px;
}
.anon-title {
	font-size: 24px;
	color: #151515;
	line-height: 80px;
	padding-left: 12px;
}
.anon-body {
	display: grid;
	grid-column-gap: 25px;
	grid-row-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(280px, auto));
}
.anon-blok {
	display: flex;
	align-items: center;
	height: 175px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #626262;
	padding: 0 25px 0 150px;
	box-shadow: 2px 2px 2px 0 rgba(208,213,219,1);
}
.anon1 {background: #fff url(../images/anon1.png) no-repeat center left 25px;}
.anon2 {background: #fff url(../images/anon2.png) no-repeat center left 20px;}
.anon3 {background: #fff url(../images/anon3.png) no-repeat center left 25px;}
.anon4 {background: #fff url(../images/anon4.png) no-repeat center left 25px;}
.anon5 {background: #fff url(../images/anon5.png) no-repeat center left 25px;}
.anon6 {background: #fff url(../images/anon6.png) no-repeat center left 25px;}
.anon7 {background: #fff url(../images/anon7.png) no-repeat center left 25px;}
.anon8 {background: #fff url(../images/anon8.png) no-repeat center left 20px;}

.review-block {margin-bottom: 25px;	font-size: 18px;}
.review-name {color: #004a9e;}
.review-date {font-size: 16px; color: #a9a9a9;}
.review-text {font-size: 16px;	padding: 5px 0;}
.review-star-count {color: #484848; margin-left: 5px;}
.review-star img {position: relative; top: 1px; width: 14px;}

.breadcrumbs {height: 46px; line-height: 41px;}
.breadcrumbs a {color: #004a9e; font-size: 16px; text-decoration: underline;}
.breadcrumbs span {color: #004a9e; font-size: 16px;}


/*###########################  Product page ##################################*/

.product-info {
	font-size: 14px;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}
.product-info img {
	width: 100px;
	flex-shrink: 0;
	margin-right: 20px;
	border: 1px solid #fff;
	cursor: pointer;
}
.product-info img.blister-big {
	transform: scale(3) translate(33px, 40px);
	border-color: #dbdbdb;
}
.product-info:before {
	content: '';
	width: 51px;
	height:16px;
	position: absolute;
	left: 20px;
	bottom: -20px;
	background: url(../images/decor/zoomer_en.png) no-repeat;
}

.doses-panel {text-align: center; font-size: 16px;  margin-bottom: 20px;}
.index-header .doses-panel {margin-bottom: 10px; text-align: left;}

.dosage-select {
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacbcd;
	color: #646363;
	box-sizing: border-box;
	padding-left: 3px;
	padding-right: 25px;
	margin-left: 5px;
	background: url(../images/arrow_gift.png) no-repeat right 5px center;
}
#dose_items {width: 100%; box-sizing: border-box; border-bottom: 1px solid #dbdbdb;}
#dose_items > div {display:none;  width: 100%;}
#dose_items > div.active{ display:block;}

.title-descr {color: #000; font-size: 22px; line-height: 70px;}
.dose-page {display: flex; border-top: 1px solid #dbdbdb; justify-content: space-between;}
.dose-page > div {display: flex; align-items: center;}

.pill-info-wrap {width: 35%; justify-content: space-between;}
.pillPageDose {}
.pillBestSale {width: 31px; padding: 0 10px;}
.pillPageIco {}
.pillPagePrice {}
.pillPageBonus {
	color: #739700;
	background: url(../images/bonus_pill.png) no-repeat left center;
	padding-left: 50px;
}
.pillPageBtn {
	text-align: center;
	flex-direction: column;
	justify-content: center;
}

.dose-dose {font-size: 18px; color: #545555;}
.dose-type {color: #676767;	font-size: 12px;}
.product-old-price {color: #e34242;	text-decoration: line-through; font-size: 14px;}
.our-bonus {display: inline-block; padding: 3px; font-size: 13px;}
a.bttn-buy {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	margin-bottom: 5px;
	background-color: #6491de;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
}
.pill-save {color: #e34242;	font-size: 14px;}
.mob-bttn-buy {display: none; padding: 0 15px;}
.mob-bttn-buy img {width: 32px;}

.parcel-box {margin: 20px 0;}
.parcel-img {display: flex; margin-bottom: 10px;}
.parcel-img div {
	background-color: #fbfbfb;
	font-size: 19px;
	padding: 0 65px 0 40px;
	color: #000;
	display: flex;
	align-items: center;
	border-right: 1px solid #d8d8d8;
	position: relative;
}
.parcel-img div:after {
	content: '';
	position: absolute;
	top: calc(50% - 7px);
	right: -8px;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	background-color: #fbfbfb;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	transform: rotate(45deg);
}
.parcel-img img {flex-shrink: 0;}

.descr-delivery {font-size: 18px;}
.product-descr-block {font-size: 18px;}

.info-shipping {border: 1px solid #cecece;	padding: 20px 30px 0 30px;}

.info-tbl {width: 100%; margin-bottom: 30px;}
.info-name {font-size: 18px;}
.info-curtime {display: inline-block; border: 1px solid #cecece; text-align: center;}
.info-curtime-today {
	border-bottom: 1px solid #cecece;
	font-size: 13px;
	line-height: 20px;
	padding: 0 15px;
}
.info-curtime-day {font-size: 25px;	padding-top: 5px;}
.info-curtime-month {color: #505050; font-size: 11px; padding-bottom: 5px;}
.deliv-capt {padding-left: 62px; padding-bottom: 5px; padding-top: 10px; font-size: 16px;}
.ems-block {height: 46px;}
.ems-ico {float: left; border: 1px solid #dbdbdb;}
.ems-day {
	width: 37px;
	height: 46px;
	float: left;
	text-align: center;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.ems-ned {font-size: 10px; color: #fff; line-height: 14px; background-color: #878787;}
.ems-num {font-size: 14px; line-height: 19px; background-color: #dbecff;}
.ems-month {
	font-size: 10px;
	color: #818080;
	line-height: 13px;
	border-right: none !important;
}

.shedule-tbl {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #dadada;
	margin-top: 30px;
	font-size: 18px;
	border-collapse: collapse;
}
.shedule-tbl th {font-weight: normal;}
.shedule-tbl td {border: 1px solid #dadada;}
.shedule-tbl-head {width: 136px; height: 36px;}
.shedule-del {height: 55px;}
.shedule-del * {vertical-align: middle;}

.ourbonus-tbl {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	font-size: 18px;
}
.ourbonus-tbl > div {width: 45%;}
.ourbonus-tbl-pic {
	padding: 3px 0 3px 25px;
	background: url(../images/check.png) no-repeat left center;
}

.product-descr {margin-bottom: 20px;}

a.reviews-product {color: #3785bf;}
.addReviewBttn {
	font-size: 16px;
	padding-left: 30px;
	background:url('../images/rev_bg.png') center left no-repeat;
	cursor: pointer;
	color: #3785bf;
}
.review-add {border: 1px solid #d8d8d8; margin-top: 15px;}
.review-title {line-height: 40px; border-bottom: 1px solid #d8d8d8; font-size: 15px; padding-left: 15px;}
.review-form {font-size: 16px; margin:10px 0 0 0;}
.review-form-row {display: flex; justify-content: space-between; align-items: center; padding: 6px 0;}
.align-top {align-self: flex-start;}
.review-form-label {width: 45%; text-align: right;}
.review-form-field {width: 54%;}
.review-form input[type='text'] {
	border: 1px solid #d8d8d8;
	height: 25px;
	width: 280px;
	box-sizing: border-box;
	padding-left: 5px;
}
.review-form textarea {
	border: 1px solid #d8d8d8;
	height: 100px;
	width: 280px;
	box-sizing: border-box;
	resize: none;
	padding: 5px;
}
.review-form input[type='submit'], .review-form input[type='button']{
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 6px 11px;
	background-color:#6491de;
	cursor: pointer;
	border: 0;
}
.review-form-selstar {color: #8d8d8d; font-size: 12px;}
.review-form-selstar img {cursor: pointer; width: 14px;}
.review-form-selstar span {position: relative; top: 1px;}
.review-form-selstar * {vertical-align: middle;}

#add_review_error {color: red;}
#add_review_success {text-align: center; color: green; font-size: 15px;}
#add_review_success span {
	padding-left: 25px;
	display: inline-block;
	line-height: 24px;
	background:url('../images/checker.png') no-repeat left top;
}
#captcha {vertical-align: middle; margin-bottom: 10px;}

/*###########################  ED Pack page ##################################*/

.edpack-descr {font-size: 16px;}
.edpack-list {
	margin: 30px 0 30px 0;
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(auto-fit, minmax(271px, auto));
}
.ed_block_content {width: 271px; height:257px; margin: 0 auto;}
.ed_ico {text-align: center; padding: 8px;}
.ed_content {font-size: 11px; padding:0 10px; height: 60px; overflow: hidden;}
.ed_caption_name {
	font-size: 18px;
	line-height: 42px;
	height: 42px;
	padding:0 10px;
	color: #004a9e;
	margin-bottom: 110px;
}
.ed_bonus {line-height:29px; color:#ff6000; font-weight: bold; text-align: center;}
.ed_bttn_buy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	margin-top: 6px;
}
.ed_bttn_buy div {float:left; font-size: 18px; font-weight: bold; color: #4b4b4b; line-height: 30px;}
.ed_bttn_buy a {
	float:right;
	text-decoration: none;
	display:block;
	padding: 0 10px;
	height:30px;
	line-height:28px;
	font-size: 12px;
	color: #fff;
	background-color: #4989e1;
	border-radius: 5px;
}


/*###########################  Cart page #####################################*/
.cart-tbl {width: 100%; border: 1px solid #dbdbdb;}
.c-head {
	display: flex;
	height: 46px;
	align-items: center;
	background-color: #f1f4f7;
	border-bottom: 1px solid #dbdbdb;
}
.c-head div {color: #ff7a18; font-size: 16px; font-weight:bold;}
.cart-prod {
	display: flex;
	height: 78px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dbdbdb;
}
.part-pic-name {display: flex; align-items: center; width: 100%;}
.cart-pic-pill {width: 100px;}
.cartPillName {font-size: 16px;}
#cart_insurance .cartPillName span {font-size: 13px;}
a.nextRangPack {
	color: #5e81bd;
	text-decoration: underline;
	font-size: 12px;
}
.quant-minus {
	border: 1px solid #bebebe;
	height: 32px;
	width: 30px;
	background: #eef2f6 url('../images/minus.png') no-repeat center;
	cursor: pointer;
	vertical-align: middle;
}
.quant {
	border:0;
	border-bottom: 1px solid #bebebe;
	border-top: 1px solid #bebebe;
	height: 30px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
}
.quant-plus {
	border: 1px solid #bebebe;
	height: 32px;
	width: 30px;
	background: #eef2f6 url('../images/plus.png') no-repeat center;
	cursor: pointer;
	vertical-align: middle;
}
.cartSum {text-align: center; white-space: nowrap; font-size: 16px; width: 100%; flex-shrink: 2;}
.gift-title {font-size: 16px; color: #ff7a18;}
.dropdown {margin-top: 3px; display: inline-block;}

.c-shiping-t {background-color: #f1f4f7; border-bottom: 1px solid #dbdbdb; }
.shipping-title {font-size:16px; line-height: 46px; color: #ff7a18; font-weight: bold; padding-left: 35px;}
.ship-block {padding: 10px 0 10px 20px;}
.shipping-elem {
	display: inline-block;
	margin: 10px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	font-size: 16px;
	padding: 20px;
	border-radius: 7px;
	box-shadow: 2px 2px 2px 0 rgba(208,213,219,1);
}
.shipping-elem > * {vertical-align: middle;}
.shipping-elem-name {
	display: inline-block; cursor: pointer;
}
.ship-ico {margin: 0 10px;}
.shipping-elem-name span {color: #a3a3a3;}
.shipping-elem-name * {vertical-align: middle;}
.shipping-elem-name img {margin: 0 5px;}

.cart-ship {
	font-size: 16px;
	background-color: #f8f9fa;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
}
.gift-free {
	display: flex;
	font-size: 16px;
	align-items: center;
	height: 90px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	justify-content: space-between;
}
.gift-free-name {
	padding: 10px 0 10px 90px;
	background: url('../images/globe.png') no-repeat 30px center;
}

.cart-del {width: 120px; text-align: center; flex-shrink: 0;}
.cart-price {width: 120px; text-align: center; flex-shrink: 0;}
.cart-gift {
	height: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacbcd;
	color: #646363;
	box-sizing: border-box;
	padding-left: 3px;
	padding-right: 25px;
	margin-top: 5px;
	background: url(../images/arrow_gift.png) no-repeat right 5px center;
}
.cart-pack-descr {margin-top: 5px;}

.cart_nav {margin-top: 20px; display: flex; justify-content: space-between; align-items: center;}
a.cart_nav_left {
	color: #004a9e;
	font-size: 16px;
	text-decoration: underline;
	line-height: 52px;
}
.cart_nav_right {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #ff7a18;
	border: 0;
	padding: 0 45px;
	height: 52px;
	cursor: pointer;
	border-radius: 7px;
}

#cart_bonuses {border: 2px solid #008ffe;	margin: 35px 0;}
.ctitle {
	color: #151515;
	font-size: 20px;
	padding: 20px 20px 20px 70px;
	background: url('../images/bonus_pill.png') no-repeat 20px center;
}
.bonus_for_consumers {padding: 0 25px 35px 27px; color: #525252; margin-top: 10px;}
.bonus_for_consumers table {width: 100%; font-size: 16px;}
.cheker-bonus {width: 20px;}

.total-sum {
	display: flex;
	height: 50px;
	align-items: center;
	background-color: #f1f4f7;
	justify-content: space-between;
}
.total-sum div {font-weight: bold; font-size: 16px;}
.total-sum div:first-child {padding-left: 35px;}

/*###########################  Contact page ##################################*/

.contact_form {
	border: 1px solid #d3d9df;
	background-color: #f8f9fa;
	margin: 10px 0 40px 0;
	padding: 35px 40px;
}
.contact-btn {
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	line-height: 50px;
	background-color: #ff7a18;
	padding: 0 50px;
	border: 0;
	cursor: pointer;
}
.contact-field {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e2ebf1;
	border-radius: 10px;
	height: 42px;
	box-shadow: 2px 2px 2px 0 rgba(208,213,219,0.5);
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 20px;
}
.contact-text {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e2ebf1;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 0 rgba(208,213,219,0.5);
	font-size: 16px;
	padding: 10px;
	margin-bottom: 20px;
	height: 228px;
	resize: none;
}
.capcha-descr {font-size: 16px;}
.input-capcha {
	width: 100px;
	margin: 0 15px;
	box-sizing: border-box;
	border: 1px solid #e2ebf1;
	border-radius: 10px;
	height: 42px;
	box-shadow: 2px 2px 2px 0 rgba(208,213,219,0.5);
	padding-left: 10px;
	font-size: 16px;
}

.contacts-fields {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contacts-sides {width: 48%;}

/*###########################  Order status ##################################*/

.order_status_cont {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 70px;
}
.order_status {border-collapse: collapse;	margin: 0 auto;}
.order_status td {padding: 7px 0;}
.order_status input[type="text"],
.order_status input[type="email"]{
	width: 460px;
	padding-left: 10px;
	border: 1px solid #bebebe;
	height: 42px;
	border-radius: 7px;
	box-shadow: 2px 2px 2px 0 rgba(208,213,219,1);
}
.order_info_tbl {width: 50%; margin-left: 25%;}
.order_info_tbl th {text-align: left; font-weight: normal;}
.order_info_tbl td {text-align: right;}

/*######################### General #################################*/

.sitemap_page a {color: #3785bf; text-decoration: none;}
.sitemap_header {line-height: 60px; font-size: 20px;}
.sitemap_page ul {margin-left: 10px; display: flex;	flex-wrap: wrap;}
.sitemap_page ul li {padding: 2px 5px; box-sizing: border-box; list-style-type: none;}
.cat_header a {line-height: 40px; font-size: 18px;}
.category_block {width: 33%;}

.not_fount {font-size: 20px; text-align: center;}
.not_fount span {font-weight: bold;}
.not_fount label {color: #B60810;}
.not_fount_discr {font-size: 16px; line-height: 30px; margin-bottom: 20px; text-align: center;}

.success {text-align: center; color: green; font-size: 14px;}
.errors {text-align: center; color: red; font-size: 14px;}

.faq-title {color: #004a9e;	font-size: 22px; padding: 30px 0;}
.static-txt {color: #626262; font-size: 18px; line-height: 25px;}
.statistic {position: absolute; top: 0;}

/*
.scroll-top {
	display: none;
	position: fixed;
	cursor: pointer;
	right: 5px;
	bottom: 40px;
	opacity: 0.2;
}
.scroll-top:hover {opacity: 1;}*/


/* ########################### Mobile Bottom Banners #############################*/

.app-download {
	display: none;
	background-image: url(../images/mob_icon/banner_fon.png),url(../images/mob_icon/banner_fon_2.png);
	background-position: center right, center left;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 100px, auto 100px;
	height: 100px;
	margin: 0 15px;
	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 banners ######################*/

.bgLandFooter {
	background-color: #3c3c3c;
	height: 45px;
	position: fixed;
	z-index: 2;
	width: 100%;
	bottom: 0;
	padding-right: 30px;
	box-sizing: border-box;
	border-top: 1px solid #000;
}
.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: #3c3c3c;
	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;}

.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: #3c3c3c;
	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: 24px; line-height: 120px; height: 120px; text-align: center;}
.landing-bottom {display: flex; justify-content: space-evenly; align-items: center; margin: 50px 100px 80px;}
.landing-bottom-box {text-align: center;}
.landing-bottom-box img {width: 55px;}
.landing-bottom-box div {font-weight: bold; font-size: 16px; padding: 15px 0;}
.landing-bottom-box p {font-size: 15px;}

.features {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 90px;
}
.features-btn {width: 400px; box-sizing: border-box; padding-left: 38px;}
.features-img {width: 470px;}

.features-btn-item {
	padding: 20px 20px 25px 70px;
	border: 1px solid #fff;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	margin-bottom: 25px;
}
.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;
	top: calc(50% - 44px);
	left: -44px;
	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 125px bottom 10px;
}
.features-img img {display: none; box-shadow: 0 0 25px 5px rgba(0,0,0,0.07); border-radius: 12px;}
.features-img img:first-child {display: inline;}


.download-pc {
	box-sizing: border-box;
	padding-bottom: 30px;
	min-height: 470px;
	text-align: center;
	background: url("../images/landing/bg.png") no-repeat center center;
	background-size: 100% 100%;
	margin-top: 60px;
}
.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 0;
	line-height: 25px;
	width: 450px;
	margin: 0 auto;
}

.copy-link-box {position: relative; margin: 0 auto;	width: 460px;}
.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 auto; width: 460px;}

.send-link-box {position: relative; margin-top: 10px;}
.email-caption {margin-top: 40px; font-size: 16px; 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 #000; 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: 7px;
}
.payment-methods img {
    max-height: 18px;
}