/*  ---------------------------------------------------
	LESS MIXIN
	---------------------------------------------------  */
/*  ---------------------------------------------------
	LESS FONTS
	---------------------------------------------------  */
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Regular.woff2") format("woff2"), url("../fonts/Inter-UI-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Italic.woff2") format("woff2"), url("../fonts/Inter-UI-Italic.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-UI-Medium.woff2") format("woff2"), url("../fonts/Inter-UI-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Inter-UI-MediumItalic.woff2") format("woff2"), url("../fonts/Inter-UI-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-UI-Bold.woff2") format("woff2"), url("../fonts/Inter-UI-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Inter-UI-BoldItalic.woff2") format("woff2"), url("../fonts/Inter-UI-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter-UI-Black.woff2") format("woff2"), url("../fonts/Inter-UI-Black.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Inter-UI-BlackItalic.woff2") format("woff2"), url("../fonts/Inter-UI-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: 'Grotest Book';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HKGroteskPro-Book.woff2") format("woff2"), url("../fonts/HKGroteskPro-Book.woff") format("woff");
}
@font-face {
  font-family: 'Grotest Bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HKGroteskPro-BoldLegacy.woff2") format("woff2"), url("../fonts/HKGroteskPro-BoldLegacy.woff") format("woff");
}
/*  ---------------------------------------------------
	LESS VARIABLES
	---------------------------------------------------  */
/*  ---------------------------------------------------
	LESS BREAKPOINTS
	---------------------------------------------------  */
/*  ---------------------------------------------------
	DEFAULTS
	---------------------------------------------------  */
body.menuIsOpen {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 60px;
  z-index: 10000;
  box-shadow: none;
  padding: 0!important;
  font-family: 'Inter UI';
  line-height: 28px;
  font-size: 16px;
  -webkit-transition: 0.6s ease box-shadow;
  transition: 0.6s ease box-shadow;
}
#header a {
  text-decoration: none!important;
  outline: 0!important;
  -webkit-transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
  transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
  display: inline;
  border-bottom: none;
  font-weight: normal;
}
#header ul {
  font-family: 'Inter UI';
}
#header ul:before,
#header ul:after {
  content: none;
}
#header li {
  padding-bottom: 0;
  line-height: 28px;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  #header li {
    font-size: 15px;
    line-height: 24px;
  }
}
#header p {
  padding: 0;
  font-family: 'Inter UI';
}
#header img {
  display: inline;
  max-width: none;
}
@media only screen and (max-width: 480px) {
  #header {
    font-size: 15px;
    line-height: 24px;
  }
}
#header.onScroll {
  box-shadow: 0 30px 30px 0 rgba(17, 17, 17, 0.1);
}
#header #menu-toggle {
  cursor: pointer;
  display: table;
  height: 15px;
  margin: 0 auto;
  padding: 0;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header #menu-toggle #hamburger {
  position: absolute;
  height: 15px;
  width: 20px;
  top: 0;
  text-align: right;
}
#header #menu-toggle #hamburger span {
  width: 100%;
  height: 2px;
  position: relative;
  top: 0;
  right: 0;
  margin: 4px 0;
  background: #111;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#header #menu-toggle #hamburger span:nth-child(1) {
  margin-top: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#header #menu-toggle #hamburger span:nth-child(2) {
  width: calc(100% + 2px);
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#header #menu-toggle #hamburger span:nth-child(3) {
  margin-bottom: 0;
  width: calc(100% + 4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
#header #menu-toggle #cross {
  position: absolute;
  height: 20px;
  width: 20px;
  top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header #menu-toggle #cross span {
  display: block;
  background: #111;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#header #menu-toggle #cross span:nth-child(1) {
  left: 50%;
  position: absolute;
  top: 0;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
#header #menu-toggle #cross span:nth-child(2) {
  height: 2px;
  left: 0;
  margin: -1px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#header #menu-toggle.open #hamburger span {
  width: 0;
}
#header #menu-toggle.open #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#header #menu-toggle.open #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
#header #menu-toggle.open #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#header #menu-toggle.open #cross span:nth-child(1) {
  height: 100%;
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#header #menu-toggle.open #cross span:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
#header .megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: none;
  display: none;
  -webkit-transition: 1.2s ease box-shadow;
  transition: 1.2s ease box-shadow;
}
#header .megamenu .mobile-title,
#header .megamenu .goBack {
  display: none;
}
#header .megamenu .wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#header .megamenu .wrapper .part {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
#header .megamenu .wrapper .part .wrap {
  padding: 40px 45px 25px;
}
#header .megamenu .wrapper .part:first-child .wrap {
  padding-left: 165px;
}
#header .megamenu .wrapper .part:last-child {
  background: #f4f4f7;
}
#header .megamenu .wrapper .part:last-child .wrap {
  background: #f4f4f7;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
}
#header .megamenu .widget .widget__title {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #111;
  opacity: 0.9;
  font-weight: 500;
  padding: 0 0 10px;
  border-bottom: 1px solid #bcbcbc;
  margin: 0 0 25px;
}
#header .megamenu .widget .widget__block {
  margin: 0 0 25px;
}
#header .megamenu .widget .widget__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .megamenu .widget .widget__block ul li {
  margin: 0 0 24px;
}
#header .megamenu .widget .widget__block ul li:last-child {
  margin: 0;
}
#header .megamenu .widget .widget__block ul li a {
  font-size: 13px;
  display: block;
  color: #111 !important;
}
#header .megamenu .widget .widget__block ul li a:hover {
  color: #467CFC !important;
}
#header .megamenu .widget .widget__block ul li a img {
  display: table;
  width: 50px;
  height: 50px;
  margin: 0 0 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#header .megamenu .widget .widget__block ul li a .widget__block--title {
  font-size: 13px;
  line-height: 21px;
  margin: 0 0 8px;
  font-weight: 500;
}
#header .megamenu .widget .widget__block ul li a p {
  color: #888888 !important;
  font-size: 12px;
  margin: 0;
  line-height: 18px;
}
#header .megamenu .widget .widget__links {
  margin: 0 0 25px;
}
#header .megamenu .widget .widget__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .megamenu .widget .widget__links ul.docs {
  display: table;
  width: auto;
}
#header .megamenu .widget .widget__links ul.docs li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 24px 0 0;
}
#header .megamenu .widget .widget__links ul.docs li:last-child {
  padding: 0;
}
#header .megamenu .widget .widget__links ul.docs li a {
  display: block;
  position: relative;
}
#header .megamenu .widget .widget__links ul.docs li a .tooltip {
  position: absolute;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  font-weight: 500;
  left: 50%;
  top: -35px;
  opacity: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #467CFC;
  line-height: 20px;
  padding: 0 8px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease opacity, 0.3s ease top;
  transition: 0.3s ease opacity, 0.3s ease top;
}
#header .megamenu .widget .widget__links ul.docs li a .tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(70, 124, 252, 0);
  border-top-color: #467CFC;
  border-width: 4px;
  margin-left: -4px;
}
#header .megamenu .widget .widget__links ul.docs li a .icon {
  font-size: 36px;
  color: #467CFC;
}
#header .megamenu .widget .widget__links ul.docs li a:hover .tooltip {
  top: -27px;
  opacity: 1;
}
#header .megamenu .widget .widget__links ul.withMedia {
  font-size: 0;
}
#header .megamenu .widget .widget__links ul.withMedia li {
  display: inline-block;
  width: 50%;
  margin: 0 0 25px;
  vertical-align: top;
}
#header .megamenu .widget .widget__links ul.withMedia li:last-child {
  margin: 0;
}
#header .megamenu .widget .widget__links ul.withMedia li a {
  color: #bcbcbc;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: table;
}
#header .megamenu .widget .widget__links ul.withMedia li a:hover {
  color: #467CFC;
}
#header .megamenu .widget .widget__links ul.withMedia li a.media .media-left {
  padding-right: 14px;
}
#header .megamenu .widget .widget__links ul.withMedia li a.media .media-left img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header .megamenu .widget .widget__links ul li {
  margin: 0 0 14px;
}
#header .megamenu .widget .widget__links ul li:last-child {
  margin: 0;
}
#header .megamenu .widget .widget__links ul li a {
  font-size: 13px !important;
  display: table;
  color: #111 !important;
  font-weight: 500;
}
#header .megamenu .widget .widget__links ul li a:hover {
  color: #467CFC !important;
}
#header .megamenu .widget .widget__links ul li a.widget__block--wrapper {
  display: flex;
}
#header .megamenu .widget .widget__links ul li a.widget__block--wrapper img {
  width: 21px;
  height: 21px;
  margin-right: 7px;
  margin-left: 0;
}
#header .container-fluid {
  padding-right: 0;
}
#header .header__wrapper {
  display: table;
  width: 100%;
  height: 60px;
  padding: 0 0 0 30px;
}
#header .header__wrapper .part {
  display: table-cell;
  vertical-align: middle;
}
#header #site-logo a img {
  width: 66px;
}
#header #site-nav {
  width: 100%;
}
@media (min-width: 992px) {
  #header #site-nav .hide-lg {
    display: none;
  }
}
#header #site-nav nav {
  padding: 0 68px;
  position: static;
}
#header #site-nav nav a {
  color: #888888;
  font-size: 14px;
  line-height: 21px;
}
#header #site-nav nav a.pricing {
  background: #467CFC;
  color: #fff;
  padding: 4px 17px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#header #site-nav nav a.pricing:hover {
  background: #111;
  color: #fff;
}
#header #site-nav nav a:hover {
  color: #111;
}
#header #site-nav nav a:hover:after {
  color: #111 !important;
}
#header #site-nav nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: auto;
}
#header #site-nav nav > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 18px;
}
#header #site-nav nav > ul > li.has-sub {
  padding-right: 18px;
}
#header #site-nav nav > ul > li.has-sub.active > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#header #site-nav nav > ul > li.has-sub.active .megamenu {
  box-shadow: 0 30px 30px 0 rgba(17, 17, 17, 0.1);
}
#header #site-nav nav > ul > li.has-sub > a {
  position: relative;
  padding-right: 12px;
}
#header #site-nav nav > ul > li.has-sub > a:after {
  content: "\e93b";
  color: #888888;
  font-size: 12px;
  font-family: Sygic-IconFont-2018;
  line-height: 6px;
  height: 6px;
  margin: 0;
  width: 12px;
  border: none;
  right: -2px;
  position: absolute;
  transform-origin: center center;
  top: 6px;
  -webkit-transition: 0.3s ease color, 0.6s ease transform;
  transition: 0.3s ease color, 0.6s ease transform;
}
#header #site-nav nav > ul > li:first-child {
  padding-left: 0;
}
#header #site-nav nav > ul > li:last-child {
  padding-right: 0;
}
#header #site-nav nav > ul > li > ul {
  display: none;
}
#header #site-langs {
  position: relative;
  z-index: 10;
}
#header #site-langs .langs {
  width: 198px;
  position: relative;
  display: table;
  z-index: 2;
  -webkit-transition: 0.6s ease box-shadow;
  transition: 0.6s ease box-shadow;
}
#header #site-langs .langs.active {
  box-shadow: 0 30px 30px 0 rgba(17, 17, 17, 0.1);
}
#header #site-langs .langs.active .langs__current {
  width: 100%;
}
#header #site-langs .langs.active .langs__current:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
#header #site-langs .langs.active .langs__current .langs__current__code {
  opacity: 0;
}
#header #site-langs .langs.active .langs__current .langs__current__country {
  opacity: 1;
}
#header #site-langs .langs .langs__current {
  line-height: 60px;
  padding: 0 20px 0 70px;
  cursor: pointer;
  font-size: 14px;
  color: #111;
  position: relative;
  width: 138px;
  float: right;
  -webkit-transition: 0.6s ease width;
  transition: 0.6s ease width;
}
#header #site-langs .langs .langs__current .langs__current__code {
  position: absolute;
  -webkit-transition: 0.6s ease opacity;
  transition: 0.6s ease opacity;
}
#header #site-langs .langs .langs__current .langs__current__country {
  opacity: 0;
  -webkit-transition: 0.6s ease opacity;
  transition: 0.6s ease opacity;
}
#header #site-langs .langs .langs__current:after {
  content: "\e93b";
  color: #467cfc;
  font-size: 12px;
  font-family: Sygic-IconFont-2018;
  line-height: 12px;
  height: 12px;
  margin: 0;
  width: 12px;
  border: none;
  right: 30px;
  transform-origin: center center;
  color: #111;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
#header #site-langs .langs .langs__current img {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 16px;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header #site-langs .langs .langs__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F6F6F6;
  display: none;
  box-shadow: 0 30px 30px 0 rgba(17, 17, 17, 0.1);
}
#header #site-langs .langs .langs__select ul {
  margin: 0;
  padding: 12px 0;
  list-style: none;
}
#header #site-langs .langs .langs__select ul li {
  display: block;
  padding-left: 70px;
  margin: 0 0 6px;
  line-height: 21px;
  position: relative;
}
#header #site-langs .langs .langs__select ul li:last-child {
  margin: 0;
}
#header #site-langs .langs .langs__select ul li a {
  color: #888888;
  font-size: 12px;
  line-height: 18px;
}
#header #site-langs .langs .langs__select ul li a:hover {
  color: #467CFC;
}
#header #site-langs .langs .langs__select ul li a img {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 16px;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  #header .megamenu .wrapper .part .wrap {
    padding: 30px !important;
  }
}
@media only screen and (min-width: 992px) {
  #header #site-nav {
    display: table-cell !important;
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 991px) {
  #header #menu-toggle {
    display: block;
  }
  #header .container-fluid {
    padding: 0 15px;
  }
  #header .header__wrapper {
    padding: 0;
  }
  #header #site-langs {
    position: absolute;
    right: 50px;
  }
  #header #site-nav {
    position: absolute;
    top: 100%;
    width: 100%;
    display: none;
    left: 0;
    background: #fff;
    height: calc(100vh - 50px);
  }
  #header #site-nav nav {
    padding: 0;
  }
  #header #site-nav nav > ul {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
  #header #site-nav nav > ul > li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
  }
  #header #site-nav nav > ul > li.has-sub > a:after {
    font-size: 15px;
    color: #111;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg) !important;
    -moz-transform: translateY(-50%) rotate(-90deg) !important;
    -ms-transform: translateY(-50%) rotate(-90deg) !important;
    transform: translateY(-50%) rotate(-90deg) !important;
  }
  #header #site-nav nav > ul > li:last-child {
    border: none;
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
  }
  #header #site-nav nav > ul > li:last-child > a {
    border: none;
  }
  #header #site-nav nav > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    display: block;
    vertical-align: middle;
    color: #111;
    padding: 10px 30px 10px 0;
  }
  #header #site-nav nav > ul > li > a.pricing {
    background: none !important;
    color: #111 !important;
    padding: 0;
    display: table;
    margin: 30px auto;
  }
  #header #site-nav nav > ul > li > a.pricing span {
    background: #467CFC;
    color: #fff;
    padding: 4px 17px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  #header .megamenu {
    left: 0;
    top: 0;
    z-index: 10;
    height: calc(100vh - 235px);
    overflow: hidden;
    overflow-Y: scroll;
    display: block !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 4px;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #header .megamenu .goBack {
    display: block;
    padding: 15px 15px 15px 40px;
    font-weight: 500;
    color: #111;
    position: relative;
    background: #f6f6f6;
    cursor: pointer;
    font-size: 15px;
  }
  #header .megamenu .goBack:after {
    content: "\e93b";
    color: #467cfc;
    font-size: 15px;
    font-family: Sygic-IconFont-2018;
    line-height: 12px;
    height: 12px;
    margin: 0;
    width: 14px;
    border: none;
    left: 15px;
    transform-origin: center center;
    color: #111;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  #header .megamenu .mobile-title {
    display: block;
    color: #111;
    font-size: 22px;
    font-weight: 500;
    padding: 30px 15px 30px;
  }
  #header .megamenu .wrapper .part {
    display: block;
  }
  #header .megamenu .wrapper .part:first-child .wrap {
    padding-top: 0 !important;
  }
  #header .megamenu .wrapper .part .wrap {
    padding: 40px 0 0 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }
  #header .megamenu .widget.withOffset {
    padding-left: 60px;
  }
  #header .megamenu .widget.withOffset .widget__block ul li a img {
    position: absolute;
    left: 15px;
    width: 40px;
    height: 40px;
    top: -7px;
    margin: 0;
  }
  #header .megamenu .widget .widget__title {
    display: table;
    font-size: 14px;
    line-height: 14px;
  }
  #header .megamenu .widget .widget__links {
    margin: 0 0 35px;
  }
  #header .megamenu .widget .widget__links ul.docs {
    display: block;
  }
  #header .megamenu .widget .widget__links ul.docs li {
    display: block;
    padding: 0;
    margin: 0 0 18px;
  }
  #header .megamenu .widget .widget__links ul.docs li:last-child {
    margin: 0;
  }
  #header .megamenu .widget .widget__links ul.docs li a {
    display: table;
    width: auto;
  }
  #header .megamenu .widget .widget__links ul.docs li a .icon {
    display: table-cell;
    vertical-align: middle;
  }
  #header .megamenu .widget .widget__links ul.docs li a .tooltip {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    opacity: 1;
    left: auto !important;
    top: auto !important;
    background: none;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #111;
    padding-left: 20px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #header .megamenu .widget .widget__links ul.docs li a .tooltip:after {
    display: none;
  }
  #header .megamenu .widget .widget__links ul li a {
    font-size: 16px !important;
    font-weight: 400;
  }
  #header .megamenu .widget .widget__block ul li a .widget__block--title {
    font-size: 16px;
    line-height: 26px;
  }
  #header .megamenu .widget .widget__block ul li a p {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #header #site-langs .langs {
    width: 111px;
  }
  #header #site-langs .langs .langs__select {
    left: auto;
    right: 0;
    width: 160px;
  }
  #header #site-langs .langs .langs__select ul li {
    padding-left: 40px;
  }
  #header #site-langs .langs .langs__select ul li a img {
    left: 13px;
  }
  #header #site-langs .langs .langs__current {
    width: 111px;
    padding: 0 10px 0 40px;
  }
  #header #site-langs .langs .langs__current img {
    left: 13px;
  }
  #header #site-langs .langs .langs__current .langs__current__code {
    position: relative;
    opacity: 1 !important;
  }
  #header #site-langs .langs .langs__current .langs__current__country {
    display: none !important;
  }
  #header .megamenu .mobile-title {
    font-size: 18px;
    padding: 20px 15px 30px;
  }
  #header .megamenu .widget .widget__links ul.withMedia li {
    display: block;
    width: 100%;
    font-size: 13px !important;
  }
  #header .megamenu .widget .widget__links ul.docs li a .tooltip {
    font-size: 14px;
    line-height: 20px;
    padding-left: 15px;
  }
  #header .megamenu .widget .widget__links ul li {
    margin: 0 0 10px;
  }
  #header .megamenu .widget .widget__links ul li a {
    font-size: 14px !important;
  }
  #header .megamenu .widget .widget__block ul li {
    margin: 0 0 15px;
  }
  #header .megamenu .widget .widget__block ul li a .widget__block--title {
    font-size: 14px;
    line-height: 24px;
  }
}
#header a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
  transition: 0.3s ease color, 0.6s ease opacity, 0.6s ease border;
}
#header a:focus {
  color: #467CFC;
}
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E7E7E7;
  z-index: 9999;
  display: none;
  opacity: 0.9;
}
#cookie {
  background: #467CFC;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'Inter UI';
}
#cookie .inner {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
#cookie p {
  margin: 5px 0;
  color: #fff;
  line-height: 28px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  #cookie p {
    line-height: 24px;
  }
}
#cookie .bttn {
  border: 2px solid;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 42px;
  text-align: center;
  height: 46px;
  padding: 0 30px;
  font-weight: 700;
  display: table;
  box-shadow: 0 10px 20px 0 rgba(70, 124, 252, 0.3);
  z-index: 1;
  white-space: nowrap;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s ease color, 0.6s ease border, 0.6s ease background, 0.6s ease box-shadow;
  transition: 0.3s ease color, 0.6s ease border, 0.6s ease background, 0.6s ease box-shadow;
}
#cookie .bttn.bttn__blue {
  border-color: #467cfc;
  background: #467cfc;
  color: #fff;
}
#cookie .bttn.bttn__blue.bttn__blue--stroke {
  background: #fff;
  color: #467cfc;
}
#cookie .bttn.bttn__blue.bttn__blue--stroke:hover {
  background: #467cfc;
  color: #fff;
}
#cookie .link {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  display: table;
}
#cookie .link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #fff;
  width: 0;
  -webkit-transition: 0.6s ease width;
  transition: 0.6s ease width;
}
#cookie .link:hover:after {
  width: 100%;
}
#cookie .link {
  color: #fff;
  opacity: 1;
}
#cookie p,
#cookie .bttn,
#cookie .link {
  display: inline-block;
}
#cookie .bttn {
  margin: 0 15px;
}
#cookie .bttn:hover {
  border-color: #fff;
}
#info {
  display: table;
  background: #6dac46;
  z-index: 100;
  top: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#info .inner {
  padding: 5px 15px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 350px) {
  #info .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#info p {
  margin: 5px 0;
  white-space: pre-wrap;
}
@media only screen and (max-width: 400px) {
  #info p {
    line-height: 21px;
  }
}
@media only screen and (min-width: 350px) {
  #info p {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  #info p {
    font-size: 12px;
  }
}
#info p,
#info .bttn,
#info .icon {
  display: inline-block;
  vertical-align: middle;
}
#info .icon {
  font-size: 32px;
  margin: 0 10px;
}
@media only screen and (min-width: 350px) {
  #info .icon {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  #info .icon {
    font-size: 24px;
  }
}
#info .icon.icon-SG-B2C_WB_CarplayPromo-04 {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: white;
  color: #6dac46;
}
#info .icon.icon-SG-B2C_WB_CarplayPromo-04:before {
  font-weight: 900;
  font-family: 'Inter UI';
  content: '%';
  font-size: 16px;
}
#info .bttn {
  height: 32px;
  line-height: 28px;
  margin: 0 15px;
  border-color: #fff;
  color: #6dac46;
  background: #fff;
  box-shadow: none !important;
  font-size: 12px;
}
#info .bttn:hover {
  border-color: #fff;
  color: #fff !important;
  background: transparent;
}
@media only screen and (min-width: 350px) {
  #info .bttn {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  #info .bttn {
    font-size: 10px;
    height: 24px;
    line-height: 21px;
    padding: 0px 8px;
  }
}
