<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "PF BeauSans Pro Light";
  src: url("../../font/pfbeausanspro-light.woff") format("woff"); }
@font-face {
  font-family: "PF BeauSans Pro SemiBold";
  src: url("../../font/pfbeausanspro-sebold.woff") format("woff"); }
* {
  margin: 0;
  padding: 0; }

body {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

.access-denied-span {
  background-image: url("../../images/promo/hidden-symbol.png");
  background-repeat: repeat-x;
  color: transparent;
  cursor: pointer; }

.nav-scroll {
  bottom: 0;
  display: none;
  height: 0;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 10; }

.nav-scroll__inner {
  background-color: transparent;
  left: 10px;
  margin-top: -144px;
  position: absolute;
  top: 0;
  transition: width 0.5s, background-color 0.5s step-end, box-shadow 0.5s step-end;
  width: 56px;
  z-index: 1000; }
  .nav-scroll__inner:hover {
    background-color: #2685b6;
    border-radius: 2px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    transition: width 0.5s, background-color step-start, box-shadow step-start;
    width: 320px; }
  .nav-scroll__inner .nav-scroll__item.active {
    transition: background-color 0.5s step-end; }
  .nav-scroll__inner:hover .nav-scroll__item.active {
    background-color: #21729c;
    transition: background-color 0.5s step-start; }

.nav-scroll__item {
  display: block;
  color: #2685b6;
  height: 40px;
  overflow: hidden;
  padding: 4px 0;
  white-space: nowrap; }
  .nav-scroll__item.active .nav-scroll__tip {
    font-weight: 400; }

.nav-scroll__point {
  height: 40px;
  width: 40px;
  float: left;
  margin: 0 10px; }
  .nav-scroll__point .fa {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    display: block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 10px;
    width: 20px;
    text-align: center;
    transition: box-shadow 0.5s step-end; }
  .nav-scroll__point .material-icons {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    display: block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 10px;
    width: 20px;
    text-align: center;
    transition: box-shadow 0.5s step-end;
    font-size: 14px; }

.nav-scroll__inner:hover .nav-scroll__point .fa, .nav-scroll__inner:hover .nav-scroll__point .material-icons {
  box-shadow: none;
  transition: box-shadow 0.5s step-start; }

.nav-scroll__item:hover .nav-scroll__point .fa {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  width: 30px; }
.nav-scroll__item:hover .nav-scroll__point .material-icons {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  width: 30px;
  font-size: 22px; }
.nav-scroll__item.active .nav-scroll__point .fa {
  color: #21729c;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  margin: 2px;
  width: 36px; }
.nav-scroll__item.active .nav-scroll__point .material-icons {
  color: #21729c;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  margin: 2px;
  width: 36px;
  font-size: 26px; }

.nav-scroll__tip {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px; }

.nav-scroll__item:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: 400; }
  .nav-scroll__item:not(.active):hover .nav-scroll__tip {
    font-weight: 400; }

.nav-scroll.second .nav-scroll__inner:hover {
  background-color: #5571a9; }
  .nav-scroll.second .nav-scroll__inner:hover .nav-scroll__item.active {
    background-color: #3b5b9a; }
.nav-scroll.second .nav-scroll__item {
  color: #5571a9; }
  .nav-scroll.second .nav-scroll__item.active .nav-scroll__point .fa, .nav-scroll.second .nav-scroll__item.active .nav-scroll__point .material-icons {
    color: #3b5b9a; }
.nav-scroll.third .nav-scroll__inner:hover {
  background-color: #1f8acb; }
  .nav-scroll.third .nav-scroll__inner:hover .nav-scroll__item.active {
    background-color: #1772ab; }
.nav-scroll.third .nav-scroll__item {
  color: #1f8acb; }
  .nav-scroll.third .nav-scroll__item.active .nav-scroll__point .fa, .nav-scroll.third .nav-scroll__item.active .nav-scroll__point .material-icons {
    color: #1772ab; }

.line-toothed, .line-toothed_blue, .line-toothed_white {
  background-color: #bcbcbc;
  background-image: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-position: 0 1px;
  background-size: 8px 8px;
  background-repeat: repeat-x;
  height: 8px;
  margin: 0 auto;
  position: relative;
  width: 97px; }

.line-toothed_gray {
  background-image: url("../../images/promo/line-tooth.png");
  background-repeat: repeat-x;
  height: 6px;
  margin: 20px auto 10px auto;
  width: 96px; }

.line-toothed_blue {
  background-color: #2685b6; }
  .line-toothed_blue.second {
    background-color: #5973a7; }

.line-toothed_white {
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #2685b6 0%, #2685b6 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-45deg, #2685b6 0%, #2685b6 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }

.line-toothed::before, .line-toothed_blue::before {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  background-position: 4px -4px;
  background-size: 8px 8px;
  background-repeat: repeat-x;
  bottom: 0px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%; }

.line-toothed_white::before {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  background-position: 4px -4px;
  background-size: 8px 8px;
  background-repeat: repeat-x;
  bottom: 0px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #2685b6 50%, #2685b6 100%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #2685b6 50%, #2685b6 100%); }

.header {
  margin: 0 auto;
  width: 1160px; }

.site-logo {
  float: left;
  margin: 5px 28px 0 0;
  overflow: hidden; }
  .site-logo img {
    margin-left: -20px; }

.nav-main {
  font-weight: 600;
  height: 40px;
  padding: 0; }
  .nav-main.short {
    font-weight: 400;
    margin-right: -3.5px; }
  .nav-main &gt; li {
    display: block;
    list-style-type: none;
    margin-left: 8px;
    float: left;
    height: 40px;
    box-sizing: border-box;
    position: relative; }
  .nav-main li:first-child {
    margin-left: 0; }
  .nav-main &gt; li &gt; a {
    box-sizing: border-box;
    color: #464c5f;
    display: inline-block;
    padding: 11px 12px 8px 12px;
    position: relative;
    z-index: 10; }
  .nav-main.inverted &gt; li a {
    color: #fff; }
  .nav-main &gt; li &gt; a.active, .nav-main &gt; li &gt; a:hover, .nav-main &gt; li &gt; a.hover {
    border-bottom: 5px solid #5b75aa;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }
  .nav-main.short &gt; li &gt; a.active, .nav-main.short &gt; li &gt; a:hover, .nav-main.short &gt; li &gt; a.hover {
    border-bottom: none;
    box-shadow: none;
    color: #18171C; }
  .nav-main.inverted &gt; li &gt; a.active, .nav-main.inverted &gt; li &gt; a:hover, .nav-main.inverted &gt; li &gt; a.hover {
    border-bottom: 5px solid #fff; }
  .nav-main.second &gt; li &gt; a.active, .nav-main.second &gt; li &gt; a:hover, .nav-main.second &gt; li &gt; a.hover {
    border-bottom: 5px solid #2685b6; }
  .nav-main.second.inverted &gt; li &gt; a.active, .nav-main.second.inverted &gt; li &gt; a:hover, .nav-main.second.inverted &gt; li &gt; a.hover {
    border-bottom: 5px solid #fff; }
  .nav-main.third &gt; li &gt; a.active, .nav-main.third &gt; li &gt; a:hover, .nav-main.third &gt; li &gt; a.hover {
    border-bottom: 5px solid #4caf50; }
  .nav-main &gt; li a.active {
    color: #5b75aa; }
  .nav-main.second &gt; li a.active {
    color: #2685b6; }
  .nav-main.third &gt; li a.active {
    color: #4caf50; }

li.nav-main__sub {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  clear: both;
  float: none;
  margin-left: 0;
  padding: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  background-color: #e6eaf2;
  top: 40px;
  left: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.nav-main__sub ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  max-width: 1160px;
  margin: 0 auto;
  min-width: 953px; }
.nav-main__sub li {
  list-style-type: none;
  float: left;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background-color: #E6EAF2;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px; }
  .nav-main__sub li.active {
    background-color: #5b75aa;
    color: #fff;
    font-weight: 400; }
    .nav-main__sub li.active:before, .nav-main__sub li.active:after {
      content: none; }

.nav-main.second &gt; .nav-main__sub li.active {
  background-color: #2884b4; }
.nav-main .nav-main__sub li a {
  color: inherit;
  padding: 0; }
.nav-main .nav-main__sub li:not(.active) a:hover {
  color: #5b75aa; }
.nav-main.second .nav-main__sub li:not(.active) a:hover {
  color: #2884b4; }

.nav-main__ext {
  background-color: #5b75aa;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  display: none;
  font-weight: 400;
  left: 0;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  width: 600px; }

.nav-main.second .nav-main__ext {
  background-color: #2685b6; }

.nav-main__ext a {
  color: #fff; }
  .nav-main__ext a:hover {
    color: #fff; }

.nav-main__ext__link-box {
  box-sizing: border-box;
  color: #fff;
  float: left;
  line-height: 26px;
  padding: 10px 25px;
  width: 300px; }
  .nav-main__ext__link-box:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff; }

.nav-main__primary.clicked {
  background-color: #5b75aa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.nav-main.second .nav-main__primary.clicked {
  background-color: #2685b6; }

.nav-main__primary.clicked &gt; a {
  background-color: inherit;
  border-bottom: none !important;
  box-shadow: none !important;
  color: #fff !important;
  height: 100%; }

.page-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90; }

.nav-full hr {
  margin: 0; }

.nav-full__switcher {
  color: #5b75aa !important;
  float: left;
  margin: 6px 0 0 15px;
  position: relative;
  z-index: 600; }

.nav-full.second .nav-full__switcher, .nav-full.fourth .nav-full__switcher, .nav-full.fifth .nav-full__switcher {
  color: #fff !important; }
.nav-full.third .nav-full__switcher {
  color: #2685b6 !important; }
.nav-full.active .nav-full__switcher {
  color: #fff !important; }

.nav-full__switcher-tip {
  bottom: -20px;
  left: -15px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: visibility 0s, opacity 0s linear 0.4s; }

.nav-full.active .nav-full__switcher-tip {
  visibility: visible;
  opacity: 1; }

.nav-full__container {
  background-color: #fff;
  display: flex;
  height: 100%;
  left: 0;
  min-width: 970px;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: visibility 0s, opacity 0.2s linear;
  visibility: hidden;
  width: 100%;
  z-index: 500; }

.nav-full.active .nav-full__container {
  visibility: visible;
  opacity: 1; }

.nav-full__leftcol {
  background-color: #5b75aa;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: -40%;
  min-width: 440px;
  width: 34%; }

.nav-full.third .nav-full__leftcol, .nav-full.fourth .nav-full__leftcol {
  background-color: #2884B4; }
.nav-full.fifth .nav-full__leftcol {
  background-color: #1f8acb; }
.nav-full.active .nav-full__leftcol {
  margin-left: 0;
  transition: margin-left 0.4s ease-out; }

.nav-full__leftcol-header {
  background-color: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  min-height: 60px;
  padding-left: 45%;
  width: 100%; }

.nav-full__leftcol-content {
  flex: 1;
  padding: 40px 10%; }

.nav-full__leftcol-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 10%; }

.nav-full__rightcol {
  flex: 1;
  opacity: 0;
  overflow: auto;
  padding: 20px 0 0 5%;
  transition: visibility 0s, opacity 0s linear 0.4s;
  visibility: hidden; }

.nav-full.active .nav-full__rightcol {
  opacity: 1;
  visibility: visible; }

.nav-full__rightcol-block {
  box-sizing: border-box;
  float: left;
  padding: 0 30px 20px 0;
  width: 376px; }

.btn-enter {
  color: #464c82;
  height: 20px;
  float: right;
  font-weight: 600;
  margin: 8px 14px 0 0;
  padding: 2px 0; }
  .btn-enter .material-icons {
    color: rgba(90, 117, 170, 0.4);
    font-size: 24px; }
  .btn-enter.second .material-icons {
    color: rgba(255, 255, 255, 0.6); }
  .btn-enter.third a {
    color: #2685b6 !important; }
  .btn-enter.third .material-icons {
    color: rgba(38, 133, 182, 0.4); }
  .btn-enter a {
    color: #fff; }

.btn-reg {
  background-color: #5b75aa;
  border-radius: 3px;
  color: #ffffff;
  float: right;
  height: 32px;
  line-height: 32px;
  margin-top: 4px;
  text-align: center;
  width: 12%; }
  .btn-reg.second {
    background-color: #ffd801 !important;
    border: none !important;
    color: #464c5f;
    width: 128px;
    font-weight: 600; }

.header.fixed {
  background-color: #5973a7;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100; }
  .header.fixed .content {
    box-sizing: border-box;
    height: 40px;
    max-width: 1160px;
    /* min-width: 953px; */
    padding: 0 10px;
    width: auto; }
  .header.fixed.short .content {
    max-width: 1010px;
    padding-left: 11px;
    padding-right: 0; }
  .header.fixed.short .site-logo img {
    margin-left: 0; }
  .header.fixed a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px; }
  .header.fixed .btn-reg {
    background-color: transparent;
    border: 1px solid #ffffff;
    box-sizing: border-box; }
.header.inverted {
  background-color: #fff; }
  .header.inverted .btn-reg {
    background-color: #5b75aa;
    border-color: #5b75aa;
    color: #fff; }
  .header.inverted .btn-enter a {
    color: #5b75aa; }

.parallax-top-container {
  align-items: center;
  color: #ffffff;
  display: flex;
  min-height: 600px;
  min-width: 953px;
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .parallax-top-container.first {
    background-image: url(../../images/promo/contragents.png), radial-gradient(circle, #eeefef, #e1e2e3);
    background-position: 58% 0;
    background-size: initial;
    height: 636px; }
  .parallax-top-container.second {
    background: linear-gradient(0deg, rgba(89, 115, 167, 0) 0%, rgba(89, 115, 167, 0.9) 0%), url("../../images/promo/monitor_mockup.jpg") calc(50% + 90px) -66px; }
  .parallax-top-container .content .btn-reg {
    display: inline-block;
    color: #fff;
    background-color: #ed513b;
    float: none;
    width: 110px;
    height: 42px;
    line-height: 42px; }
  .parallax-top-container li a {
    color: #ffffff; }
  .parallax-top-container h1 {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 32px; }

.block-features h1, .block-sources h1, .block-interested h1, .block-mentions h1, .block-search h1, .block-stats h1, .content-block h1 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 32px; }

.parallax-top-container.first h1 {
  color: #464C5F;
  font-weight: 600; }
.parallax-top-container.first p {
  color: #464C5F;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: 30px; }
.parallax-top-container .content {
  position: relative; }

.laptop-video {
  height: 395px;
  margin: 50px -100px 0 35px;
  width: 717px;
  position: relative;
  background-image: url("../../images/promo/laptop-big.png"); }
  .laptop-video.second {
    margin: auto; }
  .laptop-video video {
    position: absolute;
    top: 26px;
    left: 93px; }

.clients-slider-outer {
  margin: 0 10px;
  position: relative; }

.clients-slider-prev, .clients-slider-next {
  width: 9px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  z-index: 10; }

.clients-slider-prev {
  background-image: url(../../images/promo/prev.png);
  left: 0px; }

.clients-slider-next {
  background-image: url(../../images/promo/next.png);
  right: 0px; }

.clients-slider-left-shade {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 60px;
  background-image: linear-gradient(to right, #ffffff, transparent); }

.clients-slider-right-shade {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 60px;
  background-image: linear-gradient(to left, #ffffff, transparent); }

.clients-slider {
  position: relative;
  height: 100px;
  overflow: hidden;
  box-sizing: border-box; }

.clients-slider-inner {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  line-height: 0;
  letter-spacing: -1px;
  font-size: 0;
  height: 100px;
  left: 0;
  top: 0; }

.clients-slide {
  line-height: 20px;
  letter-spacing: 0;
  font-size: 14px;
  height: 100px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center; }

.clients-slide-item {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  padding: 0 14px;
  height: 100px; }
  .clients-slide-item.gazprom {
    width: 156px;
    background-image: url("../../images/promo/clients/client1.png"); }
  .clients-slide-item.lukoil {
    width: 158px;
    background-position: 50% 38px;
    background-image: url("../../images/promo/clients/client2.png"); }
  .clients-slide-item.depo {
    width: 118px;
    background-position: 50% 25px;
    background-image: url("../../images/promo/clients/client3.png"); }
  .clients-slide-item.tatneft {
    width: 160px;
    background-position: 50% 22px;
    background-image: url("../../images/promo/clients/client4.png"); }
  .clients-slide-item.uralbank {
    width: 158px;
    background-position: 50% 40px;
    background-image: url("../../images/promo/clients/client5.png"); }
  .clients-slide-item.smpbank {
    width: 160px;
    background-position: 50% 32px;
    background-image: url("../../images/promo/clients/client6.png"); }
  .clients-slide-item.aif {
    width: 168px;
    background-position: 50% 32px;
    background-image: url("../../images/promo/clients/client7.png"); }
  .clients-slide-item.farma {
    width: 139px;
    background-position: 50% 32px;
    background-image: url("../../images/promo/clients/client8.png"); }
  .clients-slide-item.soglasie {
    width: 179px;
    background-position: 50% 37px;
    background-image: url("../../images/promo/clients/client9.png"); }
  .clients-slide-item.rosinkas {
    width: 180px;
    background-position: 50% 37px;
    background-image: url("../../images/promo/clients/client10.png"); }
  .clients-slide-item.bgpu {
    width: 92px;
    background-position: 50% 30px;
    background-image: url("../../images/promo/clients/client11.png"); }
  .clients-slide-item.vsk {
    width: 166px;
    background-position: 50% 26px;
    background-image: url("../../images/promo/clients/client12.png"); }
  .clients-slide-item.ohrana {
    width: 183px;
    background-position: 70% 18px;
    background-image: url("../../images/promo/clients/client13.png"); }
  .clients-slide-item.gcss {
    width: 215px;
    background-position: 50% 31px;
    background-image: url("../../images/promo/clients/client14.png"); }
  .clients-slide-item.sogaz {
    width: 110px;
    background-position: 50% 30px;
    background-image: url("../../images/promo/clients/client15.png"); }
  .clients-slide-item.vdpo {
    width: 236px;
    background-position: 50% 22px;
    background-image: url("../../images/promo/clients/client16.png"); }
  .clients-slide-item.president {
    width: 215px;
    background-position: 50% 30px;
    background-image: url("../../images/promo/clients/client17.png"); }
  .clients-slide-item.techinv {
    width: 175px;
    background-position: 50% 27px;
    background-image: url("../../images/promo/clients/client18.png"); }
  .clients-slide-item.epidem {
    width: 196px;
    background-position: 50% 20px;
    background-image: url("../../images/promo/clients/client19.png"); }
  .clients-slide-item.saha {
    width: 172px;
    background-position: 50% 22px;
    background-image: url("../../images/promo/clients/client20.png"); }
  .clients-slide-item.avtohoz {
    width: 172px;
    background-position: 50% 22px;
    background-size: 85%;
    background-image: url(../../images/promo/clients/client21.png); }
  .clients-slide-item.rostelecom {
    width: 120px;
    background-position: 50% 22px;
    background-image: url(../../images/promo/clients/client22.png); }

.tiles {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  padding: 0;
  width: 951px; }
  .tiles li {
    float: left;
    height: 150px;
    list-style-type: none;
    position: relative;
    width: 317px; }

.tiles__item-title {
  bottom: 18px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  left: 0;
  position: absolute;
  right: 0; }

.tiles__item-info {
  background-image: linear-gradient(0deg, #5973a7 50%, #ffffff 50%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  display: none;
  height: 160px;
  left: -5px;
  padding: 10px 54px;
  position: absolute;
  top: -5px;
  width: 327px;
  z-index: 10; }

.tiles li:hover .tiles__item-info {
  display: block; }

.tiles__item-link {
  background-color: #5b75aa;
  border-radius: 3px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  margin: 6px 0;
  text-align: center;
  width: 110px;
  display: inline-block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

.category-title {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  margin: 0 20px 20px 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  text-align: left; }

.category-items {
  margin-bottom: 30px;
  text-align: left; }
  .category-items:last-child {
    margin-bottom: 0; }

.category-item {
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .category-item.half {
    width: 49%; }
  .category-item.third {
    width: 33%; }
  .category-item.fourth {
    width: 24%; }
  .category-item a {
    color: #fff; }

ul.conditions-list {
  color: #464c5f;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  float: left;
  padding: 0;
  text-align: left;
  margin-left: calc(50% - 118px); }
  ul.conditions-list li {
    list-style-type: none;
    margin-bottom: 60px;
    position: relative; }
    ul.conditions-list li:before {
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
      color: #5571A9;
      content: attr(before-text);
      font-weight: 300;
      font-size: 32px;
      left: -82px;
      line-height: 60px;
      position: absolute;
      text-align: center;
      top: -14px;
      width: 60px; }
    ul.conditions-list li.analytic-list-li {
      min-height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #464C5F; }
    ul.conditions-list li.analytic-list-2line {
      margin-top: 25px; }
      ul.conditions-list li.analytic-list-2line:before {
        top: -4px; }
    ul.conditions-list li.analytic-list-3line:before {
      top: -4px; }

.search-form-input-container {
  display: inline-block;
  position: relative; }

.search-form-variants-container {
  display: none;
  position: absolute;
  width: calc(100% - 96px);
  background-color: #fff;
  margin-top: 2px;
  border: 1px solid #b7c5da;
  padding: 5px 5px 0 5px;
  box-sizing: border-box;
  max-height: 300px;
  overflow: auto;
  border-radius: 3px;
  text-align: left; }
  .search-form-variants-container.second {
    top: auto; }
  .search-form-variants-container.third {
    width: 100%; }

.search-form-variants:before {
  content: "Возможно, вы имели ввиду:";
  display: block;
  color: #425987;
  font-weight: 600;
  margin: 0 0 2px 6px; }

.search-form-variant {
  display: block;
  margin-bottom: 5px;
  padding: 3px 6px;
  border-radius: 2px; }
  .search-form-variant:hover {
    background-color: #dbe1ed; }

.table-collapse {
  background-color: #5973a7;
  box-shadow: 3px 0px 0 #5973a7;
  border: 6px solid #5973a7;
  border-collapse: collapse;
  display: none;
  position: relative;
  table-layout: fixed;
  width: 100%; }
  .table-collapse:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: 6px 7px;
    border-style: solid;
    border-color: transparent transparent #5973a7 transparent; }

.table-collapse__inner-table {
  background-color: #526a9a;
  border-collapse: collapse;
  position: relative;
  table-layout: fixed;
  width: 100%; }

.table-collapse__item {
  cursor: pointer;
  background-color: #5973a7;
  border: 2px solid transparent;
  color: #fff;
  padding: 10px 15px; }
  .table-collapse__item.active {
    background-color: #526a9a;
    position: relative; }
    .table-collapse__item.active:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      border-color: #fff #fff #526a9a #fff;
      border-style: solid;
      border-width: 2px;
      top: -2px;
      left: -2px;
      z-index: 1;
      border-radius: 3px; }
  .table-collapse__item span {
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 99%; }

.table-collapse__inner-cell {
  border: none;
  padding: 0;
  position: relative; }
  .table-collapse__inner-cell a {
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 99%; }
  .table-collapse__inner-cell:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: -2px;
    left: 0;
    border-width: 2px 0;
    border-style: solid;
    border-color: #fff; }

.table-collapse__inner-table td {
  background-clip: padding-box;
  background-color: #526a9a;
  border: none;
  box-sizing: border-box;
  color: #fff;
  padding: 10px 15px; }

.block-features h1 {
  margin-right: 684px; }

.block-sources h1.inverted, .block-interested h1.inverted, .block-stats h1.inverted {
  color: #464c5f;
  font-weight: 600; }

.block-sources.second h1.inverted, .block-interested.second h1.inverted, .block-stats.second h1.inverted {
  color: #5973a7; }

.parallax-top-container p, .block-search p {
  color: #ffffff;
  line-height: 26px; }

.parallax-top-container form input[type=text] {
  width: 440px;
  height: 42px;
  border: 1px solid rgba(51, 153, 102, 0.6);
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-left: 16px;
  box-sizing: border-box;
  color: #464c5f; }

.block-search form input[type=text] {
  width: 440px;
  height: 42px;
  border: 1px solid rgba(51, 153, 102, 0.6);
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding-left: 16px;
  box-sizing: border-box;
  color: #464c5f; }
  .block-search form input[type=text].without-submit {
    border-radius: 3px; }

.parallax-top-container form button {
  height: 42px;
  box-sizing: border-box;
  background-color: #339966;
  border: none;
  vertical-align: top;
  width: 96px;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

.block-search form button {
  height: 42px;
  box-sizing: border-box;
  background-color: #339966;
  border: none;
  vertical-align: top;
  width: 96px;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }
.block-search form .search-help {
  margin-top: 15px; }

.scroll-down {
  bottom: 20px;
  display: block;
  height: 70px;
  left: 50%;
  position: absolute;
  width: 27px;
  z-index: 10; }
  .scroll-down div {
    background-image: url("../../images/promo/scroll-down.png");
    height: 100%;
    left: -50%;
    position: absolute;
    width: 100%; }
  .scroll-down.second div {
    background-image: url("../../images/promo/scroll-down-2.png"); }

.btn-search-show {
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
  display: inline-block;
  font-weight: 100;
  letter-spacing: 0.6px;
  margin: 3px 0 28px 0; }

.search-help a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5); }

.block-features {
  align-items: center;
  background-color: #2685b6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #18171c;
  display: flex;
  min-width: 953px;
  padding: 65px 0; }
  .block-features.second {
    background-color: #5973a7; }
  .block-features .content {
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    max-width: 1160px; }
  .block-features p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 22px;
    margin-right: 684px; }
  .block-features a {
    border-bottom: 1px solid #90b9ce;
    color: #90b9ce; }

a.block-features__btn {
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  margin-top: 30px;
  padding: 0 20px; }

.block-features__diagram {
  float: right;
  height: 408px;
  margin-left: 10px;
  position: relative;
  width: 674px; }
  .block-features__diagram svg {
    height: 100%;
    width: 100%; }
  .block-features__diagram a {
    border-bottom: none;
    color: #2685b6; }
  .block-features__diagram video {
    float: right; }

.block-features__company {
  background-color: #eaf6fe;
  display: block;
  left: 140px;
  padding-right: 18px;
  position: absolute;
  text-align: right;
  top: 282px;
  width: 140px; }

.block-features__subsidiaries {
  left: 160px;
  position: absolute;
  top: 136px; }

.block-features__filials {
  left: 354px;
  position: absolute;
  top: 190px; }

.block-features__arbitrals {
  left: 382px;
  position: absolute;
  top: 282px; }

.block-sources {
  align-items: flex-start;
  background-color: #fff;
  background-image: linear-gradient(0deg, #fff 48.4%, #2685b6 48.4%);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100% 800px;
  color: #18171c;
  display: flex;
  min-width: 953px; }
  .block-sources.second {
    background-image: linear-gradient(12deg, #fff 44%, rgba(255, 255, 255, 0) 44.1%), linear-gradient(-12deg, #fff 44%, #5973a7 44.1%); }
  .block-sources .content {
    max-width: 1160px;
    text-align: center; }
  .block-sources p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400; }

.content-block p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400; }

.block-sources__source {
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  margin: 2px 12px 0 12px;
  vertical-align: top;
  width: 116px; }
  .block-sources__source img {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    margin-bottom: 6px; }
  .block-sources__source.second {
    margin: 10px 0 14px 0;
    position: relative;
    width: 129px; }
    .block-sources__source.second::before {
      content: "";
      position: absolute;
      display: block;
      height: 129px;
      width: 129px;
      z-index: -1;
      background-color: #fff;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      left: 0;
      top: 5px; }
    .block-sources__source.second.active::before {
      height: 152px;
      width: 152px;
      z-index: -1;
      box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      top: -7px;
      left: -12px;
      background-image: radial-gradient(circle closest-side, white 63.5px, transparent 64.5px, transparent 67.5px, white 68.5px);
      background-color: transparent; }
    .block-sources__source.second img {
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 24px; }

.block-sources__info {
  color: #464c5f;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-top: 5px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  width: 50%;
  white-space: nowrap; }

.block-sources__btn {
  background-color: #2685b6;
  border: 1px solid #2685b6;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  margin-top: 42px;
  padding: 0 40px; }

.block-sources__info img {
  vertical-align: middle;
  margin: 0 20px 0 54px; }

.block-sources__partner {
  display: inline-block;
  filter: grayscale(1) opacity(0.3);
  margin: 4px 12px; }
  .block-sources__partner:hover {
    filter: none; }

.site-block {
  background-color: transparent;
  color: #000;
  min-width: 953px; }
  .site-block .content {
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: auto; }

.btn {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 10px 15px; }

.tenders-block {
  background-color: #fff;
  min-width: 953px; }

.analytic-block {
  height: 460px;
  min-height: 597px;
  padding-top: 135px; }

.analytic-block__order-button {
  color: #464c5f;
  padding: 11px 0px;
  background-color: #ffd801;
  border-radius: 3px;
  font-weight: 600;
  margin: 0 auto;
  width: 265px; }
  .analytic-block__order-button a {
    color: #464c5f !important; }

.analytic-block__diagram-container {
  text-align: center;
  margin-top: -140px; }
  .analytic-block__diagram-container .f-title {
    font-size: 21px !important;
    font-weight: 700;
    margin-top: 10px; }

.tenders-block .content {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  width: auto; }
.tenders-block iframe {
  height: 400px;
  width: 100%; }
.tenders-block h1 {
  color: #464C5F;
  font-size: 32px; }
  .tenders-block h1 span {
    display: inline-block;
    background-color: #5973a7;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500; }
  .tenders-block h1 a {
    border-bottom: 2px dashed #bdc7da; }
.tenders-block h2 a {
  border-bottom: 2px dashed #bdc7da; }
.tenders-block h1 .fa, .tenders-block h2 .fa {
  font-size: 14px;
  vertical-align: middle; }

.tenders-block__subheader {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px; }

.tenders-block__btn {
  background-color: #5571a9;
  border: 1px solid #5571a9;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 12px 26px; }
  .tenders-block__btn.advanced {
    background-color: #339966;
    border: 1px solid #339966; }
  .tenders-block__btn.inverted {
    background-color: #fff;
    color: #5571a9;
    font-weight: 600; }
  .tenders-block__btn.outlined {
    background-color: transparent;
    border-color: #fff; }

.tenders-block__sources-container {
  display: inline-block;
  width: 930px; }

.tenders-block__source {
  float: left;
  margin-left: 30px;
  width: 290px; }
  .tenders-block__source:first-child {
    margin-left: 0; }

.tenders-block__source-icon {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -3px 3px 0 #5b75aa, 3px 3px 0 #5b75aa, 0px 4px 0 #5b75aa;
  box-sizing: border-box;
  display: inline-block;
  height: 160px;
  padding: 26px;
  position: relative;
  width: 160px;
  z-index: 10; }

.analytic-block__source-container .tenders-block__source-icon {
  background: none !important;
  height: 280px;
  width: 280px;
  padding-left: 90px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5) !important; }

.tenders-block__source-content {
  background-color: #fff;
  color: #464c5f;
  height: 290px;
  padding: 30px 0 0 0;
  position: relative; }
  .tenders-block__source-content.second {
    height: 200px; }

.analytic-block__source-container .tenders-block__source-content.second {
  margin-top: -140px !important;
  padding-bottom: 140px !important;
  padding-top: 150px !important;
  height: 0px !important;
  background-color: #EDF3FC !important; }

.analytic-block__pc-img {
  margin-top: -35px; }

.analytic-block__second-header {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #464C5F;
  margin-top: -15px;
  margin-bottom: 30px; }

.analytic-block__therd-header {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #464C5F;
  margin-top: 30px;
  margin-bottom: 30px; }

.tenders-block__source-content:before {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  top: -80px;
  left: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 40px 145px; }

.analytic-block__source-container .tenders-block__source-content:before {
  display: none !important; }

.tenders-block__source-content .fa {
  font-size: 29px;
  color: #5571a9; }

.tenders-block__sources-footer {
  clear: both;
  height: 122px;
  width: 100%; }

.analytic-block__source-container .tenders-block__sources-footer {
  height: 136px !important; }

.content-block {
  min-width: 953px; }
  .content-block .content {
    font-weight: 600;
    max-width: 1160px;
    width: auto; }

.btn-default {
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background-color: #ed513b;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  font-weight: 400; }

.btn-default-info {
  background-color: #fff;
  color: #ed513b;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 42px;
  margin-right: -2px;
  padding: 0 32px 0 30px;
  vertical-align: top; }

.tenders-block.inverted {
  color: #fff;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .tenders-block.inverted h1 {
    color: #fff; }
.tenders-block.first {
  background-image: url("../../images/promo/site-block-bg-06.jpg"); }
.tenders-block.second, .tenders-block.analytic-block.second {
  background-image: linear-gradient(0deg, rgba(89, 115, 167, 0) 0%, rgba(89, 115, 167, 0.9) 0%), url("../../images/promo/banner-top-parallax-bg2.jpg"); }
.tenders-block.third {
  background-color: #5b75aa; }
.tenders-block.fourth {
  background-attachment: scroll;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, rgba(89, 115, 167, 0.8) 185px), url("../../images/promo/banner-top-parallax-bg4.jpg"); }
.tenders-block.fifth {
  background: linear-gradient(0deg, rgba(89, 115, 167, 0) 0%, rgba(89, 115, 167, 0.8) 0%), url(../../images/promo/site-block-bg-07.jpg) no-repeat center;
  background-size: cover; }

.blocks-divider {
  height: 1px;
  background-color: rgba(85, 113, 169, 0.35);
  max-width: 1160px;
  margin: 0 auto;
  min-width: 953px; }

.block-interested {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  min-width: 953px; }
  .block-interested .content {
    max-width: 1160px;
    text-align: center; }
  .block-interested p {
    font-weight: 600;
    line-height: 21px; }

.block-interested__info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  float: left;
  font-weight: 600;
  height: 310px;
  line-height: 22px;
  margin: 0 6.5% 15px 0;
  padding: 0 10px;
  position: relative;
  text-align: left;
  width: 29%; }
  .block-interested__info.second {
    height: 400px; }
  .block-interested__info:nth-child(3n) {
    margin-right: 0; }
  .block-interested__info img {
    display: block; }
  .block-interested__info div {
    margin: 32px 0 10px 0;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #464c5f;
    font-weight: 500; }
  .block-interested__info.second div {
    font-size: 21px;
    font-weight: 600; }

div.block-interested__icon {
  margin: 0;
  height: 118px;
  display: flex;
  align-items: flex-end; }

.block-interested.second .block-interested__info div {
  color: #5571a9; }

.block-mentions {
  align-items: center;
  background-color: #2685b6;
  color: #fff;
  display: flex;
  min-height: 400px;
  min-width: 953px; }
  .block-mentions .content {
    position: relative;
    text-align: center; }
  .block-mentions .unslider-arrow {
    background-image: linear-gradient(115deg, #2685b6 49.3%, rgba(0, 128, 0, 0) 49.6%), linear-gradient(65deg, #2685b6 49.3%, #fff 49.6%, #fff 50%, rgba(179, 18, 18, 0) 50.3%), linear-gradient(115deg, rgba(255, 0, 0, 0) 49.3%, #fff 49.6%, #fff 50%, rgba(255, 255, 255, 0) 50.3%);
    background-position: 0 100%, 0px 0, 0px 100%;
    background-repeat: no-repeat;
    background-size: 200%;
    height: 170px;
    left: 10px;
    top: 100px;
    width: 44px; }
    .block-mentions .unslider-arrow.next {
      background-image: linear-gradient(245deg, #2685b6 49.3%, rgba(0, 128, 0, 0) 49.6%), linear-gradient(-65deg, #2685b6 49.3%, #fff 49.6%, #fff 50%, rgba(179, 18, 18, 0) 50.3%), linear-gradient(245deg, rgba(255, 0, 0, 0) 49.3%, #fff 49.6%, #fff 50%, rgba(255, 255, 255, 0) 50.3%);
      background-position: -3px 50%, -3px 50%, -3px 50%;
      left: initial;
      right: 10px; }
  .block-mentions .unslider-nav ol li {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 50%;
    height: 10px;
    vertical-align: middle;
    width: 10px; }
    .block-mentions .unslider-nav ol li.unslider-active {
      background-color: #fff;
      border-radius: 50%;
      height: 16px;
      width: 16px; }

.block-mentions__partner-logo {
  background-color: #fff;
  border-radius: 50%;
  height: 144px;
  margin: 0 auto;
  position: relative;
  width: 144px; }
  .block-mentions__partner-logo img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%; }

.block-mentions__partner-boss {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  margin-bottom: 10px; }

.block-mentions__text {
  box-sizing: border-box;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 10px auto 26px auto;
  padding: 0 40px;
  position: relative;
  width: 800px; }
  .block-mentions__text::before {
    color: rgba(255, 255, 255, 0.3);
    content: "”";
    font-size: 86px;
    font-family: "Roboto", sans-serif;
    left: 0;
    position: absolute;
    top: 20px; }
  .block-mentions__text::after {
    bottom: 20px;
    color: rgba(255, 255, 255, 0.3);
    content: "”";
    font-size: 86px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    right: 0;
    transform: rotate(180deg); }

.block-mentions__btn {
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  margin-top: 34px;
  padding: 0 42px; }

.block-search {
  background-color: #21729c;
  color: #fff;
  min-width: 953px; }
  .block-search.second {
    background-color: #5973a7; }
  .block-search.third {
    background-color: #425987; }
  .block-search.fourth {
    background-color: #2a85b6; }
  .block-search.third form input[type=text] {
    width: 658px; }
  .block-search .content {
    height: 100%;
    max-width: 1160px;
    text-align: center;
    width: auto; }

.block-stats {
  background-color: #fff;
  min-width: 953px; }
  .block-stats .content {
    box-sizing: border-box;
    height: 100%;
    max-width: 1160px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto; }
  .block-stats .table-top {
    box-shadow: none;
    font-weight: 600;
    width: 95%; }
    .block-stats .table-top th {
      background-color: transparent;
      border-bottom: none;
      font-size: 13px;
      padding: 14px 14px 11px 15px; }
    .block-stats .table-top tfoot td {
      background-color: transparent;
      border-top: 1px solid #d9d9d9;
      height: auto;
      padding: 6px 14px 0 15px; }
      .block-stats .table-top tfoot td:after {
        content: none; }
    .block-stats .table-top tbody td {
      border-bottom: none;
      border-top: 1px solid #d9d9d9;
      padding: 6px 14px 8px 15px; }
      .block-stats .table-top tbody td a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 220px;
        display: block; }
    .block-stats .table-top th:not(:first-child) {
      width: 26%;
      text-align: right; }
    .block-stats .table-top td:not(:first-child) {
      text-align: right; }

.block-subscribe {
  color: #fff;
  height: 388px;
  background-color: #4caf50;
  border-radius: 3px;
  position: relative;
  padding: 164px 32px 0 32px;
  box-sizing: border-box; }

.block-subscribe__bg {
  position: absolute;
  top: -20px;
  left: -60px; }

input[type=text].block-subscribe__email {
  background-color: rgba(35, 31, 32, 0.25);
  border: none;
  box-shadow: none;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  border-radius: 3px;
  padding: 10px 12px;
  line-height: 21px;
  height: 41px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.5px; }
  input[type=text].block-subscribe__email::-webkit-input-placeholder, input[type=text].block-subscribe__email::-moz-placeholder, input[type=text].block-subscribe__email::-ms-input-placeholder, input[type=text].block-subscribe__email::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }

.block-subscribe__btn {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  height: 44px; }

.block-news {
  box-sizing: border-box;
  padding-right: 24px; }

.block-news__preview {
  display: block;
  height: 210px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative; }
  .block-news__preview img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0; }

.block-news__content h2, .block-news__content h3 {
  font-size: 22px; }
.block-news__content h4, .block-news__content h5 {
  font-size: 18px; }

.social-square {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 2px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff; }

.tag-link {
  background-color: #2196f3;
  color: #fff;
  font-weight: 400;
  padding: 6px 8px;
  display: inline-block;
  border-radius: 2px;
  margin: 0 8px 8px 0; }

.banner-top {
  background-color: #54a8d1;
  background-image: url("../../images/promo/banner-top-bg.png");
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-top: 1px solid #aab8d4;
  color: #ffffff;
  height: 160px;
  min-width: 1160px;
  text-align: center; }

.banner-top__title {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  padding: 25px 0 16px 0; }

.footer {
  background-color: #e4e9f0;
  /* min-width: 953px; */
  padding: 30px 0 0 0; }
  .footer .content {
    box-sizing: border-box;
    max-width: 1160px;
    padding: 0 10px;
    width: auto !important; }
  .footer h3 {
    color: #5571a8;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
    margin-right: 24px; }
  .footer .block-sixth a, .footer .block-fifth a, .footer .block-fourth a {
    color: #464c5f;
    display: block;
    font-weight: 600;
    line-height: 16px;
    margin: 0 24px 8px 0; }

.footer__credits {
  align-items: center;
  color: #4b535d;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  height: 50px;
  justify-content: space-between;
  padding-top: 30px; }
  .footer__credits a {
    color: #4b535d;
    text-decoration: underline; }

.footer__rights {
  color: #979ea6; }

.footer__years {
  float: left; }

.footer__social-link {
  color: #4b535d;
  float: left;
  font-size: 13px;
  margin-right: 6px; }
  .footer__social-link:hover {
    color: #4285f4; }

.reg-footer-block {
  background-color: rgba(75, 83, 93, 0.05);
  z-index: 100;
  height: 70px;
  margin-top: -70px; }
  .reg-footer-block .content {
    max-width: 1010px; }
  .reg-footer-block .footer-main {
    height: 40px;
    padding: 0; }
    .reg-footer-block .footer-main li:first-child {
      margin-left: 4px;
      padding: 25px 12px 20px 12px; }
      .reg-footer-block .footer-main li:first-child a {
        color: #437edd;
        font-family: Roboto, sans-serif;
        font-size: 18px;
        font-weight: 600; }
      .reg-footer-block .footer-main li:first-child &gt; a:hover {
        color: #1f62cc; }
    .reg-footer-block .footer-main &gt; li {
      display: block;
      list-style-type: none;
      margin-left: 8px;
      float: left;
      height: 70px;
      box-sizing: border-box;
      position: relative;
      padding: 26px 12px 20px 12px; }
    .reg-footer-block .footer-main &gt; li &gt; a, .reg-footer-block .footer-main &gt; li &gt; a {
      color: #18171C; }

.blocks-group .footer {
  min-width: 953px; }
  .blocks-group .footer .content {
    box-sizing: border-box;
    max-width: 1160px;
    padding: 0 10px;
    width: auto; }

.content {
  margin: 0 auto;
  width: 1160px; }

.block-tabs.third {
  background-color: #fff; }

.block-tabs__header {
  border-bottom: 1px solid #2884b4;
  height: 40px;
  margin-bottom: 2px;
  padding: 0 20px; }
  .block-tabs__header.third {
    height: 102px;
    padding: 0 20px; }

.block-tabs__title {
  color: #5571a8;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 400; }

.block-tabs__btn-tab {
  border-bottom: 5px solid transparent;
  color: #79787b;
  float: left;
  font-size: 15px;
  margin-left: 16px;
  padding: 4px 4px 14px 4px; }

.block-tabs__btn-tab_scnd {
  background-color: #2685b6;
  color: #fff;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 12px; }
  .block-tabs__btn-tab_scnd:first-child {
    border-radius: 16px 0 0 16px;
    padding-left: 16px; }
  .block-tabs__btn-tab_scnd:last-child {
    border-radius: 0 16px 16px 0;
    padding-right: 16px; }

.block-tabs__btn-tab.third {
  margin-left: 4%;
  height: 100px;
  padding: 0;
  position: relative;
  width: 22%;
  z-index: 10; }
  .block-tabs__btn-tab.third:first-child {
    margin-left: 0; }
  .block-tabs__btn-tab.third div {
    height: 60px;
    margin-top: 30px;
    overflow: hidden;
    text-align: center; }
  .block-tabs__btn-tab.third img {
    margin-top: -60px; }
.block-tabs__btn-tab:hover {
  border-bottom: 5px solid #79787b; }
.block-tabs__btn-tab.active {
  border-bottom: 5px solid #5571a8;
  color: #5571a8; }

.block-tabs__btn-tab_scnd.active {
  background-color: #0d5f89; }

.block-tabs__btn-tab.third.active {
  border-bottom: 5px solid #2685b6; }
  .block-tabs__btn-tab.third.active img {
    margin-top: 0; }

.block-tabs__content.third {
  margin-top: -2px;
  padding-bottom: 32px; }

.block-tabs__content_padded {
  padding: 0 54px; }

.block-tabs__block {
  position: relative; }
  .block-tabs__block:not(:first-child) {
    display: none; }

.block-tabs__block-header.third {
  padding: 12px 150px;
  border-bottom: 1px solid #ccc;
  background-color: #f6f7f9;
  margin-bottom: 16px; }

.block-tabs__block-content.third {
  padding: 0 150px; }

.map-container {
  background-color: #5b75aa;
  min-width: 1160px; }
  .map-container .block-tabs__title {
    color: #ffffff; }
  .map-container .block-tabs__btn-tab {
    color: #bac5db; }
    .map-container .block-tabs__btn-tab:hover {
      border-bottom: 5px solid #bac5db;
      box-shadow: 0px 0px 3px #5b75aa; }
    .map-container .block-tabs__btn-tab.active {
      border-bottom: 5px solid #ffffff;
      box-shadow: 0px 0px 3px #5b75aa;
      color: #ffffff; }

#map-informer {
  background-color: #ffffff;
  box-shadow: -20px 0 40px rgba(91, 117, 170, 0.3);
  color: #464c5f;
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 300;
  height: 220px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 196px; }
  #map-informer::before {
    content: "";
    border-style: solid;
    border-width: 11px 20px 11px 0;
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
    position: absolute;
    top: 99px; }
  #map-informer span {
    font-size: 32px;
    font-weight: 100; }

.comp-link {
  height: 100px;
  margin-top: 34px;
  position: relative; }

.comp-link__logo-container {
  height: 100px;
  position: relative; }

.comp-link img {
  bottom: 0;
  margin: auto;
  max-height: 70%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.comp-link.second {
  color: #464c5f;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 600;
  height: auto;
  margin: 12px 0 20px 0;
  position: static; }
.comp-link.third {
  border: 1px solid rgba(86, 114, 170, 0.5);
  color: #464c5f;
  flex: 1;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 300;
  height: auto;
  margin: 0 10px 20px;
  padding-bottom: 40px; }
  .comp-link.third .comp-link__logo-container {
    align-items: center;
    display: flex;
    height: 115px;
    justify-content: center;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(86, 114, 170, 0.5); }
  .comp-link.third .comp-link img {
    max-width: 80%; }

.table-top {
  box-shadow: 0px -2px 0px #eceeef;
  position: relative; }
  .table-top th {
    background-color: #eceeef;
    border-bottom: 2px solid #0d5f89;
    color: #787878;
    font-weight: normal;
    padding: 14px 8px 16px 8px;
    text-align: left; }
  .table-top tbody td {
    background-color: #ffffff;
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 8px 14px 8px; }
  .table-top tfoot td {
    background-color: #5b75aa;
    height: 58px;
    padding: 0;
    position: relative; }
    .table-top tfoot td:after {
      background-color: #5b75aa;
      background-image: linear-gradient(45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-45deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background-position: 0 0;
      background-size: 8px 8px;
      background-repeat: repeat-x;
      bottom: -8px;
      content: "";
      display: block;
      height: 8px;
      left: 0;
      position: absolute;
      width: 100%; }

.table-top__overlay {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.table-top__overlay-inner {
  color: #2685b6;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 125px;
  padding: 0; }

.table-top__number {
  float: left;
  width: 22px; }

.table-top__footer-title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  float: left;
  font-size: 35px;
  margin: 9px 14px 0 14px; }

.table-top__footer-text {
  border-left: 1px solid #8498BF;
  color: #ffffff;
  float: left;
  margin-top: 7px;
  padding: 12px 0 12px 14px; }

.table-top__btn-show-all {
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  float: right;
  margin: 12px 14px 0 0;
  padding: 6px 18px; }

.table-top_first th:last-child {
  width: 198px; }

.table-top_second th:last-child {
  width: 204px; }

.table-top_third th:first-child {
  width: 32px; }
.table-top_third th:last-child {
  text-align: right;
  width: 204px; }
.table-top_third td:last-child {
  text-align: right;
  width: 204px; }

.table-top_fourth th:first-child {
  width: 190px; }

.table-top_fifth {
  table-layout: fixed;
  text-align: left; }
  .table-top_fifth tr:nth-child(2n+1) {
    background-color: #ebeef3; }
  .table-top_fifth td {
    padding: 15px;
    width: 49%; }
    .table-top_fifth td:nth-child(2) {
      background-color: #fff;
      padding: 0;
      width: 2%; }
  .table-top_fifth a {
    border-bottom: 1px solid #a1b2cc;
    color: #254190;
    float: left;
    max-width: 70%; }

.dropzone-custom {
  border: 1px dashed #5571a9;
  border-radius: 3px;
  position: relative;
  text-align: center; }
  .dropzone-custom:after {
    bottom: 0px;
    content: attr(after-text);
    display: block;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 5px; }

.dropzone-custom__area-container {
  border-bottom: 1px solid #adbacc;
  color: #87878a;
  cursor: pointer;
  font-size: 13px;
  height: 56px;
  line-height: 56px;
  position: relative;
  text-align: center; }
  .dropzone-custom__area-container:after {
    background-color: #f6f8fb;
    content: attr(after-text);
    position: absolute;
    width: 40px;
    display: block;
    bottom: -10px;
    line-height: 21px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.dropzone-custom__btn {
  background-color: #5571a9;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  line-height: 29px;
  margin: 20px 0 16px 0;
  font-size: 14px;
  height: 30px;
  width: 214px; }

.support-form {
  display: inline-block;
  width: 400px; }
  .support-form input[type=text] {
    width: 100%;
    border: 1px solid #a9b2bf;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 8px 18px;
    box-sizing: border-box;
    color: #464c5f;
    resize: none; }
  .support-form textarea {
    width: 100%;
    border: 1px solid #a9b2bf;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 8px 18px;
    box-sizing: border-box;
    color: #464c5f;
    resize: none;
    height: initial; }

.dealer-form {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 600px; }
  .dealer-form input[type=text], .dealer-form textarea {
    width: 100%;
    border: 1px solid #a9b2bf;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding: 8px;
    box-sizing: border-box;
    color: #464c5f;
    resize: none; }

.form-row {
  position: relative; }

.form-message {
  display: none;
  position: absolute;
  min-height: 100%;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: -310px;
  box-sizing: border-box;
  padding: 9px 16px;
  border-radius: 3px;
  color: #fff; }
  .form-message:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    border-style: solid;
    border-width: 8px 10px;
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent; }

.form-row:hover .form-message {
  display: block; }

input[type="submit"].standart-button, .standart-button {
  display: block;
  font-family: "Open Sans", sans-serif;
  line-height: 44px;
  color: #ffffff !important;
  font-size: 14px;
  text-align: center;
  background-image: url("../../images/newdesign/blue.png");
  background-position: 0 0;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  padding: 0 20px;
  box-sizing: border-box; }

input[type="submit"].standart-button:hover, .standart-button:hover {
  background-position: 0 100%; }

input[type="submit"].standart-button.green-button, .standart-button.green-button {
  background-image: url("../../images/newdesign/green.png"); }

textarea:focus, input[type="submit"]:focus {
  outline: none; }

a {
  text-decoration: none; }

textarea {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #9eafc9;
  color: #333333;
  font-size: 14px;
  border-radius: 3px;
  padding: 10px 12px;
  line-height: 21px;
  height: 41px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-shadow: inset 2px 1px 3px #d7deec;
  -moz-box-shadow: inset 2px 1px 3px #d7deec;
  -webkit-box-shadow: inset 2px 1px 3px #d7deec;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px; }

input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #9eafc9;
  color: #333333;
  font-size: 14px;
  border-radius: 3px;
  padding: 10px 12px;
  line-height: 21px;
  height: 41px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-shadow: inset 2px 1px 3px #d7deec;
  -moz-box-shadow: inset 2px 1px 3px #d7deec;
  -webkit-box-shadow: inset 2px 1px 3px #d7deec;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px; }
input::-webkit-input-placeholder, input::-moz-placeholder, input::-ms-input-placeholder {
  color: rgba(23, 22, 27, 0.58);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }
input[type="text"].valid {
  border-color: #76b384;
  box-shadow: inset 2px 1px 4px #cbe2c1;
  -moz-box-shadow: inset 2px 1px 4px #cbe2c1;
  -webkit-box-shadow: inset 2px 1px 4px #cbe2c1; }

textarea.incorrect, textarea.error {
  border-color: #cb7070;
  box-shadow: inset 2px 1px 4px #e2c1c1;
  -moz-box-shadow: inset 2px 1px 4px #e2c1c1;
  -webkit-box-shadow: inset 2px 1px 4px #e2c1c1; }

input[type="text"].incorrect, input[type="text"].error {
  border-color: #cb7070;
  box-shadow: inset 2px 1px 4px #e2c1c1;
  -moz-box-shadow: inset 2px 1px 4px #e2c1c1;
  -webkit-box-shadow: inset 2px 1px 4px #e2c1c1; }
input[type="text"]:focus {
  outline: none; }
input:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, input:focus::-ms-input-placeholder {
  color: #c5cad7; }

textarea.blue-placeholder::-webkit-input-placeholder {
  color: #5b75aa;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 14px; }
textarea.blue-placeholder:focus::-webkit-input-placeholder {
  color: #C0D7E0; }
textarea.blue-placeholder::-moz-placeholder {
  color: #5b75aa;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 14px; }
textarea.blue-placeholder:focus::-moz-placeholder {
  color: #C0D7E0; }

input[type="text"]:focus {
  outline: none; }

.reset-password-success {
  padding-bottom: 200px; }

.registration-success-content {
  padding-bottom: 200px; }
  .registration-success-content h2 {
    font-weight: normal; }

.reg-8-bg {
  display: none;
  position: absolute;
  width: 2000px;
  left: 50%;
  margin-left: -1000px;
  top: 0;
  bottom: 0;
  background-image: url("../../images/newdesign/homepage-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.15; }

.registration-area {
  z-index: 2;
  padding: 20px 0 70px 0;
  position: relative; }
  .registration-area .browsers {
    top: 95px;
    width: 500px;
    box-sizing: border-box;
    padding: 12px 24px; }
    .registration-area .browsers li {
      padding-bottom: 10px; }

.registration-title {
  font-weight: normal;
  font-size: 22px;
  margin: 0;
  line-height: 26px;
  color: #40434b; }

.registration-form {
  position: relative;
  text-align: left;
  z-index: 10;
  width: 600px; }
  .registration-form.tenders-block {
    width: 100%; }
  .registration-form.order-ecp {
    min-height: 400px; }
  .registration-form.dealer-form {
    margin: 10px auto; }

.dealer-form-container {
  padding-top: 30px; }

.registration-form label {
  text-align: left;
  display: block;
  padding-bottom: 7px;
  font-size: 13px;
  color: #52565e; }
  .registration-form label .error {
    display: block;
    color: red; }
.registration-form .regform-field.disabled {
  opacity: 0.5; }
.registration-form .regform-field-inner {
  z-index: 1; }
  .registration-form .regform-field-inner.shown {
    position: relative;
    z-index: 10; }
    .registration-form .regform-field-inner.shown.focused {
      position: relative;
      z-index: 11; }
  .registration-form .regform-field-inner .truelabel {
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    top: 22px;
    padding: 10px 10px 10px 25px !important;
    line-height: 1.25rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    max-width: 500px;
    min-width: 500px;
    left: 100%;
    text-align: left;
    font-size: 14px;
    margin-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden; }

.dialog-auth-regform .registration-form .regform-field-inner .truelabel {
  max-width: 300px;
  min-width: 300px; }

.registration-form .regform-field-inner label.error {
  border-radius: 2px;
  position: absolute;
  top: 22px;
  padding: 10px 10px 10px 20px !important;
  line-height: 1.25rem;
  background-color: #ba5555;
  color: #fff;
  min-width: 300px;
  left: 100%;
  text-align: left;
  font-size: 14px;
  margin-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 1;
  transition: 0.25s ease-in-out; }
  .registration-form .regform-field-inner label.error:after {
    position: absolute;
    content: "";
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #ba5555;
    border-bottom: 10px solid transparent;
    left: -10px; }
.registration-form.formorder .regform-field-inner .truelabel {
  min-width: 500px; }
.registration-form .regform-field-inner:hover .truelabel {
  opacity: 1;
  visibility: visible; }
.registration-form .regform-field-inner:hover label.error {
  opacity: 0; }
.registration-form .regform-field-inner .truelabel:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  border-bottom: 10px solid transparent;
  left: -10px; }
.registration-form .blockinnkpp.active .truelabel {
  display: block; }
.registration-form .blockinnkpp .truelabel {
  display: none; }
.registration-form .regform-field-inner.phone-field.valid::after {
  right: 290px; }

.regform-field {
  position: relative; }
  .regform-field.no-margin-bottom {
    margin-bottom: 0; }
  .regform-field::after {
    content: "";
    clear: both;
    display: block; }
  .regform-field .regform-radios input {
    float: left;
    margin-top: 1px;
    margin-right: 6px;
    cursor: pointer; }
  .regform-field .regform-variants {
    margin-bottom: 12px; }
  .regform-field .regform-radios {
    padding-bottom: 10px; }
    .regform-field .regform-radios div {
      line-height: 14px;
      padding: 6px 0;
      float: left;
      width: 40%; }
      .regform-field .regform-radios div label {
        display: inline;
        cursor: pointer; }

.registration-form .regform-field input {
  display: inline-block; }
.registration-form .regform-check {
  margin: 5px 0 10px 0; }
  .registration-form .regform-check label {
    cursor: pointer;
    display: inline; }
    .registration-form .regform-check label:hover {
      color: #465d99; }
.registration-form textarea {
  height: 90px;
  resize: none; }
.registration-form input[type="submit"] {
  margin: 30px auto 0 auto;
  min-width: 160px;
  cursor: pointer; }
.registration-form input[type="text"] {
  height: 36px;
  line-height: 36px;
  color: #333333; }
.registration-form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  cursor: pointer; }
.registration-form .regform-select {
  position: relative; }
  .registration-form .regform-select.blue-borderless-select {
    margin-bottom: 10px; }
    .registration-form .regform-select.blue-borderless-select .regform-select-value {
      display: inline-block;
      color: #5b75aa;
      padding: 0 !important;
      line-height: 16px !important;
      height: 16px;
      cursor: pointer;
      border-bottom: 1px solid #86BED4;
      font-weight: 700; }
  .registration-form .regform-select::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    background: url("../../images/newdesign/select-large-arrow.png") no-repeat center center;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    cursor: pointer; }
  .registration-form .regform-select.blue-borderless-select:after {
    display: none; }
  .registration-form .regform-select:hover::after {
    opacity: 1; }
  .registration-form .regform-select input[type="text"] {
    margin-bottom: 0 !important;
    padding-right: 40px;
    cursor: pointer; }
  .registration-form .regform-select.active {
    z-index: 2; }
.registration-form .regform-variant {
  display: inline-block;
  line-height: 16px;
  color: #5b75aa;
  cursor: pointer;
  border-bottom: 1px solid #86BED4;
  font-weight: 700; }
  .registration-form .regform-variant.checked {
    color: #222222;
    border-bottom: 1px solid #888888; }
  .registration-form .regform-variant.disabled {
    color: #aaaaaa !important;
    border-bottom: 1px solid #dddddd !important;
    cursor: default !important; }
.registration-form .regform-options {
  position: absolute;
  left: 0px;
  right: 0px;
  display: none;
  top: 100%;
  margin-top: -1px;
  border: 1px solid #9eafc9;
  padding: 6px 5px;
  background-color: #ffffff;
  color: #696c74;
  font-size: 14px;
  border-radius: 3px;
  box-shadow: inset 2px 1px 3px #d7deec;
  -moz-box-shadow: inset 2px 1px 3px #d7deec;
  -webkit-box-shadow: inset 2px 1px 3px #d7deec;
  max-height: 400px;
  overflow: auto; }
.registration-form .blue-borderless-select .regform-options {
  margin-top: 8px; }
.registration-form .regform-select.active .regform-options {
  display: block; }
.registration-form .regform-option {
  padding: 5px 10px;
  cursor: pointer; }
  .registration-form .regform-option.disabled {
    cursor: default;
    color: #AFB3C3;
    background-color: transparent !important; }
  .registration-form .regform-option:hover {
    background-color: #e5f0ff; }
  .registration-form .regform-option span {
    float: right;
    font-size: 12px;
    color: #888888;
    font-style: italic; }
  .registration-form .regform-option big {
    color: #fb411d; }
.registration-form .regform-link {
  color: #465d99; }
  .registration-form .regform-link:hover {
    color: #6688E0; }

.static-area {
  padding-top: 80px;
  min-height: 500px;
  font-size: 18px;
  line-height: 26px; }

.dealer-area {
  padding: 60px 0 100px 0 !important;
  text-align: center; }
  .dealer-area h1 {
    font-weight: normal;
    color: #515d7d;
    font-size: 34px;
    margin: 0;
    padding: 0; }
  .dealer-area h2 {
    font-weight: normal;
    color: #515d7d;
    font-size: 34px;
    margin: 0;
    padding: 0; }
    .dealer-area h2.margin-top {
      margin-top: 55px; }
    .dealer-area h2.align-left {
      text-align: left;
      font-size: 28px; }
  .dealer-area p {
    padding: 0 120px;
    font-size: 18px; }
  .dealer-area .become-dealer {
    width: 220px;
    font-family: pt_sansbold;
    margin: 20px auto 0 auto;
    font-size: 18px; }
  .dealer-area .dealer-items {
    margin-top: 45px;
    white-space: nowrap;
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px; }
    .dealer-area .dealer-items.profitably {
      padding-bottom: 60px; }
  .dealer-area .dealer-item {
    display: inline-block;
    width: 33.33%;
    line-height: 18px;
    font-size: 16px;
    letter-spacing: 0;
    white-space: normal;
    vertical-align: top;
    color: #444750;
    box-sizing: border-box;
    padding: 75px 20px 0 20px;
    background-position: 50% 0;
    background-repeat: no-repeat; }
  .dealer-area .profitably .dealer-item {
    padding: 85px 20px 0 20px; }
  .dealer-area .dealer-item-title {
    color: #515d7d;
    font-size: 20px;
    font-family: pt_sansbold;
    padding-bottom: 12px; }
  .dealer-area .its-simple .dealer-item:nth-child(1) {
    background-image: url("../../images/newdesign/partner1.png"); }
  .dealer-area .its-simple .dealer-item:nth-child(2) {
    background-image: url("../../images/newdesign/partner2.png"); }
  .dealer-area .its-simple .dealer-item:nth-child(3) {
    background-image: url("../../images/newdesign/partner3.png");
    background-position: 50% 10px; }
  .dealer-area .profitably .dealer-item:nth-child(1) {
    background-image: url("../../images/newdesign/partner4.png");
    background-position: 50% 22px; }
  .dealer-area .profitably .dealer-item:nth-child(2) {
    background-image: url("../../images/newdesign/partner5.png");
    background-position: 50% 5px; }
  .dealer-area .profitably .dealer-item:nth-child(3) {
    background-image: url("../../images/newdesign/partner6.png");
    background-position: 50% 10px; }
  .dealer-area .dealer-table {
    width: 100%;
    margin-top: 20px; }
    .dealer-area .dealer-table td {
      vertical-align: middle;
      height: 80px;
      padding: 0 100px 0 50px;
      background-position: 0 50%;
      background-repeat: no-repeat;
      text-align: left;
      font-size: 16px;
      color: #444750; }
    .dealer-area .dealer-table tr:nth-child(1) td {
      background-image: url("../../images/newdesign/partner-number1.png"); }
    .dealer-area .dealer-table tr:nth-child(2) td {
      background-image: url("../../images/newdesign/partner-number2.png"); }
    .dealer-area .dealer-table tr:nth-child(3) td {
      background-image: url("../../images/newdesign/partner-number3.png"); }

.questions-area {
  padding-top: 10px;
  font-family: noto_sansregular;
  padding-bottom: 100px; }
  .questions-area h1 {
    text-align: center;
    color: #40434b;
    font-size: 38px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 20px; }
  .questions-area h3 {
    color: #40434b;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0; }
  .questions-area .question-item {
    padding-bottom: 30px;
    padding-top: 20px; }
  .questions-area .question-title {
    color: #3d5da2;
    font-size: 28px;
    font-family: noto_sansregular;
    line-height: 28px;
    padding-bottom: 14px; }
  .questions-area .description {
    position: relative;
    padding-right: 360px; }

.browsers {
  background-color: #fffbe2;
  padding: 12px 18px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px dashed #aca052;
  margin: 13px 0 74px 0; }

.question-content .browsers {
  top: 30px;
  padding: 5px 14px; }

.browsers .title {
  color: #52565e;
  font-size: 16px; }
.browsers p {
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  color: #52565e; }
.browsers ul {
  margin-top: 10px !important;
  padding-left: 45px !important;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .browsers ul img {
    position: absolute;
    left: 0; }

.questions-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.browsers li, .questions-area li {
  padding: 3px 0;
  margin-bottom: 7px; }

.browsers .browser-name {
  padding-bottom: 4px; }
  .browsers .browser-name a {
    color: #5068a9;
    border-bottom: none !important;
    font-size: 16px; }
.browsers a {
  color: #415ca3;
  border-bottom: 1px solid #a3b0d6;
  display: inline-block;
  line-height: 16px; }

.questions-area a {
  color: #415ca3;
  border-bottom: 1px solid #a3b0d6;
  display: inline-block;
  line-height: 16px; }

.browsers a:hover {
  color: #5877ca; }

.questions-area a:hover {
  color: #5877ca; }
.questions-area strong, .questions-area b {
  font-weight: normal;
  font-family: noto_sansbold; }

.table-top_fast-search th:first-child, .table-top_fast-search td:first-child {
  width: 40px;
  padding: 0;
  text-align: center; }
.table-top_fast-search th {
  color: #626c83;
  padding: 4px; }
.table-top_fast-search td:nth-child(2) {
  width: 70px;
  text-align: right; }
.table-top_fast-search form {
  position: relative; }
  .table-top_fast-search form input[type=text] {
    width: 100%;
    height: 36px;
    border: 1px solid #a9b2bf;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding-left: 8px;
    box-sizing: border-box;
    color: #464c5f; }
  .table-top_fast-search form a {
    color: #626c83;
    font-size: 18px;
    position: absolute;
    right: 8px;
    top: 8px; }

.table-top_fast-search__to-fav {
  color: #FDC208;
  font-size: 18px;
  text-shadow: 0px 0px 1px #C99506, 0px 0px 2px #C99506, 0px 0px 3px #C99506, 0px 0px 3px #000; }

.parallax-viewport {
  bottom: 50px;
  height: 401px;
  position: absolute;
  right: -100px;
  width: 741px;
  z-index: 0; }

.parallax-layer {
  height: 100%;
  position: absolute;
  width: 100%; }

.sign-feats {
  border: 1px dashed #fff;
  border-radius: 3px;
  display: flex;
  height: 140px; }

.sign-feats__block {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  position: relative;
  text-align: left;
  z-index: 1; }
  .sign-feats__block:not(:first-child) {
    border-left: 1px dashed rgba(255, 255, 255, 0.4); }
  .sign-feats__block::before {
    background-color: rgba(255, 255, 255, 0.05);
    bottom: 3px;
    content: "";
    display: block;
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: -1; }

.sequence-step {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  z-index: 1; }

.sequence-step__pic {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
  display: flex;
  height: 190px;
  justify-content: center;
  margin-bottom: 28px;
  width: 190px; }

.sequence-step:not(:last-child)::before {
  background-image: url("../../images/promo/seq-step-next.png");
  content: "";
  height: 104px;
  width: 198px;
  position: absolute;
  right: -24%;
  top: -8px;
  z-index: -1; }

.lawsuit-filter {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px; }
  .lawsuit-filter input[type=text] {
    border: 1px solid #a9b2bf;
    border-radius: 3px;
    box-sizing: border-box;
    height: 36px;
    padding: 0 10px;
    width: 100%; }

.lawsuit-filter__field {
  float: left;
  margin-left: 2.5%;
  width: 18%; }
  .lawsuit-filter__field:first-child {
    margin-left: 0; }

.collapsing-title {
  color: #0d5f89;
  cursor: pointer;
  display: block; }
  .collapsing-title.second {
    color: inherit;
    display: inline-block; }
  .collapsing-title img {
    margin-right: 4px;
    max-width: 34px;
    vertical-align: middle; }
  .collapsing-title span {
    border-bottom: 1px dashed #0d5f89; }

.collapsing-block {
  display: none;
  padding: 0 0 20px 38px; }

.collapsing-mark {
  font-size: 12px;
  vertical-align: text-top;
  margin-top: 5px;
  margin-left: 5px;
  color: #85909f; }

.collapse-trigger {
  cursor: pointer; }

.collapse-block {
  display: none; }

.right-col {
  float: right;
  width: 300px;
  box-sizing: border-box;
  padding-right: 10px; }

.right-col_second {
  box-sizing: border-box;
  margin-left: 212px;
  padding-right: 10px; }

.nav-secondary {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px #999999;
  padding: 6px 0; }
  .nav-secondary ul {
    padding: 0; }
  .nav-secondary li {
    list-style-type: none; }
    .nav-secondary li a {
      color: #2685B6;
      display: block;
      line-height: 35px;
      padding: 0 0 0 12px; }
      .nav-secondary li a img {
        height: 20px;
        vertical-align: middle;
        margin-right: 6px; }
      .nav-secondary li a span {
        color: #2685B6; }
      .nav-secondary li a:hover span {
        border-bottom: 1px dashed #2685B6; }
      .nav-secondary li a .fa {
        color: #2685B6;
        font-size: 12px; }
  .nav-secondary ul li a {
    border-left: 4px solid transparent;
    color: #000000;
    padding: 0 0 0 60px; }
    .nav-secondary ul li a.active {
      background-color: rgba(3, 169, 244, 0.25);
      border-left: 4px solid #03A9F4; }
  .nav-secondary ul li ul li a {
    padding: 0 0 0 80px; }

.left-col {
  float: left;
  width: 846px;
  padding-left: 10px;
  box-sizing: border-box; }

.left-col_second {
  box-sizing: border-box;
  float: left;
  padding-left: 10px;
  width: 196px; }

.info-block {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px #999999;
  padding: 15px; }

.link-branch {
  background-image: url("../../images/promo/ico2.png");
  background-position: 32px 10px;
  background-repeat: no-repeat;
  color: #000;
  display: block;
  margin: 0 -32px;
  padding: 10px 32px 10px 83px; }
  .link-branch.active, .link-branch:hover {
    background-color: #2685b6;
    background-image: url("../../images/promo/ico2-inv.png");
    background-position-x: 28px;
    border-left: 4px solid #0d5f89;
    color: #fff;
    padding-left: 79px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif; }

.inverted {
  color: #fff; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

a {
  color: #2685b6;
  text-decoration: none; }

hr {
  border-width: 1px 0 0 0;
  border-color: #d9d9d9;
  border-style: solid; }
  hr.second {
    border-color: rgba(42, 133, 182, 0.5);
    margin: 15px 0 10px 0; }
  hr.third {
    margin: 15px 0 10px 0; }
  hr.fourth {
    border-color: rgba(85, 113, 169, 0.35); }
  hr.fifth {
    border-color: #fff; }
  hr.sixth {
    border-color: rgba(255, 255, 255, 0.35); }

ul, ol {
  padding-left: 22px; }

table {
  border-collapse: collapse;
  font-size: inherit;
  width: 100%; }
  table td {
    padding: 2px 10px 0 0;
    vertical-align: text-bottom; }
  table.second thead {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-align: left; }
  table.second tr {
    border-bottom: 1px solid rgba(70, 76, 95, 0.25); }
  table.second td, table.second th {
    padding: 13px 0 15px 46px;
    position: relative; }
  table.second td:first-child {
    background-color: rgba(166, 168, 171, 0.05);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500; }
  table.second img {
    position: absolute; }

button {
  cursor: pointer;
  font-size: inherit;
  font-family: inherit; }

.video-custom-box {
  cursor: pointer;
  position: relative; }
  .video-custom-box:before {
    content: "play_circle_filled";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: "Material Icons";
    display: flex;
    font-size: 100px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px black; }
  .video-custom-box.playing:before {
    content: "pause_circle_filled";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    font-family: "Material Icons";
    display: none;
    font-size: 100px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px black; }
  .video-custom-box.playing:hover:before {
    display: flex; }

.form-custom {
  height: 106px;
  overflow-y: hidden; }

.form-custom_second {
  position: relative; }

.form-custom_third {
  position: relative;
  width: 540px;
  display: inline-block; }

.form-custom_fourth {
  margin: 0 auto;
  width: 600px; }

.form-custom.fifth {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 540px; }

.form-custom_second input[type=text] {
  border-radius: 3px 0 0 3px;
  border-right: none;
  height: 32px;
  margin-top: 8px;
  width: 90%; }

.form-custom_third input[type=text] {
  border-radius: 3px 0 0 3px;
  border-right: none;
  height: 32px;
  margin-top: 8px;
  width: 90%;
  height: 42px;
  width: 84%; }

.form-custom.fifth input[type=text] {
  height: 32px; }

.form-custom_second button {
  background-color: #ed533c;
  width: 10%;
  height: 32px;
  box-sizing: border-box;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-top: 8px; }

.form-custom_third button {
  background-color: #ed533c;
  width: 10%;
  height: 32px;
  box-sizing: border-box;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-top: 8px;
  background-color: #339966;
  height: 42px;
  width: 16%; }

.label-custom {
  cursor: pointer;
  display: block;
  vertical-align: top;
  padding-right: 10px;
  box-sizing: border-box; }
  .label-custom input {
    display: none; }
  .label-custom.second {
    display: inline-block;
    padding-right: 0; }
  .label-custom .fa-check {
    border: 1px solid #9aacca;
    border-radius: 2px;
    box-shadow: inset 0 0 3px #9aacca;
    box-sizing: border-box;
    color: transparent;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    padding: 2px;
    position: relative;
    vertical-align: bottom;
    width: 18px; }
    .label-custom .fa-check:after {
      content: "";
      display: none;
      position: absolute;
      height: 10px;
      width: 10px;
      background-color: #3aae49;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .label-custom.second .fa-check:after {
    background-color: #474d60; }
  .label-custom.mstate .fa-check:after {
    display: block; }
  .label-custom :checked + .fa-check {
    color: #3aae49; }
  .label-custom.second :checked + .fa-check {
    color: #474d60; }

.form-custom textarea {
  resize: none; }
.form-custom.fifth textarea {
  height: 182px; }

.form-center {
  margin-left: auto;
  margin-right: auto; }

.form-authorization {
  color: #555;
  float: right;
  margin-top: 30px;
  font-size: 13px;
  width: 290px; }

.form-agreement {
  color: #555;
  font-size: 12px;
  margin-top: 30px;
  float: right; }
  .form-agreement a {
    color: inherit;
    text-decoration: underline; }

.custom-scroll {
  overflow-y: scroll; }
  .custom-scroll::-webkit-scrollbar {
    width: 8px; }
  .custom-scroll::-webkit-scrollbar-track {
    background-color: rgba(42, 133, 182, 0.25); }
  .custom-scroll::-webkit-scrollbar-thumb {
    background: #2a85b6; }

.modal-container {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  z-index: 1000; }
  .modal-container.second {
    background-color: rgba(0, 0, 0, 0.75); }

.modal-window {
  display: flex;
  flex-direction: column;
  height: 560px;
  width: 900px;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0; }

.modal-container.second .modal-window {
  height: 290px;
  width: 504px; }

.modal-header {
  min-height: 50px;
  background-color: #fafafa;
  border-bottom: 1px solid #adbbcc;
  padding: 0 10px 0 20px;
  box-sizing: border-box; }

.modal-content {
  flex-grow: 1;
  padding: 15px 20px;
  overflow-y: scroll; }

.modal-container.second .modal-content {
  overflow-y: auto; }

.modal-footer {
  background-color: #fafafa;
  border-top: 1px solid #adbbcc;
  padding: 10px 10px 10px 20px; }
  .modal-footer .btn-ok {
    background-color: #319966;
    height: 32px;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 0 10px; }
  .modal-footer .btn-cancel {
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #b0b6bf;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 0 10px; }

.link-underlined {
  border-bottom: 1px solid #4285f4; }

.gray-header {
  background-color: #2685b6;
  border-left: 4px solid #0d5f89;
  color: #fff;
  padding: 16px 32px 0 32px;
  margin: -16px -32px 20px -32px; }
  .gray-header a {
    border-bottom: 1px dashed #fff;
    color: #fff; }

.to-favorites {
  background-color: #2685B6;
  border-radius: 15px;
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: 100;
  height: 30px;
  line-height: 29px;
  position: relative;
  padding-right: 15px;
  box-sizing: border-box; }
  .to-favorites.second {
    background-color: #2685b6; }
  .to-favorites.third {
    background-color: #39b666; }

.to-favorites-star {
  background-color: #0D5F89;
  border-radius: 15px;
  float: left;
  height: 30px;
  margin-right: 9px;
  width: 30px; }
  .to-favorites-star div {
    text-align: center;
    background-image: radial-gradient(circle, transparent 9px, white 9.6px, white 10.2px, transparent 10.8px);
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding-top: 1px; }
  .to-favorites-star .fa {
    font-size: 14px; }

.to-favorites.second .to-favorites-star {
  background-color: #0d5f89; }
.to-favorites.third .to-favorites-star {
  background-color: #319c58; }

a.to-favorites-link {
  border-bottom: none;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 18px; }

.to-favorites-link .fa {
  padding: 6px 7px; }
.to-favorites-link:hover {
  color: yellow; }

.to-favorites.second .to-favorites-link:hover {
  color: inherit; }

.comp-status {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 660px; }
  .comp-status.second {
    max-width: 260px;
    width: auto; }

.show-more-link {
  font-size: 14px;
  text-decoration: none; }

.risk-info {
  background-color: #feeceb;
  border-left: 4px solid #f44336;
  margin: 20px -32px -16px -32px;
  padding: 16px 28px; }

.affiliate-info {
  background-color: #ebf1f5;
  border-left: 4px solid #004b73;
  color: #004b73;
  margin: 20px -32px;
  padding: 16px 28px; }

.trademark {
  border-color: #c5c5c5 #c5c5c5 transparent #c5c5c5;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  box-sizing: border-box;
  color: #000;
  display: block;
  float: left;
  margin: 10px 4% 10px 0;
  min-height: 200px;
  width: 22%; }
  .trademark:nth-child(4n) {
    margin-right: 0; }

.trademark__logo {
  color: #4B535D;
  height: 170px;
  line-height: 170px;
  font-family: "Comic Sans MS", sans-serif;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis; }
  .trademark__logo img {
    max-width: 50%; }

.trademark__info {
  border-color: #c5c5c5 transparent;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: -4px 0px 0px #39b666;
  margin-left: 3px;
  padding: 10px 0 10px 15px; }
  .trademark__info.closed {
    box-shadow: -4px 0px 0px #e53935; }

.unslider-custom-box {
  position: relative; }
  .unslider-custom-box .unslider-arrow {
    bottom: 0;
    height: 35px;
    margin: auto;
    position: absolute;
    top: 30px;
    width: 20px; }
    .unslider-custom-box .unslider-arrow:hover {
      background-position-y: 35px; }
    .unslider-custom-box .unslider-arrow.prev {
      background-image: url(../../images/promo/site-54fz-icon-18.png);
      left: 0; }
    .unslider-custom-box .unslider-arrow.next {
      background-image: url(../../images/promo/site-54fz-icon-19.png);
      right: 0; }
  .unslider-custom-box .unslider-nav {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 14px; }
    .unslider-custom-box .unslider-nav ol li {
      border: none;
      height: 6px;
      width: 6px;
      background-color: rgba(76, 175, 80, 0.75);
      border-radius: 50%;
      margin: 0 8px;
      vertical-align: middle; }
      .unslider-custom-box .unslider-nav ol li.unslider-active {
        height: 16px;
        width: 16px;
        background-color: #4caf50; }

.accordion-custom {
  border: 1px solid rgba(70, 76, 95, 0.3); }
  .accordion-custom:hover {
    border-color: #4caf50; }
    .accordion-custom:hover &gt; .accordion-custom__body {
      border-color: #4caf50; }

.accordion-custom__head {
  color: #464c5f;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding: 12px 15px 15px 15px; }

.accordion-custom__body {
  border-top: 1px solid rgba(70, 76, 95, 0.3);
  display: none;
  font-weight: 600;
  padding: 12px 15px 15px 15px; }

.text-bg {
  background-color: #e6e7e8;
  box-shadow: 10px 0 0 #e6e7e8; }

.text-bg_col-fff {
  background-color: #fff;
  box-shadow: 10px 0 0 #fff; }

.f-logo1 {
  font-family: "PF BeauSans Pro SemiBold"; }

.f-logo2 {
  font-family: "PF BeauSans Pro Light"; }

#map {
  height: 332px;
  width: 100%; }

#map2 {
  height: 400px;
  margin-left: -32px;
  position: relative;
  width: calc(100% + 64px); }
  #map2::before {
    background-color: rgba(38, 133, 182, 0.35);
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }
  #map2::after {
    background-color: rgba(38, 133, 182, 0.35);
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10; }

.chart-wrapper {
  position: relative; }

.chart-inner {
  position: absolute;
  top: -21px;
  left: -10px; }

.chart-s1.chart-wrapper {
  height: 40px;
  width: 75px; }
.chart-s1.chart-inner {
  height: 70px;
  width: 103px; }

.chart-s2.chart-wrapper {
  height: 34px;
  width: 120px; }
.chart-s2.chart-inner {
  height: 64px;
  width: 149px; }

.chart-s3 {
  width: 100%;
  height: 390px; }

.amcharts-chart-div a {
  display: none !important; }

.ballon-company-name {
  text-transform: uppercase; }

#comp-act-distr-chart {
  height: 600px;
  width: 100%; }

#co-owners-chart {
  height: 450px;
  width: 100%; }

#co-owners-chart-info {
  bottom: 0;
  height: 140px;
  left: 0;
  margin: auto;
  padding-left: 20px;
  position: absolute;
  right: 0;
  text-align: justify;
  top: 0;
  width: 160px; }
  #co-owners-chart-info .fa-exclamation-triangle {
    margin-left: -20px;
    position: absolute;
    text-align: center;
    width: 100%; }

.material-icons {
  vertical-align: middle; }

::-webkit-input-placeholder {
  color: #78787b; }

::-moz-placeholder {
  color: #78787b; }

:-ms-input-placeholder {
  color: #78787b; }

:-moz-placeholder {
  color: #78787b; }

@media (max-width: 1279px) {
  .nav-main__ext {
    width: auto; } }
@media (max-width: 1365px) {
  .nav-scroll__inner {
    display: none; } }
@media (max-height: 599px) {
  .scroll-down {
    display: none; } }
.sources-4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 18px;
  font-size: 14px; }

.sources-big-logo-container {
  max-width: 996px !important; }
  .sources-big-logo-container p {
    font-weight: normal; }

.sources-big-logo-header-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-top: -27px;
  font-weight: normal; }

.sources-small-logo-header-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-top: 10px;
  color: #2884B4; }

.sources-small-logos-conteiner {
  background-color: #f6f6f7;
  margin-top: 20px;
  padding-top: 30px; }

.sources-update-icon {
  width: 19px;
  height: 15px;
  margin-right: 4px;
  margin-top: 2px; }

.get-test-access-form {
  background-color: #2886b6;
  padding-top: 30px; }
  .get-test-access-form .content {
    text-align: center; }

.get-test-access-form--header {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF; }

.get-test-access-form--text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #FFFFFF; }

.get-test-access-form--inputs {
  margin: auto;
  width: 305px; }
  .get-test-access-form--inputs input {
    width: 280px;
    height: 32px;
    margin-bottom: 10px; }
  .get-test-access-form--inputs button {
    height: 32px;
    box-sizing: border-box;
    background-color: #ee523c;
    border: none;
    vertical-align: top;
    width: 144px;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 33px;
    margin-left: 161px; }

.get-test-access-form--name-icon {
  margin-right: 10px;
  margin-top: 7px;
  width: 14px;
  height: 16px; }

.get-test-access-form--phone-icon {
  margin-right: 12px;
  margin-top: 7px;
  width: 12px;
  height: 16px; }

.col-32-per {
  min-width: 32%; }

.col-50-per {
  min-width: 50%; }

.analytics-info-table th {
  background-color: #5571a9;
  color: #FFFFFF;
  padding: 25px;
  text-align: left; }
  .analytics-info-table th:first-child {
    width: 200px; }
  .analytics-info-table th span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400; }
.analytics-info-table td {
  padding: 25px; }
.analytics-info-table tbody tr:nth-child(even) {
  background-color: #edf3fc; }
.analytics-info-table .analytic__what {
  background-color: #339966; }

.analytics-order-tariff-button {
  width: 264px;
  height: 42px;
  margin: 0 auto;
  margin-bottom: 25px; }

.download-example {
  background-image: url(../../images/promo/pdf_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  cursor: pointer;
  height: 43px;
  width: 35px;
  display: block;
  margin: 0 auto; }

.custom-bg-01 {
  background: linear-gradient(180deg, rgba(70, 76, 95, 0.32) 1px, #fdfdfd 1px); }

.custom-bg-02 {
  background: linear-gradient(180deg, #fff 16px, #5b75aa 16px); }

.custom-bg-16 {
  background: url(/assets/base/images/promo/site-block-bg-13.jpg) calc(50% - 595px) 0 no-repeat, url(/assets/base/images/promo/site-block-bg-14.jpg) calc(50% + 950px) 0 no-repeat; }

.block-001 {
  background-color: #fff;
  border: 1px solid rgba(85, 113, 168, 0.4);
  box-sizing: border-box;
  color: #464c5f;
  margin: 0 12px;
  padding: 20px;
  text-align: center;
  width: 480px; }
  .block-001 div {
    height: 50px; }

.block-014 {
  list-style-type: none;
  margin: 0 15px;
  padding: 5px 0; }
  .block-014 li {
    background: url(/assets/base/images/promo/check-icon2.png) no-repeat 6px 4px;
    margin-bottom: 0px;
    padding: 6px 10px 5px 36px; }

.hr-01 {
  border: 1px solid #5b75aa;
  width: 50px; }

.list-custom {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  position: relative; }
  .list-custom li {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px; }
    .list-custom li::before {
      content: counter(item);
      counter-increment: item;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -10px;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      display: block;
      height: 32px;
      width: 32px;
      background-color: #387936;
      border-radius: 50%;
      text-align: center;
      box-sizing: border-box;
      padding-top: 5px;
      box-shadow: 0 3px 0 #fff, 0 -3px 0 #fff; }
  .list-custom.second li::before {
    color: #387936;
    bottom: auto;
    height: auto;
    padding-top: 0;
    background-color: transparent;
    font-weight: 500;
    content: "5." counter(item);
    font-size: 16px;
    letter-spacing: -0.5px; }
  .list-custom.third li::before {
    color: #387936;
    top: -4px;
    height: auto;
    padding-top: 0;
    background-color: transparent;
    font-weight: 500;
    content: "*";
    font-size: 32px; }

.site-tip {
  background-color: #8a95ae;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: normal;
  position: relative;
  text-align: center;
  width: 20px;
  z-index: 10; }
  .site-tip::after {
    color: #fff;
    content: "?"; }
  .site-tip:hover {
    background-color: #437edd; }

.site-tip__text {
  position: absolute;
  left: -290px;
  bottom: 34px;
  width: 600px;
  border-radius: 5px;
  background-color: rgba(70, 76, 95, 0.9);
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  text-align: left;
  padding: 15px;
  display: none; }
  .site-tip__text::after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px;
    border-color: rgba(70, 76, 95, 0.9) transparent transparent;
    left: 0;
    right: 0;
    margin: 0 auto; }

.site-tip:hover .site-tip__text {
  display: block; }
.site-tip.second .site-tip__text {
  bottom: auto;
  left: -390px;
  top: 34px; }
  .site-tip.second .site-tip__text::after {
    border-color: transparent transparent rgba(70, 76, 95, 0.9);
    bottom: auto;
    left: 200px;
    top: -20px; }
.site-tip.third {
  position: absolute;
  top: 12px;
  right: 12px; }

a.anim_btn:link, a.anim_btn:visited {
  position: relative;
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 30px auto 0;
  padding: 14px 15px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
a.anim_btn:link:after, a.anim_btn:visited:after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
a.anim_btn:link:hover, a.anim_btn:visited:hover {
  color: #333;
  text-shadow: none; }
a.anim_btn:link:hover:after, a.anim_btn:visited:hover:after {
  height: 420%; }
a.anim_btn.effektA:after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
a.anim_btn.effektB:after {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }
a.anim_btn.effektC:after {
  opacity: 0.5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
a.anim_btn.effektC:hover:after {
  height: 140%;
  opacity: 1; }
a.anim_btn.effektD:after {
  width: 0%;
  border-radius: 50%;
  opacity: 0.5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
a.anim_btn.effektD:hover:after {
  height: 450%;
  width: 110%;
  opacity: 1; }

@media (max-device-width: 1000px) {
  .nav-main &gt; li {
    display: none; }

  .header.fixed .content {
    height: 80px; }
  .header.fixed a {
    font-size: 2em; }

  .nav-full__switcher &gt; .material-icons {
    font-size: 64px; }

  .nav-full__leftcol-header {
    min-height: 100px; }

  .nav-full__leftcol-content a {
    line-height: 54px; }

  .nav-full__leftcol-footer {
    flex-direction: column-reverse; }

  .nav-full__rightcol-container {
    display: flex;
    flex-direction: column; }

  .nav-full__rightcol-block a {
    line-height: 54px; }

  .site-logo {
    margin-top: 11px; }
    .site-logo img {
      height: 60px;
      margin-left: -46px; }

  .btn-reg {
    height: auto;
    margin-top: 12px;
    width: auto;
    font-size: 26px !important;
    line-height: 54px;
    padding: 0 15px; }

  .btn-enter {
    margin-top: 20px; }
    .btn-enter a {
      font-size: 26px !important; }
    .btn-enter .material-icons {
      font-size: 34px; } }
.tender-guide-header {
  min-height: 228px;
  background: url(/assets/base/images/promo/tender-guide-header.png) calc(50% + 500px) 0px no-repeat;
  background-size: auto 228px;
  border-top: 1px solid #C9CCCD;
  border-bottom: 1px solid #C9CCCD; }

.p-y-30 {
  padding-bottom: 30px;
  padding-top: 30px; }

.p-y-20 {
  padding-bottom: 20px;
  padding-top: 20px; }

.p-x-30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-y-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.p-t-30 {
  padding-top: 30px; }

.links-section {
  background-color: #F3F4F6;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 0px; }

.m-t-90 {
  margin-top: 90px; }

.how-begin-work {
  background: url(/assets/base/images/promo/how-begin-work-bg.png) calc(45% - 50px) no-repeat, linear-gradient(90deg, #EADD8C 20%, #EADD92 50%, #EADD92 150px);
  background-color: #EADD9B;
  max-height: 309px; }

.logo-tender-guide {
  max-height: 90px;
  height: 90px;
  max-width: 170px; }

.gray-section {
  background-color: #F3F4F6;
  padding: 30px 25px; }

.warning-text-section {
  background-color: #F8EDC6;
  border-radius: 4px; }

.green-marker {
  list-style-type: none; }
  .green-marker:before {
    content: "lens";
    font-family: "Material Icons";
    color: #00AF47;
    padding-right: 10px;
    position: relative;
    top: -1px;
    font-size: 6px; }

.p-l-0 {
  padding-left: 0; }

.text-blue-section p, .text-blue-section li {
  color: #464c5f; }

.material-design-icons {
  font-family: "Material Design Icons";
  position: absolute;
  left: -30px;
  color: #464C5F;
  top: -3px;
  font-size: 24px;
  opacity: 0.5; }

.timelaps-fragment:before {
  content: "";
  width: 2px;
  height: 67px;
  background-color: #464C5F;
  opacity: 0.5;
  left: -20px;
  top: 31px;
  position: absolute; }

.img-responsive {
  width: 100%;
  height: auto; }

.p-x-15 {
  padding-left: 15px;
  padding-right: 15px; }

.calendar-icon-1:before {
  content: "";
  background-image: url(/assets/base/images/promo/calendar-icon-1.png);
  position: absolute;
  width: 33px;
  height: 26px;
  left: -35px; }

.calendar-icon-2:before {
  content: "";
  background-image: url(/assets/base/images/promo/calendar-icon-2.png);
  position: absolute;
  width: 33px;
  height: 26px;
  left: -35px; }

a:hover {
  text-decoration: none; }

.bg-339966:hover {
  color: #fff; }

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

.border {
  border: 1px solid #C9CCCD; }

.text-muted {
  color: #474C5F;
  opacity: 0.58; }

.position-absolute {
  position: absolute; }

.captcha-error{
border-radius: 2px;
position: absolute;
top: 22px;
padding: 10px 10px 10px 20px !important;
line-height: 1.25rem;
background-color: #ba5555;
color: #fff;
min-width: 300px;
left: 50%;
text-align: left;
font-size: 14px;
margin-left: 15px;
box-sizing: border-box;
opacity: 1;
transition: 0.25s ease-in-out;
}

.captcha-error:before{
position: absolute;
content: "";
top: 10px;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 10px solid #ba5555;
border-bottom: 10px solid transparent;
left: -10px;
}
.reginfo_input {
   display: none !important;
}

.position-relative {
  position: relative; }

.logo-tender-guide {
  background-color: #F3F4F6;
  margin-right: 22px;
  margin-bottom: 22px; }

.how-begin-work p {
  color: #474C5F; }

/*# sourceMappingURL=main.css.map */
</pre></body></html>