/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
img {
  max-width: 100%;
  max-height: 100%;
}
.relative {
  position: relative;
}
a {
  color: #405681;
}
a:visited {
  color: #405681;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c22151;
  text-decoration: none;
}
@font-face {
  font-family: 'segoe_uilight';
  src: url(' /public/fonts/segoeuil-webfont.eot');
  src: url(' /public/fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'), url(' /public/fonts/segoeuil-webfont.woff') format('woff'), url(' /public/fonts/segoeuil-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uibold';
  src: url(' /public/fonts/segoeuib-webfont.eot');
  src: url(' /public/fonts/segoeuib-webfont.eot?#iefix') format('embedded-opentype'), url(' /public/fonts/segoeuib-webfont.woff') format('woff'), url(' /public/fonts/segoeuib-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uiregular';
  src: url(' /public/fonts/segoeui-webfont.eot');
  src: url(' /public/fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url(' /public/fonts/segoeui-webfont.woff') format('woff'), url(' /public/fonts/segoeui-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uisemilight';
  src: url(' /public/fonts/segoeuisl-webfont.eot');
  src: url(' /public/fonts/segoeuisl-webfont.eot?#iefix') format('embedded-opentype'), url(' /public/fonts/segoeuisl-webfont.woff') format('woff'), url(' /public/fonts/segoeuisl-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uilightitalic';
  src: url(' /public/fonts/segoeuili.eot');
  src: url(' /public/fonts/segoeuili.eot?#iefix') format('embedded-opentype'), url(' /public/fonts/segoeuili.woff') format('woff'), url(' /public/fonts/segoeuili.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uisemilightitalic';
  src: url(' /public/fonts/segoeuisli.eot');
  src: url(' /public/fonts/segoeuisli.eot?#iefix') format('embedded-opentype'), url(' /public/fonts/segoeuisli.woff') format('woff'), url(' /public/fonts/segoeuisli.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoe_uisemibolditalic';
  src: url(' /public/fonts/segoeuisbi.eot');
  src: url(' /public/fonts/segoeuisbi.eot?#iefix') format('embedded-opentype'), url(' /public/fonts/segoeuisbi.woff') format('woff'), url(' /public/fonts/segoeuisbi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: 'segoe_uisemilight';
}
body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 13px;
}
header .top {
  padding: 5px 0;
  background: url(/public/img/bg3.jpg);
  background-size: cover;
}
header .top .logo {
  height: 80px;
  display: inline-block;
}
header .top .logo img {
  height: 100%;
}
header .top .lk-link {
  color: white;
  font-size: 16px;
  padding: 28px 0;
  display: inline-block;
}
header .top .lk-link:hover {
  color: #c22151;
}
header .bottom {
  background: black;
}
header .bottom .menu-toggler {
  display: none;
  color: white;
  font-size: 14px;
  padding: 7px 9px;
  text-decoration: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .bottom .menu {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  position: relative;
}
header .bottom .menu > li {
  flex-basis: auto;
  flex-grow: 1;
  text-align: center;
}
header .bottom .menu > li:hover > a {
  color: #c22151;
  background: white;
}
header .bottom .menu > li:hover > div {
  display: block;
}
header .bottom .menu > li:hover > ul {
  display: block;
}
header .bottom .menu > li > a {
  color: white;
  display: block;
  font-size: 14px;
  padding: 7px 9px;
  text-decoration: none;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .bottom .menu > li > a i {
  margin-right: 2px;
  font-size: 13px;
}
header .bottom .menu > li > div {
  position: absolute;
  background: #ffffff;
  padding: 0;
  width: 100%;
  text-align: left;
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.35);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 10;
}
header .bottom .menu > li > div .header {
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
header .bottom .menu > li > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .bottom .menu > li > div ul li a {
  display: block;
  border-top: 1px solid #f2f2f2;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 0;
  text-align: left;
  color: #1e1e1e;
  text-decoration: none;
}
header .bottom .menu > li > div ul li a:hover {
  color: #c22151;
}
header .bottom .menu > li > div ul li:first-child a {
  border-top: none;
}
header .bottom .menu > li > ul {
  list-style: none;
  margin: 0;
  position: absolute;
  background: #ffffff;
  width: 100%;
  text-align: left;
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.35);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .bottom .menu > li > ul li a {
  display: block;
  border-top: 1px solid #f2f2f2;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 0;
  text-align: left;
  color: #1e1e1e;
  text-decoration: none;
}
header .bottom .menu > li > ul li a:hover {
  color: #c22151;
}
header .bottom .menu > li > ul li:first-child a {
  border-top: none;
}
footer {
  background: url(/public/img/footer-bg.jpg);
  background-size: cover;
  color: #ccc;
  text-align: center;
}
footer .top {
  padding: 30px 0;
  background: url(/public/img/footer-bg-top.png);
}
footer .top .header {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
}
footer .top a {
  display: block;
  color: #cccccc;
  font-size: 14px;
}
footer .top a:hover {
  color: #c22151;
  text-decoration: none;
}
footer .top .logo {
  margin: 10px auto 20px;
}
footer .top .logo img {
  height: 60px;
}
footer .top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .top ul a {
  padding: 3px 0;
}
footer .top .social ul a {
  padding: 1px 0;
}
footer .middle {
  padding: 30px 0;
  background: url(/public/img/footer-bg-middle.png);
}
footer .middle a {
  background: url(/public/img/partners.png);
  display: inline-block;
  width: 100px;
  height: 24px;
}
footer .middle a.partners-mailru {
  background-position: 0 0;
}
footer .middle a.partners-mailru:hover {
  background-position: 0 24px;
}
footer .middle a.partners-rambler {
  background-position: -100px 0;
}
footer .middle a.partners-rambler:hover {
  background-position: -100px 24px;
}
footer .middle a.partners-qip {
  background-position: -200px 0;
}
footer .middle a.partners-qip:hover {
  background-position: -200px 24px;
}
footer .middle a.partners-wmj {
  background-position: -300px 0;
}
footer .middle a.partners-wmj:hover {
  background-position: -300px 24px;
}
footer .middle a.partners-marieclaire {
  background-position: -400px 0;
}
footer .middle a.partners-marieclaire:hover {
  background-position: -400px 24px;
}
footer .middle a.partners-bigmir {
  background-position: -500px 0;
}
footer .middle a.partners-bigmir:hover {
  background-position: -500px 24px;
}
footer .middle a.partners-webmoney {
  background-position: -600px 0;
}
footer .middle a.partners-webmoney:hover {
  background-position: -600px 24px;
}
footer .middle a.partners-pcidss {
  background-position: -700px 0;
}
footer .middle a.partners-pcidss:hover {
  background-position: -700px 24px;
}
footer .middle a.partners-visa {
  background-position: -770px 0;
}
footer .middle a.partners-visa:hover {
  background-position: -770px 24px;
}
footer .middle a.partners-mastercard {
  background-position: -870px 0;
}
footer .middle a.partners-mastercard:hover {
  background-position: -870px 24px;
}
footer .middle a.partners-mobile {
  background-position: -970px 0;
}
footer .middle a.partners-mobile:hover {
  background-position: -970px 24px;
}
footer .middle a.partners-qiwi {
  background-position: -1070px 0;
}
footer .middle a.partners-qiwi:hover {
  background-position: -1070px 24px;
}
footer .bottom {
  color: #666666;
  font-size: 11px;
  line-height: 17px;
  padding: 21px 0 20px;
  background: url(/public/img/footer-bg-bottom.png);
}
#page-wrapper {
  padding: 50px 0;
  font-family: segoe_uisemilight;
  font-size: 16px;
  line-height: 24px;
}
#page-wrapper .title-box {
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
#page-wrapper .title-box:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
#page-wrapper .title-box h1,
#page-wrapper .title-box h2 {
  font-family: 'segoe_uilight';
  font-size: 34px;
  color: #4c4c4c;
  font-weight: normal;
  margin-bottom: 12px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #c10841;
  background-color: rgba(193, 8, 65, 0.8);
}
.btn {
  border-bottom: 1px solid #751431;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #c22151;
  color: white;
  font-size: 16px;
  line-height: 15px;
}
.btn:hover {
  background-color: #ab1d48;
  color: #ffffff;
}
.horoscopes-general .h1 {
  color: #4c4c4c;
  display: inline-block;
  font-size: 26px;
  font-weight: normal;
  margin-right: 30px;
  font-family: "segoe_uilight";
}
.article-bar {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-bar > li {
  margin: 0 0 3px;
}
.article-bar > li.active > a {
  background-color: #405681;
  color: white;
}
.article-bar > li > a {
  display: block;
  position: relative;
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  color: #1e1e1e;
  padding: 9px 9px 9px 55px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.article-bar > li > a:before {
  background: #e1e1e1;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
}
.article-bar > li > a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.article-bar > li ul {
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 7px 0 4px 5px;
  list-style: none;
}
.article-bar > li ul li.active a {
  background: #e9e9e9;
  color: #000;
}
.article-bar > li ul li a {
  background: none;
  color: #7f7f7f;
  margin: 0;
  display: block;
  padding: 3px 9px 4px 17px;
  text-decoration: none;
}
.article-bar > li ul li a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.steps {
  margin: 0;
  padding: 0 0 0 20px;
  counter-reset: item;
  list-style-type: none;
}
.steps li {
  margin-bottom: 10px;
  counter-increment: item;
  color: #333;
}
.steps li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  position: absolute;
  margin-left: -20px;
}
.steps li .info {
  color: #aaa;
  font-size: 13px;
  line-height: 16px;
}
.blue-link {
  color: #167fff !important;
}
.big-btn button {
  padding: 16px 45px;
  font-size: 16px;
  border-bottom-width: 2px;
}
section#consultants {
  background-image: url(/images/misc/bg4.jpg);
}
.title-white h2 {
  color: white !important;
}
.consultant-preview {
  background: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.consultant-preview .line.purple {
  height: 5px;
  background-color: #241935;
}
.consultant-preview .image img {
  width: 100%;
}
.consultant-preview .description {
  background: #f2f2f2;
  border-top-width: 1px;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
.consultant-preview .description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.consultant-preview .description .vertical .name {
  font-size: 22px;
  margin: 0;
}
.consultant-preview .description .vertical .role {
  font-size: 12px;
}
.consultant-preview2 {
  background-color: #f6f6f6;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-radius: 10px;
  display: flex;
  padding: 16px;
  margin-bottom: 15px;
}
.consultant-preview2 .image {
  flex-basis: 90px;
  height: 90px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.consultant-preview2 .image img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.consultant-preview2 .description {
  display: flex;
  padding-left: 20px;
}
.consultant-preview2 .description .name {
  color: inherit;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.consultant-preview2 .go-link {
  display: block;
  margin-top: 5px;
}
.consultant-preview2 .go-link i {
  font-size: 13px;
}
#consultant-page .image {
  border: 1px solid #bebebe;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.30196);
  height: 166px;
  overflow: hidden;
  width: 166px;
}
#consultant-page .image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.subscription-form {
  background: url(/public/img/subscibe-letter.png) no-repeat top right, url(/public/img/subscribe-bottom.png) bottom right repeat-x, url(/public/img/subscribe-bottom.png) top right repeat-x;
  background-color: #f7f2ec;
  padding: 10px;
}
.subscription-form form {
  margin-bottom: 0;
}
.subscription-form p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}
.subscription-form .form-group {
  margin-bottom: 5px;
}
.subscription-form input {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 7px;
  border-radius: 2px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  min-height: inherit !important;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #b2b2b2;
  width: 80%;
}
.subscription-form button {
  font-size: 13px;
}
