@import 'icons/style.css';
@font-face {
  font-family: 'Sailec';
  src: url("fonts/Sailec.eot?#iefix") format('embedded-opentype'), url("fonts/Sailec.otf") format('opentype'), url("fonts/Sailec.woff") format('woff'), url("fonts/Sailec.ttf") format('truetype'), url("fonts/Sailec.svg#Sailec") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sailec';
  src: url("fonts/Sailec-Italic.eot?#iefix") format('embedded-opentype'), url("fonts/Sailec-Italic.otf") format('opentype'), url("fonts/Sailec-Italic.woff") format('woff'), url("fonts/Sailec-Italic.ttf") format('truetype'), url("fonts/Sailec-Italic.svg#Sailec-Italic") format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Sailec';
  src: url("fonts/Sailec-Medium.eot?#iefix") format('embedded-opentype'), url("fonts/Sailec-Medium.otf") format('opentype'), url("fonts/Sailec-Medium.woff") format('woff'), url("fonts/Sailec-Medium.ttf") format('truetype'), url("fonts/Sailec-Medium.svg#Sailec-Medium") format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Sailec';
  src: url("fonts/Sailec-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/Sailec-Bold.otf") format('opentype'), url("fonts/Sailec-Bold.woff") format('woff'), url("fonts/Sailec-Bold.ttf") format('truetype'), url("fonts/Sailec-Bold.svg#Sailec-Bold") format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sailec';
  src: url("fonts/Sailec-Black.eot?#iefix") format('embedded-opentype'), url("fonts/Sailec-Black.otf") format('opentype'), url("fonts/Sailec-Black.woff") format('woff'), url("fonts/Sailec-Black.ttf") format('truetype'), url("fonts/Sailec-Black.svg#Sailec-Black") format('svg');
  font-weight: 800;
  font-style: normal;
}
html {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
}
html,
body {
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
a {
  text-decoration: none;
  outline: none !important;
}
a:hover {
  text-decoration: underline;
}
/* Main global 'theme' and typographic styles */
body * {
  -moz-box-sizing: border-box;
  -opera-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body,
input,
select,
textarea {
  color: #666;
  font-family: 'Sailec';
  font-weight: 400;
}
p {
  margin-bottom: 18px;
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: bold;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 2px;
}
sub {
  top: 0.5ex;
}
iframe {
  width: 100%;
}
.wrapper {
  padding-top: 80px;
}
.title {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
  color: #25a9e0;
}
@media screen and (max-width: 992px) {
  .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .title {
    font-size: 25px;
  }
}
.title .icon {
  text-align: center;
}
.title .icon span {
  display: inline-block;
  padding: 10px;
  background: #fff;
  box-shadow: 0 13px 32px 1px rgba(0,0,0,0.2);
  border-radius: 50%;
  width: 54px;
  height: 54px;
}
.title .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-who-we-are.text-section {
  margin-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .section-who-we-are.text-section {
    margin-bottom: 100px;
  }
}
.section-who-we-are__box {
  display: flex;
  box-shadow: 0 29px 73px 8px rgba(0,0,0,0.2);
}
@media screen and (max-width: 992px) {
  .section-who-we-are__box {
    display: block;
  }
}
.section-who-we-are__text {
  flex-basis: 60%;
  padding: 40px 30px;
}
@media screen and (max-width: 992px) {
  .section-who-we-are__text {
    padding: 20px;
  }
}
.section-who-we-are__image {
  flex-basis: 40%;
}
.section-who-we-are__image img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .section-who-we-are__image img {
    margin: auto;
  }
}
.tabs-section {
  position: relative;
  margin-bottom: 100px;
  display: none;
}
@media screen and (min-width: 769px) {
  .tabs-section {
    display: block;
  }
}
.tabs-section::before,
.tabs-section::after {
  content: '';
  position: absolute;
  height: 97px;
  top: 0;
  z-index: 0;
}
.tabs-section::before {
  left: 0;
  right: 50%;
  background: #1b78ea;
}
.tabs-section::after {
  content: '';
  right: 0;
  left: 50%;
  background: #1b78ea;
}
.tabs-section.first::before {
  background: #fff;
}
.tabs-section.first::after {
  background: #1b78ea;
}
.tabs-section.last::before {
  background: #1b78ea;
}
.tabs-section.last::after {
  background: #fff;
}
.tabs {
  position: relative;
  z-index: 2;
}
.tabs_hoverable .tabs__list li:hover a {
  background: #fff;
  color: #495572;
}
.tabs__list {
  display: flex;
}
.tabs__list li {
  text-align: center;
  height: 97px;
  flex-basis: calc(100% / 3);
  background: #1b78ea;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
}
.tabs__list li.ui-state-active a {
  background: #fff;
  color: #495572;
}
.tabs__list li a {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.tabs__content {
  padding: 100px 0;
}
.mobile-accordion {
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mobile-accordion {
    display: block;
  }
}
.mobile-accordion__headline {
  position: relative;
  background: #25a9e0;
  color: #fff;
  font-weight: 700;
  padding: 16px 30px 16px 15px;
  outline: none;
  cursor: pointer;
  border-top: 1px solid #fff;
}
.mobile-accordion__headline > .ui-accordion-header-icon {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 18px;
}
.mobile-accordion__content {
  padding: 15px;
}
.ui-accordion-header-icon {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-accordion-header-icon::before {
  content: "\f067";
}
.ui-state-active .ui-accordion-header-icon::before {
  content: "\f068";
}
.accordion__headline {
  font-size: 16px;
  outline: none;
  cursor: pointer;
  margin-bottom: 5px;
  color: #333;
  font-weight: 600;
}
.accordion__headline > .ui-accordion-header-icon::before {
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.accordion__headline.ui-state-active {
  color: #25a9e0;
}
.accordion__content {
  padding-left: 20px;
  padding-bottom: 40px;
  font-size: 15px;
}
.accordion__content ul {
  padding-left: 16px;
}
.accordion__content ul li {
  list-style: disc;
  margin-bottom: 1px;
  clear: both;
}
.accordion__content ul li div{
  float: left;
}
.accordion__content ul li .accordion__content-left{
  width: 65%;
  padding-right: 5px;
}
.accordion__content ul li .accordion__content-right{
  width: 35%;
  padding-left: 5px;
}
.accordion__content ul li:last-child {
  margin-bottom: 0;
}
.product {
  display: flex;
}
@media screen and (max-width: 768px) {
  .product {
    display: block;
  }
}
.product__info {
  flex-basis: 40%;
}
@media screen and (max-width: 768px) {
  .product__info {
    margin-bottom: 25px;
  }
}
.product__image {
  flex-grow: 1;
}
.product__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.text-section {
  margin-bottom: 100px;
  font-size: 19px;
}
.text-section .accordion__content{
  text-align: left;
  padding: 20px 0;
}
.text-section .accordion__content ul li{
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .text-section {
    font-size: 16px;
  }
}
.text-section_center {
  text-align: center;
}
.text-section p {
  margin-bottom: 18px;
  line-height: 1.5;
}
.text-section .video {
  max-width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.site-box {
  max-width: 730px;
  margin: auto;
  padding: 0 15px;
}
.header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  height: 80px;
  background: #fff;
  box-shadow: 0 0 15px #b7b7b7;
}
.header__container {
  display: flex;
  align-items: center;
}
.header__action-buttons {
  flex-grow: 1;
}
.action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lang {
  margin-right: 10px;
}
.sign {
  margin-right: 20px;
  position: relative;
}
.sign__box {
  width: 249px;
  position: absolute;
  background: #fff;
  right: 0;
  top: 58px;
  z-index: 10;
  box-shadow: 0 29px 73px 8px rgba(0,0,0,0.2);
  padding: 20px;
  text-align: center;
  display: none;
}
.sign__box .sing-button {
  margin-top: 15px;
}
.sing-button {
  background: #25a9e0;
  cursor: pointer;
  border-radius: 15px;
  height: 35px;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
  border: 1px solid #25a9e0;
  text-decoration: none !important;
}
.sing-button:hover {
  background: #fff;
  color: #25a9e0;
}
.menu {
  display: flex;
}
@media screen and (min-width: 993px) {
  .menu {
    display: flex !important;
  }
}
@media screen and (max-width: 992px) {
  .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(175,188,206,0.9);
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 2.5em;
  }
}
.menu li {
  margin-left: 35px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 17px;
}
.menu li a {
  text-decoration: none;
  color: #00245d;
}
.menu li a:hover {
  color: #3088f4;
}
.mobile-menu {
  display: none;
  position: absolute;
  right: 15px;
  top: 27px;
  cursor: pointer;
  width: 35px;
  height: 24px;
}
@media screen and (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu .bar {
  position: absolute;
  left: 0;
  background: #6d6e70;
  width: 35px;
  height: 4px;
  transition: all 0.3s;
}
#bar1 {
  top: 0;
}
.active #bar1 {
  top: 10px;
  transform: rotate(45deg);
}
#bar2 {
  top: 10px;
}
.active #bar2 {
  top: 10px;
  transform: rotate(135deg);
}
#bar3 {
  top: 20px;
}
.active #bar3 {
  top: 10px;
  transform: rotate(-45deg);
}
.top-box {
  display: flex;
  overflow: hidden;
}
.top-box__inner-text {
  background: #3088f4;
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-box__text {
  max-width: 571px;
}
.top-box__title {
  font-weight: 700;
  color: #fff;
  font-size: 37px;
  margin-bottom: 100px;
}
.top-box__title span {
  padding-top: 25px;
  display: block;
  color: #27476d;
}
.top-box__links {
  font-size: 15px;
}
.top-box__links a:first-child {
  color: #27476d;
  margin-right: 15px;
}
.top-box__links a:last-child {
  color: #fff;
}
.top-box__image {
  flex-basis: 50%;
}
.top-box__image img {
  object-fit: cover;
  width: 100%;
  display: block;
}
.location-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .location-section {
    margin-bottom: 50px;
    overflow: hidden;
  }
}
.location-section__text {
  background: url("../images/location.png") no-repeat;
  background-color: #3088f4;
  background-position: calc(63% + 100px) calc(50% + 3px);
  height: 550px;
}
@media screen and (max-width: 768px) {
  .location-section__text {
    height: auto;
    background-position: calc(50% - 15px) calc(100% + 254px);
  }
}
.location-section__text p {
  color: #fff;
}
.location-section__text .site-box {
  position: relative;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .location-section__text .site-box {
    padding-bottom: 170px !important;
  }
}
.location-section__title {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .location-section__title {
    text-align: center;
  }
}
.location-section__content {
  max-width: 345px;
  padding-top: 68px;
}
@media screen and (max-width: 768px) {
  .location-section__content {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .location-section .site-box {
    padding: 0;
  }
}
.location-section .map-area {
  cursor: pointer;
  position: absolute;
  height: 100%;
  left: 60%;
  width: 445px;
}
@media screen and (max-width: 768px) {
  .location-section .map-area {
    left: 0;
    bottom: 0;
    height: 170px;
  }
}
.location-form {
  margin: -160px -20px 0;
  background: #fff;
  display: flex;
  box-shadow: 0 29px 73px 8px rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px) {
  .location-form {
    margin: 0;
    display: block;
  }
}
.location-form__left {
  flex-grow: 1;
  padding: 25px 61px 50px 29px;
}
.location-form__left .location-form__title {
  color: #25a9e0;
}
.location-form__right {
  flex-basis: 36%;
  background: #1b78ea;
  padding: 20px 30px;
  color: #fff;
}
.location-form__right ul li {
  margin-bottom: 37px;
  position: relative;
  padding-left: 25px;
}
.location-form__right ul li::before {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
}
.location-form__right ul li.location::before {
  content: "\f041";
}
.location-form__right ul li.email::before {
  content: "\f003";
}
.location-form__right ul li.phone::before {
  content: "\f095";
}
.location-form__title {
  font-size: 21px;
  margin-bottom: 25px;
  white-space: nowrap;
}
.location-form__submit {
  width: 50px;
  height: 50px;
  background: url("../images/submit-button.png") no-repeat;
  border: 0;
  cursor: pointer;
  outline: none;
  float: right;
  margin-top: -25px;
  position: relative;
  z-index: 11;
  margin-right: -15px;
}
.input-group {
  position: relative;
  padding-top: 30px;
  margin-bottom: 12px;
}
.input-group_with-icon {
  margin-left: 20px;
}
.input-group .icon {
  position: absolute;
  left: -20px;
  bottom: 8px;
}
.input-group input {
  position: relative;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #bdccd4;
  background: transparent;
  z-index: 2;
  padding: 0 40px 0 0;
  width: 100%;
  outline: none;
  font-size: 16px;
  color: #3e4161;
}
.input-group input.populated,
.input-group input:focus {
  border-color: #41a3ff;
}
.input-group input.populated + label,
.input-group input:focus + label {
  color: #41a3ff;
  top: 3px;
}
.input-group label {
  position: absolute;
  top: 34px;
  z-index: 1;
  left: 0;
  color: #808080;
  transition: top 0.14s linear;
}
.social-links {
  padding-top: 30px;
}
.social-links a {
  color: #43a9df;
  font-size: 21px;
  text-decoration: none !important;
  display: inline-block;
  margin-right: 40px;
}
.social-links a:last-child {
  margin-right: 0;
}
.author {
  display: flex;
  text-align: left;
  align-items: center;
}
.author__avatar {
  margin-right: 10px;
}
.author__name {
  color: #999;
  font-size: 12px;
}
.author__name span {
  font-size: 14px;
  display: block;
}
.clients {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.clients li {
  width: 340px;
  background: #fff;
  text-align: center;
  color: #414949;
  font-size: 15px;
  padding: 15px;
  margin: 0 10px;
  box-shadow: 0 0 54px 13px rgba(0,0,0,0.2);
}
.clients__image {
  height: 131px;
}
.clients__image img {
  width: auto;
  max-heigh: 100%;
}
@media screen and (max-width: 768px) {
  .product-section {
    margin-bottom: 100px;
  }
}
.product-section__title-box {
  background-color: #3088f4;
  padding: 45px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-section__title-box {
    padding: 20px 0;
    background: none;
  }
}
.product-section__title-box .title {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .product-section__title-box .title {
    color: #25a9e0;
  }
}
.top-section {
  position: relative;
  margin-bottom: 62px;
}
.top-section img {
  width: 100%;
  height: auto;
}
.top-section__container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.top-section .title {
  text-align: left;
  color: #fff;
  text-shadow: 3px 3px 24px #6b6b6b;
}
.tabs-slider__image {
  width: 100%;
  height: auto;
  display: block;
}
.tabs-slider__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .tabs-slider__content {
    position: static;
  }
}
.tabs-slider__text {
  width: 60%;
  background: rgba(255,255,255,0.7);
  padding: 20px 30px;
  float: right;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tabs-slider__text {
    width: auto;
    float: none;
    padding: 0;
    margin-top: 25px;
  }
}
.tabs-slider__text h3 {
  color: #25a9e0;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tabs-slider__text h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.tabs-slider__text p {
  font-size: 17px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .tabs-slider .mobile-accordion__content {
    padding: 0 0 15px 0;
    margin-top: -1px;
  }
}
.tabs-slider .tabs-section {
  margin-bottom: 0;
}
.tabs-slider .tabs__content {
  padding: 0;
  position: relative;
}
.footer {
  text-align: center;
  background: #000;
  padding: 10px 0;
  overflow: hidden;
}
.footer .container {
  position: relative;
  color: #666;
  font-size: 13px;
}
.footer .social-links {
  right: 0;
  top: 0;
  position: absolute;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer .social-links {
    position: static;
    display: block;
  }
}
.footer .social-links a {
  font-size: 18px;
  color: #666;
}
.lang-switcher {
  height: 40px;
  overflow: hidden;
}
.lang-switcher:hover {
  overflow: visible;
}
@media screen and (max-width: 992px) {
  .lang-switcher {
    margin-right: 50px;
  }
}
.lang-switcher ul {
  position: relative;
  width: 40px;
  height: 85px;
  overflow: hidden;
}
.lang-switcher ul:hover {
  overflow: visible;
}
.lang-switcher ul:hover li {
  display: block !important;
}
.lang-switcher ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #25a9e0;
  border-radius: 50%;
  position: absolute;
  top: 45px;
  display: none;
}
.lang-switcher ul li.active {
  position: static;
  display: block;
}
.lang-switcher ul li a {
  color: #666;
  text-decoration: none;
  display: block;
  height: 100%;
}
.lang-switcher ul li:hover {
  background: #25a9e0;
}
.lang-switcher ul li:hover a {
  color: #fff;
}
