@font-face {
  font-family: Open Sans;
  src: url(../fonts/opensans/opensans-light-webfont.eot);
  src: url(../fonts/opensans/opensans-light-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans/opensans-light-webfont.woff2) format("woff2"),
    url(../fonts/opensans/opensans-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(../fonts/opensans/opensans-lightitalic-webfont.eot);
  src: url(../fonts/opensans/opensans-lightitalic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans/opensans-lightitalic-webfont.woff2) format("woff2"),
    url(../fonts/opensans/opensans-lightitalic-webfont.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(../fonts/opensans/opensans-regular-webfont.eot);
  src: url(../fonts/opensans/opensans-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans/opensans-regular-webfont.woff2) format("woff2"),
    url(../fonts/opensans/opensans-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(../fonts/opensans/opensans-italic-webfont.eot);
  src: url(../fonts/opensans/opensans-italic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans/opensans-italic-webfont.woff2) format("woff2"),
    url(../fonts/opensans/opensans-italic-webfont.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(../fonts/opensans/opensans-semibold-webfont.eot);
  src: url(../fonts/opensans/opensans-semibold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans/opensans-semibold-webfont.woff2) format("woff2"),
    url(../fonts/opensans/opensans-semibold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(../fonts/opensans/opensans-semibolditalic-webfont.eot);
  src: url(../fonts/opensans/opensans-semibolditalic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans/opensans-semibolditalic-webfont.woff2) format("woff2"),
    url(../fonts/opensans/opensans-semibolditalic-webfont.woff) format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: Open Sans;
  src: url(../fonts/opensans/opensans-bold-webfont.eot);
  src: url(../fonts/opensans/opensans-bold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans/opensans-bold-webfont.woff2) format("woff2"),
    url(../fonts/opensans/opensans-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(../fonts/opensans/opensans-extrabold-webfont.eot);
  src: url(../fonts/opensans/opensans-extrabold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans/opensans-extrabold-webfont.woff2) format("woff2"),
    url(../fonts/opensans/opensans-extrabold-webfont.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(../fonts/opensans/opensans-bolditalic-webfont.eot);
  src: url(../fonts/opensans/opensans-bolditalic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/opensans/opensans-bolditalic-webfont.woff2) format("woff2"),
    url(../fonts/opensans/opensans-bolditalic-webfont.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3")
      format("embedded-opentype"),
    url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3")
      format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
    url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3")
      format("truetype"),
    url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font: 18px Open Sans, sans-serif;
}

img {
  max-width: 100%;
}

a {
  outline: none;
}

p {
  margin-bottom: 0.5rem;
}

.header__logo-img {
  width: 171px;
  height: 50px;
}
.button,
.text-center {
  text-align: center;
}

.button {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #fff;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  color: #2e384e;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
}

.button:hover {
  text-decoration: none;
  color: #0093dd;
}

.button--wide {
  display: block;
  width: 312px;
  margin: 0 auto;
}

.button--yellow {
  background-color: #fbc100;
  border-color: #fbc100;
  color: #ffffff;
}

.button-contacts,
.search-button {
  position: relative;
  color: #ffffff;
  background-color: #f4a000;
  padding: 8px 30px;
  border-color: #f4a000;
}

.button-contacts:hover,
.search-button:hover {
  text-decoration: none;
  /*background-color: #ce8602;*/
  color: #ffffff;
}

.search-button {
  background-color: #9ecc3a;
  border-color: #9ecc3a;
}

.search-button:hover {
  background-color: #85ac32;
}

.button-search {
  width: 40px;
  height: 27px;
  position: relative;
  margin-left: 20px;
}

.button-search:after {
  content: "\f002";
  color: #1d3c7d;
  font-size: 30px;
  font-weight: 100;
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  font-family: "FontAwesome";
  width: 40px;
  height: 40px;
}

.button-contacts .select-item-arrow {
  bottom: -10px;
}

.button-contacts .select-item-arrow:after {
  border-bottom-color: #f4a000;
}

.button-search .select-item-arrow {
  bottom: -22px;
}

.button.button-search .select-item-arrow:after {
  border-bottom-color: #1d3c7d;
}

.section, .section__header {
  font: 20px/1.6em Open Sans, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.section {
  padding-top: 40px;
  padding-bottom: 50px;
}

.section__header {
  padding-bottom: 40px;
}

.section.section-text {
  padding-bottom: 40px;
}

.section__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #183c78;
}

.section__title_header {
  margin-bottom: 0;
}

.section__title.title-white {
  color: #ffffff;
}

.section__title.title-page {
  margin-bottom: 40px;
}

.section--color-bg {
  color: #fff;
}

.section__footer .button {
  margin-top: 30px;
}

.section p {
  font-size: 20px;
}

.block__single-industry {
  margin-top: 30px;
  margin-bottom: 70px;
}

.single-industry__claim_top {
  color: #0093DD;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 16px;
}

.single-industry__claim_bottom {
  color: #183c78;
  font-weight: bold;
  line-height: 26px;
  margin-top: 8px;
  display: block;
}

.internet-service__claim_top {
  color: #183c78;
  font-weight: bold;
  font-size: 26px; 
  line-height: 26px;
  margin-top: 12px;
  display: block;
}

.internet-service__claim_middle {
  color: #0093DD;
  font-weight: bold;
  line-height: 26px;
  margin-top: 12px;
  display: block;
  font-size: 26px;
}

.internet-service__claim_bottom {
  color: #183c78;
  font-weight: 500;
}

.block__internet-service {
  margin-top: 30px;
  margin-bottom: 70px;
}

.pb_26 {
  font-size: 26px !important;
  font-weight: bold;
}

.p600_26 {
  font-size: 26px !important;
  font-weight: 600;
}

.text-extrabold {
  font-weight: bold;
}

.text-blue {
  color:#1d3c7d;
}

.section_main-direction_lby {
  background: linear-gradient( to right, rgba(80, 204, 204, 1) 50%, rgba(251, 192, 0, 1) 50%);
  padding: 0;
}

.block__main-direction_lightblue {
  padding: 40px;
  padding-top: 50px;
  background-color:#50cccc;
}

.p__main-direction_lightblue {
  color: white;
  font-weight: bold;
}

.p__main-direction_analytics {
  position: relative;
  line-height: 4 !important;
  padding-left: 108px;
  margin-left: 16px;
}

.p__main-direction_analytics:before {
  content: " ";
  position: absolute;
  background: url("../images/bigdata/big_data_directions_analitycs.svg") no-repeat;
  width: 88px;
  height: 70px;
  left: 0;
}

.p__main-direction_retail {
  position: relative;
  line-height: 4 !important;
  padding-left: 100px;
  margin-left: 16px;
}

.p__main-direction_retail:before {
  content: " ";
  position: absolute;
  background: url("../images/bigdata/big_data_directions_retail.svg") no-repeat;
  width: 78px;
  height: 75px;
  left: 0;
}

.ul__main-direction_lightblue li {
  color: white;   
  font-weight: 500;
}

.ul__main-direction_lightblue li::marker {
  color: #1d3c7d;
  font-size: 20px;
}

.block__main-direction_yellow {
  padding: 40px;
  padding-top: 50px;
  background-color:#fbc000;
}

.p__main-direction_yellow {
  font-weight: bold;
  color: #1d3c7d;
}

.p__main-direction_finances {
  position: relative;
  line-height: 4 !important;
  padding-left: 112px;
  margin-left: 16px;
}

.p__main-direction_finances:before {
  content: " ";
  position: absolute;
  background: url("../images/bigdata/big_data_directions_finance.svg") no-repeat;
  width: 94px;
  height: 76px;
  left: 0;
}

.p__main-direction_industry {
  position: relative;
  line-height: 4 !important;
  padding-left: 110px;
  margin-left: 16px;
}

.p__main-direction_industry:before {
  content: " ";
  position: absolute;
  background: url("../images/bigdata/big_data_directions_industry.svg") no-repeat;
  width: 92px;
  height: 75px;
  left: 0;
}

.ul__main-direction_yellow li {
  color: #1d3c7d;   
  font-weight: 500;
}

.ul__main-direction_yellow li::marker {
  color: #1d3c7d;
  font-size: 20px;
}

.section_main-direction_yg {
  background: linear-gradient( to right, rgba(251, 192, 0, 1) 50%, rgba(158, 204, 58, 1) 50%);
  padding: 0;
}

.block__main-direction_green {
  padding: 40px;
  padding-top: 50px;
  background-color:#9ecc3a;
}

.p__main-direction_green {
  color: white;
  font-weight: bold;
}

.p__main-direction_service {
  position: relative;
  line-height: 4 !important;
  padding-left: 95px;
  margin-left: 16px;
}

.p__main-direction_service:before {
  content: " ";
  position: absolute;
  background: url("../images/bigdata/big_data_directions_service.svg") no-repeat;
  width: 75px;
  height: 77px;
  left: 0;
}

.ul__main-direction_green li {
  color: white;   
  font-weight: 500;
}

.ul__main-direction_green li::marker {
  color: #1d3c7d;
  font-size: 20px;
}

.section_main-direction_blb {
  background: linear-gradient( to right, rgba(29, 60, 125, 1) 50%, rgba(80, 204, 204, 1) 50%);
  padding: 0;
}

.section_main-direction_lbb {
  background: linear-gradient( to right, rgba(80, 204, 204, 1) 50%, rgba(29, 60, 125, 1) 50%);
  padding: 0;
}

.block__main-direction_blue {
  padding: 40px;
  padding-top: 50px;
  background-color:#1d3c7d;
}

.p__main-direction_blue {
  color: white;
  font-weight: bold;
}

.p__main-direction_marketing {
  position: relative;
  line-height: 3.6 !important;
  padding-left: 108px;
  margin-left: 16px;
}

.p__main-direction_marketing:before {
  content: " ";
  position: absolute;
  background: url("../images/bigdata/big_data_directions_marketing.svg") no-repeat;
  width: 88px;
  height: 62px;
  left: 0;
}

.ul__main-direction_blue li {
  color: white;   
  font-weight: 500;
}

.ul__main-direction_blue li::marker {
  color: #50cccc;
  font-size: 20px;
}

.flex-center-align {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.instruments-comp-1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #fbc000;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -20px;
  z-index: 100;
}

.instruments-comp-2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 25px 25px;
  border-color: #1d3c7d transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  z-index: 100;
}

.instruments-comp-3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 25px 0;
  border-color: transparent #50cccc transparent transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -20px;
  z-index: 100;
}

.instruments-comp-4::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #1d3c7d;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -20px;
  z-index: 100;
}

.instruments-comp-5::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 25px 25px;
  border-color: #fbc000 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  z-index: 100;
}

.instruments-comp-6::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 25px 0;
  border-color: transparent #9ecc3a transparent transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -20px;
  z-index: 100;
}

.some-database-info {
  background: linear-gradient(to right, rgba(251, 192, 0, 1) 50%, rgba(29, 60, 125, 1) 50%);
}

.bg-digital-platform {
  background: linear-gradient(to right, rgba(251, 192, 0, 1) 35%, rgba(80, 204, 204, 1) 30%);
}

.bg-digital-platform-db {
  background: linear-gradient(to right, rgba(251, 192, 0, 1) 35%, rgba(29, 60, 125, 1) 30%);
}

.bg-digital-platform-yellow {
  background: #fbc000;
  padding-top: 30px;
  padding-bottom: 30px;    
}

.bg-digital-platform-yellow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #fbc000;
  position: absolute;
  top: 50%;
  right: -19px;
  margin-top: -20px;
  z-index: 100;
}

.bg-digital-platform-turquoise {
  background: #50cccc;
  padding-top: 30px;
  padding-bottom: 30px;   
}

.bg-digital-platform-darkblue {
  background: #1d3c7d;
  padding-top: 30px;
  padding-bottom: 30px;   
}

.bg-color-tw {
  background: linear-gradient(to right, rgba(80, 204, 204, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.section_main-direction_yb {
  background: linear-gradient(to right, rgba(251, 192, 0, 1) 50%, rgba(29, 60, 125, 1) 50%);
  padding: 0;
}

.section_main-direction_tg {
  background: linear-gradient(to right, rgba(80, 204, 204, 1) 50%, rgba(158, 204, 58, 1) 50%);
  padding: 0;
}

.switch-btn {
  display: inline-block;
  width: 98px;
  height: 54px;
  border-radius: 32px;
  border: 3px solid #1d3c7d;
  background: white;
  z-index: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition-duration: 300ms;
}
.switch-btn::after {
  content: "";
  height: 39px;
  width: 39px;
  border-radius: 18px;
  background: #1d3c7d;
  top: 4px;
  left: 4px;
  transition-duration: 300ms;
  position: absolute;
  z-index: 1;
}
.switch-on::after {
  left: 49px;
}
.switch-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.for-citizens {
  padding-right: 40px;
}
.for-city {
  padding-left: 40px;
}
.grey-text {
  color: #838383;
}

.orange-claim {
  background-color: #f4a000;
  padding: 30px;
  font-size: 23px;
  color: #1d3c7d;
  font-weight: bold;
}

.section_project-result_by {
  background: linear-gradient(to right, rgba(29, 60, 125, 1) 50%, rgba(251, 192, 0, 1) 50%); 
}

.digital-platform-ul {
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 0;
}

.digital-platform-item-first, .digital-platform-item-second, .digital-platform-item-third {
  padding-left: 65px;
  position: relative;
  padding-bottom: 14px;
  font-weight: 600;
  color: white;
}

.digital-platform-item-third { 
  padding-bottom: 0;

}

.digital-platform-item-first:before, .digital-platform-item-second:before, .digital-platform-item-third:before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}

.digital-platform-item-first:before {
  background: url('../images/ekj-solutions/ico_digital-plat-1.svg') no-repeat;
}

.digital-platform-item-second:before {
  background: url('../images/ekj-solutions/ico_digital-plat-2.svg') no-repeat;
}

.digital-platform-item-third:before {
  background: url('../images/ekj-solutions/ico_digital-plat-3.svg') no-repeat;
}

.digital-platform-kj {
  display: flex;
  align-items: center;
  padding-left: 60px;
  line-height: 1.4;
}

.ekj_adv_header {
  color: white;
  font-weight: 500;
  padding-bottom: 10px;
}

.ekj_adv_ul li {
  font-weight: 500;
  margin-bottom: 5px;
  color: white;
}

.ekj_adv_img img {
  max-height: 350px;
}
.bedsheet__content_text {
  margin-top: 15px;
  line-height: 28px;
}

.bedsheet__img_new {
  max-height: 300px !important;
  margin-top: 40px;
  margin-bottom: 40px;
}

.arch__img {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.arch__text {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #1d3c7d;
  font-size: 20px;
}

.arch__block {
  cursor: pointer;
}

.arch__block_yellow {
  background-color: #fbc100;
  font-weight: 700;
}

.bg-mach-learning-dby {
  background: linear-gradient(to right, rgba(29, 60, 125, 1) 50%, rgba(251, 192, 0, 1) 50%);
}

.bg-mlearning-ydb {
  background: linear-gradient( to right, rgba(251, 192, 0, 1) 25%, rgba(0, 0, 0, 0) 25% ); 
  background-color: #1d3c7d;
}

.block-color-trial {
   padding: 32px;
}

.lh-16 {
  line-height: 1.6;
}

.prognoz_leftpart_ul {
  padding-top: 30px;
  padding-bottom: 25px;  
  margin-bottom:0;
}

.prognoz_leftpart_ul li {  
  padding-bottom: 6px;  
}

.ul_neuro_model li {
  padding-top: 10px;
  font-weight: 500;
}

.block_project-result_left {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgb(29, 60, 125);
  color: white;
}

.block_project-result_left li{
  padding-bottom: 8px;
  font-weight: 500;
}

.block_project-result_right {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgb(251, 192, 0);
  color: rgb(29, 60, 125);
}

.block_project-result_right li{
  padding-bottom: 8px;
  font-weight: 500;
}

.section_qesign_bg {
  background: linear-gradient( to right, rgba(255, 255, 255, 1) 50%, rgba(80, 204, 204, 1) 50% );
}

.block_qesign_text {
  padding-top: 50px; 
  padding-bottom: 30px;
  padding-left: 30px;
  background: #50cccc;
  color: white;
}

.block_qesign_text::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 25px 0;
  border-color: transparent #50cccc transparent transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -20px;
  z-index: 100;
}

.block_qesign_text_p {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
}

.block_qesign_text li {
  padding-bottom: 10px;
  color: white;
}

.block_qesign_img {
  text-align: right;
}

.bg-points {
  background: url(../images/machine_learning/bg_cap_schema_long.jpg) no-repeat;
  background-position-x: center;
  background-position-y: 35%;
  background-size: 90%;
}

.arch_big_ul {
   margin-top: 25px;
}

.arch_big_ul li {
 padding-bottom: 10px;
 color:#1d3c7d;
 font-size: 500;
}

.arch_big_ul li::marker {  
  color:#41b3b3;  
}

.arch-block-big {
   display: none;
}

.arch-block-visibility {
   display: block !important;
}

.arch__mob_block {
  display: none;
}

.arch__mob_block-visibility {
  display: none;
}

.carousel_slide_padding {
  padding-top: 15px;
}

.popup__region {
  /*position:absolute;*/
  display: none;
  width: 100%;
  /*height: 110%;*/
  padding: 30px;
  /*top: -20px;*/
  background-color: #d5e5f2;
  border: 1px solid #eee;
  box-shadow: 0px 0px 43px 0px rgb(34 60 80 / 20%);
}

.popup_region_line-right {
  border-top: 2px solid #0093dd;
  margin-top: 14px;
  width: 38px;
}

.popup_region_ball-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  background-color: #0093dd;
  border-radius: 5px;
}
.popup_region_line-bottom {
  border-left: 2px solid #0093dd;
  margin-left: 14px;
  height: 40px;
}

.popup_region_ball-bottom {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-color: #0093dd;
  border-radius: 5px;
}

.popup_region_capability {
  font-weight: 600;
  color: #0093dd;
  margin-left: 28px;
  margin-top: -20px;
}

.popup__region_right-side {
  margin-left: -22px;
}

.popup__region_card {
  width: 470px;
}

.popup__region_h {
  font-size: 18px; 
  font-weight: 500; 
  padding-left: 20px;
}

.popup__region_spb_logo-vtb {
  width: 120px;
}

.popup__region_spb_logo-bspb {
  width: 220px;
}

.popup__region_spb_logo-gpb {
  width: 220px;
}

.popup__region_spb_text {
  font-size: 18px !important;
  font-weight: 500;
}

.popup__region_spb_text-ul {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

/**************
Nav
****************/

.header {
  min-height: 88px;
}

.header__group {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}

.header__nav {
  padding-top: 10px;
}

.header__logo {
  padding-right: 50px;
}

.header__nav-list {
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header__nav-item {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  position: inherit;
}

.header__nav-item,
.header__nav-link,
.header__nav-link:hover {
  color: #2e384e;
  text-decoration: none;
}

.header__nav-link {
  padding-bottom: 33px;
}

.header__nav-link:hover {
  color: #0093dd;
}

.navbar-toggler,
.navbar-toggler:focus {
  outline: none;
}

.navbar {
  position: absolute !important;
  top: auto !important;
  padding: 0 1rem;
}

.navbar {
  z-index: 1000;
  width: 100%;
}

.subnav {
  padding-top: 18px;
  padding-bottom: 18px;
}

.hide-drop-menu {
  height: 70px;
}

.hide-drop-menu-solution {
  height: 130px;
}

.text-color-turquoise,
.text-color-turquoise:hover {
  color: #50cccc;
}

.text-color-blue,
.text-color-blue:hover {
  color: #0092ea;
}

.text-color-green,
.text-color-green:hover {
  color: #9ecc3a;
}

.text-color-yellow,
.text-color-yellow:hover {
  color: #fbc100;
}
.text-color-orange {
  color: #f4a000;
}
.text-color-darkblue {
  color: #1d3c7d;
}
.text-color-white {
  color: white;
}

.bg-color-turquoise {
  background-color: #50cccc;
}

.bg-color-blue {
  background-color: #0092ea;
}

.bg-color-darkblue {
  background-color: #1d3c7d;
}

.bg-color-green {
  background-color: #9ecc3a;
}

.bg-color-yellow {
  background-color: #fbc100;
}

.bg-color-orange {
  background-color: #f4a000;
}

.bg-color-grey {
  background-color: #b3b3b3;
}

.subnav a {
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
}

.subnav.bg-color-yellow a {
  line-height: 38px;
}

.selected-link {
  font-weight: bold;
}

.select-item-arrow {
  position: absolute;
  margin-left: -29px;
  left: 50%;
  bottom: 15px;
}

.select-item-arrow:after {
  content: "";
  position: absolute;
  /* Абсолютное позиционирование */
  border: 20px solid transparent;
  /* Прозрачные границы */
  border-bottom: 20px solid #50cccc;
  /* Добавляем треугольник */
}

.blue-link .select-item-arrow:after {
  border-bottom-color: #0092ea;
}

.green-link .select-item-arrow:after {
  border-bottom-color: #9ecc3a;
}

.yellow-link .select-item-arrow:after {
  border-bottom-color: #fbc100;
}

.orange-link .select-item-arrow:after {
  border-bottom-color: #f4a000;
}

.turquoise-link:hover,
.header__nav-item.turquoise-link:hover .header__nav-link {
  color: #50cccc;
}

.yellow-link:hover,
.header__nav-item.yellow-link:hover .header__nav-link {
  color: #fbc100;
}

.blue-link:hover,
.header__nav-item.blue-link:hover .header__nav-link {
  color: #0092ea;
}

.green-link:hover,
.header__nav-item.green-link:hover .header__nav-link {
  color: #9ecc3a;
}
.orange-link:hover,
.header__nav-item.orange-link:hover .header__nav-link {
  color: #f4a000;
}
.darkblue-link:hover,
.header__nav-item.darkblue-link:hover .header__nav-link {
  color: #1d3c7d;
}

.header__nav-link {
  position: relative;
}

.dropdown-menu {
  width: 100%;
  margin: 0;
  border: 0;
}

/*********************
Carousel
**********************/

.carousel {
  height: 475px;
  background: url(../images/carousel-bg.png) repeat 50%;
  color: #fff;
  overflow: hidden;
}

.carousel__slide-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 475px;
}

.carousel__slide-title {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.carousel__slide-text {
  font-size: 22px;
  font-weight: 300;
}

.carousel__slide-text {
  font-size: 22px;
  font-weight: 300;
}

.carousel__slide-descr {
  margin: 0 auto;
}

.carousel__slide-text ul {
  padding-left: 21px;
}

.carousel__slide-text ul li {
  padding-bottom: 7px;
}

.mainCarousel .carousel-control-prev-icon,
.modal-news-container .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.mainCarousel .carousel-control-next-icon,
.modal-news-container .carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.mainCarousel .carousel-control-next-icon,
.mainCarousel .carousel-control-prev-icon,
.modal-news-container .carousel-control-next .carousel-control-next-icon,
.modal-news-container .carousel-control-prev .carousel-control-prev-icon {
  width: 30px;
  height: 60px;
}

.mainCarousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: transparent;
}

.mainCarousel .carousel-indicators li.active {
  background-color: #fff;
}

.mainCarousel .carousel-item:not(.slide-ekj).upImg .carousel__slide-content > img {
  position: relative;
  animation: upImg 2s forwards;
}

@keyframes upImg {
  from {
    top: 250px;
  }
  70% {
    top: -20px;
  }
  to {
    top: 0px;
  }
}

.mainCarousel .carousel-item:not(.slide-ekj).downImg .carousel__slide-content > img {
  position: relative;
  animation: downImg 1s forwards;
}

@keyframes downImg {
  from {
    top: 0px;
  }
  to {
    top: 250px;
  }
}

.mainCarousel .slide-ekj.slideInDown .carousel__slide-content > img {
  animation-name: slideInDown;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

@keyframes slideInDown {
  0% {
    margin-top: 450px;  
  }
  /*80% {
    margin-top: 450px;
  } */
  100% {    
    margin-top: 250px;    
  }
} 
  
/*.slideInUp {
    animation-name: slideInUp;   
    animation-duration: .5s;
    animation-fill-mode: both;
}  */

.mainCarousel .slide-ekj .carousel__slide-content > img  {
  margin-top: 450px;
}  

.mainCarousel .slide-ekj.slideInUp .carousel__slide-content > img  {
  animation-name: slideInUp;   
  animation-duration: 9s;
  animation-fill-mode: forwards;
}  

@keyframes slideInUp {
    0% {
      margin-top: 450px;  
    }
    35% {
      margin-top: 450px;
    } 

    60% {
      margin-top:-465px;
    }
    
    80% {
      margin-top:-465px;
    }

    100% {    
      margin-top: 450px;    
    }
}

.slide-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.slide-bg_1 {
  background: url("../images/slide-bg_1.png") repeat-x bottom;
}

.slide-bg_2 {
  background: url("../images/slide-bg_2.png") repeat-x bottom;
}

.slide-bg_3 {
  background: url("../images/slide-bg_3.png") repeat-x bottom;
}

.slide-bg_anikom {
  background: url("../images/slide-bg_anikom.png") repeat-x bottom;
}

.slide-bg_smarttr {
  background: url("../images/banners/bg_banner_smart_transp.png") repeat-x bottom;
}

.slide-bg_bigdata {
  background: url("../images/banners/bg_banner_1.png") repeat-x bottom;
}

.slide-bg_ekj {
  background: url("../images/banners/bg_banner_2.png") repeat-x bottom;
}

/** news **/
.modal-news-container .modal-news-video {
  max-width: 770px;
}

.modal-news-container .modal-news-video .news-video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.list-tabs {
  list-style: none;
  margin:0;
  padding:0;
  width: 92%;
}

.list-tabs li {
  display: inline;
  padding: 0 9px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #0092EA;
  line-height: 2;
  cursor: pointer;
}

.list-tabs li.current {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .head-line {
    height: 69px;
  }
  .head-line.bg-color-orange {
    height: auto;
  }
  .head-line.bg-color-yellow {
    height: 115px;
  }
  .head-line.bg-color-turquoise,
  .head-line.bg-color-yellow,
  .head-line.bg-color-green,
  .head-line.bg-color-blue {
    background-color: #fff;
  }
  .navbar-nav .show .select-item-arrow,
  .navbar-nav .show .dropdown-menu {
    display: block;
  }
  .navbar-nav .select-item-arrow,
  .navbar-nav:hover .show .select-item-arrow,
  .navbar-nav:hover .show .dropdown-menu {
    display: none;
  }

  .navbar-nav .header__nav-item:hover .select-item-arrow,
  .navbar-nav .header__nav-item:hover .dropdown-menu,
  .navbar-nav .header__nav-item:hover .show-hover {
    display: block !important;
  }

  .navbar-nav .header__nav-item:hover .select-item-arrow,
  .navbar-nav .header__nav-item:hover .dropdown-menu,
  .navbar-nav .header__nav-item:hover .show-hover {
    display: block !important;
  }
  .subnav.bg-color-blue,
  .subnav.bg-color-orange,
  .subnav.bg-color-grey {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .subnav.bg-color-yellow .container{
    width: 980px;
  }
}

.menu-buttons .hide-arrow {
  display: none;
}

.no-link {
  font-size: 1px;
}

.automated {
  min-height: 370px;
  background: #50cccc url(../images/aisa.png) no-repeat 50%;
  position: relative;
  color: #fff;
}

.join-job {
  background: #9ecc3a;
}

.news {
  background-color: #1b406d;
}

.news-strip {
  margin: auto;
  overflow: hidden;
}

.news-strip__item {
  float: left;
  width: 242px;
  height: 280px;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
  margin: 15px 30px 15px 0;
}

.news-strip__title {
  margin-top: 10px;
  height: 87px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #2e384e;
  font-weight: 600;
  text-align: center;
  line-height: 21px;
}

.news-strip__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 25px;
}

.news-strip__footer,
.news-strip__footer a {
  color: #868686;
}

.news-strip__link {
  text-decoration: underline;
}

.news-button {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  margin: 15px auto 0 auto;
}

.news-button:hover {
  color: #fff;
}

/*.news-strip-progress-bar {
max-width: 1450px;
background: #ffffff;
padding:0;
}
.progress-bar {
height: 20px;
width: 0;
background: #333;
}*/

/*.news-button:after {
content:"\f061";
font-family: 'FontAwesome';
position: relative;
font-weight: 300;
top:0;
right: -10px;
}*/

.container-main-svg {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.container2 {
  max-width: 1199px;
}

/*********************
main-page
***********************/

.mainpage-solutions .mainpage-solutions-container {
  padding: 20px;
  margin-right: 0;
  margin-left: 0;
}

.mainpage-solutions .mainpage-solutions-container > div {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

.mainpage-solutions .mainpage-solutions-container .mainpage-solutions-text {
  align-items: center;
}

.mainpage-solutions img {
  max-width: 190px;
}

.mainpage-solutions span {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
}

.mainpage-solutions .mainpage-solutions-title {
  display: inline-block;
  color: #0093dd;
  font-weight: 600;
  font-size: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}

.mainpage-solutions a.mainpage-solutions-title {
  text-decoration: underline;
}

.mainpage-solutions span.mainpage-solutions-num {
  font-weight: 700;
  font-size: 30px;
}

.mainpage-solutions span.mainpage-solutions-desc {
  font-size: 18px;
  line-height: 24px;
}

.container-news-carousel {
  max-width: 1300px;
  padding: 0 40px;
  position: relative;
}

.container-news-items {
  max-width: 1200px;
  margin: 0 auto;
}

.container-news-carousel .scrollbar {
  margin: 0 0 1em 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  line-height: 0;
}

.container-news-carousel .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #0093dd;
  cursor: pointer;
}

.container-news-carousel .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

.container-news-carousel .news-carousel-btns .news-btn {
  display: block;
  width: 30px;
  height: 49px;
  cursor: pointer;
  position: absolute;
  top: 150px;
}

.container-news-carousel .news-carousel-btns .news-btn.disabled {
  opacity: 0.4;
}

.container-news-carousel .news-carousel-btns .news-btn.prevPage {
  left: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.container-news-carousel .news-carousel-btns .news-btn.nextPage {
  right: 5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/*********************
About
***********************/

.claim {
  color: #183c78;
  font-weight: bold;
  /*word-wrap: break-word;*/
  line-height: 26px;
  margin-top: 12px;
  display: block;
}

.container-max-width {
  max-width: 950px;
  margin: 0 auto;
}

.about-ico img {
  width: 78px;
}

.about-ico {
  margin-bottom: 45px;
}

.title-ico {
  margin-bottom: 50px;
}

.mission-company-container {
  background: linear-gradient(
    to right,
    rgba(251, 192, 0, 1) 25%,
    rgba(0, 0, 0, 0) 25%
  );
  padding: 0;
}

.yellow-block,
.green-block,
.orange-block,
.turquoise-block {
  position: relative;
  display: flex;
  background: #fbc000;
  padding: 0 20px;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 38px;
}

.yellow-block:after,
.green-block:after,
.orange-block:after,
.turquoise-block:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #fbc000;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -20px;
  z-index: 100;
}

.yellow-block span,
.green-block span,
.orange-block span,
.turquoise-block span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.yellow-block-text,
.green-block-text,
.orange-block-text,
.turquoise-block-text {
  padding: 40px 50px 40px 50px;
}

.yellow-block-text p,
.green-block-text p,
.orange-block-text p,
.turquoise-block-text p {
  color: #183c78;
  /*font-weight: bold;*/
  font-size: 20px;
}

/*********************
history
***********************/

.container-years {
  padding: 0;
}

.container-years .history-nowrap {
  white-space: nowrap;
}

.automated.container-years,
.automated.container-license,
.automated.container-team {
  min-height: 0;
}

.container-years ul {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  font-weight: 700;
  padding-left: 100px;
}

.container-years ul li {
  display: block;
  position: relative;
  border-left: 4px solid #50cccc;
  padding: 27px 0 27px 40px;
  margin-left: 40px;
}

.automated.container-years ul li {
  border-left: 4px solid #fbc100;
}

.container-years ul li.year-first-line {
  border-left: 2px solid #fff;
}

.container-years ul li.year-first-line:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 50%;
  width: 4px;
  height: 66px;
  background: #50cccc;
  border-radius: 5px;
}

.container-years ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  top: 50%;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  background: #2a3a51;
  border-radius: 14px;
}

.container-years ul li.year-first-line:after {
  left: -7px;
}

.container-years ul li b {
  display: block;
  position: absolute;
  left: -110px;
  top: 50%;
  margin-top: -14px;
  font-size: 32px;
  font-weight: 700;
}

.container-years.turquoise-year ul li b {
  color: rgb(80, 204, 204);
}

.container-years ul li span {
  color: #183c78;
  font-weight: 600;
}

.container-years ul li.indent-year:after {
  display: none;
}

/*********************
license
***********************/

.empty-cross {
  display: inline-block;
  /*background: #fff;*/
  width: 150px;
  height: 155px;
  /*border: 2px solid rgba(80, 204, 204,1);*/
  margin-right: 20px;
  text-align: center;
}

.empty-cross img {
  width: 120px;
}

/*.empty-cross > div, .empty-cross > div:before {
background: linear-gradient(50deg, rgba(0,0,0,0) 49%,rgba(80, 204, 204,1) 50%,rgba(0,0,0,0) 51%);
width: 148px;
height: 173px;
}
.empty-cross > div:before {
content: "";
display: block;
background: linear-gradient(130deg, rgba(0,0,0,0) 49%,rgba(80, 204, 204,1) 50%,rgba(0,0,0,0) 51%);
position: absolute;
}*/

.license-block > span {
  display: inline-block;
  max-width: 320px;
  vertical-align: top;
}

.text-license {
  color: #183c78;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 35px;
}

/*********************
team
***********************/

.team-block > p {
  display: block;
}

.team-block > p > span {
  display: inline-block;
  color: #5cd0d0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-team-gallery {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.team-gallery {
  text-align: center;
}

.team-gallery span {
  display: inline-block;
  width: 200px;
  color: #183c78;
  font-weight: bold;
  line-height: 23px;
  padding-top: 15px;
}

.team-gallery .team-position {
  height: 80px;
  padding-top: 25px;
}

.team-gallery .team-position.ind-pos-team {
  padding-top: 0;
}

.team-gallery team-foto {
  height: 175px;
}

.container-team-logo {
  text-align: center;
  margin: 50px auto 30px auto;
}

.container-team-logo img {
  max-height: 250px;
}

.container-team-logo .team-logo,
.container-team-logo .row {
  justify-content: center;
}

.container-team-logo .team-logo {
  width: 25%;
  padding: 0 40px 40px;
}

/*********************
solutions
***********************/

.solutions img {
  width: 200px;
}

.solutions__item {
  display: block;
  color: #0093dd;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 20px;
  word-break: break-all;
  font-size: 24px;
  line-height: 1.2;
}

a.solutions__item:hover {
  cursor: pointer;
  background-color: #fbc100;
  color: #000000;
  text-decoration: none;
}

.section-title-solution {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.text-bold {
  font-weight: 600;
}

.darkblue-text,
.white-text {
  color: #183c78;
  font-size: 20px;
}

.white-text {
  color: #ffffff;
}

.edm-ico > div {
  max-width: 280px;
  margin: 0 auto;
}

.edm-ico img {
  width: 78px;
  height: 78px;
}

.card-svg-list {
  color: #183c78;
  font-weight: 700;
}

.section-card-sol {
  background: linear-gradient(
    to right,
    rgba(80, 204, 204) 50%,
    rgba(29, 60, 125) 50%
  );
}

.section-card-sol .turquoise-block-card-sol {
  color: #183c78;
}

.section-card-sol .turquoise-block-card-sol p {
  padding-right: 50px;
}

.list-card-sol {
  padding-left: 60px;
}

.list-card-sol,
.list-card-sol span {
  color: #fff;
}

.list-card-sol ul li {
  color: #fbc100;
}

.darkblue-list-text b {
  font-weight: 600;
}

.darkblue-list-text {
  color: #183c78;
  padding-left: 15px;
  line-height: 30px;
}

.darkblue-list-text ul,
.list-card-sol ul,
.card-svg-list ul {
  padding-left: 20px;
  margin-top: 10px;
}

.cards-title {
  text-transform: uppercase;
  font-weight: 600;
}

/*********************
career
***********************/

.section-career {
  color: #fff;
  font-weight: 600;
}

.section-career-title {
  font-size: 24px;
  color: #183c78;
  text-align: left;
  margin-bottom: 10px;
}

.section-career .row {
  margin-bottom: 20px;
}

.career-ico {
  text-align: center;
  padding-top: 10px;
  padding-right: 0;
}

.career-ico img {
  max-height: 95px;
  max-width: 130px;
}

.career-ico-lang {
  margin: 50px 0;
  text-align: center;
}

.career-ico-lang img {
  max-width: 200px;
  max-height: 150px;
}

/*********************
vacancy
***********************/

.green-block {
  background: #9ecc3a;
  padding: 0 10px 0 40px;
}

.green-block:after {
  border-color: transparent transparent transparent #9ecc3a;
}

.green-block span {
  color: #fff;
  text-align: left;
}

.green-block-text {
  text-align: left !important;
  color: #183c78;
  font-size: 24px;
  padding: 10px 10px 10px 45px;
}

.green-block-list ul {
  margin-bottom: 0;
}

.green-block-list li {
  margin-bottom: 10px;
}

.green-block-list li:last-child {
  margin-bottom: 0;
}

.vacancy-container {
  background: linear-gradient(
    to right,
    rgba(158, 204, 58, 1) 35%,
    rgba(0, 0, 0, 0) 35%
  );
  margin-top: 40px;
  margin-bottom: 20px;
}
.mobile-bg-blue {
  color: #183c78;
}

/* form on page */

.form-on-page {
  background: #fff;
  color: #183c78;
  border-radius: 4px;
  padding: 40px 20px 20px 20px;
}

.form-on-page > div {
  margin-bottom: 30px;
}

.form-on-page .form-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 3px;
}

.form-on-page input,
.form-on-page select,
.form-on-page textarea {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 5px 10px;
  margin-top: 2px;
}

.form-on-page input,
.form-on-page select,
.form-on-page .form-select-value {
  height: 38px;
}

.form-on-page input[type="file"] {
  height: 90px;
  opacity: 0;
  margin-top: 0;
  padding: 1;
}

.form-on-page textarea {
  height: 90px;
}

.form-on-page .drag-drop-file {
  position: relative;
  border: 1px solid #ccc;
  margin-top: 2px;
}

.form-on-page .drag-drop-file span {
  display: block;
  position: absolute;
  width: 100%;
  top: 30%;
  padding: 0 10px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  color: rgb(169, 169, 169);
  font-style: italic;
  font-weight: normal;
}

.form-on-page .btnSend {
  text-align: right;
}

.form-on-page .btnSend .form-btn {
  display: inline-block;
  /*padding: 8px 30px;*/
  background: #9ecc3a;
  border-radius: 7px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 160px;
}

.form-on-page .btnSend .form-btn:hover {
  text-decoration: none;
  background: #7da12f;
}

.form-on-page .captcha {
  max-width: 100%;
}

.form-on-page input::placeholder {
  color: rgb(126, 125, 125);
  font-style: italic;
}

.form-on-page .checkPD {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-on-page .form-checkbox {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.form-on-page .form-checkbox-check:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
}

.form-on-page .text-checkbox {
  font-size: 18px;
  color: rgb(169, 169, 169);
  font-weight: normal;
}

.form-on-page .form-select {
  position: relative;
  border: 1px solid #ccc;
  font-size: 18px;
}

.form-on-page .form-select:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: rgb(126, 125, 125) transparent transparent transparent;
  right: 14px;
  top: 14px;
}

.form-on-page .form-select.form-select-arr:after {
  border-width: 0 6px 11px 6px;
  border-color: transparent transparent rgb(126, 125, 125) transparent;
  right: 14px;
  top: 14px;
}

.form-on-page .form-select select,
.form-on-page .form-select-value {
  border: 0;
  margin-top: 0;
}

.form-on-page .form-select select {
  position: absolute;
  top: 0;
  opacity: 0;
}

.form-on-page .form-select-value {
  padding-top: 5px;
  padding-left: 10px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

/*********************
news
***********************/

.news-prev-container {
  margin-bottom: 10px;
  padding: 30px;
  border-radius: 3px;
}

.news-prev-container:hover {
  background: #0694e0;
}

.news-prev-container:hover .news-prev-title {
  color: #133e6b;
}

.news-prev-container .news-prev-desc {
  color: #183c78;
}

.news-prev-container:hover .news-prev-desc {
  color: #fff;
}

.news-prev-img {
  text-align: center;
}

.news-prev-img img {
  width: 226px;
  border-radius: 3px;
}

.news-prev-title,
.modal-news .modal-news-title {
  text-transform: uppercase;
  color: #0694e0;
  font-weight: bold;
}

.news-prev-desc {
  line-height: 25px;
}

.news-prev-date,
.modal-news-date {
  color: #838383;
  font-size: 15px;
  font-style: italic;
}
.news-tags .news-tag,
.modal-news-container .news-tag,
.news-tag:focus {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 5px 8px;
  border: 1px solid #0694e0;
  color: #0694e0;
  background: #ffffff;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
}
.news-tags .news-tag:hover,
.modal-news-container .news-tag:hover,
.select-tag {
  color: #ffffff !important;
  background: #0694e0 !important;
  text-decoration: none;
}
.modal-news-container .news-tag,
.modal-news-container .news-tag.select-tag {
  margin-bottom: 5px;
  font-size: 15px;
}
.select-tag {
  cursor: default !important;
}
.modal-news-container .news-tag:first-child {
  margin-left: 0;
}
@media (min-width: 900px) {
  .news-tags {
    padding-left: 37px;
  }
  .news-tags .news-tag:first-child,
  .modal-news-container .news-tag:first-child {
    margin-left: 0;
  }
}
.modal-news-container .carousel-control {
  cursor: pointer;
}

/*********************
modal news
***********************/

.modal-news.carousel {
  background: transparent;
  height: auto;
  padding-right: 0 !important;
}

.modal-news .modal-content {
  padding: 40px 20px;
}

.modal-news .modal-dialog {
  max-width: 1240px;
  margin-bottom: 0;
}

.modal-news .carousel-inner .carousel__slide {
  padding-left: 20px;
  padding-right: 50px;
  overflow-y: auto !important;
}

.modal-news .modal-news-head {
  position: relative;
}

.modal-news .close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #0694e0;
  font-size: 55px;
  font-weight: normal;
  z-index: 2000;
}

.modal-news .modal-news-title {
  font-size: 27px;
}

.modal-news .modal-news-date {
  padding: 10px 0;
}

.modal-news .modal-news-img img {
  max-height: 400px;
}

.modal-news-body {
  padding: 20px 0;
  color: #183367;
}

.news-section > a {
  display: block;
}

.news-section > a:hover {
  text-decoration: none;
}

.modal.and.carousel {
  position: fixed;
}

.modal-news-container .carousel-control-next,
.modal-news-container .carousel-control-prev {
  position: fixed;
  top: 50%;
  bottom: auto;
  z-index: 2000;
  margin-top: -5%;
  width: 10%;
}

.news-carousel-control {
  display: none;
}

.modal-backdrop {
  background-color: #0093dd;
}

.modal-news-source {
  color: #838383;
  font-size: 15px;
  padding-bottom: 20px;
}

.modal-news-source a {
  color: #5592d3;
}

/*********************
contacts
***********************/

.section-colors {
  padding: 0;
}

.section-colors > .row {
  margin: 0;
}

.contacts-container-orange {
  background: linear-gradient(
    to right,
    rgba(244, 160, 0, 1) 35%,
    rgba(0, 0, 0, 0) 35%
  );
}

.contacts-container-turquoise {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 65%,
    rgba(80, 204, 204, 1) 65%
  );
  margin-top: 80px;
  margin-bottom: 40px;
}

.container-contacts {
  max-width: 1030px;
}

.orange-block,
.turquoise-block,
.contacts-container-orange .contacts-map,
.contacts-container-turquoise .contacts-map,
.orange-block-text,
.turquoise-block-text {
  padding: 0;
}

.contacts-map iframe {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.orange-block {
  background: #f4a000;
  justify-content: flex-end;
}

.orange-block .contacts-block-text,
.turquoise-block .contacts-block-text {
  max-width: 340px;
  font-size: 20px;
}

.orange-block:after {
  border-color: transparent transparent transparent #f4a000;
}

.turquoise-block {
  background: #50cccc;
  justify-content: left;
  padding: 0;
}

.turquoise-block:after {
  border-color: transparent #50cccc transparent transparent;
  right: auto;
  left: -20px;
  border-width: 25px 20px 25px 0;
}

.orange-block .contacts-block-text,
.turquoise-block .contacts-block-text {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 100%;
  padding: 30px 0;
  font-weight: 600;
}

.turquoise-block .contacts-block-text {
  text-align: right;
}

.orange-block .contacts-block-text > div,
.turquoise-block .contacts-block-text > div {
  display: inline-block;
  width: 100%;
}

.orange-block .contacts-block-text .text-wrap,
.turquoise-block .contacts-block-text .text-wrap {
  margin-bottom: 20px;
}

/*********************
search
***********************/

.search-input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.section-search-title {
  color: #1d3c7d;
}

.section-search-title .section__title {
  margin-bottom: 10px;
}

.section-search-title .search-result {
  color: #999999;
}

.section-search-result {
  padding-top: 0;
  margin-bottom: 70px;
}
.search-result-container {
  padding: 0 30px;
}
.search-result-container .row > div {
  /*margin-bottom: 10px;*/
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0 20px 5px;
  color: #1d3c7d;
}

.search-result-container .row > div:first-child,
.search-result-container .row > div:nth-child(2) {
  border-top: 1px solid #c2c2c2;
}

.search-result-container .row > div > p {
  line-height: 25px;
}

.search-num-str {
  /*max-width: 50px;*/
  text-align: left;
  font-size: 45px;
  font-weight: 700;
  padding-top: 30px !important;
  padding-left: 5px !important;
  color: #c2c2c2 !important;
}
.set-search {
  display: none;
}

/*********************
errors
***********************/

.section-error-title {
  margin-top: 100px;
  padding-bottom: 0;
  letter-spacing: 4px;
}

.section-error-title .section__title {
  font-size: 24px;
  color: #949393;
}

.section-error {
  padding: 0;
}

.num-error {
  font-size: 250px;
  line-height: 210px;
  color: #d1d1d1;
}

.section-error-text {
  padding: 0;
  margin-bottom: 200px;
  font-size: 24px;
  color: #949393;
  text-transform: uppercase;
}

.section-error-text .container {
  max-width: 600px;
}

.section-error-text a {
  color: #397a8c;
  text-decoration: underline;
}

.footer {
  padding-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer__content {
  padding-top: 20px;
  padding-bottom: 10px;
}

.footer__copyright,
.footer__tel {
  color: #2e384e;
}

.footer__tel {
  font-size: 22px;
  font-weight: 700;
}

.footer__content .footer__tel_cont {
  text-align: right;
}

/*********************
startmainbanner
***********************/
#startMainBanner.show,
.smb-bg-black.show {
  display: block;
}
.smb-hidden-overflow {
  overflow: hidden;
}
#startMainBanner {
  top: 50%;
}
#startMainBanner .modal-dialog {
  max-width: 1410px;
}
#startMainBanner .modal-content {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(228, 126, 33, 1) 50%
  );
  border: 0;
}
#startMainBanner .close {
  position: absolute;
  top: -0.95em;
  right: -0.65em;
  color: #ffffff;
  font-size: 55px;
  font-weight: lighter;
  z-index: 100;
  text-shadow: none;
  opacity: 1;
  line-height: normal;
  outline: none;
}
#startMainBanner .modal-body {
  padding: 0;
}
.smb-content {
  display: flex;
}
.smb-title {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 900;
  color: #183c78;
  text-transform: uppercase;
  display: block;
  padding-bottom: 0.55em;
}
.smb-text {
  font-size: 23px;
  line-height: 1.2em;
  padding-bottom: 0.9em;
}
.smb-text-small {
  font-size: 18px;
  line-height: 1.2em;
  color: #848484;
}
.smb-text-block,
.smb-img-block {
  padding-top: 27px;
  padding-bottom: 27px;
}
.smb-text-block {
  padding-right: 45px;
  padding-left: 37px;
}
.smb-logo {
  padding-bottom: 34px;
}
.smb-logo img {
  width: 180px;
}
.smb-img-block {
  position: relative;
  padding-left: 15px;
}
.smb-img-block:after {
  border-width: 40px 42px 40px 0;
  top: 50%;
  left: -40px;
  margin-top: -38px;
}
.smb-bg-black {
  background-color: #000000;
}

.equip-subtitle {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px !important;
  line-height:38px;
  font-weight: 700;
  padding-top: 40px;
}

.equipment-block {
  display: none;
}

.equipment-block.open {
  display: block;
}

@media (min-width: 992px) {
  .smb-img-block:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #e47e21 transparent transparent;
    position: absolute;
    z-index: 100;
  }
  .smb-text-block,
  .smb-img-block {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  /*********************
startmainbanner
***********************/
  #startMainBanner .modal-dialog {
    max-width: 1300px;
  }
  #startMainBanner .close {
    font-size: 52px;
  }
  .smb-title {
    font-size: 26px;
  }
  .smb-text {
    font-size: 22px;
  }
  .smb-text-small {
    font-size: 17px;
  }
  .smb-text-block,
  .smb-img-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .smb-text-block {
    padding-right: 43px;
    padding-left: 32px;
  }
  .smb-logo {
    padding-bottom: 32px;
  }
  .smb-logo img {
    width: 171px;
  }
  .smb-img-block {
    padding-left: 14px;
  }
  .smb-img-block:after {
    border-width: 37px 39px 37px 0;
    top: 50%;
    left: -37px;
    margin-top: -35px;
  }
}
@media (max-width: 1430px) {
  .modal-news .modal-dialog {
    max-width: 900px;
  }
  .modal-news-container .carousel-control-next,
  .modal-news-container .carousel-control-prev {
    width: 6%;
  }
  /*********************
startmainbanner
***********************/
  #startMainBanner .modal-dialog {
    max-width: 1200px;
  }
  #startMainBanner .close {
    font-size: 47px;
  }
  .smb-title {
    font-size: 24px;
  }
  .smb-text {
    font-size: 20px;
  }
  .smb-text-small {
    font-size: 15px;
  }
  .smb-text-block,
  .smb-img-block {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .smb-text-block {
    padding-right: 38px;
    padding-left: 31px;
  }
  .smb-logo {
    padding-bottom: 29px;
  }
  .smb-logo img {
    width: 153px;
  }
  .smb-img-block {
    padding-left: 13px;
  }
  .smb-img-block:after {
    border-width: 33px 35px 33px 0;
    top: 50%;
    left: -33px;
    margin-top: -31px;
  }
}

@media (max-width: 1280px) {
  /*********************
startmainbanner
***********************/
  #startMainBanner .modal-dialog {
    max-width: 1000px;
  }
  #startMainBanner .close {
    font-size: 39px;
  }
  .smb-title {
    font-size: 20px;
  }
  .smb-text {
    font-size: 17px;
  }
  .smb-text-small {
    font-size: 13px;
  }
  .smb-text-block,
  .smb-img-block {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .smb-text-block {
    padding-right: 32px;
    padding-left: 26px;
  }
  .smb-logo {
    padding-bottom: 24px;
  }
  .smb-logo img {
    width: 128px;
  }
  .smb-img-block {
    padding-left: 11px;
  }
  .smb-img-block:after {
    border-width: 28px 30px 28px 0;
    top: 50%;
    left: -28px;
    margin-top: -27px;
  }
}

@media (max-width: 1200px) {
  ul.navbar-nav {
    width: 270px;
    background-color: white;
    float: right;
    border-radius: 15px;
    box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.06);
  }
  ul.navbar-nav li:first-child {
    margin-top: 15px;
  }
  ul.navbar-nav li:last-child {
    margin-bottom: 15px;
  }
  ul.navbar-nav .header__nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 18px;
    margin-right: 18px;
  }
  ul.navbar-nav .header__nav-link {
    border-bottom: 2px solid #f3f4f6;
  }
  .bg-white {
    background-color: transparent !important;
  }
  .header__nav-link {
    padding-bottom: 10px;
  }
  .dropdown-menu {
    border: 0;
  }
  .dropdown-menu a {
    display: block;
    text-align: left;
    margin: 15px 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    font-size: 16px;
    white-space: normal;
  }
  .dropdown-menu a:hover {
    font-weight: bold;
  }
  .subnav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .subnav a {
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-menu.bg-color-turquoise,
  .dropdown-menu.bg-color-yellow,
  .dropdown-menu.bg-color-green,
  .dropdown-menu.bg-color-blue {
    background-color: #fff;
  }
  /*.subnav.bg-color-blue {
		height: 1px;
		padding: 0;
	}*/
  .subnav.bg-color-turquoise a,
  .subnav.bg-color-yellow a,
  .subnav.bg-color-green a,
  .subnav.bg-color-blue a {
    color: #000000 !important;
  }
  .menu-navbar .select-item-arrow,
  .menu-navbar .header__nav-item:hover .select-item-arrow,
  .hide-drop-menu {
    display: none !important;
  }
  .head-line {
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .no-drop {
    display: none !important;
    padding: 0 !important;
    height: 0 !important;
  }
  .container-team-logo .team-logo {
    padding: 0 20px;
  }
  .container.news-tags {
    margin-top: 20px;
  }
  .modal-news-container .modal-body {
    padding: 1rem 0;
  }
  .modal-news .modal-news-title {
    font-size: 25px;
  }
  .news-section {
    padding-top: 20px 40px 40px 40px;
  }
  .bedsheet__img_new {
    max-height: 250px !important;
  }
  .popup__region_card {
    width: 370px;
  }
  .popup__region_h {
    font-size: 16px;
  }
  .popup__region_spb_text {
    font-size: 16px !important;
  }
  
  .popup__region_spb_text-ul {
    font-size: 16px;
  }
  .popup__region_spb_logo-vtb {
    width: 94px;
  }
  .popup__region_spb_logo-bspb {
    width: 180px;
  }
  .popup__region_spb_logo-gpb {
    width: 180px;
  }
}

@media (max-width: 1070px) {
  /*********************
startmainbanner
***********************/
  #startMainBanner .modal-dialog {
    max-width: 900px;
  }
  #startMainBanner .close {
    font-size: 35px;
  }
  .smb-title {
    font-size: 18px;
  }
  .smb-text {
    font-size: 15px;
  }
  .smb-text-small {
    font-size: 12px;
  }
  .smb-text-block,
  .smb-img-block {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .smb-text-block {
    padding-right: 29px;
    padding-left: 23px;
  }
  .smb-logo {
    padding-bottom: 22px;
  }
  .smb-logo img {
    width: 115px;
  }
  .smb-img-block {
    padding-left: 10px;
  }
  .smb-img-block:after {
    border-width: 24px 26px 24px 0;
    top: 50%;
    left: -24px;
    margin-top: -23px;
  }
}

@media (max-width: 1024px) {
  .p600_26 {
    font-size: 20px !important;   
  }
  .flex-center-align {
    height: 250px;
  }
} 

@media (max-width: 992px) {
  .yellow-block,
  .green-block {
    font-size: 20px;
  }
  .news-carousel-control {
    display: none !important;
  }
  .modal-news .modal-news-title {
    font-size: 22px;
  }

  .bg-digital-platform {
    background: none;
  }

  .bg-digital-platform-yellow::after {
    content: none; 
  }

  .bg-mlearning-ydb {
    background: none;
  }

  .pb_26 {
    font-size: 22px !important;
    font-weight: bold;
}

  /*********************
startmainbanner
***********************/
  #startMainBanner {
    top: 0;
  }
  #startMainBanner.modal {
    overflow: auto;
  }
  #startMainBanner .modal-dialog {
    max-width: 100%;
    padding: 2%;
    margin: 0 auto;
  }
  #startMainBanner .modal-content {
    background: #ffffff;
  }
  #startMainBanner .close {
    top: 0.1em;
    right: 0.3em;
    font-size: 45px;
  }
  .smb-content {
    flex-wrap: wrap;
  }
  .smb-title {
    font-size: 28px;
  }
  .smb-text {
    font-size: 23px;
  }
  .smb-text-small {
    font-size: 18px;
  }
  .smb-text-block,
  .smb-img-block {
    width: 100%;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .smb-text-block {
    padding: 5%;
    order: 2;
  }
  .smb-logo {
    display: none;
  }
  .smb-img-block {
    padding: 2% 10%;
    background: #e47e21;
    order: 1;
  }
}

@media (max-width: 991px) {
  .instruments-comp-1::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent transparent #fbc000 transparent;
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    top: auto;
    right: auto;
  }
  .instruments-comp-2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent transparent #1d3c7d transparent;
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    top: auto;
    right: auto;
  }
  .instruments-comp-3::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent transparent #50cccc transparent;
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    top: auto;
    right: auto;
  }
  .instruments-comp-4::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent transparent #1d3c7d transparent;
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    top: auto;
    right: auto;
  }
  .instruments-comp-5::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent transparent #fbc000 transparent;
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    top: auto;
    right: auto;
  }
  .instruments-comp-6::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent transparent #9ecc3a transparent;
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    top: auto;
    right: auto;
  }
  .some-database-info {
    background: #fbc100; /*linear-gradient(to right, #fbc100 50%, rgba(29, 60, 125) 50%)*/
  }
  .bigdata-figure__text.text-white {
    color: #212529 !important;
  }
  .bigdata-figure__num.text-white {
    color: #212529 !important;
  }
  .darkblue-list-text ul {
    padding-left: 40px;   
  }
  .bg-digital-platform {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .bg-digital-platform-yellow {
    background: #fbc000;
    padding-top: 20px;
    padding-bottom: 20px;    
  }
  .bg-digital-platform-turquoise {
    background-color: #50cccc;
    padding-top: 25px;
    padding-bottom: 25px;   
  }
  .section_project-result_by {
    background: none;
  }
  .section_qesign_bg {
    background: none;
  }
  
  .block_qesign_text {
    padding-top: 30px; 
  }
  
  .block_qesign_text::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent;
    border-bottom-color: rgba(80, 204, 204, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
  }

  .block_qesign_img {
    text-align: center;
  }

  .bg-points {
    background: none;
  }

  .arch-block-visibility {
    display: none !important;
  }

  .arch__mob_block-visibility {
    display: block;
  }

  .points__block {
    padding-bottom: 30px;
  }

  .carousel_slide_padding {
    padding-top: 0;
  }
  .carousel__slide-descr {
    padding-left: 80px;
    padding-right: 60px;
  }
  .popup__region_right-side {
    margin-left: auto;
    margin-top: 40px;
  }
  .popup_region_line-bottom {
    border-left: none;    
  }
  .popup_region_ball-bottom {
    display: none;
  }
  .popup_region_capability {
    margin-left: 0;
  }
  .popup-region-imap {
    display: none;
  }
  .popup-region-gmap {
    display: none;
  }
  .popup__region {
    display: block;
    border: none;
    box-shadow: none;
    margin-bottom: 16px;
  }
  .popup__region_wrap {
    display: none;
  }
  .popup__region_close {
    display: none;
  }
  .popup__region_section {
    padding-top: 0;
  }
  .popup__region_container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__content,
  .footer__content .footer__tel_cont {
    text-align: center;
  }
  .footer__copyright {
    padding-bottom:10px;
  }
  .footer__tel {
    margin-top: 10px;
    display: block;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .mainCarousel .carousel__slide-descr {
    padding: 0 20px;
    top: -25px;
    position: relative;
  }
  .mission-company-container,
  .vacancy-container {
    background: transparent;
  }
  .mission-company-container .container {
    max-width: 100%;
  }
  .team-gallery .row > div {
    padding-bottom: 20px;
  }
  .title-ico {
    margin-bottom: 50px;
  }
  .container-team .title-ico {
    margin-bottom: 10px;
  }
  .yellow-block:after,
  .green-block:after,
  .orange-block:after,
  .turquoise-block:after {
    display: none;
  }
  .yellow-block,
  .green-block {
    font-size: 24px;
    height: 200px;
  }
  .green-block-text {
    padding: 10px;
  }
  .team-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .license-block {
    text-align: center;
    margin-bottom: 60px;
    font-size: 18px;
  }
  .license-block span {
    text-align: left;
  }
  .modal-news .modal-content {
    padding: 10px;
  }
  .news-prev-container .news-prev-text {
    padding: 20px 10px 10px 10px;
  }
  .career-ico,
  .career-ico-lang img {
    margin-bottom: 20px;
  }
  .career-ico {
    margin-top: 30px;
  }
  .green-block-text {
    text-align: left !important;
    color: #183c78;
    /*font-weight: bold;*/
    font-size: 24px;
    padding: 10px 10px 10px 45px;
  }
  .contacts-container-orange {
    background: #f4a000;
  }
  .contacts-container-turquoise {
    background: #50cccc;
    margin-top: 40px;
  }
  .contacts-title {
    padding: 30px 0 20px 0;
  }
  .orange-block .contacts-block-text,
  .turquoise-block .contacts-block-text {
    padding: 15px;
  }
  .orange-block .contacts-block-text,
  .turquoise-block .contacts-block-text {
    max-width: 600px;
    margin: 0 auto;
  }
  .orange-block .contacts-block-text > div,
  .turquoise-block .contacts-block-text > div {
    display: inline;
    text-align: left;
  }
  .orange-block .contacts-block-text .text-wrap,
  .turquoise-block .contacts-block-text .text-wrap {
    width: auto;
    margin-bottom: 0;
  }
  .orange-block .contacts-block-text .text-wrap:after,
  .turquoise-block .contacts-block-text .text-wrap:after {
    content: "";
    display: block;
    margin-bottom: 20px;
  }
  .search-button {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
  }
  .section-card-sol {
    background: #fff;
    padding: 0;
  }
  .section-card-sol .container {
    max-width: 100%;
  }
  .section-card-sol .turquoise-block-card-sol,
  .section-card-sol .darkblue-block-card-sol {
    padding: 20px;
  }
  .turquoise-block-card-sol {
    background: #50cccc;
  }
  .darkblue-block-card-sol {
    background: #1d3c7d;
  }
  .form-on-page .captcha {
    margin-top: 15px;
  }
  .darkblue-block-card-sol,
  .team-gallery,
  .claim,
  .card-svg-list,
  darkblue-block-card-sol {
    font-size: 18px;
  }
  .claim_lightblue {
    font-size: 24px;
  }
  .team-gallery .team-position.ind-pos-team {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .container-years ul li b {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
  }
  .container-years ul {
    padding-left: 0;
  }
  .container-years ul li:after,
  .container-years ul li.year-first-line::before {
    display: none;
  }
  .container-years ul li.year-first-line,
  .container-years ul li,
  .automated.container-years ul li {
    border-left: 0;
    padding: 27px 0 27px 0;
    margin-left: 0;
    word-break: normal;
  }
  .container-years ul li:first-child {
    padding-top: 50px;
  }
  .news-prev-title {
    line-height: 24px;
    padding-bottom: 10px;
  }
  .news-prev-date {
    padding-top: 10px;
  }
  .news-prev-container {
    padding: 10px 30px 30px 30px;
  }
  .section__title {
    font-size: 24px;
  }
  .section-career-title {
    font-size: 20px;
  }
  .green-block-list ul {
    margin-top: 20px;
  }
  .green-block-text {
    font-size: 20px;
    padding: 10px;
  }
  .mobile-bg-blue {
    background-color: #0092ea;
    color: #fff;
    padding-bottom: 0;
  }
  .mobile-bg-blue p {
    margin-bottom: 0;
  }
  .main-products {
    padding-bottom: 0;
  }
  .bedsheet-img-container {
    background-color: #ffffff;
    text-align: center;
  }
  .bedsheet .container {
    max-width: 100%;
  }
  /*********************
startmainbanner
***********************/
  #startMainBanner .close {
    font-size: 35px;
  }
  .smb-content {
    flex-wrap: wrap;
  }
  .smb-title {
    font-size: 22px;
  }
  .smb-text {
    font-size: 18px;
  }
  .smb-text-small {
    font-size: 14px;
  }
  .smb-text-block,
  .smb-img-block {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .carousel__slide-descr {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media (max-width: 576px) {
  .header__logo-img {
    width: 114px;
  }
  .header {
    min-height: 70px;
  }
  .carousel__slide-title {
    font-size: 28px;
  }
  .carousel__slide-text {
    font-size: 18px;
  }
  .num-error {
    line-height: 140px;
    font-size: 140px;
  }
  .section-error-title {
    margin-top: 20px;
  }
  .section-error-text {
    margin-bottom: 50px;
  }
  .section p {
    font-size: 20px;
    line-height: 26px;
  }
  .equip-subtitle { 
    line-height: 38px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .claim {
    margin-bottom: 20px;
  }
  .form-on-page .drag-drop-file span {
    top: 15%;
    font-size: 16px;
  }
  .carousel__slide-descr {
    padding-left: 0;
    padding-right: 0;
  }
  .list-tabs {
    width: 100%;
  }
  .list-tabs li {
    display: block;
    padding: 0 9px 16px;
    white-space: wrap;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #0092EA;
    line-height: 28px;
    cursor: pointer;
}
}
@media (max-width: 350px) {
  #container-clients .news-strip__item--clients {
    width: 190px;
  }
  .carousel__slide-title {
    font-size: 22px;
  }
  .section__title {
    font-size: 20px;
  }
  .news-prev-title,
  .news-prev-desc {
    font-size: 18px;
  }
  .search-result-container p {
    font-size: 17px;
  }
  .mainCarousel .carousel__slide-text {
    line-height: 20px;
  }
  /*********************
startmainbanner
***********************/
  #startMainBanner .close {
    font-size: 35px;
  }
  .smb-content {
    flex-wrap: wrap;
  }
  .smb-title {
    font-size: 17px;
  }
  .smb-text {
    font-size: 14px;
  }
  .smb-text-small {
    font-size: 11px;
  }
  .smb-text-block,
  .smb-img-block {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/*********************
fix ie svg
***********************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container-main-svg {
    width: 100%;
  }
  .container-main-svg > div {
    width: 100%;
    position: relative;
    padding-top: 70%;
  }
  .container-main-svg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: -70%;
  }
  .container-main-svg .st76 {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
  }
  .container-main-svg .st77,
  .container-main-svg svg g {
    fill-opacity: 1 !important;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .container-main-svg {
    width: 100%;
  }
  .container-main-svg > div {
    width: 100%;
    position: relative;
    padding-top: 70%;
  }
  .container-main-svg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: -70%;
  }
  .container-main-svg .st76 {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
  }
  .container-main-svg .st77,
  .container-main-svg svg g {
    fill-opacity: 1 !important;
  }
}

/*********************
video
***********************/

.video-teaser {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.video-teaser:hover {
  text-decoration: underline;
}

.video-teaser::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(
    rgba(20, 20, 20, 0.1),
    rgba(20, 20, 20, 0.4),
    rgba(0, 0, 0, 0.9)
  );
}

.video-teaser__img {
  transition: all 0.2s linear;
}

.video-teaser[aria-expanded="false"]:hover .video-teaser__img {
  transform: scale(1.05);
}

.video-teaser__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5.5em;
  padding: 1em 1em 0;
  color: #ffffff;
  text-shadow: -1px -1px 2px #000;
  font-size: 15px;
  z-index: 20;
}

@media (max-width: 576px) {
  .video-teaser__caption {
    height: auto;
    padding-bottom: 0.5em;
  }
}

.video {
  max-width: 100%;
  background-color: #000;
  object-fit: cover;
}

/*********************
realperson
***********************/

.realperson-challenge {
  float: left;
  width: 200px;
  overflow: auto;
  display: block;
  color: #000;
}

.realperson-text {
  font-family: "Courier New", Courier, monospace !important;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3px;
}

.realperson-regen {
  padding-top: 4px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.realperson-disabled {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.realperson-disabled .realperson-regen {
  cursor: default;
}

.bigdata-figure {
  padding-top: 15px;
  padding-bottom: 25px;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
}
.bigdata-figure__text {
  font-size: 20px;
  padding-bottom: 20px;
}
.bigdata-figure__num {
  font-weight: bold;
  font-size: 24px;
}

/*********************
bedsheet
***********************/

/* "Простыня" */
.bedsheet {
  min-height: 100px;
  position: relative;
  color: #fff;
}

.bedsheet::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -20px;
  z-index: 100;
}

.bedsheet--3,
.bedsheet--6 {
  color: #212529;
}

.bedsheet--1 {
  background: linear-gradient(
    to right,
    rgba(80, 204, 204, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
}

.bedsheet--1::after {
  border-color: transparent transparent transparent rgba(80, 204, 204, 1);
}

.bedsheet--2 {
  background: linear-gradient(to right, #fff 50%, #1d3c7d 50%);
}

.bedsheet--2::after {
  border-color: transparent transparent transparent #1d3c7d;
  transform: rotate(180deg) translateX(19px);
}

.bedsheet--3 {
  background: linear-gradient(to right, #fbc100 50%, #fff 50%);
}

.bedsheet--3::after {
  border-color: transparent transparent transparent #fbc100;
}

.bedsheet--4 {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 50%,
    rgba(80, 204, 204, 1) 50%
  );
}

.bedsheet--4::after {
  border-color: transparent transparent transparent rgba(80, 204, 204, 1);
  transform: rotate(180deg) translateX(19px);
}

.bedsheet--5 {
  background: linear-gradient(to right, #1d3c7d 50%, #fff 50%);
}

.bedsheet--5::after {
  border-color: transparent transparent transparent #1d3c7d;
}

.bedsheet--6 {
  background: linear-gradient(to right, #fff 50%, #fbc100 50%);
}

.bedsheet--6::after {
  border-color: transparent transparent transparent #fbc100;
  transform: rotate(180deg) translateX(19px);
}

.bedsheet__img {
  max-height: 400px;
  min-height: 250px;
}

.bedsheet__content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .bedsheet::after {
    display: none;
  }
  .bedsheet .bedsheet-img-container:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
  }
  .bedsheet-img-container:after {
    border-color: transparent transparent transparent transparent;
  }
  .bedsheet--1 .bedsheet-img-container:after,
  .bedsheet--4 .bedsheet-img-container:after {
    border-bottom-color: rgba(80, 204, 204, 1);
  }
  .bedsheet--2 .bedsheet-img-container:after,
  .bedsheet--5 .bedsheet-img-container:after {
    border-bottom-color: #1d3c7d;
  }
  .bedsheet--3 .bedsheet-img-container:after,
  .bedsheet--6 .bedsheet-img-container:after {
    border-bottom-color: #fbc100;
  }
  .bedsheet--3,
  .bedsheet--6 {
    background: #fbc100;
  }
  .bedsheet--1,
  .bedsheet--4 {
    background: rgba(80, 204, 204, 1);
  }
  .bedsheet--2,
  .bedsheet--5 {
    background: #1d3c7d;
  }
}
