html,
body {
  height: 100%;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
button,
input[type="submit"] {
  outline: none !important;
}
/*form{
  position: relative; z-index: 2;
}*/
.clr-a:after {
  content: '';
}
.clr,
.clr-a:after {
  display: block;
  clear: both;
}
.bk-img,
.bk-img-b:before,
.bk-img-a:after {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}
.bk-img-b:before,
.bk-img-a:after {
  content: '';
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
body {
  background: #f8faf7;
  font-family: 'Exo 2', sans-serif;
  color: #4c5268;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}
.w100 {
  width: 100%;
}
.rel {
  position: relative;
}
.dib,
a.dib,
.def-btn.dib {
  display: inline-block;
}
table.vam,
table.vam td {
  height: 100%;
  vertical-align: middle;
}
.c000 {
  color: #000;
}
.cfff {
  color: #fff;
}
.fz11 {
  font-size: 11px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
  line-height: 16px;
}
.fz16 {
  font-size: 16px !important;
  line-height: 18px;
}
.fz17 {
  font-size: 17px !important;
  line-height: 1.3em;
}
.fz30 {
  font-size: 30px;
  line-height: 34px;
}
.arial {
  font-family: 'Arial', sans-serif;
}
.ml90 {
  margin-left: 90px;
}
.mt25 {
  margin-top: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px !important;
}
.c383840 {
  color: #383840;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.padding-0 {
  padding: 0;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.fw-normal {
  font-weight: 400;
}
.cur-p {
  cursor: pointer;
}
nav.navbar {
  background: #00c7a8 url(../images/header.png) center top no-repeat;
  border: 0;
  border-bottom: 2px solid #4dd8c2;
  color: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  height: 58px;
  position: relative;
  z-index: 4 ;
}
nav.navbar .menu-item {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  line-height: 12px;
  cursor: pointer;
}
nav.navbar .enter-link {
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}
nav.navbar .enter-link:before {
  position: absolute;
  background-position: -17px 0;
  width: 11px;
  height: 13px;
  top: 50%;
  margin-top: -6px;
  left: -21px;
}
nav.navbar .msg-link {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
nav.navbar .msg-link:before {
  position: absolute;
  width: 23px;
  height: 23px;
  display: block;
  background-position: -44px -67px;
}
nav.navbar .menu-item.my-profile {
  height: 58px;
  width: 140px;
  line-height: 56px;
  padding-left: 44px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
nav.navbar .menu-item.my-profile:before {
  background-position: -28px 0;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 26px;
  left: 25px;
}
nav.navbar .menu-item.my-profile.active {
  background: #686f8e;
}
nav.navbar .menu-item-sep {
  background-color: #c3f2eb;
  width: 1px;
  height: 15px;
  margin: 20px 13px 0 0;
  position: relative;
}
nav.navbar .page-title-container {
  padding-top: 20px;
}
nav.navbar h1.top-head,
nav.navbar h2.top-head {
  font-size: 34px;
  padding-left: 100px;
}
nav.navbar .count-notify {
  position: absolute;
  background: #ffff9b;
  color: #06b89d;
  font-size: 10px;
  height: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1em;
  padding: 0 2px;
  right: -5px;
  top: -4px;
}
nav.navbar .user-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  margin-top: 10px;
  position: absolute;
  background-color: #686f8e;
  background: -webkit-gradient(linear, left top, left bottom, from(#686f8e), to(#555769));
  background: -webkit-linear-gradient(top, #686f8e, #555769);
  background: -moz-linear-gradient(top, #686f8e, #555769);
  background: -ms-linear-gradient(top, #686f8e, #555769);
  background: -o-linear-gradient(top, #686f8e, #555769);
  left: 0;
  width: 196px;
  cursor: default;
  line-height: 1em;
  padding: 15px 0 12px 0;
  z-index: 3;
  border-top: 1px solid #00c7a8;
  border-bottom: 2px solid #f75254;
}
nav.navbar .user-menu ul,
nav.navbar .user-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.navbar .user-menu li {
  margin: 0 0 5px 0;
  display: block;
  vertical-align: top;
}
nav.navbar .user-menu a {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-left: 26px;
  font-size: 13px;
  line-height: 1.3em;
}
nav.navbar .user-menu a:hover {
  color: #03fd7c;
}
nav.navbar .user-menu.show-on-mobile {
  display: none;
}
nav.navbar.show-menu .user-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
nav.navbar .lang-block {
  /*position: absolute; right: 180px; */
  padding: 0 25px 0 15px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  z-index: 1000;
  display: inline-block;
  vertical-align: top;
}
nav.navbar .lang-block img {
  margin-top: -6px;
}
nav.navbar .lang-block:before {
  background-position: -28px 0;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 24px;
  right: 8px;
}
nav.navbar .lang-block.active {
  background: #686f8e;
}
nav.navbar .lang-block.active ul {
  margin-top: 1px;
  opacity: 1;
}
nav.navbar .lang-block ul {
  display: block;
  opacity: 0;
  position: absolute;
  line-height: 1em;
  margin-top: 10px;
  left: 0;
  list-style: none;
  margin-left: 0;
  padding: 5px 0 0 0 ;
  background: #686f8e;
  width: 100%;
  text-align: right;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
nav.navbar .lang-block ul li a {
  display: block;
  margin: 5px 0;
  padding: 2px 15px 2px 10px;
}
nav.navbar .lang-block ul li img {
  display: inline-block;
  vertical-align: top;
}
.go-back {
  position: absolute;
  left: 15px;
  top: 19px;
  font-size: 14px;
  padding: 0 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 26px;
  line-height: 24px;
  cursor: pointer;
  margin-top: 28px;
}
.big-header nav.navbar {
  height: 180px;
}
.main-wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -196px;
  padding: 0 0 196px;
}
.footer {
  height: 196px;
  background-color: #353f45;
  padding-top: 20px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #76827b;
  top: 67px;
}
.footer ul,
.footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul a,
.footer li a {
  color: #d5d8df;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  line-height: 1.3em;
}
.footer .line-1 {
  line-height: 1.3em;
  /*border-bottom: 1px solid @border-color-7; padding-bottom: 20px; */
  padding-top: 7px;
}
.footer .line-2 {
  padding-top: 18px;
}
.footer .foot-title {
  font-size: 17px;
  margin-bottom: 39px;
}
.footer li {
  margin-bottom: 10px;
}
.footer .lang-img {
  display: inline-block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.footer .lang-img:first-child {
  margin-left: 0;
}
.footer .copyright {
  font-size: 14px;
  color: #d5d8df;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .container {
    width: 940px;
  }
}
body.auth-page .main-wrap > .container,
body.page-style-1 .main-wrap > .container {
  background-color: #ffffff;
  border-left: 1px solid #e2e2e7;
  border-right: 1px solid #e2e2e7;
}
/*

ul{
  a{
    color: #00ff00;
    &:hover{ color: #ff0000;}
  }
}

*/
input[type='text'],
input[type='password'],
input[type='email'],
textarea {
  border: 1px solid;
  border-color: #ffbb85;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #4c5268;
}
input:disabled {
  background: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
form.default.auth-form {
  padding: 70px 0 0 0;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.required label:after {
  content: " *";
  color: #f75254;
  white-space: nowrap;
}
form.default .control-label {
  text-align: left;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
  color: #4c5268;
}
form.default .form-title {
  font-size: 28px;
  color: #06b89d;
  font-weight: 200;
}
form.default .form-input {
  display: block;
  height: 40px;
  padding: 0 19px;
  width: 100%;
  background: #ffffff;
  font-family: Arial, sans-serif;
}
form.default textarea.form-input {
  resize: none;
  height: 74px;
  padding: 10px 15px;
  font-family: 'Arial', sans-serif;
}
form.default .form-hint {
  margin: 24px 0 40px 0;
  color: #4c5268;
}
form.default .help-block {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}
form.default .has-error .help-block,
form.default has-error .radio-inline,
form.default .has-error .checkbox-inline,
form.default .has-error.radio label,
form.default .has-error.checkbox label,
form.default .has-error.radio-inline label,
form.default .has-error.checkbox-inline label {
  color: #f75254;
}
form.default .other-link {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  display: inline-block;
  margin-top: 10px;
  color: #a3a4ad;
  text-decoration: underline;
}
form.default textarea.form-input {
  resize: none;
  height: 74px;
  padding: 10px 15px;
  font-family: 'Arial', sans-serif;
}
.btn-submit {
  display: block;
  background: #f75254;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  padding: 14px 50px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 35px;
}
.btn-submit:hover {
  background-color: #de323f;
}
.btn-submit b {
  font-size: 16px;
}
a.btn-submit:hover {
  color: #ffffff;
}
#form-signup,
.no-reviews-bg {
  background: #fff url(../images/star.png) no-repeat center center !important;
}
#form-signup .form-group,
form.help-abs .form-group {
  position: relative;
}
#form-signup .help-block,
form.help-abs .help-block {
  position: absolute;
  left: 15px;
  top: 20px;
  max-width: 350px;
  line-height: 14px;
}
.other-info {
  border-top: 1px solid #e4e4e9;
  padding: 45px 0;
}
.other-info a {
  border-bottom: 1px dashed;
  color: #00b1b2;
}
.login-popup {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  z-index: 10;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.login-popup #form-signin-popup {
  padding: 20px;
  width: 222px;
  border-top: 1px solid #4dd8c2;
  border-left: 1px solid #4dd8c2;
  border-right: 1px solid #4dd8c2;
  background: #ffffff;
}
.login-popup #form-signin-popup:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 11;
  top: -10px;
  right: 49px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.login-popup #form-signin-popup label {
  font-size: 13px;
}
.login-popup #form-signin-popup .last-line,
.login-popup #form-signin-popup button {
  margin-bottom: 0;
}
.login-popup #form-signin-popup .field-loginform-password {
  margin-bottom: 0;
}
.login-popup #form-signin-popup .other-link {
  margin-top: 0;
  font-size: 12px;
}
.login-popup #form-signin-popup input,
.login-popup #form-signin-popup .help-block {
  width: 180px;
  line-height: 1.1em;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.login-popup #form-signin-popup .has-error .help-block {
  margin-top: 5px;
}
.login-popup #form-signin-popup input {
  height: 30px;
  padding: 0 9px;
  font-size: 12px;
}
.login-popup #form-signin-popup .btn-submit {
  display: block;
  height: 34px;
  padding: 0;
  line-height: 32px;
  margin-top: 18px;
}
.login-popup #form-signin-popup .btn-submit b {
  font-size: 14px;
}
.login-popup .login-form-bottom {
  background: #00b1b2;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 18px;
  width: 222px;
}
.login-popup .login-form-bottom a {
  color: #ffffff;
  text-decoration: underline;
}
.login-popup.active {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.star-line {
  white-space: nowrap;
}
.star-line .star-items-1 {
  position: relative;
}
.star-line .star-items-2 {
  position: absolute;
  left: 0;
  top: 0;
}
.star-line .star-item {
  width: 47px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  padding-right: 9px;
  cursor: pointer;
}
.star-line .star-item:before {
  width: 38px;
  height: 35px;
  background-position: -159px 0;
}
.star-line .star-items-2 {
  width: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  pointer-events: none;
}
.star-line .star-items-2 .star-item:before {
  background-position: -196px 0;
}
.star-line.sel-1 .star-items-2 {
  width: 20%;
}
.star-line.sel-2 .star-items-2 {
  width: 40%;
}
.star-line.sel-3 .star-items-2 {
  width: 60%;
}
.star-line.sel-4 .star-items-2 {
  width: 80%;
}
.star-line.sel-5 .star-items-2 {
  width: 100%;
}
.star-line .star-status {
  position: absolute;
  top: 0;
  left: 245px;
  font-size: 13px;
  color: #000000;
  height: 34px;
  line-height: 34px;
}
.company-add-review .main-wrap > .container {
  position: relative;
}
.company-add-review .main-wrap > .container:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dbdce0;
  top: 330px;
  left: 0;
  z-index: 1;
}
.company-add-review .main-wrap > .container:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  pointer-events: none;
  background-image: url(../images/star-hand.png);
  background-repeat: no-repeat;
  background-position: right 40px;
  z-index: 2;
}
form.review-form {
  padding-bottom: 55px!important;
}
form.review-form .star-fields .help-block-error {
  display: none;
}
form.review-form input.form-input,
form.review-form .btn-submit {
  width: 66%;
}
form.review-form .average-text {
  font-size: 22px;
  color: #000000;
}
form.review-form .average-name {
  width: 236px;
}
form.review-form .btn-submit {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
form.review-form .hint {
  color: #4c5268;
}
form.review-form .red {
  color: #f75254;
  font-size: 20px;
}
form.review-form .review-average {
  margin-left: 15px;
}
form.review-form .review-average .control-label {
  padding-left: 0;
}
form.review-form .review-average .control-label,
form.review-form .review-average .control-text {
  border-top: 1px solid #f0f0f3;
  margin-top: 10px;
  padding-bottom: 30px;
  padding-top: 35px;
}
form.review-form .review-info {
  padding: 55px 0 0 0;
}
.user-logo {
  display: block;
  width: 59px;
  height: 59px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  text-align: center;
  line-height: 57px;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background-color: #ffd957;
}
.user-logo:hover {
  color: #ffffff;
}
.user-logo.color-id-1 {
  background-color: #ffd957;
}
.user-logo.color-id-2 {
  background-color: #ade25f;
}
.user-logo.color-id-3 {
  background-color: #94e4a7;
}
.user-logo.color-id-4 {
  background-color: #9fe0ce;
}
.user-logo.color-id-5 {
  background-color: #c4ce61;
}
.user-logo.color-id-6 {
  background-color: #9bdc72;
}
.user-logo.color-id-7 {
  background-color: #6fe1ae;
}
.user-logo.color-id-8 {
  background-color: #aad0e1;
}
.user-logo.color-id-9 {
  background-color: #dec0e6;
}
.user-logo.color-id-10 {
  background-color: #6fcfdc;
}
.user-logo.color-id-11 {
  background-color: #efc45a;
}
.user-logo.color-id-12 {
  background-color: #c5d19a;
}
.user-logo.color-id-13 {
  background-color: #b2cdbb;
}
.user-logo.color-id-14 {
  background-color: #aad9ff;
}
.user-logo.color-id-15 {
  background-color: #e1cb85;
}
.user-logo.color-id-16 {
  background-color: #84dc8c;
}
.user-logo.color-id-17 {
  background-color: #83e5c9;
}
.user-logo.logo-admin {
  background-color: #ff8100;
  position: relative;
  width: 69px;
  height: 69px;
}
.user-logo.logo-admin.star0,
.user-logo.logo-admin.star1 {
  background-color: #a9a9a9;
}
.user-logo.logo-admin.star2 {
  background-color: #c488a7;
}
.user-logo.logo-admin.star3 {
  background-color: #ff8230;
}
.user-logo.logo-admin:before {
  width: 48px;
  height: 46px;
  background-position: 0 -18px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
}
.user-logo.big-logo {
  width: 90px;
  height: 90px;
  line-height: 84px;
  font-size: 60px;
}
.user-logo.super-big-logo {
  width: 201px;
  height: 201px;
  line-height: 190px;
  font-size: 132px;
}
.btn-2 {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  cursor: pointer;
  background-color: #00b1b2;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 7px;
  height: 13px;
  line-height: 13px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-3 {
  font-size: 14px;
  color: #f75254;
  border: 2px solid #f75254;
  height: 40px;
  line-height: 38px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  cursor: pointer;
}
.def-link {
  font-family: 'Arial', sans-serif;
  color: #00b1b2;
}
.def-link:hover {
  color: #00b1b2;
}
.pagination-block {
  margin: 0;
  padding: 0;
}
.pagination-block li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  margin-right: 0.2em;
  position: relative;
}
.pagination-block li a,
.pagination-block li span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  color: #06b89d;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dbdce0;
}
.pagination-block li.active a,
.pagination-block li a:hover {
  border-color: #06b89d;
  background-color: #06b89d;
  color: #ffffff;
}
.pagination-block .first-page:before,
.pagination-block .prev-page:before,
.pagination-block .next-page:before,
.pagination-block .last-page:before {
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
}
.pagination-block .disabled a {
  border-color: #cecfd3;
}
.pagination-block .first-page:before {
  width: 13px;
  margin-left: -7px;
  background-position: -234px -15px;
}
.pagination-block .first-page:hover:before {
  background-position: -234px 0;
}
.pagination-block .first-page.disabled:before {
  background-position: -234px 0;
}
.pagination-block .prev-page:before {
  width: 8px;
  margin-left: -4px;
  background-position: -247px -15px;
}
.pagination-block .prev-page:hover:before {
  background-position: -247px 0;
}
.pagination-block .prev-page.disabled:before {
  background-position: -247px 0;
}
.pagination-block .next-page:before {
  width: 8px;
  margin-left: -4px;
  background-position: -255px -15px;
}
.pagination-block .next-page:hover:before {
  background-position: -255px 0;
}
.pagination-block .next-page.disabled:before {
  background-position: -255px 0;
}
.pagination-block .last-page:before {
  width: 13px;
  margin-left: -7px;
  background-position: -263px -15px;
}
.pagination-block .last-page:hover:before {
  background-position: -263px 0;
}
.pagination-block .last-page.disabled:before {
  background-position: -263px 0;
}
form.message-form.settings {
  border: none;
  padding: 30px 0 0 0;
  margin: 0;
}
form.message-form.settings textarea.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  resize: none ;
  border-color: #d5d8df;
  height: 76px;
}
form.message-form.settings .control-label {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
}
form.message-form.settings .btn-submit {
  height: 40px;
  padding: 0;
  line-height: 38px;
  margin-top: 0;
  /*&:hover{ TODO: Временно, найти, где еще использовалось
      color: #ffffff; border-color: #fff;
    }*/
}
.date-sent {
  color: #d5d8df;
}
.date-sent.small {
  font-size: 12px;
}
.left-block {
  padding-top: 40px;
}
.right-block {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background: #ffffff;
}
.right-block .inner-content {
  z-index: 2;
  margin-top: -50px;
  padding-top: 50px;
  background-position: center 0 !important;
}
.right-block .inner-content.no-reviews-bg {
  min-height: 460px;
}
.right-block:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  top: 0;
  margin-left: -15px;
  border-left: 1px solid #dbdce0;
}
.right-block .reviews-blocked {
  position: fixed;
  z-index: 3;
  background: rgba(73, 73, 82, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  margin-left: -15px;
}
body.company-blocked .profile-header,
body.company-blocked .footer {
  z-index: 4;
}
body.company-blocked .navbar {
  z-index: 100;
}
body.company-blocked .inner-content {
  pointer-events: none;
}
.profile-page .navbar {
  border-bottom: 0;
}
.profile-header {
  z-index: 2;
  background: #00c7a8 url(../images/header.png) center -58px /*270px  -71px*/ no-repeat;
  padding-bottom: 45px;
  position: relative;
  /*.certificate{ display: none; }*/
}
.profile-header:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  background: url(../images/gradient.png) repeat-x;
  height: 362px;
  bottom: 0;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
}
.profile-header .ratio-stars {
  right: -9px;
}
.profile-header .line-1 {
  padding-bottom: 26px;
  position: relative;
  z-index: 2;
}
.profile-header .line-2 {
  border-top: 1px solid #4dd8c2;
  border-bottom: 1px solid #4ffba6;
  position: relative;
  z-index: 2;
}
.profile-header .line-2 .column-1,
.profile-header .line-2 .column-2,
.profile-header .line-2 .column-3 {
  padding-top: 47px;
}
.profile-header .profile-name {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.profile-header .profile-state {
  background: #ffffff;
  color: #686f8e;
  font-size: 10px;
  padding: 0 14px;
  height: 19px;
  line-height: 19px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 9px;
}
.profile-header .profile-state.no-active {
  background-color: #d53419;
  color: #ffffff;
}
.profile-header .certificate {
  color: #ffffff;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  display: inline-block;
  margin-left: 16px;
}
.profile-header .certificate .cert-val {
  font-size: 16px;
}
.profile-header .profile-image {
  /*background: #ffffff; .border-radius(3px); padding: 10px; */
  max-width: 220px;
  min-height: 120px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.profile-header .profile-image table {
  width: 100%;
}
.profile-header .profile-image img {
  display: inline-block;
  max-height: 150px;
  max-width: 206px;
  vertical-align: middle;
  padding: 10px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.profile-header .average-ratio {
  width: 93px;
  height: 93px;
  background: url(../images/average.png) no-repeat center center;
  text-align: center;
}
.profile-header .average-ratio table {
  width: 100%;
}
.profile-header .average-ratio .ave-1 {
  font-weight: 700;
  font-size: 38px;
  color: #f75254;
  line-height: 1em;
}
.profile-header .ratio-stars {
  margin-left: 20px;
}
.profile-header .ratio-stars .star-items-1,
.profile-header .ratio-stars .star-items-2 {
  top: 20px;
}
.profile-header .ratio-stars .star-item {
  width: 64px;
  height: 49px;
  padding: 0 7px;
  margin: 0;
  cursor: default;
}
.profile-header .ratio-stars .star-item:before {
  width: 50px;
  height: 49px;
  background-position: -49px -18px;
}
.profile-header .ratio-stars .star-items-2 .star-item:before {
  background-position: -100px -18px;
}
.profile-header .ratio-line-2 {
  height: 26px;
  line-height: 26px;
  padding-left: 15px;
  margin-top: 15px;
}
.profile-header .ratio-line-2 .col-1 {
  width: 60px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.profile-header .ratio-line-2 .col-2 {
  width: 184px;
  font-size: 14px;
  color: #000000;
  font-family: 'Arial', sans-serif;
}
.profile-header .ratio-line-2 .col-3 {
  width: 170px;
}
.profile-header .profile-star {
  display: block;
  width: 222px;
  height: 222px;
}
.profile-header .profile-star.no-active {
  width: auto;
  height: auto;
}
.profile-header .no-active-text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #fcf3f2;
  width: 100%;
  padding: 10px 0;
  line-height: 1.4em;
  margin-top: 15px;
}
.profile-header .no-active-text + img {
  display: inline-block;
}
.profile-header .column-1,
.profile-header .column-3 {
  position: relative;
  height: 290px;
}
.profile-header .column-1 img,
.profile-header .column-3 img {
  position: relative;
  z-index: 2;
}
.profile-header .column-1:before,
.profile-header .column-3:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 50%;
  z-index: 1;
}
.profile-header .profile-site {
  /*position: absolute; z-index: 2; left: 0; right: 0; */
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  background: #494952;
  color: #ffffff;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
.profile-header .profile-site a {
  color: #ffffff;
  text-decoration: underline;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.profile-header .profile-site:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #494952 transparent;
}
.user-view .profile-header .profile-image {
  height: 132px;
}
.user-view .review-text {
  padding-top: 20px !important;
  max-width: 96%;
  overflow: hidden;
}
.ratio-stars-small {
  margin-left: 20px;
}
.ratio-stars-small .star-item {
  width: 33px;
  height: 26px;
  padding: 0 3px;
  margin: 0;
  cursor: default;
}
.ratio-stars-small .star-item:before {
  width: 27px;
  height: 26px;
  background-position: -151px -35px;
}
.ratio-stars-small .star-items-2 .star-item:before {
  background-position: -179px -35px;
}
.color-black {
  color: #000000;
}
h2.block-title,
h3.block-title {
  font-weight: 400;
  font-size: 20px;
}
.profile-desc {
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  margin-top: 20px;
}
.social-link {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.social-link:before {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 16px;
  top: 50%;
  margin-top: -8px;
}
.social-link.link-fb {
  background: #3d589b;
}
.social-link.link-fb:hover {
  background: #5871b6;
}
.social-link.link-fb:before {
  width: 10px;
  background-position: -208px -37px;
}
.social-link.link-tw {
  background: #1bcaff;
}
.social-link.link-tw:hover {
  background: #52e6ff;
}
.social-link.link-tw:before {
  width: 16px;
  background-position: -218px -37px;
}
.social-link.link-vk {
  background: #54769b;
}
.social-link.link-vk:hover {
  background: #6d8fb5;
}
.social-link.link-vk:before {
  width: 12px;
  background-position: -234px -37px;
}
.social-link.link-ok-ru {
  background: #ef7d00;
}
.social-link.link-ok-ru:hover {
  background: #6d8fb5;
}
.social-link.link-ok-ru:before {
  width: 14px;
  height: 21px;
  background-position: -217px -59px;
  margin-top: -11px;
}
.social-link.link-mail-ru {
  background: #3767b1;
}
.social-link.link-mail-ru:hover {
  background: #6d8fb5;
}
.social-link.link-mail-ru:before {
  width: 21px;
  height: 20px;
  background-position: -231px -59px;
  margin-top: -10px;
}
.social-link.link-google {
  background: #da402d;
}
.social-link.link-google:hover {
  background: #6d8fb5;
}
.social-link.link-google:before {
  width: 21px;
  height: 22px;
  background-position: -252px -58px;
  margin-top: -11px;
}
.profile-social {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #cecfd3;
  padding-right: 15px;
  margin-right: -15px;
}
.profile-address {
  margin-top: 25px;
}
.profile-phone,
.profile-site {
  margin-top: 15px;
}
.profile-site {
  text-decoration: underline;
  color: #000000;
}
.profile-date-create {
  padding-top: 40px;
  font-size: 12px;
  color: #92919a;
  padding-bottom: 100px;
}
.date {
  font-size: 12px;
  font-family: 'Arial', sans-serif;
}
.reviews-list {
  padding-left: 36px;
}
.reviews-list .review-line {
  padding-bottom: 20px;
  position: relative;
}
.reviews-list .review-line .user-logo {
  margin-right: 20px;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
.reviews-list .review-line .logo-admin {
  position: relative;
}
.reviews-list .review-line .line-top {
  display: block;
  padding-left: 81px;
  padding-top: 10px;
}
.reviews-list .review-line .review-text {
  padding-left: 81px;
  padding-top: 30px;
  font-family: 'Arial', sans-serif;
}
.reviews-list .review-line .review-text .review-images {
  margin-top: 10px;
}
.reviews-list .review-line .review-text .review-image {
  width: 187px;
  height: 125px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  display: inline-block;
  margin-right: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.reviews-list .review-line .rev-id {
  text-align: right;
  margin-top: -10px;
  margin-bottom: 5px;
}
.reviews-list .review-line:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #b9b7c2;
  top: 0;
  left: 30px;
}
.reviews-list .review-line .date {
  margin-top: 2px;
}
.reviews-list.all-reviews .review-line:last-child {
  padding-bottom: 50px;
}
.reviews-list .answer-line {
  padding-left: 160px;
}
.add-btn,
.load-btn {
  width: 59px;
  height: 59px;
  background: #f75254;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.add-btn:hover {
  background-color: #de323f;
}
.add-btn:before {
  width: 24px;
  height: 24px;
  background-position: -247px -33px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -12px;
}
.first-line.review-line {
  padding-bottom: 70px;
}
.last-line.review-line:before {
  display: none;
}
.add-review,
.load-review {
  font-size: 26px;
  border-bottom: 1px dashed;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
  margin-left: 18px;
  cursor: pointer;
}
.load-btn {
  background: #383840;
}
.load-btn:before {
  width: 18px;
  height: 25px;
  background-position: -271px -33px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -12px;
}
.load-review {
  font-size: 18px;
}
.def-btn2 {
  color: #ffffff;
  background: #f75254;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 38px;
}
.def-btn2:hover {
  color: #ffffff;
  background: #de323f;
}
.rev-manage-line {
  margin-bottom: 40px;
}
.reviews-stat-line {
  border-top: 1px solid #eaecf0;
  font-size: 16px;
  margin-left: 38px;
}
.reviews-stat-line .stat-item {
  padding-right: 38px;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  display: block;
}
.reviews-stat-line .stat-item > span {
  display: block;
}
.reviews-stat-line .stat-item.active .stat-name {
  color: #00b18b;
}
.reviews-stat-line .stat-item.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 5px;
  background: #01d0a0;
  top: -1px;
  left: 0;
}
.no-review {
  font-size: 26px;
  line-height: 1.3em;
  padding-top: 100px;
  margin-top: -40px;
  background: url(../images/arrow.png) 92% 16px no-repeat;
}
.user-view .no-review {
  background: none;
}
.reviews-list .answer-line {
  padding-top: 30px;
}
.reviews-list .answer-line .answer-column-1 {
  position: relative;
}
.reviews-list .answer-line .answer-column-1:before,
.reviews-list .answer-line .answer-column-1:after {
  content: '';
  display: block;
  position: absolute;
}
.reviews-list .answer-line .answer-column-1:before {
  width: 1px;
  height: 40px;
  background: #b9b7c2;
  top: -4px;
  left: -35px;
}
.reviews-list .answer-line .answer-column-1:after {
  width: 35px;
  height: 1px;
  background: #b9b7c2;
  top: 35px;
  left: -35px;
}
.reviews-list .answer-line .answer-column-2 {
  padding-top: 10px;
}
.reviews-list .answer-line .review-text {
  padding-left: 0;
  padding-top: 20px;
}
.user-view .super-big-logo {
  margin-top: -88px;
  position: relative;
  z-index: 4;
}
.user-view.big-header nav.navbar {
  height: 200px;
}
.col-reviews {
  font-size: 12px;
  border-bottom: 1px dashed #7a7b84;
  color: #7a7b84;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  line-height: 14px;
  margin-top: 5px;
}
.col-reviews:before {
  content: '/';
  display: inline;
  position: absolute;
  left: -10px;
}
.noty-date {
  font-size: 14px;
  color: #92919a;
}
.noty-text {
  padding-bottom: 20px;
}
.about-company {
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  color: #7a7b84;
}
.about-company a {
  border-bottom: 1px dashed;
}
.select-tariff-block {
  padding: 70px 0 0 0;
}
.select-tariff-block .inner-block.col-md-8 {
  padding: 0;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.select-tariff-block .title-1 {
  font-size: 30px;
  color: #06b89d;
  font-weight: 300;
  line-height: 1.1em;
}
.select-tariff-block .selected-tariff {
  font-weight: 300;
}
.select-tariff-block .selected-tariff .tariff-value {
  color: #06b89d;
  font-weight: 400;
}
label.style-radiobox {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 30px;
  padding-left: 15px;
}
label.style-radiobox label {
  cursor: pointer;
}
label.style-radiobox .input-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #00c7a8;
  position: relative;
  margin-right: 15px;
  top: -3px;
}
label.style-radiobox .input-icon:before {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  background: #00c7a8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
label.style-radiobox:hover .input-icon:before {
  opacity: 1;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
}
label.style-radiobox input {
  display: none;
}
label.style-radiobox input:checked + .input-icon:before {
  opacity: 1;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
#form-tariff {
  border: 1px solid #dbdce0;
}
.tariff-block {
  padding: 20px 30px 20px 30px;
}
.tariff-block .tariff-name {
  color: #000000;
  font-weight: 400;
}
.tariff-block .selected-tariff-price {
  line-height: 1.3em;
  font-size: 32px;
  margin: 5px 0;
  opacity: 0;
}
.tariff-block .selected-tariff-name {
  font-size: 18px;
  visibility: hidden;
  /*white-space: nowrap;*/
}
.tariff-block .selected-tariff-name .tariff-name {
  color: #06b89d;
}
.tariff-block .tariff-do-select-block {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #00c7a8;
  max-width: 70%;
  margin: 34px auto 20px auto;
  padding: 37px 0 45px 0;
}
.tariff-block .tariff-do-select-block .select-tariff-period-block {
  padding-left: 100px;
  padding-top: 40px;
}
.tariff-block .tariff-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #00c7a8;
  line-height: 1.3em;
}
.tariff-block .tariff-currency {
  position: absolute;
  right: 20px;
  top: 24px;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  height: 20px;
  width: 61px;
}
.tariff-block .tariff-currency .select-holder {
  width: 100%;
  height: 20px;
  background: url(../images/select-wrap.png) no-repeat center center;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.tariff-block .tariff-currency select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1;
}
.select-wrap {
  position: relative;
  width: 70px;
}
.select-wrap .select-holder {
  width: 100%;
  height: 22px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border: 1px solid #ffbb85;
}
.select-wrap .select-holder:after {
  width: 11px;
  height: 7px;
  background-position: -275px -61px;
  position: absolute;
  right: 4px;
  top: 6px;
  z-index: 2;
}
.select-wrap .select-holder:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 20px;
  height: 100%;
  background: #ffbb85;
}
.select-wrap select {
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1;
  position: relative;
  font-size: 12px;
  color: #a3a4ad;
  border: 0;
  line-height: 20px;
}
#form-signup .select-wrap {
  display: inline-block;
}
#form-signup .select-wrap + .form-input {
  display: inline-block;
  width: 75%;
  margin-left: 3%;
  position: relative;
  left: 2px;
}
.tariff-do-select-block .period-line {
  position: relative;
  display: inline-block;
  width: 270px;
  font-size: 30px;
}
.tariff-do-select-block .period-line label {
  font-weight: 300;
}
.tariff-do-select-block .period-line .form-group {
  margin: 0;
}
.tariff-do-select-block .discount-val {
  color: #ffffff;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  background: #f75254;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 18px;
  line-height: 19px;
  width: 34px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.tariff-do-select-block .tariff-result-value {
  padding-top: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}
.tariff-do-select-block .tariff-discount-text {
  font-size: 18px;
  line-height: 1.3em;
  color: #00c7a8;
  font-weight: 300;
}
.tariff-do-select-block .tariff-result-name-wrap {
  height: 74px;
  visibility: hidden;
}
.tariff-do-select-block .tariff-discount-text {
  visibility: hidden;
}
.pay-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 20px;
  width: 140px;
}
.pay-item:first-child {
  margin-left: 0;
}
.pay-item .pay-label {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 140px;
  cursor: pointer;
}
.pay-item .pay-label.pay-pal-icon {
  background: url(../images/PayPal.png) no-repeat center center;
}
.pay-item .pay-label.visa-icon {
  background: url(../images/Visa-_-MasterCard.png) no-repeat center center;
}
.pay-item .pay-label.yandex-icon {
  background: url(../images/YandexMoney.png) no-repeat center center;
}
.pay-item .pay-item-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e2e2e7;
  z-index: 1;
}
.pay-item .pay-item-wrap:after {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -21px;
  width: 42px;
  height: 42px;
  background-position: 0 -67px;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.pay-item input {
  display: none;
}
.pay-item input:checked + .pay-item-wrap {
  border-color: #00c7a8;
  border-width: 3px;
}
.pay-item input:checked + .pay-item-wrap:after {
  bottom: -23px;
  opacity: 1;
}
#form-tariff .required label:after {
  display: none;
}
#form-tariff .error-summary {
  background: #FF97A2;
  color: #ffffff;
  padding: 20px;
  margin: 30px 0 0 0;
}
#form-tariff .error-summary p {
  display: none;
}
#form-tariff .error-summary ul {
  margin: 0;
}
#form-tariff .error-summary li {
  list-style: none;
}
.rating-medals-block {
  background: #686f8e;
  color: #ffffff;
  display: inline-block;
}
.rating-medals-block img {
  width: 71px;
}
.rating-medals-block .title-block {
  font-size: 30px;
  border-bottom: 1px solid #494952;
  line-height: 1em;
  padding: 23px 60px;
  text-align: center;
}
.rating-medals-block .col-2 {
  padding-left: 16px;
  padding-top: 15px;
}
.rating-medals-block .line {
  padding-top: 8px;
}
.rating-medals-block .line:first-child {
  padding-top: 0;
}
.rating-medals-block .content-block {
  padding: 23px 50px;
}
.rating-medals-block .content-block .star-title {
  font-size: 16px;
  line-height: 1.3em;
}
.rating-medals-block .content-block .star-desc {
  font-size: 14px;
  line-height: 1.3em;
}
/* This is how you would create a theme called "my-custom-theme": */
.tooltipster-reviews {
  background: #686f8e;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-reviews .tooltipster-content {
  background: #686f8e;
  padding: 0;
}
.alert {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  border: none;
  margin-bottom: 15px;
  padding: 8px 20px;
  line-height: 1.3em;
}
.alert.alert-danger {
  background: #f75254;
  color: #ffffff;
}
.alert.alert-danger a {
  text-decoration: underline;
}
.alert.alert-danger a:hover {
  color: #ffffff;
}
body.settings-page {
  overflow-y: scroll;
}
body.settings-page.modal-show {
  overflow: hidden !important;
}
body.settings-page .alert {
  margin-top: -40px;
}
body.settings-page .alert ~ .alert {
  margin-top: 20px;
}
.site-badge {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  background: #2d7927;
}
.review-verified {
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  padding-left: 31px;
  line-height: 24px;
  height: 24px;
}
.review-verified:before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: -146px -67px;
}
.step {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #00c7a8;
  color: #ffffff;
}
#noty_topCenter_layout_container > li {
  height: auto !important;
}
.noty_message {
  font-weight: 400!important;
}
@media (min-width: 1200px) {
  .profile-header .line-2 .container {
    width: 940px;
  }
}
.text-style-3 {
  font-size: 30px;
  color: #06b89d;
  line-height: 1.3em;
  font-weight: 300;
}
.left-block-sep {
  margin: 25px 0;
  height: 1px;
  background: #cecfd3;
  margin-right: -15px;
}
.left-block a.link {
  font-size: 14px;
  text-decoration: underline;
}
.claim-btn {
  display: none;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  border-bottom: 1px dashed;
  line-height: 1em;
  margin-top: 40px;
  cursor: pointer;
}
.left-block:hover .claim-btn {
  display: inline-block;
}
.main-page-title {
  margin: 0;
  position: absolute;
  z-index: 102;
  top: -24px;
  left: 0;
  font-size: 36px;
  line-height: 1.1;
  padding-left: 65px;
}
.main-page-title:hover * {
  color: #ffffff;
}
.main-page-title img {
  position: absolute;
  left: 0;
  top: -15px;
}
.main-page-title .t1 {
  display: block;
  font-weight: 600;
  font-size: 48px;
  margin-left: -3px;
}
.main-page-title .t2 {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
  height: 27px;
  line-height: 27px;
  border-top: 1px solid #4dd8c2;
  border-bottom: 1px solid #4dd8c2;
}
.company-view-slug nav.navbar,
.company-view nav.navbar {
  height: 81px;
}
.company-view-slug .profile-header,
.company-view .profile-header {
  background-position: center -81px;
}
.company-view-slug .login-popup,
.company-view .login-popup {
  top: 10px;
}
.main-page-title2 {
  margin: 0;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-align: center;
  width: 100%;
  /*  .t1{
    display: block;
    font-weight: 600;
    font-size: 48px;
    margin-left: -3px;
  }

  .t2{
    @h: 27px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
    height: @h;
    line-height: @h;
    border-top: 1px solid @border-color;
    border-bottom: 1px solid @border-color;
  }*/
}
.main-page-title2:hover * {
  color: #ffffff;
}
.main-page-title2 img {
  position: relative;
  top: -4px;
  margin-right: 7px;
}
.big-header.big-header2 nav.navbar {
  border: 0;
  height: 190px;
}
.big-header.big-header2 .main-page-title {
  top: 33px;
}
.tariffs-index,
.site-how-it-works {
  background: #00c7a8 url(../images/header.png) center -146px no-repeat;
}
.tariffs-index.big-header.big-header2 nav.navbar,
.site-how-it-works.big-header.big-header2 nav.navbar {
  height: 146px;
}
.tariffs-index #form-tariff,
.site-how-it-works #form-tariff {
  border: none;
}
.tariffs-index .select-tariff-block-bg2,
.site-how-it-works .select-tariff-block-bg2 {
  display: block;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background: url(../images/gradient.png) repeat-x 0 bottom;
  pointer-events: none;
}
.tariffs-index .select-tariff-block,
.site-how-it-works .select-tariff-block {
  padding: 0;
  position: relative;
  z-index: 3;
  background: url(../images/header.png) center -146px no-repeat;
}
.tariffs-index .tariff-block,
.site-how-it-works .tariff-block {
  border: 0;
  padding: 40px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 600px;
  background: #fff url(../images/star.png) no-repeat center center !important;
  background-size: contain;
  margin-bottom: 40px;
  position: relative;
}
.tariffs-index .tariff-block.first,
.site-how-it-works .tariff-block.first {
  background: #fff !important;
}
.tariffs-index .tariff-block .select-tariff-period-block,
.site-how-it-works .tariff-block .select-tariff-period-block {
  padding-top: 5px;
}
.tariffs-index .tariff-block .tariff-do-select-block,
.site-how-it-works .tariff-block .tariff-do-select-block {
  padding: 0;
  margin: 0;
  max-width: 100%;
  border: 0;
}
.tariffs-index .tariff-block .tariff-do-select-block .tariff-price-value,
.site-how-it-works .tariff-block .tariff-do-select-block .tariff-price-value {
  font-weight: 700;
  font-size: 32px;
}
.tariffs-index .tariff-block .sub-title,
.site-how-it-works .tariff-block .sub-title {
  font-weight: 200;
  font-size: 17px;
  margin-top: 10px;
}
.tariffs-index .pay-system-block,
.site-how-it-works .pay-system-block {
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tariffs-index .sub-title,
.site-how-it-works .sub-title {
  line-height: 1.3em;
}
.tariffs-index .text-block-2,
.site-how-it-works .text-block-2 {
  font-size: 36px;
  font-weight: 200;
  line-height: 1.1em;
  margin-top: 45px;
}
.tariffs-index .text-block-3,
.site-how-it-works .text-block-3 {
  font-size: 22px;
  line-height: 1.3em;
  margin-top: 45px;
  margin-bottom: 46px;
}
.tariffs-index .pay-item,
.site-how-it-works .pay-item {
  margin-top: 40px;
}
.tariffs-index .pay-item .form-group,
.site-how-it-works .pay-item .form-group {
  margin-bottom: 31px;
}
.tariffs-index .page-title,
.site-how-it-works .page-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: 70px;
}
.tariffs-index .go-back,
.site-how-it-works .go-back {
  position: absolute;
  top: -5px;
  left: 100px;
  color: #ffffff ;
}
#form-tariff .add-text {
  font-weight: 300;
  position: absolute;
  bottom: 36px;
  width: 100%;
}
#form-tariff .add-text.pos-r {
  position: relative;
  margin-top: 40px;
}
#form-tariff .add-text a {
  text-decoration: underline;
}
#form-tariff .tariff-promo {
  margin-top: 10px;
}
#form-tariff .tariff-promo .form-group {
  margin-bottom: 0;
}
#form-tariff .tariff-promo input {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
#form-tariff .tariff-promo .add-promo {
  color: #f75254;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px dashed;
  display: inline-block;
  cursor: pointer;
  height: 14px;
  line-height: 1em;
}
.big-header.big-header2 .login-popup {
  top: -88px;
}
.menu-toggle {
  display: none;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 6px;
  position: absolute;
  left: 15px;
  top: 10px;
}
.menu-toggle .menu-toggle-line {
  background: #fff;
  width: 80%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 4px;
  margin: 0 auto 4px auto;
}
.left-block .close-menu {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.left-block .close-menu .close-menu-line {
  width: 90%;
  background: #000;
  height: 1px;
  margin: 0 auto 4px auto;
}
.left-block .close-menu .close-menu-line:first-child {
  -webkit-transform: translateX(0) translateY(14px) rotate(45deg);
  -moz-transform: translateX(0) translateY(14px) rotate(45deg);
  -ms-transform: translateX(0) translateY(14px) rotate(45deg);
  -o-transform: translateX(0) translateY(14px) rotate(45deg);
}
.left-block .close-menu .close-menu-line:first-child + .close-menu-line {
  -webkit-transform: translateX(0) translateY(9px) rotate(-45deg);
  -moz-transform: translateX(0) translateY(9px) rotate(-45deg);
  -ms-transform: translateX(0) translateY(9px) rotate(-45deg);
  -o-transform: translateX(0) translateY(9px) rotate(-45deg);
}
.profile-page .navbar {
  position: relative;
  z-index: 100;
}
form .review-image {
  width: 140px;
  height: 93px;
  border: 1px solid #ffbb85;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
form .review-image input {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
#company_review-upload-area .files {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#company_review-upload-area .input-wrap {
  position: relative;
  z-index: 1;
}
#company_review-upload-area .image-hint {
  color: #a3a4ad;
  padding-top: 24px;
}
#company_review-upload-area .key-photo_1_ {
  left: 0;
}
#company_review-upload-area .key-photo_2_ {
  left: 172px;
}
#company_review-upload-area .preview {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
}
#company_review-upload-area .preview canvas {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
html.fancybox-lock body {
  overflow: visible !important;
}
.qr-code {
  width: 177px;
  height: 177px;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.do-translate {
  color: #ababab;
  font-family: 'Arial', sans-serif;
  border-bottom: 1px dashed;
  line-height: 1.2em;
  margin-top: 5px;
  cursor: pointer;
}
.tab-container .tab-list-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
}
.tab-container .tab-content-item {
  display: none;
}
.tab-container .tab-content-item.tab-active {
  display: block;
}
.btn-like {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 32px;
}
.btn-like:before {
  background-position: -265px -69px;
  width: 30px;
  height: 32px;
}
.big-header2 .navbar {
  z-index: 4 ;
}
.big-header2 .main-page-title {
  z-index: 2;
}
/*# sourceMappingURL=site.css.map */