/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* ubuntu-300 - cyrillic_latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ubuntu-v11-cyrillic_latin-300.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Light'), local('Ubuntu-Light'),
       url('fonts/ubuntu-v11-cyrillic_latin-300-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v11-cyrillic_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v11-cyrillic_latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v11-cyrillic_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v11-cyrillic_latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-regular - cyrillic_latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-v11-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('fonts/ubuntu-v11-cyrillic_latin-regular-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v11-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v11-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v11-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v11-cyrillic_latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500 - cyrillic_latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ubuntu-v11-cyrillic_latin-500.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('fonts/ubuntu-v11-cyrillic_latin-500-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v11-cyrillic_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v11-cyrillic_latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v11-cyrillic_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v11-cyrillic_latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-700 - cyrillic_latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ubuntu-v11-cyrillic_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('fonts/ubuntu-v11-cyrillic_latin-700-.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v11-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v11-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v11-cyrillic_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v11-cyrillic_latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

html,
body {
  margin: 0;
  padding: 0;
  height: auto;
  height: 100%;
  min-height: 100%;
  font-family: 'Ubuntu', sans-serif;
}
html {
  position: relative;
  overflow-x: hidden;
}
header {
  position:fixed;
  z-index: 3;
}
.header {
  height:90px;
  width:100%;
  background: #fff;
  top:0;
}
.header .container {
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:relative;
}
.container {
  width:100%;
  height:100%;
  max-width:1280px;
  padding:0 40px;
}
.header__logo {
  margin-right:auto;
}
.header__info {
  display:block;
  margin-top:auto;
}
.header__top-info {
  display:flex;
  align-items:center;
  height:41px;
  margin-bottom:10px;
}
.header__top-info > div{
  margin-left:30px;
}
.header__top-info > div:first-child{
  margin-left:auto;
}
.header__lang-block {
  font-size:13px;
  margin-top:auto;
}
.header__lang_active {
  color: #f26522;
  font-size:1.5em;
  line-height: 1.2;
}
.header__lang_inactive {
  font-size:13px;
  line-height:13px;
  border-bottom:1px dashed #000;
  display:inline;
}
.header__lang_inactive a {
  text-decoration: none;
  margin:0;
  text-decoration: none;
  color:#000;
}
.header__order-test {
  cursor:pointer;
  transition:0.3s;
  border-radius:2px;
}
.header__order-test-btn {
  background: #1e68b2;
  padding:0 40px;
  color:#fff;
  font-size: 13px;
  line-height: 39px;
  text-transform:uppercase;
  text-decoration:none;
  display: inline-block;
  height:40px;
}
.header__order-test-btn:focus {
  outline:none;
  text-decoration: none;
  color:#fff;
}
.header__order-test-btn:hover {
  background: #f26522;
  text-decoration: none;
  color:#fff;
}
.header__callback {
  font-size:13px;
  line-height: 13px;
  color:#000;
  text-transform:uppercase;
  display:inline;
  position: relative;
}
.header__callback a {
  color:#000;
  text-decoration:none;
}
.header__callback a:focus {
  outline:none;
}
.header__callback a:hover {
  color:#f26522;
  text-decoration:none;
}
.header__callback a:hover span {
  border-bottom:1px dashed #f26522;
}
.header__callback span {
  border-bottom:1px dashed #000;
  transition: 0.3s;
  margin-left:20px;
}
.header__callback span:before {
  content:'';
  width:10px;
  height:25px;
  position: absolute;
  top:-6px;
  left:0;
  background: url("/images/svg/phone.svg");
  transition: 0.3s;
}
.header__callback a:hover span:before {
  background: url("/images/svg/phone-orange.svg");
}
.header__phone a {
  cursor:text;
  color:#363636;
}
.header__phone a:hover {
  text-decoration:none;
}

/*navigation desktop*/
.nav {
  list-style: none;
  text-transform: uppercase;
  height:28px;
}
.header__nav .nav > li {
  display: inline-block;
  margin-left:50px;
}
.header__nav .nav > li:first-child {
  margin-left:0;
}
.nav > li {
  height:28px;
  font-size: 14px;
  line-height:1.3;
  position: static;
}
.nav > li:nth-child(2) > a:after, .nav > li:nth-child(4) > a:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: static;
  border: 8px solid transparent;
  border-top: 8px solid #1e68b2;
  border-bottom: 0px solid transparent;
  vertical-align: middle;
  transition: 0.3s;
  margin-left: 7px;
  margin-bottom: 2px;
}
.nav > li:nth-child(2):hover a:after, .nav > li:nth-child(4):hover a:after {
  border-top:8px solid #f26522;
}
.nav li a {
  padding: 0;
  transition:0.3s;
}
.nav li:hover > a {
  background: none;
  text-decoration: none;
  color:#f26522;
}
.nav li ul {
  display:none;
  background: #f5f5f5;
  border-top: 2px solid #f26522;
  width:1200px;
  padding:30px 125px 40px 125px;
  position: absolute;
  top:90px;
  left:40px;
}
.nav li:hover ul {
  display:block;
}
.submenu-item {
  width:49%;
  padding-left: 14px;
  margin:auto;
  font-size:12px;
  text-transform: uppercase;
  line-height: 1.3;
  list-style: none;
  position:relative;
  height:18px;
  margin-top:20px;
  display: inline-block;
}
.submenu-item:first-child {
  display:none;
}
.submenu-item:nth-child(3), .submenu-item:nth-child(2) {
  margin-top:0;
}
.submenu-item a {
  height:15px;
  transition: 0.3s;
  color:#337ab7;
}
.submenu-item a:before {
  content:'';
  display: block;
  position: absolute;
  width:0;
  height:0;
  top:4px;
  left:0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #1e68b2;
  transition: 0.3s;
}
.submenu-item:hover a {
  text-decoration: none;
}
.submenu-item:hover a:before {
   border-color: transparent transparent transparent #f26522;
}
.header__media-menu {
  display:none;
  width:40px;
  cursor:pointer;
}
.header__media-menu div {
  width:100%;
  height:3px;
  margin-bottom:9px;
  background: #1e68b2;
}
.header__media-menu div:last-child {
  margin-bottom:0;
}

/*navigation media*/
.header__media-block {
  position:absolute;
  top:0;
  left:100%;
  width:330px;
  height:100vh;
  background:#f2f2f1;
  overflow: auto;
}
.header__media-block .nav {
  margin-top:10px;
  height:auto;
}
.header__media-block .nav > li {
  margin:12px 0 12px 20px;
  position:static;
}
.header__media-block .nav > li:last-child {
  margin-bottom:0;
}
.header__media-block .nav > li:nth-child(2) > a:after {
  left:73px;
}
.header__media-block .nav > li:nth-child(5) > a:after {
  left:101px;
}
.header__media-block .header__phone {
  margin-bottom:20px;
}
.header__media-block .header__order-test {
  margin-top:24px;
}
.header__media-info {
  width:100%;
  padding:20px;
  border-top:1px solid #dfe5ea;
}
.header__media-block .nav li ul {
  display:block;
  z-index:-1;
  width:calc(100% + 20px);
  padding:10px 0;
  left:-20px;
  top:10px;
  position: relative;
  border-top:1px solid #f26522;
  border-bottom:1px solid #f26522;
}
.header__media-block .nav li>ul>li {
  width:296px;
}
.header__media-block .nav li>ul>li:first-child {
  width: 100%;
}
.header__media-block .submenu-item {
  width: 100%;
  position:relative;
  height:auto;
  margin-top:14px;
  padding:0 0 0 34px;
}
.header__media-block .submenu-item:first-child {
  display: block;
  margin-top:0;
}
.header__media-block .submenu-item a:before {
  top:3px;
  left:20px;
}
.no-arrow a {
  color:#f26522;
}
.no-arrow a:before {
  content:'';
  border:none;
}

/**side nav*/
.side-nav {
  position:fixed;
  height:100vh;
  z-index: 2;
  top:0;
  right:40px;
  display: flex;
  flex-direction: column;
}
.side-nav__inner {
  display: flex;
  flex-direction: column;
  height:100%;
  max-height:348px;
  margin:auto;
}
.side-nav__item {
  margin:auto 0;
}
.side-nav__link{
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 11px;
  border-color: transparent transparent transparent #8fb4d9;
  transition: all .2s;
}
.side-nav__link:before {
  content:'';
  opacity: 0;
  position: absolute;
  top:-12px;
  left:-22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 11px;
  border-color: transparent transparent transparent #f26522;
  transform: rotateY(180deg);
  transition: all .2s;
}
.side-nav__link:hover, .current-tab {
  border-color: transparent transparent transparent #f26522;
}
.side-nav__link:hover:before, .side-nav__link.current-tab:before {
  opacity: 1;
}

/*top-slider*/
.slider {
  margin-top:90px;
  height: calc(100vh - 90px);
  min-height: 750px;
  width: 100%;
  overflow:hidden;
}
.slider__slides {
  height: calc(100vh - 90px);
  min-height: 750px !important;
}
.slider__text {
  background:url("/images/bgslide2.jpg") center center;
  background-size: cover;
  display:flex !important;
}
.slider__video {
  display: flex !important;
  position:relative !important;
  overflow: hidden;
}
.slider__video-container {
  display:flex;
}
.slider__video-logo {
  margin-bottom:80px;
}
.slider__video-text {
  margin-bottom:40px;
}
.slider__video-text h1, .slider__video-text p {
  color:#1e68b2;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: bold;
  margin-bottom:40px;
}
.slider__video-text p {
  max-width: 660px;
  font-size: 24px;
  line-height: 1.3;
  text-transform: none;
}
.slider__video-button {
  margin-top:0 !important;
}
.slider__video-slide {
  max-width:auto;
  min-width:100vw;
  min-height:calc(100vh);
  position: absolute;
  bottom:0;
  z-index: -1;
}
.slider__container {
  width:100%;
  max-width:1200px;
  padding:0;
  margin:auto;
  position:relative;
  z-index: 2;
  height:576px;
}
.slider__video-content {
  width:1200px;
  margin:auto;
  position:relative;
}
.slider__content {
  width:100%;
  height:576px;
  padding:200px 0 0 100px;
  color:#fff;
  line-height:1.3;
  font-size: 30px;
  font-weight: bold;
  max-width: 800px;
}
.slider__button {
  position:absolute;
  left:100px;
  bottom:50px;
  background:#f26522;
  cursor:pointer;
  height:40px;
}
.slider__button a {
  padding: 0 40px;
  text-decoration:none;
  color:#fff;
  line-height: 39px;
  font-weight: bold;
  font-size:18px;
}
.slider__button a:focus {
  outline:none;
}
.slider .slick-dots, .full-page-slider .slick-dots {
  position: relative !important;
  width:100% !important;
  max-width:1200px !important;
  margin:0 auto !important;
  bottom:80px !important;
  text-align:left !important;
}
.slider .slick-slide {
  height: calc(100vh - 90px) !important;
}
.slick-dots li button:before {
  width: 16px !important;
  height: 16px !important;
  color: transparent !important;
  background:#1e68b2;
  transform:rotate(45deg);
}
.slick-dots li.slick-active button:before, .slick-dots li.slick-active:hover button:before {
  opacity: 1 !important;
}
.slick-dots li:hover button:before {
  opacity: .25 !important;
}
.slider__button:hover {
  background: #ed560e;
}
.slider__user-slide {
  background-position: 7% !important;
}
.slider__second-slide {
  background:url("/images/slide2.jpg") 50% 25%;
}
.slider__third-slide {
  background:url("/images/slide3.jpg") 100%;
}
.linux-logo {
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 750px;
}

/*for what*/
.forwhat {
  width:100%;
  margin-top:-30px;
  padding:80px 0;
  background: #1e68b2;
}
.title {
  margin:0 0 80px 0;
}
.title__text, .post-content h2, .post-content h3 {
  font-weight:bold;
  line-height: 1.3;
  margin:0;
  position: relative;
}
.title__text_white {
  color:#fff;
}
.title__text_blue, .post-content h2, .post-content h3 {
  color:#1e68b2;
}
.title__text_blue:before,.title__text_white:before, .post-content h2:before{
  content:'';
  height:45px;
  width:45px;
  position:absolute;
  left:-60px;
  right:0;
  background-size:contain;
}
.i-arrow-blue:before {
  content:'';
  height:45px;
  width:45px;
  background-size:contain;
  display: inline-block;
  vertical-align: middle;
}
.title__text_blue:before, .post-content h2:before,
.i-arrow-blue:before {
  background: url("/images/svg/arrow.svg") no-repeat left center;
}
.title__text_white:before {
  background: url("/images/svg/arrow-white.svg") no-repeat left center;
}
.forwhat__img {
  margin-bottom:30px;
}
.forwhat__img img {
  width: 100%;
}
.forwhat__img_active {
  position: absolute;
  top:0;
  width:calc(100% - 30px);
  opacity:0;
  transition:0.3s;
}
.forwhat__block:hover {
  text-decoration: none;
}
.forwhat__block:hover .forwhat__img_active {
  opacity:1;
}
.forwhat__subtitle {
  font-size:24px;
  font-weight: bold;
  margin-bottom:24px;
  line-height: 1.3;
  color:#fff;
}
.post-content iframe {
  max-width: 100%;
}
.paragraph, .post-content p, .post-content ul, .post-content ol {
  margin: 0 -1px;
  font-size:16px;
  font-weight: 300;
  line-height: 1.3;
  color:white;
}
.button {
  margin-top:80px;
}
.button__link:focus {
  text-decoration:none;
  outline:none;
}
.button__link, .post-content div > a {
  border-radius: 2px;
  padding:15px 40px;
  font-size:18px;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  width: max-content;
  width: -moz-max-content;
  width: -o-max-content;
  width: -ms-max-content;
  cursor: pointer;
}
.button__link_right {
  float:right;
}
.button__link:hover, .post-content p > a {
  text-decoration:none;
}
.button__link_white, .post-integrations .button__link_white, .button__link_white:focus {
  background-color: white;
  color:#1e68b2;
}
.post-integrations .button__link_white {
  margin-bottom: 0;
}
.button__link_white:hover {
  background-color: #f26522;
  color:#fff;
}
.button__link_blue, .button__link_blue:focus, .solutions .post-content div > a, .post-about .post-content div > a, .post-cases .post-content div > a{
  background-color: #1e68b2;
  color:#fff;
}
.button__link_blue:hover, .solutions .post-content div > a:hover, .post-about .post-content p > a:hover, .post-cases .post-content div > a:hover {
  background-color: #ed560e;
  color:#fff;
}
.button__link_grey, .button__link_grey:focus {
  background-color:#f2f2f1;
  color:#1e68b2;
}
.button__link_grey:hover, .button__link_grey_active:active, .button__link_grey_active {
  background-color: #f26522;
  color:#fff;
}
.button__link_orange, .button__link_orange:focus, .post-content div > a {
  background-color: #f26522;
  color:#fff;
}
.button__link_orange:hover, .post-content div > a:hover {
  background-color:#ed560e;
  color:#fff;
  text-decoration: none;
}
.integrations-review .button__link_white {
  background-color: white !important;
  color:#1e68b2 !important;
}
.integrations-review .button__link_white:hover {
  background-color: #f26522 !important;
  color:#fff !important;
}

/*key functions*/
.key-func {
  background:url("/images/keyfunctions-bg.jpg") center center no-repeat;
  background-size:cover;
  padding: 80px 0;
}
.key-func__block {
  margin-bottom:50px;
}
.key-func__block:nth-child(4) {
  clear:left;
}
.key-func__icon {
  width:58px;
  height:58px;
  margin-right:28px;
  display:inline-block;
}
.key-func__text {
  display:inline-block;
  vertical-align: top;
  color:#1e68b2;
  font-size:18px;
  font-weight:bold;
  width:auto;
  width:calc(100% - 90px);
}
.key-func__btn {
  margin-top:0px;
}

/*solutions*/
.solutions {
  padding:80px 0;
}
.related-post-title {
  margin-top:150px;
}
.solutions-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:100%;
  overflow: hidden;
}
.solutions-card {
  width: 31%;
  margin-bottom: 30px;
  position: relative;
  height:233px;
}

.solutions-block:after {
  content: "";
  width: 31%;
}
.solutions-card a {
  background: #f2f2f1;
  padding: 30px 50px;
  display: block;
  height:100%;
  transition:0.3s;
  position:relative;
}
.solutions-card a:hover {
  background: #f26522;
  color:#fff;
  text-decoration: none;
}
.solutions-card__icon {
  width:58px;
  height:58px;
  margin-bottom:30px;
}
.solutions-card__icon_active {
  position:absolute;
  left:50px;
  opacity:0;
  transition: 0.3s;
}
.solutions-card a:hover .solutions-card__icon_active {
  opacity:1;
}
.solutions-card__icon g path, .solutions-card__icon g rect{
  fill:#1e68b2;
  transition:0.3s;
}
.solutions-card:hover .solutions-card__icon g path,.solutions-card:hover .solutions-card__icon g rect{
  fill:#fff;
}
.solutions-card__text {
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  color: #1e68b2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: 0.3s;
  margin:0;
}
.solutions-card:hover .solutions-card__text {
  color:#fff;
}

/*advantages*/
.advantages {
  width:100%;
  padding:80px 0;
  background: #1e68b2;
}
.advantages-block {
  margin-top:10px;
}
.advantages-block__subtitle {
  font-weight:bold;
  color:white;
  margin:0 0 40px 0;
  line-height: 1.3;
  padding-top: 120px;
  margin-bottom:40px;
}
.advantages-block__number{
  font-size:300px;
  font-weight: bold;
  color:#f2f2f1;
  opacity:0.1;
  position:absolute;
  top:-10px;
  line-height:246px;
}

/*clients*/
.clients {
  padding:80px 0;overflow:hidden;
}
.clients-slider {
  margin-left:-20px;
  margin-bottom: 0!important;
  width:calc(100% + 20px);
}
.clients .slick-dots {
  position: relative !important;
  max-width:100% !important;
  max-width:1200px !important;
  margin:20px auto !important;
  text-align:right !important;
}
.clients-slider__slide {
  margin-left:20px;
}
.clients-slider__block {
  display: block;
  background: #1e68b2;
  width:100%;
  height:261px;
  padding:24px 24px 24px 40px;
  color:white;
  transition: 0.3s;
}
.clients-slider__block:hover {
  background: #f26522;
  color:#fff;
  text-decoration: none;
}
.clients-slider__block span {
  display:block;
}
.clients-logo {
  margin-bottom:20px;
}
.clients-logo img {
  max-width: 300px;
  max-height: 65px;
}
.clients-name {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.clients-text {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}
.clients-text:before {
  display: block;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: #8fb4d9;
}

/*saas*/
.saas {
  padding:80px 0;
  background: #1e68b2;
}
.saas__title {
  margin-bottom:20px;
}
.saas__subtitle {
  margin-bottom: 70px;
  font-size: 16px;
  color:white;
  font-weight:300;
}
.saas__content {
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.saas__img {
  width:390px;
}
.saas__img img {
  width:100%;
}
.saas__benefit {
  color:white;
  font-size:16px;
  font-weight:300;
  padding-left: 40px;
  width:calc(100% - 390px);
  min-width: 410px;
}
.saas__benefit-title {
  margin-bottom:40px;
}
.saas__benefit-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  height:179px;
  align-content: space-between;
  white-space: nowrap;
}
.saas__benefit-item {
  width:50%;
  display:inline-block;
  vertical-align:top;
  padding: 0 20px 0 25px;
  position:relative;
}
.saas__benefit-item:before {
  content:'';
  display: block;
  position: absolute;
  width:0;
  height:0;
  top:1px;
  left:0px;
  border-style: solid;
  border-width: 10.5px 0 10.5px 11px;
  border-color: transparent transparent transparent #8fb4d9;
}

/*footer*/
.footer__main {
  padding: 30px 0 60px 0;
  background: #363636;
  color:white;
}
.footer__main-content {
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.footer__email {
  width: 350px;
}
.footer__logo {
  margin-bottom:40px;
}
.footer__logo svg * {
  fill:#fff;
}
.subscribe-form {

}
.subscribe-form form {

}
.subscribe-form .form-group{
  margin-bottom: 10px;
  width:100%;
  position:relative;
}
.subscribe-form .has-error .help-block {
  top: auto;
  bottom: -100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding: 2px 5px 2px;
  border: 1px solid red;
  max-width: 100%;
  right: 0;
}
.subscribe-form__title {
  font-size:16px;
  font-weight:300;
  margin-bottom: 14px;
}
.subscribe-form__input {
  background: #fff;
  padding:10px 20px;
  border-radius:2px;
  font-size: 14px;
  color:#363636;
  line-height: 1.4;
  font-weight:300;
  height:40px;
  border:none;
  width:100%;
}
.subscribe-form__btn {
  background: #1e68b2;
  padding: 0 30px;
  margin-left: 8px;
  font-size:18px;
  font-weight: bold;
  height:40px;
  line-height: 39px;
  border-radius:2px;
  border:none;
  transition: 0.3s;
}
.subscribe-form__btn:hover {
  background: #ed560e;
}
.subscribe-form__btn:focus {
  outline:none;
  background: #ed560e;
}
.subscribe-form .subscribe-form__btn {
  float:right;
}
.subscribe-form .row-captcha {
  display: flex;
}
.subscribe-form .row-captcha img{
  height: 40px;
}
.modal-dialog .subscribe-form__btn {
  margin-left:0;
  height: 50px;
  line-height: 49px;
  margin-top:60px;
}
.modal-open {
  overflow: unset;
  padding-right:0 !important;
}
.alert-modal {
  color: #1e68b2;
  background: none;
  font-weight:bold;
  font-size:16px;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom:0;
  border:1px solid #1e68b2;
}
.modal__text {
  font-size: 12px;
  color: #1e68b2;
}
form .form-group:last-child:after {
  content:'asdasd';
}
.subscribe-comment {
  font-size: 11px;
  font-weight:300;
}
.footer-info {
  padding-left: 90px;
  flex: 1 1 auto;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-info__block {
  padding-left:40px;
  width: 33.3333%;
}
.footer-info__block:last-child {
  display:flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-info__nav {
  list-style: none;
  padding:0;
  margin:0;
}
.footer-info__nav-item {
  margin-top:14px;
}
.footer-info__nav-item:first-child {
  margin-top:0;
}
.footer-info__nav-link {
  font-size: 14px;
  font-weight:300;
  text-transform: uppercase;
  color:#fff;
  transition: 0.3s;
}
.footer-info__nav-link:hover {
  text-decoration: none;
  color:#f26522;
}
.footer-info__text {
  font-size: 16px;
  font-weight: 300;
  line-height:1.3;
  text-transform: none;
}
.footer-info__text a{
  color:#fff;
  text-decoration: none;
  cursor:text;
}
.footer__copyright {
  background: #282828;
  font-size:12px;
  color:#fff;
  padding: 20px 0;
}

/*POST.php styles*/
.post-header {
  background: #dfe5ea;
  padding-top:90px
}
.post-header h1 {
  font-size: 56px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight:bold;
  color:#1e68b2;
  margin-bottom:120px;
}
.category .post-header {
  background:url("/images/solutions-bg.jpg");
  background-size: cover;
}
.category .post-header h1 {
  text-transform: none;
  margin:-20px 0 100px 0;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin:50px 0 50px 0;
  font-size: 14px;
  font-weight: 300;
  color:#1e68b2;
}
.breadcrumb > li {
  margin-left: 5px;
}
.breadcrumb > li:first-child {
  margin-left: 0px!important;
}
.breadcrumb > li + li:before {
  margin: 0 0px 0 -4px;
  color:#1e68b2;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #f26522;
}
.breadcrumb > li > a:hover {
  text-decoration: none;
  color:#1e68b2;
}
.post-block {
  padding:80px 0;
}
.post-content h2 {
  margin:80px 0 40px 0;
}
.post-content h3 {
  font-size:18px;
  margin:40px 0 30px 0;
}
.post-content h2:first-child {
  margin-top:0;
}
.post-content p, .post-content ul, .post-content ol {
  color:#363636;
  margin:30px 0;
  padding:0 30px 0 0;
}
.post-content ol {
  margin-left:22px;
}
.post-content ul > li {
  margin-top:14px;
  padding-left: 25px;
  list-style: none;
  position:relative;
}
.post-content ul > li:first-child {
  margin-top:0;
}
.post-content ul > li:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 6px;
  left: 0;
  transform: rotate(360deg);
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #1e68b2;
}
.post-content img {
  max-width:100%;
}
.post-about img {
  max-width:100%;
  height: auto;
}
.post-content strong {
  color:#1e68b2;
}
.post-content div > a {
  margin:60px 0;
}
.post-content p a {
  color:#f26522;
  font-weight: 300;
  text-decoration: underline;
}
.solution-banner {
  padding:50px;
  background:#1e68b2;
}
.solution-banner__logo {
  margin-bottom: 30px;
}
.solution-banner__title, .solution-banner__text {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color:white;
  margin-bottom: 50px;
}
.solution-banner__text {
  font-size: 18px;
  font-weight:300;
}
.solution-banner .button {
  margin-top:0;
}
.solution-banner .button__link {
  padding:15px 20px;
}
.solution-banner--presentation {
  padding: 28px 50px;
}
.solution-banner--presentation .solution-banner__title {
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 24px;
}
.solution-banner--presentation .solution-banner__logo {
  margin-bottom: 28px;
}
.solution-banner--presentation .button__link {
  padding: 7px 11px;
}
.post-aside__integrations {
  margin:60px 0;
}
.post-aside__clients {
  margin-bottom:60px;
}
.post-aside__title {
  font-size:24px;
  font-weight:bold;
  color:#1e68b2;

}
.integrations-block {
  background: #1e68b2;
  height:auto;
  min-height:230px;
  padding:25px 50px;
  margin-top:22px;
  color:white;
  display: block;
  transition: 0.3s;
}
.integrations-block:hover {
  background: #f26522;
  color:#fff;
  text-decoration: none;
}
.integrations-block span {
  display: block;
}
div.integrations-block:hover {
  background: #1e68b2;
}

/*solution-category.php*/
.slider-bg {
  background: #f2f2f1;
  /*padding-bottom:180px;*/
}
.solutions-slider {
  height:650px;
}
.solutions-slider__slide {
  height: 600px !important;
  background-position:50% 50% !important;
}
.solutions-slider__first-slide {
  background: url("/images/solution-slide-0.jpg");
}
.solutions-slider__second-slide {
  background: url("/images/solution-slide-1.jpg");
}
.solutions-slider__third-slide {
  background: url("/images/solution-slide-2.jpg");
}
.solutions-slider__fourth-slide {
  background: url("/images/solution-slide-3.jpg");
}
.solutions-slider__content {
  padding:100px 50px;
  max-width: 760px;
  color:#fff;
}
.solutions-slider__title {
  font-size: 80px;
  font-weight:bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.solutions-slider__title:first-child {
  text-transform:none;
}
.solutions-slider__text {
  font-size:30px;
  font-weight:bold;
}
.solutions-slider .button {
  margin-top:50px;
}
.solutions-slider .slick-dots {
  text-align:left !important;
  left:50px;
  bottom:90px !important;
}
.solutions-slider .slick-dots li{
  margin: 5px;
  width:auto!important;
  height: auto !important;
}
.solutions-slider .slick-dots li:first-child {
  margin-left:0;
}
.solutions-slider .slick-dots li.slick-active button {
  color:#f26522 !important;
}
.solutions-slider .slick-dots li button {
  font-size:14px !important;
  font-weight: bold;
  color:#fff !important;
  font-family: 'Ubuntu';
  width:auto!important;
  height: auto !important;
}
.solutions-slider .slick-dots li button span {
  font-size:30px;
 }
.solutions-slider .slick-dots li button:before {
  content:none !important;
}
.solutions .post-content p {
  color:#1e68b2;
  font-size:18px;
  font-weight:bold;
  margin:0 0 20px 0;
}
.solutions-level .title, .integrations-stage .title{
  margin-bottom: 40px;
}
.solutions-level__buttons, .integrations-stage__buttons {
  display: flex;
  flex-wrap:wrap;
  width:100%;
  max-width:max-content;
  max-width:-moz-max-content;
  width: -o-max-content;
  width: -ms-max-content;
  /*justify-content: space-between;*/
}
.solutions-level .button, .integrations-stage .button {
  margin:0 19px 70px 0;
}
.solutions-level .button:last-child, .integrations-stage .button:last-child {
  margin:0 0 70px 0;
}
.post-about .col {
  margin-bottom:30px;
}

/*SEDMAX.php*/
.sedmax-header {
  display:flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 90px);
  margin-top: -120px;
  min-height:800px;
}
.sedmax .post-header {
  background: url("/images/background-sedmax.jpg") 50% 50%;
  background-size: cover;
  height:100vh;
  min-height:800px;
}
.about .post-header {
  background: url("/images/about-bg.jpg") 50% 50%;
  background-size: cover;
  height:100vh;
  min-height: 850px;
}
.sedmax-header h1 {
  margin:0 0 100px 0;
}
.sedmax-header__text {
  margin-bottom:50px;
  color: #1e68b2;
  font-weight: bold;
  font-size: 30px;
}
.sedmax-header__text:last-child {
  margin-bottom:0;
}
.sedmax-adaptive, .sedmax-solutions-structure, .sedmax-features, .sedmax-license, .map-block, .office, .publications-category {
  padding:80px 0;
}
.sedmax-opportunities {
  padding: 85px 0;
}
.sedmax-solutions-structure{
  background: #cfdae5;
}
.sedmax-structure-slider {
  margin-top:150px !important;
}
.sedmax-structure-slider img {
  width:100%;
  max-width: 800px;
}
.sedmax-structure-slider .slick-dots {
  text-align:left;
  top:-100px;
  left:0;
  bottom:100%;
}
.sedmax-structure-slider .slick-dots li {
  margin-left: 20px;
  width:auto!important;
  height: auto !important;
  background:#1e68b2;
  padding:0 40px;
  transition: 0.3s;
  border-radius: 2px;
}
.sedmax-structure-slider .slick-dots li:first-child {
  margin-left:0 !important;
}
.sedmax-structure-slider .slick-dots li.slick-active, .sedmax-structure-slider .slick-dots li:hover {
  background:#f26522;
}
.sedmax-structure-slider .slick-dots li button {
  font-size: 18px;
  line-height:49px;
  font-weight: bold;
  color:#fff !important;
  font-family: 'Ubuntu';
  width:auto!important;
  height: auto !important;
  padding: 0 !important;
}
.sedmax-structure-slider .slick-dots li button:before {
  content:none;
}
.sedmax-features {
  background: #f2f2f1;
  padding-bottom:150px;
}
.features {
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-bottom:80px;
}
.features__block {
  width:30%;
  margin-bottom:50px;
}
.features__icon, .opportunity-block__icon {
  width:58px;
  height:58px;
  margin-bottom:30px;
}
.features__title {
  font-size:18px;
  font-weight: bold;
  color: #1e68b2;
  margin-bottom:30px;
}
.features__text {
  font-size:16px;
  color: #1e68b2;
  font-weight: 300;
}
.features-slider {
  margin-top:-200px;
}
.post-content .features-slider {
  margin-top: 0;
}
.features-slider__block {
  margin-bottom:80px !important;
}
.features-slider .slick-dots {
  text-align:right;
  padding-right:0;
  bottom:-80px !important;
}
.features-slider .slick-dots li:before {
  border:none;
}
.features-slide {
  display: inline-block !important;
  vertical-align: middle;
  float:none !important;
}
.features-slide img {
  max-width:100%;
  margin:auto;
}
.post-content .features-slider .container {
  position: relative;
  overflow: hidden;
  padding:0;
}
.post-content .features-slider .container:hover .fullscreen-slide-btn, .post-slider_fullscreen:hover .fullscreen-slide-btn{
  top:0;
  right:0;
}
.post-slider img {
  max-height:550px;
}
.post-slider .slick-next {
  right:0;
}
.post-slider .slick-prev {
  left:0;
}
.post-slider .slick-next, .post-slider .slick-prev {
  height: 100%;
  width:50%;
  opacity: 0;
  z-index: 1;
}
.post-slider .slick-disabled {
  cursor:default;
}
.fullscreen-slide-btn {
  width:40px;
  height:40px;
  background: #1e68b2 no-repeat center center;
  cursor:pointer;
  position: absolute;
  top:-40px;
  right:-40px;
  transition: 0.3s;
  z-index: 1;
  background-image: url("/images/svg/full-screen.svg");
  background-size: 50% 50%;
}
.fullscreen-slide-btn_big {
  width:5vw;
  height:5vw;
  top:-5vw;
  right:-5vw;
}
.post-slider_fullscreen {
  position:fixed;
  width:100%;
  height: 100vh;
  background: #cdcdcd;
  top:0;
  left:0;
  z-index:4;
}
.post-slider_fullscreen .features-slide img {
  max-height:90vh;
}
.post-slider_fullscreen {
  display: flex;
  align-items: center;
}
.post-slider_fullscreen .slick-slider {
  position: static !important;
}
.post-slider_fullscreen .slick-next, .post-slider_fullscreen .slick-prev {
  opacity:1;
  width:24px;
  height:24px;
  transition: 0.3s;
}
.post-slider_fullscreen .slick-next {
  right:-130px;
}
.post-slider_fullscreen .slick-next:before {
  content:'';
  font-size:0;
  opacity: 1;
  border-style:solid;
  border-width: 12px 0 12px 11px;
  border-color: transparent transparent transparent #1e68b2;
}
.post-slider_fullscreen .slick-prev {
  left:-130px;
}
.post-slider_fullscreen:hover .slick-next {
  right:30px;
}
.post-slider_fullscreen:hover .slick-prev {
  left:30px;
}
.post-slider_fullscreen .slick-prev:before {
  content:'';
  border-style:solid;
  font-size:0;
  opacity: 1;
  border-width: 12px 11px 12px 0;
  border-color: transparent #1e68b2 transparent transparent;
}
.post-slider_fullscreen .slick-dots {
  bottom:0 !important;
  margin-bottom:15px;
}
.post-slider .slick-dots li button:before {
  width: 16px !important;
  height: 16px !important;
  opacity: 1;
  color: transparent !important;
  background: #1e68b2;
  transform: rotate(45deg);
}
.post-slider .slick-dots li:hover button:before  {
  opacity: 1 !important;
}
.post-slider .slick-dots .slick-active button:before {
  opacity: 1;
  background: #f26522;
  width: 16px !important;
  height: 16px !important;
  color: transparent !important;
}
.post-slider_fullscreen .container {
  padding:0;
  margin:0 !important;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: static !important;
}
.post-slider_fullscreen .post-slider {
  margin-bottom: 0 !important;
}
.sedmax-opportunities .post-aside__integrations {
  margin-top:0;
}
.opportunity-block__title {
  color: #1e68b2;
  font-size:24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.opportunity-block__text ul {
  margin-bottom:60px;
}
.sedmax-license {
  background: #f2f2f1;
}
.sedmax-license__text {
  color:#1e68b2;
  margin: -40px 0 40px 0;
  max-width:660px;
}
.sedmax-license .button {
  margin-top:40px;
}
.scheme-img {
  background: #f2f2f1;
  padding: 50px;
}

/*ABOUT.php*/
.about .features {
  margin-bottom:0;
}
.about .features__title {
  font-size: 24px;
}
.about .button {
  margin-top:30px;
}
.city-name, .city-selector {
  text-align: center;
  height: 70px;
  line-height: 68px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.city-name {
  width: 200px;
  background: #f26522;
  border-radius:2px;
  cursor: default;
  color:#fff;
}
.city-selector {
  color: #1e68b2;
  width: 280px;
  background: #f2f2f1;
  margin-left:-3px;
  cursor:pointer;
}
.city-selector span {
  position:relative;
}
.city-selector span:after {
  content:'';
  display: block;
  position: absolute;
  width:0;
  height:0;
  top:10px;
  right:-18px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1e68b2 transparent transparent transparent;
  transition: 0.3s;
}
.open:after {
  transform: rotate(-180deg);
}
.cities {
  position: absolute;
  display: none;
  background: #fff;
  list-style: none;
  padding: 0;
  width:100%;
  z-index: 2;
}
.cities li {
  padding-left: 80px;
  padding-right: 29px;
  text-align: left;
  text-transform: uppercase;
  font-size:14px;
  line-height: 40px;
  font-weight:400;
  cursor:pointer;
  position: relative;
}
.cities li:hover {
  background: #f6f6f6;
}
.cities li:before {
  content:'';
  display: block;
  position: absolute;
  width:0;
  height:0;
  top:16px;
  left:65px;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #1e68b2;
}
.active-city {
  font-weight:bold !important;
  color: #f26522;
}
.cities li.active-city:before {
  border-color: transparent transparent transparent #f26522;
}
.map-info, .map {
  height: 540px;
  width: 100%;
}
.map-info {
  position:relative;
}
.map {
  position:absolute;
  top:0;
  left:0;
}
.current-map {
  z-index:1;
}
.map-contacts {
  position:absolute;
  display:none;
  width:340px;
  height:100%;
  padding:70px 50px;
  background:#1e68b2;
  color:white;
  top:0;
  right:0;
  font-size:14px;
  z-index: 2;
}
.city-contacts {
  display: none;
}
.city-contacts__title {
  font-size:20px;
  font-weight:bold;
  margin-bottom: 50px;
}
.city-contacts__text {
  margin:36px 0 0 0;
}
.city-contacts__text:first-child {
  margin-top:0;
}
.city-contacts__text a, .city-contacts__text a:hover {
  color:#f26522;
  text-decoration: underline;
}
.close-btn {
  position: absolute;
  top:20px;
  right:20px;
  width: 23px;
  height:23px;
  background: url("/images/svg/close-white.svg");
  background-size: cover;
  cursor:pointer;
  transition:0.3s;
}
.close-btn:hover {
  transform: rotate(-180deg);
}

/*CONTACTS.php*/
.office {
  padding-top:0;
}
.office-contacts {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.office-item {
  width:31%;
  color:#1e68b2;
  font-weight: bold;
  font-size: 16px;
  margin-bottom:120px;
  position: relative;
}
/*.office-item:last-child {
  margin-right:auto;
  margin-left:3.5%;
}*/
.office-title {
  font-size:18px;
  text-transform: uppercase;
  margin-bottom:30px;
}
.office-text {
  margin:30px 0;
}
.office-text a, .office-text a:hover {
  color:#f26522;
  text-decoration: none;
}
.office-text_bottom {
  position:absolute;
  bottom:-70px;
}

/*PUBLICATIONS_CATEGORY.php*/
.publications-content a{
  text-decoration:none;
}
.publications-category p {
  padding-right:40px;
}
.publications-img {
  margin-bottom:18px;
  width:100%;
}
.publications-date, .publications-title {
  margin-bottom:20px;
  color:#1e68b2;
}
.publications-date, .publications-description {
  font-size:16px;
  font-weight: 300;
}
.publications-title {
  font-weight: bold;
  font-size: 18px;
}
.publications-description {
  color:#363636;
}
.publications-content {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.publications-content:after {
  content: "";
  width: 32%;
}
.publications-block {
  margin-bottom:60px;
  width:32%;
}
.publications-content .pag {
  display: block;
  width: 100%;
}
img.publications-img.border-image,
.publications-video.border-image {
  border: 1px solid #f2f2f1;
}
.publications-video {
	position: relative;
	padding-top: 62.5%;
	margin-bottom: 18px;
}
.publications-video iframe {
	position: absolute;
	top: 0;
	left: 0;
}

/*INTEGRATIONS_CATEGORY.php*/
.integrations-category .post-header {
  background: url("/images/integrations-bg.jpg") 50% 50%;
  background-size:cover;
}
.integrations-content {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  overflow: hidden;
}
.integrations-content:after {
  content:'';
  display: block;
  width:31%;
}
.integrations-item {
  display: block;
  width:31%;
  margin-bottom:30px;
  display: flex;
  flex-direction: column;
  height:auto;
  color:#fff;
  position: relative;
}
.integrations-item__link {
  display: block;
  width:100%;
  transition: 0.3s;
  text-decoration: none;
}
.integrations-item__link:hover {
  text-decoration: none;
}
.integrations-item__link span {
  width: 100%;
  display: block;
  background: #1e68b2;
  transition: 0.3s;
}
.integrations-item__link span.clients-logo {
  padding:24px 24px 20px 40px;
  margin:0;
}

.integrations-item__link span.clients-name {
  color:#fff;
  padding:0 24px 10px 40px;
}
.integrations-item__link span.clients-text {
  color:#fff;
  padding:10px 24px 24px 40px;
}
.integrations-item__link span.clients-text:before {
  display: block;
  position: absolute;
  content: " ";
  top: 0;
  left: 40px;
  width: 80px;
  height: 1px;
  background: #8fb4d9;
}
.integrations-item__link:hover span {
  background: #f26522;
}
.integrations-item__link > span:last-child {
  width: 100%;
  padding:24px 24px 24px 40px;
  font-size:14px;
  font-weight:300;
  color:#000;
  background:#f2f2f1;
}
.integrations-review {
  margin-top:100px;
  background: #f2f2f1;
  color: #1e68b2;
  padding:40px;
}
.review-title {
  font-size: 24px;
  margin-bottom:27px;
  font-weight: bold;
}
.review-name {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight:bold;
  text-transform: uppercase;
}
.review-text {
  font-size: 16px;
  font-weight:300;
  margin-bottom:40px;
}
.post-content .review-body {
  padding-left: 60px;
}

/*POST_NEWS.php*/
.news-back {
  color: #1e68b2;
  font-size:16px;
  font-weight:500;
  transition: color .3s;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  padding-left:30px;
  margin-top:-40px;
}
.news-back:hover {
  text-decoration: none;
  color: #1a5b9c;
}
.news-back:before {
  position:absolute;
  left:0;
  top:3px;
  content:'';
  width:17px;
  height: 17px;
  background: url("/images/svg/back.svg") no-repeat center;
  background-size: contain;
  vertical-align: bottom;
  transition: 0.3s;
}

/*BREAKFAST_ANALITIKA.php*/
.slider-breakfast .post-header {
  padding-top:0;
}
.slider-breakfast .breadcrumbs {
  position:absolute;
  margin-top:90px;
  z-index: 1;
}
.full-page-slider {
  height: 100vh;
  min-height:850px;
  width:100%;
}
.full-page-slide {
  height:100vh !important;
  min-height:850px !important;
  background-size: cover !important;
  padding-top:90px;
}
.full-page-slide__first-slide {
  background:url("/images/breakfast-analitika/breakfast-analitika-1.jpg") center center;
}
.full-page-slide__second-slide {
  background:url("/images/breakfast-analitika/breakfast-analitika-2.jpg") center center;
}
.full-page-slide .container {
  margin-top:100px;
}
.full-page-slider-name {
  font-size: 38px;
  font-weight: bold;
  color: #f26522;
}
.full-page-slider-title {
  font-size: 63px;
  margin-top: 50px;
  color: #1e68b2;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}
.full-page-slider-subtitle {
  font-size: 55px;
  color: #1e68b2;
  font-weight: bold;
  line-height: 1.3;
}
.full-page-slide__first-slide .full-page-slider-subtitle {
  margin-top: 50px;
}
.full-page-slide__second-slide .full-page-slider-title {
  font-size: 50px;
  color: #fff;
  margin-top: 35px;
}
.full-page-slider-text {
  font-size: 31px;
  margin-top: 35px;
  color: #1e68b2;
  font-weight: bold;
  line-height:1.3;
}
.full-page-slider-button, .location__button {
  padding: 0 40px;
  text-decoration: none;
  color: #fff;
  line-height: 39px;
  font-weight: bold;
  font-size: 18px;
  background:#1e68b2;
  margin-top:60px;
  height:40px;
  display: block;
  width: max-content;
  border-radius: 2px;
  transition: 0.3s;
}
.full-page-slider-button:hover, .location__button:hover {
  text-decoration: none;
  background: #f26522;
  color:#fff;
}
.location__button {
  background: #fff;
  color:#1e68b2;
  font-size: 13px;
  margin:60px auto 0 auto;
  text-transform: uppercase;
}
.price .location__button {
  margin:50px 0 0 auto;
}
.questions, .plan, .speakers, .registration, .call {
  padding:50px 0;
}
.questions {
  margin-top:-30px;
}
.questions .title__text, .about-club .title__text, .plan .title__text, .forwhom .title__text, .speakers .title__text, .price .title__text, .registration .title__text, .call__phones {
  font-size:40px;
  text-transform: uppercase;
}
.speakers .title__text, .registration .title, .call .title {
  margin-bottom:50px;
}
.location .title__text, .call .title__text {
  font-size:40px;
}
.questions .advantages-block__number {
  color:#dee9f3;
  opacity:1;
  font-size: 230px;
  width:100%;
  max-width: 200px;
  text-align: center;
}
.questions .advantages-block__subtitle {
  font-size:24px;
  color:#1e68b2;
  line-height: 1.3;
  margin:0;
  max-width: 300px;
  padding-top:240px;
}
.location, .forwhom, .price {
  padding:50px 0;
  background: #1e68b2;
}
.location__block {
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.location .title {
  margin-bottom:60px;
}
.location__item {
  width:30%;
}
.location__address, .location__time {
  font-size:30px;
  font-weight:bold;
  color:white;
}
.location__date {
  text-align: center;
}
.location__address, .location__address > div:first-child {
  display: flex;
}
.location__address > div:first-child {
  align-items: center;
  margin-right:20px;
}
.table td {
  border-top:none !important;
  border-right:1px solid #1e68b2;
  color:#1e68b2;
  font-size: 24px;
  line-height: normal !important;
}
.table td > span {
  font-style: italic;
}
.table p {
  position: relative;
  margin:0;
}
.table tr > td:first-child {
  min-width:190px;
  padding:35px 20px;
}
.table tr > td:nth-child(2) {
  min-width:670px;
  padding:35px 20px 35px 80px;

}
.table tr > td:nth-child(2) p:before, .forwhom__item span:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 8px;
  left: -15px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #1e68b2;
}
.table tr > td:last-child {
  min-width:340px;
  padding:35px 30px 35px 60px;
  border-right:none;
}
.title-row {
  text-transform: uppercase;
  border-top:1px solid #1e68b2;
}
.title-row:first-child {
  border:none;
}
.title-row h3 {
  margin:0;
  font-weight: 700;
}
.forwhom .title, .price .title {
  margin-bottom:25px;
}
.forwhom .row {
  max-width:1000px;
  margin:0 auto;
}
.forwhom__item {
  margin-bottom:10px;
  color:#fff;
  text-transform: uppercase;
  font-size:24px;
}
.forwhom__item span {
  position: relative;
}
.forwhom__item span:before {
  border-color: transparent transparent transparent #fff;
}
.forwhom__text {
  color:#fff !important;
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}
.speakers-row {
  white-space: nowrap;
}
.speakers-block {
  display: inline-block;
  vertical-align:top;
  width: 50%;
  margin-right:-3px
}
.speakers-block__photo-block, .speakers-block__info-block {
  padding:50px 0;
}
.speakers-block__photo-block {
  background: #f2f2f1;
}
.speakers-block__photo-item {
  width: 260px
}
.first-person .speakers-block__photo-item{
  margin:0 100px 0 auto;
}
.second-person .speakers-block__photo-item, .second-person .speakers-block__info-block{
  margin:0 auto 0 100px;
}
.speakers-block__photo-item img {
  width:100%;
}
.speakers-block__info-block {
  color:#1e68b2;
}
.first-person .speakers-block__info-block {
  margin:0 100px 0 auto;
}
.speakers__name {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.speakers__position, .speakers__expert {
  font-size: 24px;
  line-height: 1.3;
  margin-top:30px;
}
.speakers__expert {
  font-weight: bold;
}
.second-person .speakers__expert {
  margin-top:93px;
}
.speakers-block__info-block {
  width:260px;
  overflow:visible;
  max-width:100%;
}
.price-text {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.registration {
  background: #f2f2f1;
}
.registration .title__text span {
  color:#ff0000;
  font-size: 12px;
  position: relative;
  top:-25px;
  right:-5px;
}
.registration-text {
  font-size:16px;
  font-weight: bold;
  color:#1e68b2;
  line-height: 1.3;
}
.registration-text a, .registration-text a:hover {
  color:#f26522;
  text-decoration:none;
}
.registration-text a:last-child, .registration-text a:last-child:hover {
  text-decoration: underline;
}
.call__img {
  margin-left:50px;
}
.call__phones {
  color:#1e68b2;
  font-weight: bold;
  display: inline-block;
  vertical-align:middle;
  line-height: 1.3;
  margin-left:30px;
}
.call .full-page-slider-button {
  margin-top:0;
}

/*DEVELOPER CLUB*/
.slider-developers .full-page-slider {
  height:auto;
  min-height:100vh;
}
.slider-developers .full-page-slide__first-slide {
  background:linear-gradient(45deg, rgba(255, 255, 255, 0.63), rgba(255, 255, 255, 0.63)),url("/upload/dod-2018-5.jpg") center center / cover;
  height: auto !important;
  min-height:100vh;
}
.slider-developers .full-page-slide {
  min-height:100vh !important;
}
.slider-developers__logo {
  width:450px;
  margin:50px auto;
}
.about-club {
  padding:50px 0;
}
.developers-club .title {
  margin-bottom:30px;
}
.developers-club p {
  color: #1e68b2;
  font-size: 22px;
}
.developers-club .forwhom .row {
  max-width:100% !important;
}
.developers-club .location__time{
  margin-top:20px;
}
.developers-club .location__block{
  align-items: center;
}
.developers-club .location p {
  color:#fff;
  margin:0;
}
.developers-club .small-text {
  font-size:20px;
}
.developers-club a, .text-orange {
  color:#f26522 !important;
}
.orange-text {
  color:#f26522;
}
.developers-club .call .title {
  margin-bottom: 0;
}

/*CONSULT_POPUP.php && TEST_POPUP.php*/
.popup {
  width:100vw;
  height: 100vh;
  position:fixed;
  top:0;
  left:0;
  background: rgba(43,46,56,0.9);
  z-index: 9999;
  display: none;
}
.popup .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.popup__inner {
  background:#fff;
  width:100%;
  max-width: 700px;
  padding: 60px 100px;
  overflow: auto;
  transition:1s;
}
.popup__text-scroll {
  height:90vh;
}
.popup__text-scroll .popup__inner {
  overflow-y: scroll;
  height: 100%;
}
.popup__text-inner {
  max-width:550px;
}
.popup__text-inner .popup__inner {
  padding: 20px 50px;
}
.popup__img-inner .popup__inner {
  width:auto;
  height:auto;
  max-height:90vh;
  max-width: 90vw;
  background: #fff;
  border-radius:3px;
  padding: 0;
}
.popup__img-close {
  margin-top:5px;
  float: right;
  cursor:pointer;
}
.popup__img {
  max-width:90vw;
  max-height: 90vh;
}
.popup__input {
  width: 100%;
  border:2px solid #1e68b2;
  outline:0;
  border-radius: 2px;
  padding:10px 20px;
  color: #363636;
  margin-bottom:24px;
  transition: .5s;
}
.popup__input:focus {
  box-shadow: inset 0 1px 1px #8fb4d9, 0 0 8px #1e68b2;
}
.popup__inner h2 {
  color: #1e68b2;
  text-transform: uppercase;
  margin:0 0 60px 0;
  font-size: 24px;
  font-weight: bold;
}
.popup__personal-data {
  font-size: 12px;
  color: #1e68b2;
}
.popup__inner label,
.CheckboxList label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: default;
}
.popup__inner .has-error label, .popup__inner .has-success label {
  color: #2b2e38;
}
.popup__inner .has-error > input {
  transition:0.5s;
  border-color: #c00;
  box-shadow: 0px 0px 6px #ee4d55;
}
.form-group[class*="dispatch"] > label {
  display: none;
}
.popup__input[id*="dispatch"] {
  border:none;
  padding: 10px 20px 10px 30px;
}
.popup__input[id*="dispatch"] label:before {
  content:'';
  width:20px;
  height:20px;
  border:2px solid #1e68b2;
  border-radius:2px;
  position:absolute;
  top:14px;
  left:0;
}
.popup__input[id*="dispatch"] label.clicked:before {
  background:url("/images/svg/arrow.svg") no-repeat center / contain;
  transform:rotate(90deg);
}
.popup__input[id*="dispatch"] label {
  font-size: 12px;
  color: #1e68b2;
}
.popup__input[id*="dispatch"] input {
  width:20px;
  height: 20px;
  left: 0px;
  position: absolute;
  opacity: 0;
}
.popup__inner .form-group {
  position:relative;
  margin-bottom:0;
}
.popup__inner .help-block {
  position: absolute;
  top: 35px;
  right: 10px;
}
.modal-dialog .close {
  position: absolute;
  top:15px;
  right:15px;
  opacity:1;
  transition:0.3s;
}
.modal-dialog .close:focus {
  border:0;
  outline:0;
  color:transparent;
}
.modal-dialog .close:hover {
  transform:rotate(-180deg);
}
.modal-dialog .close span {
  width: 22px;
  height: 22px;
  background: url("/images/svg/close.svg");
  background-size: cover;
  display: block;
}
.pagination__block  {
  text-align: right;
}
.pagination > li > a, .pagination > li > span {
  width: 16px;
  height: 16px;
  background: #8fb4d9;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-indent: -9999px;
  margin: 0 7px;
  border: 0;
  line-height: 1;
  float: none;
  display: inline-block;
  padding: 0;
  color: #8fb4d9;
}
.pagination > li.prev, .pagination > li.next {
  display: none;
}
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #1e68b2;
  color: #1e68b2;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  background: #1e68b2;
  color: #1e68b2;
}

.not-activ-project-message {
  color: #1e68b2;
  font-size: 26px;
  font-family: Ubuntu;
  font-weight: 600;
  position: absolute;
}

.i-fb-circle {
  background: url("/images/svg/fb-w.svg") no-repeat center;
  background-size: contain;
}
.i-yt-circle {
  background: url("/images/svg/yt-w.svg") no-repeat center;
  background-size: contain;
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons__item {
  display: inline-block;
  margin-left: 10px;
}
.social-icons__item:first-child {
  margin-left: 0;
}
.social-icons__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.footer-info__social-icons {
  margin-top: 12px;
}
.footer-info__social-icons--mobile {
  display: none;
}

@media(max-width: 1500px) {
  .slider__video-text h1, .slider__video-text p {
    font-size: 28px;
    margin-bottom:40px;
  }
  .slider__video-text p {
    max-width: 660px;
    font-size: 24px;
    line-height: 1.3;
  }
  .slider__video-text {
    margin-bottom:20px;
  }
}

@media(max-width:1360px) {
  .title__text, .post-content h2 {
    margin-left:60px !important;
  }
  .post-content .review-body {
    padding-left: 0;
  }
}

@media(max-width: 1280px) {
  .header__nav .nav > li {
    margin-left:26px;
  }
  .slider__container {
    width:100%;
    max-width:auto;
    margin:auto 40px;
  }
  .slider__video-content {
    width:100%;
  }
  .slider .slick-dots, .full-page-slider .slick-dots {
    padding-left:40px !important;
  }
  .slider__second-slide, .slider__third-slide {
    background-position:10% 50%;
  }
}

@media(max-width:1245px) {
  .footer__email {
    width: 280px;
  }
  .footer-info {
    padding-left:60px;
  }
}

@media(max-width: 1199px) {
  .header__media-menu {
    display:block;
  }
  .header__info {
    display:none;
  }
  .slider__container {
    height:460px;
    background-size:cover !important;
  }
  .slider__second-slide, .slider__third-slide {
    background-position:10% 0%;
  }
  .slider__content {
    padding: 170px 100px;
    font-size:28px;
    line-height: 1.25;
  }
  .slider__video-logo {
    margin-bottom:40px;
  }
  .post-header h1 {
    font-size: 36px;
  }
  .post-content h2 {
    margin:60px 0 40px 0;
  }
  .sedmax-header__text {
    font-size:28px;
  }
  .sedmax-structure-slider img {
    width:100%;
  }
  .integrations-item {
    width:48%;
  }
  .location .title__text, .forwhom .title__text, .plan .title__text, .questions .title__text, .about-club .title__text, .speakers .title__text, .price .title__text, .registration .title__text, .call .title__text, .call__phones {
    font-size: 30px;
  }
  .location__address, .location__time {
    font-size:24px;
  }
  .price-text {
    font-size: 26px;
  }
  .registration .title__text span {
    top:-20px;
  }
}

@media(max-width: 1100px) {
  .footer__email {
    width: 400px;
    //margin-right:300px;
  }
  .footer-info {
    padding-left:0px;
    margin-top:30px;
  }
  .footer-info__block {
    padding-left:0px;
    min-width:300px;
    width:100%;
    margin-bottom:14px;
  }
  .footer-info__block:last-child {
    width:33.3333%;
    display: block;
    position: absolute;
    left:50%;
  }
  .footer-info__nav-item {
    line-height: 1.25;
  }
  .footer-info__social-icons {
    display: none;
  }
  .footer-info__social-icons--mobile {
    display: block;
  }
  .subscribe-form__input {
//	  width: 53%;
  }
  .subscribe-form__btn {
	  padding: 0 10px
  }
}

@media(max-width: 1024px) {
  .header {
    height: 60px;
  }
  .side-nav {
    display: none;
  }
  .slider {
    margin-top:60px;
  }
  /*.forwhat {
    margin-top:60px;
  }*/
  .post-header {
    padding-top:60px;
  }
  .post-header h1 {
    margin-bottom: 90px;
  }
  .breadcrumb {
    margin:30px 0 40px 0;
  }
  .slider__slides {
    height: calc(100vh - 60px);
  }
  .slider .slick-slide {
    height: calc(100vh - 60px) !important;
  }
  .paragraph, .post-content p, .post-content ul, .post-content ol {
    font-size:14px;
  }
  .solutions-slider__text {
    line-height: 1.25;
  }
  .publications-date, .publications-description {
    font-size:14px;
  }
}

@media(max-width:991px) {
  .container {
    padding:0 20px;
  }
  .slider__video-container {
    padding: 0;
  }
  .slider__container {
    margin:auto 20px;
  }
  .slider .slick-dots, .full-page-slider .slic-dots {
    padding-left:20px !important;
  }
  .slider__content {
    padding-left: 10%;
    padding-right: 10%;
  }
  .slider__button {
    left:0;
    margin-left:10%;
  }
  .linux-logo {
    left:250px;
    bottom:-100px;
  }
  .slider__second-slide, .slider__third-slide {
    background-position:10% 25%;
  }
  .title__text, .post-content h2 {
    font-size:28px;
    margin: 40px 0 30px 54px !important;
  }
  .title__text_blue:before,.title__text_white:before, .post-content h2:before{
    width:41px;
    height:35px;
    left:-54px;
  }
  .scheme-img {
    padding: 20px;
  }
  .forwhat__content .forwhat__block {
    margin-bottom:40px;
  }
  .forwhat__content .forwhat__block:last-child {
    margin-bottom:0;
    clear:left;
  }
  .key-func__block:nth-child(4) {
    clear:none;
  }
  .key-func__content .key-func__block:last-child {
    clear:left;
  }
  .advantages__content .advantages-block:last-child {
    clear:left;
    margin-top:80px;
  }
  .solutions-card {
    width: 48%;
    height:216px;
  }
  .saas__img {
    width:280px;
  }
  .saas__benefit {
    width:calc(100% - 280px);
    min-width: 460px;
  }
  .saas__benefit-title {
    margin-bottom:30px;
  }
  .saas__benefit-block {
    height:auto;
  }
  .saas__benefit-item {
    margin-top:10px;
  }
  .post-block {
    padding:60px 0;
  }
  .sedmax-header {
    height: calc(100vh - 60px);
    min-height:800px;
      margin-top: -70px;
  }
  .post-content p {
    padding: 0;
  }
  .features__block {
    width:40%;
  }
  .office-item {
    width:48%;
    font-size: 14px;
    line-height:1.25;
  }
  .office-item:last-child {
    margin:0 0 40px 0;
  }
  .office-title {
    font-size:18px;
  }
  .publications-block {
    width:48%;
  }
  .full-page-slider-title, .full-page-slider-subtitle, .full-page-slider-text {
    font-size:28px !important;
  }
  .location__item {
    width:48%;
  }
  .location__item:last-child {
    margin-top:50px;
  }
  .location__button, .price .location__button {
    margin: 60px auto 0 0;
  }
  .speakers-block {
    width: 100%;
  }
  .first-person .speakers-block__photo-item, .second-person .speakers-block__photo-item, .first-person .speakers-block__info-block, .second-person .speakers-block__info-block {
    margin:0 auto;
  }
  .second-person .speakers__expert {
    margin-top:30px;
  }
  .speakers__name {
    font-size:30px;
  }
  .speakers__position, .speakers__expert {
    font-size:20px;
  }
  .call__img {
    margin-left:0;
  }
  .call .full-page-slider-button {
    margin-top:60px;
  }
}

@media(max-width:835px) {
  .solutions-level .button, .integrations-stage .button {
    width:48%;
    margin:0 0 20px 0;
  }
  .integrations-stage .button:last-child {
    min-width:max-content;
  }
  .solutions-level .button:last-child, .integrations-stage .button:last-child {
    margin-bottom:70px;
  }
  .solutions-level .button .button__link, .integrations-stage .button .button__link {
    width:100%;
  }
}

@media(max-width:800px) {
  .saas__img {
    width:390px;
    margin:0 auto;
    margin-bottom:40px;
  }
  .saas__benefit {
    padding-left:0;
    min-width:auto;
    width:100%;
  }
  .saas__benefit-item {
    min-width:255px;
  }
}

@media(max-width: 767px) {
  .header__media-block {
    width:240px;
  }
  .header__media-block .nav li>ul>li {
    width:206px;
  }
  .margin-page {
    margin-left: -240px;
  }
  .slider__content {
    font-size:26px;
  }
  .slider__video-logo {
    margin:0;
  }
  .title__text, .post-content h2 {
    font-size:22px;
    margin-left:46px !important;
  }
  .title__text_blue:before,.title__text_white:before, .post-content h2:before{
    width:32px;
    height:27px;
    left:-46px;
  }
  .forwhat__subtitle {
    font-size: 20px;
  }
  .button__link, .post-content div > a {
    padding:15px 20px;
    font-size:15px;
  }
  .solutions-level .button .button__link, .integrations-stage .button .button__link {
    font-size:18px;
    padding:15px 40px;
  }
  .forwhat, .key-func, .solutions, .advantages, .clients, .saas, .sedmax-adaptive, .sedmax-solutions-structure, .sedmax-features, .sedmax-opportunities, .sedmax-license, .map-block, .office, .publications-category {
    padding:60px 0;
  }
  .sedmax-features {
    padding-bottom:150px;
  }
  .solutions-card {
    width: 100%;
    height:182px;
  }
  .advantages-block {
    margin-top:80px;
  }
  .advantages-block__number{
    top:-50px;
  }
  .footer__email {
    max-width: 400px;
    min-width:280px;
    width: 100%;
  }
  .footer-info__block {
    width:45%;
    min-width: auto;
    margin-right:55%;
    margin-bottom:14px;
  }
  .footer-info__block:last-child {
    width:50%;
    display: block;
    position: absolute;
    left:50%;
  }
  .footer-info__text {
    font-size: 14px;
  }
  .breadcrumb {
    font-size: 12px;
    margin:30px 0 25px 0;
  }
  .post-block {
    padding:40px 0;
  }
  .post-header h1 {
    font-size:23px;
    margin-bottom: 60px;
  }
  .solution-banner__title {
    font-size:22px;
  }
  .solution-banner__text {
    font-size:16px;
    line-height: 1.25;
  }
  .slider-bg {
    padding-bottom:80px;
  }
  .solutions-slider {
    height:450px;
  }
  .solutions-slider__slide {
    height: 520px !important;
  }
  .solutions-slider__content {
    padding:50px 30px;
    width:100%;
  }
  .category .post-header h1 {
    margin-bottom:60px;
  }
  .solutions-slider__title {
    font-size:60px;
  }
  .solutions-slider__text {
    font-size:20px;
  }
  .solutions-slider .slick-dots {
    bottom:-30px !important;
    left:30px !important;
  }
  .sedmax-header__text {
    font-size:20px;
  }
  .sedmax-structure-slider .slick-dots li {
    padding: 0 30px;
  }
  .features__block {
    width:100%;
  }
  .map-contacts {
    padding:40px 30px;
    width:260px;
  }
  .city-name, .city-selector {
    height:50px;
    line-height: 49px;
  }
  .city-selector {
    width:260px;
  }
  .office {
    padding-top:0;
  }
  .office-item {
    width:100%;
  }
  .integrations-item {
    width:100%;
  }
  .publications-block {
    width:100%;
  }
  .location__item:nth-child(2) {
    margin-top:50px;
  }
  .location__date {
    text-align:left;
  }
  .location__item {
    width:100%;
  }
  .forwhom__text {
    text-align:left;
    font-size:18px;
  }
  .forwhom__item {
    font-size:18px;
  }
  .forwhom__item span:before {
    top:5px;
  }
  .call__img {
    width:50px;
  }
  .call__phones {
    font-size:16px;
    margin-left:10px;
  }
  .popup__inner {
    padding: 40px;
  }
  .post-slider_fullscreen:hover .slick-next {
    right:0;
  }
  .post-slider_fullscreen:hover .slick-prev {
    left:0;
  }
  .popup__text-inner .popup__inner {
      padding: 0px 20px;
  }
  .developers-club p {
      font-size: 28px;
  }
}

@media(max-width: 520px) {
  .slider__content {
    font-size:18px;
  }
  .slider__button a {
    font-size: 16px;
  }
  .linux-logo {
    width: 100px;
      bottom: -28px;
      left: 160px;
  }
  .clients .slick-dots {
    padding-left:20px !important;
  }
  .slick-dots li button:before {
    width: 12px !important;
    height: 12px !important;
  }
  .slick-dots li {
    margin-right:0 !important;
  }
  .slider__video-text h1 {
    font-size: 24px;
  }
  .slider__video-text p {
    max-width: 280px;
    font-size: 20px;
  }
  .clients-slider__block {
    height:325px;
  }
  .solutions-level .button, .integrations-stage .button {
    width:100%;
  }
  .solutions-level .button .button__link, .integrations-stage .button .button__link {
    font-size: 14px;
    padding:15px;
  }
  .solutions-slider__slide {
    height: 400px !important;
  }
  .solutions-slider__content {
    padding:20px 20px 0 20px;
  }
  .solutions-slider__title {
    font-size:37px;
    margin-bottom:20px;
  }
  .solutions-slider__text {
    font-size:18px;
  }
  .solutions-slider .slick-dots {
    bottom:60px !important;
    left:20px !important;
  }
  .solutions-slider .slick-dots li {
    margin:0;
    margin-left:-5px;
  }
  .solutions-slider .slick-dots li button {
    font-size:10px !important;
  }
  .solutions .post-content div > a {
    padding:15px 10px;
    font-size:13px;
  }
  .solutions-card {
    height:233px;
  }
  .sedmax-header__text {
    font-size:16px;
  }
  .city-name, .city-selector {
    width:100%;
  }
  .city-selector {
    margin-left:0;
  }
  .cities li {
    padding-left: calc(50% - 60px);
  }
  .cities li:before {
    left:calc(50% - 76px);
  }
  .publications-category p {
    padding-right:0;
  }
  .post-content h3 {
    font-size:16px;
  }
  .full-page-slider-name {
    font-size: 28px;
  }
  .full-page-slider-title, .full-page-slider-subtitle, .full-page-slider-text {
    font-size:22px !important;
  }
  .location__address, .location__time {
    font-size:22px;
  }
  .call__img {
    display: none;
  }
  .call .full-page-slider-button {
    font-size:14px;
    padding:0 20px;
  }
  .popup__inner {
    padding: 20px;
  }
}

@media(max-height:770px) {
  .slider .slick-dots {
    bottom:40px !important;
  }
}

.modal-massege__title {
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  font-size: 24px;
  color: #1e68b2;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.modal-massege {
  color: #363636;
  border: 0;
  padding: 0;
  font-weight: normal;
}
.modal-massege p.title {
  color: #363636;
}
p.modal-massage a {
  display: block;
  color: #f26522;
}
.subscribe-form .modal-massege {
  color:#fff;
}

.modal-overlay{
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bonfire-pageloader-modal-icon{
  position: absolute;
  top: 42.5%;
  left: 42.5%;
}

.bonfire-pageloader-modal-icon svg{
  height: 17%;
  width: 17%;
}

.bonfire-pageloader-modal-icon svg {
  -webkit-animation:spin 2s linear infinite;
  -moz-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite;
  width:100px;
  height:100px;
}

@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

/*configurator*/
.under-construction {
  display: none;
  color:#1e68b2;
  margin-top:100px;
  margin-bottom:300px;
}
html[lang="en-EN"] .configurator__header {
  margin-bottom:0;
}
html[lang="en-EN"] .under-construction {
  display: block;
}
html[lang="en-EN"] .configurator-page__content, html[lang="en-EN"] .configurator-slider {
  display: none;
}
.configurator .nav > li > a {
  border-radius: 2px;
  padding:15px 40px;
  font-size:18px;
  font-weight: bold;
  transition: 0.3s;
  display: block;
  width: max-content;
  width: -moz-max-content;
  cursor: pointer;
}
.configurator .nav.sub-nav > li > a{
  background-color: #1e68b2;
  color:#fff;
}
.configurator .nav.sub-nav > li > a:hover, .configurator .nav.sub-nav > li > a:focus {
  background-color: #ed560e;
  color:#fff;
}
.configurator .nav > li > a, .configurator .nav > li > a:focus {
  background-color:#f2f2f1;
  color:#1e68b2;
}
.configurator .nav > li > a:hover, .configurator .nav > li.active > a {
  background-color: #f26522;
  color:#fff;
}
.module-checkbox label:before {
  content:'';
  width:20px;
  height:20px;
  border:2px solid #1e68b2;
  border-radius:2px;
  position:absolute;
  top:14px;
  left:0;
  transition: border-color 0.3s;
}
.module-checkbox label.clicked:before {
  background:url("/images/svg/arrow.svg") no-repeat center / contain;
  transform:rotate(270deg);
}
.popup__input[id*="dispatch"] label {
  font-size: 12px;
  color: #1e68b2;
}
.configurator__client .popup__input[id*="dispatch"] label{
  color: #888;
}
.module-checkbox input {
  width:20px;
  height: 20px;
  left: 0px;
  position: absolute;
  opacity: 0;
}
.configurator .title {
  margin-bottom:30px;
}
.configurator .title h2 {
  font-size: 24px;
}
.configurator .title h2:before {
  top:-7px;
}
.configurator__opportunities {
  margin-bottom:70px;
}
.configurator__header {
  margin-top:90px;
  margin-bottom:30px;
  background: url("/images/configurator/configurator_head.jpg") center / cover;
  height:auto;
  display: block;
}
.configurator__header .container {
  height: auto;
}
.configurator__header h1 {
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #1e68b2;
  margin-bottom: 0;
}
.configurator-slider {
  margin:50px 0 60px !important;
}
.configurator-slider__slide {
  height: 600px !important;
  background-position: 50% 50% !important;
}
.configurator-slider__slide[data-slick-index="0"] {
  background-image: url("/images/configurator/configurator_head_1.jpg");
}
.configurator-slider__slide[data-slick-index="1"] {
  background-image: url("/images/configurator/configurator_head_2.jpg");
}
.configurator-slider__slide[data-slick-index="2"] {
  background-image: url("/images/configurator/configurator_head_3.jpg");
}
.configurator-slider__content {
  padding: 100px 50px;
  color: #fff;
}
.configurator-slider__title {
  font-size:54px;
  font-weight: bold;
}
.configurator-slider__title span {
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
}
.configurator-slider__text {
  font-size: 30px;
  font-weight: bold;
  margin-top:35px;
}
.configurator-slider__slide[data-slick-index="0"] .configurator-slider__text {
  margin-top:75px;
}
.configurator-slider .slick-dots {
  text-align: left;
  bottom:-42px;
}
/*.configurator__container {
  overflow: hidden;
}*/
.configurator__text {
  margin-bottom:40px;
}
.configurator__attention {
  font-size: 17px;
  font-weight: 600;
  color:#1e68b2 !important;
}
.cr {
  height: 0;
}
.configurator__content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom:50px;
}
.configurator__content > div:first-child {
  width:80%;
}
.configurator__content > div:last-child {
  width:20%;
}
.configurator__content .tab-content > .tab-pane{
  margin-bottom: 114px;
}
.configurator__comments {
  width: calc(80% - 17px);
  position: absolute;
  bottom:-700px;
  left:240px;
  height: 114px;
  padding: 15px;
  background-color: #f2f2f1;
}
.configurator__comments.active {
  bottom:0px;
  left:0;
  transition: .8s;
}
.field-configuratorclients-comments, .field-configuratorclients-comments textarea {
  margin-bottom:0;
  height: 100%;
}
.configurator .nav, .configurator .nav li {
  height:auto;
}
.configurator .nav li {
  margin-right:20px;
}
.configurator .nav > li.active > a, .configurator .nav > li > a {
  border:none;
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom:20px;
}
.configurator .nav-tabs {
  border-bottom:0;
  margin-bottom:40px;
}
.configurator .nav > li > a:after {
  content:none;
}
.configurator__content > div > .row {
  margin-right:0;
}
.modules-row {
  position: relative;
}
.modules-row .col-md-4 {
  position: relative;
  transition: .8s;
}
.module {
  background-color: #f2f2f1;
  color: #1e68b2;
  height: 220px;
  margin-bottom:20px;
  padding: 20px;
  position:relative;
  transition: 0.3s;
  padding-top: 45px;
}
.module.active {
  background: #f26522;
  color:#fff;
}
.module-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-right: 20px;
  min-height:44px;
  margin-bottom:28px;
  display: flex;
  justify-content: space-between;
  /*letter-spacing: -0.5px;*/
}
.module__question {
  margin: 1px 13px;
  color:#fff;
  background-color: #1e68b2;
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height:20px;
  border-radius:50%;
  text-align: center;
  font-size:14px;
  border:none;
  font-weight: 600;
  transition: 0.3s;
}
#w20 button {
  margin-left: 5px;
}
.module__question:hover {
  color:#f26522;
  background-color: #fff;
}
.module__question:focus {
  outline:none;
}
.module.active .module__question {
  color:#f26522;
  background-color: #fff;
}
.module__bottom {
  position: absolute;
  bottom:20px;
  left:20px;
  width: calc(100% - 40px);
}
.module-description {
  margin-bottom:10px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
.module-attributes {
  min-height: 34px;
}
.configurator form .form-group:last-child:after {
  content:none;
}
.module .form-group {
  margin-bottom:0;
}
.module .help-block {
  display: none;
}
.module-checkbox {
  position: absolute;
  top: 32px;
  right: 40px;
}
.module-checkbox input {
  cursor:pointer;
}
.module.active .module-checkbox label:before {
  border-color:#fff;
  background: url("/images/svg/arrow-white.svg") no-repeat center / 80%;
}
.results__title {
  background: #1e68b2;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  height: 52px;
  font-family: 'Ubuntu', sans-serif;
  font-weight:600;
}
.module-attr-name47, .module-attr-name33 {
  display: none !important;
}
.button__results {
  border:none;
  text-transform:uppercase;
  font-size:13px;
  width:100%;
  text-align: center;
  padding-left:0;
  padding-right: 0;
}
.results__item:not(.checked) {
  display: none;
}
.results__item {
  margin-bottom:5px;
}
.results__content {
  background-color: #f2f2f1;
  padding:5px 15px;
  font-size: 13px;
  margin-bottom:20px;
}
.results__subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color:#1e68b2;
  font-family: Ubuntu;
  margin:5px 0;
}
.results-input {
  border:none;
  background-color: transparent;
}
.popover-content ul {
  list-style: none;
  padding: 0;
  margin:0;
}
.results__name, .results__attr span, .results__server, .popover-content li {
  padding-left: 10px;
  position: relative;
  font-family: Ubuntu;
}
.results__name {
  padding-bottom: 5px;
}
.popover-content li:not(:last-child){
  margin-bottom:7px;
}
.results__attr span {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}
.results__server {
  display: block;
  margin-bottom:20px;
}
.results__name:before, .results__attr span:before, .results__server:before, .popover-content li:before {
  content:'';
  display: block;
  position: absolute;
  width:0;
  height:0;
  top:4px;
  left:0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #1e68b2;
  transition: 0.3s;
}
.popover-content li:before {
  top:6px;
}
.results__attr input {
  display: none;
}
.results__text {
  font-size:13px;
  padding:0 15px;
  color: #888;
}
.results__text_blue {
  /*color:#1e68b2;*/
  color: #888;
  padding: 0 15px;
  font-size: 10px;
}
.client-form .form-group {
  margin-bottom:0;
  position: relative;
}
.client-form input {
  font-size:12px;
}
.client-form .has-error .help-block, .client-form .help-block {
  display: none !important;
}
.client-form .popup__input {
  margin-bottom: 10px;
}
.client-form .form-group:after {
  content:"*";
  display: block;
  position: absolute;
  top:3px;
  right:7px;
  color:red;
}
.client-form .has-error > input {
  transition: 0.5s;
  border-color: #c00;
  box-shadow: 0px 0px 6px #ee4d55;
}
.client-form .form-group.field-configuratorclients-dispatch:after {
  display: none;
}
.module-attributes .form-control {
  width: 100%;
  border: 2px solid #1e68b2;
  outline: 0;
  border-radius: 2px;
  color: #1e68b2;
  height: 30px;
  padding: 0 10px;
  background-color: transparent;
}
.module.active .module-attributes .form-control {
  border-color: #fff;
  color:#fff;
}
.module.active .module-attributes .form-control option {
  background-color: #f2f2f1;
  color: #1e68b2;
}
.input-attention {
  border-color: #c00 !important;
  box-shadow: 0px 0px 6px #ee4d55 !important;
}
.configurator .paragraph {
  color:#000;
  margin-bottom: 30px;
}
.configurator__right {
  padding-top: 356px;
  background-color: #fff;
}
.configurator__right.cloud {
  padding-top: 223px;
}
.sub-nav a {
  width:215px !important;
  height:74px;
  font-size:16px !important;
}
.sub-nav li:first-child a {
  line-height: 42px !important;
}
#popup_configurator .paragraph {
  color:#000;
}
.configurator .form-control, .configurator input, .configurator textarea, .module-checkbox label:before {
  border-width:1px !important;
  border-radius:0 !important;
}
.configurator__support {
  margin:0 0 40px 0;
}
.configurator__support .call__phones {
  font-size: 30px;
  margin-left:20px;
}
.configurator__support .call__img {
  width: 60px;
  display: inline !important;
}
.configurator__support .title {
  margin-top: 15px;
}
.module-attr-name51 {
  display: none !important;
}

@media(max-width: 1199px) {
  .configurator__content > div:first-child {
    width:100%;
  }
  .configurator__content > div:last-child {
    width:100%;
  }
  .configurator__content .tab-content > .tab-pane{
    margin-bottom: 20px;
  }
  .configurator__comments {
    width: 50%;
    padding:0 15px;
    height: 84px;
    background-color: transparent;
  }
  .client-form button {
    position: relative;
    top:95px;
  }
  .results {
    min-height: 412px;
  }
  .configurator__client {
    margin-bottom:104px;
  }
  .cr {
    height: auto;
  }
  .configurator__right {
      display:  flex;
      flex-wrap: wrap;
      align-items:  flex-end;
      padding-top:0;
  }
  .configurator__content > div > .row {
    margin-right:-15px;
  }
  .configurator__comments.active {
    bottom:69px;
  }
}

@media(max-width:991px) {
  .configurator__client, .results {
    width: 50%;
  }
  .configurator .title h2:before {
    top:2px;
  }
}

@media(max-width: 767px) {
  .configurator__client, .results, .configurator__comments {
    width: 100%;
  }
  .results {
    min-height: auto;
  }
  .configurator-slider__title {
    font-size:24px;
  }
  .configurator-slider__text {
    font-size:20px;
  }
  .configurator__header h1 {
    font-size:36px;
  }
}

@media(max-width: 400px) {
	.subscribe-form .subscribe-form__btn {
		padding: 0 10px
	}
}