.UIHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 300px);
    max-width: 1500px;
    height: 64px;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  }
  .us .UIHeader {
    top: 50px;
  }
  .UIHeader:before {
    content:url(../images/as-logo.png);
    position:absolute;
    left:-60px;
    top:-10px;
  }
  .UIHeader .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 206px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .UIHeader .mobile-btn,
  .UIHeader .usa a:first-child:before,
  .UIHeader .usa.mobile {
    display: none;
  }
  .UIHeader .logo img {
    width: 87%;
    height: auto;
    padding:5px;
  }
  .msedge .UIHeader .logo img,
  .msie .UIHeader .logo img {
    height: 64px;
  }
  .UIHeader .menu,
  .UIHeader .search {
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .UIHeader .menu {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto 0 0;
    width:97%;
  }
  .UIHeader .menu a,
  .UIHeader .search input[name="search"] {
    -webkit-box-sizing: border-box;
    font-size: 14px;
    font-family: Ubuntu;
    color: #282d32;
  }
  .UIHeader .menu a {
    box-sizing: border-box;
    margin: 0;
    padding: 0 6px;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center 70%;
    background-size: 11px 6px;
    text-decoration: none;
    white-space: nowrap;
  }
  .UIHeader .menu a.active,
  .UIHeader .menu a.active-important,
  .no-touch .UIHeader .menu a:hover {
    color: #ed1c24;
  }
  .UIHeader .menu a.has-links {
    cursor: default;
  }
  .UIHeader .menu a.has-links.active,
  .no-touch .UIHeader .menu a.has-links:hover {
    background-image: url(../images/arrow-down.svg);
  }
  .UIHeader .search {
    z-index: 1;
    position: relative;
    width: 64px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .UIHeader .search.active {
    width: 250px;
    overflow: visible;
  }
  .UIHeader .search input[type="text"] {
    width:250px;
  }
  .UIHeader .search .close-btn,
  .UIHeader .search .search-btn {
    width: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }
  .UIHeader .search .search-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
  }
  .UIHeader .search .close-btn svg {
    width: 23px;
    height: 23px;
  }
  .UIHeader .search .search-btn svg {
    width: 27px;
    height: 27px;
  }
  .UIHeader .search .drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
    opacity: 0;
    -webkit-transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .UIHeader .search form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .UIHeader .search.active .drawer {
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 290px;
    right: 0px;
    z-index: 2;
    background: #fff;
    top: 0px;
  }
  .UIHeader .search input[name="search"] {
    background: #fff;
    border: none;
    width: 90%;
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
    box-sizing: border-box;
    padding: 0;
    font-style: italic;
    font-weight: 400;
  }
  .UIHeader .search input[name="search"]::-webkit-input-placeholder {
    color: #282d32;
  }
  .UIHeader .search input[name="search"]::-moz-placeholder {
    color: #282d32;
  }
  .UIHeader .search input[name="search"]:-ms-input-placeholder {
    color: #282d32;
  }
  .UIHeader .search input[name="search"]:-moz-placeholder {
    color: #282d32;
  }
  .UIHeader .lang {
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 -10px;
    padding: 0 15px 0 10px;
  }
  .UIHeader .lang a {
    padding: 0 5px;
  }
  .UIHeader .usa {
    position: absolute;
    top: -33px;
    right: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 20px;
    border-top-left-radius: 10px;
  }
  .UIHeader .sublinks,
  .UIHeader .sublinks .drawer {
    -webkit-box-sizing: border-box;
    position: absolute;
  }
  .UIHeader .usa a:before {
    content: "•";
    margin: 0 12px 0 10px;
  }
  .UIHeader .usa a {
    margin: 0;
    font-family: Ubuntu;
    font-size: 13px;
    font-weight: 700;
    color: #282d32;
  }
  .UIHeader .usa.mobile a {
    color: #000;
  }
  .UIHeader .sublinks {
    top: 64px;
    left: 206px;
    width: 90%;
    width: -webkit-calc(100% - 206px);
    width: calc(100% - 206px);
    height: 0;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 0;
  }
  .UIHeader .sublinks.active {
    height: 500px;
  }
  .UIHeader .sublinks .drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    box-sizing: border-box;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .UIHeader .sublinks .drawer .h6 {
    display: none;
  }
  .UIHeader .sublinks .drawer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .UIHeader .mobile-lang,
  .UIHeader .sublinks .drawer.hide-out {
    display: none;
  }
  .UIHeader .sublinks .drawer.slide-out {
    left: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  .UIHeader .sublinks .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .UIHeader .sublinks .col.left {
    padding: 0 30px 0 35px;
    margin: 0 auto 0 0;
  }
  .UIHeader .sublinks .col.right {
    padding: 0 40px;
    border-left: 1px solid #dadada;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .UIHeader .sublinks strong {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    text-align: left;
    width: 100%;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    color: #282d32;
    padding: 0 0 20px;
  }
  .UIHeader .sublinks .thumbs .left .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0 -15px;
    padding: 0;
  }
  .UIHeader .sublinks .thumbs .left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 140px;
    margin: 0 26px 0 0;
    text-decoration: none;
  }
  .UIHeader .sublinks .thumbs .left a img {
    width: 100%;
    max-width: 140px;
    height: auto;
  }
  .UIHeader .sublinks .thumbs .left a b {
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    width: auto;
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    color: #282d32;
    text-transform: uppercase;
    -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    
  }
  .UIHeader .sublinks .thumbs .left a.active b,
  .UIHeader .sublinks .thumbs .left a.active-important b,
  .no-touch .UIHeader .sublinks .thumbs .left a:hover b {
    background-color: #ed1c24;
    color: #fff;
  }
  .UIHeader .sublinks .passion .left a,
  .UIHeader .sublinks .thumbs .right a {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    color: #282d32;
    text-transform: uppercase;
    margin: 0 0 5px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .UIHeader .sublinks .passion .left a {
    margin-right: 20px;
  }
  .UIHeader .sublinks .passion .left a b,
  .UIHeader .sublinks .thumbs .right a b {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 5px 0;
    background-color: #fff;
    -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .UIHeader .sublinks .passion .left a b {
    padding-left: 10px;
  }
  .UIHeader .sublinks .passion .left a.active b,
  .UIHeader .sublinks .passion .left a.active-important b,
  .UIHeader .sublinks .thumbs .right a.active b,
  .UIHeader .sublinks .thumbs .right a.active-important b,
  .no-touch .UIHeader .sublinks .passion .left a:hover b,
  .no-touch .UIHeader .sublinks .thumbs .right a:hover b {
    background-color: #ed1c24;
    color: #fff;
    padding-left: 10px;
  }
  @media only screen and (max-width: 1600px) {
    .UIHeader .logo {
      width: 176px;
    }
    .UIHeader .menu a,
    .UIHeader .search input[name="search"] {
      font-size: 13px;
    }
    .UIHeader .search .close-btn,
    .UIHeader .search .search-btn {
      width: 50px;
    }
    .UIHeader .search .drawer,
    .UIHeader .search input[name="search"] {
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px);
    }
    .UIHeader .sublinks {
      left: 176px;
      width: -webkit-calc(100% - 176px);
      width: calc(100% - 176px);
    }
    .UIHeader .sublinks strong {
      font-size: 26px;
      padding: 0 0 15px;
    }
    .UIHeader .sublinks .left a {
      width: 130px;
      margin: 0 24px 0 0;
    }
    .UIHeader .sublinks .col.right {
      padding: 0 40px 0 30px;
      min-width: 200px;
    }
    .UIHeader .search.active {
      width: 190px;
    }
  }
  @media only screen and (max-width: 1440px) {
    .UIHeader .menu a,
    .UIHeader .search input[name="search"],
    .UIHeader .usa a {
      font-size: 12px;
    }
    .UIHeader .usa {
      top: -29px;
      padding: 5px 20px 5px 15px;
      border-top-left-radius: 8px;
    }
    .UIHeader {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px);
      height: 50px;
      top: 30px;
    }
    .UIHeader .sublinks {
      top: 50px;
      left: 136px;
      width: -webkit-calc(100% - 136px);
      width: calc(100% - 136px);
    }
    .UIHeader .logo {
      width: 136px;
    }
    .msedge .UIHeader .logo img,
    .msie .UIHeader .logo img {
      height: 50px;
    }
    .UIHeader .menu a {
      padding: 0 8px;
      line-height: 50px;
      background-position: center 80%;
    }
    .UIHeader .menu.lang a {
      padding: 0 4px;
    }
    .UIHeader .search .search-btn svg {
      width: 22px;
      height: 22px;
    }
    .UIHeader .sublinks strong {
      font-size: 22px;
      padding: 0 0 10px;
    }
    .UIHeader .sublinks .drawer {
      padding: 10px 0 20px;
    }
    .UIHeader .sublinks .left a {
      width: 110px;
      margin: 0 15px 0 0;
    }
    .UIHeader .sublinks .left a b {
      margin: 7px 0;
      padding: 3px 6px;
      font-size: 13px;
    }
    .UIHeader .sublinks .right a {
      margin: 0 0 3px;
    }
    .UIHeader .sublinks .right a b {
      padding: 3px 7px 3px 0;
      font-size: 13px;
    }
    .UIHeader .sublinks .right a.active b,
    .no-touch .UIHeader .sublinks .right a:hover b {
      padding-left: 7px;
    }
    .UIHeader .search .close-btn svg {
      width: 19px;
      height: 19px;
    }
    .UIHeader .search .close-btn {
      width: 44px;
    }
    .UIHeader .search .drawer {
      width: -webkit-calc(100% - 44px);
      width: calc(100% - 44px);
    }
    .UIHeader .search input[name="search"] {
      width: 100%;
    }
    .UIHeader .search.active {
      width: 120px;
    }
    .UIHeader .sublinks .thumbs .left a {
      width: 120px;
      margin: 0 20px 0 0;
    }
    .UIHeader .sublinks .thumbs .left a b {
      margin: 5px 0;
      padding: 5px 8px;
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 1280px) {
    .UIHeader .search .close-btn {
      display: none;
    }
  }
  @media only screen and (max-width: 1180px) {
    .UIHeader,
    .msedge .UIHeader .logo img,
    .msie .UIHeader .logo img {
      height: 64px;
    }
    .UIHeader .usa {
      top: 64px;
      right: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 8px;
      padding-bottom: 7px;
    }
    .UIHeader {
      width: 100%;
      top: 0 !important;
      z-index: 100;
    }
    .UIHeader .menu {
      padding: 0 10px;
    }
    .UIHeader .menu a {
      padding: 0 6px;
    }
    .UIHeader .menu.lang a {
      padding: 0 3px;
    }
    .UIHeader .menu a,
    .UIHeader .search input[name="search"] {
      font-size: 12px;
    }
    .UIHeader .search.active {
      width: 100px;
    }
    .UIHeader .search .close-btn svg {
      width: 14px;
      height: 14px;
    }
    .UIHeader .search input[name="search"] {
      width: 100%;
      padding-right: 6px;
      padding-left: 1px;
    }
    .UIHeader .search .search-btn svg {
      width: 19px;
      height: 19px;
    }
    .UIHeader .search .search-btn {
      width: 50px;
    }
    .UIHeader .sublinks strong {
      font-size: 20px;
    }
    .UIHeader .sublinks .thumbs .left a {
      width: 100px;
      margin: 0 18px 0 0;
    }
    .UIHeader .sublinks .thumbs .left a b {
      margin: 5px 0;
      padding: 5px;
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 1023px) {
    .UIHeader .usa {
      bottom: auto;
      right: auto;
      top: auto;
      position: relative;
      width: 100%;
      padding: 20px 30px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .UIHeader .usa.mobile a:first-child::before {
      display: inline-block;
    }
    .UIHeader .usa.mobile a {
      color: #2d2926;
      width: 100%;
      display: inline-block;
      line-height: 2em;
      font-size: 18px;
    }
    .UIHeader .usa.mobile {
      display: block;
    }
    .UIHeader .menu.main,
    .UIHeader .usa.desktop,
    .UIHeader > .lang,
    .UIHeader > .search {
      display: none;
    }
    .UIHeader {
      position: fixed;
      width: 100%;
      height: 64px;
      overflow: hidden;
      top: 0;
      z-index: 100;
    }
    .UIHeader .logo {
      position: relative;
      z-index: 2;
      height: 64px;
    }
    .UIHeader .mobile-btn {
      z-index: 2;
      cursor: pointer;
      display: block;
      margin: 20px 20px 0 auto;
      width: 30px;
      height: 22px;
      position: relative;
      background-color: #fff;
    }
    .UIHeader .search .close-btn,
    .UIHeader.active .mobile-btn i:nth-child(2) {
      display: none;
    }
    .UIHeader .mobile-btn i {
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #282d32;
    }
    .UIHeader .mobile-btn i:nth-child(2) {
      top: 50%;
      margin-top: -1px;
    }
    .UIHeader .mobile-btn i:nth-child(3) {
      bottom: 0;
    }
    .UIHeader.active .mobile-btn i:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 10px;
      background-color: #ed1c24;
    }
    .UIHeader.active .mobile-btn i:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background-color: #ed1c24;
      bottom: 10px;
    }
    .UIHeader.active {
      height: 100%;
      background-color: rgba(40, 45, 50, 0.85);
    }
    .UIHeader .mobile-top-bar,
    .UIHeader.active > .search {
      background-color: #fff;
      position: absolute;
      width: 100%;
      left: 0;
    }
    .UIHeader .mobile-top-bar {
      top: 0;
      z-index: 1;
      height: 64px;
    }
    .UIHeader.active > .search {
      display: block;
      top: 64px;
      height: 98px;
    }
    .UIHeader.active .search .drawer {
      position: absolute;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 35px 30px 0;
      opacity: 1;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .UIHeader.active .search input[name="search"] {
      border: 1px solid #282d32;
      height: 63px;
      line-height: 63px;
      font-family: Roboto;
      font-size: 17px;
      font-weight: 400;
      color: #282d32;
      text-indent: 20px;
    }
    .UIHeader .search input[name="search"]::-webkit-input-placeholder {
      color: rgba(40, 45, 50, 0.5);
    }
    .UIHeader .search input[name="search"]::-moz-placeholder {
      color: rgba(40, 45, 50, 0.5);
    }
    .UIHeader .search input[name="search"]:-ms-input-placeholder {
      color: rgba(40, 45, 50, 0.5);
    }
    .UIHeader .search input[name="search"]:-moz-placeholder {
      color: rgba(40, 45, 50, 0.5);
    }
    .UIHeader.active .search .search-btn {
      z-index: 2;
      height: 64px;
      right: 30px;
      top: 35px;
      background: 0 0;
    }
    .UIHeader .search .search-btn svg {
      width: 36px;
      height: 36px;
    }
    .UIHeader .sublinks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      top: 162px;
      left: 0;
      width: 100%;
      height: 0 !important;
      max-height: -webkit-calc(100% - 162px) !important;
      max-height: calc(100% - 162px) !important;
      background-color: #fff;
      overflow: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .UIHeader.active .sublinks {
      height: auto !important;
    }
    .UIHeader .search .UIHeader .sublinks,
    .UIHeader .sublinks .drawer {
      -webkit-transition: none;
      transition: none;
      -webkit-transition-timing-function: unset;
      transition-timing-function: unset;
    }
    .UIHeader .sublinks .drawer {
      position: relative;
      top: auto;
      left: auto;
      padding: 0 30px;
      border-bottom: 1px solid #fff;
    }
    .UIHeader .sublinks .drawer:first-child {
      margin-top: 30px;
    }
    .UIHeader.active .sublinks .drawer .h6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 64px;
      line-height: 64px;
      text-indent: 25px;
      background-color: #282d32;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: Roboto;
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      cursor: pointer;
    }
    .UIHeader.active .sublinks .drawer.active .h6,
    .no-touch .UIHeader.active .sublinks .drawer .h6:hover {
      background-color: #ed1c24;
    }
    .UIHeader.active .sublinks .drawer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .UIHeader.active .sublinks .drawer .links {
      display: none;
    }
    .UIHeader.active .sublinks .drawer.active .links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 25px 0;
    }
    .UIHeader.active .sublinks .col.left {
      padding: 0 25px;
      margin: 0 auto 0 0;
    }
    .UIHeader.active .sublinks strong {
      font-size: 28px;
    }
    .UIHeader .sublinks .thumbs .left a b {
      width: 100%;
      font-size: 16px;
      font-weight: 500;
    }
    .UIHeader .sublinks .thumbs .left a {
      margin: 0 4% 15px 0;
      width: 22%;
    }
    .UIHeader .sublinks .thumbs .left a:nth-child(4n + 4) {
      margin-right: 0;
    }
    .UIHeader.active .sublinks .thumbs .col.right {
      padding: 40px 0 0;
      border: none;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
    }
    .UIHeader.active .sublinks .thumbs .col.right strong {
      padding: 0 0 1em 25px;
      display: inline-block;
      float: left;
      width: 100%;
    }
    .UIHeader.active .sublinks .thumbs .col.right a {
      display: inline-block;
      float: left;
      position: relative;
      overflow: hidden;
      margin: 0 2.5% 0.8em;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 27px;
      height: 55px;
      line-height: 55px;
      width: 28%;
      max-width: 183px;
      text-align: center;
      font-size: 19px;
      -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
      color: #fff;
      background: #394044;
      background: -webkit-linear-gradient(
        top,
        rgba(57, 64, 68, 1) 0,
        rgba(36, 40, 43, 1) 100%
      );
      background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(57, 64, 68, 1)),
        to(rgba(36, 40, 43, 1))
      );
      background: linear-gradient(
        to bottom,
        rgba(57, 64, 68, 1) 0,
        rgba(36, 40, 43, 1) 100%
      );
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394044', endColorstr='#24282b', GradientType=0 );
    }
    .UIHeader.active .sublinks .thumbs .col.right a b {
      display: inline-block;
      position: relative;
      z-index: 5;
      padding: 0;
      margin: 0;
      background: 0 0;
      font-family: Ubuntu;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
    }
    .UIHeader.active .sublinks .thumbs .col.right a u {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      background: #ff4040;
      background: -webkit-linear-gradient(
        top,
        rgba(255, 64, 64, 1) 0,
        rgba(190, 19, 19, 1) 100%
      );
      background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 64, 64, 1)),
        to(rgba(190, 19, 19, 1))
      );
      background: linear-gradient(
        to bottom,
        rgba(255, 64, 64, 1) 0,
        rgba(190, 19, 19, 1) 100%
      );
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4040', endColorstr='#be1313', GradientType=0 );
      -webkit-transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1);
      transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1);
      -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
      transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }
    .UIHeader.active .sublinks .thumbs .col.right a.active u,
    .no-touch .UIHeader.active .sublinks .thumbs .col.right a:hover u {
      opacity: 1;
    }
    .UIHeader.active .mobile-lang {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
      padding: 50px 30px;
      background-color: #fff;
    }
    .UIHeader.active .mobile-lang a {
      font-family: Roboto;
      font-size: 18px;
      font-weight: 700;
      color: #282d32;
      margin: 0 10px;
    }
    .UIHeader.active .mobile-lang a.active,
    .no-touch .UIHeader.active .mobile-lang a:hover {
      color: #ed1c24;
    }
    .UIHeader.active .mobile-lang a:last-child {
      margin-right: 0;
    }
    .UIHeader .sublinks .passion .left a.active-important b {
      padding-left: 0;
    }
  }
  @media only screen and (max-width: 650px) {
    .UIHeader,
    .UIHeader .logo,
    .msedge .UIHeader .logo img,
    .msie .UIHeader .logo img {
      height: 54px;
    }
    .UIHeader .usa,
    .UIHeader.active .search .drawer {
      padding: 20px 20px 0;
    }
    .UIHeader .usa.mobile a {
      line-height: 1.7em;
      font-size: 15px;
    }
    .UIHeader .logo {
      width: 136px;
    }
    .UIHeader .mobile-btn {
      margin: 17px 16px 0 auto;
      width: 26px;
      height: 20px;
      background-color: #fff;
    }
    .UIHeader .mobile-btn i {
      width: 26px;
    }
    .UIHeader.active .mobile-btn i:nth-child(1) {
      top: 9px;
    }
    .UIHeader.active .mobile-btn i:nth-child(3) {
      bottom: 9px;
    }
    .UIHeader .mobile-top-bar {
      height: 54px;
    }
    .UIHeader.active > .search {
      top: 54px;
      height: 63px;
    }
    .UIHeader.active .search input[name="search"] {
      height: 43px;
      line-height: 43px;
      font-size: 14px;
      text-indent: 12px;
    }
    .UIHeader .search .search-btn svg {
      width: 24px;
      height: 24px;
    }
    .UIHeader.active .search .search-btn {
      height: 42px;
      width: 40px;
      right: 21px;
      top: 21px;
    }
    .UIHeader .sublinks {
      top: 117px;
      max-height: -webkit-calc(100% - 117px) !important;
      max-height: calc(100% - 117px) !important;
    }
    .UIHeader .sublinks .drawer:first-child {
      margin-top: 20px;
    }
    .UIHeader .sublinks .drawer {
      padding: 0 20px;
    }
    .UIHeader.active .sublinks .drawer .h6 {
      height: 52px;
      line-height: 52px;
      text-indent: 18px;
      font-size: 16px;
    }
    .UIHeader.active .sublinks .drawer.active .links {
      margin: 15px 0;
    }
    .UIHeader.active .sublinks .col.left {
      padding: 0 15px;
    }
    .UIHeader.active .sublinks strong {
      font-size: 22px;
      padding: 0 0 6px;
    }
    .UIHeader .sublinks .thumbs .left a {
      margin: 0 3% 15px 0;
      width: 31%;
    }
    .UIHeader .sublinks .thumbs .left a:nth-child(4n + 4) {
      margin-right: 4%;
    }
    .UIHeader .sublinks .thumbs .left a:nth-child(3n + 3) {
      margin-right: 0;
    }
    .UIHeader .sublinks .thumbs .left a b {
      font-size: 14px;
      margin: 6px 0;
      padding: 5px 0;
    }
    .UIHeader.active .sublinks .thumbs .col.right {
      padding: 20px 0 0 20px;
    }
    .UIHeader.active .sublinks .thumbs .col.right strong {
      padding: 0 0 1em;
    }
    .UIHeader.active .sublinks .thumbs .col.right a {
      margin: 0 2.5% 0.8em 0;
      width: 30%;
      border-radius: 20px;
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .UIHeader.active .sublinks .thumbs .col.right a b {
      font-size: 12px;
      font-weight: 400;
    }
    .UIHeader.active .mobile-lang {
      padding: 30px 20px;
    }
    .UIHeader.active .mobile-lang a {
      font-size: 16px;
    }
    .UIHeader.active .sublinks .passion .col.left {
      padding: 0 10px;
    }
  }
  
 .nav-left {
    display: flex;
    align-items: center;
    width: 44%;
}
  .nav-right {
    display: flex;
    align-items: center;
    width:39%;
    justify-content: end;
}
.UIHeader .mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    width:176px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 
.desktop-none {
    display:none !important;
}

@media screen and (max-width:640px) {
    .mob-block {
        display:block !important;
    }
}


.slider {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;

  @media screen and (max-width:940px) {
    height:27vh;
  }

  @media screen and (max-width:640px) {
    height:20vh;
  }
 }
  
 .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: slider 12.5s infinite;
 }
  
 .slider .slide:nth-child(1) {
    background-image: url('../images/main-banner.jpg');
    animation-delay: 0s;
 }
 
 .slider .slide:nth-child(2) {
    background-image: url('../images/main-banner.jpg');
    animation-delay: -2.5s;
 }
 
 .slider .slide:nth-child(3) {
    background-image: url('../images/main-banner.jpg');
    animation-delay: -5s;
 }
 
 .slider .slide:nth-child(4) {
    background-image: url('../images/main-banner.jpg');
    animation-delay: -7.5s;
 }
 
 .slider .slide:nth-child(5) {
    background-image: url('../images/main-banner.jpg');
    animation-delay: -10s;
 }
 
 @keyframes slider {
  0%, 16%, 100% {
    transform: translateX(0);
    animation-timing-function: ease;
  }
  20% {
    transform: translateX(-100%);
    animation-timing-function: step-end;
  }
  96% {
    transform: translateX(100%);
    animation-timing-function: ease;
  }
 }
 .UIProduct.main-slider {
  padding:0px;
 }


 @media screen and (max-width:640px) {
  .as-logo {
    width:35px !important;
    height:56px !important;
   }
  .slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top;
   }
 }