@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

html,
body {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

html {
  overflow: hidden;
  overflow-y: auto;
  background-color: #f7f7f7;
  font-size: 90%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow: scroll;
  position: relative;
  background-color: #fff;
  line-height: 1.6;
  color: #333;
}

.site-wrapper-border {
  display: block;
  position: absolute;
  height: 4px;
  background: #de5833;
  z-index: 20;
  width: 100%;
  left: 0px;
  top: 0px;
}

.logo_homepage svg{
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 634px) {
  html {
    min-width: initial;
  }
}

.header-wrap {
  border-top: 4px solid #de5833;
  padding-top: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}

.content-wrap {
  position: absolute;
  margin: auto;
  width: 100%;
  top: 13%;
  left: 0;
  right: 0;
  z-index: 2;
}

.logo-wrap {
  position: relative;
  display: block;
  max-width: 180px;
  margin: auto;
  margin-bottom: 5px;;
  margin-top: -1.25em;
}

@media only screen and (max-width: 425px) {
  .logo-wrap {
    margin-bottom: 1.25em;
    margin-top: 0;
  }
}

@media only screen and (max-height: 382.5px) and (max-width: 634px), only screen and (max-height: 361.25px) {
  .logo-wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.search-wrap {
  padding: 1.3em 0.8em 1em;
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
  width: 70%;
}

@media only screen and (max-width: 634px) {
  .search-wrap {
    width: 80%;
  }
}

@media only screen and (max-width: 425px) {
  .search-wrap {
    width: auto;
  }
}

@media only screen and (max-height: 361.25px) and (min-width: 864px) {
  .content-wrap {
    margin-bottom: 3em;
    text-align: center;
  }

  .logo-wrap,
  .search-wrap {
    display: table-cell;
    vertical-align: middle;
  }

  .search-wrap {
    text-align: left;
  }

  .logo_homepage {
    margin-left: -22px;
    margin-right: -22px;
  }
}

@media only screen and (max-height: 634px) {
  .content-wrap {
    top: 3%;
  }
}

@media only screen and (max-height: 595px) and (min-width: 634px) {
  .content-wrap {
    position: relative;
    top: 0;
    padding-top: 7em;
    padding-bottom: 4em;
    margin-bottom: 0;
  }
}

@media only screen and (max-height: 318.75px) and (min-width: 634px) {
  .content-wrap {
    padding-top: 4em;
  }
}

@media only screen and (max-height: 276.25px) and (min-width: 634px) {
  .content-wrap {
    position: absolute;
    padding-top: 0;
    top: 30%;
  }
}
table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-search-button {
  vertical-align: top;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

input.gsc-search-button.gsc-search-button-v2 {
  padding: 9px 27px;
  margin-top: 0;
}
.gscb_a {
  color: #80868b !important;
  margin-top: 2px;
}
.gstl_50 .gsib_a {
  padding: 10px;
}
.gsc-input .gsc-input-box {
  height: 42px;
  border: 1px solid #efefef !important;
  border-radius: 4px;
  box-shadow: 0 1px 13px rgba(230, 230, 230, 0.3);
}

.gssb_e {
  border-radius: 4px;
}

.gsc-completion-container {
  border: 1px solid #efefef !important;
  box-shadow: none !important;
  border-radius: 4px;
}

.gsc-search-button {
  display: none;
}

/* */
.lfbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 40px;
  background: #f2f2f2;
  border-top: 1px solid #e4e4e4;
  text-align: center;
  z-index: 2;
}
.lfbar_inner {
  max-width: 700px;
}
.lfbar_link,
.lfbar_link:hover,
.lfbar_link:active {
  color: #777;
}
.lfbar_link {
  padding: 0 13px;
  text-decoration: none;
  font-family: sans-serif;
}

/* Partners block */

.partners-link_wrapper {
  display: block;
  width: 88%;
  max-width: 1280px;
  margin: 22px auto 80px auto;
  text-align: center;
}

.partners-link_wrapper ul {
  padding-left: 20px;
  list-style-type: none;
  text-align: left;
}

.partners-link_tile {
  display: inline-block;
  width: 186px;
  margin: 20px 20px 0 0;
  text-align: center;
  cursor: pointer;
  transition: 200ms all;
}

.partners-link_tile:hover .partners-link__img {
  box-shadow: 0 8px 11px rgba(230, 230, 230, 0.4);
}

.partners-link_tile:hover {
  transform: scale(1.05);
}

.partners-link_tile a:focus {
  outline: none;
  opacity: 0.7;
}

.lenovo-partner {
  background-color: #e21e14;
}

.lenovo-partner img {
  border-radius: 10px;
}

.partners-link__img {
  display: flex;
  width: 175px;
  height: 90px;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 10px;
  box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
}

.ikea-partner {
  background-color: #0057a5;
}

.partners-link__img img {
  display: inline;
  max-width: 145px;
  padding: 15px;
}

.partners-link_name {
  text-decoration: none;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

/* Partners block End*/
