@font-face {
  font-family: 'ralewayitalic';
  src: url('../fonts/raleway-italic.woff2') format('woff2'),
  url('../fonts/raleway-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaybold';
  src: url('../fonts/raleway-bold.woff2') format('woff2'),
  url('../fonts/raleway-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Visby-Bold";
  src: url("../fonts/VisbyCF-Bold.woff") format("woff");
}
@font-face {
  font-family: "Visby-ExtraBold";
  src: url("../fonts/VisbyCF-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Visby-Heavy";
  src: url("../fonts/VisbyCF-Heavy.woff") format("woff");
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.woff") format("woff");
}

/* reset styles
-----------------------------------------------------------------------------*/


:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --vebinar-accent: #84EA37;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del,
s,
strike {
  text-decoration: line-through;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}
/* Common classes
-----------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.clear-fix:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.webkit-flicker-fix {
  -webkit-backface-visibility: hidden;
}
.webkit-border-radius-fix {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
  -webkit-backface-visibility: hidden;
}
/* positioning
-----------------------------------------------------------------------------*/
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* sizing
-----------------------------------------------------------------------------*/
.full-width,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  box-sizing: border-box;
  width: 100%;
}
/* transitions
-----------------------------------------------------------------------------*/
a,
a *,
a:before,
a:after {
  transition: all 200ms ease;
}
.base-margin-bottom,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
p,
ul,
ol,
table,
blockquote,
.text-content .row {
  margin-bottom: 10.5px;
}
.base-margin-bottom:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.text-content .row:last-child {
  margin-bottom: 0;
}
body,
input,
button,
select,
textarea {
  font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
body {
  line-height: 1.5;
}
a {
  color: #1872b7;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #1872b7;
}
.a-invert {
  text-decoration: none;
}
.a-invert:hover {
  text-decoration: underline;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
ul,
ol {
  padding-left: 20px;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.align-items-end{
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}

pre,
code {
  font-family: monospace;
}
.text-content {
  /* grid
  -----------------------------------------------------------------------------*/
  /* table
  -----------------------------------------------------------------------------*/
}
.text-content blockquote {
  border-left: 2px solid #ccc;
  background: #f2f2f2;
  padding: 10px;
}
.text-content q:before {
  content: '“';
}
.text-content q:after {
  content: '”';
}
.text-content thead th {
  border-bottom: 2px solid #ccc;
}
.text-content tbody td {
  border-bottom: 1px solid #ccc;
}
.text-content tbody tr:nth-child(even) td {
  background: #f2f2f2;
}
.text-content th,
.text-content td {
  padding: 10px;
}
/* button
-----------------------------------------------------------------------------*/
.button {
  display: inline-block;
  margin: 0;
  border: none;
  background: #1872b7;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 0;
  position: relative;
}
.button:hover {
  background-color: #12C0E8;
  text-decoration: none;
  color: #ffffff;
}
.button:active {
  top: 2px;
  background-color: #12C0E8;
  text-decoration: none;
  color: #ffffff;
}
.button:focus {
  top: 0;
  background: #1872b7;
  text-decoration: none;
  color: #ffffff;
}
.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.lte-ie-8 .button input {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.button-big {
  display: inline-block;
  margin: 0;
  border: none;
  background: #1872b7;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  font-size: 18px;
  padding: 10px 25px;
  font-weight: 400;
}
.button-big:hover {
  background-color: #12C0E8;
  text-decoration: none;
  color: #ffffff;
}
.button-big:active {
  top: 2px;
  background-color: #12C0E8;
  text-decoration: none;
  color: #ffffff;
}
.button-big:focus {
  top: 0;
  background: #1872b7;
  text-decoration: none;
  color: #ffffff;
}
.button-big input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.lte-ie-8 .button-big input {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/* inputs
-----------------------------------------------------------------------------*/
input {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}
textarea {
  overflow: auto;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}
.page-wrapper,
.footer {
  max-width: none;
  min-width: 0;
  width: 100%;
  margin: 0 auto;
}
.no-flexbox .page-wrapper,
.no-flexbox .footer {
  width: auto;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
}
.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
  min-height: 0;
}
.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto;
}
.page-body {
  flex: 1;
}
.page-body.flex-none {
  flex: none;
}
.bold {
  font-weight: bold;
}
.wrapper {
  position: relative;
}
/*COMMON STYLES*/
.container-fluid {
  padding: 0;
  width: 100%;
}
.row {
  margin: 0;
}
.container {
  width: 100%;
  min-width: 0;
  max-width: 1280px;
  padding: 20px 15px;
  margin: 0 auto 20px;
}
.shadow {
  box-shadow: 0 0 9px #E8E8E8;
}
.title {
  font-size: 28px;
  font-weight: 600;
  color: #1872b7;
  line-height: 40px;
}
span.title {
  color: #ffffff;
}
hr {
  border-top: 1px solid #c3e5fe;
  clear: both;
  margin: 20px 0;
  float: left;
  width: 100%;
}
.img_wrapper {
  margin: 0 auto;
  position: relative;
}
.img_wrapper img {
  position: absolute;
  left: 0;
  right: 0;
}
.img_grayscale {
  position: absolute;
  z-index: 998;
  opacity: 0;
}
.contact-us-reminder {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.contact-us-reminder span {
  color: #ffffff;
  font-weight: 600;
  background-color: #fea93b;
  line-height: 22px;
  display: block;
  padding: 20px;
}
.contact-us-reminder button {
  font-weight: 400;
  font-size: 22px;
  margin: 20px auto 0;
  padding: 12px 24px;
  cursor: pointer;
}
#page-body .inner-page {
  padding-top: 90px;
  /*> div {
    margin-bottom: 20px;
  }*/
}
.container.row > div {
  margin-bottom: 20px;
}
/***Modal form style start**/

.modal-body {
  padding: 15px 25px;
}
.modal-header {
  background-color: #39C;
  color: #FFF;
}
.modal-header .close {
  opacity: 1;
  color: #FFF;
}
.modal-header,
.modal-footer {
  border: none;
}
.btn {
  border-radius: 0;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal input[type='submit'] {
  padding: 7px 18px;
  border: none;
}
.form-horizontal input,
.form-horizontal textarea {
  padding: 7px;
  border: 1px solid #C3E5FE;
  box-shadow: 0 0 0 #DDD inset;
}
.form-horizontal textarea {
  resize: none;
  transition: all 200ms ease;
}
.form-horizontal textarea:focus {
  border-color: #66AFE9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tags {
  margin-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tags:before {
  content: "\f02c";
  font-family: FontAwesome;
  margin-right: 3px;
  color: #1872b7;
}
@media (max-width: 480px) {
  .tags {
    max-width: 50%;
  }
}
.date {
  font-size: 12px;
  overflow: hidden;
  color: #1872b7;
}
.bold-title {
  font-weight: 600;
  margin: 10px 0 20px;
  font-size: 20px;
}
.article-detail ul,
.text ul {
  list-style: none;
}
.article-detail ul li:before,
.text ul li:before {
  width: 7px;
  height: 7px;
  color: #1872B7;
  content: '';
  display: block;
  float: left;
  background: #1872B7;
  margin-top: 8px;
  margin-right: 10px;
}
.main-page .main-menu .navbar-default .navbar-collapse {
  border: none;
}
@media (max-width: 767px) {
  .main-page .main-menu .navbar-default .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
  }
}
.main-page .view-all-wrap {
  display: block;
  margin: 25px auto 0;
  clear: both;
  text-align: center;
  float: left;
  width: 100%;
}
@media (min-width: 1285px) {
  .main-page .sub-bg.dropdown-menu:after {
    content: none;
  }

}
/* HEADER STYLES*/
#header ul {
  padding: 0;
}
button.search.toggled {
  background-color: #39C;
  border-color: #C3E5FE;
  color: #fff;
}
button.search {
  float: right;
  margin: 18px 15px;
  background: none;
  border: none;
  padding: 5px 10px;
  color: #fff;
}
button.search:hover {
  border-color: #C3E5FE;
  color: #fff;
}
@media (max-width: 767px) {
  button.search {
    position: absolute;
    top: 0;
    right: 70px;
    display: block !important;
    z-index: 2;
  }
}

.main-menu {
  position: absolute;
  z-index: 2;
}
.main-menu .container {
  margin-bottom: 0;
  padding: 0;
}
.main-menu .container-fluid {
  padding: 0 15px;
}
.main-menu .navbar {
  position: inherit;
}
.main-menu .navbar-default {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 70px;
}
.main-menu .navbar-default .navbar-toggle {
  border-radius: 0;
  margin: 18px 15px 18px 0;
}
.main-menu .navbar-default .navbar-form {
  float: right !important;
  padding: 18px 0;
  border: 0;
  margin: 0 0 0 20px;
  z-index: 10;
  position: relative;
}
@media (max-width: 1199px) {
  .main-menu .navbar-default .navbar-form {
    position: absolute;
    top: -70px;
    margin: 0;
    width: 100%;
    right: 0;
    left: 0;
    padding: 16px 15px 20px 15px;
    background: linear-gradient(to right,#135e96,#1f91eb);
  }
}


.main-menu .navbar-default .navbar-toggle:hover span,
.main-menu .navbar-toggle[aria-expanded="true"] span {
  background-color: #fff !important;
}
.main-menu .navbar-default .navbar-toggle[aria-expanded="false"]:focus,
.main-menu .navbar-default .navbar-toggle:focus {
  background: none;
}
.main-menu .navbar-default .navbar-toggle[aria-expanded="false"]:focus span,
.main-menu .navbar-default .navbar-toggle:focus span {
  background-color: #888;
}
.main-menu .navbar-brand {
  height: 70px;
  padding: 14px 0 14px 90px;
}
.main-menu .navbar-brand img {
  max-width: 200px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .main-menu .navbar-brand {
    padding: 14px 0 14px 10px;
  }
}
.main-menu .navbar-default .navbar-collapse {
  border: none;
}
@media (max-width: 767px) {
  .main-menu .navbar-default .navbar-collapse {
    background-color: #FFF;
    box-shadow: 0px 3px 5px #CCC;
  }
}
.main-menu .navbar-nav {
  float: right;
}

@media (max-width: 767px) {
  .main-menu .navbar-nav {
    float: none;
  }
}
.main-menu .navbar-nav > li.active,
.main-menu .navbar-nav li.active:hover {
  background-color: #1872b7;
}
.main-menu .navbar-nav > li.active a,
.main-menu .navbar-nav li.active:hover a {
  background: none;
  color: #ffffff;
  transition: none;
}
.main-menu .navbar-nav > li {
  position: inherit;
}
@media (max-width: 767px) {
  .main-menu .navbar-nav > li {
    float: left;
  }
}

.caret {
  margin-left: 5px;
}
.main-menu .navbar-nav > li .sub-bg {
  position: absolute;
  background: #188BE4;
  left: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
}
.main-menu .navbar-nav > li .sub-bg > ul {
  list-style: none;
}
.main-menu .navbar-nav > li .sub-bg > ul > li {
  float: left;
}
.main-menu .navbar-nav > li .sub-bg > ul > li a {
  float: left;
  color: #ffffff;
}
.main-menu .navbar-nav > li .sub-bg > ul > li a:hover {
  background: #ffffff;
  color: #333333;
}
/*////////////////////////////////////////////////////////*/
/* SERVICES */
.services {
  list-style: none;
}
/*.services a {
  margin-top: 20px;
}*/
.services ul {
  float: left;
  padding: 0;
}
.services li {
  display: block;
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 991px) {
  .services li:nth-child(2n+1) {
    clear: left;
  }
}
.services li i {
  color: #1872b7;
  font-size: 50px;
}
.services li .s-title {
  color: #5e5e5e;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  min-height: 35px;
}
@media (max-width: 767px) {
  .services li .s-title {
    min-height: inherit;
  }
}
.services li .s-text {
  margin-top: 10px;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .services li .s-text {
    min-height: inherit;
  }
}

.services .about div {
  float: left;
  width: 78%;
}
@media (max-width: 767px) {
  .services .about div {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.services .about ul {
  float: right;
  width: 20%;
  margin-left: 1%;
}
@media (max-width: 767px) {
  .services .about ul {
    width: 100%;
  }
}
.services .about ul li {
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
  background: none;
  font-weight: 600;
}
@media (max-width: 767px) {
  .services .about ul li {
    width: 50%;
    float: left;
    text-align: center;
  }
}
.services .about ul li:before {
  width: 7px;
  height: 7px;
  color: #1872B7;
  display: block;
  float: left;
  margin-right: 20px;
  content: "\f00c";
  font-family: FontAwesome;
}
@media (max-width: 767px) {
  .services .about ul li:before {
    display: none;
  }
}
/*MAIN PAGE*/
@media (max-width: 992px) {
  .article-block {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .article-block {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
    float: none;
    clear: both;
    overflow: hidden;
  }
}
.internal-news-mod .article-block{
  display: flex;
  flex-direction: column;
}
.article-block img {
  display: block;
  margin: 0 auto;
}
.article-block img:hover {
  transform: scale3d(0.98, 0.98, 1);
}
.article-block .img-wrap {
  overflow: hidden;
  margin-bottom: 10px;
  height: auto;
  max-height: 170px;
  min-height: 170px;
}

.article-block .title {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  display: block;
}
.article-block .title:hover {
  text-decoration: underline;
}
.article-block .title .news-title{
  min-height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: -0.4px;
}
.article-block .prev-text {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  margin: 8px 0 20px;
  min-height: 108px;
}
.article-block .date {
  font-size: 10px;
  float: left;
}
.article-block .tags {
  font-size: 10px;
  float: left;
  width: 120px;
}
.article-block .more {
  font-size: 10px;
  margin: 0 10px;
  float: right;
}
.article-block i {
  font-size: 10px;
  color: #1872b7;
  margin-right: 3px;
}
.testimonials {
  position: relative;
}
.testimonials img {
  float: none;
  height: auto;
  margin: 0 auto 5px;
  min-width: initial;
  min-height: initial;
  display: block;
}
.testimonials span {
  font-style: italic;
  padding-left: 40px;
}
.testimonials .text {
  margin-top: 50px;
  position: relative;
  padding: 0 40px;
}
.testimonials .text:before {
  content: '';
  font-size: 72px;
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 22px;
  background-image: url("../img/sprite.png");
  background-position: 0 -1px;
}
.testimonials .text:after {
  content: '';
  font-size: 72px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27px;
  height: 22px;
  background-image: url("../img/sprite.png");
  background-position: 0 -23px;
}
.clients {
  text-align: center;
}
.clients a {
  display: inline-block;
}
.clients ul a {
  display: table-cell;
  vertical-align: middle;
}
.clients ul {
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 50px 0 20px 0;
  padding: 0;
}
div.clients ul li {
  width: 18%;
  margin: 0 1%;
  float: left;
  text-align: center;
  padding: 10px 0;
  max-height: 100px;
  height: 100px;
  display: table;
}
@media (max-width: 1025px) {
  div.clients ul {
    padding: 0;
  }
  div.clients ul li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: auto;
    padding: 0 3%;
    margin: 0;
  }
  div.clients ul li  {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 480px) {
  div.clients ul li {
    max-width: 150px;
    width: 50%;
  }
}
/*END MAIN PAGE STYLES*/
/*LABS PAGE STYLES*/
.banner {
  margin-top: 100px;
  width: 100%;
  float: left;
  min-height: 175px;
  padding: 30px 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
.banner p {
  padding: 0 !important;
}
.banner .title {
  text-align: left;
  font-weight: 600;
  font-size: 48px;
  padding-left: 3%;
}
.banner .orange {
  color: #ffba00;
}
.banner .container {
  margin-bottom: 0;
}
.banner.labs {
  background-image: url('../img/wide/labs.jpg');
  background-size: cover;
  background-position: 50%;
}
.banner.contacts {
  background-image: url('../img/wide/contacts.jpg');
  background-size: cover;
  background-position: 50%;
}
.banner.desktop {
  background-image: url('../img/wide/product-desktop.jpg');
  background-size: cover;
  background-position: 50%;
}
.breadcrumbs {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.breadcrumbs .row.nob {
  border: none;
}
.breadcrumbs .row {
  margin-bottom: 0;
  border-bottom: 1px solid #C3E5FE;
  padding: 12px 0;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul li:first-child a {
  border: none;
  font-size: 18px;
}
.breadcrumbs ul li a {
  padding: 0 9px;
  font-size: 11px;
  text-decoration: none;
  border-left: 1px solid #1872b7;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.labs .category {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  display: table;
}
@media (max-width: 992px) {
  .labs .category {
    display: block;
  }
}
.labs:hover .category {
  box-shadow: 0 0 7px #ddd;
}
.labs:hover .categ {
  background-color: #1872b7;
  color: #ffffff;
}
.labs:hover .title {
  color: #ffffff;
}
.labs .categ {
  transition: none;
  float: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  color: #1872b7;
  overflow: hidden;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .labs .categ {
    display: block;
    float: left;
  }
}
.labs .categ ul {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0;
  list-style: none;
}
.labs .categ ul i {
  font-size: 10px;
  color: #1872b7;
  background-color: #FFF;
  padding: 3px;
  width: 17px;
  height: 17px;
  vertical-align: top;
}
.labs .categ i {
  font-size: 65px;
}
.labs .categ .title {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
}
.labs .categ-info {
  float: none;
  padding-top: 15px;
  padding-bottom: 15px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .labs .categ-info {
    float: left;
  }
}
.labs .latest {
  font-size: 12px;
  margin-top: 10px;
  float: left;
}
.labs .latest a {
  text-decoration: none;
  display: inline-block;
}
.labs .latest a:hover {
  text-decoration: underline;
}
/*PRODUCTS*/
.product-item {
  display: table;
  border-left: 10px solid #fff;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .product-item {
    float: left;
    width: 96%;
    display: block;
    padding: 0 2%;
  }
}
.product-item:hover {
  box-shadow: 0 0 9px #E8E8E8;
  border-left: 10px solid #1872b7;
}
.product-item > * {
  display: table-cell;
  vertical-align: middle;
}
.product-item .title {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.product-item .title:hover {
  text-decoration: underline;
}
.product-item .product-views,
.product-item .product-downloads {
  font-size: 10px;
  color: #999;
  float: left;
  margin-right: 10px;
}
.product-item .product-views i,
.product-item .product-downloads i {
  margin-right: 5px;
}
.product-item .text {
  margin-bottom: 10px;
}
.product-item > a {
  min-width: 200px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-item > a {
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }
}
/*NEWS*/
.news-list {
  float: left;
  width: 100%;
}
.news-list .news-item:hover .news-link img {
  transform: scale3d(0.98, 0.98, 1);
}
.news-list .news-item {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 650px) {
  .news-list .news-item {
    float: left;
    width: 44%;
    margin: 0 3% 60px 3%;
  }
}
@media (max-width: 480px) {
  .news-list .news-item {
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }
}
.news-list .news-item .news-img-wrap {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.news-list .news-item .news-img-wrap:hover img {
  transform: scale3d(0.98, 0.98, 1);
}
.news-list .news-item .news-wrap {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}
@media (max-width: 650px) {
  .news-list .news-item .news-wrap {
    width: 100%;
  }
}
.news-list .news-item a.news-link {
  display: inline-block;
  width: 31%;
  margin-right: 3%;
  min-height: 130px;
  vertical-align: bottom;
  text-align: center;
}
.news-list .news-item a.news-link:hover ~ .news-wrap a.title {
  text-decoration: underline;
}
@media (max-width: 650px) {
  .news-list .news-item a.news-link {
    width: 100%;
    display: table;
    height: 130px;
  }
}
.news-list .news-item a.title {
  display: block;
  text-decoration: none;
}
.news-list .news-item a.title:hover {
  text-decoration: underline;
}
.news-list .news-item .text {
  margin: 10px 0;
}
.news-list .news-item .date,
.news-list .news-item .tags {
  display: inline-block;
  font-size: 11px;
  color: #1872b7;
}
@media (max-width: 650px) {
  .news-list .news-item .date {
    float: left;
  }
}
@media (max-width: 650px) {
  .news-list .news-item .tags {
    display: none;
  }
}
.news-list .news-item .more {
  float: right;
  text-decoration: none;
}
.news-list .news-item .more:hover {
  text-decoration: underline;
}
.subscribe {
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
}
.subscribe a {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  padding: 10px 30px;
}
.subscribe span {
  display: block;
}
.block {
  border-top: 10px solid #f85b5b;
  margin-top: 30px;
  padding: 0 10px 10px;
  float: left;
  width: 100%;
  box-shadow: 0 0 9px #E8E8E8;
}
.block .product-item {
  box-shadow: none;
  border: none;
}
.block .product-item:hover {
  box-shadow: none;
  border: none;
}
.block .view-all-wrap {
  float: left;
  width: 96%;
  padding: 20px 0 10px;
  margin: 0 2%;
  border-top: 1px solid #c3e5fe;
  text-align: center;
}
.block > .title {
  text-align: center;
  color: #5e5e5e;
  padding: 10px 0 12px 0;
}
.block .block-news-list {
  width: 96%;
  margin: 0 2%;
  float: left;
}
.block .block-news-item {
  border-top: 1px solid #c3e5fe;
  padding: 10px 0;
  width: 100%;
  float: left;
}
.block .block-news-item .block-news-wrap {
  width: 60%;
  vertical-align: middle;
  display: inline-block;
}
.block .block-news-item .block-news-wrap a.title {
  font-size: 14px;
  float: left;
  width: 100%;
  line-height: 22px;
  text-decoration: none;
}
.block .block-news-item .block-news-wrap a.title:hover {
  text-decoration: underline;
}
.block .block-news-item .block-news-wrap a.more {
  text-decoration: none;
}
.block .block-news-item .block-news-wrap a.more:hover {
  text-decoration: underline;
}
.block .block-news-item .block-news-link {
  text-decoration: none;
  width: 35%;
  vertical-align: middle;
  margin-right: 3%;
  min-height: 75px;
  display: inline-block;
}
.block .block-news-item .block-news-link:hover {
  text-decoration: underline;
}
.block .block-news-item .block-news-link:hover ~ .block-news-wrap a.title {
  text-decoration: underline;
}
.block .block-news-item .block-img-wrap {
  padding: 5px 0;
}
.block .block-news-item span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.block .block-news-item .tags,
.block .block-news-item .more {
  font-size: 10px;
  margin-left: 0;
  display: inline-block;
}
.block .block-news-item .tags {
  float: left;
}
.block .block-news-item .more {
  float: right;
}
.block .block-news-item .text {
  font-size: 12px;
  line-height: 14px;
  margin: 10px 0;
  float: left;
  width: 100%;
}
.block .block-event {
  text-align: center;
}
.block .block-event img {
  margin: 20px 0;
}
.block .block-event .block-event-date,
.block .block-event .block-event-place {
  font-weight: 600;
}
.block .block-event .button-big {
  margin: 20px 0;
}
.article-detail {
  float: left;
  width: 100%;
}
.article-detail img {
  float: left;
  margin: 0 3% 15px 0;
  width: 30%;
}
@media (max-width: 480px) {
  .article-detail img {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.article-detail .title {
  float: left;
  width: 67%;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .article-detail .title {
    width: 100%;
  }
}
.article-detail .date,
.article-detail .tags {
  display: inline-block;
  max-width: 50%;
}
.article-detail .article-prev-text {
  font-weight: 600;
}
.article-detail .text {
  margin: 10px 0 20px 0;
}
.news-additional {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.news-additional > span {
  margin: 20px 0;
  font-weight: 600;
  border-bottom: 1px solid #c3e5fe;
  padding: 10px 0;
  float: left;
  width: 100%;
}
.news-additional .tags {
  display: none;
}
.pagination {
  display: table;
  margin: 0 auto;
  padding: 0 0 20px;
  clear: both;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #1872b7;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: #1872b7;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 0;
}
.pagination > li:last-child > a,
.pagination .pagination > li:last-child > span {
  border-radius: 0;
}
.filter {
  float: right;
  width: 100%;
  padding: 0 0 5px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #c3e5fe;
}
.filter label {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  margin-right: 10px;
}
.filter .filter-item {
  float: right;
}
.filter .selectize-control {
  min-width: 100px;
  display: inline-block;
  vertical-align: top;
}
.filter .selectize-input.focus {
  box-shadow: none;
  background: #1872b7 !important;
  color: #fff;
}
.filter .selectize-input.focus:after {
  border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.filter .selectize-input.focus.dropdown-active:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0);
}
.filter .selectize-input,
.filter .selectize-dropdown {
  border: none;
  border-radius: 0;
}
.filter .selectize-dropdown-content .active {
  background-color: #1872b7;
  color: #fff;
}
.videos-list .video-item {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .videos-list .video-item {
    padding: 0;
  }
}
.videos-list .video-item a.title {
  text-decoration: none;
  font-size: 18px;
  width: 100%;
}
.videos-list .video-item a.title:hover {
  text-decoration: underline;
}
.videos-list .video-item iframe {
  width: 100%;
}
.videos-list .video-item .video-prev-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px;
}
.videos-list .video-item .date,
.videos-list .video-item .more {
  font-size: 10px;
  display: inline-block;
}
.videos-list .video-item .more {
  text-decoration: none;
  float: right;
}
.videos-list .video-item .more:hover {
  text-decoration: underline;
}
.videos-list .video-item .tags {
  display: inline-block;
  font-size: 10px;
}
.videos-list .video-item .tags a {
  font-size: 10px;
}
.event-list {
  width: 100%;
  float: left;
}
table.events {
  text-align: center;
  float: left;
  width: 100%;
}
table.events tbody {
  float: left;
  width: 100%;
}
table.events tr {
  border-bottom: 1px solid #c3e5fe;
}
@media (max-width: 767px) {
  table.events tr {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #C3E5FE;
  }
}
table.events tr:first-child {
  background-color: #1872b7;
  color: #FFF;
  text-align: center;
}
@media (max-width: 767px) {
  table.events tr:first-child {
    display: none;
  }
}
table.events tr:first-child td {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}
table.events tr:first-child td i {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: baseline;
}
table.events tr:first-child td:nth-child(2n) {
  background-color: #1872b7;
}
table.events tr:last-child {
  border-bottom: none;
}
table.events td {
  vertical-align: middle;
  padding: 15px 2%;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  table.events td {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  table.events td img {
    max-width: 180px;
  }
}
table.events td:nth-child(1) {
  width: 35%;
  border-right: 1px solid #c3e5fe;
}
@media (max-width: 767px) {
  table.events td:nth-child(1) {
    border: none;
  }
}
table.events td:nth-child(2) {
  width: 15%;
  background-color: #eaf6ff;
  border-right: 1px solid #c3e5fe;
}
@media (max-width: 767px) {
  table.events td:nth-child(2) {
    border: none;
  }
}
table.events td:nth-child(3) {
  width: 15%;
  border-right: 1px solid #c3e5fe;
}
@media (max-width: 767px) {
  table.events td:nth-child(3) {
    border: none;
  }
}
table.events td:nth-child(4) {
  width: 35%;
  background-color: #eaf6ff;
}
@media (max-width: 767px) {
  table.events .event-links {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }
}
table.events .request-meeting {
  float: left;
  margin-top: 10px;
}
table.events .request-meeting:before {
  content: "\f145";
  font-family: FontAwesome;
  margin-right: 3px;
  color: #1872b7;
  text-decoration: none;
}
table.events .website-link {
  float: right;
  margin-top: 10px;
}
table.events .website-link:before {
  content: "\f0ac";
  font-family: FontAwesome;
  margin-right: 3px;
  color: #1872b7;
  text-decoration: none;
}
.white-papers-list {
  float: left;
  width: 100%;
}
.white-papers-list .wp-item.top-item {
  padding: 20px 20px 25px;
  border: 1px solid #1872b7;
  background-color: #eaf6ff;
}
.white-papers-list .wp-item.top-item .wp-text {
  padding-right: 60px;
}
.white-papers-list .wp-item.top-item .wp-download {
  right: 0;
}
.white-papers-list .wp-item {
  margin-bottom: 20px;
}
.white-papers-list a.title {
  text-decoration: none;
}
.white-papers-list a.title:hover {
  text-decoration: underline;
}
.white-papers-list .wp-text {
  margin-top: 10px;
  padding-right: 80px;
  position: relative;
}
.white-papers-list .wp-download {
  width: 50px;
  height: 50px;
  background-image: url(../img/system/pdf-d.png);
  float: right;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.inner-block {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 10%;
  border: 1px solid #c3e5fe;
  margin-bottom: 20px;
}
.clients-list .affiliate {
  border: 1px solid #c3e5fe;
  position: relative;
}
.clients-list .affiliate:after {
  content: "\f0a3";
  font-family: FontAwesome;
  color: #1872b7;
  position: absolute;
  top: -11px;
  right: -7px;
  display: block;
}
.clients-list ul {
  width: 100%;
  float: left;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.clients-list ul li {
  padding: 0;
  text-align: center;
  min-height: 95px;
  display: table;
  width: 20%;
  margin: 10px 2.5%;
  float: left;
}
.clients-list ul li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .clients-list ul li {
    width: 46%;
    margin: 10px 1%;
    float: left;
    height: 60px;
  }
  .clients-list ul li img {
    max-width: 100px;
  }
}
.clients-list ul li a {
  display: table-cell;
  vertical-align: middle;
}
.clients-list p .affiliate {
  min-width: 30px;
  min-height: 30px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.block-testimonial img {
  width: 70%;
}
.block-testimonial .text {
  text-align: left;
  padding: 0 10px;
}
.block-testimonial .block-testimonial-name {
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  margin-top: 20px;
}
.block-testimonial .block-testimonial-position {
  font-style: italic;
  font-size: 12px;
  text-align: right;
  margin-bottom: 20px;
}
.testimonial-item {
  float: left;
  width: 98%;
  padding: 10px;
  margin: 1%;
}
.testimonial-item img {
  min-width: 25%;
  margin-right: 3%;
  float: left;
}
@media (max-width: 767px) {
  .testimonial-item img {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
}
.testimonial-item .wrap {
  width: 72%;
  float: right;
  text-align: right;
}
.testimonial-item .wrap .text {
  position: relative;
  padding-right: 25px;
}
.testimonial-item .wrap .text:hover:after {
  color: #1872b7;
}
.testimonial-item .wrap .text:after {
  content: "\f075";
  font-family: FontAwesome;
  color: #a3d6fd;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 16px;
  transition: all 200ms ease;
}
.testimonial-item .wrap .name-wrap {
  position: relative;
  max-width: 200px;
  float: right;
  border-top: 1px solid #c3e5fe;
  margin-top: 10px;
  padding-top: 5px;
  padding-right: 25px;
  font-size: 12px;
}
.testimonial-item .wrap .name-wrap:hover:after {
  color: #1872b7;
}
.testimonial-item .wrap .name-wrap .testimonial-name {
  font-weight: 600;
  line-height: 16px;
}
.testimonial-item .wrap .name-wrap .testimonial-position {
  font-style: italic;
  line-height: 16px;
}
.testimonial-item .wrap .name-wrap:after {
  content: "\f007";
  font-family: FontAwesome;
  color: #a3d6fd;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 16px;
  transition: all 200ms ease;
}
@media (max-width: 767px) {
  .testimonial-item .wrap {
    width: 100%;
  }
}
.title.technology {
  margin-bottom: 10px;
}
.title.technology:before {
  content: "\f085";
  font-family: FontAwesome;
  display: block;
  font-size: 35px;
  float: left;
  margin-right: 10px;
}
.title.academy {
  margin-bottom: 10px;
}
.title.academy:before {
  content: "\f19d";
  font-family: FontAwesome;
  display: block;
  font-size: 35px;
  float: left;
  margin-right: 10px;
}
.img-list img {
  max-width: 100%;
  max-height: 100px;
}
.team-item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.team-item:nth-child(2n+1) .team-name {
  padding: 15px 4% 15px 120px;
}
.team-item .team-name {
  padding: 15px 120px 15px 4%;
  background-color: #F7FCFF;
  border-bottom: 1px solid #c3e5fe;
}
.team-item .team-position {
  font-weight: 300;
  font-size: 28px;
  color: #1872b7;
  padding: 15px 4%;
  margin-bottom: 10px;
  line-height: 28px;
}
.team-item .team-photo {
  position: absolute;
  top: 10px;
  left: 160px;
  border: 2px solid #1872b7;
}
@media (max-width: 767px) {
  .team-item .team-photo {
    left: 10px;
  }
}
.team-item .team-text {
  font-size: 13px;
}
.team-item:nth-child(2n+1) .team-name,
.team-item:nth-child(2n+1) .team-position {
  text-align: right;
}
.team-item:nth-child(2n+1) .team-position {
  padding-left: 30%;
}
.team-item:nth-child(2n) .team-position {
  padding-right: 30%;
}
.team-item:nth-child(2n) .team-photo {
  right: 160px;
  left: auto;
}
@media (max-width: 767px) {
  .team-item:nth-child(2n) .team-photo {
    right: 10px;
  }
}
.contacts p {
  padding-left: 30px;
  position: relative;
}
.contacts .big {
  font-size: 18px;
  font-weight: 600;
}
.contacts .address:before,
.contacts .phone:before,
.contacts .fax:before {
  font-family: FontAwesome;
  display: block;
  font-size: 20px;
  float: left;
  color: #1872b7;
  position: absolute;
  left: -5px;
  top: 0;
  width: 25px;
  text-align: right;
}
.contacts .address:before {
  content: "\f041";
}
.contacts .phone:before {
  content: "\f095";
}
.contacts .fax:before {
  content: "\f1ac";
}
.contacts .bold {
  color: #1872b7;
}
.contacts .terms {
  margin-top: 20px;
  padding: 20px 30px 30px;
  background-color: #c3e5fe;
}
.contacts .terms p {
  padding: 30px;
}
.contacts .terms .title {
  font-size: 14px;
}
.contacts .terms p {
  font-size: 12px;
  color: #1872b7;
  margin: 15px 0;
}
.contacts .terms p:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #1872b7;
}
.contacts input[type='submit'] {
  float: right;
  clear: both;
}
.selectize-input {
  border-color: #c3e5fe;
}
.selectize-input.focus {
  box-shadow: none;
  background: #1872b7 !important;
  color: #fff;
}
.selectize-input.focus:after {
  border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
.selectize-input.focus.dropdown-active {
  border-radius: 0;
}
.selectize-input.focus.dropdown-active:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) !important;
}
.selectize-input,
.selectize-dropdown {
  border-radius: 0;
}
.selectize-dropdown-content .active {
  background-color: #1872b7;
  color: #fff;
}
@media (max-width: 480px) {
  .sidebar {
    padding: 0;
  }
  .sidebar > div {
    padding: 0;
  }
}
.block-product img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px;
}
.block-product .info {
  float: left;
  margin-bottom: 10px;
}
.block-product .info:nth-child(2n) {
  font-weight: 600;
  width: 39%;
  padding-left: 1%;
}
.block-product .info:nth-child(2n-1) {
  width: 59%;
  padding-right: 1%;
}
.block-download {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.screenshots {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.screenshots li {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .screenshots li {
    width: 48%;
    margin-right: 1%;
  }
}
.videos-wrap {
  width: 100%;
}
.videos-wrap iframe {
  max-width: 100%;
}
.download-button-wrap {
  width: 48%;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .download-button-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .download-button-wrap {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .download-button-wrap {
    width: 100%;
  }
}
.download-button-wrap:nth-child(2n) {
  float: right;
}
.download-button-wrap .download.button-big {
  max-width: 100%;
  position: relative;
  padding-left: 55px;
  margin: 0 auto;
  display: table;
}
.download-button-wrap .download.button-big:before {
  content: "\f019";
  font-family: FontAwesome;
  display: block;
  font-size: 26px;
  position: absolute;
  top: 16px;
  left: 18px;
}
.download-button-wrap .download.button-big div {
  font-size: 9px;
  line-height: 6px;
}
/*OVERWRIGHTS*/
.sub-bg ul.container {
  margin: 0 auto;
  max-width: 900px;
}

.clients ul li img {
  max-width: 160px;
  width: 100%;
  max-height: 75px;
}
.services-all {
  display: table;
  margin: 0 auto;
  padding-bottom: 30px;
}
.slider-testimonial-image img {
  max-width: 80px;
  min-width: 60px;
  margin: 0 10px 5px 0;
  max-height: 70px;
  min-height: initial;
}
.support-ukraine-widget {
  position: fixed;
  left: 10px;
  top: 70vh;
  z-index: 5;
  width: 56px;
  backface-visibility: hidden;
  background:url("/images/ua-flag.svg") no-repeat center, #ffffff;
  color: #ffffff;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgb(0 82 204 / 20%);
  background-size: 52px;
  border: 2px solid white;
}

.support-ukraine-widget .widget-body{
  width: 345px;
  height: 135px;
  position: absolute;
  background: white;
  box-shadow: 0px 2px 4px rgba(41, 120, 177, 0.25);
  border-radius: 16px;
  color: #263341;
  left:-350px;
  top:-50%;
  cursor: initial;
}
.support-ukraine-widget .widget-body .row{
  display:flex;
  align-items:stretch;
}
.support-ukraine-widget .widget-body .row div:first-child{
  padding-left: 0;
  padding-right: 0;
  align-self: center;
}
.flag .widget-body{
  visibility:hidden;
  transition: all 1s ease 0.3s;
  padding: 16px;
}
.flag:hover .widget-body{
  visibility:visible;
  left:-10px;

}
.support-ukraine-widget .flag{
  height: 60px;
  width: 60px;
  cursor: pointer;

}
.support-ukraine-widget .widget-body .fa-arrow-right:before{
  transform: rotate(45deg);
}
.flyer {
  position: fixed;
  left: -66px;
  top: 60%;
  z-index: 2;
  transform: rotate(270deg);
  -moz-transform: rotate(270deg); /* Для Firefox */
  -ms-transform: rotate(270deg); /* Для IE */
  -webkit-transform: rotate(270deg); /* Для Safari, Chrome, iOS */
  -o-transform: rotate(270deg); /* Для Opera */
  width: 200px;
  backface-visibility: hidden;
  background-color: #1872b7;
  color: #ffffff;
  height: 70px;
}
.flyer div[class*="col-"]{
  padding: 0;
}
.flyer .flyer-arrow{
  background-color: white;
  color: #1872b7;
  height: 40px;
  text-align: center;
  display: table;
}
.flyer div.flyer-logo-wrapper{
  padding: 12px 8px 0 8px;
}
.flyer div.flyer-logo img{
  width: 135px;
}
.flyer ul{
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  background-color: white;

}
.flyer ul li{
  width: 100%;
  height: 56px;
  color: #1872b7;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-size: 28px;
  font-weight: 700;
  background-position-y: center;
  background-position-x: 10px;
  font-size: 20px;
}
.flyer ul li:first-child{
  background-image: url(../../../images/one-pagers/Enterprise.svg);
}
.flyer ul li:first-child:hover{
  background-image: url(../../../images/one-pagers/Enterprise_white.svg);
}
.flyer ul li:nth-child(2){
  background-image: url(../../../images/one-pagers/AEC.svg);
}
.flyer ul li:nth-child(2):hover{
  background-image: url(../../../images/one-pagers/AEC_white.svg);
}
.flyer ul li:nth-child(3){
  background-image: url(../../../images/one-pagers/ISV.svg);
}
.flyer ul li:nth-child(3):hover{
  background-image: url(../../../images/one-pagers/ISV_white.svg);
}


.flyer ul li:hover{
  background-color: #1872b7;
  color: white;
}
.flyer ul li:hover >a{
  color: white;
}
.flyer:hover > ul{
  transition: all 0.3s;
  transform: translate(0, 0);
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.flyer a {
  text-decoration: none;
  color: #1872b7;
}
.flyer a div{
  padding-top: 15px;
}
.flyer a:hover{
  color: #fff;
}
.flyer .fa-long-arrow-down:before {
  height: 63px;
  width: 62px;
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
}
.flyer i {
  font-size: 24px;
  float: left;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.flyer span {
  font-size: 14px;
  line-height: 12px;
}
.flyer span.small {
  display: inline-block;
  float: none;
  font-size: 10px;
}
.info-block .button-big {
  font-size: 12px;
  padding: 4px 15px;
  float: right;
  transition: all 200ms ease;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 568px) {
  .info-block .button-big {
    float: none;
  }
}

.info-block .text a {
  padding-left: 10px;
  font-size: 14px;
  margin-top: 10px;
}
.modal-header {
  text-align: center;
}
.cpr {
  clear: left;
}
.cpr.text-right {
  clear: none;
}
.search-button {
  float: right;
  height: 100%;
  padding: 11px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 200ms ease;
  color: #1872B7;
  background: none;
  border: none;
  z-index: 1;
}
.search-button i {
  position: relative;
  top: -5px;
}
.search-button:hover {
  background-color: #1872B7;
  color: #FFF;
  cursor: pointer;
}
.main-menu .navbar-default .navbar-form input {
  padding-right: 45px;
}

@media only screen and (max-width: 768px) {
  .article-block:nth-child(2n+1) {
    clear: left;
  }
}

.navbar-collapse.collapse.in {
  overflow: visible;
}

.collapse {
  position: static;
}

.main-menu .navbar-default .navbar-form input::-ms-clear {
  display: none;
}

li.item-171 .caret {
  display: none;
}



@font-face {
  font-family: 'D3 Euronism';
  font-style: normal;
  font-weight: normal;
  src: local('D3 Euronism'), url('D3Euronism.woff') format('woff');
}


@font-face {
  font-family: 'D3 Euronism Bold italic';
  font-style: normal;
  font-weight: normal;
  src: local('D3 Euronism Bold italic'), url('D3Euronism_b_i.woff') format('woff');
}


@font-face {
  font-family: 'D3 Euronism Bold';
  font-style: normal;
  font-weight: normal;
  src: local('D3 Euronism Bold'), url('D3Euronism_b.woff') format('woff');
}


@font-face {
  font-family: 'D3 Euronism italic';
  font-style: normal;
  font-weight: normal;
  src: local('D3 Euronism italic'), url('D3Euronism_i.woff') format('woff');
}

.event-block{
  max-width: 1255px !important;
  margin: 0 auto;
  text-align: center
}

.event-block .info-block{
  width: 350px !important;
  bottom: -5px !important;
  left: 20px !important;
  text-align: left;
}

.event-block .info-block i{
  margin-right: 10px !important;
}

.event-block .info-block a,
.event-block .info-block span{
  color: #fff !important;
}

.event-block .event-text{
  margin-top: 140px;
}

.event-block .event-text .content{
  display: inline-table;
}

h1.d3euro {
  font-family: D3 Euronism Bold;
  color: #006EC3;
  font-size: 60px;
}

.d3euro span{
  font-size: 60px;
  color: #00BBF8;
  font-family: D3 Euronism Bold;
}

span.orline:before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 0px;
  border-top: 1px solid;
  position: relative;
  top: -5px;
  margin-right: 30px;
}

span.orline {
  display: block;
  color: #006EC3;
  font-size: 20px;
}

span.orline:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 0px;
  border-top: 1px solid;
  position: relative;
  top: -5px;
  margin-left: 30px;
}

h2.comfortaa {
  /*font-family: ComfortaaRegular;*/
  color: #006EC3;
  display: block;
  border: none;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 48px;
  font-weight: 600;
}


@media screen and (max-width: 1300px) {
  h1.d3euro {
    font-size: 36px;
  }
  .d3euro span {
    font-size: 36px;
  }

  h2.comfortaa {
    font-size: 36px;
  }
}

@media screen and (max-width: 850px) {
  .event-block .info-block{
    display: none;
  }

  span.orline {
    width: 100%;
  }

  span.orline:before {
    border: none;
    width: 0;
  }

  span.orline:after {
    border: none;
    width: 0;
  }

  h1.d3euro {
    font-size: 20px;
  }
  .d3euro span {
    font-size: 20px;
  }

  h2.comfortaa {
    font-size: 20px;
  }
}

.image-transparent {
  background: transparent !important;
}

@media (max-width: 1024px) and (min-width: 785px){
  .article-block .tags {
    width: 95px;
  }
  .navbar-brand h1 img {
    max-width: 150px !important;
  }

  .main-slider-cbi .info-block{
    padding: 80px 30px 0 30px !important
  }
}

@media (max-width: 785px) and (min-width: 750px) {
  .navbar-brand h1 img {
    max-width: 130px !important;
  }
}

@media (max-width: 321px){
  .navbar-brand h1 img {
    max-width: 130px !important;
  }
}

a.slider-testimonial-link {
  float:right;
}
/*slider partner logo hotfix*/
span.slider-testimonial-image img {
  width: 150px;
  max-width: 150px;
}
@media (max-width:569px) {
  span.slider-testimonial-image img {
    width:100px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  span.slider-testimonial-image img {
    margin-right: 90px;
  }
  span.title {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  span.slider-testimonial-image img {
    margin-right: 40px;
  }
}

/* fix h1 and h2 */
.no-margin {
  margin: 0 !important;
  font-size: 30px;
}

.copyright {
  margin: 0;
}
.contact-us-reminder span {
  background-color: #80b2d7;
}

span.slider-testimonial-image img {
  width: 200px;
  max-width: 200px;
}

@media (max-width: 992px) {
  a.slider-testimonial-link.slider-external-news-link {
    float: none;
    margin: 0 auto;
    display: table;
  }
}

@media (max-width: 992px) {
  .slider-testimonial-image.slider-external-news-image img {
    margin: 0;
  }
}
/* TASK 6927 */

.logo-inc {
  width: 25%;
  display: inline-block;
  padding: 0 15px 0 15px;
}

.logo-inc a {
  display: block;
}

.logo-inc{
  width: 49%;
}


.logo-inc:hover img {
  transform: scale3d(0.98, 0.98, 1);
}

@media (max-width: 768px){
  .logo-inc {
    padding: 10px 15px 15px 0;
    margin: 0 auto;
    display: inline-block;
  }

  .flyer .flyer-logo-wrapper{
    float: left;
  }
}

@media (max-width: 480px){
  .logo-inc {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}
/* TASK END 6927 */

/* BUG 11428 */
.inc-description {
  font-size: 12px;
  margin-top: 6px;
  font-weight: 600;
}

.logo-inc img {
  width: 200px;
}

.logo-inc a {
  text-align: center;
}

/* END OF BUG 11428 */

/* BUG 13994 */

@media (min-width: 1200px) {
  .main-menu .navbar-default .navbar-form input.k2SearchFocused {
    max-width: 250px;
  }
}

@media (max-width: 1200px) {
  .main-menu .navbar-default .navbar-form input.k2SearchFocused {
    max-width: 200px;
  }
}

@media (max-width: 890px) {
  .main-menu .navbar-default .navbar-form input.k2SearchFocused {
    max-width: 100%;
  }
}

/* END OF BUG 13994 */

/* BUG 18795 */

div[class^="fc-tbxfield"], div[class*=" fc-tbxfield2"] {
  position: relative;
}
/* END OF BUG 18795 */

.success .message .header {
  background-color: #46a546;
  color: #ffffff;
}

.warning .message .header {
  background-color: #f0ad4e;
  color: #ffffff;
}

.message .modal-body {
  padding: 15px;
}

.message .header {
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
}

.message .close {
  color: #ffffff;
  opacity: .6;
}

.message .close:hover, .message .close:focus {
  color: #ffffff;
  opacity: 1;
}

.message .message-box {
  text-align: center;
}

.navbar-header{
  z-index: 1;
  position: relative;
}

/*new slider*/

.main-menu{
  padding: 0;
  background: linear-gradient(to right,#135e96,#1f91eb);
}

#page-body{
  position: relative;
  top: -100px;
}
.services {
  padding: 0;
  background: linear-gradient(to left,#135e96,#1f91eb);
  box-shadow: none;
  z-index: 2;
  position: relative;
}

.navbar-brand{
  width: 300px;
}

.main-menu .navbar-nav>li a{
  color: #fff;
}



.services .custom:first-child {
  background: url(/images/img.svg) no-repeat 100% 60%;
  box-shadow: none;
  padding: 80px 10px 0 10px;
  background-position: 132% 57%;
  background-size: 1100px 1100px;
  margin-bottom: 0;
  overflow: hidden;
}

.services .custom:last-child {
  padding: 40px 10px 20px 10px;
  background: #fff;
  margin-bottom: 0;
  box-shadow: 0 2px 9px #E8E8E8;
  overflow: hidden;
  clear: both;
}

.services li i, .services li .s-title, .services li .s-text, .services-all, .services-all:hover {
  color: #fff;
}

.services li .s-text{
  text-align: justify;
}

.services li {
  padding: 0 15px 20px 15px;
}

.services hr {
  display: none;
}

.sub-bg ul.container{
  background-image: none;
}

.slider-testimonial .slider-title {
  display: inline-block !important;
  bottom: 0 !important;
  padding-right: 5px;
}

.slider-testimonial .slider-pos {
  display: inline-block !important;
  left: 0 !important;
  bottom: 0 !important;
}

.cd-top.cd-fade-out, .cd-top.cd-is-visible{
  z-index: 999;
}

.flyer{
  z-index: 3;
}
.form-meeting .g-recaptcha {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.form-meeting .g-recaptcha > div {
  margin: 0 auto;
}

.form-actions {
  margin-top: 80px;
}

.bg-danger-custom {
  background-color: #46BEEA;
  border-radius: 0;
  max-width: 100%;
  margin: 0;
  font-size: 10px;
  color: #fff;
  padding: 10px;
  display: inline-block;
  position: absolute;
  text-align: right;
  z-index: 3;
  right: -10px !important;
  top: -50px;
}
.bg-danger-custom:after {
  position: absolute;
  border-top: 12px solid #EA5757;
  width: 0;
  height: 0;
  display: block;
  margin-left: 35%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: "";
  margin-bottom: 12px;
  right: 10px;
  top: 42px;
}
.bg-image{
  height: 100%;
}
@media (max-width: 1024px) {
  #page-body {
    top: -35px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px){
  .webinar-4{
    display: grid;
    grid-row-gap:25px;
  }
}
@media (max-width: 991px){
  .services .custom:first-child {
    background: url("/images/img.svg") no-repeat 100% 60%;
    background-position: 23% 55%;
    background-size: 1300px 1300px;
  }
}
@media (max-width: 890px) and (min-width: 768px){
  button.search {
    right: 0;
  }
}
@media (max-width: 767px){
  .main-page .main-menu .navbar-default .navbar-collapse {
    background: linear-gradient(to right,#135e96,#1f91eb);
  }
  .services li {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .services .custom:first-child {
    background-size: 1100px 1100px;
  }
  .main-menu .container {
    background-size: 1000px 1000px;
    background-position: 100% 15%;
  }
}
@media (max-width: 768px) {
  .services li {
    padding: 0 20px 20px 20px;
  }
  .services ul{
    padding: 0 20px;
  }
}
.navbar-toggle{
  border: none;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}

@media (max-width: 732px){
  .services .custom:first-child{
    padding-top: 60px;
  }
}
@media (max-width: 724px){
  .main-menu .container {
    background-position: 90% 15%;
  }
  .services .custom:first-child {
    background-position: 60% 85%;
    background-size: 1000px 1000px;
  }
}
@media (max-width: 676px){
  .services .custom:first-child {
    background-position: 60% 130%;
    background-size: 950px 950px;
  }
}
@media (max-width: 578px){
  .main-menu .container {
    background-size: 1000px 1000px;
    background-position: 60% 15%;
  }
  .services .custom:first-child {
    background-position: 50% 230%;
    background-size: 1000px 1000px;
  }
}
@media (max-width: 543px){
  .services .custom:first-child {
    padding-top: 40px;
  }
  .services li {
    width: 100%;
  }
  .services .custom:first-child {
    background-position: 50% -110%;
  }
}
@media (max-width: 450px) {
  .services .custom:first-child {
    background-position: 50% -40%;
    background-size: 900px 900px;
  }
}
.bg-danger-custom {
  background-color: #46BEEA;
  border-radius: 0;
  max-width: 100%;
  margin: 0;
  font-size: 10px;
  color: #fff;
  padding: 10px;
  display: inline-block;
  position: absolute;
  max-width: 100%;
  text-align: right;
  z-index: 3;
  right: 15px !important;
}

.bg-danger-custom:after {
  position: absolute;
  border-top: 12px solid #EA5757;
  width: 0;
  height: 0;
  display: block;
  margin-left: 35%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: "";
  margin-bottom: 12px;
  right: 10px;
  top: 42px;
}

@media (max-width: 320px) {
  .info-block .button-big {
    margin-top: 0;
  }
  .bg-danger-custom {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .g-recaptcha {
    transform: scale(0.83);
    -webkit-transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-left: 25px !important;
  }
}
#captcha-lbl {
  height: 22px !important;
  line-height: 22px !important;
}
.modal-open {
  position:relative;
}
.finder-error.bg-danger {
  width: 214px;
  padding: 5px;
  transition: all 200ms ease;
  display: none;
  position: absolute;
  border: 1px solid #999;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50,50,50,0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50,50,50,0.64);
  box-shadow: 1px 4px 3px rgba(50,50,50,0.64);
  z-index: 100;
}

/* Home Page Slider styles START */
.rslides_nav {
  text-decoration: none;
  background: none;
  border: none;
  display: inline-block;
  height: 26px;
  cursor: pointer;
  width: 26px;
  color: #fff;
  opacity: 0.3;
  font-family: FontAwesome;
  font-size: 30px;
}
.rslides_nav:hover,
.rslides_nav:active,
.rslides_nav:focus {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
.rslides_nav.prev {
  position: absolute;
  left: 10px;
  top: 40%;
  z-index: 3;
  background: url("../img/sprite.png") no-repeat 0 -70px;
}
.rslides_nav.next {
  position: absolute;
  right: 10px;
  top: 40%;
  z-index: 3;
  background: url("../img/sprite.png") no-repeat 0 -44px;
}
.slider-preload .info-block {
  opacity: 0;
}
.main-slider,.main-slider-cbi {
  padding: 0;
  margin: 0;
  max-height: 625px;
  overflow: hidden;
}
.main-slider .slider-item, .main-slider-cbi .slider-item {
  height: 600px;
  position: relative;
  overflow: hidden;
}
.main-slider .slider-item.slide-0 {
  position: relative;
  display: block;
  float: left;
}
.main-slider .container , .main-slider-cbi .container{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.slider-item .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,0.2);
  display: table;
  width: 100%;
  height: 100%;
}
.slider-item .bg-image img {
  display: block;
  float: left;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  object-fit: cover;
}
.slider-item .info-block {
  position: absolute;
  bottom: auto;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 20px 15px;
  width: 390px;
  top: 50%;
  left: 270px;
  transform: translate(0, -50%);
  opacity: 1;
  transition: all 200ms ease;
  min-height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #23303F
}
.main-slider-cbi .slider-item .info-block, .main-slider-cbi .col-md-6{
  /*padding: 0;*/
}
.main-slider-cbi a{
  text-decoration: none;
}
.slider-testimonials, .slider-testimonials span {
  padding: 0;
  line-height: 25px;
  font-size: 16px;
}
.slider-testimonials .slider-testimonials-author{
  margin: 10px 0 20px 0;
}
.slider-testimonials h1, .slider-item-title h1{
  font-weight: bold;
}

.main-slider-cbi span.desc {
  position: relative;
  margin: 0 auto;
  text-align: left;
  background: url("../../../images/CBI/quote-white.svg") no-repeat left top / 40px auto;
  height: 50px;
  width: 40px;
}
.main-slider-cbi .slider-btn{
  border: 2px solid #fff;
}

.main-slider-cbi .slider-btn-discover-solutions,
.main-slider-cbi .slider-btn{
  font-size: 16px;
  padding: 10px 40px ;
  margin-top: 20px;
}
.slider-cbi-preview h3{
  font-weight: 800;
}

.slider-cbi-preview {
  width: 470px;
  height: 270px;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  font-size: 16px;
  padding: 35px;
}


.slider-item-text{
  font-size: 16px;
  padding-right: 40px;
  line-height: 24px;
}

.slider-item-data-availability .slider-cbi-preview {
  background-color: rgba(13, 38, 64, 0.9);
  color: white;
}
.slider-item-data-availability .slider-list-possibilities div[class ^= "div-"] {
  background-color: rgba(255, 255, 255, 0.2);
}
.slider-item-data-availability .slider-list-possibilities div.div-1 {
  background-image: url("../../../images/CBI/icon-13.svg");
}
.slider-item-data-availability .slider-list-possibilities div.div-2 {
  background-image: url("../../../images/CBI/icon-12.svg");
}
.slider-item-data-availability .slider-list-possibilities div.div-3 {
  background-image: url("../../../images/CBI/icon-14.svg");
}

.slider-item-domain-expertise-automation .slider-list-possibilities div.div-1 {
  background-image: url("../../../images/CBI/icon-17.svg");
}
.slider-item-domain-expertise-automation .slider-list-possibilities div.div-2 {
  background-image: url("../../../images/CBI/icon-18.svg");
}
.slider-item-domain-expertise-automation .slider-list-possibilities div.div-3 {
  background-image: url("../../../images/CBI/icon-15.svg");
}
.slider-item-domain-expertise-automation .slider-list-possibilities div.div-4 {
  background-image: url("../../../images/CBI/icon-16.svg");
}

.slider-item .info-block {
  background: none;
  color: #FFF;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*vertical-align: middle;*/
  display: table-cell;
  width: 1280px;
  position: relative;
  text-align: left;
  transform: none;
}
.slider-item .info-block a.title {
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.slider-item .info-block img {
  margin: 10px auto 25px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 120px;
  max-width: 220px;
}

.slider-item .info-block a.button {
  float: right;
}
.main-slider .slider-item .info-block a.button:hover,
.main-slider .slider-item .info-block .request-meeting:hover {
  text-decoration: none;
}

.slider-item span.slider-testimonial-position {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}
.slider-item .button,
.slider-item .request-meeting {
  background: transparent;
  color: #111;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.slider-item .external-news,
.slider-item .text {
  z-index: 2;
  position: relative;
  font-style: italic;
  font-family: 'Raleway',sans-serif;
  color: #111;
}
.slider-item.slide-0 .info-block a.link {
  color: #fff;
}
.slider-item.slide-1 span.slider-testimonial-position {
  display: none;
}
.slider-item.slide-2 .slider-title {
  width: auto;
  display: inline;
  bottom: -20px;
  position: relative;
  line-height: 25px;
  text-align: left;
}
.slider-item.slide-2 .slider-pos {
  position: relative;
  display: inline;
  width: auto;
  float: none;
  left: 110px;
  bottom: 10px;
  text-align: left;
}
.slider-item.slide-2 .title,
.slider-item.slide-2 .slider-testimonial-position {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
.slider-item.slide-2 .slider-testimonial-position {
  font-weight: 400;
}
.slider-item.slide-3 a.title {
  margin-top: 5px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 30px;
}
.slider-item.slide-2 .title,
.slider-item.slide-2 .slider-testimonial-position,
.slider-item.slide-3 .title,
.slider-item.slide-3 .slider-testimonial-position,
.slider-item.slide-3 .text a,
.slider-item.slide-3 .info-block a.title {
  color: #111;
}
.slider-item.slide-1 .button,
.slider-item.slide-2 .button,
.slider-item.slide-3 .request-meeting {
  background: transparent;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
}
a.slider-external-news-link,
a.slider-testimonial-link {
  float: none;
  display: block;
}
.slide-1 .desc {
  font-family: 'ralewaybold', sans-serif;
  margin: 0;
  line-height: 1.55;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  text-indent: 40px;
}
.slide-1 .desc p {
  margin-bottom: 0;
}
.slide-1 .desc span.first,
.slide-1 .desc span.second {
  font-family: 'ralewayitalic', sans-serif;
  font-size: 108px;
  line-height: 1;
  color: #1f91eb;
  position: absolute;
}
.slide-1 .desc p .last {
  position: relative;
}
.slide-1 .desc p:before,
.slide-1 .desc p .last:after {
  font-family: 'ralewayitalic', sans-serif;
  font-size: 108px;
  line-height: 1;
  color: #1f91eb;
  position: absolute;
}
.slide-1 .desc p:before {
  content: "“";
  top: -8px;
  left: -58px;
}
.slide-1 .desc p .last:after {
  content: "”";
  top: -14px;
  right: -36px;
}
.slide-1 .desc span.first {
  top: -9px;
  left: -56px;
}
.slide-1 .author {
  max-width: 72%;
  margin: 0;
  text-align: right;
}
.slide-1 .name {
  text-transform: uppercase;
  font-weight: bold;
  color: #1f91eb;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 5px;
}
.slide-1 .position {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
  max-width: 50%;
  display: inline-block;
}
.slide-1 .col-right {
  position: static;
}
.slide-1 .more {
  display: block;
  text-align: right;
  clear: both;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.slide-1 .more a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.slide-1 .col-left {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .slide-1 .desc {
    font-size: 16px;
    text-indent: 20px;
    text-align: justify;
    margin-bottom: 20px;
  }
  .slide-1 .desc br {
    display: none;
  }
  .slide-1 .more {
    position: static;
    padding-top: 20px;
    text-align: center;
  }
  .slide-1 .desc p:before,
  .slide-1 .desc p .last:after {
    font-size: 80px;
  }
  .slide-1 .col-left {
    padding: 0;
  }
  .slide-1 .desc p:before {
    content: "“";
    top: -12px;
    left: -31px;
  }
  .slide-1 .desc p .last:after {
    right: -20px;
  }
  .slide-1 .author {
    max-width: 100%;
  }
  .slider-item.slide-1 .info-block img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.slide-2 .text p:before {
  content: '"';
}
.slider-item .link-to-cbi {
  font-size: 16px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  height: 400px;
  padding-right: 15px;
}
.slider-item .link-to-cbi ul{
  list-style: none;

}
.slider-item .link-to-cbi ul li{
  margin: 0.5em 0;
}
.link-to-cbi ul li a{
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.link-to-cbi a:after{
  content: "";
  background-image: url("../../../images/CBI/arrow-white.svg");
  background-repeat: no-repeat;
  margin-left: 3px;
  color: #fff;
  transform: scale(0.7);
  display: inline-block;
  width: 24px;
  height: 21px;
}
.link-to-cbi a:hover:after {
  content: "";
  background-image: url("../../../images/CBI/arrow-blue-slider.svg");
  background-repeat: no-repeat;
  margin-left: 3px;
  color: #fff;
  transform: scale(0.7);
  display: inline-block;
  width: 24px;
  height: 21px
}


.link-to-cbi ul li a:hover{
  color: #2976AF;
}
.link-to-cbi ul li.s-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  min-height: 35px;
}

/* min 768 max 1024*/
@media (max-width: 768px) {
  .slider-item .info-block{
    font-size: 14px;
    line-height: 24px;
    padding-right: 50px;
    right: 0;
    left: 0;
    width: auto;
  }
  .info-block h1{
    font-size: 18px;
    font-weight: 600;
  }
  .info-block .slider-cbi-preview h3 {
    font-size:16px;
  }

  .info-block span, .info-block .slider-btn, .info-block p {
    font-size: 14px;
    line-height: 18px;
  }
  .slider-cbi-preview {
    width: auto;
    height:auto;
    color: black;
    font-size: 12px;
    padding: 20px;
  }
  .slider-cbi-preview p{
    margin: 0;
  }
  .slider-item-data-availability {
    padding-top: 30px;
  }
  .slider-item-domain-expertise-automation  .slider-cbi-preview {
    margin: 0 auto;
  }
  /*.slider-testimonials{*/
  /*width: 250px;*/
  /*}*/
  .slider-item .link-to-cbi ul li {
    margin: 0;
  }
  .main-slider .slider-item, .main-slider-cbi .slider-item {
    height:650px;
  }
  #page-body {
    top: 0;
  }

  .link-to-cbi ul li.s-title{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
  }
}
/* Home Page Slider styles END */
/* Slider Dots START */
ul.slick-dots {
  position: relative;
  right: 0;
  left: 0;
  bottom: 120px;
  z-index: 2;
  text-align: center;
  margin-bottom: 10.5px;
  line-height: 19px;
}
.slick-dots li {
  float: none;
  display: inline-block;
  margin-right: 5px;
  text-indent: -999em;
  cursor: pointer;

  width: 40px;
  height: 4px;
  background-color: #a6a6a6;
  opacity: 0.7;
  border: none;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  background-color: #fff;
  opacity: 1;
}
.main-slider-cbi  .info-block {
  padding: 80px 0 0 0 ;
}
.slider-content{
  padding-top: 50px;
}

.tile-left div,
.tile-right div{
  padding: 0;
  width: 130px;
  line-height: inherit;
  height: 130px;
  margin-bottom: 10px;
  display: inline-block;
  background-position:center top;
  background-repeat: no-repeat;
  text-align: center;
  background-color: rgba(13, 38, 64, 0.5);
}
.tile-left{
  text-align: right;
  margin-bottom: 15px;
}
.tile-right{
  text-align: left;
  margin-bottom: 15px;
}
.slider-list-possibilities p{
  padding: 80px 5px 0;
}
@media (min-width: 768px) and (max-width: 1025px) {
  .slider-item, .slider-testimonials{
    font-size: 14px;
  }
  ul.slick-dots {
    bottom: 48px;
  }
  .slider-testimonials {
    width: auto;
  }
  .slider-cbi-preview {
    width: auto;
    height: auto;
  }
  .slider-item .link-to-cbi{
    padding-left: 0;
    padding-top: 0;
  }
}


@media (max-width: 768px) {
  ul.slick-dots {
    bottom: 55px;
  }
  .main-slider-cbi .slider-item {
    height:700px;
  }
  .slider-list-possibilities p,
  .slider-list-possibilities p span{
    font-size: 11px;
    padding: 60px 5px 0;
  }
  .slider-list-possibilities div[class ^= "div-"]{
    background-size: 60px;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
  .slider-item-data-availability .slider-list-possibilities{
    margin-top: 15px;
  }
}
/* Slider Dots END */
/* Awards block START */
.awards-list {
  text-align: center;
}
.awards-list li {
  display: inline-block;
  margin: 0;
  width: 24%;
  min-width: 200px;
  padding: 15px;
}
.awards-item {
  height: 180px;
  position: relative;
  display: block;
}
.awards-item img {
  width: 180px;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.awards-item .grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.awards-item img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.awards-item:hover img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  visibility: visible;
}
.awards-item .grayscale-fix img.grayscale,
.awards-item:hover .grayscale-fix svg {
  opacity: 0;
  visibility: visible;
}
.awards-item:hover .grayscale-fix img.grayscale,
.awards-item .grayscale-fix svg {
  opacity: 1;
  visibility: visible;
}
.awards-item .grayscale-fix svg {
  width: 180px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.awards-list .rslides_nav,
.interview .rslides_nav{
  color: #000;
}
ul.interview-slider li.slick-slide{
  clear: unset;
  padding: 0;
}
.awards-item.item-1067 .grayscale-fix svg,
.awards-item.item-1067 img {
  width: 250px;
}
/* Awards block END */
.interview iframe {
  height: 290px;
  width: 80%;
  margin: 0 auto;
  display: block;
}
.interview p {
  padding: 10px 0;
  text-align: center;
}
.interview ul{
  float: none;
}
.section-virus {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}

/* Webinar slider begin */
.webinar-content{
  font-family: Visby-Heavy;
  font-weight: bolder;
}
.text-orange{
  color: #FF9100;
}
.text-aqua{
  color: #00FFFC;
}
.text-pink{
  color: #FF1EFF;
}
.text-green{
  color: var(--vebinar-accent);
}
.webinar-4 .webinar-content > div:first-child{
  display: grid;
  grid-row-gap:65px;
}
.webinar-4 .webinar-content  div:nth-child(3){
  padding-left: 0;
}
.webinar-4 .webinar-content  div:nth-child(3) > div:first-child{
  padding-top: 10px;
  padding-left: 0;
}
.webinar-4 .webinar-content > div:nth-child(3) .webinar-date{
  padding: 40px 0 15px 0;
}
.webinar-title{
  line-height: 41px;
  text-align: left;
}
.webinar-title p:first-child{
  font-size: 34px;
  font-family: "Visby-Bold";
  padding-bottom: 25px;
}
.webinar-title p:nth-child(3){
  font-size: 70px;
  letter-spacing: 3.5px;
}
.webinar-title p:nth-child(4){
  font-size: 55px;
  letter-spacing: 1.2px;
}
.webinar-wrap .info-row{
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.webinar-text:before{
  content: "";
  background-image: url("/images/home_slider/webinars/webinar-green.png");
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  background-position: left;
}
.webinar-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
}
.info-block .webinar-logo img{
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: unset;
  min-height: 20px;
  max-height: 50px;
}
/*.info-block .webinar-logo img:first-child{
  margin-left: 0;
}*/
.webinar-time,
.webinar-date{
  font-size: 22px;
  font-weight: normal;
  font-family: 'Visby-Heavy';
  display: flex;
  align-items: center;
}
.webinar-date:before,
.webinar-time:before{
  content: "";
  background-image: url("../../../images/home_slider/webinars/calendar.svg");
  height: 40px;
  width: 40px;
  float: left;
  display: block;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.webinar-time:before{
  background-image: url("../../../images/home_slider/webinars/clock.svg");
}
.webinar-btn a{
  background-color: var(--vebinar-accent);
  border-radius: 15px;
  padding: 10px 50px !important;
  margin: auto 0;
  font-family: Visby-Bold;
  font-size: 16px;
  align-self: center;
  justify-self: center;
  height: 35px;
  color: #001536;
  text-decoration: none;
}

.webinar-title-img:before{
  content: "";
  height: 205px;
  display: block;
  background-image: url("../../../images/home_slider/webinars/theme.svg");
  background-repeat: no-repeat;
}

@media (min-width: 320px)and (max-width: 420px){

  .slider-list-possibilities div[class ^= "div-"]{
    background-size: 60px;
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
  }
  .link-to-cbi ul li a{
    font-size: 13px;
  }


}
@media (min-width: 320px)and (max-width: 560px){
  .main-slider-cbi li[data-slick-index="0"]:before{
    background-size: auto 380px;
    background-position-x: -220px;
  }
  .webinar-title{
    margin-bottom: 0;
  }
  .webinar-title span{
    line-height: 1;
    font-size: 30px;
  }
  .webinar-title p:first-child{
    font-size: 20px;
  }
  .webinar-title p:nth-child(2){
    font-size: 24px;
  }
  .webinar-title p:nth-child(3){
    font-size: 30px;
    letter-spacing: 3.5px;
  }
  .webinar-title p:nth-child(4){
    font-size: 26px;
    letter-spacing: 1.2px;
  }
  .webinar-title:before{
    margin-top: 0;
    height: 18px;
  }
  .webinar-title:before{
    height:13px;
  }



  .slider-webinar .info-block,
  .main-slider-cbi .info-block{
    padding-left: 25px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 560px) and (max-width: 767px) {
  .main-slider-cbi li[data-slick-index="0"]:before{
    background-size: auto 440px;
    background-position:top;
  }
}
@media (max-width: 768px){
  .services .custom.interview-section{
    padding-right: 0;
    padding-left: 0;
  }
  .interview-section .logos{
    padding-top: 24px;
  }
  .webinar-btn a{
    align-self: center;
    justify-self: center;
    height:35px;
    margin: auto 0;
  }
  .webinar-wrap{
    padding-right: 40px;
  }
  .webinar-title-img:before{
    height: 105px;
    margin-bottom: 5px;
  }
  .webinar-content div.webinar-logo{
    justify-content: center !important;
  }
  .webinar-4 .webinar-title p:nth-child(2){
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 992px){
  .webinar-wrap .info-row {
    display: flex;
  }

  .webinar-title:before{
    height: 25px;
  }
  .main-slider-cbi li[data-slick-index="0"]:before {
    background-size: auto 470px;
    background-position: -235px 0;
  }
}

@media (min-width: 560px) and (max-width: 992px) {
  .webinar-content p.speaker {
    font-size: 16px;
  }
  .webinar-title span{
    line-height: 1;
    font-size: 50px;
  }
  .webinar-4 .webinar-title p:nth-child(2){
    font-size: 50px !important;
  }
  .webinar-title p:first-child{
    font-size: 30px;
  }
  .webinar-title p:nth-child(2){
    font-size: 34px;
  }
  .webinar-title p:nth-child(3){
    font-size: 50px;
    letter-spacing: 3.5px;
  }
  .webinar-title p:nth-child(4){
    font-size: 38px;
    letter-spacing: 1.2px;
  }
  .webinar-title-img:before{
    height: 140px;
  }
  .slider-webinar .info-block, .main-slider-cbi .info-block{
    padding-left: inherit;
  }

}
@media (min-width: 768px) and (max-width: 992px) {
  a.request-meeting.request-webinar{
    margin-top: 0 !important;
  }
}
@media (max-width: 992px) {

  .slider-item .link-to-cbi{
    padding-top: 0;
    font-size: 14px;
    padding-left: 0;
    display: flex;
    height: auto;
  }
  .webinar-btn a{
    align-self: inherit;
    margin-top: 10px;
  }

  .webinar-wrap{
    margin: 0 auto;
    padding-right: 20px;
  }

  .webinar-title:before {
    content: "";
    background-image: url("../../../images/home_slider/webinars/webinar-green.svg");
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 20px;
    margin-right: 25px;
    background-size: auto 100%;
  }
  .webinar-text{
    display: none;
  }
  .webinar-date:before,
  .webinar-time:before{
    margin-right: 5px;
    background-position-y: 7px;
    width: 30px;
  }

  .webinar-date, .webinar-time{
    padding-top: 0;
  }

}
/******industrialization-of-additive-manufacturing slide start******/
ul.iam-item-list {
  list-style: none;
}
ul.iam-item-list li{
  align-items: center;
  padding: 4px;
  height: 100px;
}
ul.iam-item-list li:before{
  content: '';
  position: absolute;
  top:50%;
  left: 13px;
  background: url(/images/CBI/Icon_iam.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position-y: center;
  height: 50px;
  width: 30px;
  transform: translateY(-50%);
}
ul.iam-item-list li div{
  background: rgba(255,255,255, 0.4);
  width: 100%;
  height: 100%;
  padding-left: 47px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.slider-content.item-industrialization-of-additive-manufacturing a,
.slider-content.item-industrialization-of-additive-manufacturing h1{
  font-weight: 600;
}
.slider-content.item-industrialization-of-additive-manufacturing h1{
  font-size: 24px;
  margin-bottom: 50px;
}
.slider-content.item-industrialization-of-additive-manufacturing .discover-wrap a{
  margin-top: 0;
}
.slider-content.item-industrialization-of-additive-manufacturing h3{
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 22px;
}

.slider-content.item-industrialization-of-additive-manufacturing .discover-wrap{
  background: rgba(0,0,0,0.3);
}
.slider-content.item-industrialization-of-additive-manufacturing .col-sm-12,
.slider-content.item-industrialization-of-additive-manufacturing .col-sm-7{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
@media (max-width: 767px) {
  .slider-content.item-industrialization-of-additive-manufacturing .col-sm-12{
    padding-left: 0;
  }

  ul.iam-item-list li{
    padding: 3px;
  }
  ul.iam-item-list li:before{
    left: 7px;
  }
  .slider-content.item-industrialization-of-additive-manufacturing .discover-wrap{
    padding-left: 15px;
  }
  .webinar-content{
    width: 95vw;
  }
  .webinar-wrap .info-row{
    display: block;
  }
  .webinar-btn {
    text-align: center;
    padding: 30px 0;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .main-slider-cbi .info-block {
    padding: 80px 15px  15px 15px !important;
  }
  .slider-content.item-industrialization-of-additive-manufacturing .col-sm-12,
  .slider-content.item-industrialization-of-additive-manufacturing .discover-wrap{
    padding: 20px 15px 20px 0;
    height: 270px;
  }
  .slider-content.item-industrialization-of-additive-manufacturing .discover-wrap{
    align-items: baseline;
  }
  .slider-content.item-industrialization-of-additive-manufacturing h1{
    margin-bottom: 10px;
  }
  ul.iam-item-list li div{
    padding-left: 47px;
  }
}
@media(max-width: 991px){
  .slider-content{
    padding-top: 10px;
  }
  ul.iam-item-list li{
    height: 70px;
  }
  .slider-content.item-industrialization-of-additive-manufacturing .item-list{
    margin-bottom: 35px;
  }
}
/******industrialization-of-additive-manufacturing slide end******/
@media (min-width: 992px) and (max-width: 1200px){

  .webinar-title:before{
    display: none;
  }
  .webinar-text{
    display: block;
  }
  .webinar-date:before,
  .webinar-time:before{
    width: 30px;
  }
  .webinar-btn{
    padding: 0;
  }

  .webinar-btn a{
    font-size: 15px;
  }
  .webinar-title span{
    line-height: 1;
    font-size: 35px;
  }
  .webinar-title p:first-child{
    font-size: 30px !important;
  }
  .webinar-4 .webinar-title p:nth-child(2){
    font-size: 35px !important;
  }
  .webinar-title p:nth-child(2){
    font-size: 34px;
  }
  .webinar-title p:nth-child(3){
    font-size: 55px;
    letter-spacing: 3.5px;
  }
  .webinar-title p:nth-child(4){
    font-size: 42px;
    letter-spacing: 1.2px;
  }

  .webinar-title-img:before {
    height: 205px;
  }
}
@media (max-width: 1200px) {
  ul.iam-item-list li div span{
    font-size: 13px;
  }
  .webinar-content .webinar-title{
    line-height: 1;
    text-align: left;
    /*margin-bottom: 10px;*/
    padding-left: 15px;
  }
  .d-grid-md{
    display:grid;
    grid-row-gap:15px;
  }
  .webinar-content div[class^="col-"]{
    padding-right: 0;
    padding-left: 0;
  }
  .webinar-content div.webinar-logo{
    padding: 0 20px;
    height: 60px;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .webinar-4 .webinar-content > div:first-child{
    grid-row-gap: 15px;
  }
  .webinar-4 .webinar-title p:nth-child(2){
    font-size: 30px;
  }
  .webinar-4 .webinar-content > div:nth-child(3){
    padding-top: 25px;
    display: inline-block;
  }
  .webinar-4  .webinar-time, .webinar-4  .webinar-date{
    display:inline-flex;
  }
  .webinar-title p{
    margin: 0;
    line-height: 1;
  }
  /*.info-block .webinar-logo img:first-child{
     margin-left: auto;
   }*/
  .webinar-content p.position {
    font-size: 13px;
  }
  p.hosts::before, p.speakers::before{
    background-position: left;
  }
  .webinar-date:before,
  .webinar-time:before{
    height: 40px;
    background-position-y: 7px;
  }
  .webinar-4 .webinar-content div:nth-child(3){
    padding-left: 15px;
  }
  .webinar-date,
  .webinar-time{
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }


  .webinar-4 .webinar-btn a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .webinar-4 .webinar-content > div:nth-child(3) .webinar-date{
    padding-top: 0;
  }
}

/* Webinar slider end */
@media (min-width: 1200px) {
  /*.webinar-4 .webinar-btn {*/
    /*padding-top: 75px;*/
  /*}*/
  .interview-section .about {
    margin-top: 35px;
  }
  .justify-content-center-lg{
    justify-content: center;
  }
}
.section-virus {
  margin-bottom: 0;
  padding: 0;
  background-color: #606060;
  background-repeat: no-repeat;
  background-position: right -1px top -1px;
  background-size: cover;
}
.section-virus .text {
  padding: 39px 50px;
}
.section-virus p {
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 18px;
}
.section-virus a {
  color: #278DDE;
  font-weight: bold;
}
.section-virus .image {
  padding: 35px 40px 0 40px;
}
.section-virus .image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-virus .row {
    display: flex;
    align-items: center;
  }
  .section-virus .image {
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .section-virus .text {
    padding: 39px 0 39px 50px;
  }
  .section-virus .image {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .section-virus .text {
    padding: 44px 0 44px 35px;
    margin-right: -15px;
  }
  .slider-item .link-to-cbi{
    height: 315px;
  }
  .slider-item-data-availability .slider-list-possibilities .tile-left{
    text-align: left;
  }
  .slider-item .webinar-content{
    padding-top: 50px;
  }
}
/* express fix for home page slider */
/*TODO: please rewrite*/
@media(min-width: 1025px) and (max-width: 1389px) {
  #main-slider .slider-item .info-block {
    width: 1200px;
  }
  #main-slider .rslides_nav.prev {
    left: 40px
  }
}
