@import "/css/front/font/euclid/include-m.css";
@import "/css/front/icons.css";
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.39;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: 'PT Sans', Calibri, "San Francisco", Arial, sans-serif;
}
@media all and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
img {
  vertical-align: bottom;
  border: 0;
}
svg {
  vertical-align: bottom;
  border: 0;
}
.search-btn {
  background: url("/app/public/design/search.svg") no-repeat center center !important;
  box-sizing: content-box !important;
  width: 24px;
  height: 24px;
}
.margin15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margintop15 {
  margin-top: 15px;
}
.marginbottom15 {
  margin-bottom: 15px;
}
.color-red {
  color: #ff0000 !important;
}
.ratio {
  position: relative;
}
.ratio .ratio-21x9 {
  padding-top: 42.85%;
}
.ratio .ratio-16x9 {
  padding-top: 56%;
}
.ratio .ratio-1x2 {
  padding-top: 200%;
}
.ratio .ratio-19x10 {
  padding-top: 53%;
}
.ratio .ratio-4x3 {
  padding-top: 75%;
}
.ratio .ratio-1x1 {
  padding-top: 100%;
}
.ratio .ratio-inner {
  position: relative;
}
.ratio .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-group {
  display: flex;
}
.s-group input:first-child,
.s-group button:first-child {
  border-right: 0;
}
.s-btn,
.s-input {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #dadada;
  background: #fafafa;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  vertical-align: middle;
  line-height: 1;
}
.s-btn {
  font-weight: 600;
  color: #444;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.s-btn:disabled {
  opacity: 0.8;
  color: #999 !important;
}
.s-btn:hover {
  background: #f0f0f0;
}
.s-btn.s-primary {
  background: #ff0000;
  color: #fff;
}
.s-btn.s-primary:hover {
  background: #bf3030;
}
.ss-button {
  display: inline-block;
  font-family: Calibri, Sans-Serif;
  font-size: 16px;
  padding: 0.6em 1.3em;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease 0.25s;
  color: #fff;
  background: #d5d5d5;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #bcbcbc;
  line-height: 1;
}
.ss-button:focus {
  outline: 0;
}
.ss-button:hover {
  box-shadow: 0 2px 25px rgba(213, 213, 213, 0.5);
}
.ss-button.red {
  background: #ff0000;
  box-shadow: 0 0 0 rgba(255, 0, 0, 0.5);
  text-shadow: 1px 1px 1px #e00000;
}
.ss-button.red:hover {
  box-shadow: 0 2px 25px rgba(255, 0, 0, 0.5);
}
.ss-button span {
  display: inline-block;
  vertical-align: middle;
}
.ss-button .num {
  position: relative;
  margin-right: 0.5em;
  font-size: 140%;
}
.ss-button .text {
  margin-top: 2px;
}
.fw {
  width: 100%;
  box-sizing: border-box;
}
.s-label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
}
.s-divider {
  margin: 30px 0;
  border: none;
  height: 1px;
  background: #d8d8d8;
}
.s-divider.sm {
  margin: 15px 0;
}
.s-checkbox-label {
  font-weight: 600;
  font-size: 95%;
}
.s-checkbox-label input {
  vertical-align: middle;
}
.s-file-label input[type=file] {
  display: none;
}
.s-form-error {
  background: #ff0000;
  color: #fff;
  padding: 5px 14px;
  font-size: 90%;
  line-height: 1.2;
  transition: padding ease 0.3s;
}
.s-form-error:empty {
  padding: 0;
}
.form-row {
  margin-top: 15px;
}
.form-row .with-icon {
  position: relative;
}
.form-row .with-icon .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  pointer-events: none;
}
.form-row .with-icon .icon img,
.form-row .with-icon .icon svg {
  width: auto;
  height: 24px;
}
.form-row .with-icon .s-input {
  padding-right: 34px;
}
.s-form-link {
  font-size: 14px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #dadada;
}
.s-form-link input {
  display: none;
}
.r-col-wrapper {
  display: flex;
  flex-direction: column;
}
.r-col-wrapper .r-col-content {
  width: 100%;
}
.r-col-wrapper .r-col {
  flex-grow: 2;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .r-col-wrapper {
    flex-direction: row;
  }
  .r-col-wrapper .r-col {
    min-width: 320px;
    max-width: 320px;
    width: 320px;
    padding-left: 20px;
  }
}
@keyframes warning {
  from {
    color: deeppink;
    background-color: lime;
  }
  50% {
    color: lime;
    background-color: deeppink;
  }
}
.site-top-banner {
  position: relative;
  z-index: 4;
  background: #fff;
}
#site_header_wrapper {
  min-height: 44px;
}
#site_header_wrapper #site_header {
  position: relative;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 1px 0 #e6dfe0;
  /*&:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 4px;
      background: url("/app/public/design/header_shadow.png");
      opacity: .3;
    }*/
}
#site_header_wrapper #site_header.sticky {
  top: 0 !important;
}
.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header-inner .logo-menu {
  flex-grow: 2;
  display: flex;
  align-items: center;
}
.site-header-inner .logo-menu .logo {
  width: 97px;
  flex-grow: 2;
  text-align: left;
}
.site-header-inner .logo-menu .h-btn svg {
  height: 20px;
  width: 35px;
}
.site-header-inner .mainmenu {
  display: none;
}
.site-header-inner .logo img {
  height: 24px;
}
.site-header-inner .h-btn {
  padding: 10px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.site-header-inner .h-btn svg {
  height: 24px;
  width: 24px;
}
.site-header-inner .search input,
.site-header-inner .search .search-close-btn {
  display: none;
}
.site-header-inner .search.hover form {
  position: absolute;
  left: 14px;
  right: 0;
  top: 0;
  display: flex;
  padding-left: 10px;
  background: #fff;
}
.site-header-inner .search.hover form input,
.site-header-inner .search.hover form button {
  display: block;
}
.site-header-inner .search.hover form input {
  border: none;
  width: 100%;
  flex-grow: 2;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  font-variant: normal;
  font-family: 'PT Sans', Calibri, "San Francisco", Arial, sans-serif;
}
.site-header-inner .user {
  position: relative;
  margin-right: 15px;
}
.site-header-inner .user .auth-login {
  display: inline-block;
  padding: 2px 8px;
  color: #ff0000;
  cursor: pointer;
  white-space: nowrap;
  font-family: EuclidFlex, sans-serif;
}
.site-header-inner .user .auth-login:before {
  content: " ";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(/app/public/images/in_red.svg) center center no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  left: -8px;
}
.site-header-inner .user .auth-user {
  display: flex;
  box-sizing: border-box;
  padding: 10px 5px;
  color: #DFDFDF;
}
.site-header-inner .user .auth-user .pic {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.site-header-inner .user .auth-user span {
  color: #000;
}
.site-header-inner .user .auth-user .name {
  display: none;
  overflow: hidden;
  max-width: 145px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (max-width: 568px) {
  .site-header-inner .search .h-btn.search-btn {
    padding-right: 0;
  }
  .site-header-inner .search.hover .h-btn.search-btn {
    display: none;
  }
  .site-header-inner .search.hover .h-btn.search-close-btn {
    padding-right: 0;
  }
  .site-header-inner .search.hover form {
    margin-left: 7%;
  }
}
@media all and (min-width: 768px) {
  .site-header-inner .user {
    width: 180px;
  }
  .site-header-inner .user .auth-login {
    width: 138px;
    height: 36px;
    text-align: center;
  }
  .site-header-inner .user .auth-login > span {
    line-height: 36px;
    font-size: 21px;
  }
  .site-header-inner .user .auth-user .name {
    display: block;
  }
  .site-header-inner .search.hover form {
    padding-left: 0;
  }
}
@media all and (max-width: 1083px) {
  .site-header-inner .logo-menu .h-btn.menu-btn.toggle-main-menu {
    padding-left: 0;
  }
  .site-header-inner .logo-menu .h-btn.search-btn {
    padding-right: 0;
  }
}
@media all and (min-width: 1084px) {
  .site-header-inner .logo-menu {
    flex-grow: 0;
  }
  .site-header-inner .logo-menu .menu-btn {
    order: 1;
  }
  .site-header-inner .logo-menu .logo {
    order: 0;
    padding-left: 0;
  }
  .site-header-inner .mainmenu {
    flex-grow: 2;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-family: EuclidFlex, sans-serif;
  }
  .site-header-inner .mainmenu li {
    display: block;
  }
  .site-header-inner .mainmenu a {
    display: block;
    padding: 15px 5px 13px;
    margin: 0 5px;
    color: #DFDFDF;
    text-decoration: none;
    white-space: nowrap;
  }
  .site-header-inner .mainmenu a:hover span {
    color: #fe0002;
  }
  .site-header-inner .mainmenu span {
    color: #000;
  }
}
@media all and (min-width: 1200px) {
  #site_header_wrapper {
    min-height: 76px;
  }
  .site-header-inner {
    padding: 12px 0;
  }
  .site-header-inner .logo-menu .logo {
    width: 125px;
  }
  .site-header-inner .logo-menu .logo img {
    height: 32px;
  }
  .site-header-inner .mainmenu {
    font-size: 17px;
  }
  .site-header-inner .search.hover form {
    top: 20px;
  }
  .site-header-inner .search.hover form input {
    border-bottom: 1px solid #DFDFDF;
  }
}
@media all and (min-width: 1400px) {
  .site-header-inner .mainmenu a {
    margin: 0 8px;
  }
}
@media all and (min-width: 1600px) {
  .site-header-inner .mainmenu {
    font-size: 20px;
  }
}
.site-footer {
  position: relative !important;
  padding: 30px 0;
  background: #f7f3f2;
  color: #555;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: center;
}
.site-footer-top,
.site-footer-body {
  border-bottom: 1px solid #dadada;
}
.site-footer-body {
  display: none;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: #010101;
}
.site-footer h3 {
  font-size: 14px;
}
.site-footer .logo img {
  max-width: 120px;
}
.site-footer .mainmenu {
  display: none;
}
.site-footer .header {
  position: relative;
  padding: 32px/2 0 0;
  text-align: left;
  background: transparent;
  font-size: 18px;
  font-family: EuclidFlex, sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
}
.site-footer .header a {
  font-weight: inherit;
}
.site-footer .header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px/2;
  height: 2px;
  width: 126px;
  background: #fe0002;
}
.site-footer .contacts {
  display: flex;
  flex-direction: column;
  margin: 32px/2 auto;
  text-align: center;
}
.site-footer .contacts .email {
  color: #fe0002;
  margin-bottom: 5px;
}
.site-footer .contacts .phone {
  font-family: EuclidFlex, sans-serif;
  font-weight: 500;
  color: #010101;
}
.site-footer .follow {
  margin-top: 32px/2;
}
.site-footer .socials {
  display: flex;
  justify-content: center;
}
.site-footer .socials a {
  display: block;
  margin: 0 7px;
  box-sizing: border-box;
  overflow: hidden;
  background: #ccc;
}
.site-footer .socials a:first-child {
  margin-left: 0;
}
.site-footer .socials a:last-child {
  margin-right: 0;
}
.site-footer .socials svg {
  width: 30px;
  height: 30px;
  margin: 5px;
}
.site-footer .visible-counters {
  margin-top: 10px;
  text-align: center;
}
.site-footer .site-caption {
  text-align: center;
}
.site-footer .site-caption .inner {
  display: inline-block;
}
.site-footer .site-caption .header {
  margin-bottom: 40px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 32px;
  font-size: 24px;
}
.site-footer .site-caption .header:after {
  left: 32px;
}
.site-footer .site-caption p {
  font-size: 15px;
}
.site-footer .site-caption p a {
  color: #fe0002;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-footer .bot-menu {
  width: 100%;
  overflow: hidden;
  margin-top: 32px/2;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.site-footer .bot-menu a {
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  .site-footer .socials {
    justify-content: left;
  }
  .site-footer .contacts {
    margin: 0 0 30px auto;
    text-align: right;
  }
  .site-footer .bot-menu li {
    display: inline-block;
    margin-right: 15px;
  }
  .site-footer .bot-menu li:last-child {
    margin-right: 0;
  }
}
@media all and (min-width: 1084px) {
  .site-footer {
    padding-top: 0;
    text-align: left;
  }
  .site-footer .site-caption .inner {
    text-align: left;
  }
  .site-footer .bot-menu {
    margin: 0 0 15px;
  }
  .site-footer .contacts {
    font-size: 15px;
  }
  .site-footer-top,
  .site-footer-body,
  .site-footer-bottom {
    padding: 32px 0;
  }
  .site-footer-top {
    box-sizing: border-box;
    height: 99px;
  }
  .site-footer-body {
    display: block;
  }
  .site-footer-body .menu-cols {
    display: flex;
  }
  .site-footer-body .menu-col {
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 20%;
    max-width: 25%;
    margin-right: 24px;
    box-sizing: border-box;
  }
  .site-footer-body .menu-col.lst {
    flex-grow: 2;
    max-width: none;
    white-space: nowrap;
    margin-right: 0;
  }
  .site-footer-body .hed {
    display: none;
  }
  .site-footer-body .header {
    font-size: 18px;
    font-family: Arial, sans-serif;
    padding-left: 0;
    color: #000;
  }
  .site-footer-body .header:after {
    left: 0;
  }
  .site-footer-body .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .site-footer-body .menu li {
    margin-right: 12px;
  }
  .site-footer-body .menu h3 {
    margin-top: 0;
  }
  .site-footer-body .menu a {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: normal;
  }
  .site-footer-body .menu .descr {
    display: none;
  }
  .site-footer-body .menu.service-menu {
    padding-top: 32px/2;
    width: 160px;
    margin-left: auto;
  }
  .site-footer-body .menu.service-menu h3 {
    font-size: 18px;
  }
  .site-footer-body .menu.service-menu h3 a {
    color: #cecece;
    text-decoration: none;
  }
  .site-footer-body .menu.service-menu h3 span {
    color: #010101;
  }
  .site-footer-bottom {
    overflow: hidden;
    padding-bottom: 0;
  }
  .site-footer-bottom .site-caption {
    text-align: left;
  }
  .site-footer-bottom .l-ms-col-7-8.nb {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
  }
  .site-footer .mainmenu {
    flex-grow: 2;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    font-family: EuclidFlex, sans-serif;
  }
  .site-footer .mainmenu li {
    display: block;
    height: auto;
  }
  .site-footer .mainmenu a {
    display: block;
    margin: 0 5px;
    color: #DFDFDF;
    text-decoration: none;
  }
  .site-footer .mainmenu a:hover span {
    color: #fe0002;
  }
  .site-footer .mainmenu span {
    color: #000;
  }
  .site-footer .li-logo {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media all and (min-width: 1200px) {
  .site-footer-bottom .l-ms-col-7-8.nb {
    max-width: 78.8%;
  }
}
@media all and (min-width: 1400px) {
  .site-footer-bottom .l-ms-col-7-8.nb {
    max-width: 78%;
  }
}
@media all and (min-width: 1600px) {
  .site-footer-bottom .l-ms-col-7-8.nb {
    max-width: 77%;
  }
}
.ms-grid.zero-margin .ms-row {
  margin-left: 0;
  margin-right: 0;
}
.ms-grid.zero-margin .ms-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.ms-grid .ms-row.zero-margin {
  margin-left: 0;
  margin-right: 0;
}
.ms-grid .ms-row.zero-margin > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.ms-grid.zero-padding,
.ms-grid .ms-row.zero-padding {
  padding-left: 0;
  padding-right: 0;
}
.stick-parent {
  position: relative;
}
.sticky {
  position: fixed !important;
  top: 44px;
}
.sticky-bottom {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
}
.banner-container {
  display: flex;
  justify-content: center;
}
@media all and (min-width: 1200px) {
  .sticky {
    top: 76px;
  }
}
#main_modal_menu {
  display: none;
}
.main-modal-menu {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.main-modal-menu .vex-close {
  position: fixed;
  top: 0;
  right: 15px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.main-modal-menu .vex-content {
  background: transparent;
}
.main-modal-menu .inner {
  position: relative;
  height: 100%;
  padding: 45px 0 15px;
  color: #fff;
  transition: opacity ease 0.3s;
}
.main-modal-menu .brand a {
  display: inline-block;
  padding: 15px 0;
}
.main-modal-menu .brand img {
  height: 20px;
  vertical-align: middle;
}
.main-modal-menu h2,
.main-modal-menu h3 {
  font-family: EuclidFlex, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.main-modal-menu h2 {
  margin: 30px 0 5px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fe0002;
}
.main-modal-menu a {
  display: block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
}
.main-modal-menu a:hover {
  transition: all ease 0.1s;
  color: #cacaca;
}
.main-modal-menu .menu-cols .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-modal-menu .menu-cols .menu li.with-divider {
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 2px;
}
.main-modal-menu .menu-cols .menu li.with-divider:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background: #555;
}
.main-modal-menu .menu-cols .menu p {
  margin-bottom: 7px;
}
.main-modal-menu .menu-cols h3 {
  font-size: 22px;
  margin: 0;
}
.main-modal-menu .menu-cols .descr {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.1;
}
.main-modal-menu .service-menu {
  margin-top: 30px !important;
}
.main-modal-menu .maps .item {
  position: relative;
  margin-top: 15px;
  font-family: EuclidFlex, sans-serif;
  font-size: 18px;
  font-weight: 400;
  min-height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-modal-menu .maps .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.6;
}
.main-modal-menu .maps .item .lnk {
  display: block;
  position: relative;
  box-sizing: border-box;
  min-height: 105px;
  padding: 15px;
  color: #000;
}
.main-modal-menu .maps .item .add-btn {
  display: block;
  position: relative;
  padding: 15px;
  background: #fe0002;
  color: #fff;
  text-transform: lowercase;
  font-size: 12px;
}
.main-modal-menu .counters .counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.main-modal-menu .counters .counter:hover {
  color: #fe0002;
}
.main-modal-menu .counters .count {
  margin-right: 15px;
  color: #fe0002;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  white-space: nowrap;
  font-family: EuclidFlex, sans-serif;
}
.main-modal-menu .counters .count.zero {
  text-align: center;
  color: #444;
}
.main-modal-menu .counters .capts {
  width: 50%;
}
.main-modal-menu .counters .sub {
  color: #999;
  font-size: 14px;
  text-transform: lowercase;
}
.main-modal-menu .socials a {
  display: inline-block;
}
.main-modal-menu .socials a svg {
  width: 26px;
  height: 26px;
  margin: 7px;
}
.main-modal-menu .addr,
.main-modal-menu .copy {
  margin-top: 30px;
  text-align: center;
}
.main-modal-menu .addr .color-red,
.main-modal-menu .copy .color-red {
  color: #fe0002;
  font-weight: 500;
}
.main-modal-menu .addr a,
.main-modal-menu .copy a {
  display: inline;
}
.main-modal-menu .addr .mail,
.main-modal-menu .addr .tel {
  font-weight: 300;
}
.main-modal-menu .addr .mail,
.main-modal-menu .addr .tel,
.main-modal-menu .addr .adress {
  margin-top: 10px;
}
.main-modal-menu .addr .mail {
  font-size: 36px;
}
.main-modal-menu .addr .tel {
  font-size: 30px;
  font-family: EuclidFlex, sans-serif;
}
.main-modal-menu .copy {
  margin-top: 30px;
}
.vex-theme-center {
  max-width: 600px;
  margin: 24px auto;
}
.vex-theme-center .vex-dialog-message {
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .main-modal-menu .addr .tel {
    font-size: 64px;
  }
}
@media all and (min-width: 1084px) {
  .main-modal-menu .maps .item {
    min-height: 100px;
  }
  .main-modal-menu .maps .item .lnk {
    font-size: 18px;
  }
  .main-modal-menu .counters {
    text-align: left;
  }
  .main-modal-menu .counters .counter {
    display: flex;
  }
  .main-modal-menu .counters .count {
    line-height: 1;
    font-size: 60px;
  }
  .main-modal-menu .counters .capts {
    margin-left: 15px;
    margin-top: 5px;
  }
  .main-modal-menu .counters .title {
    font-size: 26px;
  }
  .main-modal-menu .socials .links {
    justify-content: flex-start;
  }
  .main-modal-menu .socials .links a {
    margin-right: 15px;
  }
}
.vex .vex-content {
  padding: 15px;
}
.vex .vex-dialog-buttons {
  margin-top: 10px;
}
.vex .vex-dialog-buttons button {
  border: 1px solid #dadada;
  background: #f2f2f2;
  padding: 4px 8px;
}
.vex.vex-theme-top .vex-content {
  font-size: 14px !important;
}
@media all and (min-width: 1084px) {
  body.vex-open {
    margin-right: 17px;
  }
}
.logotype .pic {
  cursor: pointer;
}
.s-avatar {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.sblogs-item {
  margin-top: 12px;
}
.sblogs-blog-title {
  color: red;
  font-family: EuclidFlex, sans-serif;
  font-size: 0.8em;
}
.sblogs-feed-title {
  margin-left: 32px;
}
.soc-login p,
.native-login p {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 120%;
  font-family: EuclidFlex, sans-serif;
}
.soc-login {
  /*.nets {

    .nets-row {
      display: flex;
      justify-content: center;
      margin: 15px 0;
    }

    a {
      display: inline-block;
      border: 2px solid #555;
      width: 70px;
      height: 70px;
      margin: 0 15px;
      border-radius: 50%;
      overflow: hidden;
      text-decoration: none;
      text-align: center;
      line-height: 66px;

      &:hover {
        border-color: #ff0000;
        svg {
          fill: #ff0000;
        }
      }
    }

    svg {
      width: 30px;
      height: 30px;
      vertical-align: middle;
      fill: #555;
    }
  }*/
}
.soc-login .connect {
  display: none;
  text-align: center;
  font-weight: 600;
}
.soc-login .nets {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 13px !important;
}
.soc-login .nets a {
  display: flex;
  align-items: center;
  width: 270px;
  height: 40px;
  margin: 6px 0;
  background: #999;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.soc-login .nets svg {
  margin: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #fff;
}
.soc-login .nets .net {
  font-weight: bold;
  text-transform: initial;
}
.soc-login .nets .text {
  text-transform: lowercase;
}
.soc-login .nets .fb {
  background-color: #3b5998;
}
.soc-login .nets .vk {
  background-color: #45668e;
}
.soc-login .nets .go {
  background-color: #dd4b39;
}
.soc-login .nets .od {
  background-color: #F2720C;
}
.soc-login .nets .tw {
  background-color: #00aced;
}
.soc-login .nets .ma {
  background-color: #005bd1;
}
.native-login .alternate-enter {
  font-size: 12px;
  color: #444;
}
.native-login .form {
  display: none;
}
.native-login .form.active {
  display: block;
}
.native-login .control {
  margin-bottom: 15px;
}
.native-login input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid #dadada;
  background: #f2f2f2;
}
.native-login label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
}
.authen-user .userdata {
  display: flex;
  align-items: center;
}
.authen-user .logotype {
  width: 40%;
}
.authen-user .logotype .pic {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #000;
}
.authen-user .texts {
  margin-left: 15px;
}
.authen-user .texts .name {
  font-size: 18px;
  font-weight: 600;
}
.authen-red .logo {
  display: flex;
  justify-content: space-between;
}
.authen-red .logo .pic {
  height: 80px;
  width: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #ededed;
}
.authen-red .logo .text {
  margin-top: 15px;
}
.sostav-bar {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 0;
  display: flex;
  overflow: hidden;
  opacity: 0.2;
  transition: all ease 0.5s;
  background: transparent;
}
.sostav-bar:hover {
  opacity: 1;
  background: #000;
}
.sostav-bar:hover ul {
  width: 120px;
}
.sostav-bar:hover svg {
  fill: #ff0000;
}
.sostav-bar .label,
.sostav-bar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.sostav-bar ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 0;
  transition: width ease 0.3s;
}
.sostav-bar svg {
  vertical-align: middle;
}
.cssload-loader {
  display: block;
  margin: 0 auto;
  width: 29px;
  height: 29px;
  position: relative;
  border: 4px solid #000000;
  animation: cssload-loader 2.3s infinite ease;
  -o-animation: cssload-loader 2.3s infinite ease;
  -ms-animation: cssload-loader 2.3s infinite ease;
  -webkit-animation: cssload-loader 2.3s infinite ease;
  -moz-animation: cssload-loader 2.3s infinite ease;
}
.cssload-loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fe0002;
  animation: cssload-loader-inner 2.3s infinite ease-in;
  -o-animation: cssload-loader-inner 2.3s infinite ease-in;
  -ms-animation: cssload-loader-inner 2.3s infinite ease-in;
  -webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
  -moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}
@keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-o-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-ms-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-moz-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul li {
  display: none;
}
.pagination ul .prev,
.pagination ul .current,
.pagination ul .next {
  display: block;
}
.pagination ul .prev,
.pagination ul .current {
  width: auto;
}
.pagination ul .current {
  background: #dadada;
}
.pagination ul a {
  display: block;
  height: 40px;
  min-width: 40px;
  margin: 0 5px;
  padding: 0 15px;
  border: 1px solid #dadada;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1084px) {
  .pagination ul li {
    display: block;
  }
  .pagination ul a {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
  }
  .pagination ul .prev,
  .pagination ul .next {
    display: none;
  }
}
.comments,
.shares {
  display: inline-block;
  position: relative;
  padding-top: 5px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  font-family: Calibri, "San Francisco", Arial, sans-serif;
}
.comments:before,
.shares:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background: rgba(255, 255, 255, 0.7) url("/app/public/images/comments_gray.svg") center center no-repeat;
  background-size: 50% 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.comments {
  margin-right: 5px;
}
.comments.white.hot {
  color: #fe0002 !important;
}
.comments.white.hot:before {
  background-image: url("/app/public/images/comments_red.svg") !important;
}
.comments.hot {
  color: #fff;
}
.comments.hot:before {
  background-image: url("/app/public/images/comments_red.svg") !important;
}
.comments-sm,
.shares-sm {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.comments-sm:before,
.shares-sm:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background: url("/app/public/images/comments_gray.svg") center top no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
}
.comments-sm.hot,
.shares-sm.hot {
  color: #fe0002;
}
.comments-sm.hot:before,
.shares-sm.hot:before {
  background-image: url("/app/public/images/comments_red.svg") !important;
  color: #fff;
}
.shares.white:before {
  background-image: url("/app/public/images/shares3_gray.svg") !important;
}
.shares.white.hot {
  color: #fe0002 !important;
}
.shares.white.hot:before {
  background-image: url("/app/public/images/shares3_red.svg") !important;
}
.shares.hot {
  color: #fe0002;
}
.shares.hot:before {
  background-image: url("/app/public/images/shares3_red.svg") !important;
}
.shares-sm:before {
  background-image: url("/app/public/images/shares3_gray.svg");
}
.shares-sm.hot:before {
  background-image: url("/app/public/images/shares3_red.svg") !important;
}
@media all and (min-width: 1084px) {
  .comments.white,
  .shares.white,
  .comments-sm.white,
  .shares-sm.white {
    color: #fff;
  }
  .comments.white.hot,
  .shares.white.hot,
  .comments-sm.white.hot,
  .shares-sm.white.hot {
    color: #fe0002;
  }
  .comments:before,
  .shares:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .comments.white:before {
    background-image: url("/app/public/images/comments_white.svg") !important;
  }
  .shares.white:before {
    background-image: url("/app/public/images/shares3_white.svg") !important;
  }
  .comments-sm.white:before {
    background-image: url("/app/public/images/comments_white.svg");
  }
  .shares-sm.white:before {
    background-image: url("/app/public/images/shares3_white.svg");
  }
}
#pageup {
  position: fixed;
  z-index: 6;
  display: block;
  bottom: -55px;
  right: 12px;
  width: 40px;
  height: 40px;
  background: #fff;
  transition: all cubic-bezier(0, 1.83, 0.51, 0.92) 0.5s;
  text-decoration: none;
  line-height: 38px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
#pageup.active {
  bottom: 12px;
  background: #dadada;
  opacity: 0.9;
}
@media all and (min-width: 768px) {
  #pageup {
    top: -55px;
    bottom: auto;
  }
  #pageup.active {
    top: 90px;
  }
}
.kohana {
  font-size: 12px;
}
.search-suggest-results {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 90%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px #ccc;
}
.search-suggest-results .ms-grid:before {
  display: block;
  content: 'Быстрые ссылки';
  padding: 20px 32px;
  color: #fe0002;
}
.search-suggest-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-suggest-results li {
  margin: 10px 0;
  padding: 0 32px;
}
.search-suggest-results li:last-child {
  margin-bottom: 20px;
}
.search-suggest-results li.sel a {
  color: #fe0002;
}
.search-suggest-results li:after {
  font-size: 80%;
  margin-left: 5px;
  color: #999;
}
.search-suggest-results li.companies:after {
  content: 'Компания';
}
.search-suggest-results li.clients:after {
  content: 'Клиент';
}
.search-suggest-results li.brands:after {
  content: 'Бренд';
}
.search-suggest-results a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #999;
}
.search-suggest-results a:hover {
  color: #222;
}
#old_ie {
  display: none;
}
body.old-ie #old_ie {
  z-index: 999;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 15px 45px 15px 15px;
  background: #555;
  color: #fff;
}
body.old-ie #old_ie .old_ie__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
body.old-ie #old_ie .old_ie__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
#rek_blocker {
  display: none;
  position: fixed;
  bottom: -200px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px 0;
  background: #ff0000;
  box-shadow: 0 0 20px #555;
  color: #fff;
  transition: bottom ease 0.5s;
  transition-delay: 2s;
}
#rek_blocker.active {
  display: block;
  bottom: 0;
}
#rek_blocker .descr {
  position: relative;
}
#rek_blocker .title {
  font-weight: bold;
}
#rek_blocker .bclose {
  padding-top: 10px;
}
#rek_blocker .bclose button {
  padding: 8px 12px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.st-banner-popup {
  position: fixed;
  top: auto !important;
  bottom: 0;
}
/*# sourceMappingURL=karkas.css.map */