@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|PT+Sans:400,400i,700,700i&subset=cyrillic-ext,latin-ext');

.under-dev-overlay {
  background-color: rgba(0, 0, 0, .85);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.under-dev {
  background-color: #f99200;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
  color: #fff;
  left: 50%;
  margin: -37px 0 0 -150px;
  padding: 10px 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 300px;
  z-index: 10001;
}

.relative {
  position: relative;
}

a {
  color: #f99200;
}

.row {
  margin-left: -7px;
  margin-right: -7px;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 7px;
  padding-right: 7px;
}

.card {
  border-radius: 0;
}

.note-editor.note-frame {
  border-color: #1ba9f9 !important;
}

.btn-light {
  color: #656565;
}

body, input, select, textarea {
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
  line-height: 27px;
}

a:hover {
  text-decoration: none;
}

p:last-child {
  margin-bottom: 0;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.site-header .logos {
  padding: 30px 0 38px;
}

.site-header .logos div:last-child {
  text-align: right;
}

.navigation {
  background-color: #0082cb;
  border-bottom: 18px solid #a8d2ea;
  border-top: 27px solid #68b1db;
}

.navbar {
  justify-content: space-between;
  padding: 14px 0 15px;
}

.navbar-brand {
  position: relative;
}

.navbar-brand:before {
  background-color: #fff;
  border-bottom: 4px solid #f99200;
  content: "";
  height: 86px;
  position: absolute;
  right: -37px;
  top: -26px;
  width: 3000px;
}

.navbar-brand img {
  position: relative;
  top: -14px;
}

.main-menu {
  margin: 0 0 0 auto;
  position: relative;
}

.navbar-toggler {
  background: #1ba9f9;
  border-radius: 0;
  margin: 0 15px 0 auto;
}

.navbar-toggler.collapsed {
  background: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(27, 169, 249)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link {
  color: #fff;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 22px;
  height: 54px;
  line-height: 46px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.navbar-nav .nav-link span {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}

.navbar-nav > .active > a:before, .navbar-nav > .active > a:after {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  width: 0;
}

.navbar-nav > .active > a:before {
  border-width: 9px 4px 0 4px;
  border-color: #f99100 transparent transparent transparent; 
  top: 0;
}

.navbar-nav > .active > a:after {
  border-width: 0 4px 9px 4px;
  border-color: transparent transparent #f99100 transparent;
  bottom: 0;
}

.navbar .nav {
  background-color: #1ba9f9;
  justify-content: space-between;
  margin-right: 1.47rem;
  padding: 0.57894rem 0;
}

.navbar .nav a {
  color: #fff;
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 0 1.368rem 0 1.21rem;
}

.navbar .nav a:hover {
  color: #b3f0ff;
}

.navbar form {
  margin: 0;
  position: relative;
  width: 263px;
}

.navbar form label {
  color: #40bef8;
  -ms-flex-align: left;
  align-items: left;
  -ms-flex-pack: left;
  font-size: 15px;
  justify-content: normal;
  width: 100%;
}

.navbar form .form-search {
  border: none;
  border-radius: 0;
  height: 39px;
  line-height: 39px;
  margin-right: 39px;
  width: 224px;
}

.navbar form .btn-search {
  background-color: #f99200;
  border: 2px solid #fff;
  border-radius: 0;
  bottom: 0;
  height: 39px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999px;
  width: 39px;
}

.navbar form .btn-search:hover {
  background-color: #1ba9f9;
}

.navbar form .btn-search:focus {
  background-color: #68b1db;
}

.navbar form .btn-search:after {
  background: url(../images/sprite.png) 0 0 no-repeat;
  content: "";
  height: 18px;
  left: 50%;
  margin: -9px 0 0 -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.navbar form .advanced {
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 1px;
}

.jumbotron {
  background-color: transparent;
  margin-bottom: 0;
  padding: 55px 0 48px;
  text-align: center;
}

.jumbotron .slogan-main {
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.jumbotron .slogan-sub iframe {
  height: 90px;
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}

.jumbotron .slogan-sub video {
  height: auto;
  width: 100%;
}

.jumbotron h1, .jumbotron p {
  color: #0082cb;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
}

.jumbotron h1 {
  margin-bottom: 10px;
}

.jumbotron b {
  font-weight: bold;
}

.site-main {
  overflow: hidden;
}

.products-box {
  position: relative;
}

.home .products-box {
  margin-bottom: 80px;
}

.inside .products-box {
  margin: 60px 0;
}

.products-box:before {
  background: url(../images/products-box.png) 0 0 / contain no-repeat;
  bottom: -30px;
  content: "";
  left: -32px;
  position: absolute;
  right: -42px;
  top: -18px;
}

.inside .products-box:before {
  background-repeat: repeat-y;
  bottom: -70px;
}

.products-box .row {
  margin: 0 0 13px;
}

.inside .products-box .row {
  margin: 0 -7px 13px;
}

.products-box .col-sm {
  padding: 0 4px;
}

.products-box a {
  background: url(../images/products-boxes.png) no-repeat;
  box-sizing: border-box;
  color: #fff;
  display: block;
  line-height: 145px;
  height: 155px;
  max-width: 401px;
  padding: 38px 47px;
  vertical-align: bottom;
}

.products-box .prod-11, .products-box .prod-14 {
  line-height: 125px;
}

.products-box .prod-13 {
  background-position: 0 0;
}

.products-box .prod-12 {
  background-position: center top;
}

.products-box .prod-11 {
  background-position: right top;
}

.products-box .prod-10 {
  background-position: left bottom;
}

.products-box .prod-16 {
  background-position: center bottom;
}

.products-box .prod-14 {
  background-position: right bottom;
}

.products-box a .title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}

.inside .products-box a {
  background-image: url(../images/products-boxes-inside.png);
  height: 322px;
  line-height: normal;
  padding: 38px 47px;
}

.inside .products-box p {
  font-style: italic;
}

.please-register {
  margin-bottom: 60px;
}

.please-register img {
  max-width: 100%;
}

.map1 {
  font-style: italic;
  padding-right: 23px;
}

.news-box {
  padding: 0 0 20px 23px;
  position: relative;
}

.news-box:after {
  background-color: #eaeaea;
  bottom: 0;
  content: '';
  height: 1px;
  left: 23px;
  position: absolute;
  right: 0;
}

.news-box h3 {
  background-color: #eaeaea;
  color: #f99200;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 17px 40px 15px;
  position: relative;
  text-transform: uppercase;
}

.news-box h3 a, .news-box .more {
  bottom: 16px;
  color: #0082cb;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  height: 16px;
  line-height: 14px;
  padding-right: 23px;
  position: absolute;
  right: 24px;
  text-transform: none;
}

.news-box .more {
  bottom: 19px;
}

.news-box h3 a:hover, .news-box .more:hover {
  color: #f99200;
}

.news-box h3 a:after, .news-box .more:after {
  background: url(../images/sprite.png) -1px -730px no-repeat;
  content: '';
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.news-box .pic {
  background: center center / cover no-repeat;
  float: left;
  height: 210px;
  margin-right: 32px;
  overflow: hidden;
  text-indent: -999px;
  width: 46%;
}

.news-box h4 {
  color: #0082cb;
  font: 24px 'PT Sans Narrow', sans-serif;
  padding-right: 12px;
}

.news-box p {
  color: #2e3c44;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  padding-right: 12px;
}

.map2 {
  background: rgba(254,254,254,1);
  background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(225,225,225,1)));
  background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 100%);
  background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 100%);
  background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1e1e1', GradientType=0 );
  font-style: italic;
  padding: 120px 0 40px;
  position: relative;
}

.map2:before {
  background: url(../images/people.png) center bottom no-repeat;
  content: "";
  height: 328px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 100%;
}

.map2 .container {
  position: relative;
}

.map2 .col {
  padding: 0 162px;
}

.partner-activities-others {
  display: none;
}

.inside .site-main {
  position: relative;
}

.inside .site-main:before, .inside .site-main:after {
  content: "";
  position: absolute;
  width: 100%;
}

.inside .site-main:before {
  background-color: #f99200;
  height: 101px;
  top: 0;
}

.inside.intranet .site-main:before {
  background-color: #0082cb;
}

.inside .site-main:after {
  background-color: #cce6f5;
  height: 5px;
  top: 101px;
}

.site-main > .container {
  padding: 0;
}

.inside .site-main > .container {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.entry-header {
  background: url(../images/entry-header.jpg) center top / cover no-repeat;
  border-bottom: 5px solid #0082cb;
  color: #fff;
  min-height: 106px;
  padding: 20px 20px 14px;
  text-align: center;
}

.product-page .entry-header {
  margin-bottom: 1px;
}

.entry-title {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 4px;
}

.entry-path {
  font-style: italic;
  font-size: 18px;
}

.entry-path p, .entry-path ul, .entry-path li {
  display: inline-block;
}

.entry-path p, .entry-path ul {
  margin: 0;
  padding: 0;
}

.entry-path li:after {
  content: "/";
  margin-left: 5px;
}

.entry-path li:last-child:after {
  display: none;
}

.entry-path, .entry-path a {
  color: #fff;
}

.entry-path a:hover {
  text-decoration: underline;
}

.entry-content {
  color: #2e3c44;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  padding-top: 58px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #0082cb;
}

.entry-content h1, .entry-content h2 {
  font: 32px/48px 'PT Sans Narrow', sans-serif;
}

.entry-content h3 {
  font: 28px/42px 'PT Sans Narrow', sans-serif;
}

.entry-content h4 {
  font: 24px/36px 'PT Sans Narrow', sans-serif;
}

.entry-content h5, .entry-content h6 {
  font: 20px/30px 'PT Sans Narrow', sans-serif;
}

.entry-content ul {
  list-style-type: none;
}

.entry-content li {
  position: relative;
}

.inside:not(.new-message) .entry-content li:before {
  background: url(../images/sprite.png) -28px -38px no-repeat;
  content: '';
  height: 12px;
  left: -20px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.entry-content .user-menu li:before, .entry-content .messages-all li:before, .entry-content .nav li:before, .entry-content .paging li:before, .entry-content .profiles-nav li:before, .entry-content .library-list li:before, .messages-list li:before {
  display: none;
}

.entry-content img {
  border: 16px solid #4380c8;
  margin-bottom: 10px;
  padding: 3px;
}

.entry-content .note-float-left {
  margin-right: 40px;
}

.entry-content .note-float-right {
  margin-left: 40px;
}

.entry-subpages {
  background-color: #efefef;
  float: right;
  margin: 0 0 30px 70px;
  padding: 28px 0;
  position: relative;
  z-index: 10;
}

.entry-subpages a {
  color: #4380c8;
  display: block;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 1px;
  padding: 10px 45px 10px 59px;
}

.entry-subpages a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

.entry-subpages .current {
  background-color: #f9f9f9;
  position: relative;
}

.entry-subpages .current:before {
  background:#FFF url(../images/sprite.png) 0 -38px no-repeat;
  content: "";
  height: 12px;
  left: 22px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 8px;
}

.entry-gallery {
  background-color: #e5e5e5;
  margin-bottom: 54px;
  padding: 64px 42px 14px 44px;
}

.entry-gallery ul {
  list-style-type: none;
  padding-left: 0;
}

.entry-gallery li {
  display: inline-block;
  margin: 0 21px 42px;
}

.entry-gallery a:hover {
  border-color: #1ba9f9;
}

.entry-gallery a {
  background-color: #fff;
  border: 5px solid #4380c8;
  display: block;
  height: auto;
  line-height: 125px;
  padding: 1px;
  text-align: center;
}

.entry-gallery img {
  vertical-align: middle;
  width: 171px;
}

.entry-attached h3 {
  border-bottom: 1px solid #7aafec;
  color: #4380c8;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  margin-bottom: 36px;
  text-align: center;
}

.entry-attached ul {
  lis-style-type: none;
  padding: 0 173px;
}

.entry-attached li {
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 50px;
  vertical-align: top;
  width: 437px;
}

.entry-attached li:nth-child(2n+2) {
  padding-right: 0;
}

.entry-attached li a:hover {
  text-decoration: none;
}

.entry-attached li h4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 21px;
  margin-bottom: 0;
}

.entry-attached li p {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
}

.entry-attached li span {
  background: url(../images/sprite.png) 0 -70px no-repeat;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 27px;
  padding-top: 45px;
  text-align: center;
  width: 45px;
}

.partners-list > .row {
  margin: 0 -4px;
}

.partners-list > .row > .col {
  padding: 0 4px;
}

.partners-list .row section {
  background-color: #efefef;
  height: 100%;
  padding: 68px 49px 58px 58px;
}

.partners-list > .partner:first-child {
  background-color: #0082cb;
  color: #fff;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 41px 49px 41px 58px;
}

.partners-list .partner header {
  line-height: 66px;
  margin-bottom: 30px;
  padding-left: 117px;
  position: relative;
}

.partners-list  > .partner:first-child header {
  line-height: 102px;
}

.partners-list .partner .logo {
  border: none;
  left: 0;
  max-height: 102px;
  padding: 0;
  position: absolute;
  top: 0;
}

.partners-list > .partner:first-child .title {
  border-bottom: 1px solid #079aec;
  height: 102px;
}

.partners-list .partner .title h2 {
  color: #0082cb;
  display: inline-block;
  font: bold 26px/28px 'PT Sans Narrow', sans-serif;
  vertical-align: middle;
}

.partners-list > .partner:first-child .title h2 {
  color: #fff;
}

.partners-list > .partner:first-child .title span {
  display: block;
  font-weight: normal;
}

.partners-list .row .col a {
  color: #496b90;
}

.partners-list > .partner:first-child a {
  color: #fff;
}

.news-dates {
  background-color: #0082cb;
  border-top: 2px solid #fff;
  color: #b9e5fe;
  font: 26px/43px 'PT Sans Narrow', sans-serif;
  margin-bottom: 38px;
  padding: 24px 15px;
  text-align: center;
}

.news-dates .dropper {
  color: #0082cb;
  display: inline-block;
  font-size: 21px;
  margin-left: 12px;
  position: relative;
  z-index: 10;
}

.news-dates .month {
  margin-left: 6px;
}

.news-dates .dropper p {
  background-color: #efefef;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 40px 0 19px;
  position: relative;
}

.news-dates .month p {
  padding-right: 70px;
}

.news-dates .dropper p:after {
  background: url(../images/sprite.png) 0 -135px no-repeat;
  content: "";
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 12px;
}

.news-dates .dropper ul {
  background-color: #efefef;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
  display: none;
  line-height: 30px;
  list-style-type: none;
  padding: 0 0 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: 100%;
}

.news-dates .dropper:hover ul {
  display: block;
}

.news-dates .dropper a {
  color: #0082cb;
  display: block;
  padding: 0 7px 0 79px;
}

.news-dates .month ul a {
  padding-left: 75px;
}

.news-dates .dropper .current {
  color: #f99200;
}

.news-dates .dropper a:hover {
  background-color: #e2e2e2;
  color: #f99200;
  text-decoration: none;
}

.news-list {
  list-style-type: none;
  padding-left: 0;
}

.news-list a {
  background-color: #efefef;
  display: block;
  margin-bottom: 22px;
  min-height: 259px;
  padding: 0 100px 40px 404px;
  position: relative;
}

.news-list a:hover {
  text-decoration: none;
}

.news-list .pic {
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
}

.news-list .pic span {
  background: center center no-repeat;
  display: block;
  height: 259px;
  transition: all .2s;
  width: 337px;
}

.news-list a:hover .pic span, .news-list a:focus .pic span {
  transform: scale(1.2);
}

.news-list h2 {
  color: #0082cb;
  font: 26px/28px 'PT Sans Narrow', sans-serif;
  padding: 28px 100px 12px 0;
}

.time {
  background-color: #f99200;
  color: #fff;
  font: bold 14px/30px 'PT Sans Narrow', sans-serif;
  height: 30px;
  padding: 0 14px;
  position: absolute;  
  right: 18px;
  text-transform: lowercase;
  top: 19px;
}

.time:after {
  border-color: #f99100 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 0;
  bottom: -8px;
  content: "";
  height: 0;
  line-height: normal;
  position: absolute;
  right: 12px;
  width: 0;
}

.news-list div p {
  color: #2e3c44;
  font-size: 18px;
  line-height: 24px;
}

.news-list div p:last-child {
  margin-bottom: 1rem;
}

.news-list .more {
  bottom: 15px;
  color: #0082cb;
  font-size: 14px;
  font-style: italic;
  height: 14px;
  left: 404px;
  line-height: 14px;
  padding-right: 24px;
  position: absolute;
}

.news-list a:hover .more {
  color: #f99200;
}

.news-list .more:after {
  background: url(../images/sprite.png) -28px -38px no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 8px;
}

.news-content .entry-header {
  margin-bottom: 42px;
}

.news-header {
  background-color: #efefef;
  height: 367px;
  margin-bottom: 84px;
  padding: 56px 0 0 478px;
  position: relative;
}

.news-header.nopic {
  background-color: #efefef;
  height: auto;
  padding-left: 0;
}

.news-header h1 {
  color: #0082cb;
  height: 178px;
  line-height: 178px;
  margin-bottom: 11px;
  padding: 0 22px 0 82px;
}

.news-header.nopic h1 {
  height: auto;
  line-height: normal;
  padding: 0 22px 70px 11.72%;
}

.news-header h1 span {
  display: inline-block;
  font: 30px/36px 'PT Sans Narrow', sans-serif;
  vertical-align: middle;
}

.news-header .pic {
  background: center center / auto 100% no-repeat;
  height: 367px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  transition: all .2s;
  width: 478px;
}

.news-header .gallery {
  background-color: #e3e1e1;
  padding: 19px 5px 19px 82px;
}

.news-header .gallery ul {
  height: 84px;
  list-style-type: none;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 0;
}

.news-header .gallery li {
  float: left;
  margin-right: 19px;
}

.news-header .gallery a {
  background: center center / auto 100% no-repeat;
  display: block;
  height: 84px;
  overflow: hidden;
  text-indent: -9999px;
  transition: all .2s;
  width: 112px;
}

.news-header .pic:hover, .news-header .pic:focus, .news-header .gallery a:hover, .news-header .gallery a:focus {
  background-size: auto 120%;
}

.news-header time {
  right: 22px;
  top: 26px;
}

.news-text {
  padding: 0 11.72%;
}

.form-content .entry-header {
  margin-bottom: 50px;
}

.form-wrap {
  background: #efefef url(../images/keys.png) right bottom no-repeat;
  margin: 0 auto 70px;
  padding: 80px 145px 145px;
}

.form-wrap h2 {
  color: #0082cb;
  font: 24px/24px 'PT Sans Narrow', sans-serif;
  margin-bottom: 80px;
  text-align: center;
}

.form-wrap .wrap {
  margin: 0 -85px;
}

.form-wrap .col {
  padding: 0 85px;
}

.form-wrap .col:first-child {
  border-right: 1px solid #cfcfcf;
  padding-bottom: 6px;
}

label, .label, .checkbox-group .form-check-input:disabled~.form-check-label {
  color: #0082cb;
  font-size: 16px;
  margin-bottom: 5px;
}

.label {  
  display:block;
}

.form-control {
  border-color: #1ba9f9;
  border-radius: 0;
  color: #0082cb;
  font: 19px 'PT Sans Narrow', sans-serif;
}

.form-check-inline:last-child {
  margin-right: 0;
}

textarea {
  height: 117px;
}

.res-desc {
  height: 124px;
}

.char-count {
  font-size: 13px;
  position: absolute;
  right: 7px;
  top: 3px;
}

select {  
  background: #fff url(../images/sprite.png) right -162px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

option[disabled] {
  background-color: #cbd0d4;
  font-size: 1px;
  height: 1px;
  min-height: 1px;
}

.form-wrap p {
  color: #2e3c44;
  font-size: 16px;
  line-height: 19px;
  margin: 24px 0 0;
  padding-right: 40px;
}

.form-wrap p a {
  color: #f99200;
  text-decoration: underline;
}

.form-wrap p a:hover {
  color: #0082cb;
  text-decoration: none;
}

.btn:not(.btn-search):not(.note-btn) {
  border: none;
  border-radius: 0;
  box-shadow: 4px 4px 5px #d5d5d5;
  display: block;
  font: 22px/22px 'PT Sans Narrow', sans-serif;
  height: 46px;
  margin: 0 auto;
  min-width: 146px;
  padding: 12px 46px;
}

.btn:not(.btn-search):not(.note-btn) b {
  font-weight: normal;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn.disabled b, .btn:disabled b {
  opacity: .65;
}

.btn-wrap .btn:not(.btn-search) {
  display: inline-block;
}

.btn-primary {
  background-color: #f99200;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #0082cb;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #848484;
  cursor: not-allowed;
  position: relative;
}

.btn-primary.disabled span {
  background-color: #0089d0;
  bottom: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
  display: none;
  font: 16px/16px 'PT Sans', sans-serif;
  left: 50%;
  margin-bottom: 10px;
  margin-left: -165px;
  padding: 10px 15px;
  position: absolute;
  white-space: normal;
  width: 330px;
}

.btn-primary.disabled:hover span {
  display: block;
}

button.btn-primary span, button.btn-primary:hover span {
  display: none;
}

.btn-primary.disabled span:after {
  border-color: #0089d0 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  bottom: -10px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.btn-primary:focus {
  background-color: #68b1db;
}

.btn:not(.btn-search):not(.note-btn).btn-delete {
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  margin-top: 5px;
  min-width: auto;
  padding: 0 12px;
  width: auto;
}

.register-content .entry-header {
  margin-bottom: 1px;
}

.register-content .form-wrap {
  padding: 45px 0 62px;
}

.register-content .form-header {
  padding: 0 140px;
  text-align: center;
}

.register-content .form-header h2 {
  margin-bottom: 40px;
}

.register-content .form-header p {
  margin: 0 0 40px;
  padding: 0;
}

.register-form .fields {
  padding: 0 85px;
}

.register-form .maininfo {
  margin-bottom: 49px;
}

.register-form .location {
  background-color: #0082cb;
  margin-bottom: 55px;
  padding: 48px 85px 72px;
  position: relative;
}

.register-form .location:before {
  border-color: #efefef transparent transparent transparent;
  border-style: solid;
  border-width: 14px 17px 0 17px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  top: 0;
  width: 0;
}

.register-form .location:after {
  border-color: #0081cb transparent transparent transparent;
  border-style: solid;
  border-width: 14px 17px 0 17px;
  bottom: -14px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  width: 0;
}

.register-form .location h3 {
  font: 24px/24px 'PT Sans Narrow', sans-serif;
  margin-bottom: 26px;
  text-align: center;
}

.register-form .location h3, .register-form .location label {
  color: #fff;
}

.register-form .location select:focus {
  box-shadow: 0 0 0 0.2rem rgba(255,255,255,.25);
}

.register-form .location .notselected {
  opacity: .75;
}

.register-form .passwords {
  margin-bottom: 50px;
}

.register-form .form-group {
  margin-bottom: 0;
}

.buttons {
  margin: 0 85px;
  overflow: hidden;
  padding: 47px 0 29px;
  text-align: center;
}

.buttons.nomargin {
  margin: 0 auto;
}

.buttons .btn-wrap {
  position: relative;
}

.buttons .btn-wrap:before, .buttons .btn-wrap:after {
  background-color: #cfcfcf;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 1000px;
}

.buttons .btn-wrap:before {
  margin-right: 46px;
  right: 100%;
}

.buttons .btn-wrap:after {
  margin-left: 46px;
  left: 100%;
}

.search-form {
  background-color: #efefef;
  padding: 87px 15px 67px;
}

.search-form > .row {
  margin: 0 auto;
  max-width: 655px;
}

input[type=checkbox], input[type=radio] {
  opacity: 0;
  margin-left: 2px;
}

.test-wrap input[type=checkbox], .test-wrap input[type=radio] {
  display: none;
}

.checkbox-group {
  position: relative;
}

.checkbox-group .col {
  position: static;
}

.checkbox-group input {
  bottom: -3px;
  left: 10px;
}

.form-check-label {
  cursor: pointer;
  padding: .375rem 0 .375rem 30px;
  position: relative;
}

.form-check-label:before {
  background-color: #fff;
  border: 1px solid #1ba9f9;
  content: "";
  height: 20px;
  line-height: 18px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 20px;
}

input[type=radio] ~ .form-check-label:before {
  border-radius: 50%;
  height: 19px;
  line-height: 15px;
  width: 19px;
}

input:checked ~ .form-check-label:before {
  content: "✔";
}

input[type=radio]:checked ~ .form-check-label:before {
  content: "●";
}

.nav-tabs .nav-link {
  color: #0082cb;
}

.nav-tabs .nav-link:hover {
  color: #f99200;
}

form .nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom-color: #efefef;
}

.network-content {
  padding-top: 0;
}

.network-content .short {
  background: #0083cc url(../images/bg-waves.jpg) center bottom / cover no-repeat;
  border-top: 1px solid #fff;
  color: #fff;
  margin-bottom: 13px;
  padding: 68px 64px 83px 95px;
}

.network-sections a {
  background: center / cover no-repeat;
  border: 4px solid;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 160px;
  line-height: 224px;
  max-width: 335px;
  padding: 0 34px;
  text-transform: uppercase;
}

.network-sections .intranet {
  background-image: url(../images/bg-intranet-small.jpg);
  border-color: #fcb334;
  margin-bottom: 18px;
}

.network-sections .library {
  background-image: url(../images/bg-library-small.jpg);
  border-color: #fff;
}

.members-list {
  background-color: #efefef;
  padding: 48px 0 36px;
  position: relative;
}

.members-list h2 {
  color: #0082cb;
  font: 24px/24px 'PT Sans Narrow', sans-serif;
  margin-bottom: 28px;
  text-align: center;
}

.types-nav {
  color: #000;
  margin: 0 auto;
  max-width: 748px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

.types-nav p {
  font-size: 16px;
  font-weight: bold;
  left: -72px;
  position: absolute;
  top: 8px;
}

.types-nav a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
  padding: 9px 27px;
}

.types-nav a:hover {
  color: #0082cb;
  text-decoration: none;
}

.types-nav .current {
  border: 1px solid #f99200;
}

.members-list .list {
  margin-bottom: 15px;
  padding: 0 48px;
}

.members-list .col > div {
  background-color: #fff;
  display: block;
  height: 248px;
  padding: 35px 42px 61px 29px;
  position: relative;
}

.members-list .logo {
  float: left;
  margin: 5px 24px 0 0;
  width: 93px;
}

.members-list .logo img {
  border: none;
  height: auto;
  padding: 0;
  width: 100%;
}

.members-list .text {
  overflow: hidden;
}

.members-list h3, .members-list h3 a {
  color: #0082cb;
  display: block;
  font: 22px/27px 'PT Sans Narrow', sans-serif;
}

.members-list p {
  margin-bottom: 0;
}

.members-list .text p {
  font-size: 16px;
  line-height: 20px;
}

.members-list .links {
  bottom: 26px;
  font-size: 13px;
  left: 29px;
  line-height: 15px;
  position: absolute;
  right: 42px;
}

.members-list .full-profile {
  color: #0082cb;
  float: right;
  font-size: 14px;
  padding-right: 18px;
  position: relative;
}

.members-list .full-profile:hover {
  color: #f99200;
}

.members-list .full-profile:after {
  background: url(../images/sprite.png) -35px 0 no-repeat;
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
}

.members-list .icons {
  float: left;
  margin-right: 24px;
  text-align: center;
  width: 93px;
}

.members-list .icons a {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-indent: -999px;
}

.members-list .icons .profile {
  background: url(../images/sprite.png) 0 -214px no-repeat;
  height: 12px;
  margin-right: 12px;
  width: 13px;
}

.members-list .icons .message {
  background: url(../images/sprite.png) 0 -245px no-repeat;
  height: 13px;
  width: 15px;
}

.members-list .links p {
  color: #f99200;
  font-weight: bold;
}

.intranet .entry-header {
  background-color: #0082cb;
  background-image: url(../images/intranet-top.jpg);
  border-color: #f99200;
}

.intranet-content {
  font-size: 16px;
  line-height: 20px;
  padding-top: 1px;
}

.intranet-content form a {
  text-decoration: underline;
}

.intranet-content form a:hover {
  text-decoration: none;
}

.intranet-header {
  background: url(../images/bg-intranet.png) 0 0 / cover no-repeat;
  padding: 56px 51px;
  position: relative;
}

.intranet-header .row {
  margin: 0 -10px;
}

.intranet-header .col {
  padding: 0 10px;
}

.intranet-header a {
  background-color: #fff;
  display: block;
  height: 366px;
  position: relative;
}

.intranet-header a:before {
  background: url(../images/intranet.png) 0 0 no-repeat;
  content: "";
  display: block;
  height: 200px;
}

.intranet-header .messages a:before {
  background-position: 0 -230px;
}

.intranet-header .resources a:before {
  background-position: 0 -460px;
}

.intranet-header .links a:before {
  background-position: 0 -690px;
}

.intranet-header a:after {
  background: url(../images/sprite.png) 0 -279px no-repeat;
  bottom: 19px;
  content: "";
  height: 14px;
  position: absolute;
  right: 23px;
  width: 14px;
}

.intranet-header h2 {
  background-color: #0082cb;
  color: #fff;
  font: bold 20px/24px 'PT Sans Narrow', sans-serif;
  height: 60px;
  margin-bottom: 0;
  padding: 20px 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.intranet-header p {
  color: #2e3c44;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 20px 0 40px;
}

.user-header {
  background-color: #0082cb;
  padding: 27px 17.62%;
}

.user-header img {
  border: none;
  float: left;
  margin: 0 24px 0 0;
  padding: 0;
  width: 66px;
}

.user-header .name {
  color: #fff;
  font: bold 22px/26px 'PT Sans Narrow', sans-serif;
}

.user-menu {
  margin-bottom: 0;
  padding: 16px 0;
  text-align: center;
}

.user-menu li {
  display: inline-block;
  margin: 0 7px 0 11px;
  vertical-align: middle;
}

.user-menu a {
  background: url(../images/sprite.png) 0 0 no-repeat;
  display: block;
  position: relative;
}

.user-menu .home {
  background-position: -50px -405px;
  height: 22px;
  width: 26px;
}

.user-menu .home.current, .user-menu .home:hover {
  background-position: 0 -405px;
}

.user-menu .profile {
  background-position: -50px -447px;
  height: 24px;
  width: 24px;
}

.user-menu .profile.current, .user-menu .profile:hover {
  background-position: 0 -447px;
}

.user-menu .messages {
  background-position: -50px -491px;
  height: 21px;
  width: 27px;
}

.user-menu .messages.current, .user-menu .messages:hover {
  background-position: 0 -491px;
}

.user-menu .messages.active:after {
  background-color: #fcb334;
  border-radius: 50%;
  content: '';
  height: 9px;
  position: absolute;
  right: -3px;
  top: -4px;
  width: 9px;
}

.user-menu .resources {
  background-position: -50px -532px;
  height: 25px;
  width: 25px;
}

.user-menu .resources.current, .user-menu .resources:hover {
  background-position: 0 -532px;
}

.user-menu .links {
  background-position: -50px -577px;
  height: 24px;
  width: 33px;
}

.user-menu .links.current, .user-menu .links:hover {
  background-position: 0 -577px;
}

.user-menu .logout {
  background-position: -50px -621px;
  height: 23px;
  width: 23px;
}

.user-menu .logout.current, .user-menu .logout:hover {
  background-position: 0 -621px;
}

.public-messages {
  background-color: #efefef;
  padding: 40px 66px 60px 80px;
}

.public-messages h2 {
  color: #0082cb;
  font: 24px/24px 'PT Sans Narrow', sans-serif;
  margin-bottom: 26px;
  text-align: center;
}

.public-messages .list {
  list-style-type: none;
  padding-left: 0;
}

.public-messages .list li {
  background-color: #fff;
  border-left: 162px solid #efefef;
  margin-bottom: 57px;
  padding: 40px 50px 40px 84px;
  position: relative;
}

.public-messages .list li:last-child {
  margin-bottom: 0;
}

.public-messages .list h3 {
  color: #0082cb;
  font: 26px/34px 'PT Sans Narrow', sans-serif;
  margin-bottom: 16px;
  padding-right: 100px;
}

.public-messages .list .time {
  right: 12px;
  top: 13px;
}

.public-messages .sender {
  background-color: #0082cb;
  border: 6px solid #efefef;
  left: -162px;
  min-height: 70px;
  padding: 21px 14px 15px 20px;
  position: absolute;
  top: -29px;
  width: 192px;
}

.public-messages .sender img {
  border: none;
  display: block;
  padding: 0;
  width: 73px;
}

.public-messages .sender b {
  color: #fff;
  display: block;
  font: bold 16px/20px 'PT Sans Narrow', sans-serif;
}

.public-messages .sender a {
  background: url(../images/sprite.png) 0 0 no-repeat;
  position: absolute;
  top: 23px;
}

.public-messages .sender .profile {
  background-position: -36px -214px;
  height: 12px;
  right: 41px;
  width: 13px;
}

.public-messages .sender .profile:hover {
  background-position: -74px -214px;
}

.public-messages .sender .message {
  background-position: -36px -246px;
  height: 13px;
  right: 14px;
  width: 15px;
}

.public-messages .sender .message:hover {
  background-position: -74px -246px;
}

.entry-subtitle {
  color: #0082cb;
  font: 24px/21px 'PT Sans Narrow', sans-serif;
  margin-bottom: 26px;
  position: relative;
  text-align: center;
}

.new-message .entry-subtitle:before {
  background: url(../images/sprite.png) 0 -364px no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 25px;
  width: 27px;
}

.new-message h3 {
  background-color: #0082cb;
  color: #fff;
  font: 20px/20px 'PT Sans Narrow', sans-serif;
  margin-bottom: 0;
  padding: 29px 33px 23px 23px;
}

.new-message h3:before {
  border: 2px solid #fff;
  border-radius: 50%;
  content: '+';
  display: inline-block;
  font-size: 25px;
  height: 20px;
  line-height: 15px;
  margin-right: 12px;
  text-indent: 3px;
  vertical-align: bottom;
  width: 20px;
}

.messages-all {
  background-color: #fff;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 26px;
  list-style-type: none;
  margin-bottom: 0;
  padding: 2px 24px;
}

.messages-all li {
  border-bottom: 1px solid #dedede;
  padding: 11px 0;
}

.messages-all li:last-child {
  border-bottom: none;
}

.messages-all li:hover {
  background-color: #f4f4f4;
}

.messages-all .sender {
  color: #0082cb;
  font-size: 16px;
}

.messages-all a {
  color: #0082cb;
  font-size: 22px;
}

.messages-all a:hover, .messages-all .new {
  color: #f99200;
}

.messages-all time {
  color: #f99200;
  font-size: 14px;
  font-weight: bold;
}

.messages-list {
  list-style-type: none;
  padding-left: 0;
}

.messages-list li {
  margin-bottom: 8px;
}

.messages-list a {
  background-color: #fff;
  display: block;
  padding: 29px;
}

.messages-list h3 {
  color: #0082cb;
  font: 22px/22px 'PT Sans Narrow', sans-serif;
  margin-bottom: 3px;
}

.messages-list time {
  color: #fcb334;
  font: 14px/14px 'PT Sans Narrow', sans-serif;
}

.grey-back {
  background-color: #efefef;
  padding: 47px 50px;
}

.messages-page .col > div {
  background-color: #fff;
}

.btn-send-msg.btn:not(.btn-search) {
  margin-bottom: 14px;
  min-height: 60px;
  padding: 20px;
  position: relative;
}

.messages-all-content .btn-send-msg.btn:not(.btn-search) {
  margin: 0 0 14px;
  max-width: 257px;
  width: 100%;
}

.btn-send-msg:before {
  background: url(../images/sprite.png) 0 -323px no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 10px;
  vertical-align: bottom;
  width: 27px;
}

.message-content {
  background-color: #fff;
  padding: 44px 60px;
}

.message-content .head {
  border-bottom: 1px solid #dedcdc;
  margin-bottom: 24px;
  padding-bottom: 28px;
  position: relative;
}

.message-content .head a {
  display: block;
  min-height: 20px;
  position: relative;
}

.message-content .head a:after {
  background: url(../images/sprite.png) 0 -214px no-repeat;
  bottom: 0;
  content: '';
  height: 12px;
  left: 94px;
  position: absolute;
  width: 13px;
}

.message-content .head a:hover:after {
  background-position: -74px -214px;
}

.message-content .head img {
  background-color: #efefef;
  border: none;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0;
  width: 74px;
}

.message-content .head h4 {
  color: #0082cb;
  display: inline-block;
  font: bold 16px/20px 'PT Sans Narrow', sans-serif;
  margin-bottom: 20px;
  vertical-align: top;
}

.message-content .head .time {
  right: 0;
  top: 0;
}

.message-content h3 {
  color: #0082cb;
  font: 26px/30px 'PT Sans Narrow', sans-serif;
  margin-bottom: 25px;
}

.message-content .content {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 36px;
}

.message-content form textarea {
  border-color: #b6b6b6;
}

.message-content form .btn:not(.btn-search) {
  margin: 0;
}

.recipients-list > div {
  padding: 25px 20px 25px 27px;
}

.recipients-list .add, .recipients-list li {
  color: #0082cb;
  cursor: pointer;
  display: block;
  padding-right: 22px;
  position: relative;
}

.recipients-list .add:before, .recipients-list li:before, .recipients div:after {
  background-color: #f99200;
  border-radius: 50%;
  color: #fff;
  content: '+';
  font: 18px/17px 'PT Sans', sans-serif;
  height: 17px;
  margin-top: -9px;
  position: absolute;
  right: 0;
  text-indent: 4px;
  top: 50%;
  width: 17px;
}

.recipients-list .add:hover:before, .recipients-list li:hover:before {
  background-color: #0082cb;
}

.recipients-list .added:before, .recipients div:after {
  background-color: #0082cb;
  content: '-';
  font-size: 22px;
  line-height: 16px;
  text-indent: 5px;
}

.recipients-list .add {
  margin-bottom: 23px;
}

.recipients-list .list {
  border-top: 1px solid #e4e4e4;
  list-style-type: none;
  margin-bottom: 0;
  padding: 22px 0 0;
}

.recipients-list li {
  font: 16px/18px 'PT Sans Narrow', sans-serif;
  margin-bottom: 18px;
}

.recipients-list li:last-child {
  margin-bottom: 0;
}

.recipients-list .added {
  opacity: .5;
}

.member-box-small {
  display: table;
  margin-bottom: 18px;
}

.recipients-list li:last-child .member-box-small {
  margin-bottom: 0;
}

.member-box-small:after {
  clear: both;
  content: '';
}

.member-box-small img {
  border: none;
  display: table-cell;
  margin: 2px 13px 0 0;
  padding: 0;
  vertical-align: middle;
  width: 48px;
}

.member-box-small p {
  color: #0082cb;
  display: table-cell;
  font: 16px/18px 'PT Sans Narrow', sans-serif;
  vertical-align: middle;
}

.recipients {
  min-height: 38px;
}

.recipients div {
  cursor: pointer;
  padding-right: 50px;
  position: relative;
}

.recipients div:hover:after {
  background-color: #f99200;
}

.message-form {
  padding: 44px 60px;
}

.form-partner {
  background-color: #efefef;
  color: #2e3c44;
  font-size: 16px;
  line-height: 20px;
  padding: 26px 111px 96px;
}

.form-partner.first {
  background: #efefef url(../images/big-key.png) 210px 70px no-repeat;
  padding: 46px 111px 0;
}

.form-partner .head {
  text-align: center;
}

.form-partner .head.bottom {
  padding: 30px 0 0;
}

.form-partner .head h3 {
  color: #0082cb;
  font: 24px/24px 'PT Sans Narrow', sans-serif;
  padding: 10px 0 40px;
}

.form-partner .nav {
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}

.form-partner .tab-content {
  margin-bottom: 50px;
}

.form-partner h4 {
  color: #0082cb;
  font: 21px/21px 'PT Sans Narrow', sans-serif;
  overflow: hidden;
  padding: 50px 0 30px;
  text-align: center;
}

.form-partner h4 span {
  position: relative;
}

.form-partner h4 span:before, .form-partner h4 span:after {
  background-color: #cfcfcf;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 1000px;
}

.form-partner h4 span:before {
  margin-right: 46px;
  right: 100%;
}

.form-partner h4 span:after {
  left: 100%;
  margin-left: 46px;
}

.form-partner .logo-box {
  position: relative;
}

.form-partner .logo-box img {
  border-width: 3px;
  max-width: 90px;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 0;
}

.form-partner .disabled {
  opacity: .3;
}

.form-partner a {
  color: #f99200;
}

.form-partner a:hover {
  text-decoration: underline;
}

.form-partner .buttons {
  margin: 0;
}

.terms-agreement {
  border-top: 1px solid #cfcfcf;
  padding-top: 40px;
  text-align: center;
}

.terms-agreement label {
  height: 18px;
  line-height: 18px;
}

.terms-agreement input {
  display: inline-block;
  opacity: 0;
  position: relative;
  right: -15px;
  top: 7px;
}

.terms-agreement label:before {
  cursor: pointer;
  vertical-align: top;
}

.resource-subtitle:before, .link-subtitle:before {
  background: url(../images/sprite.png) 0 0 no-repeat;
  content: '';
  display: inline-block;
}

.resource-subtitle:before {
  background-position: 0 -674px;
  height: 25px;
  margin: 11px 12px 0 0;
  vertical-align: top;
  width: 24px;
}

.link-subtitle:before {
  background-position: -51px -674px;
  height: 25px;
  margin-right: 15px;
  vertical-align: middle;
  width: 33px;
}

.resource-form .buttons {
  margin: 0;
}

.entry-short {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding: 72px 142px 63px;
}

.lybrary-content .entry-short {
  background: #1ca9f9 url(../images/short-library.png) center / cover no-repeat;
  color: #fff;
}

.product-page-13 .entry-short {
  background: #f96f00 url(../images/short-opportunities.png) center / cover no-repeat;
}

.product-page-12 .entry-short {
  background: #f99200 url(../images/short-skills.png) center / cover no-repeat;
}

.product-page-11 .entry-short {
  background: #f3af02 url(../images/short-assessment.png) center / cover no-repeat;
}

.product-page-10 .entry-short {
  background: #0082cb url(../images/short-development.png) center / cover no-repeat;
  color: #fff;
}

.product-page-16 .entry-short {
  background: #0e96e2 url(../images/short-advices.png) center / cover no-repeat;
  color: #fff;
}

.entry-short h1, .entry-short h2 {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}

.entry-short h3 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}

.entry-short h4, .entry-short h5, .entry-short h6 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
}

.product-attachments {
  background-color: #efefef;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  list-style-type: none;
  padding: 50px 142px 80px;
}

.product-attachments li {
  background-color: #0082cb;
  margin-bottom: 24px;
  min-height: 160px;
  padding: 48px 200px 48px 74px;
  position: relative;
}

.product-attachments li:after {
  background-color: #4da8db;
  content: '';
  height: 100%;
  position: absolute;
  right: 138px;
  top: 0;
  width: 1px;
}

.product-attachments li:last-child {
  margin-bottom: 0;
}

.product-attachments h4 {
  margin-bottom: 16px;
}

.product-attachments h4 a {
  color: #fff;
  display: block;
  font: 500 22px/22px 'PT Sans Narrow', sans-serif;
  padding-left: 88px;
  position: relative;
  vertical-align: middle;
}

.product-attachments h4 a:before {
  background: url(../images/sprite.png) 0 -776px no-repeat;
  content: '';
  height: 63px;
  left: 0;
  position: absolute;
  top: 0;
  width: 63px;
}

.product-attachments .trigger {
  color: #fff;
  height: 90px;
  font-size: 14px;
  line-height: 14px;
  margin-top: -45px;
  padding-top: 77px;
  position: absolute;
  right: 36px;
  text-align: center;
  top: 50%;
  width: 66px;
}

.product-attachments .trigger:before {
  background-color: #f99200;
  border-radius: 50%;
  content: '';
  height: 66px;
  left: 0;
  position: absolute;
  top: 0;
  width: 66px;
}

.product-attachments .trigger:hover:before {
  background-color: #f96f00;
}

.product-attachments .trigger:after {
  background: url(../images/sprite.png) -86px -729px no-repeat;
  content: '';
  height: 17px;
  left: 25px;
  position: absolute;
  top: 25px;
  width: 14px;
}

.product-page .entry-content {
  padding: 66px 142px;
}

.subpages1 {
  background-color: #efefef;
  padding: 40px 142px 80px;
}

.subpages1 .row {
  border-bottom: 1px solid #fff;
  padding: 16px 52px;
}

.subpages1 .row:last-child {
  border-bottom: 0;
}

.subpages1 a {
  color: #0082cb;
  display: block;
  font: bold 22px/24px 'PT Sans Narrow', sans-serif;
  padding-right: 54px;
  position: relative;
}

.subpages1 .col:first-child a {
  margin-right: 30px;
}

.subpages1 a:hover {
  color: #f99200;
}

.subpages1 a:after {
  background: url(../images/sprite.png) 0 -729px no-repeat;
  content: '';
  height: 16px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 16px;
}

.product-page-16 .entry-content {
  background-color: #efefef;
  padding: 80px 142px;
}

.videos-wrap {
  background-color: #efefef;
  padding: 80px 142px;
}

.videos .col > div {
  background-color: #fff;
  height: 100%;
}

.videos p {
  margin-bottom: 0;
}

.videos .text {
  font-size: 18px;
  line-height: 24px;
  padding: 33px 45px;
}

.videos .text h3 {
  color: #0082cb;
  font: 22px/24px 'PT Sans Narrow', sans-serif;
  margin-bottom: 28px;
}

.videos .text h3:last-child {
  margin-bottom: 0;
}

.videos .text p {
  font-style: italic;
}

.videos a {
  display: block;
  position: relative;
}

.videos img {
  border: none;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.videos a span {
  color: #fff;
  font-size: 17px;
  height: 94px;
  left: 50%;
  line-height: 17px;
  margin: -47px 0 0 -50px;
  padding-top: 73px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
}

.videos a span:before {
  background: url(../images/sprite.png) 0 -856px no-repeat;
  content: '';
  height: 64px;
  left: 50%;
  margin-left: -28.5px;
  position: absolute;
  top: 0;
  width: 57px;
}

.subpages2 {
  padding-top: 30px;
}

.subpages2 .col > div {
  background-color: #efefef;
  height: 100%;
}

.subpages2 h3 {
  background-color: #0082cb;
  color: #fff;
  font: 22px/24px 'PT Sans Narrow', sans-serif;
  margin-bottom: 0;
  padding: 26px 46px;
}

.subpages2 .disabled h3 {
  background-color: #f99200;
}

.subpages2 .text {
  font-size: 18px;
  line-height: 24px;
  padding: 45px 45px 75px;
  position: relative;
}

.subpages2 .view {
  bottom: 30px;
  color: #0082cb;
  font-size: 18px;
  font-style: italic;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 45px;
}

.subpages2 .view:hover {
  color: #f99200;
}

.subpages2 .view:after {
  background: url(../images/sprite.png) 0 -729px no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-left: 9px;
  vertical-align: bottom;
  width: 16px;
}

.product-page-11 .entry-content {
  margin-bottom: 0;
}

.profile-summary-box {
  background: url(../images/profile-summary.png) 0 0 no-repeat;
  box-sizing: border-box;
  height: 323px;
  padding: 50px 142px;
}

.profile-summary-box h3 {
  color: #f3af02;
  font: 29px/28px 'PT Sans Narrow', sans-serif;
  height: 28px;
  text-align: center;
}

.profile-summary-box h4 {
  color: #fff;
  font-size: 21px;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 23px;
  text-align: center;
}

.profile-summary-box p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
}

.profile-summary-box p:last-child {
  margin-bottom: 0;
  text-align: center;
}

.profile-summary-box a {
  color: #f3af02;
  display: inline-block;
  font-size: 18px;
  height: 16px;
  line-height: 16px;
}

.profile-summary-box a:hover {
  color: #f99200;
}

.profile-summary-box a:after {
  background: url(../images/sprite.png) 0 -729px no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-left: 9px;
  vertical-align: bottom;
  width: 16px;
}

.product-page .lybrary-content {
  padding: 0;
}

.lybrary-content .grey-back {
  padding: 47px 15px 50px;
}

.library-list {
  list-style-type: none;
  margin: 0 auto;
  max-width: 924px;
  padding-left: 0;
}

.library-list li {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 34px 50px 38px;
  position: relative;
}

.library-list li:last-child {
  margin-bottom: 0;
}

.library-list h3, .library-list h3 a {
  color: #0082cb;
}

.library-list h3 {
  display: inline-block;
  font: 26px/30px 'PT Sans Narrow', sans-serif;
  margin: 0 210px 0 0;
  padding-right: 35px;
}

.library-list h3 a {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.library-list h3 a:after {
  content: '';
  position: absolute;
  right: 0;
}

.library-list .link h3 a:after {
  background: url(../images/sprite.png) 0 -729px no-repeat;
  height: 16px;
  top: 8px;
  width: 16px;
}

.library-list .resource h3 a:after {
  background: url(../images/sprite.png) -51px -729px no-repeat;
  height: 17px;
  top: 7px;
  width: 14px;
}

.library-list h3 span {
  color: #f99200;
  display: block;
  font-size: 16px;
  line-height: 16px;
  padding-top: 3px;
}

.library-list .link h3 span {
  text-decoration: underline;
}

.library-list .link h3 a:hover span {
  text-decoration: none;
}

.library-list time {
  display: block;
  font: 14px/19px 'PT Sans Narrow', sans-serif;
  margin-bottom: 16px;
}

.library-list .desc {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 18px;
}

.library-list .meta {
  color: #0082cb;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
  margin-bottom: 17px;
  margin-right: 200px;
}

.library-list .meta .col:last-child {
  text-align: right;
}

.library-list .project, .library-list .project h4 {
  font-size: 14px;
  line-height: 18px;
}

.library-list .project {
  background-color: #f4f4f4;
  padding: 25px 38px;
}

.library-list .project h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

.library-list .project .text {
  margin-bottom: 5px;
}

.library-list .project a {
  text-decoration: underline;
}

.library-list .project a:hover {
  text-decoration: none;
}

.library-list .publisher {
  background-color: #0082cb;
  color: #fff;
  font: bold 14px/16px 'PT Sans Narrow', sans-serif;
  padding: 15px 32px 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 205px;
}

.library-list .publisher span {
  color: #93d8ff;
  display: block;
  font: italic normal 13px/16px 'PT Sans', sans-serif;
  margin-bottom: 2px;
}

.library-list .publisher .link {
  color: #fff;
}

.test-wrap {
  background-color: #efefef;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}

.test-wrap .nav-tabs {
  border-bottom: none;
  display: table;
  position: relative;
  width: 100%;
}
/*
.test-wrap .nav-tabs:after {
  bottom: -20px;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
*/
.test-wrap .nav-tabs .nav-link {
  background-color: #dedede;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: table-cell;
  height: 110px;
  line-height: 110px;
  padding: 0 0 0 40px;
  position: relative;
}

.test-wrap .nav-tabs .nav-link span {
  color: #4d4d4d;
  display: inline-block;
  font: 24px/26px 'PT Sans Narrow', sans-serif;
  vertical-align: middle;
}

.test-wrap .nav-tabs .nav-link:hover span {
  color: #0082cb;
}

.test-wrap .nav-tabs .nav-item.show .nav-link, .test-wrap .nav-tabs .nav-link.active {
  background-color: #0082cb;
  border: none;
}

.test-wrap .nav-tabs .nav-item.show .nav-link:after, .test-wrap .nav-tabs .nav-link.active:after {
  border-style: solid;
  border-width: 11px 10.5px 0 10.5px;
  border-color: #0081cb transparent transparent transparent;
  content: '';
  height: 0;
  left: 40px;
  position: absolute;
  top: 100%;
  width: 0;
}

.test-wrap .nav-tabs .nav-item.show .nav-link span, .test-wrap .nav-tabs .nav-link.active span {
  color: #fff;
}

.test-wrap .tab-pane {
  padding: 60px 140px;
}

.test-wrap .tab-pane.padding58 {
  padding: 60px 58px;
}

.test-wrap .note1 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center;
}

.test-wrap .note1 h2 {
  color: #0082cb;
  font: 22px/24px 'PT Sans Narrow', sans-serif;
}

.test-wrap .note1 p {
  margin-bottom: 0;
}

.test-wrap .note1 ul {
  display: table;
  padding-left: 0;
  width: 100%;
}

.test-wrap .note1 li {
  display: table-cell;
  text-align: left;
}

.test-wrap .note1 .tripple li:nth-child(1) {
  text-align: right;
}

.test-wrap .note1 .tripple li:nth-child(2) {
  text-align: center;
}

.test-wrap .note1 li span {
  color: #0082cb;
}

.test-type-1 .row .row, .test-type-4 .row .row, .test-type-6 .row .row {
  border-bottom: 1px solid #fff;
}

.test-type-1 .row .row:last-child {
  border-bottom: none;
}

.test-type-1 .row .row:hover, .test-type-4 .row .row:hover, .test-type-6 .row .row:hover {
  background-color: #e6e6e6;
}

.test-type-1 .col {
  padding: 9px 0;
  text-align: left;
}

.test-type-2 .col, .test-type-4 .col, .test-type-6 .col {
  padding: 9px 3px;
}

.test-type-2 > .row > .col:first-child {
  padding-right: 27px;
}

.test-type-2 > .row > .col:last-child {
  padding-left: 27px;
}

.test-type-1 .col-sm-1 {
  color: #0082cb;
  padding-left: 8px;
}

.test-type-2 .col-sm-1, .test-type-6 .col-sm-1 {
  color: #0082cb;
  padding-left: 0;
  padding-right: 5px;
  text-align: right;
}

.test-type-4 .col-sm-1 {
  color: #0082cb;
}

.test-type-1 .col-sm-3 {
  color: #0082cb;
  min-width: 100px;
  text-align: right;
}

.test-type-2 .col-sm-3 {
  text-align: center;
}

.test-type-2 .header .col, .test-type-1 .header {
  color: #0082cb;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
  text-align: center;
}

.test-type-2 .header .col span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.test-type-1 label {
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  height: 21px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
  width: 21px;
}

.test-type-1 label:hover {
  background-color: #c5c5c5;
  color: #000;
  cursor: pointer;
}

.test-type-5 label:hover {
  background-color: transparent;
}

.test-type-1 input[type=radio]:checked + label {
  background-color: #fff;
  border: 1px solid #f99406;
  color: #0082cb;
}

.test-type-3 .form-group {
  padding-left: 20px;
}

.test-type-3 label {
  color: #2e3c44;
  cursor: pointer;
  display: block;
  min-height: 16px;
  line-height: 16px;
}

.test-type-4 label {
  display: inline-block;
  margin-right: 10px;
}

.test-type-3 label:before, input[type=checkbox] + label:before {
  background-color: #fff;
  border: 1px solid #0785cc;
  border-radius: 50%;
  content: '';
  display: inline-block;
  font-size: 27px;
  height: 16px;
  letter-spacing: -1px;
  line-height: 12px;
  margin: 2px 7px 0 0;
  text-align: center;
  vertical-align: bottom;
  width: 16px;
}

input[type=checkbox] + label:before {
  border-radius: 0;
}

.test-type-3 label:hover:before, input[type=checkbox] + label:hover:before {
  border-color: #f99406;
}

.test-type-3 input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
  border-color: #f99406;
  color: #0082cb;
  content: '•';
}

input[type=checkbox]:checked + label:before {
  content: '✔';
}

.test-type-6 .col-sm-3 {
  text-align: center;
}

.test-type-6 label {
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0 12px;
  padding: 0 5px;
}

.test-type-6 label:hover {
  background-color: #c5c5c5;
  color: #000;
}

.test-type-6 input[type=radio]:checked + label {
  background-color: #fff;
  border-color: #f99406;
  color: #0082cb;
}

.test-wrap label.disabled {
  color: #adadad;
  cursor: not-allowed;
}

.test-wrap .error {
  color: #f99200;
}

.test-wrap .errors-msg {
  background-color: #f99200;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.test-wrap .errors-msg a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  white-space: nowrap;
}

.test-wrap .errors-msg a:hover {
  text-decoration: none;
}

.test-wrap .choose-part, .test-wrap .can-send {
  background-color: #1ba9f9;
  color: #fff;
  display: none;
  padding: 15px;
  text-align: center;
}

.test-wrap .choose-part a, .test-wrap .can-send a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.test-wrap .choose-part a:hover, .test-wrap .can-send a:hover {
  color: #fff;
  text-decoration: none;
}

.test-wrap .errors-msg:first-child {
  margin-bottom: 30px;
}

.test-wrap .buttons-wrap {
  overflow: hidden;
  padding: 37px 0 29px;
}

.test-wrap .buttons {
  margin: 0;
  overflow: visible;
  padding: 30px 0 0;
}

.test-wrap .buttons .btn-validate {
  margin-right: 10px;
}

.test-wrap .buttons .btn-send:not(.disabled) {
  background-color: #1ba9f9;
  margin-left: 10px;
}

.test-wrap .buttons .btn-send:hover {
  background-color: #0089d0;
}

.profile-summary .entry-content {
  padding-top: 1px;
}

.profile-summary .header {
  background: #0082cb url(../images/profile-summary.png) center center / cover no-repeat;
  height: 178px;
  margin-bottom: 25px;
  padding: 63px 75px 0 115px;
  position: relative;
  z-index: 10;
}

.profile-summary .header h2 {
  color: #f3af02;
  font: 29px/29px 'PT Sans Narrow', sans-serif;  
}

.profile-summary .header h2 span {
  color: #fff;
}

.profile-summary .header h3 {
  color: #fff;
  font: italic 21px/21px 'PT Sans', sans-serif;  
}

.profile-summary .header div {
  color: #fff;
  float: right;
  width: 302px;   
}

.profile-summary .header div p {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 6px;
}

.profiles-nav {
  color: #0082cb;
  font: 19px/36px 'PT Sans Narrow', sans-serif; 
  position: relative;
}

.profiles-nav span {
  background-color: #fff;
  border: 1px solid #1ba9f9;
  cursor: pointer;
  display: block;
  height: 37px;
  padding: 0 19px;
  position: relative;
}

.profiles-nav span:after {
  background: url(../images/sprite.png) 0 -135px no-repeat;
  content: '';
  height: 8px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 12px;
}

.profiles-nav ul {
  background-color: #fff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, .25);
  display: none;
  line-height: 28px;
  left: 1px;
  list-style-type: none;
  padding: 5px 0;
  position: absolute;
  right: 1px;
  top: 100%;
}

.profiles-nav:hover ul {
  display: block;
}

.profiles-nav a {
  color: #1ba9f9;
  display: block;
  padding: 0 19px;
}

.profiles-nav .current {
  font-weight: bold;
}

.profiles-nav a:hover {
  color: #f99200;
}

.summary-content .part {
  background-color: #efefef;
  padding: 70px 166px;
}

.summary-content .part:nth-child(even) {
  background-color: #0082cb;
  color: #fff;
}

.summary-content h3 {
  font: 24px/24px 'PT Sans Narrow', sans-serif;
  margin-bottom: 40px;
  text-align: center;
}

.summary-content h4 {
  font: 22px/22px 'PT Sans Narrow', sans-serif;
  margin-bottom: 24px;
  text-align: center;
}

.summary-content .part:nth-child(even) h3, .summary-content .part:nth-child(even) h4 {
  color: #fff;
}

.summary-content p ~ h4 {
  padding-top: 18px;
}

.summary-content td {
  padding-bottom: 14px;
  vertical-align: top;
}

.summary-content td p {
  margin-bottom: 4px;
}

.member-header {
  background: #0082cb url(../images/bg-member-profile.jpg) 0 0 / cover no-repeat;
  padding: 62px;
  text-align: center;
}

.member-header .info {
  display: inline-block;
  padding-top: 13px;
  position: relative;
  text-align: left;
}

.member-header .nologo {
  text-align: center;
}

.member-header .text {
  display: inline-block;
}

.member-header .info h2 {
  color: #fff;
  font: bold 28px/28px 'PT Sans Narrow', sans-serif;
}

.member-header .info p {
  color: #fff;
  font: bold 16px/16px 'PT Sans', sans-serif;
}

.member-header .message {
  background: url(../images/sprite.png) -36px -245px no-repeat;
  bottom: 6px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 999px;
  width: 15px;
}

.member-header .nologo .message {
  display: inline-block;
  position: static;
}

.member-header .message:hover {
  background-position: -74px -245px;
}

.member-header img {
  background-color: #fff;
  border: none;
  float: left;
  margin: 0 34px 0 0;
  max-height: 124px;
  padding: 0;
}

.member-content {
  background-color: #fff;
  font-size: 19px;
  line-height: 27px;
  padding: 50px 140px;
}

.member-content p span, .member-content div span {
  color: #0082cb;
  display: block;
  font-size: 16px;
}

.member-content h4 {
  color: #0082cb;
  font: 21px/21px 'PT Sans Narrow', sans-serif;
  overflow: hidden;
  padding: 50px 0 30px;
  text-align: center;
}

.member-content h4 span {
  position: relative;
}

.member-content h4 span:before, .member-content h4 span:after {
  background-color: #cfcfcf;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 1000px;
}

.member-content h4 span:after {
  left: 100%;
  margin-left: 46px;
}

.member-content h4 span:before {
  margin-right: 46px;
  right: 100%;
}

.search-header {
  background: #0082cb url(../images/bg-search.jpg) 0 0 / cover no-repeat;
  color: #fff;
  padding: 65px 15px 50px;
  text-align: center;
}

.search-header h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

.search-header p {
  font-size: 22px;
  font-style: italic;
}

.search-results {
  background-color: #fff;
  padding: 40px 74px;
}

.search-results li {
  border-bottom: 1px solid #e5e5e5;
}

.search-results li:last-child {
  border-bottom: none;
}

.search-results li:before {
  display: none;
}

.search-results a, .search-results .link {
  color: #0082cb;
  display: block;
  font: 26px/26px 'PT Sans Narrow', sans-serif;
  padding: 24px 135px 24px 1px;
  position: relative;
}

.search-results a:hover, .search-results .link:hover {
  color: #f99200;
}

.search-results a:after, .search-results .link:after {
  background:#FFF url(../images/sprite.png) 0 -729px no-repeat;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}

.search-results .type {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  height: 21px;
  line-height: 21px;
  margin-top: -10px;
  padding: 0 15px;
  position: absolute;
  right: 40px;
  top: 50%;
}

.search-results .type.product {
  background-color: #f99200;
}

.search-results .type.res {
  background-color: #0089d0;
}

.search-results .type.news {
  background-color: #faa62f;
}

.search-results .type.partner {
  background-color: #0089d0;
}

.search-results .type.info {
  background-color: #4abdfe;
}

.paging {
  padding-top: 40px;
  text-align: center;
}

.public-messages .paging {
  padding-top: 30px;
}

.paging span, .paging ul, .paging li {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
  padding-left: 0;
}

.paging span {
  color: #f99200;
}

.paging li {
  margin-left: 20px;
}

.paging a {
  color: #0082cb;
  font-size: 16px;
  font-weight: bold;
}

.paging a:hover {
  color: #1ca9f9;
}

.paging .selected {
  color: #f99200;
}

.alert {
  border-radius: 0;
  text-align: center;
}

.alert-success a {
  color: #155724;
  text-decoration: underline;
}

.alert-success a:hover {
  text-decoration: none;
}

.alert-warning {
  background-color: #f99200;
  border-color: #f38603;
  color: #fff;
}

.product-page .alert-warning {
  margin-top: 10px;
}

.alert-warning a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.alert-warning a:hover {
  border-bottom: none;
}

.site-footer {
  clear: both;
}

.site-footer .top {
  background-color: #e1e1e1;
  border-bottom: 4px solid #f99200;
}

.inside .site-footer .top {
  background: rgba(254,254,254,1);
  background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 65%, rgba(225,225,225,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(65%, rgba(225,225,225,1)), color-stop(100%, rgba(225,225,225,1)));
  background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 65%, rgba(225,225,225,1) 100%);
  background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 65%, rgba(225,225,225,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 65%, rgba(225,225,225,1) 100%);
  background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(225,225,225,1) 65%, rgba(225,225,225,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1e1e1', GradientType=0 );
  padding-top: 133px;
  position: relative;
}

.inside .site-footer .top:before {
  background: url(../images/people.png) center top no-repeat;
  content: "";
  height: 328px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.finance {
  background-color: #fff;
  color: #213f84;
  font-style: italic;
  margin-bottom: 26px;
  padding: 24px 77px;
}

.site-footer .logos {
  padding-bottom: 35px;
}

.site-footer .logos .left {
  padding-left: 0;
  padding-top: 13px;
}

.site-footer .logos .right {
  padding-right: 0;
  padding-top: 5px;
}

.site-footer .bottom {
  font-family: "Trebuchet MS";
}

.interreg {
  height: 82px;
  line-height: 82px;
}

.interreg a {
  color: #213f84;
}

.site-footer .terms {
  color: #0082cb;
  font-size: 14px;
}

.site-footer .terms:hover {
  color: #f99200;
}

.responsibility {
  color: #213f84;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 38px;
}

.overlay {
  background-color: rgba(0, 0, 0, .9);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1500;
}

.choose-language {
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 10%;
  z-index: 1501;
}

.choose-language .wrap {
  display: inline-block;
  max-width: 755px;
  width: 100%;
}

.choose-language .logo {
  display: block;
  height: auto;
  margin: 0 auto 26px;
  max-width: 100%;
}

.choose-language h3 {
  font-size: 30px;
  line-height: 40px;
}

.choose-language p {
  color: #0082cb;
  font-size: 26px;
  line-height: 30px;
  margin: 0 auto 10px;
  max-width: 655px;
}

.choose-language .row {
  padding-top: 20px;
}

.choose-language .row b {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}

.choose-language a {
  display: block;
  height: 188px;
  line-height: 188px;
  position: relative;
}

.choose-language a span {
  font-size: 24px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  left: 0;
  margin-top: -11px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

.choose-language a span, .choose-language a:hover span {
  color: #fff;
}

.choose-language a img {
  height: auto;
  max-width: 100%;
  opacity: .7;
  transition: opacity .3s;
  vertical-align: middle;
}

.choose-language a:hover img {
  opacity: 1;
  transition: opacity .3s;
}

.overlay2 {
  background-color: rgba(0, 0, 0, .42);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.sidepanel {
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  padding: 150px 30px 0;
  position: fixed;
  right: -270px;
  text-align: center;
  top: 0;
  transition: right .1s;
  width: 270px;
  z-index: 1001;
}

.sidepanel.open {
  right: 0;
  transition: right .2s;
  z-index: 1002;
}

.settings {
  background-color: rgba(0, 137, 208, .93);
}

.langs {
  background-color: rgba(27, 169, 249, .93);
}

.sharing {
  background-color: rgba(249, 146, 0, .93);
}

.sidepanel h4 {
  border-bottom: 1px solid #53a3cd;
  font-size: 17px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 30px;
}

.sharing h4 {
  border-color: #ffaa2c;
}

.langs h4 {
  border-color: #4fbefd;
}

.langs h4:first-child {
  margin-bottom: 0;
}

.sidepanel .noborder {
  border: none;
}

.sidepanel h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 14px;
  position: relative;
}

.sidepanel h5:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
}

.settings .text-size h5:before {
  background: url(../images/sprite.png) 0 -1072px no-repeat;
  height: 15px;
  vertical-align: bottom;
  width: 19px;
}

.settings .printing h5:before {
  background: url(../images/sprite.png) 0 -1107px no-repeat;
  height: 18px;
  vertical-align: bottom;
  width: 20px;
}

.site-version {
  margin: 0 0 40px 26px;
  position: relative;
  text-align: left;
}

.site-version:before {
  background-color: #089ce9;
  border-radius: 7px;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}

.site-version .ver {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  padding-left: 27px;
  position: relative;
}

.site-version .ver:hover {
  text-decoration: underline;
}

.site-version .current:before {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  height: 9px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 9px;
}

.text-size {
  margin-bottom: 45px;
}

.text-size .controls {
  font-size: 16px;
  line-height: 16px;
}

.text-size .controls span {
  display: inline-block;
  height: 16px;
  text-align: center;
}

.text-size .controls .bt {
  background-color: #089ce9;
  cursor: pointer;
  width: 16px;
}

.text-size .controls .size {
  width: 46px;
}

.sidepanel .button {
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto;
  text-align: center;
  width: 144px;
}

.settings .button {
  background-color: #0a8acc;
  border: 1px solid #089ce9;
}

.settings .button:hover {
  background-color: #0479b5;
  border-color: #2bb6ff;
}

.sharing .share-service {
  background-color: #fff;
  height: 55px;
  line-height: 55px;
  margin: 0 auto 12px;
  text-align: center;
  width: 166px;
}

.sharing .share-service > div {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.langs a {
  display: block;
  margin: 0 auto 27px;
  position: relative;
  width: 160px;
}

.langs img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.langs .current img {
  opacity: .3;
}

.langs a:hover img {
  opacity: .7;
}

.langs a span {
  color: #fff;
  font-size: 14px;
  height: 14px;
  left: 0;
  line-height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
}

.sidepanel .trigger {
  cursor: pointer;
  height: 45px;
  line-height: 42px;
  right: 0;
  position: fixed;
  text-align: center;
  transition: right .2s;
  width: 45px;
}

.sidepanel.open .trigger {
  right: 270px;
  transition: right .2s;
}

.settings .trigger {
  background-color: #0089d0;
  top: 320px;
}

.settings .trigger:hover {
}

.langs .trigger {
  background-color: #1ba9f9;
  top: 366px;
}

.sharing .trigger {
  background-color: #f99200;
  top: 412px;
}

.sharing .trigger:hover {
}

.sidepanel .trigger:after {
  background: url(../images/sprite.png) 0 -938px no-repeat;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.settings .trigger:after {
  height: 16px;
  width: 16px;
}

.langs .trigger:after {
  background-position: 0 -1032px;
  height: 20px;
  width: 20px;
}

.sharing .trigger:after {
  background-position: 0 -984px;
  height: 19px;
  width: 17px;
}

.sidepanel .trigger:hover:after {
  opacity: .85;
}

.go-top {
  background: url(../images/sprite.png) 0 -1145px no-repeat;
  bottom: 45px;
  height: 46px;
  opacity: 0;
  position: fixed;
  right: 45px;
  width: 46px;
  z-index: 100;
}

.go-top:hover {
  background-position: 0 -1201px;
}

.cookiebox {
  background-color: #e9e9e9;
  border-top: 1px solid #949494;
  bottom: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1020;
}

.cookiebox > div {
  margin: 0 auto;
  max-width: 860px;
  padding: 20px 84px 20px 20px;
  position: relative;
}

.cookiebox p {
  padding-bottom: 0;
}

.cookiebox a:hover {
  text-decoration: underline;
}

.cookie-agree {
  background: #009ee0;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  line-height: 34px;
  margin-top: -18px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  width: 44px;
}

.cookie-agree:hover {
  background: #0073a3;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }

  .navbar-collapse, .navbar-expand-lg .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .collapse:not(.show) {
    display: none !important;
  }
  
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
  }
}

@media (min-width: 1201px) {
  .container {
    max-width: 1220px;
  }
  
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  
  .navbar-expand-lg .navbar-collapse, .collapse:not(.show) {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  
  .navbar-expand-lg .navbar-nav {
    margin: 0 0 0 auto;
  }

  .navbar-nav .dropdown:hover {
    background-color: #1ca9f9;
  }

  .navbar-nav .dropdown-menu {
    background-color: #1ca9f9;
    border: none;
    border-radius: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
    margin: 0;
    padding: 25px;
  }

  .navbar-nav .dropdown-menu br {
    display: none;
  }

  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-nav .dropdown-item {
    border-left: 5px solid;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0 9px;
    text-transform: uppercase;
  }

  .navbar-nav .dropdown-item:nth-child(1) {
    border-color: #f96e00;
  }

  .navbar-nav .dropdown-item:hover:nth-child(1), .navbar-nav .dropdown-item.active:nth-child(1) {
    background-color: #f96e00;
  }

  .navbar-nav .dropdown-item:nth-child(2) {
    border-color: #f89200;
  }

  .navbar-nav .dropdown-item:hover:nth-child(2), .navbar-nav .dropdown-item.active:nth-child(2) {
    background-color: #f89200;
  }

  .navbar-nav .dropdown-item:nth-child(3) {
    border-color: #f1af03;
  }

  .navbar-nav .dropdown-item:hover:nth-child(3), .navbar-nav .dropdown-item.active:nth-child(3) {
    background-color: #f1af03;
  }

  .navbar-nav .dropdown-item:nth-child(4) {
    border-color: #0081ca;
  }

  .navbar-nav .dropdown-item:hover:nth-child(4), .navbar-nav .dropdown-item.active:nth-child(4) {
    background-color: #0081ca;
  }

  .navbar-nav .dropdown-item:nth-child(5) {
    border-color: #0d96e3;
  }

  .navbar-nav .dropdown-item:hover:nth-child(5), .navbar-nav .dropdown-item.active:nth-child(5) {
    background-color: #0d96e3;
  }

  .navbar-nav .dropdown-item:nth-child(6) {
    border-color: #4abdfe;
  }

  .navbar-nav .dropdown-item:hover:nth-child(6), .navbar-nav .dropdown-item.active:nth-child(6) {
    background-color: #4abdfe;
  }

  .navbar-nav .dropdown-item:last-child {
    margin-bottom: 0;
  }
  
  .navbar-expand-lg .navbar-nav .nav-item {
    height: 54px;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.105rem;
    padding-left: 1.105rem;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown:hover .nav-link {
    border-bottom: 21px solid #1ca9f9;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .15);
    height: 75px;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 75px;
  }
}

@media (max-width: 1200px) {
  .navbar-collapse {
    background-color: #1ba9f9;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, .15);
    padding: 10px 0;
    left: 50%;
    margin-left: -131px;
    position: absolute;
    text-align: center;
    top: 72px;
    width: 248px;
    z-index: 100;
  }
  
  .navbar-collapse:before {
    border-color: transparent transparent #1ba9f9 transparent;
    border-style: solid;
    border-width: 0 8px 12px 8px;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -12px;
    width: 0;
  }
  
  .navbar-nav, .navbar-collapse .nav-item, .navbar-collapse .nav-link {
    display: block;
    width: 100%;
  }
  
  .navbar-nav .nav-link {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
  }
  
  .navbar-nav > .active > a:before, .navbar-nav > .active > a:after {
    margin-top: -4px;
    top: 50%;
  }
  
  .navbar-nav > .active > a:before {
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #f99100;
    left: 12px;
  }
  
  .navbar-nav > .active > a:after {
    border-width: 4.5px 8px 4.5px 0;
    border-color: transparent #f99100 transparent transparent;
    left: auto;
    right: 8px;
  }
  
  .navbar-nav .nav-link span {
    vertical-align: initial;
  }
  
  .navbar-nav .dropdown-menu {
    background-color: transparent;
    border: none;
    display: block;
    text-align: center;
  }
  
  .dropdown-item {
    color: #fff;
    font: 19px/24px 'PT Sans Narrow', sans-serif;
  }
  
  .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #0d96e3;
  }
  
  .container {
    max-width: 100%;
  }
  
  .products-box:before {
    display: none;
  }
  
  .map2 .col {
    padding: 0 81px;
  }
  
  .entry-content, .product-page .entry-content, .profile-summary-box {
    height: auto;
    padding: 30px 72px;
  }
  
  .subpages1 {
    padding: 30px 72px;
  }
  
  .subpages1 .row {
    padding: 16px 15px;
  }
  
  .form-wrap {
    padding: 80px 20px 145px;
  }
  
  .intranet-header .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px;
  }
  
  .user-header {
    padding: 27px 30px;
  }
  
  .test-wrap .tab-pane, .test-wrap .tab-pane.padding58 {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  .site-header .logos > div:nth-child(1) .img-fluid {
    max-width: 100%;
    width: 300px;
  }
  
  .site-header .logos > div:nth-child(2) .img-fluid {
    max-width: 100%;
    width: 90px;
  }
  
  .site-header .logos > div:nth-child(3) .img-fluid {
    max-width: 100%;
    width: 70px;
  }

  .news-box h3 {
    padding-left: 15px;
  }

  .news-box .pic {
    margin-right: 15px;
  }
  
  .map2 .col {
    padding: 0 20px;
  }
  
  .page-25 .entry-subpages {
    margin-left: 20px;
  }
  
  .partners-list > .partner:first-child {
    padding: 30px;
  }
  
  .partners-list .partner .title h2 {
    font-size: 22px;
    line-height: 25px;
  }
  
  .partners-list > .row {
    display: block;
  }
  
  .partners-list > .row > .col {
    margin-bottom: 15px;
    width: 100%;
  }
  
  .partners-list .row section {
    padding: 30px;
  }
  
  .news-list a {
    padding-left: 370px;
  }
  
  .news-list .more {
    left: 370px;
  }
  
  .news-header h1, .news-header .gallery {
    padding-left: 30px;
  }
  
  .entry-short, .product-attachments, .videos-wrap {
    padding: 30px 72px;
  }
  
  .product-attachments li {
    padding: 30px 200px 30px 30px;
  }
  
  .form-wrap .col {
    padding: 0 30px;
  }
  
  .form-wrap .col-md-6:first-child {
    padding-left: 0;
  }
  
  .form-wrap .col-md-6:last-child {
    padding-right: 0;
  }
  
  .register-content .form-header, .register-form .fields {
    padding: 0 30px;
  }
  
  .register-form .location {
    padding: 30px;
  }
  
  .register-form .passwords {
    margin-bottom: 20px;
  }
  
  .terms-agreement {
    padding-top: 20px;
  }
  
  .product-page .entry-content {
    padding: 20px 30px;
  }
  
  .subpages2 .row {
    margin: 0;
  }
  
  .subpages2 .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;    
  }
  
  .subpages2 .col > div {
    padding-bottom: 20px;
  }
  
  .subpages2 h3 {
    padding: 20px 30px;
  }
  
  .subpages2 .text {
    padding: 30px 30px 20px;
  }
  
  .subpages2 .view {
    bottom: auto;
    margin-left: 30px;
    position: relative;
    right: auto;
  }
  
  .subpages2 .view:after {
    vertical-align: middle;
  }
  
  .entry-content, .product-page .entry-content, .profile-summary-box {
    padding: 30px;
  }
  
  .profile-summary-box {
    background-size: cover;
  }

  .types-nav p {
    position: static;
    text-align: center;
  }
  
  .network-content .short {
    padding: 30px;
  }
  
  .test-wrap form .col-md-5 {
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%;
  }
  
  .test-wrap form .offset-md-2 {
    margin-left: 6.666667%;
  }
  
  .test-type-2 .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .test-type-2 > .row > .col:first-child {
    padding-right: 0;
  }
  
  .test-type-2 > .row > .col:last-child {
    padding-left: 0;
  }
  
  .search-results {
    padding: 30px;
  }
  
  .entry-content .search-results ul {
    padding-left: 0;
  }
  
  .site-footer .logos .img-fluid {
    max-height: 50px;
  }
  
  .site-footer .logos .left {
    padding-top: 0;
  }
  
  .new-message .grey-back, .message-form {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    top: 66px;
  }
  
  .navbar .nav {
    margin-right: 0;
  }
  
  .navbar form, .navbar form .form-search {
    width: 100%;
  }
  
  .products-box .col-sm {
    max-width: 33.3333%;
  }
  
  .products-box a {
    padding: 0;
  }
  
  .products-box a .title {
    display: block;
    padding: 20px;
  }
  
  .map1 > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px 20px;
    text-align: center;
  }
  
  .map-news {
    padding: 0 30px;
  }

  .map-news .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .map-news .map1 {
    margin-bottom: 30px;
    padding-right: 0;
  }
  
  .map-news .news-box {
    padding-left: 0;
  }
  
  .news-box:after {
    left: 0;
  }
  
  .entry-subpages {
    margin: 0 0 15px 35px;
    padding: 10px 0;
  }
  
  .page-25 .entry-subpages {
    float: none;
    margin: 0 0 20px;
  }
  
  .entry-subpages a {
    font-size: 19px;
    line-height: 22px;
    padding: 5px 25px 5px 35px;
  }
  
  .entry-subpages .current:before {
    left: 13px;
  }
  
  .news-list a {
    padding: 0 20px 20px;
  }
  
  .news-list .pic, .news-list .pic span {
    position: static;
    width: 100%;
  }
  
  .news-list .pic {
    text-indent: 0;
  }
  
  .news-list .pic span {
    background: none !important;
    height: auto;
  }
  
  .news-list .pic img {
    height: auto;
    max-width: 100%;
  }
  
  .news-list h2 {
    padding-right: 0;
  }
  
  .news-list .more {
    left: 0;
    position: relative;
  }
  
  .news-header {
    margin-bottom: 20px;
    padding-left: 378px;
  }
  
  .news-header .pic {
    width: 378px;
  }
  
  .news-header h1 span {
    font-size: 24px;
    line-height: 30px;
  }
  
  .news-text {
    padding: 0 20px;
  }
  
  .entry-short, .product-attachments, .videos-wrap, .videos .text {
    padding: 20px 30px;
  }
  
  .form-wrap {
    padding: 30px 20px 60px;
  }
  
  .form-wrap h2 {
    margin-bottom: 30px;
  }
  
  .register-form .form-group {
    margin-bottom: 3px;
    padding: 0;
  }
  
  .g-recaptcha {
    padding-top: 20px;
  }
  
  .g-recaptcha > div {
    margin: 0 auto;
  }
  
  .buttons {
    margin: 0 20px;
    padding: 20px 0;
  }
  
  .buttons .btn-wrap:before {
    margin-right: 20px;
  }
  
  .buttons .btn-wrap:after {
    margin-left: 20px;
  }
  
  .subpages1 {
    padding: 30px;
  }
  
  .library-list li {
    padding: 30px;
  }
  
  .library-list .meta {
    display: block;
    margin-right: 0;
  }
  
  .library-list .meta .col {
    margin-bottom: 10px;
  }
  
  .library-list .meta .col:last-child {
    text-align: left;
  }
  
  .library-list .project {
    padding: 15px;
  }
  
  .choose-language p {
    display: none;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
  
  .news-dates > span {
    display: block;
    line-height: 23px;
    margin-bottom: 5px;
  }
  
  .news-dates .dropper {
    margin: 0 5px 5px;
    width: 210px;
  }
  
  .news-dates .dropper.first {
    z-index: 11;
  }
  
  .news-list > li > p {
    padding: 0 15px;
  }
  
  .intranet-header {
    padding: 30px;
  }
  
  .intranet-header h2 {
    font-size: 18px;
    line-height: 22px;
  }
  
  .intranet-header p {
    padding: 15px 20px 0 15px ;
  }
  
  .user-header {
    padding: 15px;
  }
  
  .user-header .row, .user-header .col {
    display: block;
    text-align: center;
    width: 100%;
  }
  
  .form-partner, .form-partner.first {
    padding: 30px;
  }
  
  .form-partner.first {
    padding-bottom: 0;
  }
  
  .grey-back {
    padding: 30px;
  }
  
  .resource-form .row, .resource-form .col {
    display: block;
    width: 100%;
  }
  
  .test-wrap .nav-tabs .nav-link {
    padding-left: 15px;
  }
  
  .test-wrap .nav-tabs .nav-item.show .nav-link:after, .test-wrap .nav-tabs .nav-link.active:after {
    left: 15px;
  }
  
  .test-wrap .nav-tabs .nav-link span {
    font-size: 20px;
    line-height: 22px;
  }
  
  .test-wrap .note1 li {
    font-size: 16px;
    line-height: 19px;
  }  
  
  .test-type-3 .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  body, input, select, textarea {
    font-size: 16px;
    line-height: 19px;
  }
  
  ul {
    padding-left: 20px;
  }
  
  .site-header .logos > div:nth-child(1) {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  
  .site-header .logos > div:nth-child(2), .site-header .logos > div:nth-child(3) {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  
  .products-box .row {
    margin: 0;
  }
  
  .products-box .col-sm {
    margin: 0 auto 13px;
    max-width: 100%;
    width: 401px;
  }
  
  .news-box .pic {
    margin: 0 0 15px;
    width: 100%;
  }
  
  .news-box .more {
    bottom: 0;
    clear: both;
    float: right;
    position: relative;
    right: 0;
  }
  
  .entry-title {
    font-size: 32px;
    line-height: 32px;
  }
  
  .entry-subpages {
    float: none;
    margin: 0 0 20px;
  }
  
  .partners-list > .partner:first-child header, .partners-list .partner header {
    padding-left: 0;
  }
  
  .partners-list .partner .logo {
    margin-bottom: 15px;
    position: static;
  }
  
  .finance {
    padding: 20px;
  }
  
  .news-list .pic img {
    width: 100%;
  }
  
  .time {
    right: 20px;
  }
  
  .news-header {
    height: auto;
    padding: 60px 0 20px;
  }
  
  .news-header .pic {
    background: none !important;
    display: block;
    height: auto;
    margin-bottom: 15px;
    position: static;
    text-indent: 0;
    width: 100%;
  }
  
  .news-header .pic img {
    height: auto;
    width: 100%;
  }
  
  .news-header h1 {
    margin-bottom: 15px;
    padding: 0 20px;
  }
  
  .news-header h1, .news-header .gallery {
    height: auto;
    line-height: normal;
  }
  
  .news-header .gallery {
    padding: 10px 5px 0;
  }
  
  .news-header .gallery ul {
    height: auto;
  }
  
  .news-header .gallery li {
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px 10px;
    width: 25%;
  }
  
  .news-header .gallery a, .news-header .gallery img {
    display: block;
    height: auto;
    width: 100%;
  }
  
  .fancybox-title-float-wrap {
    bottom: auto;
    margin-bottom: 0;
    top: 102%;
  }
  
  .fancybox-title-float-wrap .child {
    white-space: normal !important;
  }
  
  .entry-short, .entry-short, .product-attachments, .videos-wrap, .videos .text {
    padding: 20px;
  }
  
  .videos .row {
    display: block;
    margin: 0;
  }
  
  .videos .col {
    margin-bottom: 15px;
    padding: 0;
  }
  
  .form-wrap .row {
    display: block;
    padding: 0 20px;
  }
  
  .register-content .form-header, .register-form .fields {
    padding: 0 15px;
  }
  
  .register-form .location {
    padding: 20px;
  }
  
  .form-wrap .location .row {
    padding: 0;
  }
  
  .form-wrap .col {
    padding: 0;
    width: 100%;
  }
  
  .form-wrap .col:first-child {
    border-bottom: 1px solid #cfcfcf;
    border-right: none;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  
  .subpages2 h3 {
    padding: 15px 20px;
  }
  
  .subpages2 .text {
    padding: 20px 20px 15px;
  }
  
  .subpages2 .view {
    margin-left: 20px;
  }
  
  .product-page .entry-content {
    padding: 15px;
  }
  
  .product-attachments li {
    min-height: 170px;
    padding: 20px;
  }
  
  .product-attachments li:after {
    display: none;
  }
  
  .product-attachments .trigger {
    bottom: 20px;
    height: 60px;
    left: auto;
    margin-top: 0;
    padding-top: 46px;
    right: auto;
    top: auto;
    width: 62px;
  }
  
  .product-attachments .trigger:before {
    height: 40px;
    left: 12px;
    width: 40px;
  }
  
  .product-attachments .trigger:after {
    height: 17px;
    left: 24px;
    top: 12px;
    width: 14px;
  }
  
  .subpages1 {
    padding: 20px;
  }
  
  .subpages1 .row {
    border-bottom: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .subpages1 .col {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
  }
  
  .subpages1 .row:last-child .col:last-child {
    border-bottom: none;
  }
  
  .subpages1 a {
    padding-right: 30px;
  }
  
  .subpages1 .col:first-child a {
    margin-right: 0;
  }
  
  .entry-subpages a {
    padding-left:25px;
  }
  
  .entry-subpages .current:before {
    left: 10px;
  }
  
  .types-nav a {
    margin-bottom: 4px;
    padding: 5px 15px;
  }
  
  .library-list li {
    margin-bottom: 15px;
    padding: 15px;
  }
  
  .library-list h3 {
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 10px;
    padding-right: 0;
  }
  
  .library-list .publisher {
    margin-bottom: 20px;
    position: static;
    text-align: center;
    width: 100%;
  }
  
  .entry-content h1, .entry-content h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  
  .entry-path {
    font-size: 14px;
  }
  
  .network-content .short {
    padding: 15px;
  }
  
  .network-content .short .row, .network-content .short .col {
    display: block;
    margin: 0 0 15px;
    width: 100%;
  }
  
  .entry-content, .product-page .entry-content, .profile-summary-box, .intranet-header {
    padding: 15px;
  }
  
  .intranet-header .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  
  .intranet-header h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  
  .intranet-header a {
    height: auto;
  }
  
  .intranet-header a:before {
    /*
    background-position-x: -50px !important;
    margin: 0 auto;
    width: 180px;
    */
    display: none;
  }
  
  .intranet-header a:after {
    bottom: 17px;
    right: 10px;
  }
  
  .intranet-header p {
    padding: 15px 30px 15px 15px;
  }
  
  .form-partner, .form-partner.first {
    padding: 15px;
  }
  
  .user-menu {
    padding: 15px 0 0;
  }
  
  .user-menu li {
    padding: 0 0 8px 4px;
  }
  
  .grey-back {
    padding: 15px;
  }
  
  .btn-send-msg.btn:not(.btn-search) {
    min-height: auto;
    padding: 10px;
    white-space: normal;
  }
  
  .resource-subtitle:before {
    margin-top: 0;
  }
  
  .test-wrap form .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .test-wrap form .offset-md-2 {
    margin-left: 0;
  }
  
  .test-type-1 .row .row:last-child {
    border-bottom: 1px solid #fff;
  }
  
  .test-type-1 .col-sm-1, .test-type-2 .col-sm-1, .test-type-4 .col-sm-1, .test-type-6 .col-sm-1 {
    flex-grow: .1;
  }
  
  .test-wrap .tab-pane, .test-wrap .tab-pane.padding58 {
    padding: 15px;
  }
  
  .test-wrap .note1 li {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 50%;
  }
  
  .test-wrap .nav-tabs .nav-link span {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
  }
  
  .test-type-6 .col-sm-3 {
    min-width: 100%;
    padding-left: 25px;
    text-align: left;
  }
  
  .search-results {
    padding: 15px;
  }
  
  .messages-all {
    padding: 2px 15px;
  }
  
  .new-message .grey-back, .message-form {
    padding: 15px;
  }
  
  .recipients-list .list {
    height: 250px;
    overflow: auto;
    padding: 5px 0 0;
  }
  
  .recipients-list > div {
    padding: 15px 10px 15px 15px;
  }
  
  .recipients-list li, .member-box-small {
    margin-bottom: 7px;
  }
  
  .entry-header {
    min-height: auto;
  }
}

@media (max-width: 425px) {
  .navbar-brand {
    margin-right: 0; 
    width: 150px;
  }
  
  .navbar-brand:before {
    height: 66px;
    right: -16px;
  }
  
  .navbar-brand img {
    max-width: 100%;
    top: -21px;
  }
  
  .navbar-toggler {
    margin-right: 0;
  }
  
  .navbar-collapse {
    box-shadow: -3px 3px 3px rgba(0, 0, 0, .15);
    left: auto;
    margin-left: auto;
    right: 0;
    top: 53px;
    z-index: 1050;
  }
  
  .navbar-collapse:before {
    left: auto;
    margin-left: auto;
    right: 20px;
  }
  
  .navbar .nav {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .navbar .nav a {
    padding: 0 15px;
    width: auto;
  }
  
  .navbar .nav a:first-child {
    float: right;
  }
  
  .navbar form {
    width: 100%;
  }
  
  .navbar form .form-search {
    width: 100%;
  }
  
  .home .products-box {
    margin-bottom: 30px;
  }
  
  .products-box a {
    height: auto;
  }
  
  .please-register {
    margin: 0 0 30px;
  }
  
  .map-news {
    padding: 0 15px;
  }
  
  .news-box h3 {
    padding: 15px;
    text-align: center;
  }
  
  .news-box h3 a {
    bottom: auto;
    display: block;
    margin: 5px auto 0;
    position: relative;
    right: auto;
    width: 160px;
  }
  
  .offset-1 {
    margin-left: 0;
  }
  
  .cookiebox > div {
    padding: 15px;
    text-align: justify;
  }
  
  .cookie-agree {
    display: block;
    margin: 10px auto;
    position: static;
  }
  
  .choose-language {
    left: 10px;
    right: 10px;
    top: 4%;
  }
  
  .choose-language .logo {
    max-width: 80%;
  }
  
  .choose-language h3 {
    font-size: 20px;
    line-height: 24px;
  }
  
  .choose-language .row {
    display: block;
    margin: 0;
    text-align: center;
  }
  
  .choose-language .row .col {
    display: inline-block;
    max-width: 40%;
  }
  
  .choose-language .row b {
    font-size: 18px;
    line-height: 18px;
    margin: 0 10px;
  }
  
  .choose-language a {
    height: 118px;
    line-height: 118px;
  }
  
  .choose-language a span {
    font-size: 17px;
  }
  
  .entry-content, .product-page .entry-content, .profile-summary-box {
    padding: 0;
  }
  
  .news-header .gallery li {
    width: 50%;
  }
  
  .test-wrap .note1 li {
    display: block;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  
  .search-header {
    padding: 15px;
  }
  
  .search-results a, .search-results .link {
    font-size: 22p;
    line-height: 25px;
    padding: 30px 0 15px;
  }
  
  .search-results .type {
    left: 0;
    right: auto;
    top: 17px;
  }
  
  .search-results a:after, .search-results .link:after {
    right: 0;
    top: 18px;
  }
}

@media (max-width: 270px) {  
  .btn-send-msg.btn:not(.btn-search) {
    height: 70px;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../images/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../images/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*
.container, .navigation, .map2, .site-footer {
  min-width: 1200px !important;
  margin: 0 auto;
}

.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: 515px !important;
}

.navbar-nav {
    width: 515px !important;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.navbar-expand-lg .navbar-nav .nav-item {
    height: 54px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.105rem !important;
    padding-left: 1.105rem !important;
}
*/










