/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header {
  background-color: 

  
  
    
  


  rgba(119, 172, 214, 1.0);
  border-bottom: 1px none #FFFFFF;
  height: auto;
}
.header__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1.4rem 2.8rem;
    position: relative;
}
.header__logo {
    margin-right: 2.1rem;
}
.header__logo img {
    height: auto;
    max-width: 250px;
}

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote {
  color: #FFFFFF;
}

/* Header modules */

.header .social-links__icon svg,
.header .social-links__icon:hover svg {
  fill: #FFFFFF;
}

.header .icon svg {
  fill: #FFFFFF;
}

.header .pricing-table label {
  color: #1E2B33;
}

.header .price-block__description-block,
.header .price-block__description-block div,
.header .price-block__description-block p,
.header .price-block__description-block li,
.header .price-block__description-block span,
.header .testimonial__content,
.header .testimonial__content div,
.header .testimonial__content span,
.header .testimonial__content p,
.header .blog-card__content p,
.header a.blog-card__author-name {
  color: #1E2B33;
}

.header .price-block__description-block a,
.header .testimonial__content a,
.header .blog-card__content a {
  color: #052439;
}

.header .price-block__description-block a:hover,
.header .price-block__description-block a:focus,
.header .testimonial__content a:hover,
.header .testimonial__content a:focus,
.header .blog-card__content a:hover,
.header .blog-card__content a:focus {
  color: font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
}

.header .price-block__description-block h1,
.header .testimonial__content h1 {
  color: #1E2B33;
}

.header .price-block__description-block h2,
.header .testimonial__content h2,
.header h2.blog-card__title a {
  color: #1E2B33;
}

.header .price-block__description-block h3,
.header .testimonial__content h3 {
  color: #1E2B33;
}

.header .price-block__description-block h4,
.header .testimonial__content h4 {
  color: #1E2B33;
}

.header .price-block__description-block h5,
.header .testimonial__content h5 {
  color: #77ACD6;
}

.header .price-block__description-block h6,
.header .testimonial__content h6 {
  color: #1E2B33;
}

/* Header container */

.header__container {
  max-width: 1340px;
}

/* Logo */

.header__logo .logo-company-name {
  color: #FFFFFF;
}

/* Navigation Menu & Language Switcher */

.navigation-primary .menu-item a,
div.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a  {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
}

.header__language-switcher-label-current:after {
  border-top-color: #FFFFFF;
}

.navigation-primary .menu-item a:hover,
.header__language-switcher .lang_list_class li:hover a,
div.header__language-switcher-label-current:hover,
.navigation-primary .menu-item a:focus,
.header__language-switcher .lang_list_class li:focus a,
div.header__language-switcher-label-current:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.header__language-switcher-label-current:hover:after,
.header__language-switcher-label-current:focus:after {
  border-top-color: #FFFFFF;
}

.navigation-primary .menu-item a:active,
div.header__language-switcher-label-current:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.header__language-switcher-label-current:active:after {
  border-top-color: #FFFFFF;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after,
body .navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #FFFFFF;
}

.navigation-primary .submenu.level-2 {
  background-color: 

  
  
    
  


  rgba(119, 172, 214, 1.0)

;
  border: 1px solid #d0d0d0;
}

.navigation-primary .submenu.level-2 > li,
.header__language-switcher .lang_list_class li {
  border-bottom: 1px solid #d0d0d0;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:hover,
.navigation-primary .submenu.level-2 .menu-item .menu-link:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(5, 36, 57, 1.0)

;
  color: #FFFFFF;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(5, 36, 57, 1.0)

;
  color: #FFFFFF;
}

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(119, 172, 214, 1.0)

;
  border: 1px solid #d0d0d0;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher .lang_list_class li:focus {
  background-color: 

  
  
    
  


  rgba(5, 36, 57, 1.0)

;
}

.header__language-switcher .lang_list_class li:active {
  background-color: 

  
  
    
  


  rgba(5, 36, 57, 1.0)

;
}

@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(119, 172, 214, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
      background-color: #FFFFFF;
  }

  .navigation-primary .submenu.level-1 > li,
  .navigation-primary .submenu.level-2 .menu-item {
    border-top-color: #d0d0d0;
  }

  .header__language-switcher .lang_list_class {
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 767px){
.header__container {
    padding: 1.4rem;
}
  .submenu.level-1>li>a{
    line-height:1.4;
  }
}