@charset "UTF-8";
.row-sm-eq-height {
  display: flex;
}

/*
body {
  overflow: hidden;
}
*/

.lock-overflow {
  overflow: hidden;
}

/*
body {
  overflow: hidden;
}
*/

@media (max-width: 767px) {
  .row-sm-eq-height {
    display: block;
  }
}
/* Header Top */
.header-top {
  top: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  padding-top: 4px;
  margin-bottom: -24px;
}

.header-top a > img {
  cursor: pointer;
}

.header-top a.phone {
  padding-right: 30px;
  color: white;
}

.header-top a.tooltipper {
  color: white;
}

.header-top a.telegram,
.header-top a.whatsapp {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-top a.telegram {
  background-image: url(../images/icons/telegram.svg);
}

.header-top a.whatsapp {
  background-image: url(../images/icons/whatsapp.svg);
}

.header-top a.telegram {
  margin-right: 20px;
}

.header_scroll {
  background: white;
}

.header-top.header_scroll > .phone {
  color: #337ab7;
}

.header-top.header_scroll > .tooltipper {
  color: #337ab7;
}

.head_header .header_scroll a.telegram {
  background-image: url(../images/icons/telegram_blue.svg);
}

.head_header .header_scroll a.whatsapp {
  background-image: url(../images/icons/whatsapp_blue.svg);
}

.head_header.servicesemergency .header_scroll a.telegram {
  background-image: url(../images/icons/telegram_v_orange.svg);
}

.head_header.servicesemergency .header_scroll a.whatsapp {
  background-image: url(../images/icons/whatsapp_v_orange.svg);
}

.head_header.servicesautomation .header_scroll a.telegram,
.head_header.servicesload .header_scroll a.telegram {
  background-image: url(../images/icons/telegram_green.svg);
}

.head_header.servicesautomation .header_scroll a.whatsapp,
.head_header.servicesload .header_scroll a.whatsapp {
  background-image: url(../images/icons/whatsapp_green.svg);
}

.head_header.servicesusability .header_scroll a.telegram {
  background-image: url(../images/icons/telegram_violet.svg);
}

.head_header.servicesusability .header_scroll a.whatsapp {
  background-image: url(../images/icons/whatsapp_violet.svg);
}

.head_header.servicesdevelopment .header_scroll a.telegram {
  background-image: url(../images/icons/telegram_orange.svg);
}

.head_header.servicesdevelopment .header_scroll a.whatsapp {
  background-image: url(../images/icons/whatsapp_orange.svg);
}

/* Navigation */
.navbar-header .navbar-toggle {
  transition: transform 0.25s;
  min-height: 34px;
}

.navbar-header .navbar-toggle .icon-bar {
  transition: margin 0.25s, transform 0.25s;
}

.navbar-header .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(2) {
  transform: rotate(135deg);
}

.navbar-header .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: rotate(90deg);
  margin: -3px 0;
  opacity: 0;
}

.navbar-header .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(4) {
  transform: rotate(45deg);
  margin-top: 2px;
}

/* ╧ЁшьхЁ√ яЁюхъЄют */
.projects {
  color: white;
}

.projects ul.project-types {
  list-style: none;
  padding: 0;
  margin: 0;
}

.projects ul.project-types li {
  display: block;
  position: relative;
}

.projects figure {
  margin: 0;
  position: relative;
}

.projects figure {
  overflow: hidden;
}

.projects figure .first-description {
  max-width: 100%;
  display: block;
  position: relative;
  transition: transform 0.4s;
  height: 600px;
}

.projects figure .first-description h3 {
  font: 42px "Open Sans", sans-serif;
  font-weight: bold;
  margin-top: 55px;
}

.projects figure .first-description h4 {
  font: 20px "Open Sans", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 80px;
}

.projects figure .first-description-main {
  max-width: 80%;
  float: left;
  -webkit-transition: left 300ms ease-in;
}

.projects figure .first-description-main .row {
  margin-bottom: 15px;
}

.projects figure .first-description-main .col-sm-2 {
  font: 20px "Open Sans", sans-serif;
  font-weight: bold;
  min-width: 105px;
}

.projects figure .first-description-main .col-sm-10 {
  font: 18px "Open Sans", sans-serif;
}

.projects figure .first-description-main ul {
  padding-left: 20px;
  list-style-type: disc;
}

.projects figure .first-description-main ul li {
  display: list-item;
  margin-bottom: 10px;
}

.projects figure.clicked .first-description-main {
  float: right;
}

.projects figcaption {
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 50%;
  opacity: 0;
  backface-visibility: hidden;
  transform-origin: 0 0;
  transform: translateX(200%);
  transition: transform 0.4s, opacity 3s;
  /*, opacity 0.1s 0.3s*/
  font: 22px "Open Sans", sans-serif;
  padding-top: 55px;
}

.projects figure.clicked figcaption {
  opacity: 1;
  transform: translateX(100%);
  transition: transform 0.4s;
  /*, opacity 0.1s*/
}

.projects figure.clicked .first-description {
  transform: translateX(-50%);
}

/* Initial state (hidden or anything else) */
.article-init .article-side {
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.article-init .article-side-left {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px);
}

.article-init .article-side-right {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.article-section.article-animate .article-side-left,
.article-section.article-animate .article-side-right {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/* ╥Ёхєуюы№эшъ, ютхЁыхщ */
.ss-style-triangles::after {
  bottom: -50px;
  z-index: 10;
  background: inherit;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
}

.ss-style-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.ss-style-triangles::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

/* ╓тхЄр */
.grey-light-back {
  background-color: #E6E6E6;
}

/* ╩эюяъш */
.button {
  display: inline-block;
  font: 20px "Open Sans", sans-serif;
  color: #005d88;
  position: relative;
  min-width: 300px;
  padding: 9px 27px;
  text-align: center;
  border: 3px solid #005d88;
  z-index: 1;
}

.effect-button {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

.effect-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005d88;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.effect-button,
.effect-button::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.effect-button:hover,
.effect-button:active {
  color: #fff;
  text-decoration: none;
}

.effect-button:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Scroller */
.cbp-so-section:before,
.cbp-so-section:after {
  content: " ";
  display: table;
}

.cbp-so-section:after {
  clear: both;
}

.cbp-so-side {
  width: 50%;
  float: left;
  margin: 0;
  padding: 3em 4%;
  overflow: hidden;
  min-height: 12em;
}

.cbp-so-side:before,
.cbp-so-side:after {
  content: " ";
  display: table;
}

.cbp-so-side:after {
  clear: both;
}

.cbp-so-side-right {
  text-align: left;
}

.cbp-so-side-left {
  text-align: right;
}

.cbp-so-init .cbp-so-side {
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.cbp-so-init .cbp-so-side-left {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px);
}

.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/* -------------------------------------------------------------*/
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

@media (min-width: 767px) {
  .container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "";
}

a.desc:after {
  content: "";
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sort-numerical a.asc:after {
  content: "";
}

.sort-numerical a.desc:after {
  content: "";
}

.sort-ordinal a.asc:after {
  content: "";
}

.sort-ordinal a.desc:after {
  content: "";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.navbar-header .navbar-toggle {
  border: none;
  /*
  margin-top: 35px;
  */
  margin-top: 15px;
  margin-right: 25px;
}

@media (max-width: 425px) {
  .navbar-header .navbar-toggle {
    margin-top: 10px;
  }
}

.navbar-toggle .icon-bar {
  background-color: white;
}

/* --- Main Layout --- */
div,
p,
span {
  /*
  cursor: context-menu;
  */
}

a:focus,
button,
button:focus,
button:active,
button:active:focus,
input,
input:focus,
input:active,
textarea,
textarea:focus,
textarea:active {
  outline: none !important;
}

a:hover,
a:focus {
  color: white;
}

/* a. Header */
.head_header {
  width: 100%;
  height: 100%;
  position: relative;
}

/* --- */
.header_menu {
  position: fixed;
  top: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

.header_banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  height: 100%;
  margin: auto;
}

.header_banner-text_one {
  max-width: 825px;
  padding-bottom: 100px;
  color: #FFFFFF;
}

.header_banner.testing .header_banner-text_one {
  padding-bottom: 70px;
}

.header_banner-text_two {
  max-width: 770px;
  color: #FFFFFF;
}

.header_banner-buttons {
  display: flex;
  width: 500px;
  height: 45px;
  margin-top: 60px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
}

.header_banner-buttons a {
  width: 50%;
  padding: 10px 18px;
  border-radius: 50px;
  color: #FFFFFF;
}

.header_banner-buttons a:hover {
  text-decoration: none;
}

.header_banner-buttons a.active {
  color: var(--qa-green-dark-color);
  background: #FFFFFF;
}

.header_banner-links {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.header_banner-links > div {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}

.header_banner-links a {
  color: #FFFFFF;
  cursor: pointer;
}

.header_banner-links a:hover {
  font-weight: 600;
  text-decoration: none;
}

.header_banner-links a.l_left > img {
  transform: rotate(180deg);
}

.head_header .navbar-brand {
  height: 100px;
  padding: 31px 15px;
}

.head_header .navbar {
  background-color: transparent;
}

.head_header .navbar_scroll {
  background-color: white;
}

.navbar-nav > li > .dropdown-menu {
  box-shadow: -5px 5px 10px rgba(77, 77, 77, 0.5), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.dropdown-menu .submenu.main_text {
  min-width: 23rem;
}

.head_header .navbar .navbar-nav a {
  color: white;
}

.head_header .navbar .navbar-nav a:hover,
.head_header .navbar_scroll .navbar-nav a:hover {
  font-weight: 600;
}

.head_header .navbar .navbar-nav .submenu,
.head_header .navbar_scroll .navbar-nav .submenu {
  padding: 5px 0;
}

.head_header .navbar .navbar-nav .submenu a,
.head_header .navbar_scroll .navbar-nav .submenu a {
  color: var(--middle-gray-color);
}

.head_header .navbar .navbar-nav .submenu a:hover,
.head_header .navbar_scroll .navbar-nav .submenu a:hover {
  color: var(--qa-blue-dark-color);
  text-decoration: none;
  background-color: transparent;
}

.head_header .navbar .open > a,
.head_header .navbar .open > a:hover,
.head_header .navbar .open > a:focus {
  background-color: transparent;
}

.head_header .navbar-collapse {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-top-width: 0;
}

.head_header ul.navbar-nav.hover:hover li > a {
  opacity: 1;
}

.head_header .container-fluid {
  display: flex;
  justify-content: space-between;
}

.head_header .navbar_scroll .container-fluid {
  box-shadow: 0px 4px 10px rgba(153, 153, 153, 0.32);
}

.container-fluid:before,
.container-fluid:after {
  display: none;
}

.head_header .navbar-nav#desktop_nav {
  display: block;
  padding-right: 25px;
}

.head_header .navbar-nav#mobile_nav {
  display: none;
}

@media (min-width: 1440px) {
  .header_banner-buttons {
    width: 680px;
    height: 56px;
  }

  .header_banner-buttons a {
    font-size: 20px;
  }
}
/* IPAD */
@media (max-width: 1053px) {
  .head_header .navbar .discussion_button,
.head_header .navbar_scroll .discussion_button {
    display: none;
  }
}
@media (max-width: 992px) {
  .head_header .navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .navbar_scroll > .container .navbar-brand,
.navbar_scroll > .container-fluid .navbar-brand {
    margin-left: -15px;
  }

  .header_banner {
    width: 80%;
  }

  .header_banner-text_one {
    padding-bottom: 50px;
  }
}
@media (min-width: 767px) {
  .head_header-top {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar {
    height: 100px;
  }

  .navbar-brand {
    height: 100px;
    padding: 25px 15px;
  }

  .navbar-nav > li > a {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .head_header .discussion_button {
    margin-top: 40px;
  }

  .nav > li > a:hover,
.nav > li > a:focus {
    background-color: inherit;
    color: inherit;
  }

  .head_header .navbar_scroll .navbar-nav > .active > a,
.head_header .navbar_scroll .navbar-nav.hover > .active > a:hover,
.head_header .navbar_scroll .navbar-nav.hover > .active > a:focus {
    background-color: inherit;
    color: var(--qa-blue-dark-color);
    border-bottom: 2px solid var(--qa-blue-dark-color);
  }

  .head_header .navbar-nav > .active > a,
.head_header .navbar-nav.hover > .active > a:hover,
.head_header .navbar-nav.hover > .active > a:focus {
    background-color: inherit;
    color: white;
    border-bottom: 2px solid white;
  }
}
@media (max-width: 826px) {
  .head_header .navbar-nav#desktop_nav {
    padding-right: 0;
  }

  .head_header .navbar-nav > li > a {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .head_header .navbar-nav#desktop_nav {
    display: none;
  }

  .head_header .navbar-nav#mobile_nav {
    display: block;
    height: 84vh;
    overflow: auto;
    padding-bottom: 30px;
  }

  .head_header .navbar .navbar-nav a {
    color: var(--qa-blue-dark-color);
  }

  .head_header .navbar-nav#mobile_nav .mobile_submenu {
    padding-left: 15px;
  }

  .head_header-top {
    padding-right: 0;
    padding-left: 0;
  }

  .head_header .free-quote {
    float: left;
  }

  .head_header ul.navbar-nav.hover li:hover > a {
    color: #005D88;
    opacity: 1;
    border-bottom-color: white;
  }

  .head_header .navbar-nav > .active > a,
.head_header .navbar-nav.hover > .active > a:hover,
.head_header .navbar-nav.hover > .active > a:focus {
    text-decoration: none;
    background-color: #eee;
    color: #005D88;
  }

  .container-fluid > .navbar-header {
    padding: 0 15px;
  }

  .head_header .container-fluid {
    display: block;
    padding: 0;
  }

  .head_header .navbar-collapse {
    background-color: white;
    width: 100%;
    margin: 0;
  }

  .head_header ul.navbar-nav.hover:hover li > a {
    opacity: 1;
    color: var(--qa-blue-dark-color);
    border-bottom-color: none;
  }

  .head_header .navbar .navbar-nav .submenu,
.head_header .navbar_scroll .navbar-nav .submenu {
    color: var(--qa-blue-dark-color);
  }

  .header_banner {
    width: 80%;
  }
}
/* IPHONE */
@media (max-width: 580px) {
  .header_banner-buttons {
    width: 100%;
    height: fit-content;
    align-items: center;
  }

  .header_banner-buttons a {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .head_header .navbar-brand {
    padding: 33px 15px;
  }

  .head_header .navbar-brand img {
    max-width: 120px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .header_banner-text_one {
    padding-bottom: 32px;
  }

  .header_banner.testing .header_banner-text_one {
    padding-bottom: 23px;
  }

  .header_banner-links > div {
    padding: 16px 10px;
  }

  .header_banner-links a img {
    width: 24px;
  }
}
/* b. Footer */
.footer-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 20px 85px;
}

.footer_menu {
  display: flex;
  width: 70%;
}

.footer_column {
  width: 30%;
  display: flex;
  flex-direction: column;
  /* padding-left: 10%; */
}

.footer_column a {
  cursor: pointer;
}

.footer_column a:hover {
  font-weight: 600;
  text-decoration: none;
}

.footer_title {
  padding: 8px 0;
  color: #FFFFFF;
}

.footer_text {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #FFFFFF;
}

.footer_text img {
  padding-right: 20px;
}

.footer-bottom {
  border-top: 0.5px solid #FFFFFF;
}

.footer-bottom p {
  padding: 17px 0;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .footer_services,
.footer_other,
.footer_about {
    display: none;
  }

  .footer-top {
    flex-direction: column;
    padding: 26px 16px 24px;
  }
}
/* --- End Of Main Layout --- */
/* ╟р тър */
/* .request {
    padding-top: 90px;
    padding-bottom: 90px;
}

.request .description {
    color: #005d88;
    font: 32px "Open Sans", sans-serif;
    line-height: 1.6;
}

.request .action {
    text-align: right;
}

.request .btn-request {
    margin-top: 26px;
    background-color: transparent;
    color: #005D88;
    font: 22px "Open Sans", sans-serif;
    border: 3px solid #005D88;
    border-radius: 2px;
    padding: 7px 63px;
}

@media (max-width: 992px) {
    .request .btn-request {
        padding: 7px 20px;
    }
    .request .action {
        text-align: center;
    }
}

.request .btn-request:hover,
.request .btn-request:active {
    color: white;
    border-color: #005D88;
    background-color: #005D88;
} */
/* ╩ышхэЄ√ */
/* .clients {
    background-color: #ffc358;
}

.clients ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 35px;
}

.clients ul li {
    display: inline-block;
    height: 130px;
    margin: 0 10px;
}

.clients ul li:nth-of-type(1) {
    background: url("../images/logo/multimedia-lab.png") no-repeat center center;
    min-width: 170px;
}

.clients ul li:nth-of-type(2) {
    background: url("../images/logo/rostelecom.png") no-repeat center center;
    min-width: 204px;
}

.clients ul li:nth-of-type(3) {
    background: url("../images/logo/yandex.png") no-repeat center center;
    min-width: 130px;
}

.clients ul li:nth-of-type(4) {
    background: url("../images/logo/sberbank.png") no-repeat center center;
    min-width: 270px;
}

.clients ul li:nth-of-type(5) {
    background: url("../images/logo/autolocator.png") no-repeat center center;
    min-width: 200px;
}

.clients ul li:nth-of-type(6) {
    background: url("../images/logo/championat.png") no-repeat center center;
    min-width: 200px;
}

.clients ul li:nth-of-type(7) {
    background: url("../images/logo/liga.png") no-repeat center center;
    min-width: 130px;
}

.clients.black {
    background-color: white;
}

.clients.blue {
    background-color: #01375B;
}

.clients.black ul li:nth-of-type(1) {
    background: url("../images/logo/multimedia_logo.png") no-repeat center center;
    min-width: 170px;
}

.clients.black ul li:nth-of-type(2) {
    background: url("../images/logo/rostelecom_logo.png") no-repeat center center;
    min-width: 204px;
}

.clients.black ul li:nth-of-type(3) {
    background: url("../images/logo/yandex_logo.png") no-repeat center center;
    min-width: 130px;
}

.clients.black ul li:nth-of-type(4) {
    background: url("../images/logo/sberstrah_logo.png") no-repeat center center;
    min-width: 270px;
}

.clients.black ul li:nth-of-type(5) {
    background: url("../images/logo/autolocator_logo.png") no-repeat center center;
    min-width: 200px;
}

.clients.black ul li:nth-of-type(6) {
    background: url("../images/logo/champion_logo.png") no-repeat center center;
    min-width: 200px;
}

.clients.black ul li:nth-of-type(7) {
    background: url("../images/logo/heroleague_logo.png") no-repeat center center;
    min-width: 130px;
} */
/* del white right line */
/* .article-section {
    overflow-x: hidden;
    width: 100%;
} */
/* Top button */
.top-btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url(/images/top_thin.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffa71c;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.top-btn:hover {
  background-image: url(/images/top_bold.png);
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

.head_header .header-mobile a.telegram {
  background-image: url(../images/icons/telegram_blue.svg);
}

.head_header .header-mobile a.whatsapp {
  background-image: url(../images/icons/whatsapp_blue.svg);
}

.phone {
  font-size: 14px;
}

.header-top-scroll {
  color: #337ab7;
}

/*# sourceMappingURL=site.css.map */
/*# sourceMappingURL=site.scss.map */

/*# sourceMappingURL=site.css.map */

@media only screen and (max-width: 768px) {
  #navbar, .navbar-header {
    height: 56px;
  }

  .head_header .navbar-brand {
    padding: 15px 15px;
    height: 56px;
  }

  .head_header .navbar-nav#mobile_nav {
    height: 92vh;
  }
}

@media only screen and (max-width: 768px) {
  .head_header a.telegram {
    background-image: url(../images/icons/telegram_blue.svg);
    background-color: white;
  }
  
  .head_header a.whatsapp {
    background-image: url(../images/icons/whatsapp_blue.svg);
  }
  
  .head_header.servicesemergency a.telegram {
    background-image: url(../images/icons/telegram_v_orange.svg);
  }
  
  .head_header.servicesemergency a.whatsapp {
    background-image: url(../images/icons/whatsapp_v_orange.svg);
  }
  
  .head_header.servicesautomation a.telegram,
  .head_header.servicesload a.telegram {
    background-image: url(../images/icons/telegram_green.svg);
  }
  
  .head_header.servicesautomation a.whatsapp,
  .head_header.servicesload a.whatsapp {
    background-image: url(../images/icons/whatsapp_green.svg);
  }
  
  .head_header.servicesusability a.telegram {
    background-image: url(../images/icons/telegram_violet.svg);
  }
  
  .head_header.servicesusability a.whatsapp {
    background-image: url(../images/icons/whatsapp_violet.svg);
  }
  
  .head_header.servicesdevelopment a.telegram {
    background-image: url(../images/icons/telegram_orange.svg);
  }
  
  .head_header.servicesdevelopment a.whatsapp {
    background-image: url(../images/icons/whatsapp_orange.svg);
  }

  .head_header .navbar-opened {
    background: var(--blue-green-dark-gradient);
  }
  
  .head_header .navbar-header.navbar-opened .navbar-brand #logo_img {
    content:url("/images/main/header_logo.svg");
  }
}

@media (max-width: 767px) {
  .head_header .navbar-brand img {
    max-width: 120px;
    width: 100%;
  }

  .head_header.portfolio, .head_header.vacancies, .head_header.contact {
    max-height: 56px;
  }

  #about-menu-item, #services-menu-item {
    pointer-events: none;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  .navbar-header .navbar-toggle {
    margin-top: 15px;
  }
}

@media (max-width: 580px) {
  .header_banner-buttons {
    margin-top: 30px;
  }

  .header_banner-links {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }

  .header_banner-links a {
    font-size: 1.2rem;
  }
}

@media (max-width: 400px) {
  .header_banner-buttons {
    font-size: 10px;
  }
}

/* safari compatibility */

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
  { @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
      display: initial;
  }

  #site-contact .contact_left, #site-contact .contact_right {
    width: 50%;
  }
}}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
  @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
    .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
      display: initial;
  }

  #site-contact .contact_left, #site-contact .contact_right {
    width: 50%;
  }
}}

/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
    .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
      display: initial;
  }
}

#headbar > a {
  display: none;
}

@media (max-width: 767px) {
  #about-menu-item {
      pointer-events: none;
  }
}

@media only screen and (max-width: 768px) and (max-height: 630px) {
  .head_header .navbar-nav > li > a {
    padding: 10px 7px;
  }
}

#emergency-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10rem;
  padding: 16px 24px;
  width: 260px;
  height: 50px;

  /* QA orange / middle */

  background: #FDA71A;
  border-radius: 50px;


  /* /Subtitle */

  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #404040;
}

#emergency-button img {
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

#emergency-button a {
  /* /Subtitle */

  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;

  /* local / middle-grey (main text) */

  color: #404040;

  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 10px;
}

#site-development .first_section-text.body_text {
  font-size: 18px;
}

#site-development .results-text.main_text {
  max-width: 880px;
  width: 55%;
  margin-left: 5%;
  padding: 95px 56px;
  background: #FFFFFF;
  border-radius: 20px;
}

#site-development #site-development-card-header {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

#site-development #results-container-image {
  height: 100%;
  max-width: 518px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: initial;
  border-color: #337ab7;
}

#emergency-button:hover {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
}

@media (min-width: 767px) {
  #site-development .results.dark_background .container {
    width: 1400px;
  }
}

@media (max-width: 767px) {

  #site-development .results-text.main_text {
    padding-bottom: 5rem;

    width: 90vw;
    max-width: 90vw;
    margin-left: 1%;
    margin-right: 1%;
    padding: 15px 15px;
    background: #FFFFFF;
    border-radius: 20px;
  }

}

.listitem-cards::before {
  content: "\2022";
  color: var(--blue-green-gradient);
  background: var(--blue-green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.services.dark_background .desc.headline_b span {
  color: var(--blue-green-gradient);
  background: var(--blue-green-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
}

@media (min-width: 767px) {
  .site-index .services.dark_background ul.list-inline,
  .site-index .services.dark_background .desc.headline_b {
    width: 1170px;
  }
}

@media (min-width: 767px) {
  .tabs.body_text_rs .tab_link {
    margin-bottom: 32px;
  }
}

.tooltipper {
  position: relative;
  display: inline-block;
}

.tooltipper .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  border: 1px solid #eee;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 120%;
  left: -300%;
  margin-left: -60px;
}

.tooltipper:hover .tooltiptext {
  visibility: visible;
}

.tooltipper:hover .tooltipper:active .tooltiptext {
  visibility: visible;
}
