:root {
  --color-white: #FFFFFF;
  --color-light-grey: #F8F8F8;
  --color-light-dark-grey: #E2E2E2;
  --color-grey: #D1D1D1;
  --color-dark-light-grey: #ABABAB;
  --color-dark-grey: #767676;
  --color-black: #3A3A3A;
  --color-green: #00A37D;
  --color-red: #EF0F33;
  --color-blue: #0051EF;
}

.special:root {
  --color-black: black;
  --color-red: black;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Roboto";
  background-color: #fff;
  color: #3a3a3a;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bebas Neue";
  font-weight: bold;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  line-height: 120%;
}

h2,
h3,
h4,
h5 {
  letter-spacing: 0.0151em;
}

h1 {
  font-size: 5.5rem;
  line-height: 6.375rem;
}

@media all and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

a {
  color: inherit !important;
}

.special__wrapper a {
  color: currentColor;
}

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p a {
  border-bottom: 1px dashed;
}

.lin a {
  border-bottom: 1px dashed;
}

.lin a:hover {
  color: #ef0f33 !important;
}

.special__wrapper .lin a {
  text-decoration: underline !important;
  color: black !important;
  border: none;
  font-size: inherit !important;
}

.special__wrapper .lin a:hover {
  color: black !important;
  border: none;
}

p a:hover {
  color: #ef0f33 !important;
}

table {
  width: 100%;
}

  table th {
    text-align: left;
  }

  table th,
  table td {
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #d5d5d5;
  }

.table-service.table thead th {
  vertical-align: top;
  border-bottom: 2px solid #dee2e6;
}

button.close,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.m-d {
  display: none;
}

.bebas-family {
  font-family: "Bebas Neue" !important;
}

@media screen and (max-width: 768px) {
  .roboto-md-family {
    font-family: "Roboto";
  }
}

.robotocondensedbold {
  font-family: "roboto_condensedbold";
  text-transform: none;
}

.robotocondensed {
  font-family: "Roboto Condensed Regular", arial;
  text-transform: none;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-75 {
  font-size: 75px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-85 {
  font-size: 85px !important;
}

.fs-md-85 {
  font-size: 85px !important;
}

.fs-200 {
  font-size: 200px !important;
}

/* special */
.special__wrapper .fs-10 {
  font-size: calc(10px * 1.5) !important;
  line-height: calc(10px * 1.5) !important;
}

.special__wrapper .fs-12 {
  font-size: calc(12px * 1.5) !important;
  line-height: calc(12px * 1.5) !important;
}

.special__wrapper .fs-13 {
  font-size: calc(13px * 1.5) !important;
  line-height: calc(13px * 1.5) !important;
}

.special__wrapper .fs-14 {
  font-size: calc(14px * 1.5) !important;
  line-height: calc(14px * 1.5) !important;
}

.special__wrapper .fs-15 {
  font-size: calc(15x * 1.5) !important;
  line-height: calc(15x * 1.5) !important;
}

.special__wrapper .fs-16 {
  font-size: calc(16px * 1.5) !important;
  line-height: calc(16px * 1.5) !important;
}

.special__wrapper .fs-18 {
  font-size: calc(18px * 1.5) !important;
  line-height: calc(18px * 1.5) !important;
}

.special__wrapper .fs-20 {
  font-size: calc(20px * 1.5) !important;
  line-height: calc(20px * 1.5) !important;
}

.special__wrapper .fs-21 {
  font-size: calc(21px * 1.5) !important;
  line-height: calc(21px * 1.5) !important;
}

.special__wrapper .fs-23 {
  font-size: calc(23px * 1.5) !important;
  line-height: calc(23px * 1.5) !important;
}

.special__wrapper .fs-24 {
  font-size: calc(24px * 1.5) !important;
  line-height: calc(24px * 1.5) !important;
}

.special__wrapper .fs-26 {
  font-size: calc(26px * 1.5) !important;
  line-height: calc(26px * 1.5) !important;
}

.special__wrapper .fs-30 {
  font-size: calc(30px * 1.5) !important;
  line-height: calc(30px * 1.5) !important;
}

.special__wrapper .fs-35 {
  font-size: calc(35px * 1.5) !important;
  line-height: calc(35px * 1.5) !important;
}

.special__wrapper .fs-36 {
  font-size: calc(36px * 1.5) !important;
  line-height: calc(36px * 1.5) !important;
}

.special__wrapper .fs-44 {
  font-size: calc(44px * 1.5) !important;
  line-height: calc(44px * 1.5) !important;
}

.special__wrapper .fs-50 {
  font-size: calc(50px * 1.5) !important;
  line-height: calc(50px * 1.5) !important;
}

.special__wrapper .fs-55 {
  font-size: calc(55px * 1.5) !important;
  line-height: calc(55px * 1.5) !important;
}

.special__wrapper .fs-60 {
  font-size: calc(60px * 1.5) !important;
  line-height: calc(60px * 1.5) !important;
}

.special__wrapper .fs-65 {
  font-size: calc(65px * 1.5) !important;
  line-height: calc(65px * 1.5) !important;
}

.special__wrapper .fs-75 {
  font-size: calc(75px * 1.5) !important;
  line-height: calc(75px * 1.5) !important;
}

.special__wrapper .fs-80 {
  font-size: calc(80px * 1.5) !important;
  line-height: calc(80px * 1.5) !important;
}

.special__wrapper .fs-85 {
  font-size: calc(85px * 1.5) !important;
  line-height: calc(85px * 1.5) !important;
}

.special__wrapper .fs-md-85 {
  font-size: calc(85px * 1.5) !important;
  line-height: calc(85px * 1.5) !important;
}

.special__wrapper .fs-200 {
  font-size: calc(200px * 1.5) !important;
}
/* end special */

.text-a-c {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fs-sm-14 {
    font-size: 14px !important;
  }

  .fs-sm-12 {
    font-size: 12px !important;
  }

  .fs-md-23 {
    font-size: 23px !important;
  }

  .business-img-2 img {
    width: 55px;
  }

  .fs-sm-18 {
    font-size: 18px !important;
  }

  .fs-sm-24 {
    font-size: 24px !important;
  }

  .fs-sm-65 {
    font-size: 65px !important;
  }

  .fs-sm-32 {
    font-size: 32px !important;
  }

  .fs-sm-85 {
    font-size: 85px !important;
  }

  /* special */
  .special__wrapper .fs-sm-14 {
    font-size: calc(14px * 1.5) !important;
    line-height: calc(14px * 1.5) !important;
  }

  .special__wrapper .fs-sm-12 {
    font-size: calc(12px * 1.5) !important;
    line-height: calc(12px * 1.5) !important;
  }

  .special__wrapper .fs-md-23 {
    font-size: calc(23px * 1.5) !important;
    line-height: calc(23px * 1.5) !important;
  }

  .special__wrapper .fs-sm-18 {
    font-size: calc(18px * 1.5) !important;
    line-height: calc(18px * 1.5) !important;
  }

  .special__wrapper .fs-sm-24 {
    font-size: calc(24px * 1.5) !important;
    line-height: calc(24px * 1.5) !important;
  }

  .special__wrapper .fs-sm-65 {
    font-size: calc(65px * 1.5) !important;
    line-height: calc(65px * 1.5) !important;
  }

  .special__wrapper .fs-sm-32 {
    font-size: calc(32px * 1.5) !important;
    line-height: calc(32px * 1.5) !important;
  }

  .special__wrapper .fs-sm-85 {
    font-size: calc(85px * 1.5) !important;
    line-height: calc(85px * 1.5) !important;
  }
  /* end special */
}

.lh-05 {
  line-height: 0.5 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-125 {
  line-height: 1.25 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-135 {
  line-height: 1.35 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.h-100 {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .lh-sm-13 {
    line-height: 1.3 !important;
  }
}

.mr-30 {
  margin-right: 30px;
}

@media screen and (max-width: 1500px) {
  .mr-md-80 {
    margin-right: 80px;
  }
}

.mr-11 {
  margin-right: 11px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.fc-white {
  color: #fff;
}

.fc-base {
  color: #3a3a3a;
}

.fc-gray {
  color: #ababab;
}

.fc-dark-gray {
  color: #767676;
}

.fc-red {
  color: #ef0f33;
}

.fc-black {
  color: #000;
}

.fill-white {
  fill: #fff;
}

.fill-red {
  fill: #ef0f33;
}

.fill-gray {
  fill: #ababab;
}

.fill-dark-gray {
  fill: #767676;
}

.stroke-dark-gray {
  stroke: #767676;
}

.stroke-white {
  stroke: #fff;
}

.stroke-gray {
  stroke: #ababab;
}

.stroke-red {
  stroke: #ef0f33;
}

.stroke-dark-gray {
  stroke: #767676;
}

hr {
  border-top: 1px solid #d5d5d5;
}

.border-left {
  border-left: 1px solid #d5d5d5;
}


.delimiter {
  display: block;
  height: 1px;
  border-top: 1px solid #d1d1d1;
}

  .delimiter.grey {
    border-color: #f8f8f8
  }

.delete-obj svg {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.hovered:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

  .hovered:hover h2 {
    color: red;
  }

.hovered-border:hover {
  border: 1px solid darkgrey;
}

.hover-block:hover {
  background-color: #f8f8f8;
  color: #3a3a3a !important;
}

.flex {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
}

.flex-1 {
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  flex: 2;
  -ms-flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  flex: 3;
  -ms-flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  flex: 4;
  -ms-flex: 4;
}

.flex-5 {
  -webkit-box-flex: 5;
  flex: 5;
  -ms-flex: 5;
}

.flex-6 {
  -webkit-box-flex: 6;
  flex: 6;
  -ms-flex: 6;
}

.flex-7 {
  -webkit-box-flex: 7;
  flex: 7;
  -ms-flex: 7;
}

.flex-8 {
  -webkit-box-flex: 8;
  flex: 8;
  -ms-flex: 8;
}

.flex-9 {
  -webkit-box-flex: 9;
  flex: 9;
  -ms-flex: 9;
}

.flex-10 {
  -webkit-box-flex: 10;
  flex: 10;
  -ms-flex: 10;
}

.mw-800 {
  max-width: 800px;
}

.mw-350 {
  max-width: 350px;
  width: 350px;
}

.mw-340 {
  min-width: 340px;
}

.max-width-320 {
  max-width: 320px;
}

.max-h-183 {
  max-height: 183px;
}

.mh-50 {
  min-height: 50px;
}

.mh-60 {
  min-height: 60px;
}

.mh-66 {
  min-height: 66px;
}

.mh-250 {
  min-height: 250px;
}

.mh-230 {
  min-height: 230px;
}

.mh-160 {
  min-height: 160px;
}

.h-290 {
  height: 250px;
}

.placeholder {
  background: #f8f8f8;
}

.bg-white {
  background: rgb(150, 135, 135);
}

.bg-gradient-white-gray {
  background: #fff;
  background: -o-linear-gradient(#fff, #f8f8f8);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background: linear-gradient(#fff, #f8f8f8);
}

.bg-llgray {
  background: #ececec;
}

.bg-gray {
  background: #d1d1d1;
}

.bg-dark-gray {
  background: #767676;
}

.bg-red {
  background: #ef0f33;
}

.ov-hid {
  overflow: hidden;
}

.page-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.09);
}

.page-border {
  background-color: #fff;
  border: solid 1px #e2e2e2;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--white {
  background-color: white;
  font-family: "Bebas Neue";
  font-weight: 700;
  font-size: 18px;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}

  .btn--white:hover {
    background-color: #ef0f33;
    color: white !important;
    border-color: #ef0f33;
  }

.investmoscow-container {
  width: 1280px;
  margin: auto;
}

.investmoscow-container-full {
  max-width: 100%;
}

.investmoscow-container-dark {
  background: #f8f8f8;
}

.red {
  color: #ef0f33 !important;
}

svg.red {
  fill: #ef0f33;
}

.green {
  color: #00b050 !important;
}

.filters .input-group,
.form-control,
.base-color {
  color: #3a3a3a !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
}

.transform-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

.cursor-pointer {
  cursor: pointer;
}

.breadcrumbs {
  margin-bottom: 25px;
}

.technopark__item__frame img.img-invest {
  position: absolute;
  top: 0;
  left: 0;
  width: 21%;
  height: 12%;
}

.ph .filter-block {
  color: #3a3a3a;
}

.ph #more-filters-container {
  position: relative;
}

.header-background {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.special__wrapper .header-background {
  display: none;
}

.header-background-lk {
  background-image: url('/Content/moscow-investor/Group_42079.png');
  width: 100%;
  height: 230px;
}

.header-background.animated {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.header-background1.animated {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.header-background.animated.active {
  opacity: 1;
}

.header-background1.animated.active {
  opacity: 1;
}

.header-background img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.header-background1 img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}


.header-background:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header-background_lighted:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.01);
}

.header-background1:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#header-title,
#header-socials {
  position: relative;
}

.border-white-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.opacity-navbar {
  -webkit-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease;
}


svg.gray {
  fill: #ababab;
}

svg.white {
  fill: #ffffff;
}

#auth-btn:hover .header_user_name {
  fill: #ABABAB;
  color: #ABABAB !important;
}

#auth-btn:hover #user-icon {
  stroke: #ABABAB;
  color: #ABABAB;
}

.topmenu {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: 10px;
  z-index: 100;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #767676;
}

#objectsType {
  left: -30px;
}

#spaceModal {
  width: 380px;
}

.no-border {
  border: 0 !important;
}

  .no-border li:last-child label {
    padding-bottom: 0;
  }

.daterangepicker.auto-apply.single .drp-buttons {
  display: block !important;
}

.daterangepicker.auto-apply .drp-buttons .applyBtn {
  display: none;
}
/*---------- top hovered menu ---------*/

/* dark theme */

.border-bottom-dark {
  border-bottom: 2px solid #d1d1d1;
}

.user svg {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  margin: 2px 5px 7px 5px;
}

.notification-btn {
  margin-top: 2px;
  margin-bottom: 7px;
  min-width: 4rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.notification-btn_hidden {
  display: none !important;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bold {
  font-weight: bold;
}

.grey {
  color: #cec7c7;
}

.header_user_name {
  min-width: 7rem;
}

.label-property.preview {
  left: 15px;
}

.line-right:after {
  content: " ";
  display: block;
  position: absolute;
  height: 200px;
  background: #998f8f;
  width: 1px;
  left: 100%;
  top: 0px;
}

#menuModal-sticky-wrapper {
  position: absolute;
  width: 100%;
  max-height: 80px;
}

.top-left {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
}

.is-sticky .topmenu {
  left: auto;
  right: auto;
  margin-top: 80px;
  min-width: 1280px;
}

.topmenu .topmenu__frame {
  background: #ef0f33;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

  .topmenu .topmenu__frame svg {
    fill: none;
    stroke: #fff;
  }

.topmenu .card {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Hover shadow */
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 50px 30px 30px;
}

.topmenu .close {
  fill: #ababab;
  background: transparent;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}

  .topmenu .close:focus {
    outline: none;
  }

  .topmenu .close:hover {
    fill: #ef0f33;
  }

.topmenu ul li a:hover {
  color: #ef0f33 !important;
}

.topmenu ul {
  margin: 10px 0 10px;
  padding: 0 0 0 56px;
}

  .topmenu ul li {
    list-style-type: none;
  }

/*------------------ Header Slider ------------------*/

.slick-slide:focus {
  outline: none;
}

#header-title-slider {
  float: 1 0 auto;
}

#header-topic-slider {
  min-width: 40%;
}

#header-title-slider .news-title {
  min-height: 360px;
  margin-bottom: 40px;
}

  #header-title-slider .news-title .title-name {
    margin-bottom: 20px;
  }

  #header-title-slider .news-title .btn {
    font-size: 18px;
    text-transform: none;
  }

#header-title-slider .slide-title {
  margin-bottom: 20px;
}

#header-title-slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

#header-title-slider .slide-title.higher {
  min-height: 250px;
}

#header-title-slider .slide-title .title-name {
  margin-bottom: 20px;
}

#header-title-slider .slide-title .btn {
  font-size: 16px;
  text-transform: none;
}

#header-title-slider .slide-title .roboto-btn {
  font-family: Roboto;
}

#header-topic-slider .topic {
  font-family: Roboto;
  font-size: 14px;
  cursor: pointer;
  margin: 10px 0;
  opacity: 0.6;
}

  #header-topic-slider .topic:hover {
    opacity: 1;
  }

#header-topic-slider .topic-number {
  font-family: "Bebas Neue";
  font-size: 35px;
  font-weight: bold;
  margin-left: 20px;
}

  #header-topic-slider .topic-number .red-square {
    display: none;
    background-color: #ef0f33;
    width: 54px;
    height: 54px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -13px;
  }

.oez .topic-number .red-square {
  display: none;
  background-color: #ef0f33;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -13px;
}

.oez .topic {
  width: 20px !important;
}

.oez .slick-list {
  text-align: center;
  max-height: 72px;
}

.oez .slick-track {
  /* display: flex;
        justify-content: center;
        height: 50px; */
  display: inline-block;
  margin: 0 auto;
}

.oez#header-topic-slider .topic-number .white-square {
  background-color: #fdfdfd;
  width: 10px;
  height: 10px;
  position: absolute;
  /* z-index: -1; */
  top: 0;
  left: -13px;
}

#header-topic-slider .topic.slick-current {
  opacity: 1;
}

#header-topic-slider .slick-current .topic-number .red-square {
  display: block;
}

/*------------------ /Video -----------------*/
.presscentr-video-box {
  position: relative;
}

.wrapper-play {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
}

/*datepicker*/
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  margin: 0 auto;
  text-align: center;
  padding: 7px 10px !important;
  font-family: "Bebas Neue" !important;
  font-size: 15px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #ef0f33 !important;
  border-color: transparent;
  color: #fff;
}

/*------------------ Form Valid -----------------*/
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
/*------------------ /Form Valid -----------------*/

/*------------------ Modal search ------------------*/
@media (min-width: 1200px) {
  .modal-xxl {
    width: 100%;
    max-width: 1280px;
  }
}

.modal-content {
  border: 0;
  border-radius: 0;
  z-index: 9999999;
  height: 100%;
}

.modal-dialog.modal-md {
  max-width: 675px;
}

.modal-dialog .close {
  padding: 20px;
  opacity: 1;
  margin: -0.5rem -1rem -1.5rem auto;
  fill: #ababab;
  z-index: 9999;
}

.modal .close.position-absolute {
  top: 0;
  right: 0;
}

.modal-dialog .close:hover {
  fill: #212529;
}

.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog .modal-header,
.modal-dialog .modal-footer {
  border: 0;
}
/*------------------ /Modal search ------------------*/

/*------------------ Modal search ------------------*/
.modal-open {
  padding-right: 0 !important;
  overflow-y: auto;
}

body.modal-open {
  overflow-y: hidden;
  padding-right: 19px !important;
}

#searchModal .modal-dialog {
  position: static;
}

  #searchModal .modal-dialog,
  #searchModal .modal-dialog .info,
  #searchModal .modal-dialog a {
    color: #fff;
  }

    #searchModal .modal-dialog a:hover,
    #searchModal .modal-dialog a:hover .info {
      color: rgba(255, 255, 255, 0.75);
    }

#searchModal .modal-content {
  position: relative;
  background-color: transparent;
  border: none;
}

#searchModal .modal-header {
  border-bottom: none;
}

#searchModal .close {
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  opacity: 1;
}

.border-top-grey {
  border-top: 1px solid #d1d1d1;
}

#searchModal .form-control {
  font-family: "Bebas Neue";
  font-weight: bold;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 21px;
  border: none;
  padding: 10px 0 10px 20px;
  min-height: 55px;
}

#searchModal .form-group .red-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  padding: 10px 10px 12px 10px;
}

#searchModal .form-container {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

#searchModal .search-results .material-date {
  position: relative;
  left: 0;
  bottom: auto;
}

#searchModal .search-results {
  width: 30vw;
  margin-right: 60px;
}

.modal-content-container {
  -webkit-column-width: 23vw;
  -moz-column-width: 23vw;
  column-width: 23vw;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin: 50px auto;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

  .modal-content-container .search-results-body {
    margin: 0 2px 15px;
    padding: 15px;
    padding-bottom: 10px;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    /* border: 2px solid #dc3545; */
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    float: left;
  }

    .modal-content-container .search-results-body .title {
      margin-bottom: 10px;
    }

#searchModal .modal-content-container .search-results-body .material-date {
  position: relative;
  left: 0;
  bottom: auto;
}

.modal-content-container .search-results-body .material-date {
  font-family: 'Bebas Neue';
  font-weight: bold;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.1;
  background-color: #fff;
  padding: 3px 6px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.modal-content-container .search-results-body .search-item {
  border-bottom: 1px solid #d1d1d1;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
/*search*/
/*----*/

/*    .modal-backdrop {
                                                                background-color: #3a3a3a;
                                                                z-index: 0;
                                                                z-index: 1000;
                                                            } */

/*  .modal-backdrop.show {
                                                                opacity: 0.9;
                                                                z-index: 0;
                                                            } */

#modalNotification.showed {
  opacity: 1 !important;
}

#modalNotification {
  opacity: 0;
  position: absolute;
  top: 8%;
  right: 20%;
  z-index: 1111;
  -webkit-box-shadow: 0 3px 30px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 30px 0px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}

.scrolled_container {
  width: 29vw;
  height: 50vh;
  overflow-y: scroll;
  scrollbar-width: thin;
}

  .scrolled_container::-webkit-scrollbar {
    width: 7px;
    cursor: pointer;
    margin-right: 5px;
  }

  .scrolled_container::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    border-radius: 8px;
  }

/*------------------ /Modal search -----------------*/

#header-title {
  font-family: "Bebas Neue";
  color: #fff;
}

.header-title-dark {
  font-family: "Bebas Neue";
  color: #3a3a3a !important;
}

.day-month {
  font-size: 16px;
  text-transform: uppercase;
  color: #3a3a3a;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #fff;
  font-weight: bold;
}

.header-title-dark .day-month {
  border: 1px solid #3a3a3a;
}

#header-title .news-title {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 800px;
}

#header-socials {
  font-size: 14px;
}

.to-share,
.to-print {
  margin-right: 15px;
}

.social-icon-dark {
  border: 1px solid #3a3a3a;
  color: #3a3a3a !important;
}

.project-item .project-title {
  color: #3a3a3a;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 20px;
  left: 25px;
  font-family: "Bebas Neue";
  font-weight: bold;
}

.project-item .top {
  margin-bottom: 20px;
}

.project-item-container {
  padding-bottom: 30px;
}

.project-item {
  /*margin-bottom: 20px;*/
  border-bottom: 1px solid #d1d1d1;
}

.project-item:hover  {
  border-bottom: 1px solid #3a3a3a;
}

.special__wrapper .project-item,
.special__wrapper .project-item:hover {
  border: 1px solid black;
  padding: 10px;
}

.special__wrapper .project-item img {
  display: none;
}

.special__wrapper .project-item .project-icon {
  display: none !important;
}

.special__wrapper .project-item .project-title {
  color: white !important;
  background-color: black !important;
}

.special__wrapper .project-item-container {
  min-height: 150px;
}

.special__wrapper .project-item-container .grey-text {
  margin-top: 75px;
}

.special__wrapper .project-item .project-title {
  top: -20px;
  left: 5px;
}

.servive-for-businnes .projects__detail__title {
  font-weight: normal;
}

.servive-for-businnes .projects__detail:hover {
  -webkit-box-shadow: 0px 0px 12px -7px grey;
  box-shadow: 0px 0px 12px -7px grey;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.grey-text {
  color: #767676;
}

.blue-text {
  color: #006ac0 !important;
}

  .blue-text .less,
  .blue-text.js-act .more {
    display: none;
  }

  .blue-text.js-act .less,
  .blue-text .more {
    display: inline;
  }

.blue-dotted {
  border-bottom: 1px dotted #006ac0;
  padding-bottom: 5px;
}

.line-height-1-4 {
  line-height: 1.4;
}

.light-grey-text {
  color: #ababab;
}

.cursor-in {
  display: none;
}

.media-badge {
  position: absolute;
  top: -5px;
  right: -10px;
  font-size: 9px;
  border-radius: 10px;
  font-weight: bold;
}

.object-info-item:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.object-tender-card-container {
  padding: 30px;
  border: 1px solid #c4c4c4;
  position: relative;
  min-height: 160px;
  z-index: 999;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.6);
}

.opacity-navbar {
  background: rgba(255, 255, 255, 0.6);
}

.radio {
  position: relative;
}

.answerId {
  overflow: hidden;
  border: none;
}

  .answerId:focus {
    outline: none;
  }

.asi-card {
  border: 1px solid #c4c4c4;
  padding: 30px 10px 0 30px;
  min-height: 240px;
}

.special__wrapper .asi-card img{
  display: none;
}

.form-check-label {
  position: relative;
}

.bg-color-new {
  background-color: rgb(226, 226, 226, 0.34);
}

.bg-color-business {
  background-image: url('/Content/moscow-investor/Group_43251.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 65%;
}

.bg-color-new-business {
  background-color: #f8f8f8;
}

.card {
  border: none !important;
}

.card-header {
  background-color: #fff;
}

.projects__detail__titles {
  font-family: 'Roboto';
  font-weight: bold;
  line-height: 1.33;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #3a3a3a;
  font-size: 18px;
}

.asi-card:hover {
  border: 1px solid #3a3a3a;
}

.img-investor {
  position: absolute;
  bottom: 0;
  right: 12px;
}

.investclimat-items {
  border-bottom: 1px solid #d1d1d1;
}

.investclimat-items:hover {
  border-bottom: 1px solid #3a3a3a;
}

.investclimat-items:hover .title {
  color: #ef0f33;
}

.investclimat-items .info {
  color: #767676;
}

.investclimat-items:hover .info {
  color: #3a3a3a;
}

.special__wrapper .investclimat-items:hover .title {
  color: black;
  text-decoration: underline;
}

#filters {
  z-index: 2;
}

  #filters .form-control {
    /*
    font-size: 20px;
    min-height: 55px;
	*/
  }

  #filters .head-form-list label {
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }

  #filters .head-form-list li:first-child label {
    border-top-left-radius: 5px;
  }

  #filters .head-form-list li:last-child label {
    border-top-right-radius: 5px;
  }

  #filters .head-form-list input[type="radio"]:checked + label {
    background-color: #fff;
    color: #767676
  }

.filters .form-control {
  border: 0;
  border-radius: 0;
}

.filters .filters__group {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 30px;
}

  .filters .filters__group.prop-list {
    border-top-left-radius: 0;
  }

.filters .input-group {
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.filters .filters__group > .input-group:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -19px;
  width: 1px;
  height: 38px;
  border-right: 1px solid #d1d1d1;
}

.filters .filters__group > .input-group:last-child:after {
  display: none;
}

.filters .input-group + .input-group {
  padding-left: 30px;
}

.filters .input-group select,
.filters .input-group input {
  padding-left: 0;
}

.filters .link__group a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #47849a !important;
}

  .filters .link__group a + a {
    margin-left: 20px;
  }

  .filters .link__group a.active,
  .filters .link__group a:hover {
    color: #ef0f33 !important;
  }

.filters .link__group {
  border: 0;
  padding-right: 0;
}

.filters .filters__space input {
  font-family: Roboto;
  font-weight: bold;
  width: 80px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

#input-number-min {
  width: 70px;
}

#input-number-max {
  width: 85px;
}

.filters .filters__space input[readonly] {
  background: white;
}

.filters .topmenu {
  top: 66px;
}

.filters-container .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
}

.filters-container .form-check-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 30px;
}

.filters .topmenu .card {
  padding-top: 30px;
}

.filters .nav-tabs label {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0 25px 30px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #3a3a3a;
}

.filters .nav-tabs .active + label {
  color: #ef0f33;
}

.filters .form-check-input:checked + .form-check-label {
  color: #ef0f33;
}

.input-group > .custom-select {
  background: transparent;
  padding: 0;
  border: 0;
}

.input-group > .form-control + .custom-select {
  margin-left: -12px;
  margin-right: -12px;
  line-height: 1.6;
}

.input-group a.form-control {
  background: transparent url(/Content/svg/arrow-down.svg) no-repeat 100% 50%;
  padding-left: 0;
  white-space: nowrap;
  line-height: 1.6;
  padding-right: 38px;
}

.input-group button.custom-select__option--value:hover,
.input-group .custom-select__option:focus {
  background-color: white;
}

.input-group .custom-select__option:hover {
  background-color: #f9f9f9;
}

.input-group .custom-select__option--value {
  padding-right: 38px;
}

  .input-group .custom-select__option--value::after {
    background: transparent url(/Content/svg/arrow-down.svg) no-repeat 50%;
    border: 0;
    right: 0;
    width: 38px;
    height: 38px;
  }

.filters .custom-select__option--value {
  padding-right: 48px;
  border-color: #fff;
}

.custom-select--active .custom-select__option--value {
  border-color: #e6e6e6;
}

.online-upload-input {
  display: none;
}

.online-upload {
  border: 1px solid #ccc;
  border-radius: 30px;
  display: inline-block;
  padding: 11px 17px;
  cursor: pointer;
  outline-width: 0px;
}

  .online-upload.br-5 {
    border-radius: 5px;
    background-color: #fff;
  }

.border-bottom-none {
  border-bottom: none !important;
}
/*
.filters__toggler {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px 5px 0 0;
}

.filters__toggler > label {
	padding: 18px 30px;
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	cursor: pointer;
}
.filters__toggler input:checked + .highlight {
	background: #fff;
	border-radius: 5px 5px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: -1px;
	border: 1px solid #D1D1D1;
	border-width: 1px 1px 0;
}
.filters__toggler input:checked ~ span {
	color: #3A3A3A;
}
*/

#property-list-head {
  padding-bottom: 70px;
  margin-top: 0;
  padding-top: 50px;
}

.property-item .info-items {
  list-style-type: none;
  padding-left: 0;
  color: #767676;
  font-size: 14px;
}

  .property-item .info-items .info-item {
    margin-bottom: 5px;
  }

.grey-number {
  color: #d1d1d1;
}

.border-grey {
  border: 1px solid #d1d1d1;
}

.border-red {
  border: 1px solid #ef0f33;
}

.border-bottom-grey {
  border-bottom: 1px solid #d1d1d1;
}

.border-bottom-red {
  border-bottom: 2px solid #ef0f33;
}

.border-top-grey {
  border-top: 1px solid #d1d1d1;
  border-bottom: none;
}

.bg-grey {
  background-color: #f8f8f8;
}

#more-filters-container {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 3;
  width: 100%;
}

  #more-filters-container::before,
  #more-filters-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }

  #more-filters-container::before {
    left: -100%;
  }

  #more-filters-container::after {
    right: -100%;
  }

.filter-block .form-check + .form-group .form-check:before {
  content: "";
  position: absolute;
  top: 0;
  width: 32px;
  height: 300%;
  border: 1px solid #d1d1d1;
  border-width: 0 0 1px 1px;
  margin-top: 11px;
  -webkit-transform: translate(-20px, -100%);
  -ms-transform: translate(-20px, -100%);
  transform: translate(-20px, -100%);
}

.filter-block .form-check + .form-group {
  padding-left: 20px;
  margin: 0 0 0 10px;
}

.filter-block input[type="checkbox"] + label > span {
  background: #fff !important;
}

.group-toggle {
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

  .group-toggle.collapsed {
    opacity: 1;
    max-height: 1.5em;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

.filter-block > p {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

  .filter-block > p.collapsed {
    margin: 0;
  }

    .filter-block > p.collapsed .fa-chevron-down {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
    }

  .filter-block > p .fa-chevron-down,
  .upper-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

.graphic-white-opacity-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0.65+0,0+99 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.65) 0%, rgba(3, 3, 3, 0) 99%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.65)), color-stop(99%, rgba(3, 3, 3, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.65) 0%, rgba(3, 3, 3, 0) 99%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

.graphic-main-number {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-family: "Bebas Neue";
  font-weight: bold;
}

  .graphic-main-number .bigger {
    font-size: 85px;
    line-height: 0.9;
  }

  .graphic-main-number .smaller {
    font-size: 18px;
    line-height: 1.2;
  }

#property-objects {
  background-color: #f8f8f8;
}

.property-img-box {
  max-height: 215px;
  overflow: hidden;
}

.red-text {
  color: #ef0f33;
}

.property-object-item {
  background-color: #fff;
  margin: 1.5rem 0;
  cursor: pointer;
  box-shadow: 5px -5px 35px -6px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px -5px 35px -6px rgba(0,0,0,0.1);
  -webkit-box-shadow: 5px -5px 35px -6px rgba(0,0,0,0.1);
}

  .property-object-item > .left {
    min-width: 260px;
  }

.border-top-lg {
  border: none !important;
}

.free-space .property-object-item > .left {
  min-width: 240px;
  width: 240px;
  height: 240px;
  overflow: hidden;
}

.free-space .property-object-item .img-fluid {
  max-width: none;
  max-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

#techno .property-object-item {
  height: 100%;
}

#techno .property-object-item-container {
  margin-bottom: 30px;
}

#techno .property-object-item > .left img {
  min-width: 240px;
  width: 100%;
  max-height: 237px;
  -o-object-fit: cover;
  object-fit: cover;
}

.property-object-item:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.property-object-item .smaller {
  font-size: 14px;
}

.property-object-item .right {
  padding: 20px;
}

.property-object-item .small-grey-sign {
  font-size: 12px;
  color: #ababab;
}

.property-object-item .tour-icons {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.participants-info {
  padding: 30px;
  border: 1px solid #d1d1d1;
}

.grey-list {
  padding-left: 0;
  margin-right: 50px;
  margin-bottom: 0;
  list-style-type: square;
  list-style-position: inside;
  color: #767676;
}

.white-list {
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  list-style-type: square;
  list-style-position: inside;
  color: #fff;
}

.special__wrapper .white-list {
  color: black;
}

.tab-pane ul.grey-list {
  list-style-position: outside;
  margin-left: 15px;
}

  .tab-pane ul.grey-list li {
    padding-left: 20px;
  }

.grey-list li {
  margin-bottom: 5px;
}

.pp-link {
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-dialog.trading {
  width: 77% !important;
  max-width: 100%;
}

.modal-dialog.dialog-lpo {
  width: 65%;
  max-width: 100%;
}

.img-lpo {
  background-color: #ef0f33;
  width: 130px;
}

.special__wrapper .img-lpo {
  background-color: black;
}

  .img-lpo img {
    width: 40px;
  }

.txt-lpo {
  margin: 0 auto;
}

.content-lpo {
  border: 1px solid #d1d1d1;
}

.step-square {
  width: 50px;
}

.bg-red {
  background-color: #ef0f33;
}

.support-step .step-dot {
  position: absolute;
  bottom: -3px;
}

.platforms-title {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 30px 40px;
}

.nav-tabs .nav-link .step-square {
  background: #767676;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  margin-right: 27px;
}

.nav-tabs .nav-link.active .step-square {
  background: #ef0f33;
}

.special__wrapper .nav-tabs .nav-link.active .step-square {
  background: black;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  border: none;
}

.lk-nav.nav-tabs .nav-link.active {
  color: #ef0f33 !important;
}

.lk-nav.nav-tabs .nav-link {
  font-size: 16px;
  line-height: 19px;
}

.lk-nav-container {
  border: 1px solid #d1d1d1;
  padding: 30px;
}

.platform-nav.nav-tabs .nav-link {
  font-size: 21px;
  font-family: "Bebas Neue";
  font-weight: bold;
}

.platform-info {
  /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);*/
  padding: 40px 40px 30px 0;
}

.investor-guide-item {
  padding: 30px 20px 0 30px;
  border: 1px solid #c4c4c4;
}

  .investor-guide-item:hover {
    border: 1px solid #3a3a3a;
  }


/*-------------- Pagination -------------------*/

.pagination-container {
  background-color: #fff;
  padding: 1rem 0;
  color: #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

  .pagination-container .page-link {
    font-family: "Bebas Neue";
    font-size: 16px;
    line-height: 1.1;
    padding: 0.13rem 0.13rem;
    min-width: 26px;
    margin-left: 0px;
    line-height: 1.25;
    background-color: #fff;
    text-align: center;
    border: 1px solid transparent;
  }

    .pagination-container .page-link:hover {
      color: #3a3a3a !important;
    }

  .pagination-container .disabled .page-link {
    border: 1px solid transparent;
  }

  .pagination-container .active .page-link {
    background-color: #ef0f33;
    color: #fff !important;
    border: 1px solid #ef0f33;
  }

  .pagination-container .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .pagination-container .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
/*-------------- /Pagination ------------------*/

.support-item {
  padding: 30px;
}

  .support-item:hover {
    border: 1px solid #3a3a3a;
  }

.shown-on-hover {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.clickable-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.clickable-item__post {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translate(0, 1.2em);
  -ms-transform: translate(0, 1.2em);
  transform: translate(0, 1.2em);
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.clickable-item--hover:hover {
  border-color: transparent;
  /*
	height: 139%;
	transform: translate(0, -14%);
	*/
}

.clickable-item.border-bottom-grey:hover {
  border-color: #727272;
}

.clickable-item:hover .clickable-item__post {
  max-height: 7em;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.clickable-item:hover .shown-on-hover {
  opacity: 1;
}

.clickable-item:hover .grey-text {
  color: #3a3a3a;
}

.clickable-item .list-group {
  position: absolute;
  top: 60%;
  left: -1px;
  right: -1px;
  margin-top: -1px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.clickable-item:hover .list-group {
  background: white;
  top: 100%;
  margin-top: 0;
  opacity: 1;
  max-height: 100%;
  -webkit-box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.15);
  overflow: visible;
}

.clickable-item .list-group .list-group-item {
  background: white;
  font-family: "Bebas Neue";
  font-weight: 700;
  font-size: 18px;
  height: auto;
  padding: 3px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.clickable-item .list-group .list-group-item:hover {
  color: #ef0f33 !important;
  background: white;
}

.special__wrapper .clickable-item .list-group .list-group-item:hover {
  color: black !important;
  text-decoration: underline;
}

.clickable-item .list-group .list-group-item.active {
  background: white;
  border-color: #d1d1d1 #3a3a3a #d1d1d1;
}

.clickable-item .list-group .list-group-item:first-child {
  border-color: #d1d1d1 #3a3a3a #d1d1d1;
}

.clickable-item .list-group .list-group-item:last-child {
  border-color: #d1d1d1 #3a3a3a #3a3a3a;
}

.clickable-item .list-group .list-group-item:first-child,
.clickable-item .list-group .list-group-item:last-child {
  border-radius: 0;
}
/* .clickable-item .list-group .list-group-item:hover {
   border-color: #3a3a3a;
} */

.clickable-item--hover {
  position: relative;
  height: 100%;
}

  .clickable-item--hover:hover {
    z-index: 10;
  }

    .clickable-item--hover:hover .support-item {
      background: white;
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.15);
    }

    .clickable-item--hover:hover > .list-group {
      z-index: 1;
    }
/*-------- fix hovered items ----------*/
/* .support-items .clickable-item .list-group .list-group-item {
    font-family: "Bebas Neue";
    font-weight: normal;
    font-size: 16px;
    height: auto;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}
.support-items .clickable-item .list-group:hover {
    overflow: visible;
    background: white;
} */
/*--------  ----------*/

#sign-up .left {
  background-color: #ef0f33;
  padding: 30px;
  min-width: 82px;
}

.special__wrapper #sign-up .left {
  background: black;
}

#sign-up .right {
  background-position: 50%;
  background-size: cover;
  padding: 80px 80px 80px 40px;
}

#sign-up #article {
  font-family: "Roboto";
  color: #767676;
  font-size: 16px;
  line-height: 26px;
  padding-right: 75px;
}

.red-btn {
  font-family: "Roboto";
  color: #fff !important;
  background-color: #ef0f33;
  border-radius: 100px;
  font-size: 16px;
  padding: 15px 25px;
  cursor: pointer;
}

.projects__detail.invest {
  border: solid 1px #ababab;
  position: relative;
}

.header-background.moscow-investor::after {
  background-color: rgba(0, 0, 0, 0);
}

.red-square {
  background: #ef0f33;
  width: 43px;
  height: 50px;
}

.special__wrapper .red-square {
  background: black;
}

input[type="radio"] + label > span.red-square {
  width: 43px;
  height: 50px;
}

.btn-outline-light-grey {
  border-color: #707070;
}

  .btn-outline-light-grey:hover {
    background-color: #ef0f33;
    color: #fff !important;
    border-color: #ef0f33;
  }

.picture {
  background-image: url('/Content/moscow-investor/Group_42164.png');
  /* background-color: #ef0f33; */
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-position: center; */
}

.pictures {
  background-image: url('/Content/moscow-investor/Group_41926.png');
  background-color: #ef0f33;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: contain;
}

.bg-dark-dark-gray {
  background-color: #3b3b3b;
}


.btn-outline-light-white {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff;
}

  .btn-outline-light-white:hover {
    background-color: #ef0f33;
    color: #fff !important;
    border-color: #ef0f33;
  }

.hover-white:hover {
  background-color: #fff !important;
  color: #ef0f33 !important;
  border-color: #fff !important;
}

.step-square-reds {
  font-family: "Bebas Neue";
  font-weight: bold;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

.plus {
  content: url('/Content/moscow-investor/plus.svg');
  width: 30px;
  height: 30px;
  display: block;
}

.plus-mi {
  content: url('/Content/moscow-investor/plus-mi.svg');
  width: 30px;
  height: 30px;
  display: block;
}

.special__wrapper .plus-mi {
  content: url('/Content/moscow-investor/plus.svg');
}

.close-mi {
  content: url('/Content/moscow-investor/close-mi.svg');
  width: 43px;
  height: 43px;
  display: none;
}

.closed-mi {
  content: url('/Content/moscow-investor/closed-mi.svg');
  width: 43px;
  height: 43px;
  display: none;
}

.special__wrapper .closed-mi {
  content: url('/Content/moscow-investor/close-mi.svg');
}

.card-link .plus,
.card-link .plus-mi {
  display: none;
}

.card-link .close-mi,
.card-link .closed-mi {
  display: block;
  width: 43px;
  height: 43px;
}

.card-link.collapsed .plus,
.card-link.collapsed .plus-mi {
  display: block;
}

.card-link.collapsed .close-mi,
.card-link.collapsed .closed-mi {
  display: none;
}

.card-link .card-link__img {
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  content: url('/Content/moscow-investor/plus.svg');
}

.card-link:not(.collapsed) .card-link__img {
  transform: rotate(45deg);
}

.show-blocked {
  display: none;
}

.show-blocked.js-act {
  display: block !important;
}

.arrows-down {
  content: url('/Content/moscow-investor/arrows.png');
  /*width: 43px;
  height: 43px;*/
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  cursor: pointer;
}

.card-body.js-act .arrows-down {
  width: 43px;
  height: 43px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.card-body {
  cursor: pointer;
}

.two-block {
  display: none;
}

  .two-block.blocks {
    display: block;
  }

.block-red {
  width: 80px;
  background-color: #ef0f33;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.business-img-2 {
  background-image: url('/Content/moscow-investor/Group_43247.png');
  background-repeat: no-repeat;
}

.business-border {
  border-right: 1px solid #d1d1d1;
}

input[type="radio"] + label > span.step-square-reds:before,
input[type="radio"] + label > span.step-square-reds:after {
  content: none;
}

.dot--yellow {
  background: #ffc107;
}

.red-btn:hover,
.red-btn.active {
  background-color: #ca0525;
  color: #fff;
}

.red-btn[disabled]:hover,
.red-btn[disabled].active {
  background-color: #ef0f33;
  color: #fff;
}

.mt-3 a.btn.red-btn:hover {
  color: #fff;
}

.gray-btn {
  font-family: "Roboto";
  color: #3a3a3a !important;
  background-color: #e2e2e2;
  border-radius: 100px;
  font-size: 16px;
  padding: 15px 25px;
  cursor: pointer;
}

.fs-md-36 {
  font-size: 36px !important;
}

.fs-xs-14 {
  font-size: 14px !important;
  text-align: center;
}

.fs-xs-24 {
  font-size: 24px !important;
}

.fs-md-12 {
  font-size: 12px !important;
}

.list-ml {
  position: absolute;
  left: 250px;
  top: 0;
  display: none;
  z-index: 1000;
}

  .list-ml li {
    width: 300px;
  }

/* .col-12.tab-pane.w-100.active:hover .none{
                                                                display: block;
                                                            } */

#tab2-inner-1 ul li ul li,
#tab2-inner-1 ul li {
  display: block;
}

#tab2-inner-4 ul li ul li,
#tab2-inner-4 ul li {
  display: block;
}

.line-left::before {
  content: " ";
  display: block;
  position: absolute;
  height: 200px;
  background: #998f8f;
  width: 1px;
  left: 0;
  top: 0px;
}

.nav-tab li a.active {
  color: #ababab !important;
}

li a.actives {
  color: #fff;
}

.gray-btn:hover,
.gray-btn.active {
  background-color: #ccc;
}

.outline-grey-btn {
  font-family: "Roboto";
  color: #3a3a3a !important;
  border: 1px solid #3a3a3a;
  border-radius: 100px;
  /*font-size: 16px;*/
  padding: 15px 5px;
  background: #fff;
}

.toTop_img {
  width: 30px;
  height: 35px;
  border: 1px solid #d1d1d1;
  border-radius: 28px 28px 0 0;
}

.outline-grey-btn:hover,
.outline-grey-btn.active {
  border: 1px solid #ef0f33;
  background-color: #ef0f33;
  color: #fff !important;
}

.outline-grey-btn:hover svg {
  fill: #fff !important;
}

.btn-outline-dark:hover,
.btn-outline-light:hover {
  border: 1px solid #ef0f33;
  background-color: #ef0f33;
  color: #fff !important;
}

.red-btn-sm {
  padding: 8px 20px;
}


.dark-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme-similar-title {
  margin-bottom: 50px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.red-label {
  color: #fff;
  background-color: #ef0f33;
  padding: 5px;
  font-family: "Bebas Neue";
  /* position: relative;
                                                                right: 4px; */
}

.square-1 {
  width: 28px;
  height: 28px;
  background-color: #ef0f33;
}

.square-2 {
  width: 28px;
  height: 28px;
  background-color: #227093;
}

.square-3 {
  width: 28px;
  height: 28px;
  background-color: #474787;
}

.square-4 {
  width: 28px;
  height: 28px;
  background-color: #cd6133;
}

.square-5 {
  width: 28px;
  height: 28px;
  background-color: #34ace0;
}

.brochures:hover {
  opacity: 0.6;
}

.label-property {
  position: absolute;
  top: 0;
  /* left: 0; */
  background: #47849a;
  width: 41px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.label_property {
  position: absolute;
  top: 0;
  right: 16px;
  background: #47849a;
  width: 61px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.label-property p {
  color: #fff;
  font-family: 'Bebas Neue';
}

.label_property p {
  color: #fff;
  font-family: 'Bebas Neue';
  font-weight: bold;
  letter-spacing: 0.09em;
  padding-top: 2px;
}

.all_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white-label {
  color: #3a3a3a;
  background-color: #fff;
  padding: 5px;
  font-family: "Bebas Neue";
}

.bottom-left-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.bottom-right-label {
  position: absolute;
  bottom: 20px;
  left: 250px;
}

.top-left-label {
  position: absolute;
  top: 20px;
  left: 20px;
}

.news-item:hover {
  border-bottom-color: #3a3a3a;
}

.news-it:hover .interview-btn {
  display: inline-block !important;
}

.long-form-block {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 10px;
}

.form-container .form-control {
  font-size: 19px;
  border: 1px solid #e2e2e2;
  padding: 0 .75rem; /*5px 0 5px 10px;*/
}

#homepage-search-textbox2::-webkit-input-placeholder {
  font-size: 19px !important;
}

#homepage-search-textbox2::-moz-placeholder {
  font-size: 19px !important;
}

#homepage-search-textbox2:-ms-input-placeholder {
  font-size: 19px !important;
}

#homepage-search-textbox2::-ms-input-placeholder {
  font-size: 19px !important;
}

#homepage-search-textbox2::placeholder {
  font-size: 19px !important;
}

.form-container .form-control {
  font-size: 19px;
  border: 1px solid #e2e2e2;
  padding: 5px 0 5px 10px;
}

.txt-presscentr {
  max-width: 400px;
}

.form-container .form-group .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px 9px;
}

#filters_mob .form-container .form-group .btn,
#filters_mob_wrapp .form-container .form-group .btn,
.filters-wrapper .form-container .form-group .btn {
  padding: 5px 10px;
}

.themes-container .theme-card {
  margin-bottom: 50px;
}

.themes-container .theme {
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

  .themes-container .theme.projects__detail__block__theme {
    border: 1px solid #ababab;
  }

  .themes-container .theme.theme--dark {
    border: 1px solid #d1d1d1;
  }

    .themes-container .theme.theme--dark:hover {
      border: 1px solid #9d9d9d;
    }

.themes-container .theme-basic-container {
  height: 220px;
  position: relative;
}
/*.themes-container .theme-basic-container:not(:last-child) {
    margin-right: 30px;
}*/

.themes-container .theme .theme-info-container {
  /*padding: 30px 115px 30px 30px;*/
  /*padding: 30px;*/
  padding: 30px 20px 10px 30px;
  position: relative;
  height: 100%;
  /*overflow-y: auto;*/
  z-index: 1;
}

.themes-container .theme .bottom-sign {
  /*position: absolute;
    bottom: 20px;*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  bottom: 0;
  margin-bottom: 10px;
  font-family: "Bebas Neue";
  font-weight: bold;
}

.themes-container .theme .active {
  position: relative;
  display: none;
}

  .themes-container .theme .active.projects__detail__block__active {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
  }




.themes-container .theme .active-bottom-sign {
  display: none;
}

.themes-container .theme.theme-hovered {
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  height: 111%;
}

.themes-container .theme.projects__detail__block__theme.theme-hovered {
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: 100%;
}

  .themes-container .theme.projects__detail__block__theme.theme-hovered:hover .theme-basic-container.projects__detail__block {
    border: none !important;
  }


.themes-container .theme.theme-hovered .theme-title {
  color: #3a3a3a;
}

.themes-container .theme.theme-hovered .theme-info {
  color: #767676;
}

.themes-container .theme.theme-hovered .bottom-sign {
  display: none;
}

.themes-container .theme.theme-hovered .active {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  height: 130%;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-position: bottom;
}

  .themes-container .theme.theme-hovered .active.projects__detail__block__active {
    position: absolute;
    bottom: 0;
    top: 59%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    height: 49%;
  }

  .themes-container .theme.theme-hovered .active .negative-margin {
    margin-top: -30px;
  }

.themes-container .theme.theme-hovered .active-bottom-sign {
  display: block;
  /*position: absolute;*/
  /*bottom: 35px;*/
  /*bottom: 20px;
    left: 25px;*/
  margin: 0 0 20px 25px;
  font-family: "Bebas Neue";
  font-weight: bold;
}

  .themes-container .theme.theme-hovered .active-bottom-sign.white-block {
    color: #3a3a3a;
    background-color: #fff;
    padding: 0 5px 0;
  }

    .themes-container .theme.theme-hovered .active-bottom-sign.white-block.txt {
      color: #3a3a3a;
      background-color: #fff;
      padding: 0;
      font-family: "Roboto";
      padding-left: 0;
      padding-right: 0;
      text-transform: inherit;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px;
    }

.theme-info-container strong {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}


.themes-container .theme.theme-hovered .active-bottom-sign.red-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  color: #fff;
  background-color: #ef0f33;
  padding: 5px;
}

.themes-container .theme.theme-hovered .active-bottom-sign.square {
  width: 50px;
  height: 55px;
}

.themes-container .theme.theme-hovered .active-bottom-sign .bigger {
  font-size: 27px;
  line-height: 1;
}

.themes-container .theme.theme-hovered .active-bottom-sign .smaller {
  font-size: 14px;
}

.themes-container .theme-basic-container.projects__detail__block {
  height: 300px;
  background: #fff !important;
}

.themes-container .theme.theme-hovered .active.projects__theme__block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.theme.theme-card__border:hover {
  border: 1px solid #000;
}

.themes-container .theme-basic-container.projects__detail__block:hover {
  height: 100%;
}

.themes-container .theme .theme-info-container {
  height: auto;
}

.white-block__text {
  font-family: "Roboto";
  font-size: 18px;
}

.theme.theme-card__border {
  border: 1px solid #ababab;
}

.themes-container .theme-basic-container.projects__detail__block {
  height: 300px;
  background: #fff !important;
}

.project__detail__card__label__down {
  position: absolute;
  bottom: 19px;
  right: 17px;
}

.themes-container .theme.theme-hovered .active.projects__detail__block__active.modal__window {
  top: 51%;
  height: 55%;
}

.metro {
  width: 19px;
  height: 17px;
}

.rubric-line,
.metro-line {
  font-weight: bold;
}

  .rubric-line .form-check-input:checked ~ span,
  .metro-line .form-check-input:checked ~ span {
    color: #e42325;
  }

.metro--lg {
  width: 27px;
  height: 21px;
}

.metro--1 {
  fill: #e42325;
}

.metro--2 {
  fill: #4daf4a;
}

.metro--3 {
  fill: #0071b8;
}

.metro--4 {
  fill: #0ebaed;
}

.metro--5 {
  fill: #924f30;
}

.metro--6 {
  fill: #ef7c23;
}

.metro--7 {
  fill: #953c8f;
}

.metro--8 {
  fill: #ffcd17;
}

.metro--8a {
  fill: #ffcd17;
}

.metro--9 {
  fill: #adabab;
}

.metro--10 {
  fill: #bed031;
}

.metro--11 {
  fill: #88cbce;
}

.metro--11a {
  fill: #88cbce;
}

.metro--12 {
  fill: #bac6e6;
}

.metro--13 {
  fill: #0071b8;
  stroke: #bac6e6;
}

.metro--14 {
  fill: #fff;
  stroke: #e42325;
}

.metro--15 {
  fill: #de64a1;
}
/*------------------ /Metro Icons ------------------*/
/*------------------ Animated Checkbox ------------------*/

input[type="radio"],
input[type="checkbox"] {
  height: 0;
  width: 0;
  opacity: 0;
  margin: 0 !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: -1;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

  input[type="checkbox"] + label:not([class*="checkbox-label"]) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  input[type="checkbox"] + label > span {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    font-size: 25px;
    line-height: 1.2em;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 10px;
    min-width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    /*transition: all 250ms cubic-bezier(.4,.0,.23,1);*/
  }

  input[type="checkbox"] + label:hover > span,
  input[type="checkbox"]:focus + label > span {
    background: rgba(255, 255, 255, 0.1);
  }

  input[type="checkbox"] + label:hover > span {
    border: 2px solid #ef0f33;
  }

  input[type="checkbox"]:checked + label > span {
    border: 10px solid #ef0f33;
    /*animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);*/
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }



  input[type="checkbox"] + label > span:before {
    min-width: 0;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }

  input[type="checkbox"]:checked + label > span:before {
    content: "";
    position: absolute;
    left: -6px;
    min-width: 7px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    /*animation: checkbox-check 125ms 200ms cubic-bezier(.4,.0,.23,1) forwards;*/
    width: 0.2em;
    height: 0.5em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }

  input[type="checkbox"].lines:checked + label > span::before {
    content: "\2014";
    position: absolute;
    width: 0.2em;
    height: 0.5em;
    min-width: 2px;
    border: 0;
    border-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    color: #fff;
    font-size: 15px;
    top: -15px;
  }

@-webkit-keyframes shrink-bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shrink-bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  33% {
    width: 0.2em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}

@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  33% {
    width: 0.2em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
/*------------------ /Animated Checkbox ------------------*/
/*------------------ Animated Radio ------------------*/

input[type="radio"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: auto;
}

input[type=radio] + label {
  position: relative;
  padding: .5rem 0 .5rem 40px;
  font-size: .875rem;
}

  input[type="radio"] + label > span {
    display: inline-block;
    margin-right: 10px;
    position: relative;
  }

    input[type="radio"] + label > span:before {
      display: inline-block;
      font: normal normal normal 14px/1 "Font Awesome 5 Brands";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: " ";
      display: block;
      width: 20px;
      height: 20px;
      background: white;
      position: absolute;
      left: -30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-radius: 10px;
      -webkit-transition: background 0.5s linear;
      -o-transition: background 0.5s linear;
      transition: background 0.5s linear;
      vertical-align: middle;
    }

    input[type="radio"] + label > span:after {
      content: " ";
      display: block;
      width: 10px;
      height: 10px;
      background: white;
      position: absolute;
      left: -25px;
      top: 50%;
      border-radius: 5px;
      -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
      transform: translateY(-50%) scale(0);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
    }

  input[type="radio"] + label:hover,
  input[type="radio"] + label:focus {
    cursor: pointer;
  }
  /*
input[type="radio"] + label:focus:before,
input[type="radio"] + label:hover:before {
	background: #EF0F33;
}
*/
  /* input[type="radio"]+label:hover>span:before {
    box-shadow: inset 0 0 1px 2px #ef0f33;
} */

  input[type="radio"] + label > span:before {
    -webkit-box-shadow: inset 0 0 1px 1px #d1d1d1;
    box-shadow: inset 0 0 1px 1px #d1d1d1;
  }
  /* input[type="radio"]:checked+label>span:before {
    background: #ef0f33;
    box-shadow: inset 0 0 1px 1px rgba(239, 15, 51, 0);
} */

  input[type="radio"]:checked + label > span:before {
    background: #ffffff;
  }

  input[type="radio"]:checked + label > span:after {
    -webkit-animation: radio-button 0.5s normal forwards;
    animation: radio-button 0.5s normal forwards;
    background: #ea1c1c;
  }

.special__wrapper input[type="radio"]:checked + label > span:after {
  background: black;
}

@-webkit-keyframes radio-button {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  }

  80% {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }

  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
}

@keyframes radio-button {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  }

  80% {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }

  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
}
/*------------------ /Animated Radio ------------------*/
/*------------------ Round Icon ------------------*/
.round {
  border-radius: 50%;
  height: 174px;
  overflow: hidden;
}

.round-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 1px 1px var(--color-grey);
  box-shadow: inset 0 0 1px 1px var(--color-grey);
  fill: var(--color-dark-grey);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.round-icon-on {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 1px 2px #ef0f33;
  box-shadow: inset 0 0 1px 2px #ef0f33;
  background-color: #ef0f33;
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover .round-icon {
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

a:hover .round-icon-on {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

a:hover .round-icon-active {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}


.round-icon .svg-compare-grey,
.round-icon .svg-favorites-grey {
  display: inline-block;
}

.round-icon .svg-compare-white,
.round-icon .svg-favorites-white {
  display: none;
}

.round-icon-on .svg-compare-grey,
.round-icon-on .svg-favorites-grey {
  display: none;
}

.round-icon-on .svg-compare-white,
.round-icon-on .svg-favorites-white {
  display: inline-block;
}
/*------------------ /Round Icon ------------------*/

.theme-basic-container:hover .image_agenstvo {
  opacity: 0.5;
}

.theme-basic-container:hover h5 {
  color: #000;
  z-index: 999;
  opacity: 1;
}

.f1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

header-background.trading::after {
  background-color: rgba(255, 255, 255, 0.1);
}
/*------------------ [/NEW] ------------------*/

#footer {
  position: relative;
}

  #footer .partners {
    color: #3a3a3a;
    line-height: 1;
  }

  #footer .partners-list {
    position: relative;
    margin-top: 90px;
  }

#partners-slider {
  padding: 0 35px;
}

  #partners-slider .partner img {
    margin-bottom: 20px;
  }

  #partners-slider .partner {
    font-size: 14px;
    color: #ababab !important;
    line-height: 1.2;
  }

#footer-previous-arrow,
.project-previous-arrow {
  /*left: 35px;*/
  left: 0;
}

#footer-next-arrow,
.project-next-arrow {
  /*right: 35px;*/
  right: 0;
}

.footer-dots {
  margin-top: 60px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-acts {
  display: block;
}

.txt {
  font-family: Roboto;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

  .txt span {
    font-weight: bold;
    line-height: 1.22;
  }

.footer-dots button {
  background-color: #d1d1d1;
  border: none;
  width: 7px;
  height: 7px;
  margin: 0 6px;
  padding: 0;
  font-size: 0px;
}

.footer-dots .slick-active button {
  background-color: #ef0f33;
  width: 11px;
  height: 11px;
}

.footer-bottom {
  padding-bottom: 50px;
  color: #ababab;
  font-size: 14px;
}

  .footer-bottom .footer-logo {
    margin-right: 10px;
  }

  .footer-bottom .share-icons .share-icon:not(:last-child) {
    margin-right: 20px;
  }

  .footer-bottom .share-icons .share-icon {
    display: inline-block;
    background-color: #767676;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom .share-icons .share-icon--rss:hover {
    background-color: #f1951a;
  }

  .footer-bottom .share-icons .share-icon--youtube:hover {
    background-color: #f40007;
  }

  .footer-bottom .share-icons .share-icon--fb svg {
    margin-top: 6px;
  }

  .footer-bottom .share-icons .share-icon--fb:hover {
    background-color: #39569a;
  }

  .footer-bottom .share-icons .share-icon--instagram:hover {
    background: #f09433;
    background: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }

#footer .footer-menu-mobile {
  margin: 30px 0;
}

  #footer .footer-menu-mobile .navbar:first-child .navbar-nav {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }

  #footer .footer-menu-mobile .navbar:last-child .navbar-nav {
    font-size: 14px;
  }
/* ***************** [Stype Plus] ****************** */

.green-btn {
  font-family: "Roboto";
  color: #fff !important;
  background-color: #cee3c5;
  border-radius: 100px;
  font-size: 16px;
  padding: 15px 25px;
  cursor: pointer;
}

  .green-btn:hover,
  .green-btn.active {
    background-color: #a9d9b7;
  }

.real-hint {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  display: none;
  padding: 5px 10px;
  position: absolute;
  width: 250px;
  z-index: 99;
}

  .real-hint.visible {
    display: block;
  }

  .real-hint .hint-caption {
    font-weight: bold;
    text-transform: uppercase;
  }

  .real-hint .prm-cross {
    cursor: pointer;
    float: right;
    height: 16px;
    margin-top: 3px;
    padding-left: 15px;
    right: 10px;
    width: 16px;
  }

.real-show-hint {
  cursor: pointer;
  border-bottom: dashed 1px;
  color: #8c0000;
}

.round-icon-disabled {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 1px 1px #d1d1d1;
  box-shadow: inset 0 0 1px 1px #d1d1d1;
  fill: #767676;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*------------------ Popup Windows ------------------*/

.small-popup {
  position: absolute;
  width: 240px;
  height: 42px;
  left: 800px;
  top: 392px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 999;
}

  .small-popup .arrow-right {
    position: absolute;
    width: 21px;
    height: 16px;
    left: 15px;
    top: 15px;
  }

  .small-popup .info-text {
    position: absolute;
    left: 46px;
    top: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
  }
/*----------------- /Popup Windows -----------------*/
/*----------------- Range styling -----------------*/

.noUi-target.noUi-horizontal {
  height: 10px;
}

  .noUi-target.noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: -9px;
  }

    .noUi-target.noUi-horizontal .noUi-handle:focus {
      outline: none;
    }

.noUi-target .noUi-handle:before {
  left: 9px;
}

.noUi-target .noUi-handle:after {
  left: 12px;
}

.noUi-horizontal .noUi-connect {
  background: #ef0f33;
}
/*----------------- /Popup Windows -----------------*/

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #28a745;
  padding-right: calc(1.5em+0.75rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 8… 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: center right calc(0.375em+0.1875rem);
  background-size: calc(0.75em+0.375rem) calc(0.75em+0.375rem);
}

  .has-success .form-control:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #dc3545;
  padding-right: calc(1.5em+0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc354…%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em+0.1875rem);
  background-size: calc(0.75em+0.375rem) calc(0.75em+0.375rem);
}

  .has-error .form-control:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }

.pl-3 a {
  border-bottom: 1px dashed;
}

a.hover-red:hover {
  color: #ef0f33 !important;
}

.special__wrapper a.hover-red:hover {
  color: currentColor !important;
}

.tooltip {
  text-decoration: none;
  position: relative;
  opacity: 1;
  border-bottom: 1px dashed;
}

  .tooltip span {
    display: none;
    background: white;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  }

    .tooltip span img {
      float: left;
    }

  .tooltip:hover span {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    min-width: 165px;
    z-index: 1000;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

.text-white-media {
  color: #fff !important;
  font-weight: normal;
}

.js-slick-arrow .slick-prev:before,
.js-slick-arrow .slick-next:before {
  color: #ef0f33;
}

.no-outline input:focus,
.no-outline textarea:focus,
.no-outline label:focus,
select.no-outline:focus,
.no-outline option:focus {
  outline: 0 none;
  /* border-color: rgb(202, 194, 194); */
  border-color: #767676;
  color: #767676;
}

.closed img {
  width: 16px;
  height: 16px;
}

.closed {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
}

.scrolling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 450px;
  right: 40px;
}

  .scrolling img {
    cursor: pointer;
  }

.close_ico {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
}

  .close_ico img {
    width: 16px;
  }

.arrow_down {
  width: 14px;
  margin-top: 15px;
  margin-left: 15px;
}

.btn-down {
  z-index: 3;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: inherit;
}

  .btn-down:active {
    border: none;
    outline: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-down:focus {
    border: none;
    outline: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.dropdown-menu {
  border: none;
}
/* .btn-group{
                                                                width: 160px;
                                                            } */
.btn-group.show {
  z-index: 999;
}

.dropdown-menu.show {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -2px !important;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0 !important;
}

.dropdown-menu li {
  padding: 0 0 5px 0;
}

  .dropdown-menu li a {
    font-family: "Roboto";
    font-size: 14px;
    /*  color: #3a3a3a!important; */
    text-decoration: none;
    border-bottom: 0 !important;
  }

  .dropdown-menu li.active,
  .dropdown-menu li.active:hover {
    background-color: #f8f8f8;
  }

.dropdown-menu.tech li:hover {
  background: none;
}

.lab {
  color: #767676;
}

input[type="checkbox"]:checked + label.lab > span::before {
  content: " ";
  position: absolute;
  left: -6px;
  min-width: 7px;
  border-right: 3px solid transparent;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  width: 0.2em;
  height: 0.5em;
  border-color: #fff;
  -webkit-transform: translate3d(0, -0.5em, 0) rotate(90deg);
  transform: translate3d(0, -0.5em, 0) rotate(90deg);
  top: -6px;
  border-bottom: 0;
}

.dropdown-menu.tech li a label:hover {
  background-color: #f8f8f8;
}

.dropdown-toggle::after {
  position: relative;
  top: 6px;
  left: 5px;
}

.dropdown-toggle.lgoty-predpr::after {
  position: relative;
  top: 10px;
  left: 5px;
}
/* .dropdown-menu li.actives{
                                                                background-color: #f8f8f8;
                                                            }; */
.step-square-red {
  font-family: "Bebas Neue";
  font-weight: bold;
  color: #ef0f33;
  padding: 5px;
  font-size: 50px;
  height: 60px;
}

.fs-15 {
  font-size: 15px !important;
}

.border-investor:hover {
  border: 1px solid #3a3a3a;
}

.wrap-js {
  display: none;
}

  .wrap-js.js-act {
    display: block;
  }

.relative {
  position: relative;
}

#filters_mob_wrapp input[type=checkbox] + label,
.filters-wrapper input[type=checkbox] + label {
  position: relative;
  padding: 0 10px 0 39px;
  max-width: 272px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.21;
}

#filters_mob_wrapp input[type=checkbox] + label,
.filters-wrapper input[type=checkbox] + label {
  font-size: 14px;
  font-weight: normal;
  color: #767676;
  font-family: "Roboto";
}

  #filters_mob_wrapp input[type=checkbox] + label:before,
  .filters-wrapper input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    border: 1px solid #e2e2e2;
    left: 0;
    top: -2px;
    margin: auto;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }

#filters_mob_wrapp input[type=checkbox].minus + label:before {
  background-color: #ef0f33;
  background-image: url(/Content/map-svg/minus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}

#filters_mob_wrapp input:checked + label:before,
.filters-wrapper input:checked + label:before {
  background-color: #ef0f33;
  background-image: url(/Content/map-svg/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}

.filters-wrapper .filter-row.hide {
  display: none;
}

.datepicker-service {
  background-position: 92px center;
}

.datepicker td,
.datepicker th {
  padding: 5px;
}

.bg-s1 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -10px -10px;
}

.bg-s2 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -85px -10px;
}

.bg-s3 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -10px -85px;
}

.bg-s4 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -85px -85px;
}

.bg-s5 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -160px -10px;
}

.bg-s6 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -160px -85px;
}

.bg-s7 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -10px -160px;
}

.bg-s8 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -85px -160px;
}

.bg-s9 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -160px -160px;
}

.bg-s10 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -235px -10px;
}

.bg-s14 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -235px -85px;
}

.bg-s15 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -235px -160px;
}

.bg-s12 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -10px -235px;
}

.bg-s16 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -85px -235px;
}

.bg-s11 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -160px -235px;
}

.bg-s17 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -235px -235px;
}

.bg-s13 {
  width: 55px;
  height: 55px;
  background: url('/Content/business/technopolis/icon/css-sprites-msk.png') -310px -10px;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 999 !important;
}

.cursor-in-out:hover .fc-dark-gray {
  color: #3a3a3a;
}

.okrug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(/Content/asi/fon2.jpg);
  height: 200px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 28px;
}
/*online-service*/

.nav-tabs li.active .step-square {
  background: #ef0f33;
}
/* .statement-btn.nav-tabs {
        border-bottom: none;
    } */

.statement-btn.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

  .statement-btn.nav-tabs .nav-item .nav-link,
  .statement-btn.nav-tabs .nav-link.active {
    background-color: #ca0525;
  }

.statement-nav > li:after {
  content: " ";
  white-space: pre;
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin: 5px;
  line-height: 5px;
  bottom: -27px;
  left: -6px;
  background-color: grey;
}

.statement-nav li.active {
  border-bottom: 2px solid rgba(255, 0, 0, 0.5);
}

  .statement-nav li.active:after {
    background: #ef0f33;
  }

.statement-nav > li:after {
  content: " ";
  white-space: pre;
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin: 5px;
  line-height: 5px;
  bottom: -27px;
  left: -6px;
  background-color: grey;
}
/* LK - styles*/

.open {
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1.5);
}

.lk-badge {
  padding: 4px 10px;
  top: 0;
  color: white;
  font-size: 10px;
}

.lk-badge--blue {
  background-color: #3c5a77;
}

.lk-badge--red {
  background-color: #ef0f33;
}

.lk-badge--round {
  border-radius: 50%;
  padding: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.17;
  top: 0;
  right: 0;
}

.notification-btn .lk-badge--round {
  border-radius: 50%;
  padding: 0;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.17;
  top: -4px;
  right: -4px;
  margin-left: -3px;
  position: absolute;
}

.lk-top-link {
  position: relative;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.86;
  color: #3a3a3a;
  fill: #3a3a3a;
}

  .lk-top-link:hover {
    fill: #ABABAB;
  }

  .lk-top-link.active {
    fill: #ef0f33;
  }

.js-act .lk-top-link {
  color: #3a3a3a;
  fill: white;
}

  .js-act .lk-top-link:hover {
    fill: #ABABAB;
  }
/*
.lk-top-link.active:before {
    content: '';
    background: #ef0f33;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 2px;
    right: -5px;
} */

.lk-top-link + .lk-top-link {
  margin-left: 38px;
}

.js-act #notification-btn .lk-top-link svg {
  fill: white !important;
}

.is-sticky #notification-btn .lk-top-link svg {
  fill: #3a3a3a !important;
}

.is-sticky .js-act #notification-btn .lk-top-link svg {
  fill: white !important;
}
/*
.is-sticky #notification-btn .lk-top-link svg {
    fill: #3a3a3a!important;
}
.js-act #notification-btn .lk-top-link svg {
    fill: #ffffff!important;
} */

.lk-theme-link {
  margin-left: -14px;
  font-size: 16px;
}

  .lk-theme-link:hover {
    background-color: #f8f8f8;
  }

.lk-theme-link__frame {
  padding: 14px;
  position: relative;
}
/* [LK Navigation] */

.lk-nav ul > li > a.collapsed {
  color: #3a3a3a !important;
}

.lk-nav > ul > li > a {
  color: #EF0F33 !important;
  border: 0;
}

.lk-nav ul > li > a:hover,
.lk-nav ul > li > a.active {
  color: #EF0F33 !important;
}

.lk-nav a.collapsed .arrow-down {
  display: none;
}

.lk-nav a.collapsed .arrow-right {
  display: inline-block;
}

.lk-nav a .arrow-right {
  display: none;
}

.lk-nav ul ul {
  margin-left: 46px;
}
/* [/LK Navigation] */
/* [LK Form Style] */

.lk label {
  margin: 0;
  font-size: 14px;
  line-height: 1.29;
}

.lk input {
  padding: 9px 10px;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  width: 100%;
  font-size: 14px;
  line-height: 1.29;
  color: #ababab;
}

  .lk input:focus {
    border-color: #767676;
    color: #767676;
  }

  .lk input:disabled {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #ababab;
  }

  .lk input:focus {
    outline: none;
  }

  .lk input.error {
    color: #ef0f33;
  }

  .lk input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ababab;
    opacity: 1;
    /* Firefox */
  }

  .lk input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ababab;
    opacity: 1;
    /* Firefox */
  }

  .lk input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ababab;
    opacity: 1;
    /* Firefox */
  }

  .lk input::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ababab;
    opacity: 1;
    /* Firefox */
  }

  .lk input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ababab;
    opacity: 1;
    /* Firefox */
  }

  .lk input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
  }

  .lk input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ababab;
  }

  .lk input[type='checkbox'] + label > span {
    margin-right: 20px;
  }
/* [/LK Form Style] */

.lk-icon .top-right {
  position: absolute;
  top: -5px;
  right: 13px;
  width: 20px;
  height: 20px;
}

.lk-statement-nav a .last {
  min-height: 100px;
}

.lk-statement-nav .block {
  border-bottom: 1px solid transparent;
}

  .lk-statement-nav .block:hover {
    border-bottom: 1px solid rgba(255, 0, 0, 0.5);
    color: #3a3a3a;
  }

    .lk-statement-nav .block:hover .date {
      background-color: #ef0f33;
      color: #fff !important;
    }

    .lk-statement-nav .block:hover:after {
      background-color: #ef0f33;
    }

  .lk-statement-nav .block:after {
    content: " ";
    white-space: pre;
    display: inline-block;
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px;
    line-height: 5px;
    bottom: -12px;
    left: 0px;
    background-color: grey;
    z-index: 1;
  }

  .lk-statement-nav .block:hover:after {
    background-color: #ef0f33;
    z-index: 1;
  }

.star-before:before {
  content: "*";
  color: #ef0f33;
  margin-right: 6px;
  margin-left: -13px;
}

.close-img {
  position: relative;
  /* right: 32px;
    top: 32px; */
  width: 32px;
  height: 32px;
  opacity: 0.5;
  margin-right: 28px;
  margin-left: 5px;
}

  .close-img:before,
  .close-img:after {
    position: absolute;
    left: 0px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #333;
  }

  .close-img:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .close-img:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

.question {
  content: "?";
  width: 14px;
  height: 14px;
  padding: 0px 4px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid gray;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-left: 6px;
  cursor: pointer;
}

.line-bottom {
  height: 28px;
  border-bottom: 2px solid rgba(71, 132, 154, .5);
}

#myScrollspy {
  z-index: 5;
}

#service-slider {
  padding: 0 35px;
}

.service-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
  margin: 10px;
  padding: 40px;
  /* height: 280px; */
  width: 275px;
}

.service-container {
  height: 250px;
}

.col-2-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}

.service-line {
  /* height: 314px; */
  /* padding: 20px; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.service-text {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Bebas Neue";
  font-size: 16px;
  line-height: 20px;
}

.service-slide img {
  margin-bottom: 30px;
}

.service-line .service-slide {
  padding: 0;
  background: white;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  /* height: 200px; */
}

  .service-line .service-slide .hide-block {
    opacity: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

.hide-block {
  position: absolute;
  background: white;
  -webkit-box-shadow: 0px 30px 30px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 30px 30px 3px rgba(0, 0, 0, 0.16);
  border: 1px solid #d1d1d1;
  -webkit-transform: scale(1.005);
  -ms-transform: scale(1.005);
  transform: scale(1.005);
}

  .hide-block .delimiter {
    border: none;
  }

.service-line .service-slide:hover .hide-block {
  opacity: 1;
  height: auto;
}

.service-line .service-slide:hover .service-container {
  padding-bottom: 13px;
}

.service-line .service-slide:hover {
  -webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 1;
  /* margin-bottom: -180px;
        height: 500px; */
}

.service-arrow {
  top: 41%;
}

#footer-previous-arrow.service-arrow {
  left: 2px;
}

#footer-next-arrow.service-arrow {
  right: 2px;
}

#footer-next-arrow.service-arrow,
#footer-previous-arrow.service-arrow {
  background: white;
  border-radius: 53px;
  padding: 9px 20px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.16);
}

.registration-nav.nav-tabs .nav-link .step-square {
  line-height: 1.3;
}

.registration-nav.nav-tabs .nav-item.w-20 {
  width: 20% !important;
  max-width: 20% !important;
}

.registration-nav.nav-tabs .nav-link .step-square {
  background-color: #ef0f33;
}

.registration-nav.nav-tabs .nav-link.close-tab .step-square {
  background-color: #767676;
}

.registration-nav.nav-tabs .nav-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #ef0f33;
  padding-bottom: 25px;
}

  .registration-nav.nav-tabs .nav-item a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #ef0f33;
    display: block;
  }

  .registration-nav.nav-tabs .nav-item a.nav-link.close-tab {
    border-bottom: 1px solid #e2e2e2;
  }

    .registration-nav.nav-tabs .nav-item a.nav-link.close-tab:after {
      background-color: #e2e2e2;
    }

#registation-wrap input[type=checkbox] + label {
  position: relative;
  padding: 0 10px 0 39px;
  cursor: pointer;
  font-size: 14px;
}

  #registation-wrap input[type=checkbox] + label:before,
  .auth-wrap-provider input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    border: 1px solid #e2e2e2;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }

#registation-wrap input[type=checkbox]:checked + label:before,
.auth-wrap-provider input[type=checkbox]:checked + label:before {
  background-color: #ef0f33;
  background-image: url(/Content/map-svg/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}

#registation-wrap input[type=radio] + label {
  position: relative;
  padding: 5px 0 5px 40px;
  font-size: 14px;
}

  #registation-wrap input[type=radio] + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #ababab;
  }

#registation-wrap input[type=radio]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ef0f33;
}

#registation-wrap label.required {
  position: relative;
}

  #registation-wrap label.required:before {
    content: '*';
    position: absolute;
    top: 5px;
    left: -20px;
    color: #ef0f33;
  }

#registation-wrap .errorReg {
  position: relative;
}

  #registation-wrap .errorReg input {
    border-color: #ef0f33;
  }

  #registation-wrap .errorReg p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ef0f33;
    margin: auto;
    width: 560px;
  }

.concur-check {
  padding-left: 2rem !important;
}

#notification-deadline-wrapper {
  position: fixed;
  top: -1000%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999999999999999;
  -webkit-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
  background-color: rgba(250, 250, 250, 0.8);
  text-align: justify;
}

  #notification-deadline-wrapper .auth-wrap.trading {
    max-width: 1396px;
    width: 100%;
    top: 30px;
    position: relative;
    overflow-y: scroll;
    height: 900px;
    margin: 0 auto;
  }

/*#notification-deadline-wrapper {
  display: none;
}*/

  #notification-deadline-wrapper.opens {
    top: 0;
  }

  #notification-deadline-wrapper .auth-wrap {
    max-width: 700px;
    width: 100%;
  }

.block-press {
  height: 255px;
}

#notification-deadline-wrapper .bg-white {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

#notification-deadline-wrapper.js-act {
  top: 0;
}

#notification-deadline-wrapper.trading {
  top: 0;
}

#notification-deadline-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide-auth {
  position: absolute;
  top: 18px;
  right: 50px;
  cursor: pointer;
  font-size: 24px;
  z-index: 99999;
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1.5);
}

  .hide-auth.collapsed {
    top: 19px;
    -webkit-transform: scaleX(1.3) scaleY(1.6) rotate(90deg);
    -ms-transform: scaleX(1.3) scaleY(1.6) rotate(90deg);
    transform: scaleX(1.3) scaleY(1.6) rotate(90deg);
  }

.block.novisible:first-child {
  display: none;
}

.show-block-arrow {
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 100%;
}

  .show-block-arrow img {
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }

  .show-block-arrow.js-act img {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
  }

.white-space-nowrap {
  white-space: nowrap;
}

#raschet-content th {
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.torgovyi-sbor input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  opacity: 1;
  display: inline;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  position: static;
}

.torgovyi-sbor.table {
  color: #3a3a3a;
}

#raschet-content th {
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.torgovyi-sbor input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  opacity: 1;
  display: inline;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  position: static;
}

#videoModal iframe {
  height: 500px !important;
}

#videoModal .modal-dialog {
  max-width: 1000px !important;
}

.fixed-buttons {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-top: -15px;
  /*  margin-left: -100px; */
  /* transition: all .5s ease; */
}

#filters .fixed-buttons {
  padding: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.container-background {
  background: #fff;
}

.toTop {
  display: inline-block;
  text-align: center;
  position: fixed;
  bottom: 117px;
  right: 19px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
  /* .toTop:hover {
                                                                cursor: pointer;
                                                                background-color: #333;
                                                            } */
  /* .toTop:active {
                                                                background-color: #555;
                                                            } */

  .toTop.show {
    opacity: 1;
    visibility: visible;
  }
/* START TOOLTIP STYLES */

[tooltip] {
  position: relative;
  /* opinion 1 */
}
  /* Applies to all tooltips */

  [tooltip]::before,
  [tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .9em;
    /* opinion 3 */
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }

  [tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
  }

  [tooltip]::after {
    content: attr(tooltip);
    /* magic! */
    /* most of the rest of this is opinion */
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    line-height: 1.5;
    /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 1.5ch 3.5ch;
    /*border-radius: .3ch;*/
    /*box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);*/
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    z-index: 1000;
    border-radius: 3px;
    margin-left: 12px;
    margin-right: 12px;
    /* absurdity 2 */
  }
  /* Make the tooltips respond to hover */

  [tooltip]:hover::before,
  [tooltip]:hover::after {
    display: block;
  }
/* don't show empty tooltips */

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}
/* FLOW: UP */

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  /*border-top-color: rgba(58, 58, 58, 0.5);*/
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -.5em);
  -ms-transform: translate(-50%, -.5em);
  transform: translate(-50%, -.5em);
}
/* FLOW: DOWN */

[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  /*border-bottom-color: rgba(58, 58, 58, 0.5);*/
}

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, .5em);
  -ms-transform: translate(-50%, .5em);
  transform: translate(-50%, .5em);
}
/* FLOW: LEFT */

[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  /*border-left-color: rgba(58, 58, 58, 0.5);*/
  left: calc(0em - 5px);
  -webkit-transform: translate(-.5em, -50%);
  -ms-transform: translate(-.5em, -50%);
  transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-.5em, -50%);
  -ms-transform: translate(-.5em, -50%);
  transform: translate(-.5em, -50%);
}
/* FLOW: RIGHT */

[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  /*border-right-color: rgba(58, 58, 58, 0.5);*/
  right: calc(0em - 5px);
  -webkit-transform: translate(.5em, -50%);
  -ms-transform: translate(.5em, -50%);
  transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(.5em, -50%);
  -ms-transform: translate(.5em, -50%);
  transform: translate(.5em, -50%);
}
/* KEYFRAMES */

@-webkit-keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* FX All The Things */

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
  animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
  animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
  animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
  animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
  animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
  animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
  animation: tooltips-horz 300ms ease-out forwards;
}

#header-title-slider .news-title {
  width: 100% !important;
}

.scroll-wrapper.calendar-data__content {
  width: 35%;
}

.modal-backdrop.show {
  opacity: .8 !important;
}

select.lgoty-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #d6d8db;
  background: #d6d8db;
  background-image: none;
  border-radius: 5px;
  color: #3a3a3a;
  padding: 0 1em;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

  select.lgoty-select:hover {
    background-color: #c8cbcf;
  }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  background: #fff;
  background-image: none;
}

  select::-ms-expand {
    display: none;
  }

.selects {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 212px;
  height: 38px;
  background: #fff;
  overflow: hidden;
  border: 0 !important;
}

select {
  border-radius: 5px;
  color: #3a3a3a;
  padding: 0 1em;
  cursor: pointer;
}

.img-after::after {
  content: url('/Content/lk/arrow-down.png');
  position: absolute;
  display: inline-block;
  /* top: 34px; */
  right: 0;
  padding: 0 1em;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.tables {
  cursor: pointer;
}

.img-after-plan {
  content: url('/content/lk/arrow-down.png');
  position: absolute;
  /* display: inline-block; */
  top: 30px;
  right: 0;
  padding: 0 1em;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

  .img-after-plan.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

.img-after-plan {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.selects::after {
  content: url('/content/trading/Path 3034.png');
  position: absolute;
  display: inline-block;
  top: 7px;
  right: 4%;
  padding: 0 1em;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.accordionFilter .form-group .red-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 8px;
}

.accordionFilter .fa-chevron-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.accordionFilter .collapsed .fa-chevron-up {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordionFilter .height-scroll {
  height: 200px;
  overflow-y: scroll;
}

.box-shadow {
  box-shadow: 5px -5px 35px -6px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px -5px 35px -6px rgba(0,0,0,0.1);
  -webkit-box-shadow: 5px -5px 35px -6px rgba(0,0,0,0.1);
}

.breadcrumbs {
  margin-top: 1.5rem;
}

.img-btn {
  width: 20px;
  position: relative;
  bottom: 3px;
  left: 2px;
}

.flex-lg-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.round-icon.round-icon-active {
  background-color: #ef0f33;
  fill: #ffffff;
  -webkit-box-shadow: inset 0 0 1px 2px #ef0f33;
  box-shadow: inset 0 0 1px 2px #ef0f33;
}
/*     #investor-support::before,
                                                            #business-platform::before, */
/*     #business-support::before{
                                                                display: block;
                                                                content: " ";
                                                                height: 120px;
                                                                margin: -165px 0 0;

                                                            } */
.menu-eng {
  margin-left: 0;
}

.dropdown-toggle.tech::after {
  left: 0;
  right: 0;
  top: 0;
  content: url('/content/svg/arrow-down.svg');
  border: 0;
  vertical-align: 0;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.title_technopark {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 14px;
  color: #ababab;
}

.special__wrapper .title_technopark {
  margin-bottom: 10px !important;
  color: black;
}

.technopark__ckeckbox.groups span {
  border-radius: 9px;
  background-color: #e2e2e2;
  height: 20px;
  line-height: 1.8;
  font-size: 12px;
  padding: 0 10px;
  white-space: nowrap;
}

.technopark__ckeckbox.groups span i:after,
.technopark__ckeckbox.groups span i:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  border-top: 1px solid #3a3a3a;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.technopark__ckeckbox.groups span i {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 1.0;
  margin-left: 10px;
  cursor: pointer;
}

.technopark__ckeckbox.groups span i:after {
  -webkit-transform: rotate(+45deg);
  -ms-transform: rotate(+45deg);
  transform: rotate(+45deg);
}

.technopark__ckeckbox.groups span i:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.special__wrapper .technopark__ckeckbox.groups span {
  height: 30px;
  background-color: white;
  color: black;
  border: 1px solid black;
}

.special__wrapper .technopark__ckeckbox.groups span i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1.0;
  margin-left: 10px;
}

.special__wrapper .technopark__ckeckbox.groups span i:after,
.special__wrapper .technopark__ckeckbox.groups span i:before {
  width: 20px;
  border-top: 2px solid black;
}

.invest-values {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 315px;
  overflow: hidden;
}

.invest-wrap-js .AllArea {
  cursor: pointer;
}

.invest-wrap-js .AllArea:hover {
  color: #ef0f33
}

.special__wrapper .invest-wrap-js .AllArea {
  text-decoration: underline;
}

.special__wrapper .invest-wrap-js .AllArea:hover {
  color: black;

}

/* .technopark__ckeckbox.groups input[type="checkbox"]:checked~label{
                                                                height: 37px;
                                                                right: 8px;
                                                            } */
.dropdown-toggle.tech.specialization::after {
}

.dropdown-menu.tech.show {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: 37px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #d1d1d1;
}

.first_column ul li,
.second_column ul li {
  list-style-type: none;
  padding-bottom: 23px;
}

.second_column {
  margin-top: 44px;
}

.btn-group.tech, .tech-group-filter {
  border: solid 1px #e2e2e2;
  background: #fff;
}

.btn-group.tech:hover,
.tech-group-filter .small:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.dropdown-toggle.tech {
  opacity: 0.6;
}
.dropdown-toggle.tech:hover,
.dropdown-toggle.tech.active{
  opacity: 1;
}
.dropdown-toggle.tech.active {
  transform: rotate(180deg);
}

.technopark_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3a3a3a;
}

.technopark_count span {
  font-family: "Roboto";
  font-size: 11px;
  line-height: 11px;
  color: #fff;
}

.special__wrapper .technopark_count {
  width: 30px;
  height: 30px;
  margin: 5px 5px;
  background-color: black;
}

.order-2.bord {
  border: 1px solid #767676;
  border-radius: 42px;
  padding: 14px;
}

a.order-2.bord:hover {
  border: 1px solid #767676 !important;
  border-radius: 42px;
  padding: 14px;
}

.order-2.bord .arrows {
  position: relative;
  left: 10px;
}

.modal-filter-btn {
  position: relative;
  padding: 0 10px 0 35px;
}

  .modal-filter-btn:before {
    content: '+';
    position: absolute;
    border: 1px solid #e2e2e2;
    color: #ef0f33;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 0.6;
    font-size: 28px;
  }

  .modal-filter-btn .count {
    background-color: #767676;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    color: #fff;
    line-height: 3;
    margin: 0 12px;
  }

  .modal-filter-btn .close {
    background-color: #e2e2e2;
    border-radius: 100%;
    width: 18px;
    height: 18px;
  }

.filters-wrapper {
  position: fixed;
  left: -100%;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 9999999999999;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: #fff;
  color: #000;
}

  .filters-wrapper.js-act {
    display: block;
    left: 0;
  }

  .filters-wrapper .back img {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

.search-wrap.js-act .red-btn {
  display: none !important;
}

.search-wrap .close_search {
  display: none;
}

.search-wrap.js-act .close_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e2e2e2;
  border-radius: 100%;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  top: 8px;
  right: 12px;
}

#search_request_list {
  display: none;
  position: absolute;
  top: 50px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d1d1d1;
  z-index: 9999;
  padding: 0 15px;
}

.search-wrap.js-act + #search_request_list {
  display: block;
}

#search_request_list ul {
  list-style-type: none;
  margin: 0;
}

.selectCheck {
  list-style: none;
}

.selectCheck li {
  width: 100%;
  border-right: 1px solid #e2e2e2;
}

.selectCheck li:last-child {
  border-right: 0;
}

.selectCheck label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  padding: .570rem .75rem;
}

.selectCheck input[type="checkbox"]:checked + label {
  background-color: #ef0f33;
  color: #fff
}

.special__wrapper .selectCheck input[type="checkbox"]:checked + label {
  background-color: black;
  color: #fff
}

#moscow-investor-slider .projects__detail__title {
  min-height: 80px;
}

#moscow-investor-slider #footer-previous-arrow {
  left: -35px;
}

#moscow-investor-slider #footer-next-arrow {
  right: -35px;
}

.background-grey {
  background-color: #e2e2e2;
}

#mi-results .fa.fa-search {
  position: absolute;
  left: 1.2rem;
  top: 1rem;
}

#mi-search .fa.fa-chevron-down,
#mi-results .fa.fa-chevron-down {
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

#mi-search .active .fa.fa-chevron-down,
#mi-results .active .fa.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mi-results input[type=text] {
  height: 50px;
  outline: none;
}

#mi-search .invest-wrap-js {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100%;
  z-index: 999;
  height: 200px;
  overflow: auto;
}

#mi-results .invest-wrap-js {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  z-index: 99;
}

.invest-values.results {
  max-width: 100%;
}

#mi-search .invest-wrap-js.show,
#mi-results .invest-wrap-js.show {
  display: block;
}

.red-link {
  color: #ef0f33 !important;
  text-decoration: underline;
  border-bottom: 0;
}

.online-service-block {
  background-image: url('/content/moscow-investor/Group_42032.png');
  background-repeat: no-repeat;
  background-position: center;
}

.online-service-block-city {
  background-image: url('/content/moscow-investor/Group_42040.png');
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}

.block-hide {
  width: 294px;
}

.online-service-info {
  background-image: url('/content/moscow-investor/Group_42068.png');
  background-repeat: no-repeat;
  background-position: center;
}

.service-image {
  position: absolute;
  bottom: 20px;
}

.nav-tabs li.active .step-circle {
  border-radius: 50%;
}

.nav-tabs .nav-link .step-circle {
  background-color: #e2e2e2;
}

.btn-new {
  border-radius: 5px;
  border: 1px solid #767676;
  background-color: #ffffff;
  color: #3a3a3a;
}

  .btn-new input:focus {
    border: 1px solid #f8f8f8 !important;
  }

.closing {
  border-radius: 50%;
  border: 1px solid #767676;
  width: 21px;
  height: 21px;
  background-color: #fff;
  cursor: pointer;
}

  .closing:hover {
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    width: 21px;
    height: 21px;
  }

.closed-img {
  position: relative;
  margin-top: 4px;
}

  .closed-img::after,
  .closed-img::before {
    position: absolute;
    left: 0px;
    content: ' ';
    height: 11px;
    width: 1px;
    background-color: #767676;
  }

  .closed-img::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .closed-img::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.table-grant {
  background-color: #ababab;
  color: #fff;
}

.table-border-right-white {
  border-right: 1px solid #fff;
}

.dotts {
  position: relative;
}

  .dotts::after {
    content: "\2026";
    display: inline-block;
    font-size: 33px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
  }

.modal-window-doc a {
  color: #47849a !important;
}

.img-business img {
  width: 45px;
}

.service-container-business {
  height: 170px;
}

.text-dark {
  color: #3a3a3a;
}

.themes-container .theme--dark {
  border: 1px solid #d1d1d1;
  height: 100%;
  min-height: 160px;
}

  .themes-container .theme--dark:hover {
    border: 1px solid #9d9d9d;
  }

.all-bord {
  border: 1px solid rgba(58, 58, 58, 0.4);
}

.input-gchp input {
  padding: 9px 10px;
  border-radius: 2px;
  border: 1px solid #e2e2e2 !important;
  width: 100%;
  font-size: 14px;
  line-height: 1.29;
  background-color: #fff !important;
}

.info_right_block {
  position: absolute;
  bottom: 40px;
  right: 32px;
}

.cardpp {
  height: 100%;
}

.theme-basic-container.cards {
  height: auto;
}

.cards-1 {
  background-color: #fff;
  color: #3a3a3a;
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* height: 100%; */
}

  .cards-1 .theme-info {
    color: #767676;
  }

  .cards-1:hover .theme-info {
    color: #fff;
  }

  .cards-1:hover {
    background-color: transparent;
    color: #fff;
  }

.results-serach {
  display: none;
}

  .results-serach.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.wrapper-dropdown-3,
.category_dropdown {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.15);
  cursor: pointer;
  outline: none;
}

  .category_dropdown .dropdown {
    position: absolute;
    top: 98px;
    left: 0;
    right: 0;
    border: 1px solid #d1d1d1;
    border-top: 0;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    padding: 0;
    height: 200px;
    overflow: auto;
  }

  .wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #d1d1d1;
    border-top: 0;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    padding: 0;
    height: 200px;
    overflow: auto;
  }

  .wrapper-dropdown-3 span {
    font-size: 14px;
  }

  .wrapper-dropdown-3 .dropdown li a,
  .category_dropdown .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 14px;
  }

  .wrapper-dropdown-3 .dropdown li:hover a,
  .category_dropdown .dropdown li:hover a {
    background: #f8f8f8;
  }

  .wrapper-dropdown-3.active .dropdown,
  .category_dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
  }

.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown,
.no-opacity .category_dropdown .dropdown,
.no-pointerevents .category_dropdown .dropdown {
  display: none;
  opacity: 1;
  pointer-events: auto;
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown,
.no-opacity .category_dropdown.active .dropdown,
.no-pointerevents .category_dropdown.active .dropdown {
  display: block;
}

.block {
  display: none;
}

  .block.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #fff;
    z-index: 999;
    border: 1px solid #d1d1d1;
    border-top: 0;
  }

.category_dropdown {
  border: none;
  background: transparent;
  padding: 24px;
}

.block_problem {
  display: none;
}

  .block_problem.actives {
    display: block;
  }

.category_dropdown.down {
  padding: 34px;
}

.disable {
  pointer-events: none;
}

.message-undercategory.hide {
  display: none !important;
}

.content-undercategory ul li {
  list-style-type: none;
}

.block.show {
  display: block;
}

.block.block_close {
  border: 1px solid #d1d1d1;
  border-top: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}

/*.ol-overlaycontainer-stopevent.show {
  display: block;
}
*/
/*.ol-overlaycontainer-stopevent {
  display: none;
}*/

.img-base {
  width: 373px;
}

.new_label {
  background-color: #ef0f33;
  color: #fff;
  width: 50px;
  height: 20px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -3px;
}

.news-article-title {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 740px;
  font-size: 45px;
  line-height: 45px;
}

.investmoscow-container .block_close {
  padding-right: 50px !important;
  padding-left: 50px !important;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #ababab;
}

.searchResultCategory .content-category span {
  font-size: 28px;
  width: 33px;
  height: 40px;
}

.problem-category-border {
  border: solid 1px #ababab;
}

.arrow-style.active {
  list-style-image: url("/Css/media/lk/arrow-down.png");
}

.arrow-style {
  list-style-image: url("/Css/media/lk/arrow-right.png");
}

  .arrow-style ul {
    list-style-image: none;
  }

.form-provide-holder {
  width: 100%;
  min-width: 520px;
  height: 100%;
}

.provide-link-color {
  color: #48849a !important;
}

.auth-wrap-provider {
  color: #767676;
  font-size: 14px;
}

.provider-logo {
  width: 22px;
}

.auth-btn-provider-auth {
  width: 90%;
}

.event-stub {
  height: 160px;
  background: -o-repeating-linear-gradient( 320deg, #ececec, #d0d0d0 50px, #ececec 40px, #ffffff 100px );
  background: repeating-linear-gradient( 130deg, #ececec, #d0d0d0 50px, #ececec 40px, #ffffff 100px );
}

.mr-ml-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.modal-download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.modal-download-link {
  color: #fff !important;
  background-color: #ef0f33;
  font-size: 14px;
  padding: 0.5rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
}
.special__wrapper .themes-container .theme-basic-container {
  height: 400px;
}
.special__wrapper .themes-container .theme.theme-hovered .active {
  display: none;
}

#uid-footer-target {
  margin-top: 1rem;
}
.search-form,
.search-pagination {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.search-results-sections {
  font-family: 'Bebas Neue';
  font-size: 21px;
  line-height: 21px;
  padding: 0 10px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 19px 0 19px;
  background: rgba(88, 88, 88, 0.55);
  border: 1px solid rgba(168, 168, 168, 0.4);
}

  .search-results-sections:hover {
    background: rgba(88, 88, 88, 0.75);
  }

.search-form .form-control {
  font-size: 21px;
  border: none;
  min-height: 55px;
  padding: 8px 0 8px 20px;
  font-family: 'Bebas Neue';
  font-weight: bold;
  border: 1px solid #E2E2E2;
}

.search-form .form-group .red-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  padding: 12px 10px 13px;
}

.search-results .search-item {
  border-bottom: 1px solid #d1d1d1;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}

  .search-results .search-item.search-item--nbt:first-child {
    border: 0;
    padding-top: 0;
  }

  .search-results .search-item:first-child {
    border-top: 0px;
    margin-top: 0;
    padding-top: 0;
  }

  .search-results .search-item .info {
    color: #767676;
  }

.search-results .material-date {
  font-family: 'Bebas Neue';
  font-weight: bold;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.1;
  background-color: #fff;
  padding: 3px 6px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.search-results .smaller {
  font-size: 14px;
}

.search-results .bigger {
  font-size: 18px;
}

.search-results .red-sign {
  font-family: 'Bebas Neue';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  background-color: #EF0F33;
  padding: 3px 6px;
  margin-top: 90px;
}

.search-results-highlight {
  background: #EF0F33;
}

.search-results-body {
  margin: 60px 0 4px;
}

.search-results .search-results-header:first-child {
  margin-top: 52px;
}

.search-results-body .search-item,
.search-results-header .search-item {
  border-color: rgba(209, 209, 209, 0.2);
}

  .search-results-header .search-item:last-child {
    border-color: #D1D1D1;
  }

  .search-results-body .search-item:first-child,
  .search-results-body .search-item:last-child {
    border: 0;
  }

.search-results-body h4 {
  line-height: 1.0;
  margin: 0;
}

.absolute-right-bottom {
  position: absolute;
  bottom: 0;
  right: -5px;
}

.quote-img {
  margin-top: -20px;
  margin-left: 30px;
}
body {
  text-align: unset !important;
}

.page-menu-auth-and-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  position: relative;
  z-index: 10;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-menu-auth {
  display: block;
}

@media (max-width: 991px) {
  .page-menu-auth {
    display: none;
  }
}

.page-menu-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 3rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .page-menu-search {
    display: none;
  }
}

.page-menu-auth-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ph {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.ph_dgp-disabled {
  display: none;
}

.ph-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

  .ph-background:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

.ph-background_light:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.0) !important;
}

.ph-background img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.ph-darkened-background:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lk-notifications {
  margin-right: 52px;
}

.special__wrapper .ph-background {
  display: none;
}
.content {
  width: 1280px;
  margin: auto;
}

@media (max-width: 1449px) {
  .content {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.wide-content {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.wide-content_border_bottom {
  border-bottom: 1px solid #d1d1d1;
}

.wide-content_background_dark-grey {
  background-color: #E2E2E2;
}

.wide-content_background_grey {
  background-color: #f8f8f8;
}

.content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

  .content-background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .content-background img {
    height: 100%;
  }

.content-background_z-index_-1 {
  z-index: -1;
}

.content-background_z-index_-1 {
  z-index: -1;
}


.content-background_dark:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

.content-background_dark-deep:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
}

.content-background_dark-light:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

.content-background-img {
  height: auto !important;
}

.special__wrapper .content-background {
  display: none;
}
.content-header {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 9fr 3fr;
  -ms-grid-columns: 9fr 3fr;
  grid-template-rows: repeat(5, auto);
  -ms-grid-rows: (auto)[5];
  margin-top: 118px;
}

/* для совместимости со старыми блоками */
.content-header > *:nth-child(1):not([class*='content-header__']) {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media all and (max-width: 991px) {
  .content-header {
    margin-top: 80px;
    grid-template-columns: 1fr 0;
    -ms-grid-columns: 1 0;
    position: relative;
    top: unset;
  }
}

@media all and (max-width: 767px) {
  .content-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.content-header__description {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 4;
  grid-row-start: 4;
  z-index: 1;
}

.content-header__footer {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  z-index: 1;
}

@media (max-width: 767px) {
  .content-header__footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.content-header-icon {
}

.content-header__icon {
  -ms-grid-column: 2;
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 5;
  margin-top: .5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
}

@media all and (max-width: 991px) {
  .content-header__icon {
    display: none;
  }
}

.content-header__bread-crumbs {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  z-index: 1;
}

.content-header__title {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 3;
  grid-row-start: 3;
  z-index: 1;
}

.content-header-description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (max-width: 768px) {
  .content-header-description {
    font-size: 1rem;
  }
}

.content-header-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*@media all and (max-width: 768px) {
    .content-header-footer {
        flex-direction: column;
    }
}*/

.content-header-title {
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.content-header-title_fs_36 {
  font-size: 2.25rem;
  line-height: 1.25;
}

@media all and (max-width: 991px) {
  .content-header-title {
    font-size: 3rem;
  }

  .content-header-title_fs_36 {
    font-size: 2rem;
  }
}

@media all and (max-width: 575px) {
  .content-header-title {
    font-size: 2rem;
  }

  .content-header-title_fs_36 {
    font-size: 1.5rem;
  }
}

.special__wrapper .content-header {
  color: black !important;
  padding-top: 6rem !important;
}
.input-control {
  padding: .5rem .625rem;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  font-size: .875rem;
  line-height: 1.29;
  width: 100%;
  min-height: 40px;
}

.input-validation-error,
.input-control_error {
  border: 1px solid #EF0F33 !important;
}

.validation-summary-errors {
  color: #EF0F33 !important;
}

.field-validation-valid,
.validation-summary-valid
{
  display: none;
}

  .input-control:-moz-read-only {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #ababab;
  }

  .input-control:read-only {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #ababab;
  }

  .input-control:focus {
    border-color: #767676;
    outline: none;
  }

  .input-control:-ms-input-placeholder {
    color: #767676;
  }

  .input-control::-ms-input-placeholder {
    color: #767676;
  }

  .input-control::-ms-input-placeholder,
  .input-control::-webkit-input-placeholder,
  .input-control::-ms-input-placeholder,
  .input-control::placeholder {
    color: #767676;
  }

.input-control-counter {
  position: absolute;
  right: 1.2rem;
  bottom: .8rem;
  font-size: 12px;
  color: #ababab;
}

.input-control-counter {
  position: absolute;
  right: 1.2rem;
  bottom: .8rem;
  font-size: .8rem;
  color: #ababab;
}

.input-control-counter_top_140 {
  bottom: unset;
  top: 140px;
}

.input-control-counter_red {
  color: #EF0F33;
}

.input-control_with-counter {
  outline: none;
  width: 100%;
}

  .input-control_with-counter::-webkit-scrollbar {
    width: 7px;
    cursor: pointer;
    margin-right: 5px;
  }

  .input-control_with-counter::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    border-radius: 8px;
  }

.input-control_datepicker {
  background-image: url(/Content/calendar-regular.png);
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.label-new {
    background-color: #ef0f33;
    color: #fff;
    width: 50px;
    height: 20px;
    font-size: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.pm-first-line-navigation__label-new {
    top: -4px;
}
.mw {
  position: fixed;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
  background-color: rgba(250, 250, 250, 0.8);
}

.mw_hidden {
  display: none;
}

.mw-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
  width: 33rem;
  padding: 2rem;
  padding-bottom: 1rem;
  color: #3a3a3a !important;
  z-index: 300;
  max-height: 96vh;
  overflow-y: auto;
}

.mw-dialog::-webkit-scrollbar {
  width: 7px;
  cursor: pointer;
  margin-right: 5px;
}

.mw-dialog::-webkit-scrollbar-thumb {
  background-color: #e2e2e2;
  border-radius: 8px;
}

@media all and (max-width: 639px) {
  .mw-dialog {
    width: 98%;
  }
}

@media all and (max-width: 575px) {
  .mw {
    z-index: 1000000000;
  }

  .mw-dialog {
    width: 100%;
    height: 100%;
    padding: 1rem;
    max-height: 100%;
  }
}

.mw-close {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 301;
  cursor: pointer;
}

.mw-header {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Bebas Neue";
}

@media all and (max-width: 575px) {
  .mw-header {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 1rem;
  }
}

.mw-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  padding-top: 1rem;
  border-top: 1px solid #c4c4c4;
  margin-top: 1rem;
}

@media all and (max-width: 575px) {
  .mw-buttons {
    border-top: none;
    margin-top: auto;
  }
}

.mw-button {
  height: 2.5rem;
}

@media all and (max-width: 575px) {
  .mw-button {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    font-size: .9rem !important;
  }
}

.mw-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 575px) {
  .mw-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.mw-text {
  font-size: 1.125rem;
  color: #767676 !important;
  margin: 2rem 0;
  overflow-y: auto;
}

.mw-text::-webkit-scrollbar {
  width: 7px;
  cursor: pointer;
}

.mw-control-title {
  display: block;
  width: 45%;
  font-size: .9rem;
  color: #767676 !important;
}

@media all and (max-width: 575px) {
  .mw-control-title {
    width: 100%;
  }
}

.mw-control-title_required {
  padding-bottom: .4rem;
}

.mw-control-title_required::after {
  content: '*';
  vertical-align: super;
  color: #EF0F33;
}

.mw-control-value {
  width: 55%;
  font-size: .9rem;
}

@media all and (max-width: 575px) {
  .mw-control-value {
    width: 100%;
  }
}

.mw-input-control {
  width: 100%;
}

.mw-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 302;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
}

@media all and (max-width: 575px) {
  .mw-message {
    font-size: 1.25rem;
  }
}

.mw-control-validation-error {
  color: firebrick;
}
.checkbox-label {
  position: relative;
  padding: 0 0 0 2rem;
  cursor: pointer;
  font-size: .875rem;
}

.checkbox-label:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  border: 1px solid #e2e2e2;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type=checkbox]:checked + .checkbox-label:before {
  width: 20px;
  height: 20px;
  border: none;
  background-color: #ef0f33;
  background-image: url(/block/checkbox-label/checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

[class*='checkbox-main'] + .checkbox-label {
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-weight: bold;
  font-size: 1.25rem;
}

[class*='checkbox-minus'] + .checkbox-label:before {
  background-color: #ef0f33;
  background-image: url(/block/checkbox-label/minus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  width: 20px;
  height: 20px;
  border: none;
}

.special__wrapper input[type=checkbox]:checked + .checkbox-label:before {
  background-color: black;
}

.special__wrapper .checkbox-label:before {
  border-color: black;
}

.special__wrapper [class*='checkbox-minus'] + .checkbox-label:before {
  background-color: black;
}
.input-password {
    position: relative;
}

.input-password__toggle-password {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: .5rem;
}

.toggle-password {
    background-image: url(/block/input-password/img/hide.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.toggle-password_shown {
    background-image: url(/block/input-password/img/show.png);
    top: -1px;
}
.button {
  position: relative;
  font-family: "Roboto";
  color: #fff !important;
  background-color: #ef0f33;
  border-radius: 100px;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 3rem;
  border: 1px solid #ef0f33;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
}


.button:hover {
  background-color: #ca0525;
}

.button_style_login {
  padding: .5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  height: 44px;
}

.button_style_small {
  padding: .5rem 2rem;
}

.button_style_very-small {
  padding: .25rem .5rem;
  font-size: .875rem;
}

.button_style_pre-line {
  white-space: pre-line;
}

@media (max-width: 575px) {
  .button_style_small {
    padding: .5rem 1rem;
  }
}

.button_style_white, .button_style_white[disabled] {
  color: #3a3a3a !important;
  border: 1px solid #3a3a3a;
  background: #fff;
}

.button_style_red-border {
  border: 1px solid #ef0f33;
}

.button_style_white:not([disabled]):hover {
  border: 1px solid #ef0f33;
  background-color: #ef0f33;
  color: #fff !important;
}

.button_style_green {
  color: var(--color-white) !important;
  border: 1px solid var(--color-white);
  background: var(--color-green);
}

.button_style_green:hover {
  border: 1px solid var(--color-green);
  background-color: var(--color-white);
  color: var(--color-green) !important;
}

.button_activated {
  background-color: #ca0525;
}

.button_disabled {
  pointer-events: none;
  opacity: .65;
}

.button_hidden {
  display: none;
}

.button__icon {
  margin-right: .5rem;
}

.button-icon {
  height: 20px;
}

.button:focus {
  outline: 0px !important;
}

.button_style_video_guide img {
  content: url('/Content/icon/icon-inf.dark.png');
  height: 20px;
}

.button_style_white.button_style_video_guide img {
  content: url('/Content/icon/icon-inf.dark.png');
}

.button_style_white.button_style_video_guide:hover img {
  content: url('/Content/icon/icon-inf.png');
}
.mm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.mm-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem -1rem 0 -1rem;
}

.mm-title-text {
  text-align: center;
  font-weight: 700;
}

.mm-text {
  text-align: center;
}


.mm-button {
  padding: 0.5rem 2.5rem 0.5rem 2.5rem !important;
  width: 130px;
}

.mm-button-confirm {
  display: none;
} 
.ds-content-header {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 650px) {
  .ds-content-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
  }
}

.ds-content-header_style_main-page {
  margin-bottom: 2rem;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 650px) {
  .ds-content-header_style_main-page {
    margin-bottom: 1rem;
  }
}

.ds-form {
  display: block;
  min-width: 20rem;
  position: relative;
}

@media (max-width: 650px) {
  .ds-form {
    display: none;
  }
}

.ds-form-email {
  border-radius: 100px !important;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

.ds-subscribe-mobile-button {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  display: block;
  width: 100%;
}

@media (min-width: 651px) {
  .ds-subscribe-mobile-button {
    display: none;
  }
}

.ds-form-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1rem;
  border: 1px solid #d1d1d1;
  border-radius: .5rem;
  opacity: 0;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  z-index: -1;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.10);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.10);
  min-height: 100%;
}

@media all and (max-width: 575px) {
  .ds-form-message {
    border-radius: 0;
  }
}

.ds-form-message_error {
  border: 1px solid #ef0f33 !important;
}

.ds-form-message_shown {
  opacity: 1;
  z-index: 2;
}

.ds-form-button {
  position: absolute;
  right: 0;
  top: 0;
}

.ds-form-hint {
  opacity: 0;
  position: absolute;
  bottom: 60px;
  left: 60px;
  border: 1px solid #e2e2e2;
  border-radius: .5rem;
  padding: 1rem;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.10);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.10);
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.ds-form-hint_shown {
  opacity: 1;
}

.ds-form-message-close {
  position: absolute;
  top: .5rem;
  right: .75rem;
  cursor: pointer;
}

.ds-form-message a {
  border-bottom: 1px dashed;
}

.ds-site-form {
  display: block;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .ds-site-form {
    display: none !important;
  }
}

.ds-site-form-envelope {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ef0f33;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 302;
}

.ds-site-form-envelope_smalled {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  bottom: .5rem;
}

.ds-site-form-envelope_hidden {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.ds-site-form-envelope-svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}

.ds-site-form-panel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #3a3a3a;
  padding: 1rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 25rem;
  border-radius: .5rem;
}

.ds-site-form-panel_hidden {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: -1;
}

.ds-site-form-panel-close-svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.ds-form-message-close-svg {
  fill: #d1d1d1;
  width: 16px;
  height: 16px;
}

.ds-site-form-panel-close {
  position: absolute;
  top: .5rem;
  right: .75rem;
  cursor: pointer;
}

.ds-site-form-panel-title {
  font-family: "Bebas Neue";
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 0 1rem;
  color: #fff;
}

.ds-site-form-email {
  border-radius: 100px !important;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

.ds-site-form-button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.ds-content-header-title {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
}

@media (max-width: 575px) {
  .ds-content-header-title {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

.special__wrapper .ds-site-form-envelope {
  background-color: black;
}

.special__wrapper .ds-content-header-title {
  color: black;
}
.ie-popup-warning {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}

.ie-popup-warning__body {
  display: flex;
  flex-direction: column;
}

.ie-popup-warning__body_ie {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
}

.ie-popup-warning__body p {
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center;
}

.ie-popup-warning__body h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.ie-popup-warning__content {
  display: flex;
  flex-direction: column;
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

.ie-popup-warning__close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.ie-popup-warning__close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.ie-popup-warning__browsers {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.ie-popup-warning__browsers-item {
  margin-right: 2rem;
}

.ie-popup-warning__browsers-item:last-child {
  margin-right: 0;
}

.ie-popup-warning__browsers-list {
  display: flex;
  justify-content: center;
}

.ie-popup-warning__browsers-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none !important;
}

.ie-popup-warning__browsers-link:hover {
  color: #1464cc;
}

.ie-popup-warning__browsers-image {
  display: block;
  height: 64px;
  width: 64px;
  margin-bottom: 0.5rem;
}
.number-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem;
  width: 100%;
}

.number-info_left-aligned {
  align-items: baseline;
  padding-left: 0;
}

.number-info-header {
  font-size: 5.25rem;
  font-family: 'Bebas Neue';
  letter-spacing: 0.0151em;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  height: 7rem;
  font-weight: bold;
  text-transform: uppercase;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) !important;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .number-info-header {
    height: 6rem;
  }
}

@media (max-width: 991px) {
  .number-info-header {
    font-size: 4.75rem;
  }
}

.number-info-header_vertical {
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.number-info-header__prefix {
  font-size: 2rem;
  margin-right: .5rem;
}

.number-info-header__prefix_lowered {
  margin-right: 0;
  margin-top: 1rem;
}

.number-info-header__prefix_color_grey {
  color: var(--color-grey) !important;
}

.number-info-header__sufix {
  font-size: 1.25rem;
  white-space: initial;
  margin-left: 0.3rem;
}

@media (max-width: 991px) {
  .number-info-header__sufix {
    font-size: .9rem;
  }
}

.number-info__text {
  font-size: 1rem;
  color: var(--color-grey) !important;
  text-align: center;
  margin-bottom: 0;
  min-height: 5rem;
}

.number-info__tax-text {
  font-size: 1rem;
  color: var(--color-grey) !important;
  margin-bottom: 0;
  min-height: 3rem;
}

.number-info__tax-text_blacked {
  color: var(--color-black) !important;
}

.number-info-header__text {
  font-size: 2rem;
  line-height: 0;
}

.number-info-header__img {
}

.number-info-slider {
  position: relative;
  width: 100%;
}

.number-info-slider-item {
  /*min-width: 25%;*/
}

.number-info-slider-arrow-left {
  left: -40px;
  top: 22%;
  position: absolute;
  z-index: 1;
  color: var(--color-red) !important;
  font-size: 1.5rem;
  transition: .3s;
}

.number-info-slider-arrow-right {
  right: -40px;
  top: 22%;
  position: absolute;
  z-index: 1;
  color: var(--color-red) !important;
  font-size: 1.5rem;
  transition: .3s;
}

@media (min-width: 576px) and (max-width: 1449px) {
  .number-info-slider-arrow-left {
    left: 1rem;
  }

  .number-info-slider-arrow-right {
    right: 1rem;
  }
}

.number-info-slider-dots {
  position: absolute;
  bottom: -2rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.number-info-slider-dots button {
  background-color: #d1d1d1;
  border: none;
  width: 7px;
  height: 7px;
  margin: 0 .4rem;
  padding: 0;
  font-size: 0;
  outline: none;
}

.number-info-slider-dots .slick-active button {
  background-color: #ef0f33;
  width: 11px;
  height: 11px;
}

.number-info-slider-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.special__wrapper .number-info-header {
  height: auto !important;
}

.special__wrapper .number-info__text {
  color: black !important;
}

.special__wrapper .number-info-header_vertical img {
  display: none !important;
}

.special__wrapper .number-info-header_vertical {
  justify-content: flex-start;
}

.special__wrapper .number-info-slider-arrow-left, .special__wrapper .number-info-slider-arrow-right {
  color: black !important;
}

.special__wrapper .number-info-slider-dots button {
  background-color: black;
  width: 20px;
  height: 20px;
}

.special__wrapper .number-info-slider-dots .slick-active button {
  background-color: black;
  width: 30px;
  height: 30px;
}
.scroll-bar {
  overflow: auto;
  scrollbar-color: var(--color-red) var(--color-grey);
  scrollbar-width: thin;
}

.scroll-bar::-webkit-scrollbar {
  width: .3125rem;
  height: .3125rem;
  cursor: pointer;
}

.scroll-bar::-webkit-scrollbar-thumb {
  background-color: var(--color-red);
  border-radius: .125rem;
}

  .scroll-bar::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  }

.scroll-bar::-webkit-scrollbar-track {
  background-color: var(--color-grey);
  border-radius: .125rem;
}

.scroll-bar::-webkit-scrollbar-track:hover {
  background-color: var(--color-grey);
}

.special__wrapper .scroll-bar::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: .125rem;
}

.special__wrapper .tift-tab-content-info-link {
  color: black !important;
}
