html {
  height: 100%;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    min-height: 100vh;
    overflow-y: scroll;

    font-family: HelveticaNeueCyr, sans-serif;
}

.main-container {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 100%;
    padding: 0 0 15px;
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}
a, a:hover {
    color: #3b658b;
}

a.nav_title {
  font-size: 18px;
  text-decoration: none;
}


/**/
.maincontent {
  /*font-size: 16px;*/
}
.produktinfo {
  font-size: 18px;
}
.produktimg img {
  width: 100%;
}
.logo-right {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.2px;
}
.logo {
  width: 100%;
}
.navbar-pump {
  padding: 0;
  border: none;
}
.navbar-pump #navbar-main {
  padding: 0;
  margin: 0;
}
.navbar-pump .navbar-toggle .icon-bar {
  background-color: #3b658b;
}
.navbar-pump .navbar-nav:before,
.navbar-pump .navbar-nav:after {
  content: none;
}
.nav-top a {
  color: #1D1D1B;
  text-transform: uppercase;
  font: 15px HelveticaNeueCyr, sans-serif;
  font-weight: 200;
}

@media all and (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        /*display: block;*/
    }
}


@media all and (min-width: 1280px) {
    .container {
        max-width: 1140px;
    }
}
@media all and (max-width: 1279px) {
    .container {
        max-width: 100%;
    }
}





.presscenter tr td {
  padding: 10px;
  vertical-align: text-top;
}
.presscenter tr td:first-of-type {
  padding: 10px 10px 10px 0;
}
.presscenter h3 {
  font-size: 18px;
}
.presscenter p {
  line-height: 1.3;
}

/**/

ul.nav li:last-child .dropdown-menu.show {
    right: 0;
    left: auto;
}

li.active a {
  font-weight: 800;
}
li.ancestor a {
  font-weight: 800;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu {
    top: 21px;
    padding: 0;
}

.last-item + .dropdown-menu {
    right: 0;
    left: auto;
}

@media all and (max-width: 575px) {
  .last-item + .dropdown-menu {
      right: auto;
      left: 0;
  }
}

.dropdown-menu > li {
  border-bottom: none;
}
.dropdown-menu > li > a {
  font: 15px HelveticaNeueCyr, sans-serif;
  display: block;
  padding: 5px 23px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #1D1D1B;
  white-space: nowrap;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: inherit;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #E74E0F;
  background-image: -webkit-linear-gradient(top, #E74E0F 0, #E74E0F 100%);
  background-image: -o-linear-gradient(top, #E74E0F 0, #E74E0F 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E74E0F), to(#E74E0F));
  background-image: linear-gradient(to bottom, #E74E0F 0, #E74E0F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  text-decoration: none;
  color: #FFF;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #FFF;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: inherit;
}

@media all and (max-width: 575px) {
  .dropdown-menu {
      top: 44px;
  }
}

/**/

.block_title {
  display: table;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 15px;
}
.block_desc {
  font: 18px HelveticaNeueCyr, sans-serif;
}
.fs12 {
  font-size: 12px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs24 {
  font-size: 18px !important;
}
.fs36 {
  font-size: 22px !important;
}
.ml25 {
  margin-left: 25px;
}
.info36 {
  font: 18px HelveticaNeueCyr, sans-serif;
  margin-top: 10px;
}
select.round,
#products-select,
#add_wp {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/static/imgs/select.png");
  -webkit-filter: grayscale(100%);
  background-position: 100%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-color: white;
}
label[for="categories"],
label[for="soft_sys"],
label[for="amount"] {
  color: #E74E0F;
  font-weight: 300;
}
table thead tr > td.bgoren {
  background-color: #E74E0F;
  color: #FFF !important;
  font-size: 12px;
  font-family: HelveticaNeueCyr, sans-serif;
  vertical-align: middle !important;
  padding: 10px 8px 5px;
}

table thead tr > td.bgoren a, table thead tr > td.bgoren a span {
  color: #FFF !important;
}

table thead tr > td.bgoren a:hover {
  text-decoration: none;
}

table thead tr > td.bgoren img {
  margin-right: 5px;
  float: left;
  height: 35px;
  width: 35px;
}
table thead tr > td.bgoren[colspan="2"] {
  padding: 10px 7% 5px;
}

.nav.nav-tabs li {
  margin-bottom: -1px;
}

.nav.nav-tabs li > a {
  padding: 10px 15px;
  margin-right: 2px;
  border-radius: 4px 4px 0 0;
  border: 1px solid transparent;
}

.nav.nav-tabs li > a:hover {
  border-radius: 4px 4px 0 0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav.nav-tabs li > a.active {
  color: #555;
  cursor: default;
  border-radius: 4px 4px 0 0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom-color: transparent;
  background-color: #ffffff;
}

.table-sp {
  font-size: 18px;
}
.plagin {
  padding: 10px 0 10px 0;
}
.plagin2 {
  /*margin-bottom: 20px;*/
}
.wstrip {
  padding-bottom: 14px;
}
.wstrip_orn {
  border-bottom: solid 2px #E74E0F;
  padding-bottom: 15px;
}

.partner-logo-div {
  display: flex;
  align-items: center;
}

.partner {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.partner:not(:last-of-type) {
  /*margin-right: 15px;*/
  margin-right: 0;
}
.partner > a > .row {
  height: 280px;
}
.partner > a > .row > .col-xs-6 {
  height: 280px;
  /*        display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
        justify-content: center;
        flex-direction: column;*/
  font-family: HelveticaNeueCyr, Arial, Helvetica, sans-serif;
}
.partner > a > .row > .col-xs-6 img {
  max-height: 260px;
}
.partner h5 {
  font: 15px HelveticaNeueCyr, sans-serif;
  color: #1D1D1B;
  margin-top: 15px;
  padding-bottom: 15px;
}
.pinfohid {
  display: none;
  background-color: #FFF;
  font-size: 12px;
  padding: 15px;
  margin-top: 15px;
  height: 500px !important;
}
.pinfohid ul {
  padding-left: 10px;
}
.openpar {
  background-color: #EDEBEB;
}
.titleblok {
  font-size: 18px;
  font-family: HelveticaNeueCyrBold, sans-serif;
  /*margin-top: 15px;*/
  display: flex;
  align-items: center;
}

.titleblok-news {
  margin-bottom: 30px;
  justify-content: space-between;
}

.nitm {
  padding-bottom: 1.3em;
  display: flex;
  /*align-items: center;*/
}

.nitm a{
  width: 100%;
}

.newsitm {
  margin-top: 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.newsitm .col-md-4 .wstrip {
  position: absolute;
  bottom: 0;
  width: 90%;
}
.gstrip {
  background-color: #D7E3EE;
  margin: 25px 0;
}

.nav_footer_index div[class^='col'] p {
    margin-bottom: 10px;
}

.nav_footer_index div[class^='col'] p:last-child {
    margin: 0;
}

.nav_footer_index {
  margin-top: 25px;
}

.nav_footer,
.nav_footer_index {
  /*margin-top: 35px;*/
  /*background-color: #4c5c6c;*/
  margin-right: 15px;
  margin-left: 15px;
  background-color: #3b658b;
}
.nav_footer a,
.nav_footer_index a {
  font: 13px HelveticaNeueCyr, sans-serif;
  line-height: 14px;
  color: #4c5c6c;
  text-transform: uppercase;
}
.nav_footer a:hover,
.nav_footer_index a:hover {
  text-decoration: underline;
}

.nav_footer_index a {
  /*font: 13px HelveticaNeueCyrLight, sans-serif;*/
  /*line-height: 14px;*/
  color: #D7E3EE;
}
.nav_footer_index a:hover {
  text-decoration: underline;
}

.flexrow > div:not(:last-of-type) {
  margin-right: 60px;
}

.shome p,
.shome a {
  font: 15px HelveticaNeueCyr, sans-serif;
  padding-top: 10px;
  color: #1D1D1B;
  margin-bottom: 0;
}
.shome a:hover img {
  filter: hue-rotate(176deg) brightness(1.26) saturate(127%);
}
.shome p:hover,
.shome a:hover {
  text-decoration: blink;
}
.index_icon {
  /*margin: 20px 20px;*/
  /*text-align: center;*/
}
.index_icon img {
  width: 80px;
  height: 80px;
}
.index_icon:hover a p {
  color: #E74E0F;
}
.iphone,
.imail {
  width: 20px;
  height: 20px;
  float: left;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
  position: relative;
}
.iphone {
  background-image: url("/static/imgs/phone.png");
}
.imail {
  background-image: url("/static/imgs/mail.png");
  top: 3px;
}
.infoo {
  font-family: HelveticaNeueCyrLight, sans-serif;
  font-size: 18px;
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.footercont {
  font-size: 16px;
  font-family: HelveticaNeueCyrBold, sans-serif;
  line-height: 25px;
  padding: 5px 0 20px;
}
.fullwidth {
  font: 20px HelveticaNeueCyrBold;
  color: #3b658b;
  line-height: 70px;
  white-space: pre;
  font-weight: 800;
}
.footermail {
  color: #3b658b;
  margin-top: 10px;
  font-family: HelveticaNeueCyr, sans-serif;
}
.navbar-nav > li > a {
  white-space: nowrap;
}
.row-logo {
  margin-bottom: 14px;
}
.crumbs {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6d6d6d;
}
.crumbs a {
  color: #6d6d6d;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots {
  bottom: 5px;
  /*position: absolute;*/
  /*width: 100%;*/
  /*text-align: center;*/
  padding-left: 33%;
}
.slick-dots li button {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #D7E3EE;
  border-radius: 4px;
}
.slick-dots li.slick-active button {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 4px;
}

.gallery.slick-initialized .slick-slide .slidertext {
  font: 16px HelveticaNeueCyrLight, sans-serif;
  line-height: 1.1;
}
.gallery.slick-initialized .slick-slide .slidertoptext {
  font: 20px HelveticaNeueCyrMedium, sans-serif;
}

.main-slider-wrap {
  height: 290px;
}

.slider-container {
  display: flex;
  flex-direction: row;
}

.slick-list, .slick-track, .slider-container, .slider_img_div {
  height: 100%;
}

.slider_text_div {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /*background: #4c5c6c;*/
  background: #3b658b;
  color: white;
  padding-left: 5%;
  padding-right: 3%;
  padding-top: 1rem;
}

.slider_img_div {
  width: 62%;
}

@media screen and (max-width: 991px  ) {
  .main-slider-wrap {
    height: 490px;
  }
  .slider-container {
    flex-direction: column;
  }
  .slider_img_div {
    width: 100%;
  }
  .slider_text_div {
    width: 100%;
    padding-right: 5%;
  }
  .gallery.slick-initialized .slick-slide .slidertoptext {
    margin-bottom: 1rem;
  }
}



@media screen and (max-width: 992px  ) {
  .gallery ul.slick-dots {
    padding-left: 0;
  }
}

.icons_main {
  margin-top: 20px;
}

.icons_main p {
  font: 15px HelveticaNeueCyrLight;
  color: #1D1D1B;
  line-height: 1;
  /*margin-top: 10px;*/
}

.icons_main img {
  height: 80px;
  margin-right: 15px;
}

.icon_main {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  /*padding: 0 10px;*/
}

.icon_main:hover {
  filter: hue-rotate(178deg) brightness(0.7);
}

.icon_main_tit {
  width: 270px;
}

.bbg {
  background-color: #3b658b;
  color: #FFF;
  /*display: -webkit-box;*/
}

.top_projects .top_project:not(:last-of-type) {
  margin-bottom: 30px;
}

.projectgallery img {
  height: 190px;
}

.pricelist {
  font-size: 17px;
  line-height: 1.5;
}

.pricelist-table-div table {
  width: 1110px;
}

.pricelist-nav-tabs {
  width: 322px;
}

.indigits {
  /*display: flex;*/
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*flex-direction: column;*/
  /*justify-content: space-around;*/
  height: 345px;
}
.igitsdig {
  width: 50px;
  text-align: center;
}
.indigit {
  /*display: flex;*/
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*flex-direction: row;*/
  /*align-items: center;*/
  font-size: 18px;
  margin-bottom: 5px;
}
.igits {
  height: 70px;
  width: 70px;
  /*display: flex;*/
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  position: relative;
  /*justify-content: center;*/
  /*align-items: center;*/
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  font-family: HelveticaNeueCyrBlack, sans-serif;
  /*float: left;*/
}
.igitsbg {
  position: absolute;
  z-index: -1;
  height: 70px;
  width: 70px;
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/static/imgs/circl.png");
  top: 0;
  left: 0;
}
.icons_main a:hover,
.icons_main a:active {
  font-weight: 500;
  color: #1D1D1B;
  font: 18px HelveticaNeueCyr, sans-serif;
  text-decoration: none;
}
.press-date {
  font-weight: 800;
  font-size: 17px;
}
.pres-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #3b658b;
  text-decoration: underline;
}
.pricelists {
  font-size: 20px;
}
.price_h {
  font-size: 18px;
  font-family: HelveticaNeueCyrBold, Arial, Helvetica, sans-serif;
}
.categorypl {
  font-size: 18px;
  font-family: HelveticaNeueCyrBold, Arial, Helvetica, sans-serif;
  color: #6d6d6d;
}
.categorypl img {
  max-width: 50px;
}

.pricelist .pricelist-table-div .tab-pane.fade {
  display: none;
}

.pricelist .pricelist-table-div .tab-pane.fade.active {
  display: block;
}

.calc-select {
  width: 100%;
  border: solid #a9a9a9 1px;
  font-size: 18px;
  line-height: 18px;
  color: #1D1D1B;
  padding: 4px 16px;
}
.price {
  font-size: 24px;
  font-family: HelveticaNeueCyr, sans-serif;
  color: #1D1D1B;
}
.catofp ul {
  padding: 0;
}
.catofp li {
  display: block;
}
.catofp input[type=checkbox].checkboxp {
  display: none;
}
p.help-block{
  color: #E74E0F;
  padding: 0;
  margin: 0;
}
.catofp label {
  font-size: 18px;
  font-weight: 300;
}
.catofp label:before {
  content: "";
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  left: 0;
  bottom: 1px;
  background-color: #fff;
  border: solid #a9a9a9 1px;
  font-size: 15px;
  text-align: center;
}
.catofp input[type=checkbox]:checked + label:before {
  content: "\2713";
}
.main-color {
  color: #E74E0F;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn-serviopump {
  padding: 14px;
  min-width: 159px;
  text-shadow: none;
  background-image: none;
  background-color: #E74E0F;
  filter: none;
  border: none;
  color: #FFF;
  border-radius: 10px;
  font: 16px HelveticaNeueCyr, sans-serif;
}
.btn-serviopump:hover {
  color: #FFF;
}
.btn-fullsize {
  width: 100%;
  display: block;
}
.btn-produkt {
  display: block;
}
p > .btn-produkt {
  max-width: 300px;
  padding-left: 27%;
  padding-top: 18px;
  padding-bottom: 18px;
}
p > .btn-produkt:before {
  top: 5px;
  left: 19%;
}
.btn-download {
  position: relative;
  padding-left: 50%;
  font-size: 18px !important;
  margin: 30px 0;
}
.btn-download:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 28%;
  height: 43px;
  width: 43px;
  background-size: contain;
  background-image: url("/static/imgs/arrow_dl.png");
}
#workplace_type {
  margin-top: 14px;
}
.supp_top img {
  height: 80px;
}
.supp_top:hover {
  color: #E74E0F;
  filter: hue-rotate(178deg) brightness(0.7);
}
.supp_top_text {
  /*padding-bottom: 0.5em;*/
  font-size: 18px;
  color: #1D1D1B;
  line-height: normal;
}
.gray_news {
  width: 100%;
  text-align: right;
  margin-top: -5px;
}
.gray_news a {
  font-size: 14px;
  color: #6d6d6d;
}
.detail .supp_top_text {
  font: 18px HelveticaNeueCyr, sans-serif;
  color: #6d6d6d;
}
.detail .supp_top {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.detail .supp_top img {
  height: 65px;
}
.detail .supp_top:hover {
  filter: hue-rotate(178deg) brightness(0.7);
}
.supp_hid {
  font: 18px HelveticaNeueCyr, sans-serif;
}
.product {
  padding: 5px 10px;
  font-size: 16px;
}
.block_options .product {
  padding: 5px  10px 5px 30px;
  font-size: 16px;
}
.block_options .product::before {
  content: "•";
  color: #E74E0F;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}
.productgraf {
  text-align: center;
  padding: 15px;
  font-family: HelveticaNeueCyrBold, sans-serif;
}
.even {
  background-color: #EEE;
}
.title_p {
  text-decoration: underline;
  line-height: 25px;
  cursor: pointer;
}
.open .title_p {
  font-family: HelveticaNeueCyrBold, sans-serif;
}
.phidd {
  margin: 25px 0 15px;
}
/**/
.newsin {
  background-color: #EDEBEB;
  padding: 30px 30px 0 30px;
  font: 16px HelveticaNeueCyr, sans-serif;
  line-height: 1.45;
  margin-top: 22px;
  /*margin-bottom: 10px;*/
}

.newsin-newsitem {
  padding: 15px 0 !important;
  margin-left: 0;
  margin-right: 0;
}

.newsitem-text:last-child {
  margin-bottom: 0 !important;
}

.newsin .news_date {
  color: #6d6d6d;
  font-size: 14px;
  margin-bottom: 0;
  /*font-style: italic;*/
}
.newsin h3 {
  margin: 0;
  padding: 0;
}
.newsin h3 a {
  font-size: 16px;
  color: #3b658b;
  text-decoration: underline;
}
.newsin .col-md-6 {
  position: relative;
}
.newsin .col-md-6 .wstrip {
  position: absolute;
  bottom: 0;
  width: 90%;
}

@media all and (max-width: 991px) {
    .newsin {
        padding: 20px 15px;
    }
}

/**/
.limith {
  max-height: 100px;
  overflow: auto;
}
.price-num-cell,
.table-condensed > tbody > tr > td.price-num-cell {
  text-align: center;
  vertical-align: middle !important;
  font-weight: 300;
}
.half-hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#order_add_col {
  /*text-align: right;*/
}
#order_add {
  margin-top: 8px;
}
/*#order-confirm-col {*/
/*  text-align: right;*/
/*}*/
.order-title {
  margin-bottom: 10px;
  display: inline-block;
}
.text_repr{
  white-space: pre-wrap;
}
.delete-item {
  font-size: 12px;
}
.price-cell {
  text-align: left;
}
.last-item {
  padding-right: 0 !important;
}

.table > thead > tr > td.table-head-text {
  font-size: 18px;
  vertical-align: middle;
  font-family: HelveticaNeueCyrLight, sans-serif;
}
.table-head-tr {
  font-family: HelveticaNeueCyrLight, sans-serif;
  font-size: 14px;
}
.verstrip:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  margin-top: 10px;
  background-color: #3b658b;
}
.pricelist .table > thead > tr {
  height: 68px;
}
.pricelist .table > thead > tr.table-head-tr > td {
  line-height: 1.1;
  padding-bottom: 10px;
  vertical-align: middle;
  text-align: center;
}
.pricelist .table > thead > tr.table-head-tr > td.table-head-text {
  text-align: left;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 10px;
  font-weight: bold;
}
.aligned-table {
  margin-bottom: 0;
}
.group-header {
  color: #E74E0F;
  font-size: 19px;
}
.striped {
  background-color: #f9f9f9;
}
.downloads-table {
  display: inline-table;
}
.downloads-table-title {
  background-color: #eee;
  font-weight: 700;
  font-size: 18px;
}
.downloads-table-item {
  font-size: 18px;
}
.downloads-table-link {
  text-align: center;
  width: 15%;
}
.content-holder {
  margin-top: 10px;
}
.flexleft {
  justify-content: flex-start;
}
.navbar-collapse.in {
  overflow-y: visible;
}
.crumbs > a:first-of-type,
.crumbs > .separator:first-of-type {
  display: none;
}
.crumbs [href="/contacts/"],
.crumbs [href="/control-system/"] {
  pointer-events: none;
}
.publications .table-condensed > tbody > tr > td .subtitle {
  font-size: 14px;
  font-weight: 300;
}
.toppinfo {
  padding: 15px;
}
.slidertext {
  font: 14px HelveticaNeueCyrLight, sans-serif;
  font-weight: 300;
}

.topptext {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #6d6d6d;
}
table#order_items > tbody > tr > td {
  border: 0 !important;
}

table#order_items > tbody > tr {
  border-bottom: 1px solid #6d6d6d;
}

table#order_items > tbody tr:last-child {
  border-bottom: 0;
}

.btn_logout {
  float: right;
}
.btn_logout a {
  color: #7B7B7A;
  text-transform: lowercase;
  font-size: 14px;
}
.cabinet_info {
  margin-bottom: 10px;
}
.cabinet_info h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: HelveticaNeueCyrBold, sans-serif;
}
.cabinet_info p {
  font-size: 18px;
}
.cabinet_info h3,
.cabinet_info p {
  margin-bottom: 25px;
}
.cabinet_tab {
  font-size: 18px;
}
.cabinet_tab table {
  margin-bottom: 2.5em;
}
.cabinet_tab thead {
  border: solid 1px #D0D0D0;
}
.cabinet_tab thead td {
  color: #E74E0F;
  text-transform: uppercase;
}
.cabinet_tab tbody {
  border: solid 1px #D0D0D0;
}
.cabinet_tab .tab_btn {
  text-align: center;
  border: solid 1px #D0D0D0;
  width: 15%;
  min-width: 80px;
}
.cabinet_tab .tab_btn a {
  color: #3b658b;
}
.cabinet_tab .table-condensed.table-striped > tbody > tr > td {
  font-weight: normal;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-top a {
    font-size: 13px;
  }
  .partner {
    margin: 0;
    border: solid #fff 5px;
  }
  .partner:not(:last-of-type) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-top a {
    /*font-size: 12px;*/
  }
  .partner {
    margin: 0;
    border: solid #fff 5px;
  }
  .partner:not(:last-of-type) {
    margin-right: 0;
  }
  .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .icons_main {
    flex-wrap: wrap;
  }
  .newsitm .col-md-4 {
    padding-bottom: 0;
  }
  .newsin .news_date {
    margin-top: 10px;
    font-size: 12px;
  }
  .newsin h3 a {
    font-size: 16px;
  }
}
.newsmain a:hover {
  text-decoration: none;
}

.newsmain a span:hover {
  text-decoration: underline;
}
.newsmain a img:hover {
  text-decoration: none;
}

/**/

#order_items .text-wrap {
  border-top: 1px solid #343a40;
}

@media all and (min-width: 576px) {
    #order_items .text-wrap {
        border-top: none;
        border-left: 1px solid #343a40;
        border-right: 1px solid #343a40;
    }
}

.grid {
  width: 100%;
}

.grid-item-content {
  height: auto;
  background: white;
  margin-bottom: 15px;
  border: #ccc 1px solid;
  box-shadow: 1px 1px 7px 0 #ddd;
}

.news-text {
  color: black;
  font-weight: normal;
}

.news-date-text {
  font-size: 12px;
  color: gray;
  /*font-style: italic;*/
  font-weight: normal;
}

.footer-menu-outer-row {
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
}

.footer-menu-punkt-group {
  width: 100%;
}

.footer-menu-punkt {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.footer-menu-header {
  color: white;
  font-size: 18px;
}

.footer-menu-child {
  color: #D7E3EE;
  font-size: 14px;
  /*text-transform: lowercase;*/
}

.social-links-img {
  max-height: 24px;
  /*margin-top: -6px;*/
}

.social-links:hover {
  text-decoration: none;
}

.help-block.license_erroe, .help-block.unselected-checkboxes {
  color: red;
}

.content-holder .column {
  padding-right: 15px;
}

.content-holder .column:last-child {
  padding-right: 0;
}

@media all and (max-width: 768px) {
  .content-holder .column {
    width: 100% !important;
    clear: both;
    padding-right: 0;
  }
}

.content-holder img, .plugin_picture img {
  max-width: 100%;
}

.order-buttons, .form-order-under-table {
  display: block;
}

.order-submit, .form-order-button {
    margin-top: 20px;
}

@media all and (min-width: 577px) {
  .order-buttons {
    display: flex;
    justify-content: space-between;
  }
  .order-submit {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media all and (min-width: 769px) {
  .order-options, .form-order-under-table {
    display: flex;
    justify-content: space-between;
  }
  .form-order-button {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.order-form-div form > .form-group > label {
  max-width: 100% !important;
}

/*table > tbody > tr > td, table > tbody > tr > td > a {*/
/*  color: #212529;*/
/*}*/

table > tbody > tr > td > a:hover {
  text-decoration: none;
}

.projectgallery .slick-dots {
  padding: 0 !important;
}

.projectgallery-screenshots .slick-dots {
  margin-bottom: 15px;
}

.form-group.has-error span.help-block {
  color: red;
}

#order-form .form-group.has-error input.form-control {
  background: #fdbdba;
}

input[required]:focus:invalid {
  background: #fdbdba;
}



