﻿html {
  height: 100%;
}

body {
  margin: 0;
  color: #33404f;
  font: 15px/21px 'PT Sans', sans-serif;
  background: #fff;
  min-width: 320px;
  height: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border-style: none;
}

a {
  color: #7e3bc2;
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
a:focus {
  color: #c90095;
  text-decoration: none;
}

* {
  outline: none !important;
}

input, textarea, select, button {
  font: 100% 'PT Sans', sans-serif;
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
  display: block;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

#main-wrap,
#main {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#header {
  background: #512687;
  padding: 40px 0 24px;
  position: relative;
}

.logo {
  margin: 1px 20px 0 24px;
  width: 160px;
  height: 40px;
  overflow: hidden;
  display: block;
  background: url(../img/NewStyle/logos.svg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  float: left;
}
.logo a {
  height: 100%;
  display: block;
}

.header-wrapper {
  margin: 0 auto 52px;
  max-width: 1370px;
}

.nav-btn {
  background: none;
  border-color: #7e3bc2;
  color: #fff;
  width: 150px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-btn:hover {
  color: #fff;
  background-color: #7e3bc2;
}
.nav-btn.active, .nav-btn:active {
  background-color: #7e3bc2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  font-size: 15px;
  padding: 9px 14px;
}
.btn .upload-icon {
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url(../img/NewStyle/sprite.png) -103px -60px no-repeat !important;
  margin: 0 7px 0 0;
}
.btn-purple {
  background: #d11cb1;
  color: #fff;
}
.btn-purple:hover {
  color: #fff;
  background: #7e3bc2;
}
.btn-purple:focus {
  color: #fff;
}
.btn-outline-gray {
  background: #fff;
  color: #7e3bc2;
  border-color: #D4DBE4;
}
.btn-outline-gray:hover {
  color: #7e3bc2 !important;
  box-shadow: none !important;
  background: #f2ebf9;
}
.btn-outline-gray:hover * {
  color: #7e3bc2 !important;
}
.btn-outline-gray:focus, .btn-outline-gray:active {
  background: #7d54a7;
  border-color: #8863ae;
  color: #fff !important;
  box-shadow: none !important;
}
.btn-outline-gray:focus *, .btn-outline-gray:active * {
  color: #fff !important;
}

.write-review_header {
  display: inline-block;
  vertical-align: top;
  margin-left: 52px;
}

.btn-has-icon {
  position: relative;
}
.btn-has-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.btn-has-icon .text {
  padding-left: 34px;
}

.for-buisness {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}
.for-buisness a {
  color: #cb97ff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 35px;
}
.for-buisness a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background: url(../img/NewStyle/ico02.png) no-repeat;
  width: 18px;
  height: 13px;
}
.for-buisness a:hover {
  color: #c90095;
}

.btn-outline-default {
  border: 1px solid #7e3bc2;
  border-radius: 3px;
  color: #fff;
}
.btn-outline-default:hover, .btn-outline-default:active, .btn-outline-default:focus {
  background: #7e3bc2;
  color: #fff;
}

.join-btn_header {
  font-size: 15px;
  padding: 10px 20px;
}

.add-company {
  display: inline-block;
  vertical-align: top;
  margin: 11px 0 0 15px;
  font-size: 15px;
}
.add-company a {
  color: #cb97ff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 23px;
}
.add-company a:hover {
  color: #ffcc00;
}
.add-company a:hover .icon:before,
.add-company a:hover .icon:after {
  background: #ffcc00;
}
.add-company a .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -7px;
}
.add-company a .icon:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  margin-left: -1px;
  top: 0;
  left: 50%;
  background: #cb97ff;
}
.add-company a .icon:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  left: 0;
  background: #cb97ff;
}

.header_search-row {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -5px;
}
@media only screen and (max-width: 767px) {
  .header_search-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 50px 0 0;
  }
}

.header_search-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}

.header_search-query {
  -webkit-box-flex: 2 2 810px;
  -moz-box-flex: 2 2 810px;
  -webkit-flex: 2 2 810px;
  -ms-flex: 2 2 810px;
  flex: 2 2 810px;
}
.header_search-query .input-holder:before {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/ico03.png) no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 10px;
}

.header_search-where {
  -webkit-box-flex: 0 0 230px;
  -moz-box-flex: 0 0 230px;
  -webkit-flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  width: 230px;
}
.header_search-where .input-holder:before {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/ico04.png) no-repeat;
  width: 14px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 10px;
}

.header_search-submit {
  -webkit-box-flex: 0 0 130px;
  -moz-box-flex: 0 0 130px;
  -webkit-flex: 0 0 130px;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 130px;
}
.header_search-submit .btn .fa {
  display: none;
}

.input-holder {
  position: relative;
}
.input-holder.has-company {
  padding-left: 100px;
}
.input-holder.has-company:before {
  margin-left: 100px;
}
.input-holder.has-company .company-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.input-holder.has-company .company-wrap .company-opener {
  display: block;
  height: 50px;
  background: #7e3bc2;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 4px 0 0 4px;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 10px 15px 10px;
}
.input-holder.has-company .company-wrap .company-opener:before {
  content: '';
  position: absolute;
}
.input-holder.has-company .form-control {
  border-radius: 0 4px 4px 0;
}

.btn-yellow {
  background: #ffcc00;
  border-color: #e1c84e;
  color: #000;
}
.btn-yellow:hover {
  background-color: #ffd21b;
  border-color: #ffd21b;
}

.btn-violet {
  background: #705190;
  border-color: #705190;
  color: #fff;
}
.btn-violet:hover {
  background-color: #7e3bc2;
  color: #fff;
  border-color: #7e3bc2;
}

.btn-violet2 {
  background: #7e3bc2;
  border-color: #7e3bc2;
  color: #fff;
}
.btn-violet2:hover {
  background-color: #7e3bc2;
  color: #fff;
  border-color: #7e3bc2;
}

.header_search-submit .btn {
  font-size: 21px;
  height: 50px;
}

.header_search__form-control {
  font-size: 21px;
  line-height: 24px;
  height: 50px;
  padding: 13px 20px 13px 36px;
  border: none;
}

.search-bubble {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 5px;
  background: #d11cb1;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* display: none; */
  padding: 10px 26px 10px 17px;
  z-index: 10;
}
.search-bubble:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #d11cb0 transparent transparent transparent;
}

.close-bubble {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 9px;
  height: 9px;
  background: url(../img/NewStyle/close.png) no-repeat;
  cursor: pointer;
}

.header_search {
  position: relative;
  margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
  .header_search {
    position: absolute;
    margin: 0;
    padding: 10px;
    top: 0;
    left: 0;
    width: 100%;
    background: #2b0c4b;
    z-index: 22;
    display: none;
  }
  .header_search .header_search-submit {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
  }
  .header_search .header_search-submit .btn {
    width: 40px;
    height: 90px;
    overflow: hidden;
    padding: 0;
  }
  .header_search .header_search-submit .btn span {
    display: none;
  }
  .header_search .header_search-submit .btn .fa {
    display: block;
  }
}

.page404 .header_search {
  margin-bottom: 66px;
}

.search-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 12;
  border-radius: 3px;
  margin-top: 10px;
  box-shadow: 0 5px 5px 0 rgba(232, 232, 232, 0.75);
  display: none;
}
@media only screen and (max-width: 767px) {
  .search-options {
    margin: 0;
    /*display: block !important;*/
  }
}

.variants-wrapper {
  padding: 22px 0 9px;
}
.variants-wrapper + .variants-wrapper {
  border-top: 1px solid #d0d9e3;
}
.variants-wrapper .container {
  max-width: 100%;
}

.groups-name {
  float: left;
  width: 200px;
  text-align: right;
  color: #707983;
}

.groups-frame {
  margin-left: 215px;
}
.groups-frame .btn-hoolder {
  padding: 7px 0 20px;
}

.groups-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.groups-list li {
  margin: 0 0 17px;
  color: #707983;
}

.arrow-icon {
  background: url(../img/NewStyle/sprite.png) no-repeat -491px -18px;
  width: 8px;
  height: 7px;
  display: inline-block;
  margin: 0 4px;
}

.bubble-location {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: -3px 6px 20px rgba(1, 0, 0, 0.1), 3px 6px 20px rgba(1, 0, 0, 0.1);
  box-shadow: -3px 6px 20px rgba(1, 0, 0, 0.1), 3px 6px 20px rgba(1, 0, 0, 0.1);
  padding: 20px 25px;
  z-index: 4;
  display: none;
  min-width: 220px;
}
@media only screen and (max-width: 767px) {
  .bubble-location {
    z-index: 15;
  }
}
.bubble-location .btn-holder {
  padding-top: 8px;
}
.bubble-location .btn {
  font-size: 13px;
}

.list-groups {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-groups li {
  margin: 0 0 17px;
}
.list-groups i {
  font-size: 10px;
  color: #969ea5;
  margin-left: 3px;
}
.list-groups .search-text {
  color: #707983;
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
}

.btn-white {
  border-color: #d3dbe4;
  background: #fff;
}
.btn-white:hover {
  background-color: #f2ebf9;
  border-color: #cbd4dd;
  color: #7e3bc2;
}

.category-nav__item {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.category-nav__item:hover {
  color: #ffcc00;
}
.category-nav__item:hover .category-nav__visual.catering {
  background-position: 0 -197px;
}
.category-nav__item:hover .category-nav__visual.shopping {
  background-position: -32px -197px;
}
.category-nav__item:hover .category-nav__visual.repairs {
  background-position: -64px -197px;
}
.category-nav__item:hover .category-nav__visual.rest {
  background-position: -96px -197px;
}
.category-nav__item:hover .category-nav__visual.property {
  background-position: -128px -197px;
}
.category-nav__item:hover .category-nav__visual.leisure {
  background-position: -161px -197px;
}

.category-nav__visual {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 18px;
  background: url(../img/NewStyle/sprite.png) no-repeat;
}
.category-nav__visual.catering {
  background-position: 0 -28px;
}
.category-nav__visual.shopping {
  background-position: -32px -28px;
}
.category-nav__visual.repairs {
  background-position: -64px -28px;
}
.category-nav__visual.rest {
  background-position: -96px -28px;
}
.category-nav__visual.property {
  background-position: -128px -28px;
}
.category-nav__visual.leisure {
  background-position: -161px -28px;
}

.show-more-cats {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 40px;
  height: 16px;
  background: url(../img/NewStyle/sprite.png) no-repeat -93px 0;
  margin-left: -20px;
}

.info-section {
  position: relative;
}
.info-section.has-deco:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18px;
  z-index: 3;
  background: url(../img/NewStyle/line-decor-white.png) repeat-x;
}
.info-section.has-deco_gray:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18px;
  z-index: 3;
  background: url(../img/NewStyle/line-decor-transparent.png) repeat-x;
}
@media only screen and (max-width: 767px) {
  .info-section.has-deco_gray:before {
    display: none;
  }
}

.gray-sidebar {
  background: #f5f5f5;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.gray-sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -9999px;
  background: #f5f5f5;
}

.flex-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.flex-row {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.best-company__title {
  text-align: center;
  font-size: 35px;
  line-height: 39px;
  margin: 0 0 49px;
}
@media only screen and (max-width: 767px) {
  .best-company__title {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 32px;
  }
}

.balloon-opener {
  display: inline-block;
  border-bottom: 1px dashed;
  font-weight: normal;
  color: #7e3bc2;
}

.balloon-wrapper {
  display: inline-block;
  position: relative;
}

.balloon {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  background: #fff;
  border-radius: 5px;
  width: 300px;
  padding: 10px;
  z-index: 10;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  border: 1px solid #cfd8e2;
  box-shadow: -3px 6px 20px rgba(1, 0, 0, 0.1), 3px 6px 20px rgba(1, 0, 0, 0.1);
}
.balloon--yellow {
  background: #ffe8b2;
  color: #4c3d00;
  border: none;
}
.balloon--yellow:before {
  content: '';
  position: absolute;
  left: 25px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 10px 6.5px;
  border-color: transparent transparent #ffe8b2 transparent;
}
.balloon .triangle {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 100%;
  left: 20px;
  overflow: hidden;
}
.balloon .triangle:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: -15px;
  border: 1px solid #cfd8e2;
}

.balloon__title {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 6px;
  font-weight: bold;
}

.balloon__input {
  box-shadow: none;
  height: 40px;
  font-size: 16px;
}
.balloon__input:focus {
  box-shadow: none;
}

.balloon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.balloon-close:before, .balloon-close:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background: #c2ceda;
  top: 50%;
  left: 50%;
}
.balloon-close:before {
  transform: rotate(45deg);
}
.balloon-close:after {
  transform: rotate(-45deg);
}
.balloon-close:hover:before, .balloon-close:hover:after {
  opacity: .7;
}

.best-company {
  padding: 50px 0 19px;
}
@media only screen and (max-width: 767px) {
  .best-company {
    padding-bottom: 39px;
  }
}

.best-company-slider {
  position: relative;
  margin: 0 -10px 0 -10px;
}

.best-company-slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 9999px;
}
.best-company-slider-list.slick-slider {
  width: 100%;
  overflow: visible;
}
.best-company-slider-list:after {
  display: block;
  clear: both;
  content: '';
}
.best-company-slider-list li {
  float: left;
  width: 290px;
}

.best-company__item {
  padding: 0 20px 0 10px;
}

.best-company__wrap {
  margin: 0 0 10px;
}

.best-company__visual {
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #e3e9ee;
  border-radius: 3px;
  margin: 0 10px 0 0;
  position: relative;
}
.best-company__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
/*.best-company__visual_gold:before {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/deco13.png) no-repeat;
  width: 23px;
  height: 33px;
  left: -10px;
  z-index: 3;
}*/

.best-company__frame {
  margin-left: 80px;
}

.best-company__rating {
  margin: 0 0 5px;
}

.rating__num {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
}
.rating__num_green {
  color: #33cc00;
}
.rating__num_gray {
  color: #707983;
}
.rating__num_red {
  color: #cc0000;
  padding-left: 8px;
  position: relative;
}
.rating__num_red:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #cc0000 transparent transparent transparent;
  margin-top: -2px;
}
.rating__num_orange {
  color: #ff6600;
}
.rating__item {
  width: 75px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 4px 0 0;
}
.rating__write {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
}
.rating--lg .rating__num {
  font-size: 21px;
}
.rating--lg .rating__item {
  margin: 1px 2px 0 0px;
  width: 100px;
  height: 16px;
}

.best-company__name {
  color: #000;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
}
.best-company__name a {
  color: #42316a;
}
.best-company__name a:hover {
  color: #c90095;
}

.best-company__help {
  color: #999fa7;
  font-size: 13px;
  line-height: 17px;
}

.slick-arrow {
  position: absolute;
  /* top: 50%; */
  top: 38px;
  width: 20px;
  height: 30px;
  margin-top: -15px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.slick-arrow:hover:before, .slick-arrow:hover:after {
  border-bottom: 4px solid #616161;
  border-right: 4px solid #616161;
}
.slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-bottom: 4px solid #999fa7;
  border-right: 4px solid #999fa7;
}

.slick-prev {
  left: -40px;
}
.slick-prev:before {
  margin-left: -4px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slick-next {
  right: -40px;
}
.slick-next:before {
  margin-left: -12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content-wrap {
  padding-right: 45px;
}

.aside-wrap {
  padding-left: 15px;
}

.map-wrap {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .map-wrap {
    padding: 0 0 20px;
  }
}
.map-wrap img {
  max-width: 100%;
  height: auto;
}

.content-title {
  font-size: 25px;
  line-height: 30px;
  margin: 6px 0 27px;
  font-weight: normal;
  color: #33404f;
}

.company-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) and (min-width: 500px) {
  .company-list {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.company-list > li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) and (min-width: 500px) {
  .company-list > li {
    border-top: 1px solid #e3e9ee;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 10px 15px;
  }
}
.company-list > li + li {
  border-top: 1px solid #e3e9ee;
  padding-top: 11px;
}
.company-list .rating {
  margin-bottom: 3px;
}
.company-list .company__name {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 0px;
}
.company-list .company__name a {
  color: #42316a;
}
.company-list .company__name a:hover {
  color: #c90095;
}
.company-list .company__text {
  color: #999fa7;
  font-size: 13px;
  line-height: 17px;
}
.company-list .company__description {
  color: #33404f;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
}

.content__header {
  position: relative;
}
.content__header .btn {
  position: absolute;
  top: -6px;
  right: 0;
}

.review-list {
  margin: 0;
  padding: 0 0 9px;
  list-style: none;
}

.review-item {
  margin: 0 0 20px;
}
.review-item:after {
  display: block;
  clear: both;
  content: '';
}

.review-item__visual {
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #e3e9ee;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .review-item__visual {
    width: 50px;
    height: 50px;
  }
}
.review-item__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.review-item__frame {
  margin-left: 90px;
}
@media only screen and (max-width: 767px) {
  .review-item__frame {
    margin: 0;
  }
}

.review__header .name {
  font-weight: bold;
}

.review-item__expanded {
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
  position: relative;
}
.review-item__expanded.active {
  height: auto;
  max-height: none;
}
.review-item__expanded:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 21px;
  width: 100px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 95%);
}

.more__link {
  display: block;
  background-color: #fff;
  width: 30px;
  height: 16px;
  border: 1px solid #cfd8e2;
  border-radius: 3px;
  text-align: center;
  font-size: 32px;
  color: #cfd8e2;
  line-height: 1px;
  overflow: hidden;
  margin-top: 9px;
  text-decoration: none;
  position: relative;
}
.more__link span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #cfd8e2;
  margin: -2px 0 0 -2px;
}
.more__link span:before, .more__link span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #cfd8e2;
}
.more__link span:before {
  left: -8px;
}
.more__link span:after {
  right: -8px;
}

.issues-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.issues-list > li {
  margin: 0 0 36px;
}
.issues-list .title {
  font-size: 13px;
  line-height: 21px;
  color: #707983;
}
.issues-list .title .date {
  color: #999fa7;
}

.btn-sm {
  font-size: 13px;
  padding: 5px 14px;
}

.btn-md {
  font-size: 13px;
  padding: 7px 21px;
}

.btn-lg {
  font-size: 24px;
  padding: 8px 37px;
}

.vacancy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vacancy-list > li {
  margin: 0 0 26px;
}
.vacancy-list .title {
  margin: 0;
}
.vacancy-list .title .name {
  font-weight: bold;
}
.vacancy-list .date {
  color: #999fa7;
  font-size: 13px;
}
.vacancy-list .info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vacancy-list .info li {
  display: inline;
  margin: 0 10px 0 0;
}

.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list > li {
  margin: 0 0 28px;
}
.news-list .date {
  position: relative;
  float: left;
  margin: 0 5px 0 0;
  width: 35px;
  height: 26px;
  font-size: 9px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  background: url(../img/NewStyle/sprite.png) no-repeat -226px 0;
}
.news-list .frame {
  margin-left: 40px;
}
.news-list .name {
  margin: 0 0 5px;
}
.news-list .company {
  color: #707983;
  font-size: 13px;
  line-height: 20px;
}

.promo-section {
  padding: 48px 0 79px;
  background: #512687 url(../img/NewStyle/bg01.jpg) no-repeat 50% 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  color: #fff;
}

.promo-slider {
  position: relative;
  margin: 0 0 17px;
}
.promo-slider .wrap {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}

.promo-slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo-section-help {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #d5cfde;
}

.promo-slider__title {
  font-size: 50px;
  line-height: 45px;
  margin: 0 0 18px;
  font-weight: bold;
}
.promo-slider__title span {
  color: #ffcc00;
}
@media only screen and (max-width: 767px) {
  .promo-slider__title {
    font-size: 30px;
    line-height: 32px;
    margin: 0 -10px 17px;
    font-weight: normal;
  }
}

.promo-slider__text {
  margin: 0 0 22px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .promo-slider__text {
    font-size: 13px;
    line-height: 17px;
  }
}

.link-list {
  margin: 0;
  padding: 0 0 19px;
  list-style: none;
  color: #707983;
  font-size: 13px;
}
.link-list--two-columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}
@media only screen and (max-width: 540px) {
  .link-list--two-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.link-list--three-columns {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .link-list--three-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 540px) {
  .link-list--three-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.link-list--six-columns {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}
@media print {
  .link-list--six-columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media (max-width: 991px) {
  .link-list--six-columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media print {
  .link-list--six-columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media only screen and (max-width: 767px) {
  .link-list--six-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width: 540px) {
  .link-list--six-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (max-width: 767px) {
  .link-list {
    padding-bottom: 9px;
  }
}
.link-list li {
  margin: 0 0 4px;
}

.popular-catalog {
  padding: 32px 0 39px;
}

.block-title {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 24px;
  /* font-weight: bold; */
}

.no-reviews-block {
  margin-top: -15px;
}

.enchiridion {
  padding: 9px 0 0px;
}

.main-title {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 11px;
}

.social-section {
  background: #f5f5f5;
  padding: 37px 0;
  position: relative;
}

#footer {
  background: #f5f5f5;
  padding: 25px 0;
  border-top: 1px solid #e3e9ee;
  font-size: 13px;
  line-height: 17px;
  color: #707983;
}
#footer.has-deco {
  border-top-width: 0;
  padding-top: 35px;
  position: relative;
  margin-top: 18px;
}
#footer.has-deco:before {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
  z-index: 3;
  background: url(../img/NewStyle/line-decor.png) repeat-x;
}

.footer-nav {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.footer-nav li {
  display: inline;
  margin: 0 7px 0 0;
}

.footer-text {
  margin: 0 0 10px;
}

.footer-address {
  margin: 0 0 5px;
  color: #33404f;
}

.metro-icon {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/NewStyle/ico06.png) no-repeat;
  width: 14px;
  height: 11px;
  margin: 0 3px 0 0;
}

.share-list {
  margin: 5px 0 30px;
  padding: 0;
  list-style: none;
}
.share-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.share-list a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/NewStyle/sprite.png) no-repeat;
}
.share-list a.fb {
  background-position: -275px 0;
}
.share-list a.vk {
  background-position: -325px 0;
}
.share-list a.tw {
  background-position: -375px 0;
}
.share-list a.gp {
  background-position: -425px 0;
}
.share-list a:hover {
  opacity: .7;
}

.floating_window {
  margin: 50px 0 50px auto;
  box-shadow: -10px 0 10px rgba(1, 0, 0, 0.1), 0 10px 10px rgba(1, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  float: right;
  background: #fff;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 300px;
}
.floating_window.active .visited_opener {
  display: none;
}
.floating_window.active .visited_increased {
  display: block;
}

.visited_opener {
  color: #7d54a7;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  padding: 35px 17px;
  width: 47px;
  height: 306px;
  text-decoration: none;
  transform: rotateZ(180deg);
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  display: block;
  text-align: center;
}
.visited_opener .my_arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #7d54a7;
  margin: 6px 0 0 0;
}

.visited_increased {
  display: none;
  width: 330px;
  position: relative;
  padding: 22px 30px 25px 30px;
}

.looked_inf {
  margin: 0 0 20px;
}

.visited-company {
  margin: 0 0 33px;
}

.visited-company__visual {
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #e3e9ee;
  border-radius: 3px;
  margin: 0 10px 0 0;
}
.visited-company__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.visited-company__frame {
  margin-left: 80px;
}

.visited-company__name {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
}
.visited-company__name a {
  color: #42316a;
}
.visited-company__name a:hover {
  color: #c90095;
}

.visited-company__text {
  font-size: 13px;
  line-height: 16px;
  color: #999fa7;
}

.how_communication {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}
.how_communication .description {
  font-size: 15px;
  color: #707983;
  line-height: 15px;
  margin-bottom: 12px;
  margin: 0 0 11px;
}
.how_communication .btn-holder {
  margin: 0 0 23px;
}

.visited_increased__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
}
.visited_increased__close:before, .visited_increased__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #bac4d0;
  margin: -9px 0 0 -1px;
}
.visited_increased__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.visited_increased__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.visited_increased__close:hover {
  opacity: .7;
}

.nav-opener {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 8px;
}
@media only screen and (max-width: 767px) {
  .nav-opener {
    display: block;
  }
}
.nav-opener span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: #cb97ff;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1px 0 0 0;
}
.nav-opener span:before, .nav-opener span:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #cb97ff;
  height: 2px;
  top: -8px;
}
.nav-opener span:after {
  top: 8px;
}

@media only screen and (max-width: 767px) {
  .nav_active .mobile-nav {
    display: block;
  }
}
.nav_active .nav-opener span {
  background: none;
}
.nav_active .nav-opener span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 8px 0 0;
}
.nav_active .nav-opener span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -8px 0 0;
}

.mobile-nav {
  position: absolute;
  background: #512687;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  padding: 20px 20px;
  display: none;
}
.mobile-nav__button {
  margin: 0 0 30px;
}
.mobile-nav .fast-faq-list li:before {
  background: url(../img/NewStyle/deco03.png) no-repeat;
}
.mobile-nav .fast-faq-list a {
  color: #fff;
}
.mobile-nav__add-company-icon {
  background: url(../img/NewStyle/ico40.png) no-repeat;
  width: 24px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  margin: -3px 7px 0 -26px;
}
.mobile-nav__sign-in {
  background: url(../img/NewStyle/ico41.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: -3px 7px 0 -26px;
}

.mobile-nav-user {
  margin: 0 0 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile-nav-user__options {
  display: inline-block;
  vertical-align: top;
  background: url(../img/NewStyle/ico38.png) no-repeat;
  width: 15px;
  height: 16px;
  margin: 0 0 0 3px;
}
.mobile-nav-user__visual {
  -webkit-box-flex: 0 0 60px;
  -moz-box-flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin: 0 8px 0 0;
}
.mobile-nav-user .login-user__avatar {
  position: relative;
  top: auto;
  left: auto;
  width: 60px;
  height: 60px;
  display: block;
}
.mobile-nav-user .login-user__avatar .tips {
  top: 0;
  right: 0;
}
.mobile-nav-user__name {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 2px;
  letter-spacing: -.02em;
}
.mobile-nav-user__name a {
  color: #fff;
}
.mobile-nav-user__name .fa {
  margin-left: 5px;
}
.mobile-nav-user__tools {
  font-size: 13px;
  line-height: 16px;
}
.mobile-nav-user__tools a {
  margin: 0 4px 0 0;
  color: #cb97ff;
}
.mobile-nav-user__tools .icon {
  display: inline-block;
  vertical-align: top;
  background: url(../img/NewStyle/ico39.png) no-repeat;
  width: 18px;
  height: 16px;
}
.mobile-nav-user__wrap {
  padding: 10px 0 0;
}

/* index page END */
/* modal */
.modal-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.modal-container {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.modal-header {
  text-align: center;
  padding: 15px 15px 17px;
}
.modal-header:last-child {
  border-bottom-width: 0;
}
.modal-header .close {
  margin-top: -18px;
}

.modal-title {
  margin: 0 0 28px;
  font-size: 27px;
  line-height: 32px;
}

.modal-description {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 14px;
  font-weight: bold;
  text-align: center;
}

.modal-social {
  margin: 0;
  padding: 0 0 16px;
  list-style: none;
  text-align: justify;
  line-height: 0;
}
.modal-social li {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
    .modal-social li {
        margin-bottom: 10px;
        width: auto;
        text-align: center;
    }
}
.modal-social:after {
  content: '';
  height: 0;
  line-height: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.modal-social a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/NewStyle/my_soc.png) no-repeat;
}
@media only screen and (max-width: 767px) {
    .modal-social a {
        margin-left: auto;
        margin-right: auto;
    }
}
.modal-social a.fb {
  background-position: 0 0;
}
.modal-social a.ok {
  background-position: -50px 0;
}
.modal-social a.vk {
  background-position: -100px 0;
}
.modal-social a.tw {
  background-position: -150px 0;
}
.modal-social a.gp {
  background-position: -200px 0;
}
.modal-social a.mr {
  background-position: -250px 0;
}

.modal-help {
  font-size: 13px;
  line-height: 16px;
  color: #707983;
}

.input-md {
  height: 40px;
  font-size: 15px;
  padding: 8px 16px;
}

.custom-input {
  box-shadow: none;
}
.custom-input:focus {
  box-shadow: none;
}

.form-row {
  margin-bottom: 10px;
}
.form-row .modal-help {
  padding-top: 4px;
}

.modal-form {
  margin-bottom: 16px;
}

.users__list-block {
  margin: 0 -15px 20px;
}
.users__list-block .scroll-pane {
  height: 320px;
}

.users__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.users__list-item {
  padding: 10px 0;
}
.users__list-item:hover {
  background: #fff3d9;
}
.users__list-item:hover .users__list-btn {
  opacity: .6;
}
.users__list-item:hover .users__list-btn:hover {
  opacity: 1;
}

.users__list-visual {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #e3e9ee;
  border-radius: 3px;
  margin: 0;
}
.users__list-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.users__list-frame {
  margin-left: 70px;
  padding-top: 10px;
}

.users__list-wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-right: 30px;
}

.users__list-btn {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
}

.users__list-name {
  font-weight: bold;
}

.jspVerticalBar {
  width: 24px;
  right: 0px;
  background: none;
}

.jspTrack {
  background: #bac8d5;
  width: 4px;
  margin-left: 10px;
}

.jspDrag {
  background: #ffcc00;
}

/* header user */
.login-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.login-wrapper .btn {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.login-wrapper .add-new-company__btn {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
}

.login-user {
  position: relative;
  width: 70px;
  height: 40px;
}
.login-user__visual-row {
  margin: 0 0 20px;
}
.login-user__visual {
  float: left;
  width: 66px;
  height: 66px;
}
.login-user__visual img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .login-user__visual {
    display: none;
  }
}
.login-user__drop-zone {
  margin-left: 76px;
}
@media only screen and (max-width: 767px) {
  .login-user__drop-zone {
    margin: 0;
  }
  .login-user__drop-zone .drop-zone__text span {
    display: none;
  }
}
.login-user__fields {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .login-user__fields {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .login-user__col {
    margin-bottom: 15px;
  }
}
.login-user__buttons {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .login-user__buttons {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .login-user__buttons .btn {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .login-user__buttons .btn-logout-wrap {
    -webkit-box-flex: 1 1 100% !important;
    -moz-box-flex: 1 1 100% !important;
    -webkit-flex: 1 1 100% !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
  }
}
.login-user__buttons .btn-logout-wrap {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.login-user__buttons .btn--logout {
  font-size: 14px;
}
.login-user__buttons .btn--logout .glyphicon {
  color: #fdd421;
  margin-top: 1px;
  vertical-align: text-top;
}
.login-user__buttons .btn-close {
  margin-right: 20px;
}
.login-user__buttons .btn {
  line-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.login-user__buttons .btn .icon {
  color: #ffce00;
  margin: 0 2px 0 0;
}
.login-user__avatar .tips {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -2px;
  right: -8px;
  text-align: center;
  font-size: 9px;
  line-height: 14px;
  color: #705190;
  background: #ffcc00;
}

.login-user__options {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 16px;
  background: url(../img/NewStyle/sprite.png) no-repeat -48px 0;
}

.login-user__avatar {
  width: 44px;
  height: 44px;
  position: absolute;
  top: -2px;
  right: 0;
}
.login-user__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 50%;
}

.bubble-user-settings {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  width: 785px;
  font-size: 15px;
  letter-spacing: 0;
  background: #fff;
  padding: 40px;
  border: 1px solid #cfd8e2;
  border-radius: 3px;
  box-shadow: 0 5px 10px 2px rgba(1, 0, 0, 0.1);
  z-index: 101;
}
@media (max-width: 991px) {
  .bubble-user-settings {
    width: 735px;
  }
}
@media print {
  .bubble-user-settings {
    width: 735px;
  }
}
.bubble-user-settings--small {
  width: 390px;
}
.bubble-user-settings .triangle {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 100%;
  right: 51px;
  overflow: hidden;
}
.bubble-user-settings .triangle:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: -15px;
  border: 1px solid #cfd8e2;
}
.bubble-user-settings .close-settings {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  background: url(../img/NewStyle/sprite.png) -277px -53px no-repeat;
}
.bubble-user-settings .close-settings:hover {
  opacity: .7;
}
.bubble-user-settings .h3,
.bubble-user-settings h3 {
  margin-top: 0;
}
.bubble-user-settings .form-buttons {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-top: 10px;
}

.form-control--custom {
  font-size: 16px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  box-shadow: none !important;
}
.form-control--size16 {
  font-size: 16px;
}

.drop-zone {
  background: #fffae5;
  border: 2px dashed #fc0;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 11px 15px;
  border-radius: 4px;
}
.drop-zone .balloon {
  font-weight: normal;
}
.drop-zone--lg {
  padding-top: 42px;
  padding-bottom: 42px;
}
.drop-zone .help {
  font-weight: normal;
}
.drop-zone .btn {
  margin-left: 10px;
}
.drop-zone .hint {
  display: inline-block;
  vertical-align: middle;
}
.drop-zone--horizontal {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.drop-zone--horizontal .drop-zone__title {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.drop-zone--horizontal .drop-zone__info {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .drop-zone--horizontal .drop-zone__info {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .drop-zone--horizontal {
    display: block;
  }
}

#header.header--inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* z-index: 12; */
  z-index: 22;
  height: 60px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #header.header--inner {
    position: absolute;
  }
}

#main-wrap {
  padding-top: 60px;
}

.header-wrap {
  margin: 0;
}
.header-wrap .logo {
  margin: 0px 10px 0 -5px;
}
.header-wrap__block {
  float: left;
}
@media only screen and (max-width: 767px) {
  .header-wrap__block {
    float: none;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 25px;
  }
}
.header-wrap__tools {
  float: right;
}
.header-wrap .header_search {
  float: left;
  width: 690px;
  margin: 0;
  position: static;
}
@media only screen and (min-width: 768px) {
  .header-wrap .header_search {
    display: block !important;
  }
}
.header-wrap .header_search .search-options {
  margin-top: 0;
}
.header-wrap .header_search .search-bubble {
  display: none;
}
@media only screen and (max-width: 1210px) {
  .header-wrap .header_search {
    width: 500px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .header-wrap .header_search {
    width: 280px;
    display: block !important;
  }
  .header-wrap .header_search.table-active {
    position: absolute;
    width: 100%;
    background: #512687;
    padding: 10px 15px;
    top: 0;
    left: 0;
    z-index: 33;
  }
  .header-wrap .header_search.table-active .header_search-where {
    display: block;
  }
  .header-wrap .header_search.table-active .header_search__closed {
    display: block;
  }
}
@media print {
  .header-wrap .header_search {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap .header_search {
    display: none;
    width: auto;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #512687;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 22;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap .header_search .header_search-where {
    display: block;
    width: 100%;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.header-wrap .header_search__form-control {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
}
.header-wrap .header_search-submit {
  width: 90px;
  -webkit-box-flex: 0 0 90px;
  -moz-box-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}
@media only screen and (max-width: 767px) {
  .header-wrap .header_search-submit {
    position: absolute;
    top: 10px;
    right: 20px;
    -webkit-box-flex: 0 0 40px;
    -moz-box-flex: 0 0 40px;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
  }
}
.header-wrap .header_search-submit .btn {
  height: 40px;
  font-size: 15px;
}
.header-wrap .header_search-submit .btn .fa {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap .header_search-submit .btn {
    width: 40px;
    height: 90px;
    overflow: hidden;
    position: relative;
    padding: 5px;
  }
  .header-wrap .header_search-submit .btn .fa {
    display: block;
    font-size: 19px;
  }
  .header-wrap .header_search-submit .btn span {
    display: none;
  }
}
.header-wrap__user-tool {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 40px;
  height: 40px;
}
.header-wrap__tool-opener {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
.header-wrap__tool-opener .fa {
  font-size: 26px;
  color: #964fde;
  vertical-align: top;
  margin: 0 0;
}
.header-wrap__drop {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
  background: #fff;
  padding: 13px 20px;
}
.header-wrap__drop:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #fff transparent;
}
.header-wrap__drop .close-drop {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  background: url(../img/NewStyle/sprite.png) -277px -53px no-repeat;
}
.header-wrap__drop .close-drop:hover {
  opacity: .7;
}
.header-wrap .header_search-where {
  width: 160px;
  -webkit-box-flex: 0 0 160px;
  -moz-box-flex: 0 0 160px;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}

.header_search__closed {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  top: 0;
  right: 0;
  color: #bac7d5;
}
.header_search__closed i {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .header_search__closed {
    display: block;
  }
}

.header_search__opener {
  display: none;
  background: #fff;
  height: 40px;
  font-size: 15px;
  line-height: 24px;
  padding: 13px 20px 13px 36px;
  border-radius: 5px;
  position: relative;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.header_search__opener:before {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/ico03.png) no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .header_search__opener {
    display: block;
  }
}

.add-new-company {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0;
}
.add-new-company__btn {
  color: #cb97ff;
  border-color: rgba(203, 151, 255, 0.3);
  font-size: 13px;
  padding: 9px 6px;
}
.add-new-company__btn:hover, .add-new-company__btn:focus,
.add-new-company__btn .focus {
  color: #cb97ff;
  border-color: #cb97ff;
}

.bubble-user-notify {
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 5px;
  background: #ffcc00;
  width: 214px;
  padding: 16px 20px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 15px;
}
.bubble-user-notify:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ffcc00 transparent;
}
.bubble-user-notify__text {
  margin: 0 0 5px;
}
.bubble-user-notify__text strong {
  display: block;
}
.bubble-user-notify__see {
  font-weight: bold;
}
.bubble-user-notify .close-drop {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 9px;
  height: 9px;
  background: url(../img/NewStyle/ico08.png) no-repeat;
}
.bubble-user-notify .close-drop:hover {
  opacity: .7;
}

.fast-faq__button {
  padding-left: 20px;
}

.fast-faq-list {
  margin: 0;
  padding: 0 0 6px;
  list-style: none;
}
.fast-faq-list li {
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  position: relative;
}
.fast-faq-list li:before {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/ico09.png) no-repeat;
  width: 13px;
  height: 13px;
  top: 3px;
  left: 0;
}

.no-padding-side {
  padding-left: 0;
  padding-right: 0;
}

.inner-container {
  /* width: 870px; */
  max-width: 990px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

/*.adv-wrap {
  margin: 0 0 12px;
}*/

.main-content {
  /* padding-top: 30px; */
  padding-top: 11px;
}

.breadcrumbs {
  margin: 0 120px 4px 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs--inner {
  margin: -20px 0 25px;
  margin-top: 0;
  font-size: 13px;
}
.breadcrumbs--questions {
  margin-bottom: 22px;
  font-size: 13px;
}
.breadcrumbs--cabinet {
  font-size: 13px;
}
.breadcrumbs--cabinet li:first-child a {
  display: inline-block;
  position: relative;
}
.breadcrumbs--cabinet li:first-child a i {
  position: absolute;
  top: 5px;
  left: -16px;
  color: #ffc939;
  font-size: 10px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:after {
  color: #707983;
  content: ' → ';
  font-family: 'Minion Pro';
  padding: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #707983;
}
.breadcrumbs a:hover {
  color: #c90095;
}

.content-photos,
.side-photos {
  position: fixed;
  height: 250px;
}
.content-photos__arrow,
.side-photos__arrow {
  width: 32px;
  height: 32px;
  background: url(../img/NewStyle/sprite.png) no-repeat;
  top: 30px;
  z-index: 10;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
}
.content-photos__arrow:before,
.side-photos__arrow:before {
  display: none;
}
.content-photos__arrow--prev,
.side-photos__arrow--prev {
  background-position: -436px -191px;
  left: 20px;
}
.content-photos__arrow--prev:hover,
.side-photos__arrow--prev:hover {
  background-position: -436px -223px;
}
.content-photos__arrow--next,
.side-photos__arrow--next {
  background-position: -468px -191px;
  left: 62px;
}
.content-photos__arrow--next:hover,
.side-photos__arrow--next:hover {
  background-position: -468px -223px;
}

.content-photos {
  position: relative;
  height: auto;
}

.side-photos-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 250px;
}
/*.side-photos-list:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  width: 94px;
  height: 52px;
  z-index: 2;
  border-radius: 500px;
}*/
.side-photos-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.side-photos-list li {
  height: 250px;
}
.side-photos-list img {
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 991px) {
  .side-photos-list img {
    object-fit: contain;
  }
}
@media print {
  .side-photos-list img {
    object-fit: contain;
  }
}

.count-photos {
  position: absolute;
  bottom: 15px;
  left: 12px;
  font-size: 21px;
  color: #fff;
  padding: 5px 0 0 8px;
  z-index: 3;
}
.count-photos:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url(../img/NewStyle/sprite.png) -397px -167px;
  vertical-align: middle;
  margin: 0 0 5px 0;
}
.count-photos a {
  font-size: 21px;
  color: #fff;
  margin: 0 6px 0 0;
  vertical-align: -2px;
}
.count-photos .add-photo-side {
  display: inline-block;
  height: 31px;
  border: 1px solid #fff;
  font-size: 13px;
  color: #fff;
  line-height: 29px;
  padding: 0 11px;
  vertical-align: 0;
  text-decoration: none;
  opacity: .75;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.count-photos .add-photo-side:hover {
  opacity: 1;
}

#side-map {
  position: fixed;
  top: 60px;
  height: 100vh;
  background: #eff;
}

.side-map__tools {
  position: absolute;
  top: 11px;
  left: 11px;
}
.side-map__tools .map-resize {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background: #fff;
  box-shadow: 3px 3px 5px 0 rgba(1, 0, 0, 0.1);
  margin: 0 8px 0 0;
  position: relative;
  border-radius: 3px;
}
.side-map__tools .map-resize:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: url(../img/NewStyle/sprite.png) no-repeat -395px -101px;
  margin: -16px 0 0 -16px;
}
.side-map__tools .map-resize--active:before {
  background-position: -395px -133px;
}
.side-map__tools .map-route {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 150px;
  height: 50px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 10px;
  color: #694caf;
  background: #fff;
  box-shadow: 3px 3px 5px 0 rgba(1, 0, 0, 0.1);
}
.side-map__tools .map-route:hover {
  color: #c90095;
}

.rating-star {
  height: 15px;
  width: 100px;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.rating-star span {
  display: inline-block;
  vertical-align: top;
  background: url(../img/NewStyle/star-unactive.svg) no-repeat;
  width: 15px;
  height: 15px;
}
.rating-star span.active {
  background-image: url(../img/NewStyle/star-active.svg);
}
.rating-star--sm {
  width: 75px;
  height: 11px;
}
.rating-star--sm span {
  width: 11px;
  height: 11px;
}

.section-title {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 30px;
}

.radio-holder,
.checkbox-holder {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}
.radio-holder.bold-style,
.checkbox-holder.bold-style {
  color: #7d54a7;
  font-size: 13px;
}
.radio-holder.bold-style .check,
.checkbox-holder.bold-style .check {
  border: 2px solid #7e3bc2;
}
.radio-holder.bold-style .check:before,
.checkbox-holder.bold-style .check:before {
  width: 10px;
  height: 6px;
  margin: -4px 0 0 -5px;
}

.check {
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c9d0;
  border-radius: 4px;
  margin: 0 5px 0 0;
  position: relative;
  background: #fff;
}
.check:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
  margin: -6px 0 0 -7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #7e3bc2;
  border-left: 2px solid #7e3bc2;
  display: none;
}
.check.checked {
  border-color: #7e3bc2;
}
.check.checked:before {
  display: block;
}

.checkbox-bold .check {
  border-width: 2px;
  border-color: #7e3bc2;
}
.checkbox-bold .check:before {
  width: 12px;
  height: 6px;
  margin: -5px 0 0 -6px;
}

.radio {
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c9d0;
  border-radius: 50%;
  margin: 0 5px 0 0;
  position: relative;
  background: #fff;
}
.radio:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #7e3bc2;
  border-radius: 50%;
  display: none;
}
.radio.checked {
  border-color: #7e3bc2;
}
.radio.checked:before {
  display: block;
}

.check.disabled,
.radio.disabled,
.check.disabled + label,
.radio.disabled + label {
  cursor: default !important;
  opacity: 0.5;
}

.radio-list {
  margin: 0;
  padding: 0 0 4px;
  list-style: none;
}
.radio-list li {
  margin: 0 0 12px;
}

.popper-content {
  position: absolute;
  top: -9999px;
  left: 0;
}

.popover {
  max-width: none;
}

.drop__item {
  display: none;
}

.drop__holder.active .drop__item {
  display: block;
}
.drop__holder.active .drop__iteminclude mobile {
  display: none;
}

.checkbox-switcher {
  line-height: 25px;
  font-size: 13px;
}
.checkbox-switcher .check {
  width: 40px;
  height: 25px;
  border-radius: 500px;
  border: none;
  background: #bac7d5;
}
.checkbox-switcher .check span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: left 0.2s ease 0s;
  -moz-transition: left 0.2s ease 0s;
  -o-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
}
.checkbox-switcher .check:before {
  display: none !important;
}
.checkbox-switcher .check.checked {
  background: #ab88d5;
}
.checkbox-switcher .check.checked span {
  left: 17px;
}

.ui-autocomplete.ui-menu {
  margin-top: 0px;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.ui-autocomplete-input:focus {
  border-radius: 4px 4px 0 0;
}

.ui-menu-item-wrapper.ui-state-active {
  background: #fc0;
  border-color: #fc0;
  color: #333;
}

.main-info-flex {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  .main-info-flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print {
  .main-info-flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sidebar-recomend {
  background: #f5f5f5;
  margin-bottom: -10px;
  min-height: calc(100vh - 250px);
}
@media (max-width: 991px) {
  .sidebar-recomend {
    height: auto;
    min-height: 0;
    margin-bottom: -10px !important;
  }
}
@media print {
  .sidebar-recomend {
    height: auto;
    min-height: 0;
    margin-bottom: -10px !important;
  }
}

.company-menu-header {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  background: #705190;
  height: 60px;
  z-index: 23;
  padding: 10px 0;
  -webkit-transition: top 0.2s ease 0s;
  -moz-transition: top 0.2s ease 0s;
  -o-transition: top 0.2s ease 0s;
  transition: top 0.2s ease 0s;
}
.company-menu-header .header-wrap__tool-opener .fa {
  color: #fff;
  opacity: .5;
}
.company-menu-header .header-wrap__tool-opener:hover .fa {
  opacity: 1;
}
@media only screen and (max-width: 1390px) {
  .company-menu-header .inner-container {
    width: 100%;
  }
  .company-menu-header .company-menu__column {
    width: 70%;
    max-width: 560px;
  }
  .company-menu-header .header-wrap__tools {
    width: 25%;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    min-width: 350px;
  }
  .company-menu-header .what-search {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
}
@media (max-width: 991px) {
  .company-menu-header .company-menu__column {
    width: 60%;
    max-width: 340px;
  }
  .company-menu-header .header-wrap__tools {
    width: 36%;
  }
}
@media print {
  .company-menu-header .company-menu__column {
    width: 60%;
  }
  .company-menu-header .header-wrap__tools {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .company-menu-header .company-menu__column {
    width: auto;
    float: none;
    padding: 0 10px;
    max-width: 100%;
  }
  .company-menu-header .header-wrap__tools {
    display: none;
  }
  .company-menu-header .nav-opener {
    display: none;
  }
}

.company-menu-fixed .company-menu-header {
  top: 0;
}

.company-menu__column {
  float: left;
  width: 75%;
  /* max-width: 930px; */
}
@media only screen and (max-width: 1670px) {
  .company-menu__column {
    max-width: 930px;
  }
}

.what-search {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0;
  width: 200px;
}
.what-search__wrap {
  position: relative;
}
.what-search__wrap .fa {
  position: absolute;
  top: 0;
  left: 8px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}
.what-search__input {
  width: 100%;
  height: 40px;
  padding: 5px 10px 5px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  border: 1px solid #8d74a6;
  background: #624382;
  border-radius: 3px;
  color: #fff;
}
.what-search__input::placeholder {
  color: #fff;
  opacity: .5;
}

.no-reviews-row {
  background: #774d87;
  color: #fff;
  padding: 15px 0;
  position: relative;
  margin-top: -11px;
}
.no-reviews-row__wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.no-reviews-row__text {
  margin: 0 10px 0 0;
  font-size: 18px;
  line-height: 21px;
}

/* star rating */
.rating-cancel,
.star-rating {
  float: left;
  width: 32px;
  height: 30px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
  margin: 0 4px;
}

.rating-cancel,
.rating-cancel a {
  display: none !important;
}

.star-rating,
.star-rating a {
  background: url(../img/NewStyle/rating-set.png) no-repeat;
}

.rating-cancel a,
.star-rating a {
  display: block;
  width: 32px;
  height: 100%;
  background-position: 0 0px;
  border: 0;
}

.star-rating-on a {
  background-position: 0 -30px !important;
}

.star-rating-hover a {
  background-position: 0 -30px;
}

/* Read Only CSS */
.star-rating-readonly a {
  cursor: default !important;
}

/* Partial Star CSS */
.star-rating {
  background: transparent !important;
  overflow: hidden !important;
}

.file-list {
  margin: 0 -15px -30px;
  padding: 0 0 20px;
  list-style: none;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.file-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
  width: 120px;
}

.image-file a {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 90px;
  width: 100%;
  position: relative;
}
.image-file a:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
}
.image-file a:hover:after {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/ico37.png) no-repeat;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
.image-file a img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.document-file {
  text-align: center;
}
.document-file a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.document-file__type {
  font-size: 30px;
  line-height: 30px;
  color: #bac7d5;
  margin: 0 0 6px;
}
.document-file__name {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 2px;
}
.document-file__safe {
  font-size: 11px;
  line-height: 14px;
  color: #00cc00;
  margin: 0 -10px;
}

.modal-review .modal-dialog {
  width: 870px;
  max-width: 870px;
}
@media (max-width: 991px) {
  .modal-review .modal-dialog {
    width: auto;
  }
}
@media print {
  .modal-review .modal-dialog {
    width: auto;
  }
}
.modal-review .modal-content {
  padding: 0;
}
.modal-review .modal-header {
  padding: 19px 40px 20px;
  border-radius: 6px 6px 0 0;
}
.modal-review .modal-header.rating-error {
  background: #fbebeb;
  color: #cc0000;
}
.modal-review .modal-body {
  padding: 13px 40px 20px;
}
.modal-review .modal-body.no-modal-header {
  padding-top: 33px;
}
.modal-review .close {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 14px;
  margin: 0;
  z-index: 12;
}

.your-rating-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.your-rating-wrapper__text {
  margin: 0 8px 0 0;
}
.your-rating-wrapper__stars {
  margin: 0 5px 0 0;
  -webkit-box-flex: 0 0 200px;
  -moz-box-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.your-rating-form__row {
  margin-bottom: 20px;
}
.your-rating-form .drop-zone {
  margin-bottom: 20px;
}
.your-rating-form__files {
  padding-bottom: 10px;
}

.control-label-block {
  display: block;
  font-weight: normal;
  margin-bottom: 6px;
  color: #999fa7;
}
.control-label-block strong {
  color: #000;
}

.has-error {
  color: #cc0000;
}
.has-error .control-label {
  color: #c00;
}
.has-error .control-label-block {
  color: #cc0000;
}
.has-error .control-label-block strong {
  color: #cc0000;
}
.has-error .form-control {
  border-color: #cc0000;
}

.has-success .textarea__wrap:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 9px;
  height: 7px;
  background: url(../img/NewStyle/valid.png) no-repeat;
}
.has-success .form-control {
  border-color: #98cb00;
  background-color: #f1ffde;
}

.form-file-item {
  margin-bottom: 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form-file-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-file-item__visual {
  -webkit-box-flex: 0 0 120px;
  -moz-box-flex: 0 0 120px;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  height: 80px;
  margin: 0 10px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form-file-item__visual {
    margin-bottom: 10px;
  }
}
.form-file-item__visual .document-file__type {
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-file-item__visual .document-file__name {
  display: block;
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  color: #33404f;
  overflow: hidden;
  height: 22px;
}
.form-file-item__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-file-item__visual a:hover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.form-file-item__visual a:hover:after {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/sprite.png) no-repeat -116px -60px;
  top: 50%;
  width: 16px;
  height: 21px;
  left: 50%;
  margin: -11px 0 0 -8px;
}
.form-file-item__input {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.form-file-item__input textarea {
  height: 80px !important;
}

.rating-valid {
  display: inline-block;
  vertical-align: top;
  background: url(../img/NewStyle/rating-valid.png) no-repeat;
  width: 27px;
  height: 20px;
  margin-left: 140px;
}

.notify-block {
  background-color: #0cf;
  border-radius: 5px;
  padding: 17px 10px;
  position: relative;
  width: 100%;
  margin: 16px 0;
  text-align: center;
  z-index: 1;
}
.notify-block p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
}
.notify-block p a {
  color: #fff;
  text-decoration: underline;
}
.notify-block p a:hover {
  text-decoration: none;
}
.notify-block .my_close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 9px;
  line-height: 9px;
  color: #fff;
  overflow: hidden;
  background: none;
}
.notify-block .my_close:hover {
  opacity: .7;
}
.notify-block .my_close i {
  font-size: 9px;
}

.textarea__wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .textarea__wrap:after {
    display: block;
    clear: both;
    content: '';
  }
}
.textarea__wrap .textarea__counter {
  position: absolute;
  bottom: -26px;
  right: 0;
  color: #999fa7;
  font-size: 13px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .textarea__wrap .textarea__counter {
    position: relative;
    float: right;
    bottom: auto;
    right: auto;
  }
}

.cabinet-nav {
  border-bottom: 1px solid #cfd8e2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cabinet-nav {
    border-top: 1px solid #cfd8e2;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cabinet-nav--filter {
    margin-top: 0;
  }
}
.cabinet-nav__opener {
  display: none;
  font-size: 22px;
  line-height: 30px;
  color: #33404f;
  padding: 20px 0 20px 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cabinet-nav__opener {
    display: block;
  }
}
.cabinet-nav__opener-icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 39px;
  height: 4px;
  margin-top: -2px;
  background: #7e3bc2;
  border-radius: 2px;
}
.cabinet-nav__opener-icon:before, .cabinet-nav__opener-icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #7e3bc2;
  border-radius: 2px;
  left: 0;
}
.cabinet-nav__opener-icon:before {
  top: -9px;
}
.cabinet-nav__opener-icon:after {
  bottom: -9px;
}
@media only screen and (max-width: 767px) {
  .cabinet-nav.active .nav-collapse {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .nav-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 10px;
    z-index: 32;
  }
}
.nav-collapse__closer {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #813dbc;
  font-size: 30px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav-collapse__closer {
    display: block;
  }
}

.cabinet-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .cabinet-nav-list {
    padding-left: 50px;
  }
}
.cabinet-nav-list span,
.cabinet-nav-list a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  padding: 13px 0 14px;
}
@media only screen and (max-width: 767px) {
  .cabinet-nav-list span,
  .cabinet-nav-list a {
    padding: 7px 0;
  }
}
.cabinet-nav-list span:before,
.cabinet-nav-list a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-top: 3px solid #ffcc00;
  display: none;
}
.cabinet-nav-list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .cabinet-nav-list__item {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cabinet-nav-list__item--active a {
    color: #707983;
  }
}
.cabinet-nav-list__item--active a:before {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cabinet-nav-list__item--active a:before {
    display: none;
  }
}

.checkbox-list {
  margin: 0;
  padding: 0 0 19px;
  list-style: none;
}
.checkbox-list--columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .checkbox-list--columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.checkbox-list li {
  margin-bottom: 4px;
}

.br-line {
  border: none;
  background: #cfd8e2;
  height: 1px;
  margin: 0 0 20px;
}

.news-item-list {
  padding: 15px 0 15px;
}

.news-item {
  margin: 0 0 20px;
}
.news-item__wrap {
  /* padding-top: 27px; */
  display: none;
}
.news-item__header {
  margin: 0;
}
.news-item__visual {
  padding: 7px 0 29px;
}
.news-item__visual img {
  max-width: 100%;
  height: auto;
}
.news-item__comments-info {
  padding-top: 7px;
}
.news-item__title-row {
  margin-bottom: 2px;
}
.news-item__title {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  margin: 0 2px 0 0;
}
.news-item__title a {
  color: #33404f;
  border-bottom: 1px dashed #969ea5;
}
.news-item__date {
  color: #9299a1;
}
.news-item__experience {
  margin-bottom: 20px;
}
.news-item--active {
  border-bottom: 1px solid #cfd8e2;
  margin-bottom: 24px;
  padding-bottom: 27px;
}
.news-item--active .news-item__wrap {
  display: block;
}
.news-item--active .news-item__title {
  /* font-size: 27px; */
}
.news-item--active .news-item__title a {
  border: none;
}
.news-item__description {
  font-size: 15px;
  line-height: 21px;
  padding-top: 10px;
}
.news-item__description__title {
  margin: 0 0 5px;
  font-weight: bold;
}

.paging-wrap {
  border-bottom: 1px solid #cfd8e2;
  margin-bottom: 30px;
  padding: 12px 0;
}

.paging {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 21px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .paging {
    font-size: 15px;
    line-height: 20px;
  }
}
.paging li {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px;
}
@media only screen and (max-width: 767px) {
  .paging li {
    margin: 0 5px;
  }
}
.paging li.active a {
  color: #33404f;
  cursor: text;
}

.success_green {
  background-color: #6c0;
  border-radius: 4px;
  position: relative;
  padding: 13px 20px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.success_green p {
  margin: 0;
}
.success_green .success-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 9px;
  line-height: 9px;
}
.success_green .success-close:hover {
  opacity: .7;
}

.error_invalid {
  background-color: #c00;
  border-radius: 4px;
  position: relative;
  padding: 11px 20px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.error_invalid p {
  margin: 0;
}
.error_invalid .error-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 9px;
  line-height: 9px;
}
.error_invalid .error-close:hover {
  opacity: .7;
}

.tips-wrap {
  position: relative;
  display: inline-block;
}

.tips-opener {
  display: inline-block;
  border: 1px solid #8c65b3;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  color: #8c65b3;
  font-size: 13px;
  line-height: 16px;
}
.tips-opener:hover {
  background: #8c65b3;
  color: #fff !important;
}

.text-drop {
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #cfd8e2;
  border-radius: 5px;
  box-shadow: -3px 6px 20px rgba(1, 0, 0, 0.1), 3px 6px 20px rgba(1, 0, 0, 0.1);
  width: 300px;
  padding: 20px;
  z-index: 20;
  font-size: 13px;
  line-height: 18px;
  display: none;
}
.text-drop p {
  margin: 0;
}
.text-drop:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #cfd8e2 transparent;
}
.text-drop:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  margin: 0 0 -1px 0;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #fff transparent;
}
.text-drop .close-drop {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 9px;
  height: 9px;
  background: url(../img/NewStyle/ico08.png) no-repeat;
  opacity: .4;
}
.text-drop .close-drop:hover {
  opacity: .7;
}

.input-wrap.has-error {
  position: relative;
}

.error-text {
  font-size: 13px;
  position: absolute;
  top: 100%;
  left: 0;
}

.page-title {
  margin: 20px 0 26px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
}

.page-title-gray {
  color: #999fa7;
  margin: 0 0 18px;
  font-size: 27px;
  line-height: 27px;
  font-weight: normal;
}

.category-title {
  font-size: 21px;
  font-weight: 400;
  color: #33404f;
  line-height: 25px;
  padding: 0;
  margin: 6px 0 15px;
  letter-spacing: -1px;
}

.category-catalog-wrap {
  padding-bottom: 80px;
}

.modal-size-md .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 14;
  font-size: 14px;
}
.modal-size-md .modal-body {
  padding: 20px 40px 25px;
}
@media only screen and (max-width: 767px) {
  .modal-size-md .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal-size-md .modal-dialog {
  width: calc(100vw - 20px);
  max-width: 600px;
}

.modal-header .h2,
.modal-header h2 {
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 6px;
  text-align: left;
}

.modal-size-lg .modal-header {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .modal-size-lg .modal-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal-size-lg .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 14;
  font-size: 14px;
}
.modal-size-lg .modal-body {
  padding: 20px 40px 25px;
}
@media only screen and (max-width: 767px) {
  .modal-size-lg .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal-size-lg .modal-dialog {
  width: calc(100vw - 20px);
  max-width: 1130px;
}

.modal-size-870 .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 14;
  font-size: 14px;
}
.modal-size-870 .modal-body {
  padding: 20px 40px 25px;
}
@media (max-width: 991px) {
  .modal-size-870 .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .modal-size-870 .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-size-870 .modal-body {
    padding-left: 9px;
    padding-right: 9px;
  }
}
.modal-size-870 .modal-dialog {
  width: calc(100vw - 20px);
  max-width: 870px;
}

.modal-breadcrumbs {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 26px;
}
.modal-breadcrumbs li {
  display: inline;
}
.modal-breadcrumbs i {
  padding: 0 6px;
  font-size: 8px;
  color: #969ea5;
  vertical-align: 1px;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url(../img/adding-company-new/arrow_select.png);
  background: url(../img/NewStyle/arrow_select.png) no-repeat;
  background-position: right 10px center;
  border: 1px solid #bdc4cb;
  border-radius: 5px;
}
.custom-select--xs {
  height: 30px;
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
}

.modal-buttons {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: -5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-buttons .btn {
  margin: 5px;
}

.checkbox-custom-item {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
  color: #7d54a7;
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}
.checkbox-custom-item [type="checkbox"]:not(:checked),
.checkbox-custom-item [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + label,
.checkbox-custom-item [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + label:before,
.checkbox-custom-item [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #7e3bc2;
  background: #fff;
  border-radius: 4px;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + label:after,
.checkbox-custom-item [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  margin: 0;
  top: 6px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #7e3bc2;
  border-left: 2px solid #7e3bc2;
}
.checkbox-custom-item [type="checkbox"]:not(:checked) + label:after {
  display: none;
}
.checkbox-custom-item [type="checkbox"]:checked + label:after {
  display: block;
}
.checkbox-custom-item [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-custom-item [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-custom-item [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.checkbox-custom-item [type="checkbox"]:disabled + label {
  color: #aaa;
}

.faq-header {
  background: #ffcc00;
  padding: 80px 0 60px;
}
@media only screen and (max-width: 767px) {
  .faq-header {
    padding: 40px 0;
  }
}
.faq-header__title {
  margin: 0 0 29px;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .faq-header__title {
    font-size: 28px;
    line-height: 33px;
  }
}
.faq-header__title span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 67px;
}
@media only screen and (max-width: 767px) {
  .faq-header__title span {
    padding-left: 34px;
  }
}
.faq-header__title span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/NewStyle/deco08.png) no-repeat;
  width: 48px;
  height: 48px;
  margin-top: -26px;
}
@media only screen and (max-width: 767px) {
  .faq-header__title span:before {
    width: 24px;
    height: 24px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: -12px;
  }
}
.faq-header .input-holder:before {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/deco09.png) no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  left: 11px;
}
.faq-header .header_search__form-control {
  border: 1px solid #cca300;
  font-size: 17px;
  padding-left: 44px;
}

.faq-main {
  padding: 33px 0 10px;
  border-bottom: 1px solid #e3e9ee;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .faq-main {
    border: none;
  }
}

.faq-column {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .faq-column {
    border-bottom: 1px solid #e3e9ee;
    padding-bottom: 30px;
  }
}
.faq-column__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  margin: 0 0 24px;
}
.faq-column__list {
  padding-bottom: 11px;
}
.faq-column .btn {
  margin-left: 22px;
  padding: 7px 15px;
}

.faq-search {
  margin: 0 0 42px;
}
.faq-search .input-holder {
  position: relative;
}
.faq-search .input-holder:before {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/deco09.png) no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  left: 11px;
}
.faq-search .form-control {
  border: 1px solid #bdc4cc;
  font-size: 17px;
  padding-left: 44px;
}

.faq-item {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 40px 0 0;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -.02em;
}
@media (max-width: 991px) {
  .faq-item {
    display: block;
  }
}
@media print {
  .faq-item {
    display: block;
  }
}
.faq-item__aside {
  -webkit-box-flex: 0 0 270px;
  -moz-box-flex: 0 0 270px;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  margin-left: 30px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media (max-width: 991px) {
  .faq-item__aside {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media print {
  .faq-item__aside {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.faq-item__content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.faq-item .h1,
.faq-item h1 {
  font-size: 45px;
  line-height: 1.2;
  margin: 0 0 41px;
}
@media only screen and (max-width: 767px) {
  .faq-item .h1,
  .faq-item h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.faq-item .visual {
  margin: 35px 0 56px;
}
.faq-item .visual img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.faq-item .h4,
.faq-item h4 {
  margin: 38px 0 11px;
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
}

.faq-back-link {
  display: block;
  border: 1px solid #d0d9e2;
  border-radius: 5px;
  height: 50px;
  margin: 0 0 32px;
  padding: 15px 10px;
  padding: 16px 10px 14px;
  font-size: 15px;
  line-height: 18px;
}
.faq-back-link span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 40px;
  position: relative;
}
.faq-back-link span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/NewStyle/deco10.png) no-repeat;
  width: 30px;
  height: 18px;
  margin-top: -9px;
}

.faq-nav {
  margin: 0;
}
.faq-nav__title {
  margin: 0 0 24px;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
}
.faq-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -.02em;
}
.faq-nav__list ul {
  margin: 0;
  padding: 21px 0 2px 20px;
  list-style: none;
  font-size: 13px;
  line-height: 16px;
}
.faq-nav__list ul li {
  margin-bottom: 14px;
}
.faq-nav__list li {
  margin: 0 0 15px;
}
.faq-nav__list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 24px;
}
.faq-nav__list > .active > a {
  font-weight: bold;
}
.faq-nav__list .active > a {
  color: #33404f;
}
.faq-nav__list .active > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 3px;
  background: #ffcc00;
  margin-top: -20px;
}

.num-list {
  margin: 29px 0 55px;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
@media only screen and (max-width: 767px) {
  .num-list {
    margin-bottom: 20px;
  }
}
.num-list li {
  padding: 0;
  margin: 0 0 10px;
  position: relative;
}
.num-list li:before {
  content: counters(item,".") ".";
  counter-increment: item;
  padding: 0 24px 0 0;
}

.faq-help {
  margin: 0 0 30px;
}
.faq-help .h4,
.faq-help h4 {
  margin-top: 35px;
}
.faq-help__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-help__list li {
  position: relative;
  margin: 0 0 10px;
}
.faq-help__list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
}
.faq-help__list a:before, .faq-help__list a:after {
  width: 13px;
  height: 13px;
  top: 2px;
  left: 0;
  position: absolute;
}
.faq-help__list a:before {
  content: '';
  background: #6729a6;
  border-radius: 50%;
}
.faq-help__list a:after {
  content: '?';
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 13px;
  top: 3px;
}

.static-text {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 60px;
}
.static-text .h1,
.static-text h1 {
  font-size: 45px;
  line-height: normal;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .static-text .h1,
  .static-text h1 {
    font-size: 32px;
  }
}
.static-text .h2,
.static-text h2 {
  font-size: 30px;
  margin-bottom: 17px;
  letter-spacing: -.5px;
}
.static-text .h3,
.static-text h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 14px;
  letter-spacing: -1px;
}
.static-text .h4,
.static-text h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 14px;
  letter-spacing: -.5px;
}
.static-text ol {
  padding: 0;
}
.static-text ol li {
  margin-left: 16px;
  margin-bottom: 10px;
}
.static-text ol.last {
  margin-bottom: 30px;
}
.static-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.static-text ul li {
  padding: 0 0 0 34px;
  margin: 0 0 10px;
}
.static-text ul li:before {
  content: "·";
  font-size: 16px;
  display: inline-block;
  margin-left: -34px;
  width: 36px;
}
.static-text ul.last {
  margin-bottom: 30px;
}

.checked-img {
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-radius: 0 0 3px 0;
}
.checked-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent #00cc00 transparent;
}
.checked-img:after {
  content: '';
  position: absolute;
  background: url(../img/NewStyle/deco11.png) no-repeat;
  width: 11px;
  height: 8px;
  bottom: 4px;
  right: 4px;
}

.pager-inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager-inline-list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 -1px 0 0;
}
.pager-inline-list__item_active a {
  background-color: #ffcc00;
  color: #33404f;
}
.pager-inline-list a {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 2px;
  border-radius: 50%;
}

.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
  font-size: 13px;
  color: #7d54a7;
  font-family: 'PT Sans', sans-serif;
  border-top: solid 1px #c6d0da;
  border-radius: 0;
  padding: 8px 10px !important;
  margin-top: 7px;
  border-radius: 0 0 4px 4px;
}

.rubric-variants {
  position: relative;
}
.rubric-variants__drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 8px 15px 10px;
  border: 1px solid #bac3c9;
  border-top: none;
  display: none;
}

.page404-info {
  text-align: center;
  color: #fff;
  margin: -86px 0 40px;
}
.page404-info__visual {
  clear: both;
}
.page404-info__text {
  font-size: 59px;
  line-height: normal;
  margin-top: 14px;
  margin-bottom: 4px;
  color: #ffcc00;
}
.page404-info__help {
  font-size: 17px;
  line-height: 21px;
}
.page404-info__help a {
  color: #ffcc00;
}

.jq-ry-container {
  padding: 0;
}

.compareFixMobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .compareFixMobile {
    display: block;
  }
}

.buy-tarif {
  padding: 5px 28px;
  margin: 0;
}
@media (max-width: 991px) {
  .buy-tarif {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  .buy-tarif {
    padding-left: 0;
    padding-right: 0;
  }
}
.buy-tarif__title {
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  color: #33404f;
  font-weight: normal;
  margin: 0 0 20px;
}
.buy-tarif__list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (max-width: 991px) {
  .buy-tarif__list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media print {
  .buy-tarif__list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .buy-tarif__list {
    margin-left: -1px;
    margin-right: -1px;
  }
}
.buy-tarif__list-item {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .buy-tarif__list-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media print {
  .buy-tarif__list-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .buy-tarif__list-item {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.buy-tarif__item {
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  padding: 31px 15px 24px;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__item {
    padding: 0 4px 15px;
  }
}
.buy-tarif__item_item1 {
  background: #fafafa;
  border-color: #b9c2cd;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__item_item1 {
    background: none;
  }
}
.buy-tarif__item_item1 .buy-tarif__time {
  background: url(../img/NewStyle/deco30.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__item_item1 .buy-tarif__time {
    background: #8363a3;
  }
}
.buy-tarif__item_item1 .btn {
  background: #e4d69c;
  border: 1px solid #daba1e;
}
.buy-tarif__item_item2 {
  background: #d6c3e3;
  background: -moz-linear-gradient(top, #d6c3e3 0%, white 43%);
  background: -webkit-linear-gradient(top, #d6c3e3 0%, white 43%);
  background: linear-gradient(to bottom, #d6c3e3 0%, white 43%);
  border-color: #b9c2cd;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__item_item2 {
    background: none;
  }
}
.buy-tarif__item_item2 .buy-tarif__time {
  background: url(../img/NewStyle/deco31.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__item_item2 .buy-tarif__time {
    background: #9437d1;
  }
}
.buy-tarif__item_item2 .btn {
  background: #ffd21b;
  border: 1px solid #daba1e;
}
.buy-tarif__item_item3 {
  background: #ffc500;
  background: -moz-linear-gradient(top, #ffc500 0%, white 43%);
  background: -webkit-linear-gradient(top, #ffc500 0%, white 43%);
  background: linear-gradient(to bottom, #ffc500 0%, white 43%);
  border-color: #ffc500;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__item_item3 {
    background: none;
  }
}
.buy-tarif__item_item3 .buy-tarif__time {
  background: url(../img/NewStyle/deco32.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__item_item3 .buy-tarif__time {
    background: #d7111c;
  }
}
.buy-tarif__item_item3 .btn {
  background: #ffc500;
  border: 1px solid #daba1e;
}
.buy-tarif__time {
  color: #fff;
  width: 191px;
  height: 53px;
  text-align: center;
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 24px;
  padding: 9px 0 0 0;
  margin: 0 0 21px;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__time {
    width: auto;
    height: auto;
    padding: 5px 0;
    margin: 0 -4px 10px;
    border-radius: 4px 4px 0 0;
  }
}
.buy-tarif__text {
  margin: 0 0 10px;
  color: #56606c;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 17px;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__text {
    min-height: 85px;
  }
}
.buy-tarif__price {
  font-size: 15px;
  color: #000;
  margin: 0 0 5px;
}
.buy-tarif__price .old-price {
  text-decoration: line-through;
  margin: 0 3px 0 0;
}
.buy-tarif__price .new-price {
  color: #d51e5a;
}
.buy-tarif__stat-text {
  font-weight: bold;
  color: #7e3bc2;
  font-size: 13px;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  .buy-tarif__stat-text {
    min-height: 32px;
  }
}
.buy-tarif__visual {
  min-height: 35px;
  margin: 0 0 14px;
}
.buy-tarif__stat {
  margin: 0 0 12px;
}
.buy-tarif .btn {
  color: #33404f;
  padding: 9px 40px;
}
.buy-tarif .btn:hover {
  opacity: .7;
}
@media only screen and (max-width: 767px) {
  .buy-tarif .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}

/* yandex baloon */
.ymaps-2-1-59-balloon {
  position: absolute;
  z-index: 1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 5px 15px -7px rgba(0, 0, 0, 0.5);
  padding: 1px;
}

.ymaps-2-1-59-balloon__layout {
  display: block;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.ymaps-2-1-59-balloon__content {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  background: #fff;
  padding: 10px 12px;
  min-width: 60px;
  height: 100%;
  min-height: 15px;
  font: 13px/20px Arial,sans-serif;
}

.ymaps-2-1-59-balloon__tail {
  display: block;
  position: relative;
  left: 45px;
  margin-bottom: -17px;
  background: rgba(0, 0, 0, 0.15);
  width: 17px;
  height: 17px;
  box-shadow: inset 0 0 1px -2px rgba(0, 0, 0, 0.15), 3px -3px 13px 1px rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 50%);
}
.ymaps-2-1-59-balloon__tail:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 1px;
  background-color: #fff;
  width: 20px;
  height: 20px;
}

.ymaps-2-1-59-balloon_to_top .ymaps-2-1-59-balloon__tail {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform: rotate(-45deg);
  transform-origin: top left;
}

.side-menu {
  width: 230px;
  padding: 4px 5px 0 6px;
  line-height: 15px;
  height: 125px;
  background: #fff;
  border-radius: 8px;
  z-index: 10;
  display: block;
}
.side-menu .radios .radio_group label {
  font-size: 13px;
  font-weight: 400;
  color: #33404f;
  cursor: pointer;
  margin: 0 0 0 30px;
  display: block;
}
.side-menu .radios .radio_group .label-container {
  display: inline-table;
  width: 196px;
  vertical-align: -2px;
  letter-spacing: -0.25px;
}
.side-menu .radios .radio_group .radio_grou__item {
  margin: 0 0 10px;
}
.side-menu .btns-block-side {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 12px -5px 0;
}
.side-menu .btns-block-side .btn {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 5px;
}

/* yandex baloon end */
.what-search-active #header.header--inner {
  z-index: 24;
}

.what-search-active .header_search__closed {
  display: block;
}
.popover {
    border-radius: 5px;
    /* border: none; */
    -webkit-box-shadow: -3px 6px 20px rgba(1, 0, 0, 0.1), 3px 6px 20px rgba(1, 0, 0, 0.1);
    box-shadow: -3px 6px 20px rgba(1, 0, 0, 0.1), 3px 6px 20px rgba(1, 0, 0, 0.1);
    min-width: 200px;
    max-width: 360px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    border-color: #cfd8e2;
}

.popover-inner {
    padding: 16px 11px;
}

.popover-content {
    /* padding: 25px; */
}

@media (min-width: 576px) {
  .flex-row > .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-row > .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-row > .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row > .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row > .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-row > .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row > .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-row > .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-row > .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-row > .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-row > .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-row > .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .flex-row > .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-row > .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-row > .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row > .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row > .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-row > .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row > .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-row > .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-row > .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-row > .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-row > .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-row > .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .flex-row > .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .flex-row > .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-row > .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .flex-row > .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .flex-row > .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .flex-row > .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row > .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .flex-row > .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .flex-row > .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-row > .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .flex-row > .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .flex-row > .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1350px) {
  .search-options {
    left: -90px;
    right: -90px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1210px) {
  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  .write-review_header {
    margin-left: 0;
  }

  /* .header-wrap .header_search {
  	width: 520px;
  } */
  .adv-wrap img {
    max-width: 100%;
    height: auto;
  }

  .inner-container {
    width: auto;
    max-width: 900px;
    padding: 0 15px;
  }

  .container-fluid .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .logo {
    margin-left: 0;
  }

  .content__header .btn {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
  }

  .popular-catalog .col-md-6:first-child .link-list {
    padding-bottom: 0;
  }

  /* .header-wrap .header_search {
  	width: 290px;
  } */
  .header-wrap .header_search-where {
    display: none;
  }

  .breadcrumbs {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-information {
    display: none;
  }

  .search-bubble {
    display: none;
  }

  .header_search-query {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
  }

  .header_search-where {
    -webkit-box-flex: 1 1 200px;
    -moz-box-flex: 1 1 200px;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
  }

  .floating_window {
    display: none;
  }

  .header_search__form-control {
    height: 40px;
    font-size: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #header {
    padding-top: 10px;
  }

  .header-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    padding-top: 10px;
    background: #2b0c4b;
    position: relative;
  }

  #header.header--inner {
    /* background: #2b0c4b; */
  }

  .category-nav__item {
    font-size: 13px;
    line-height: 17px;
  }

  .best-company-slider {
    padding: 0 15px;
  }

  .best-company__item {
    /* padding: 0; */
  }

  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  .content-wrap {
    padding-right: 0;
  }

  .map-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }

  .aside-wrap {
    padding-left: 0;
  }

  /*.content__header {
    margin: 0 0 20px;
  }*/
  .content__header .content-title {
    margin-bottom: 10px;
  }

  .promo-section {
    background-position: 15% 0;
  }

  .social__column {
    margin-bottom: 20px;
  }

  .social-section {
    padding-bottom: 10px;
  }

  .groups-name {
    float: none;
    margin-bottom: 10px;
    width: auto;
    text-align: left;
  }

  .groups-frame {
    margin-left: 0;
  }

  .header-wrap__tools {
    display: none;
  }

  .header-wrap .logo {
    margin: 0 10px 0 -5px;
    width: 155px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
    -webkit-box-flex: 0 0 155px;
    -moz-box-flex: 0 0 155px;
    -webkit-flex: 0 0 155px;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
  }

  /* .header-wrap .header_search-submit {
  	display: none;
  } */
  .header-wrap .header_search__form-control {
    font-size: 15px;
  }

  /*.adv-wrap {
    display: none;
  }*/

  .breadcrumbs {
    display: none;
  }

  .checked-img {
    width: 20px;
    height: 20px;
  }
  .checked-img:before {
    border-width: 0 0 20px 20px;
  }
  .checked-img:after {
    bottom: 2px;
    right: 1px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1320px) {
  .col-md-9.main-content {
    width: 78%;
  }

  .col-lg-3.no-padding-side {
    width: 22%;
  }

  .vip-company-balloon {
    max-width: 260px;
  }
}
@media print {
  #header, #footer {
    display: none;
  }

  .cabinet-item,
  #main-wrap {
    padding-top: 0;
  }

  .print-txt-white {
    color: #fff !important;
  }

  .print-txt-black {
    color: #000 !important;
  }

  .print-txt-gray {
    color: #666 !important;
  }

  .print-bg-white {
    background-color: #fff !important;
  }

  .print-bg-black {
    background-color: #000 !important;
  }

  .print-bg-gray {
    background-color: #666 !important;
  }

  .company-header__links,
  .balloon,
  .company-menu-header {
    display: none !important;
  }
  .why-company__wrap {
    border-bottom-width: 1px !important;
    margin-bottom: -1px;
  }

  .why-company__line {
    border: 1px solid #ffdb00;
    border-radius: 0 0 5px 5px;
  }

  .rating-star span {
    -webkit-print-color-adjust: exact;
  }

  .rating-line__item {
    -webkit-print-color-adjust: exact;
  }

  .rubrics-content a {
    -webkit-print-color-adjust: exact;
  }

  .company-news-item__date {
    -webkit-print-color-adjust: exact;
  }

  .checked-img:after {
    -webkit-print-color-adjust: exact;
  }
  .add-company-photo__label {
      border-radius: 4px;
  }
  .no-reviews-row {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
  }
}
.popular-catalog__column {
    padding-bottom: 21px;
}
/*# sourceMappingURL=all.css.map */
