
* {
    border-radius: 0;
}

body {
 color: #333;
 font-size: 14px;
 line-height: 1.6;
 font-family: Arial, sans-serif;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

@font-face {
  font-family: 'ProLight';
  src: url('fonts/pfdindisplaypro-light.ttf');
}

@font-face {
  font-family: 'ProMedium';
  src: url('fonts/pfdindisplaypro-med.ttf');
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #5f79b3;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
	cursor: pointer;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #518c67;
 text-decoration: underline;
}

label {
	margin-bottom: 0;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}
.header {
    height: 110px;
    border-bottom: 1px solid #44b05a;
}
.header > .container {
    margin-bottom: 0;
    /*height: 110px;*/
}
.index .top-container {
}

@media (min-width: 768px) {
    .banner-bg {
        /*background: url(../images/banner.jpg) no-repeat center top;*/
        background: url(../images/banner-2.jpg) no-repeat center top;
        background-color: #eef1f8;
        height: 600px;
    }
    .banner-bg-2 {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .banner-bg {
        background: url(../images/banner-m-2.jpg) no-repeat center bottom;
        background-size: cover;
        height: calc(100vh - 113px);
        width: 100%;
    }
    .banner-bg-2 {
        background: url(../images/medal-m.png) no-repeat right top;
        background-size: cover;
        height: 100%;
        width: 100%;
    }
    /*
    .banner-bg img {
        display: block;
        width: 100%;
        height: auto;
    }
    */
}

.cosmetics-bg {
    background: url(../images/cosmetics.jpg) no-repeat center top;
    background-color: #44b05a;
    height: 616px;
    border-bottom: 1px solid #44b05a;
}
.cosmetics-bg img {
    display: none;
}

.banner {
    background-color: #44b05a;
    position: relative;
    padding: 77px 0 0;
}

.index .banner {
	padding: 0 0 0;
}

.banner .col-sm-6:first-child {
	padding-right: 0;
}

.index .banner h1,
.banner_p 
{
    margin-top: 0;
    margin-bottom: 230px;
    padding: 44px 52px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 35px;
    /* text-transform: uppercase; */
    line-height: 41px;
    text-align: center;
    float: right;
    font-weight: 200;
}
/*
.cosmetics.container.banner h1 {
	max-width: 480px;
	margin-top: 0;
	margin-bottom: 230px;
	padding: 40px 80px;
	border: 3px solid #5f79b3;
	color: #5f79b3;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 40px;
    text-align: right;
    float: right;
}
*/
.bonus-block h2 {
	font-weight: 200;
}

.index .banner .page-title {
	color: #fff;
	font-size: 30px;
}

.banner .page-title {
	color: #fff;
	font-size: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.banner .bonus-block {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	text-align: left;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	/*background: rgba(202, 241, 185, .8);*/	
}

.banner.content {
	padding-top: 0;
}

.banner.content .bonus-block {
	position: static;
	text-align: left;
}

.index .banner .bonus-block {
	padding: 20px 15px;
}

.index .banner .bonus-block,
.container-fluid.green {
	/*background: rgba(38, 152, 113, .5);*/
}


.banner.cosmetics .bonus-block  {
	padding: 20px 50px;
}

.banner .top-phone-block.bonus-block {
	padding: 20px 50px 20px 20px;
}

.bonus-block form {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}

.bonus-block input[type="text"] {
    border: 0;
    height: 38px;
    color: #333;
    padding: 10px;
    width: 210px;
    font-size: 18px;
    
}

.bonus-block input[type="button"] {
    /*background: #5d72b9;*/
    background: #148ed0;
    color: #fff;
    border: 0;
    font-size: 18px;
    padding: 5px 15px;
    margin-left: 15px;
    font-weight: bold;
    font-family: Comfortaa, Arial;
}
#reg-submit,
#login-submit
{
    /*background: #5d72b9;*/
    background: #148ed0;
    color: #fff;
    border: 0;
    font-size: 16px;
    padding: 5px 15px;
    font-weight: bold;
    font-family: Comfortaa, Arial;
}

.banner  p {
	font-size: 16px;
	color: #518c67;
}

.glyphicon-user {
	color: #518c67;
}

.banner .btn {
	margin-top: 0px;
	/*background: rgba(131, 173, 120, .8);*/
	background: rgba(38, 152, 113, .7);
	color: #fff;
	border-radius: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
}
.banner h2 {
    margin-top: 15px;
    font-family: Comfortaa, Arial;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}
.banner h2.title {
    color: #518c67;
    margin-top: 0;
}

.content-sm.top {
	/*background: url(../images/top-bg.png) no-repeat 100% 0;
	background-clip: border-box;
	background-size: contain;*/
	padding: 0;
	margin-top: 0;
}

.content-sm.bottom {
	/*background: url(../images/bottom-bg.png) no-repeat 0 0;
	background-size: contain;*/
	padding: 0;
	margin-bottom: 0;
}
.green-block {
    /*width: 100%;*/
    /*background-color: #44b05a;*/
}
h1 {
    /*justify-content: space-between;*/
    display: flex;
    flex-direction: column;
    
    text-align: left;
    color: #44b05a;
    /*text-transform: uppercase;*/
    /*margin: 20px 15px;*/
    margin-top: 0;
    
    font-family: Comfortaa, Arial;
    width: 100%;
    /*font-weight: bold;*/
    font-size: 30px;
}
h1:first-letter {
    /*border-bottom: 3px solid #6670ab;*/
    border-bottom: 3px solid #148ed0;
}
.green-bg {
	background: rgba(231, 246, 228, .7);
}

.container-fluid .footer  .container {
	background: transparent;
}

.footer .col-sm-4:first-child {
	border-left: 4px solid #eee;
}

.footer .col-sm-4:last-child {
	border-right: 4px solid #eee;
}

.footer .headline h2,
.footer ul li a {
	text-transform: uppercase;
}

.footer .headline h2 {
	font-size: 18px;
	font-weight: bold;
}

.footer ul li {
	margin-top: 10px;
}

.footer ul li a {
	font-size: 14px;
	line-height: 0;
}

.footer ul li a:hover {
	cursor: pointer;
}

.service {
	padding: 90px 50px 50px;
	text-align: center;
}

.catalog {
	padding: 0px 30px 40px;
	text-align: center;
}

.catalog-block {
	padding-bottom: 90px;
}

.bottom .service {
	padding: 40px 50px 50px;
}

.service h4 {
	margin-top: 20px;
	color: #40598e;
	line-height: 25px;
}

.catalog h4 {
    margin: 0;
    display: block;
    background-color: #9eaad5;
    color: #fff;
    font-family: Comfortaa, Arial;
    font-weight: lighter;
    font-size: 26px;
    padding: 10px 0 8px;
}

.catalog a {
    text-decoration: none;
    text-transform: uppercase;
}
.catalog a:hover h4 {
    text-decoration: none;
    background-color: #44b05a;
}


.service .img-wrap {
	width: 70px;
	height: 80px;
}

.service .img-wrap,
.catalog .img-wrap {
	margin:  auto;
    display: flex;
    align-items: flex-end;
    /*justify-content: center;*/
}

.service img,
.catalog img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.footer .list-unstyled {
	margin-bottom: 0;
}

/* =========== Search =============*/
.page {
    margin: 20px 0 0;
    min-height: 450px;
}

.search-container {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 30px;
    background: rgba(156, 224, 171, .2);
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.city-name {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.address-block {
	font-size: 16px;
}

.search-container select { 
	padding:3px 10px;
    margin: 0;
    border-radius:0;
    background: url(../images/arrow.png) 98% center no-repeat #fff;
    color:#333;
    border: 1px solid green;
    outline:none;
    display: inline-block;
    width: 100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

.top-block form {
	position: relative;
}

.address {
	list-style: none;
	padding-left: 0;
}

.address li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #2c713a;
}

.address p {
	margin-bottom: 0;
	font-size: 14px;
	width: 100%;
	padding: 0 7px;
        color: #222;
}

.address p:first-child {
	padding: 7px;
	font-weight: bold;
	
}

.address p:last-child {
	padding-bottom: 7px;
}

.address img {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20%;
}

.address-item:hover,
.address-item:active,
.address-item.active
{
	 background: rgba(68, 176, 90, 0.7);
	 cursor: pointer;
         /*color: #fff;*/
}
.address-item:hover p,
.address-item:active p,
.address-item.active p
{
    color: #fff;
}

.closed {
	display: none;
}

.closed.open {
	display: block;
}

.address li:last-child {
	border: 0;
}

.address img {
	max-width: 70px;
	max-height: 50px;
}

.address span {
	display: inline-block;
	font-size: 14px;
	padding-right: 15px
}

.map h2 {
	text-align: center;
}

.mega-menu .nav {
    display: flex;
    /*align-items: center;*/
}

@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}

.social {
    overflow:hidden;
    /*margin:0;*/
    /*padding:0;*/
    list-style:none;
    font-size: 0;
    display:inline-block;
    zoom:1;
    margin-left: 15px;
    margin-top: 7px;
}

li.social a {
    background-color: transparent !important;
}
li.social-facebook {
    background: url(../images/fb-x.png) 0 0 no-repeat;
}
/*
li.social-facebook:hover {
    background: url(../images/fb-active.png) 0 0 no-repeat;
}
*/
li.social-instagram {
    background: url(../images/instagram-x.png) 0 0 no-repeat;
}
/*
li.social-instagram:hover {
    background: url(../images/instagram-active.png) 0 0 no-repeat;
}
*/
li.social-instagram a,
li.social-facebook a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    z-index: 10000;
}
/*
.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
    font-size: 0;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 10px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    
}
.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
     color: #fff;
}
.soc-facebook:before {
    content:'\e041';
    color: #fff;
}
.soc-googleplus {
    background-color: #dd4b39;
    color: #fff;
}
.soc-googleplus:before {
    content:'\e042';
    color: #fff;
}

.soc-facebook:hover {
    background-color: #526fac;
}
.soc-googleplus:hover {
    background-color: #f15f4d;
}
*/
/*==================== Catalog (cosmetics) ==================*/
.left-side {
	padding: 0 200px 0 0;
}

.sky-form em {
	font-size: 13px;
	font-style: normal;
	color: #ff8d63;
}

.forget-password-link {
	display: block;
	margin-bottom: 10px;
}

.forget-password-link:hover {
	cursor: pointer;
	text-decoration: none;
}

.btn-u.btn-u-fb {
   background: #4862a3;
}
.btn-u.btn-u-fb:hover, 
.btn-u.btn-u-fb:focus, 
.btn-u.btn-u-fb:active, 
.btn-u.btn-u-fb.active, 
.open .dropdown-toggle.btn-u.btn-u-fb {
   background: #5168a3;
}
.btn-u.btn-u-split-fb.dropdown-toggle {
   border-left: solid 1px #5168a3;
}


.btn-u.btn-u-tw {
   background: #159ceb;
}
.btn-u.btn-u-tw:hover, 
.btn-u.btn-u-tw:focus, 
.btn-u.btn-u-tw:active, 
.btn-u.btn-u-tw.active, 
.open .dropdown-toggle.btn-u.btn-u-tw {
   background: #39a6e5;
}
.btn-u.btn-u-split-tw.dropdown-toggle {
   border-left: solid 1px #39a6e5;
}

.btn-u.btn-u-fb i,
.btn-u.btn-u-tw i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.log-reg-v3 h2.welcome-title {
	font-size: 34px;
	font-weight: 200;
	line-height: 50px;
	margin-top: -10px;
	margin-bottom: 20px;
}

/*Login Block*/
.log-reg-v3 .log-reg-block {
	padding: 20px;
	margin-bottom: 20px;
}

.log-reg-v3 .log-reg-block h2 {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 30px;
	text-transform: none;
}

.log-reg-v3 .log-reg-block a {
	color: #687074;
	text-decoration: underline;
}

.log-reg-v3 .log-reg-block a:hover {
	color: #687074;
	text-decoration: none;
}

.log-reg-v3 .checkbox {
	display: block;
	overflow: hidden;
	position: relative;
}

.log-reg-v3 .checkbox {
	color: #999;
	margin-top: 0;
	color: #687074;
	cursor: pointer;
	font-size: 14px;
	line-height: 25px;
	padding-left: 27px;
	font-weight: normal;
}

.log-reg-v3 .checkbox input {
	left: -9999px;
	position: absolute;
}

.log-reg-v3 .checkbox i {
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	outline: none;
	display: block;
	background: #fff;
	border-width: 2px;
	position: absolute;
	border-style: solid;
}

.log-reg-v3 .checkbox input + i:after {
	opacity: 0;
	position: absolute;
}

.log-reg-v3 .checkbox input + i:after {
	top: -3px;
	left: -2px;
	width: 15px;
	height: 15px;
	content: '\f00c';
	text-align: center;
	font: normal 8px/17px FontAwesome;
}

.log-reg-v3 .checkbox input:checked + i:after {
	opacity: 1;
}

.log-reg-v3 .checkbox i {
	border-color: #999;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

.log-reg-v3 .checkbox:hover i {
	border-color: #666;
}

.log-reg-v3 .checkbox input:focus + i {
	border-color: #999;
}

.log-reg-v3 .checkbox input + i:after {
	color: #999;
}
.log-reg-v3 .checkbox input:checked + i {
	/*border-color: #EB5125;*/
}

.log-reg-v3 .checkbox small {
	float: right;
}

.log-reg-v3 .checkbox small a {
	color: #EB5125;
	font-size: 12px;
}

/*Login Input*/
.log-reg-v3 .login-input i {
	font-size: 20px;
	/*min-width: 25px;*/
}

.log-reg-v3 .login-input input {
	height: 40px;
}

.log-reg-v3 .login-input span,
.log-reg-v3 .login-input input {
	color: #ccc;
	border-color: #ccc;
}

.log-reg-v3 .login-input .form-control {
	color: #555;
	font-weight: 600;
}

.log-reg-v3 .login-input .form-control:focus {
	box-shadow: none;
}

.log-reg-v3 .login-input .no-border-top{
	margin-top: -1px;
}

.log-reg-v3 .input input::-moz-placeholder {
	color: #ccc;
}
.log-reg-v3 .input input:-ms-input-placeholder {
	color: #ccc;
}
.log-reg-v3 .input input::-webkit-input-placeholder {
	color: #ccc;
}

.log-reg-v3 .log-reg-block label {
	font-weight: normal;
}

.log-reg-v3 .log-reg-block section {
	margin-bottom: 5px;
}

.log-reg-v3 .reg-input section {
	margin-bottom: 15px;
}

.log-reg-v3 .reg-input .input,
.log-reg-v3 .reg-input .select {
	display: block;
}

.log-reg-v3 .reg-input .input input {
	width: 100%;
}

.log-reg-v3 .reg-input select {
	font-weight: 200;
	min-height: 40px;
	color: #888 !important;
}

.log-reg-v3 .state-error input,
.log-reg-v3 .state-error select,
.log-reg-v3 .state-error textarea,
.log-reg-v3 .radio.state-error i,
.log-reg-v3 .checkbox.state-error i,
.log-reg-v3 .toggle.state-error i,
.registration-block.billing-info-inputs.checkbox-list  .state-error input {
	background: #fff0f0;
}

.log-reg-v3 .state-error select + i {
	background: #fff0f0;
	box-shadow: 0 0 0 12px #fff0f0;
}

.log-reg-v3 .toggle.state-error input:checked + i {
	background: #fff0f0;
}

.log-reg-v3 .state-error + em {
	display: block;
	color: #ee9393;
	padding: 0 1px;
	font-size: 11px;
	margin-top: 6px;
	line-height: 15px;
	font-style: normal;
}

.log-reg-v3 .rating.state-error + em {
	margin-top: -4px;
	margin-bottom: 4px;
}

.log-reg-v3 .state-success input,
.log-reg-v3 .state-success select,
.log-reg-v3 .state-success textarea,
.log-reg-v3 .radio.state-success i,
.log-reg-v3 .checkbox.state-success i,
.log-reg-v3 .toggle.state-success i {
	background: #f0fff0;
}

.log-reg-v3 .state-success select + i {
	background: #f0fff0;
	box-shadow: 0 0 0 12px #f0fff0;
}

.log-reg-v3 .toggle.state-success input:checked + i {
	background: #f0fff0;
}

.log-reg-v3 .state-success + em {
	display: block;
	color: #ee9393;
	padding: 0 1px;
	margin-top: 6px;
	font-size: 11px;
	line-height: 15px;
	font-style: normal;
}

.log-reg-v3 .note-success {
	color: #6fb679;
}

/*Row Columns Space Removes*/
.log-reg-v3 .columns-space-removes .col-sm-6:nth-child(odd) {
	padding-right: 5px;
}
.log-reg-v3 .columns-space-removes .col-sm-6:nth-child(even) {
	padding-left: 5px;
}

@media (max-width: 1200px) {
	.log-reg-v3 .columns-space-removes .col-sm-6:nth-child(odd) {
		padding-right: 15px;
	}
	.log-reg-v3 .columns-space-removes .col-sm-6:nth-child(even) {
		padding-left: 15px;
	}
}

.log-reg-v3 .border-wings {
	text-align: center;
}

.log-reg-v3 .border-wings span {
	color: #687074;
	font-size: 14px;
  	padding: 0 10px;
	position: relative;
  	margin-bottom: 15px;
  	display: inline-block;
	text-transform: uppercase;
}

.log-reg-v3 .border-wings span:before,
.log-reg-v3 .border-wings span:after {
	top: 10px;
	height: 1px;
	width: 100%;
	content: " ";
	background: #ccc;
	position: absolute;
}

.log-reg-v3 .border-wings span:before {
  	left: 100%;
}

.log-reg-v3 .border-wings span:after {
  	right: 100%;
}

/*Site Statistics*/
.log-reg-v3 .site-statistics {
	padding: 10px;
	text-align: center;
	background: #f8f8f8;
}

.log-reg-v3 .site-statistics span {
	color: #888;
	display: block;
	font-size: 26px;
	font-weight: 200;
	position: relative;
	margin-bottom: 10px;
}

.log-reg-v3 .site-statistics span:after {
	left: 50%;
	height: 1px;
	width: 10px;
	bottom: -5px;
	content: " ";
	background: #888;
	margin-left: -5px;
	position: absolute;
}

.log-reg-v3 .site-statistics small {
	color: #888;
	font-size: 12px;
	text-transform: uppercase;
}

/*Members Number*/
.log-reg-v3 .members-number {
	text-align: center;
}

.log-reg-v3 .members-number h3 {
	margin-bottom: 25px;
}

.log-reg-v3 .members-number img {
	margin: 0 auto;
}

.registration-block.billing-info-inputs.checkbox-list  .state-error label {
	text-align: left;
}

.registration-block.billing-info-inputs.checkbox-list  .state-error input {
	background: #fff0f0;
}

.registration-block.billing-info-inputs.checkbox-list  .state-error em {
	display: block;
	color: #ee9393;
	padding: 0 1px;
	font-size: 11px;
	margin-top: 6px;
	line-height: 15px;
	font-style: normal;
}

/*Forms
------------------------------------*/

.form-control {
	box-shadow: none;
	border-radius: 0;
}

#datetimepicker1 {
	width: 100%;
}

#datetimepicker1 label {
    position: relative;
    width: 100%;
}

#datetimepicker1 .input-group-addon {
    width: 40px;
}

#datetimepicker1 .glyphicon {
	top: 5px;
}

input::-webkit-datetime-edit{  }
input::-webkit-calendar-picker-indicator{ color: transparent; background: transparent;}
input::-webkit-inner-spin-button {display: none;}

.input-wrap {
	display: flex;
}
.input-group-addon {
	border-radius: 0;
}

.form-control:focus {
	border-color: #bbb;
	box-shadow: 0 0 2px #c9c9c9;
}

/*Form Spacing*/
.form-spacing .form-control {
	margin-bottom: 15px;
}

/*Form Icons*/
.input-group-addon {
	color: #b3b3b3;
	font-size: 14px;
	background: #fff;
}
	


/*=================== Cosmetics ===============*/
.cosmetics.container.banner h1 {
	font-size: 30px;
	text-transform: none;
	line-height: 30px;
    padding: 27px 40px;
    position: absolute;
	top: 120px;
	right: 0;
}

.banner.cosmetics.container {
	padding-top: 0;
	position: relative;
}

.cosmetics-title {
	position: relative;
}

.cosmetics img {
	max-width: 100%;
	height: auto;
}

.top-phone-block p {
	color: #fff;
	margin-bottom: 0;
}

.top-phone-block p:after{
	display: none;
}

.top-phone-block span {
	display: block;
	text-transform: capitalize;
	text-align: left;
}

/*=================== News ===============*/
.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex .flex-item {
	margin-bottom: 30px;
}

.blog-grid {
    margin-bottom: 30px;
}

.blog-grid-info {
    	margin-top: 15px;
	padding-left: 0 !important;
	list-style: none;
}

.news-list {
	list-style: none;
	padding-left: 0;
}

.news-list li {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.news-list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news-list li img {
	max-width: 100%;
	height: auto;
}

.news-list h4 {
	position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 0;
    background: rgba(0,0,0,.4);
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    line-height: inherit;
}

.margin-top-30 {
    margin-top: 30px;
}
.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.content-container .fotorama {
	max-width: 600px;
	max-height: 400px;
}

.content-container .fotorama .fotorama__stage__frame img {
	max-width: 100%;
	height: auto;
}

.right-side .log-reg-block.sky-form {
	width: 70%;
}

.registration .btn-block {
	width: 50% !important;
}

.content-container .fotorama {
    float: left;
    margin: 0 0 0 0;
}

.find {
    position: relative;
    background-color: #5f79b3;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 10px 30px;
    text-indent: 20px;
    margin-bottom: 15px;
}

.find:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 5px;
}
/*=================== ADAPTIVE ===============*/

@media (min-width: 768px) {
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: white;
	}
	::-moz-placeholder { /* Firefox 19+ */
	  color: white;
	}
	:-ms-input-placeholder { /* IE 10+ */
	  color: white;
	}
	:-moz-placeholder { /* Firefox 18- */
	  color: white;
}
}

@media (max-width: 768px) {
	.bonus-block input[type="text"] {
		font-size: 16px;
	}
}

/*****************************
    02 -OFFERS
*****************************/
.block-service {
    padding: 50px 0;
}
.offers {
    text-align: center;
    font-size: 0;
}

.offers .offer {
    display: inline-block;
    width: 33%;
    padding: 0 70px;
    vertical-align: top;
    margin-bottom: 20px;
}

.offers .offer .img {
    margin-bottom: 20px;
    position: relative;
    padding: 1px;
}

.offers .offer .img:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid rgba(232, 232, 232, 1.0);
}

.offers .offer .img img {
    width: 100%;
    border-radius: 50%;
}

.offers .offer .description {
    font-size: 18px;
    line-height: 1.2em;
    font-family: Arial;
    /*color: #5d72b9;*/
    color: #148ed0;
}

.offers a:hover .offer .description {
    color: #44b05a;
}
.offers a:hover .offer .img:after {
    border: 10px solid rgba(68, 176, 90, 0.7);
}

/*****************************
    02 - NEWS
*****************************/
.block-news {
    padding: 50px 0 20px 0;
    border-top: 1px solid #44b05a;
    background: url(../images/news-bg.png) 10% 0 no-repeat;
}
.block-news.nobg {
    border-top-width: 0;
    background: none;
}
.block-news .item {
    margin-bottom: 40px;
}
.block-news h3 {
    margin-top: 0;
}
.block-news h3 a {
    font-size: 18px;
    /*color: #5d72b9;*/
    color: #148ed0;
}
.block-news h3 a:hover  {
    color: #44b05a;
    text-decoration: none;
}
.block-news .item hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #44b05a;
    margin: 1em 0;
    padding: 0; 
}
.block-news .item .date {
    font-size: 18px;
}
.block-news .item .link a {
    font-size: 18px;
    color: #44b05a;
    text-decoration: underline;
}
.block-news .item .link a:hover {
    text-decoration: none;
}

/*****************************
    FOOTER
*****************************/

.block-footer {
    background: url(../images/footer-bg.jpg) left top no-repeat;
    background-size: cover;
}
.block-footer .bottom-hr {
    border-bottom: 1px solid #fff;
}
.block-footer ul.menu {
    text-align: center;
    margin: 10px 0;
}
.block-footer ul.menu li {
    display: inline-block;
    padding: 0 15px;
}
.block-footer .data {
    margin: 30px -15px;
}
.block-footer .email a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 0 2px 36px;
    background: url(../images/footer-mail.png) left center no-repeat;
}
.block-footer .email a:hover {
    text-decoration: underline;
    background: url(../images/footer-mail-hover.png) left center no-repeat;
}
.block-footer .email a:active {
    text-decoration: underline;
    background: url(../images/footer-mail-active.png) left center no-repeat;
}
.block-footer .fb a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 0 2px 36px;
    background: url(../images/footer-fb.png) left center no-repeat;
}
.block-footer .fb a:hover {
    text-decoration: underline;
    background: url(../images/footer-fb-hover.png) left center no-repeat;
}
.block-footer .fb a:active {
    text-decoration: underline;
    background: url(../images/footer-fb-active.png) left center no-repeat;
}
.block-footer .instagram a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 0 2px 36px;
    background: url(../images/footer-instagram.png) left center no-repeat;
}
.block-footer .instagram a:hover {
    text-decoration: underline;
    background: url(../images/footer-instagram-hover.png) left center no-repeat;
}
.block-footer .instagram a:active {
    text-decoration: underline;
    background: url(../images/footer-instagram-active.png) left center no-repeat;
}
.block-footer ul.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
.block-footer ul.menu li a:hover {
    text-decoration: underline;
}
.block-footer h2 {
    margin-top: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
.block-footer .phone a {
    font-size: 20px;
    color: #fff;
}
.block-footer .copyright p {
    color: #fff;
    font-size: 16px;
}
.block-footer .copyright a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}
.block-footer .copyright a:hover {
    text-decoration: none;
}

h2.title {
    font-size: 30px;
    margin-bottom: 40px;
    color: #44b05a;
    text-align: center;
    margin-top: 0;
    font-family: 'Comfortaa', serif;
}

.title:first-letter {
    /*border-bottom: 3px solid #6670ab;*/
    border-bottom: 3px solid #148ed0;
}

.logo-bg {
    background: url(../images/logo-bg.jpg) right 60px no-repeat;
}

#bonus_message {
    font-size: 18px;
}

.nav-pills>li.active>a {
    background-color: #94a3d6;
}
.nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    /*color: #fff;*/
    background-color: #7b90d6;
}

#bonus_frame {
    display: none;
}

.cosmetics-block h2 {
    margin-top: 40px;
}
#reg-bonus {
    /*background-color: transparent !important;*/
    padding-left: 58px;
    position: relative;
    /*display: inline-block;*/
    position: relative;
}
#reg-bonus + label:before {
    content: attr(data-text);
    position: absolute;
    margin-left: 12px;
    margin-top: -31px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
}
label[for=reg-bonus] {
    height: 0;
}
#reg_number_section > label {
    height: 60px;
}

.alert.alert-success ul {
    font-size: 24px;
    margin-left: 40px;
}
.alert.alert-success ul li {
    color: inherit;
}


#mypharmacy{
    display: none;
    background-color: #44b05a;border-color: #44b05a;padding: 14px 20px 16px 20px;border-radius: 3px;margin-bottom: 50px;border-bottom: 3px solid #3a884a;-webkit-box-shadow: 0px 2px 11px -4px rgba(0,0,0,0.75);-moz-box-shadow: 0px 2px 11px -4px rgba(0,0,0,0.75);box-shadow: 0px 2px 11px -4px rgba(0,0,0,0.75);
}

#mypharmacy .input-mypharmacy{
    padding: 7px 10px 8px 10px;border-radius: 0px;border: 1px solid #44b05a;font-size: 17px;
}

#mypharmacy .input-mypharmacy:focus, #mypharmacy .input-mypharmacy:active {
    -webkit-box-shadow: 0px 0px 7px -2px rgb(1, 78, 119);-moz-box-shadow: 0px 0px 7px -2px rgb(1, 78, 119);box-shadow: 0px 0px 7px -2px rgb(1, 78, 119);
}

#mypharmacy .input-mypharmacy::placeholder { 
    color:#bbb; 
}

#mypharmacy p{
    color: #fff;font-size: 13px;margin: 0px 0px 5px 0px;
}

#mypharmacy img{
    width: 104px; margin: 2px 4px 0px 0px;float: left;
}

#mypharmacy .btn-myphc{
    /*background-color: #5d72b9;*/
    background-color: #148ed0;
    color: #fff;border: none;padding: 10px 0px;margin: 1px 0px 0px -1px;font-size: 14px;font-weight: 600;text-transform: uppercase;
}

#mypharmacy .btn-myphc:hover{
    background-color: #3b4c88;
}

#mypharmacy {
    /*display: none;*/
}



@media (max-width: 767.98px) {
    .header .promo {
        float: right;
        /*margin-right: 10px;*/
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .header .promo {
        display: none;
    }
}

.promo .btn,
.promo-desktop .btn,
li.promo-desktop > a.btn {
    margin-right: 15px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    border-radius: 500px;
    /*transition-property: background-color,border-color,color,box-shadow,filter;*/
    /*transition-duration: .3s;*/
    border: 1px solid transparent;
    letter-spacing: 0.5px;
    /*min-width: 160px;*/
    text-transform: none;
    white-space: normal;
    font-weight: 600;
    text-align: center;
    padding: 6px 12px!important;
    color: #fff!important;
    background-color: #bf1fbf!important;
    /*height: 48px;*/
    :hover{
        background-color: #b11db1!important;
    }
}

li.promo-desktop {
    padding: 8px 0;
    margin-left: 15px;
}
li.promo-desktop > a.btn {
    padding: 8px 18px!important;
    font-size: 16px;
    text-decoration: none!important;
}

li.promo-desktop > a.btn:hover {
    background-color: #b11db1!important;
}





                
    

