* {
  box-sizing: border-box;
}

html {
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}

body {
  background-color: rgba(0,0,0, .1);
	font-family: 'Futura', sans-serif;
  color: #1a1a1a;
	font-weight: 400;
	font-style: normal;
  font-size: 1em;
	line-height: 1.429;
	padding: 0;
	margin: 0;
  overflow-x: hidden;
}

::selection { background: #43b6ef; color: #093145; text-shadow: none; }
::-moz-selection { background: #43b6ef; color: #093145; text-shadow: none; }

#ldr {
	position: fixed;
	z-index: 1000000;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
  #ldr i {
    opacity: .95;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url('../svg/booztbuddy-logo.svg');
  	background-position: center center;
  	background-size: 120px;
  	background-repeat: no-repeat;
    animation-name: ldr_anim;
    animation-delay: 0;
    animation-duration: 7s;
    animation-iteration-count: infinite;
  }
    @keyframes ldr_anim {
      from {
        opacity: 1;
        background-size: 120px;
      }
      to {
        background-size: 500px;
        opacity: .0;
      }
    }

i.pretitle {
  display: block;
  font-size: .9rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .1rem;
  text-align: center;
  margin: 0 0 20px;
}
h1 {
	font-size: 2rem;
	font-weight: 500;
	color: #000;
  letter-spacing: .05em;
	line-height: 2rem;
  text-transform: uppercase;
  text-align: center;
	padding: 0;
	margin: 0 0 30px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
h2 {
	font-size: 1.6rem;
	font-weight: 500;
	color: #333;
  letter-spacing: .05em;
	line-height: 2rem;
  text-transform: uppercase;
	padding: 0;
	margin: 0 0 30px 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}
h3 {
	font-size: 1.5rem;
	font-weight: 300;
	color: #333;
	line-height: 1.7rem;
	padding: 0;
	margin: 0 0 25px 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}
  h3 em {
    font-style: normal;
    border-bottom: 2px solid #77b82a;
  }

a {
	color: #42b6ef;
	text-decoration: none;
  outline: none;
	transition: all .2s;
	-webkit-transition: all .2s;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a img {
	border: 0px;
	text-decoration: none;
}

.anc {
	display: block;
	content: " ";
	height: 95px;
	margin-top: -95px;
	visibility: hidden;
}
.clr {
	clear: both !important;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.block { display: block !important; }
.inline { display: inline-block; }
.center { text-align: center !important; }
.left { float: left; }
.right { float: right; }
.t_left { text-align: left !important; }
.t_right { text-align: right !important; }
.hidden { display: none !important; }
.hide { display: none; }
.uc { text-transform: uppercase; }
.w45 { width: 45% !important; }
.w46 { width: 46% !important; }
.w47 { width: 47% !important; }
.w48 { width: 48% !important; }
.w49 { width: 49% !important; }
.w50 { width: 50% !important; }
.w75 { width: 75% !important; }
.w100 { width: 100% !important; }

.high9 { margin: 0 0 90px 0 !important; }
.high8 { margin: 0 0 80px 0 !important; }
.high7 { margin: 0 0 70px 0 !important; }
.high6 { margin: 0 0 60px 0 !important; }
.high5 { margin: 0 0 50px 0 !important; }
.high4 { margin: 0 0 40px 0 !important; }
.high3 { margin: 0 0 35px 0 !important; }
.high2 { margin: 0 0 30px 0 !important; }
.high { margin: 0 0 25px 0 !important; }
.low6 { margin: 0 0 20px 0 !important; }
.low5 { margin: 0 0 15px 0 !important; }
.low4 { margin: 0 0 12px 0 !important; }
.low3 { margin: 0 0 10px 0 !important; }
.low2 { margin: 0 0 8px 0 !important; }
.low { margin: 0 0 5px 0 !important; }
.flat { margin: 0 !important; }

.small { font-size: .85em !important; }

.pointer { cursor: pointer !important; }
.default { cursor: default !important; }

.no_select {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
}

.opc_0 { opacity: 0; }
.opc_1 { opacity: 1; }

iframe {
  display: block;
  border: none;
  margin: 0;
}

.ldr {
	display: none;
}
.ldr_btn {
  display: inline-block;
  width: 50px;
  height: auto;
}

input::-moz-focus-inner { border: 0; padding: 0; }

.input {
  display: block;
  width: 100%;
  font-family: 'Futura', sans-serif;
  font-size: 1em;
	font-weight: 500;
  color: #000;
  border: 3px solid #ccc;
  box-sizing: border-box;
  padding: 12px 3px 10px 10px;
}
  .input::placeholder {
    font-weight: 300;
    color: #999;
  }
  .input::-webkit-input-placeholder{
    font-weight: 300;
    color: #999;
  }
  .input::-moz-input-placeholder {
    font-weight: 300;
    color: #999;
  }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.input.textarea {
  width: 100%;
  height: 110px;
  padding: 8px 3px 0 10px;
  margin: 0;
}
  .input.textarea.r2 {
    height: 67px;
  }
select.input {
  padding: 11px 3px 9px 10px;
}

input.checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  cursor: pointer;
  margin: 0 10px 0 0;
}
input.checkbox + label {
  display: inline-block;
  vertical-align: middle;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  background: #41b5ee;
  font-family: 'Futura', sans-serif;
  font-size: .9rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: .05em;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  padding: 13px 25px 13px;
  transition: all .2s;
  -webkit-transition: all .2s;
}
  .btn span {
    display: inline-block;
    vertical-align: middle;
  }
  .btn svg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 10px;
    color: #f5db00;
    fill: currentColor;
    margin: 1px 0 0 10px;
  }
.btn:hover {
  background-color: #2a98ce;
  color: #fff;
}
.btn.btn_s {
  font-size: .7rem;
  padding: 8px 16px 7px;
}
.btn.btn_black {
  background: #222;
}
  .btn.btn_black:hover {
    background: #000;
  }
.btn.btn_grey {
  background: #eee;
  color: #666;
}
  .btn.btn_grey:hover {
    background: #ddd;
		color: #333;
  }
.btn.inv {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255, .4);
}
  .btn.inv:hover {
    background: #fff;
    color: #222;
    border: 1px solid rgba(255,255,255, 1);
  }

.w {
	width: 100%;
  max-width: 1300px;
	box-sizing: border-box;
  padding: 0 30px;
	margin: 0 auto;
}
  .w.nrw {
    max-width: 800px;
  }
.w_pd {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.w.rel {
	position: relative;
}

.infobox {
  background-color: #ffce06;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px 20px 27px;
  margin: 0 0 60px;
}
.infobox.error {
  background-color: #cc1a1c;
  color: #fff !important;
}
.infobox.success {
  background-color: #499432;
  color: #fff !important;
}
  .infobox h2 {
    font-size: 1.7em !important;
    color: #000;
    margin: 0 0 10px !important;
  }
  .infobox p {
    font-weight: 400;
    color: #000;
    margin: 0 0 8px;
  }
    .infobox.error h2,
    .infobox.success h2 {
      color: #fff !important;
    }
    .infobox.error p,
    .infobox.success p {
      color: #fff;
    }
    .infobox.error a,
    .infobox.success a {
      color: #fff;
      text-decoration: underline;
    }

.infobox img {
  display: block;
  width: 50px;
  height: auto;
  margin: 20px auto 0;
}

.form-ldr {
  display: none;
  width: 60px;
  aspect-ratio: 1;
  background-image: url('../svg/ldr.svg');
  background-position: center center;
  background-size: 30px;
  background-repeat: no-repeat;
  margin: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.form-error {
  display: none;
  border-radius: 3px;
  background-color: #cb4b4b;
  font-weight: 400;
  color: #fff;
  padding: 17px 15px 15px;
  margin: 0 0 15px;
}
.form-response {
  display: none;
  border-radius: 3px;
  background-color: #b5e2a3;
  font-weight: 400;
  color: #000;
  padding: 17px 15px 15px;
  margin: 0 0 15px;
}
  .form-response.error {
    background-color: #cb4b4b;
    color: #fff;
  }
    .form-response h3 {
      margin: 0 0 5px !important;
    }


#banner {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #42b6ef;
  font-size: .85rem;
  color: #fff;
  cursor: default;
  padding: 8.5px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
}
  #banner.a {
    cursor: pointer;
  }

header {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0;
}
header.tb {
  margin-top: 40px;
}
  header a.logo {
    position: absolute;
    top: 13px;
    left: 50px;
    width: 200px;
    aspect-ratio: 4.11;
    background-image: url('../svg/booztbuddy-logo.svg');
    background-position: center left;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  header a.logo:hover {
    transform: scale(1.05);
  }

  header .nav-tgl {
    display: none;
    position: absolute;
    top: 26px;
    right: 30px;
    width: 18px;
    height: 18px;
    background-color: #333;
    -webkit-mask-image: url('../svg/nav.svg');
    mask-image: url('../svg/nav.svg');
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    cursor: pointer;
  }
  header nav {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
    header nav > ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
      header nav > ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 30px 0 0;
      }
      header nav > ul li.lang_switch {
        margin: 0 15px 0 0;
      }
      header nav > ul li:last-child {
        margin-right: 0;
      }
        header nav > ul li a {
          display: inline-block;
          font-family: 'Futura', sans-serif;
          font-size: .85rem;
          font-weight: 400;
          color: #666;
          letter-spacing: .0em;
          cursor: pointer;
          padding: 30px 0;
        }
        header nav > ul li a:hover {
          color: #000;
        }
        header nav > ul li.c a {
          color: #42b6ef;
        }

  header ul#ql {
    position: absolute;
    top: 28px;
    right: 50px;
    width: fit-content;
    list-style: none;
    padding: 0;
    margin: 0;
  }
    header ul#ql li {
      display: inline-block;
      vertical-align: top;
      margin: 0 16px 0 0;
    }
    header ul#ql li:last-child {
      margin: 0;
    }
    header ul#ql li.cart {
      margin-top: 2px;
    }

      header ul#ql li.lang_switch a {
      }
        header ul#ql li.lang_switch a span {
          display: inline-block;
          border-radius: 2px;
          border: 1px solid rgba(0,0,0, .4);
          font-size: .7rem;
          color: rgba(0,0,0, .4);
          line-height: .7rem;
          box-sizing: border-box;
          padding: 4px 5px 3px;
          transition: .2s all;
        }
        header ul#ql li.lang_switch a:hover span {
          border: 1px solid rgba(255,255,255, 1);
          color: rgba(255,255,255, 1);
        }

    header ul#ql li.crncy_switch a {
      border: none;
      text-transform: uppercase;
      cursor: pointer;
      user-select: none;
    }
      header ul#ql li.crncy_switch a span {
        position: relative;
        display: inline-block;
        font-size: .8rem;
        color: rgba(0,0,0, .6);
        line-height: .7rem;
        box-sizing: border-box;
        padding: 0;
        transition: .2s all;
      }
      header ul#ql li.crncy_switch a:hover span {
        color: rgba(0,0,0, 1);
      }
      header ul#ql li.crncy_switch a span i {
        display: inline-block;
        vertical-align: middle;
        width: 19px !important;
        height: 15px;
        background-color: white;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 6px 2px 0;
      }
        header ul#ql li.crncy_switch a span i.eur {
          background-image: url('../svg/currencies/eur.svg');
        }
        header ul#ql li.crncy_switch a span i.sek {
          background-image: url('../svg/currencies/sek.svg');
        }
        header ul#ql li.crncy_switch a span i.usd {
          background-image: url('../svg/currencies/usd.svg');
        }
      header ul#ql li.crncy_switch a span b {
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
      }
      header ul#ql li.crncy_switch a span svg {
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: auto;
        color: rgba(0,0,0, .6);
        fill: currentColor;
        transition: all .2s;
        -webkit-transition: all .2s;
      }
      header ul#ql li.crncy_switch a:hover span svg {
        color: rgba(0,0,0, 1);
      }
        header ul#ql li.crncy_switch a span .currencies {
          display: none;
          position: absolute;
          top: 26px;
          z-index: 1000000000;
          right: 0;
          width: 70px;
          background-color: #fff;
          box-shadow: 0 0 12px 8px rgba(0,0,0, .15);
          box-sizing: border-box;
          padding: 0;
          transition: .2s all;
        }
        header ul#ql li.crncy_switch a.act span .currencies {
          display: inline-block;
        }
          header ul#ql li.crncy_switch a span .currencies div {
            font-size: .75rem;
            padding: 8px 10px 5px;
            text-align: right;
            border-bottom: 1px solid rgba(0,0,0, .1);
          }
          header ul#ql li.crncy_switch a span .currencies div:last-child {
            border: none;
          }
          header ul#ql li.crncy_switch a span .currencies div:hover {
            background-color: rgba(0,0,0, .05);
            color: #000;
          }
          header ul#ql li.crncy_switch a span .currencies div.c {
            font-weight: 500;
            background: #41b5ee;
            font-weight: 500;
            color: #fff;
          }
            header ul#ql li.crncy_switch a span .currencies div dfn {
              display: inline-block;
              vertical-align: middle;
              width: 19px !important;
              height: 15px;
              background-color: white;
              background-position: center center;
              background-size: cover;
              background-repeat: no-repeat;
              margin: 0 6px 2px 0;
            }
              header ul#ql li.crncy_switch a span .currencies div dfn.eur {
                background-image: url('../svg/currencies/eur.svg');
              }
              header ul#ql li.crncy_switch a span .currencies div dfn.sek {
                background-image: url('../svg/currencies/sek.svg');
              }
              header ul#ql li.crncy_switch a span .currencies div dfn.usd {
                background-image: url('../svg/currencies/usd.svg');
              }
            header ul#ql li.crncy_switch a span .currencies div span {
              display: inline-block;
              vertical-align: middle;
              font-size: .7rem;
              color: rgba(0,0,0, .6);
              line-height: .7rem;
            }
            header ul#ql li.crncy_switch a span .currencies div.c span {
              color: #fff;
            }

    header ul#ql li.search {
      position: relative;
    }
      header ul#ql li.search a {
        display: inline-block;
        vertical-align: middle;
        width: 19px;
        height: 19px;
        cursor: pointer;
        padding: 0;
        margin: 0;
      }
        header ul#ql li.search a svg {
          width: 100%;
          height: auto;
          color: #777;
          fill: currentColor;
          transition: all .2s;
        }
          header ul#ql li.search:hover a svg {
            color: #000;
          }
      header ul#ql li.search #search {
        display: none;
        position: absolute;
        z-index: 1000000;
        top: -8px;
        right: 26px;
        width: 280px;
        height: 40px;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0,0,0, .2);
        padding: 0;
        margin: 0;
        transition: all .2s;
      }
        header ul#ql li.search #search .input {
          border: none;
          outline: none;
        }
        header ul#ql li.search #search .input::placeholder {
          font-size: .85rem;
          font-style: italic;
        }

    header ul#ql li.user {
      position: relative;
      margin-top: 3px;
    }
      header ul#ql li.user a {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        aspect-ratio: 1;
        cursor: pointer;
        padding: 0;
        margin: 0;
      }
        header ul#ql li.user a svg {
          width: 100%;
          height: auto;
          color: #777;
          fill: currentColor;
          transition: all .2s;
        }
          header ul#ql li.user:hover a svg {
            color: #000;
          }

    header ul#ql li.cart a {
      display: inline-block;
      width: 18px;
      height: 18px;
      font-size: 1.1em;
      font-weight: 500;
      padding: 0;
    }
      header ul#ql li.cart a span {
        position: relative;
      }
        header ul#ql li.cart a svg {
          width: 100%;
          height: auto;
          color: #666;
          fill: currentColor;
          transition: all .2s;
          -webkit-transition: all .2s;
        }
        header ul#ql li.cart:hover a svg {
          color: #000;
        }
        header ul#ql li.cart a dfn {
          position: absolute;
          top: -3px;
          right: -6px;
          width: 8px;
          height: 8px;
          background: #41b5ee;
          box-shadow: 0 0 15px #41b5ee;
          border-radius: 100%;
          -webkit-border-radius: 100%;
        }


#hero {
  width: 100%;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
  #hero img {
    display: block;
    width: 100%;
    height: auto;
  }

section.grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  justify-items: center;
  background-color: #f6f6f6;
}
section.grid.about {
  align-items: start;
}
  section.grid .g {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .2s all;
  }
    /* Text boxes */
    section.grid.img_text .g:last-child,
    section.grid.text_img .g:first-child {
      padding: 50px 15%;
    }
    /* Image boxes */
    section.grid.img_text .g:first-child a,
    section.grid.img_text .g:first-child img,
    section.grid.text_img .g:last-child a,
    section.grid.text_img .g:last-child img {
      display: block;
      width: 100% !important;
      background-color: #fff;
      height: auto;
    }

  section.grid .g.text_content .preline {
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .08rem;
    color: #666;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px;
  }
  section.grid .g h2 {
  	font-size: 1.6rem;
  	font-weight: 500;
  	color: #333;
    letter-spacing: .05em;
  	line-height: 2rem;
    text-transform: uppercase;
  	padding: 0;
  	margin: 0 0 20px 0;
  }
  section.grid .g.text_content .content {

  }
    section.grid p {
      font-size: 1rem;
      line-height: 1.6rem;
      padding: 0;
      margin: 0 0 15px;
    }
    section.grid .content p:last-child {
      margin: 0;
    }
  section.grid .g.text_content .cta {
    margin: 25px 0 0 0;
  }

  section.grid.img_dual {
    background-color: #000;
    gap: 0;
  }
    section.grid.img_dual .g {
      position: relative;
      display: block;
      width: 100%;
      aspect-ratio: 1;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      transition: .2s all;
    }
    section.grid.img_dual .g:hover {
      opacity: .9;
    }
      section.grid.img_dual .g a.cover {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        background-color: rgba(0,0,0, .6);
        font-size: 2rem;
        font-weight: 500;
        color: #fff;
        letter-spacing: .05rem;
        text-transform: uppercase;
        text-align: center;
        transition: .2s all;
      }
      section.grid.img_dual .g a.cover:hover {
        opacity: 1;
      }

main {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 1px 0 0;
  margin: 0;
}
  main .general {
    display: block;
    max-width: 2000px;
    padding: 60px 40px 70px;
    margin: 0 auto 30px;
  }
    main .general.empty {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
    }
  main .content {
    color: #333;
    margin: 0;
  }
    main .content.content-cols .col {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - 40px);
      margin: 0 80px 0 0;
    }
    main .content.content-cols .col:last-child {
      margin-right: 0;
    }

  main .content h2 {
    font-size: 1.6rem;
    color: #333;
    line-height: 2rem;
    text-align: left;
  }
  main .content h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    margin: 0 0 20px;
  }
  main .content p,
  main .content li {
    font-size: 1rem;
    font-weight: 300;
    color: #333;
    line-height: 1.3em;
    padding: 0;
    margin: 0 0 25px;
  }
    main .content li {
      margin: 0 0 5px;
    }
    main .content ul,
    main .content ol {
      padding: 0;
      margin: 0 0 20px 35px;
    }
    main .content p + ul,
    main .content p + ol {
      margin-top: -20px;
    }
  main .content table {
    font-size: 1.1em;
  }
  main .content .content-img {
    max-width: 100%;
  }
    main .content .content-img span {
      display: block;
      width: 100%;
      height: auto;
      text-align: center;
      box-sizing: border-box;
      padding: 4px;
    }
      main .content .content-img img {
        display: inline-block;
        max-width: 100%;
        height: auto;
      }
      main .content .content-img .descr {
        font-size: .9em;
        color: #666;
        margin: 4px 0 0 0;
      }

  main.activation h1 {
    margin: 0 0 10px;
  }
  main.activation h2 {
    text-align: center;
    color: #aaa;
  }
  main.activation #activation {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
  }
    main.activation #activation p {
      margin: 0 0 6px;
    }
    main.activation #activation .input {
      text-align: center;
      margin: 0 0 20px;
    }

  main.reset #pwd_set {
    max-width: 400px;
    text-align: center;
    margin: 30px auto 0;
  }
      main.reset #pwd_set input {
        display: block;
        width: 100%;
        margin: 0 0 8px;
      }
      main.reset #pwd_set input:last-child {
        margin: 0;
      }

  #search {
    padding: 50px 0;
  }
    #search i.pretitle {
      margin: 0 0 8px;
    }
    #search h1 {
      margin: 0 0 40px;
    }
    #search #results {
      text-align: center;
      padding: 0 50px;
    }
      #search #results h2 {
        font-size: .8rem;
        font-weight: 500;
        font-style: normal;
        color: #999;
        text-transform: uppercase;
        letter-spacing: .1rem;
        margin: 0 0 20px;
      }


  #reseller_form .inputs {
    margin: 0 0 20px;
  }
  #reseller_form .inputs h3 {
    position: relative;
    font-size: 1.2rem;
    padding: 0;
    margin: 0 0 15px 15px;
  }
    #reseller_form .inputs h3:before {
      content: " ";
      position: absolute;
      left: -15px;
      top: 0;
      width: 4px;
      height: 28px;
      background-color: #42b6ef;
    }

  #reseller_form .inputs .dvdr {
    border-bottom: 1px solid rgba(0,0,0, .15);
    padding: 20px 0 0;
    margin: 0 0 25px;
  }
  #reseller_form .inputs .inp {
    text-align: left;
    margin: 0 0 15px;
  }
  #reseller_form .inputs .inp.checkbox {
    margin: 0;
  }
    #reseller_form .inputs .inp.cols {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 25px;
      align-items: center;
    }
    #reseller_form .inputs .inp label {
      display: block;
      font-size: .75rem;
      font-weight: 500;
      color: #333;
      letter-spacing: .09rem;
      text-transform: uppercase;
      margin: 0 0 6px;
    }
      #reseller_form .inputs .inp:not(.req) label {
        color: #888;
      }

    #reseller_form .inputs .inp dfn {
      display: block;
      font-size: .8rem;
      font-weight: 400;
      font-style: normal;
      color: #666;
      margin: -5px 0 6px;
    }

    #reseller_form .inputs .inp label + div {
    }
    #reseller_form .inputs .inp .input {
      font-weight: 400;
      color: #333;
      outline: none;
      border-radius: 4px;
    }
    #reseller_form .inputs .inp .input:focus {
      border-color: #000;
    }
    #reseller_form .inputs .inp .input.error {
      background-color: #ffe7e7;
    }
      #reseller_form .inputs .inp:not(.req) .input:focus {
        border: 1px solid rgba(255,255,255, .7);
      }
    #reseller_form .inputs .inp select.input:focus {
      /*background: rgba(0,0,0, .95);*/
    }

    #reseller_form .inputs .inp.checkbox .input {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      cursor: pointer;
      margin: 7px 7px 0 0;
    }
    #reseller_form .inputs .inp.checkbox .input + label {
      display: inline-block;
      width: calc(100% - (20px + 7px));
      cursor: pointer;
      user-select: none;
    }
      #reseller_form .inputs .inp.checkbox .input.error + label {
        color: #cb4b4b;
      }
      #reseller_form .inputs .inp.checkbox .input:checked + label {
        color: #000;
      }

    #reseller_form .inputs .inp.submit {
      text-align: center;
      margin: 35px 0 0 0;
    }
      #reseller_form .inputs .inp.submit a.btn {
        width: 200px;
        height: 50px;
        border: none;
      }
      #reseller_form .inputs .inp.submit a.btn.proc {
        background-color: #999;
        mask: url('../svg/spinner.svg');
        mask-position: center center;
        mask-repeat: no-repeat;
        mask-size: 25px;
        text-shadow: none;
        cursor: none;
        border-radius: 4px !important;
      }
        #reseller_form .inputs .inp.submit a.btn:not(.proc) span {
          display: inline-block;
        }
        #reseller_form .inputs .inp.submit a.btn.proc span {
          display: none;
        }

footer {
  color: #333;
  padding: 50px 40px;
  margin: 0;
}
  .nav_copyright {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - (300px + 20px));
    margin: 0 20px 0 0;
  }
    footer .nav_ftr {
      width: 100%;
      display: grid;
      grid-template-columns: 250px 250px;
      gap: 10px;
      margin: 0 0 40px;
    }
      footer .nav_ftr > div {
      }
      footer .nav_ftr h4 {
        font-size: 1.25rem;
        font-weight: 500;
        color: #333;
        letter-spacing: .05em;
        text-transform: uppercase;
        padding: 0;
        margin: 0 0 15px;
      }
      footer .nav_ftr ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
        footer .nav_ftr ul li {
        }
        footer .nav_ftr ul li a {
          display: block;
          color: #333;
          padding: 1px 0;
        }
        footer .nav_ftr ul li a:hover {
          color: #000;
        }

    footer .copyright {
      font-size: .8rem;
      font-weight: 500;
      color: #333;
    }

  footer .logo {
    display: inline-block;
    vertical-align: bottom;
    width: 300px;
  }
    footer .logo svg {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      height: auto;
    }

#d { display: none; }
#l { display: none; }



#c_note {
	position: fixed;
	z-index: 100000;
	bottom: 20px;
	width: 100%;
}
	#c_note > div {
		position: relative;
		width: 800px;
		max-width: 90%;
		background: #fff;
		font-size: .9em;
		font-weight: 400;
		color: #333;
		box-sizing: border-box;
		box-shadow: 0 0 20px rgba(0,0,0, .2);
		border-radius: 5px;
		-webkit-border-radius: 5px;
    padding: 15px 25px;
		margin: 0 auto;
	}
    #c_note .text {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 220px);
    }
		#c_note .actions {
      display: inline-block;
      vertical-align: middle;
      width: 220px;
			text-align: right;
    }
	    #c_note .actions a {
	      display: inline-block;
	      vertical-align: middle;
				text-align: center;
				box-sizing: border-box;
	      padding: 11px 14px 8px;
	      margin: 0 15px 0 0;
	    }
			#c_note .actions a:last-child {
				margin: 0;
			}



@media screen and (max-width: 1400px){

}



@media screen and (max-width: 1200px){
  header a.logo {
    left: 30px;
    width: 150px;
  }
  header ul#ql {
    top: 20px;
    right: 66px;
  }
    header ul#ql li.cart {
      margin-top: 3px;
    }
  header .nav-tgl {
    display: block;
  }
  header nav {
    display: none;
    position: absolute;
    z-index: 1000000000;
    top: 52px;
    right: 30px;
    width: fit-content;
    background: #fff;
    text-align: right;
    box-shadow: 0 0 12px 8px rgba(0,0,0, .15);
    padding: 0;
    margin: 0;
  }
    header nav ul li {
      display: block;
      border-bottom: 1px solid rgba(0,0,0, .1);
      padding: 0;
      margin: 0;
    }
    header nav ul li:last-child {
      border: none;
    }
      header nav ul li a {
        display: block;
        font-size: .8em;
        font-weight: 400;
        color: #666;
        box-sizing: border-box;
        padding: 10px 12px 8px 30px;
      }
      header nav ul li:hover a {
        background-color: rgba(0,0,0, .05);
      }
      header nav ul li.c a {
        background: #41b5ee;
        font-weight: 500;
        color: #fff;
        border: none;
      }
  .general {
    padding: 180px 0 60px;
  }

  main {
    padding: 66px 0 50px;
  }

  /* Text boxes */
  section.grid.img_text .g:last-child,
  section.grid.text_img .g:first-child {
    padding: 30px 10%;
  }
    section.grid .g.text_content .preline {
      font-size: .8rem;
      margin: 0 0 20px;
    }
    section.grid .g h2 {
    	font-size: 1.3rem;
    	line-height: 1.8rem;
      margin: 0 0 20px 0;
    }
    section.grid .g p {
      font-size: .9rem;
      line-height: 1.6rem;
      margin: 0 0 15px;
    }
  /* Image boxes */
  section.grid.text_img .g:last-child,
  section.grid.img_text .g:first-child {
    height: 100%;
  }
  section.grid.img_text .g:first-child a,
  section.grid.img_text .g:first-child img,
  section.grid.text_img .g:last-child a,
  section.grid.text_img .g:last-child img {
    height: inherit;
    object-fit: cover;
  }

}



@media screen and (max-width: 800px){
  main .general {
    padding: 20px 30px 0;
  }

  section.grid {
    grid-template-columns: 1fr;
    /*
    border-width: 0 0 5px 0;
    border-style: solid;
    border-image: linear-gradient(to right, #177eb0, #41b5ee) 1;
    */
  }
    /* Text boxes */
    section.grid.img_text .g:last-child,
    section.grid.text_img .g:first-child {
      order: 1;
      padding: 50px 30px;
    }
    /* Image boxes */
    section.grid.text_img .g:last-child,
    section.grid.img_text .g:first-child {
      order: 2;
      width: 100%;
      aspect-ratio: 1.6;
    }

  footer {
    padding: 50px 30px;
  }
    .nav_copyright {
      display: block;
      width: 100%;
      margin: 0;
    }
      footer .nav_ftr {
        grid-template-columns: 1fr 1fr;
        margin: 0 0 30px;
      }
        footer .nav_ftr h4 {
          font-size: 1rem;
          margin: 0 0 10px;
        }
          footer .nav_ftr ul li a {
            font-size: .9rem;
            line-height: 1.5rem;
          }

    footer .logo {
      width: 200px;
    }
}


@media screen and (max-width: 600px){
  .w {
    padding: 0 20px;
  }
  header a.logo {
    left: 20px;
  }
  header ul#ql {
    right: 56px;
  }
  header .nav-tgl {
    right: 20px;
  }
  header nav {
    right: 20px;
  }
    header ul#ql li.search #search {
      width: 220px;
    }

  main .general {
    padding: 20px 20px 0;
  }
    section.grid.img_text .g:last-child,
    section.grid.text_img .g:first-child {
      padding: 50px 20px;
    }

  footer {
    text-align: center;
    padding: 50px 15px;
  }
    footer .nav_ftr {
      display: block;
      margin: 0 0 40px;
    }
      footer .nav_ftr > div:first-child {
        margin: 0 0 20px;
      }
      footer .nav_ftr h4 {
        margin: 0 0 8px;
      }

    footer .logo {
      width: 200px;
    }
}



@media screen and (max-width: 400px){
  header a.logo {
    top: 16px;
    left: 20px;
    width: 120px;
  }
}
