@import "./keyframes.css";

html {
  font-size: 17px;
  line-height: 120%;
}
header,
article,
section,
footer,
div,
nav,
h4 {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

body {
  vertical-align: top;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  color: #004e69;
  text-rendering: optimizeLegibility;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  overflow-x: hidden;
  background: #f2f6f8;
}

a {
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  color: #00a187;
}
img {
  width: 100%;
}
strong,
b {
  font-weight: 700;
}

.wrapper {
  width: 1366px;
  margin: 0 auto;
}
a.kup_bg:visited {
  color: #fff;
}
a.wybierz_bg:visited {
  color: #fff;
}

nav {
  font-weight: 700;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}

nav ul {
  margin: 0 auto;
  text-align: justify;
  width: 100%;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
}
nav ul li {
  display: inline-block;

  text-align: center;
  margin: 0 auto;
}
nav ul li a {
  padding: 1.5em 1em;
  color: #337187;
  display: block;
  text-decoration: none;
}
nav ul li a:hover {
  color: #00a187;
}
nav ul li ul li {
  display: block;
  width: 100%;
}
nav ul li ul#submenu li a {
  padding: 0.75em 1em;
  color: #337187;
  text-align: left;
  border-bottom: 3px dotted #00a187;
}
nav ul li ul#submenu li a span {
  color: #00a187;
}
nav ul li ul#submenu li:last-child a {
  border-bottom: 0;
}

#submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  background: #fff;
  text-align: left;
  padding-bottom: 1em;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
}
ul#mobile_nav {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #004e69;
  text-align: left;
  padding-bottom: 1em;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: opacity, transform;
  overflow: hidden;
  transform: translateX(100%);
}
ul#mobile_nav.mobile-nav--open {
  opacity: 1;
  transform: translateX(0);
}
nav ul li ul#mobile_nav li a {
  padding: 1em 21px;
  color: #fff;
  text-align: left;
  border-bottom: 3px dotted #00a187;
}

nav ul li ul#mobile_nav li ul {
  display: block;
}

nav ul li ul#mobile_nav li ul li a {
  font-weight: 400;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
  border: 0;
}
nav ul li ul#mobile_nav a:hover {
  color: #00a187;
}

nav ul li ul#mobile_nav li span#mobile_5 {
  padding: 1em 21px;
  color: #fff;
  text-align: left;
  border: 0;
  display: block;
  text-decoration: none;
}

#d_5 {
  position: relative;
}
#d_5:hover #submenu {
  display: block;
}
#d_1 a {
  padding-left: 0;
}
#gap a {
  padding-right: 0;
}
#fb a img,
#fb a svg {
  width: auto;
  height: 32px;
  fill: #fff;
}
#fb a:hover img {
  opacity: 0.7;
  filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(2000%) hue-rotate(140deg) brightness(0.6);
}
#fb a svg:hover {
  fill: #00a187;
}
.svg-gap-bg {
  fill: #000;
}
.svg-online-bg {
  fill: #004e69;
}
#gap a svg {
  width: 65px;
}
#gap a svg:hover .svg-online-bg {
  fill: #faa200;
}
#gap a svg:hover .svg-gap-bg {
  fill: #faa200;
}

#blog a svg {
  fill: #004e69;
}
#blog a svg:hover .svg_blog_bg {
  fill: #00a187;
}

#yt a img,
#yt a svg {
  width: auto;
  height: 32px;
}
.svg-yt-style {
  fill: #fff;
}
#yt a:hover img {
  opacity: 0.7;
  filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(2000%) hue-rotate(140deg) brightness(0.6);
}
#yt a svg:hover .svg-yt-style {
  fill: #00a187;
}

#insta a img,
#insta a svg {
  width: auto;
  height: 32px;
}
.svg-insta-style {
  fill: #fff;
}
#insta a:hover img {
  opacity: 0.7;
  filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(2000%) hue-rotate(140deg) brightness(0.6);
}
#insta a svg:hover .svg-insta-style {
  fill: #00a187;
}
ul#social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-top: 1em;
  margin-bottom: 2em;
  list-style: none;
  padding: 0;
}
ul#social li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
ul#social li a {
  padding: 0;
  color: #337187;
  display: block;
  text-decoration: none;
}
ul#social li a img {
  display: block;
  transition: opacity 0.3s ease;
}
ul#social li#fb a img {
  width: auto;
  height: 32px;
}
ul#social li#insta a img,
ul#social li#yt a img {
  width: auto;
  height: 32px;
}
#redirect {
  margin: 0 21px;
  max-width: 90%;
  cursor: pointer;
}
.szerzej {
  margin: 0 auto;
  min-width: 300px;
  width: 30%;
}
#fb a svg {
  width: 38px;
}
#yt a svg {
  width: 135px;
}
#insta a svg {
  width: 41px;
}

#kup {
  vertical-align: middle;
}
#wrapper_container {
  display: flex;
  align-items: center;
}

#menu_mob img {
  width: 42px;
  display: inline;
  vertical-align: middle;
}
#menu_mob {
  display: none;
}
#subnav_containter {
  margin: 0 auto;
  text-align: justify;
  width: 100%;
  display: flex;
  justify-content: space-between;
  vertical-align: top;
  align-items: top;
}
#error {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
#error .kup_bg {
  cursor: pointer;
}
#error_check {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
#error_check .kup_bg {
  cursor: pointer;
}
#build {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
#build .kup_bg {
  cursor: pointer;
}
#build span {
  font-weight: 400;
}
.komunikat {
  margin: auto auto;
  background: #fff;
  width: 350px;
  top: 50%;
  margin-top: -100px;
  position: relative;
  display: block;
  z-index: 10001;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  padding: 21px;
  box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.2);
}
.komunikat p {
  vertical-align: middle;
}
.kup_bg {
  font-size: 1rem;
  background: #00a187;
  border-radius: 21px;
  color: #fff;
  height: 42px;
  padding: 0 20px;
  line-height: 42px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00a187;
  box-sizing: content-box;
}
.kup_bg:hover {
  background: #004e69;
}
.kup_bg img {
  width: 20px;
  display: inline;
  vertical-align: middle;
}

.pobierz_bg {
  background: #f2f6f8;
  border-radius: 21px;
  min-height: 42px;
  color: #004e69;
  padding: 7px 21px;
  line-height: 28px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.5em;
}
.pobierz_bg strong {
  font-weight: 700;
  color: #00a187;
}
.pobierz_bg:hover {
  background: #004e69;
  color: #fff !important;
}
.pobierz_bg:hover span {
  color: #fff !important;
}

.wybierz_bg {
  cursor: pointer;
  font-size: 1rem;
  background: #004e69;
  border-radius: 21px;
  color: #fff;
  height: 42px;
  padding: 0 20px;
  line-height: 42px;
  font-weight: 700;
  display: inline-block;
  border: 0;
}
.wybierz_bg:hover {
  background: #00a187;
  color: #fff;
}
.odpowiedzi {
  border-bottom: 3px dotted #00a187;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
ul.dokumenty li {
  color: #004e69;
  line-height: 1.4;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.5em;
}
.strong-mint,
.strong-mint:visited {
  font-weight: 700;
  color: #00a187;
}
.strong-mint:hover {
  color: #004e69;
}
p {
  line-height: 150%;
  font-size: 1rem;
  margin-bottom: 1.5em;
}

.list li,
.dokumenty li {
  line-height: 150%;
  font-size: 1rem;
  max-width: 600px;
  margin-bottom: 0.75em;
  margin-left: 0;
  padding-left: 21px;
}
.list li::before,
.dokumenty li::before {
  content: '>'; /* Insert content that looks like bullets */
  display: inline-block;
  width: 21px;
  font-weight: 700;
  color: #00a187; /* Or a color you prefer */
  margin-left: -21px;
}
.list_nth li:nth-child(2n + 1) {
  /*color: #337187 #006f96;*/
  color: #00a187;
}

.margin_10 {
  margin-right: 10%;
}
.left {
  width: 50%;
  display: inline-block;
  position: relative;
}
.right {
  width: 50%;
  display: inline-block;
  position: relative;
}
.left_60,
dt {
  width: 60%;
  display: inline-block;
  position: relative;
}
.right_40,
dd {
  width: 40%;
  display: inline-block;
  position: relative;
}
.left_40 {
  width: 40%;
  display: inline-block;
  position: relative;
}
.right_60 {
  width: 60%;
  display: inline-block;
  position: relative;
}
.left p,
.left_40 p,
.left_60 p {
  padding-right: 21px;
}
.right p,
.right_40 p,
.right_60 p,
.right_60 h3 {
  padding-left: 21px;
}

#content_0 {
  padding: 1em 0 1em 0;
  border-bottom: 3px dotted #00a187;
}
#content_0 a.subnav {
  display: inline-block;
  padding-left: 21px;
  text-align: left;
  font-weight: 700;
  color: #004e69;
  vertical-align: top;
}
#content_0 a:hover,
#content_0 a span {
  color: #00a187;
}

.def {
  font-weight: 700;
  padding-top: 0;
}
dl {
  padding: 0.8rem 0 0.8rem 0;
  border-bottom: 3px dotted #00a187;
  margin-right: 10%;
}
dd {
  text-align: right;
  font-weight: 700;
}
.page-bg {
  position: relative;
  height: 500px;
}
.header-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#motocykle {
  background: url(images/motocykle.jpg) no-repeat 50% 0;
  background-size: cover;
}
#badania {
  background: url(images/badania.jpg) no-repeat 50% 0;
  background-size: cover;
}
#motoporadnik {
  background: url(images/motoporadnik.jpg) no-repeat 50% 0;
  background-size: cover;
}
#autanowe {
  background: url(images/autanowe.jpg) no-repeat 50% 0;
  background-size: cover;
}
#autauzywane {
  background: url(images/autauzywane.jpg) no-repeat 50% 0;
  background-size: cover;
}
.faq {
  border-top: 3px dotted #004e69;
  margin: 0 0 0 21px;
}
.faq h4 {
  background: url(images/open.svg);
  background-repeat: no-repeat;
  background-position: left 0.8rem;
  background-size: 21px;
  cursor: pointer;
  color: #004e69;
  font-weight: 700;
  padding: 0.8rem 0 0.8rem 28px;
  margin: 0;
}

.answ {
  padding-left: 7px;
}
div#tlo {
  width: 140%;

  padding-top: 140%; /* 1:1 Aspect Ratio */
  position: absolute; /* If you want text inside of it */
  background: #004e69;
  border-radius: 50%;
  margin-top: -20%;
  left: -30%;
  right: -10%;
}

div#tlo h1 {
  position: absolute;
  top: 0;
  left: 21.5%;
  bottom: 0;
  right: 21.5%;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 0;
  line-height: 100%;
  vertical-align: middle;
  height: 100%;
}

div#tlo h1 span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#tagline {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  display: block;
  z-index: 2;
  width: 90%;
  margin-top: 3em;
  text-align: left;
}
#desc {
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  display: block;
  z-index: 2;
  width: 90%;
  margin: 1em 0 1.5em 0;
  text-align: left;
}
#parts-tagline {
  color: #004e69;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  display: block;
  z-index: 2;
  width: 75%;
  margin-top: 3em;
  padding-left: 16.6%;
}
#parts-desc {
  color: #004e69;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  display: block;
  z-index: 2;
  width: 50%;
  margin: 1em 0 1.5em 0;

  padding-left: 16.6%;
}

header {
  z-index: 1;
  padding: 0 0 0 0;
  margin-top: 4em;
}
#circle {
  /*background: url(images/circle.svg) no-repeat 0 0;*/

  position: absolute;
  bottom: -25%;
  left: -22%;
  width: 110%;
  min-height: 150%;
  display: block;
}
#circle img {
  width: 100%;
}
#car {
  position: relative;
  top: 0px;
  right: 0;
  width: 100%;
  padding-left: 17%;
  display: block;
}
.car-tagline {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;

  display: block;
}
#car img {
  display: block;
}
#car_bg {
  position: relative;
  right: -10%;
  padding-right: -40px;
}
article {
  z-index: 0;
  padding: 3em 6px 21px 6px;
}
article ul {
  margin-bottom: 1.5em;
}
article.white {
  background: #fff;
}
article.marginbottom {
  padding: 3em 0 0.75em 0;
}
.parts {
  display: block;
  height: 42px;
  position: absolute;
  text-align: right;
  background: #004e69;
  border-radius: 21px;
  color: #fff;
  line-height: 42px;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.9rem;
}
.part-left {
  margin-right: 5px;
  display: none;
  padding: 0 0 0 21px;
}
.part-right {
  margin-left: 5px;
  display: none;
  padding: 0 21px 0 0;
}
.parts:hover .part-left {
  display: inline-block;
}

.parts img {
  width: 42px;
  float: right;
}

#part8 {
  right: 35%;
  top: 70%;
  z-index: 4;
}
#part1 {
  right: 20%;
  top: 30%;
  z-index: 8;
}
#part3 {
  right: 20%;
  top: 45%;
  z-index: 6;
}
#part4 {
  right: 10%;
  top: 40%;
  z-index: 8;
}
#part7 {
  right: 38%;
  top: 44%;
  z-index: 2;
}
#part6 {
  right: 44%;
  top: 57%;
  z-index: 3;
}
#part2 {
  right: 5%;
  top: 52%;
  z-index: 7;
}
#part5 {
  right: 26%;
  top: 62%;
  z-index: 5;
}

h1 {
  color: #004e69;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 120%;
  display: block;
  z-index: 2;
  margin-bottom: 1em;
}
h2 {
  color: #004e69;
  font-weight: 700;
  font-size: 1.66rem;
  line-height: 120%;
  display: block;
  z-index: 2;
  margin-bottom: 0.5em;
}
h2 span {
  font-weight: 400;
}
h3 {
  color: #004e69;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 120%;
  display: block;
  z-index: 2;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#youtube {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 1.5em;
}
#youtube iframe {
  border-radius: 21px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle_left {
  width: 350px;
  height: 350px;
  position: absolute;
  bottom: -175px;
  left: -175px;
  z-index: 0;
}
.circle_right {
  width: 350px;
  height: 350px;
  position: absolute;
  bottom: -175px;
  right: -175px;
  z-index: 0;
}
.padding_right_21 {
  padding-right: 21px;
}
#content_blog {
  padding: 3em 0;
}
.news-container {
  width: 33%;
  display: inline-block;
}
.news {
  border-radius: 21px;
  background: #fff;
}
.news img {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}
.news_1_3 {
  margin-right: 28px;
}
.news_2_3 {
  margin-right: 14px;
  margin-left: 14px;
}
.news_3_3 {
  margin-left: 28px;
}

.news h3 {
  padding: 0.25em 42px 0.25em 42px;
}

.news p {
  padding: 0 42px 42px 42px;
}
.news p.advantage {
  border-top: 5px dotted #004e69;
  border-bottom: 5px dotted #004e69;
  color: #00a187;
  font-weight: 700;
  padding: 0.5em 42px;
  margin-bottom: 1em;
}

.box_1_5 {
  padding-left: 0;
  padding-right: 28px;
}
.box_2_5 {
  padding-left: 7px;
  padding-right: 21px;
}
.box_3_5 {
  padding-left: 14px;
  padding-right: 14px;
}
.box_4_5 {
  padding-left: 21px;
  padding-right: 7px;
}
.box_5_5 {
  padding-left: 28px;
  padding-right: 0;
}
.box_5 {
  display: inline-block;
  width: 20%;
  font-size: 0.8rem;
  margin-bottom: 1.5em;
}
.box_5 span,
.box_4 span {
  font-size: 100px;
  font-weight: 700;
  color: #00a187;
  display: inline-block;
  line-height: 100px;
}
.box_5 span.kroki {
  font-size: 24px;
  line-height: 24px;
}
.box_5 span.description {
  font-size: 14px;
  line-height: 14px;
  color: #004e69;
}
.centering .box_5 {
  text-align: left;
}
.box_1_4 {
  padding-left: 0;
  padding-right: 26.25px;
}
.box_2_4 {
  padding-left: 8.75px;
  padding-right: 17.5px;
}
.box_3_4 {
  padding-left: 17.5px;
  padding-right: 8.75px;
}
.box_4_4 {
  padding-left: 26.25px;
  padding-right: 0;
}
.box_4 {
  display: inline-block;
  width: 25%;
  font-size: 0.8rem;
  margin-bottom: 1.5em;
}
.centering .box_4 {
  text-align: left;
}
.centering .box_3 {
  text-align: left;
}
.box_4 img {
  max-width: 150px;
}
.box_1_3 {
  padding-right: 28px;
}
.box_2_3 {
  padding-right: 14px;
  padding-left: 14px;
}
.box_3_3 {
  padding-left: 28px;
}
.box_3 {
  display: inline-block;
  width: 33%;
  font-size: 0.8rem;
  margin-bottom: 1.5em;
}

.box_1_2 {
  padding-right: 54px;
}

.box_2_2 {
  padding-left: 18px;
  padding-right: 36px;
}
.box_2 {
  display: inline-block;
  width: 50%;
  font-size: 0.8rem;
  margin-bottom: 1.5em;
}
.box_2 img {
  max-width: 200px;
}

.doku {
  border-radius: 21px;
  background: #f2f6f8;
  padding: 21px 21px 1px 21px;
}

.marka {
  font-weight: 700;
}
.padding-left-21 {
  padding-left: 21px;
}
.margin-left-21 {
  margin-left: 21px;
}
.margin-top-2em {
  margin-top: 2em;
}
.normalny-tekst {
  font-size: 1rem;
  line-height: 150%;
}
.normalny-tekst div {
  font-size: 1rem;
  line-height: 150%;
}
.wysrodkowany-tekst {
  text-align: center;
}
.wysrodkowany-tekst strong {
  margin-top: 1rem;
  display: block;
  line-height: 130%;
}
.cena {
  display: block;
  width: 100%;
  border-top: 3px dotted #00a187;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  margin-left: 21px;
  padding-left: 0px !important;
}
.padding-left-21 .cena {
  margin-left: 0;
}
.kup_box {
  display: block;
  font-weight: 700;
  margin-top: 1em;
  color: #00a187;
  text-decoration: none;
}

footer {
  background: #004e69;
  color: #fff;
  padding: 3em 6px;
  font-size: 0.8rem;
}
footer p {
  font-size: 0.8rem;
}
.mint,
.mint a {
  color: #00a187;
  text-decoration: none;
}
footer h2 {
  color: #fff;
}
.misja {
  font-size: 0.8rem;
}
.footer-logo {
  height: 4em;
  width: auto;
  display: inline-block;
}
footer .logo {
  margin-bottom: 1em;
}
footer .box-container {
  margin-top: 2em;
}
.inv {
  color: #004e69;
}
.circle_img {
  text-align: right;
}
.circle_img_30 {
  text-align: right;
}
.circle_img img {
  max-width: 450px;
}
.circle_img_30 img {
  width: 75%;
  max-width: 450px;
}
section#wspolpraca {
  padding: 3em 6px;
}
section#wspolpraca p {
  font-size: 0.8rem;
}

h2 span {
  font-weight: 400;
}

.przypis {
  font-size: 70%;
}

.box_5 span {
  font-size: 100px;
  font-weight: 700;
  color: #00a187;
  display: inline-block;
  line-height: 100px;
}
h2 span {
  font-weight: 400;
}

.komponent_svg {
  display: inline-block;
  width: 20%;
}
.opis {
  display: inline-block;
  width: 80%;
  padding-left: 21px;
}
.opis p {
  font-size: 0.8rem;
}
.opis h3 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
#content_1 {
  z-index: 4;
}
#content_2 {
  z-index: 5;
}
#content_3 {
  z-index: 6;
}
#content_4 {
  z-index: 7;
}
#content_5 {
  z-index: 8;
}
#content_6 {
  z-index: 9;
}
#content_7 {
  z-index: 10;
}
#content_8 {
  z-index: 11;
}
#content_9 {
  z-index: 12;
}
#content_1_home {
  z-index: 0;
}
button {
  cursor: pointer;
}
input,
textarea,
button {
  padding: 9px 9px;
  width: 100%;
  height: 36px;
  font-weight: 400;
  text-align: left;
  background: #004e69;
  border: 0;
  border-bottom: 3px dotted #00a187;
  color: #fff;
  line-height: 150%;
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
}
#sendmessage_agent input,
#sendmessage_agent textarea {
  background: #f2f6f8;
  border: 0;
  border-bottom: 3px dotted #004e69;
  color: #004e69;
}

input::placeholder,
textarea::placeholder {
  color: #f2f6f8;
}
#sendmessage_agent input::placeholder,
#sendmessage_agent textarea::placeholder {
  color: #004e69;
}

input:focus,
textarea:focus {
  border: 0;
  outline: 3px dotted #f2f6f8;
  color: #fff;
}
#sendmessage_agent input:focus,
#sendmessage_agent textarea:focus {
  border: 0;
  outline: 3px dotted #004e69;
  color: #004e69;
}

textarea {
  height: 6em;
  border-right: 3px dotted #00a187;
}
#sendmessage_agent textarea {
  height: 6em;
  border-right: 3px dotted #004e69;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 42px;
  margin-bottom: 1em;
  cursor: pointer;
  font-size: 0.7rem;
  line-height: 120%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
}
#sendmessage_agent .checkmark {
  border: 1px solid #337187;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #00a187;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
button {
  background: #00a187;
  border-radius: 21px;
  color: #fff;
  height: 42px;
  padding: 0 21px;
  line-height: 42px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin-top: 1em;
}
#sendmessage_agent button {
  background: #00a187;
  border-radius: 21px;
  color: #fff;
  height: 42px;
  padding: 0 21px;
  line-height: 42px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin-top: 1em;
}

#bubbles_3 {
  padding-right: 83px;
  padding-top: 1em;
  margin-left: -83px;
  padding-left: 83px;
  margin-right: 83px;
}
#bubbles_3 img {
  width: 130%;
}
#poradnik-faq {
  width: 80%;
  margin-top: 2em;
}
#poradnik-kluczyki2 {
  width: 80%;
  margin-top: 2em;
}
#poradnik-kluczyki {
  width: 80%;
  float: right;
}
#poradnik-kluczyki3 {
  width: 80%;
  float: right;
}
#poradnik-gwarancja {
  max-width: 15em;
  float: right;
}
#poradnik-wylaczenia {
  width: 80%;
  margin-top: 1em;
}
#poradnik-wylaczenia2 {
  width: 80%;
  margin-top: 1em;
}

#autauzywane-koszty {
  width: 90%;
}
#poradnik-szkoda {
  max-width: 17em;
}

#defend_fortegra_mob {
  display: none;
}
.max_width {
  max-width: 400px;
  margin: 0 auto;
}
.centering {
  width: 100%;
  text-align: center;
  margin-top: 3em;
}
.upperbutton {
  margin-top: 0em;
  margin-bottom: 5em;
}
.upperbutton--md {
  margin-bottom: 3em;
}
.upperbutton--sm {
  margin-bottom: 1em;
}
.etapy {
  padding-top: 1.75em;
  padding-bottom: 0.75em;
}
.etapy p {
  margin-bottom: 0.5em;
}
.etapy .centering {
  margin-top: 1em;
}

.centering-middle {
  width: 100%;
  text-align: center;
  margin-bottom: 3em;
}
.padding_img {
  padding-left: 21px;
  padding-right: 21px;
}

.mob-show-800 {
  display: none;
  margin-bottom: 21px;
}
.mob-show-700 {
  display: none;
  margin-bottom: 21px;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}
h1#wide-title-kup {
  color: #fff;
  background: #004e69;
  padding: 0.75em 6px;
  margin-bottom: 0;
  font-size: 2rem;
  padding-top: 93px;
}
h1#wide-title {
  color: #fff;
  background: #004e69;
  padding: 0.75em 0;
  margin-bottom: 0;
  font-size: 2rem;
  display: none;
}

div#belka {
  color: #fff;
  background: #00a187;
  padding: 0.75em 6px;
  margin-bottom: 0;
  font-size: 2rem;
}
div#belka {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}
div#belka input {
  padding: 0;
  background: #fff;
  color: #004e69;
  border-radius: 17.5px;
  height: 35px;
  line-height: 35px;
  border: 0;
  padding: 0 14px;
}
div#belka button.podpisz_laduj {
  margin: 0;
}
div#belka input#sms {
  width: 80px;
}
.podpisz_laduj {
  font-size: 1rem;
  background: #004e69;
  border-radius: 17.5px;
  color: #fff;
  height: 35px;
  width: 35px;
  padding: 0 0px;
  line-height: 35px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #00a187;
}
.podpisz_laduj:hover {
  background: #00a187;
  border-color: #fff;
}

div#belka input::placeholder {
  color: #004e69;
  text-align: center;
}
#belka .right {
  text-align: right;
}

#nieudanaproba_agent {
  display: none;
  padding: 1em;
  border: 3px dotted #00a187;
}
#udanaproba_agent {
  display: none;
  padding: 1em;
  border: 3px dotted #00a187;
}
#apres {
  padding: 1em;
  border: 3px dotted #00a187;
  width: 80%;
}

#killform-a {
  display: block;
}
#killform-b {
  display: block;
}
p.p_apk {
  max-width: 100%;
}
.left p.p_apk {
  padding-right: 0;
  margin-right: 42px;
}
h2.powyzszepytania {
  padding-left: 21px;
  margin-top: 2.4em;
}
.ostatniaodpowiedz {
  border: 0;
}

/*-------------------------------------------------------------------------*/

/* Customize the label (the container) */
.container_apk {
  display: block;
  position: relative;
  padding-left: 63px;
  margin-bottom: 1em;
  cursor: pointer;
  line-height: 150%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_apk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark_apk {
  position: absolute;
  top: 0;
  left: 21px;
  height: 21px;
  width: 21px;
  border: 1px solid #004e69;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container_apk:hover input ~ .checkmark_apk {
  background-color: #00a187;
  border: 1px solid #00a187;
}

/* When the checkbox is checked, add a blue background */
.container_apk input:checked ~ .checkmark_apk {
  background-color: #00a187;
  border: 1px solid #00a187;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_apk:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_apk input:checked ~ .checkmark_apk:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_apk .checkmark_apk:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------------------------------------------------------------------------*/

/* 1600 px */
@media screen and (max-width: 1600px) {
  .circle_left {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -125px;
    left: -125px;
    z-index: 2;
  }
  .circle_right {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -125px;
    right: -125px;
    z-index: 2;
  }
}

/* 1366 px */
@media screen and (max-width: 1366px) {
  .circle_left {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -75px;
    left: -75px;
    z-index: 2;
  }
  .circle_right {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -75px;
    right: -75px;
    z-index: 2;
  }
  .wrapper {
    width: 100%;
  }
  html {
    font-size: 16px;
  }
  div#tlo h1 span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 56px;
    transform: translate(0, -50%);
    text-align: left;
  }
  header#home {
    height: 500px;
  }
  header#home div#tlo {
    z-index: 0;
    width: 700px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: -40%;
    right: initial;
  }
  #content_1,
  #content_0 {
    z-index: 10;
  }
  .page-bg {
    height: 440px;
  }
  .page-bg div#tlo {
    z-index: 0;
    width: 616px;
    height: 616px;
    position: absolute;
    top: 50%;
    left: -40%;
    right: initial;
    padding-top: 616px;
  }
  header {
    z-index: 0;
  }
}

/* 1280 px */
@media screen and (max-width: 1280px) {
  article {
    padding-top: 2em;
  }
  .centering {
    margin-top: 1em;
  }
  .box_3 {
    margin-bottom: 0;
  }
  .circle_left,
  .circle_right {
    display: none;
  }
  html {
    font-size: 15px;
  }
  .parts {
    height: 28px;
    line-height: 28px;
  }
  .parts img {
    width: 28px;
  }
  .page-bg {
    height: 410px;
  }
  .page-bg div#tlo {
    z-index: 0;
    width: 574px;
    height: 574px;
    position: absolute;
    top: 50%;
    left: -30%;
    right: initial;
    padding-top: 574px;
  }
  div#tlo h1 span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translate(0, -50%);
    text-align: left;
  }
}

/* 1200 px */
@media screen and (max-width: 1200px) {
  #menu_6 .kup_bg {
    text-align: center;
  }
  header#home {
    height: 440px;
  }
  header#home div#tlo {
    z-index: 0;
    width: 616px;
    height: 616px;
    position: absolute;
    top: 50%;
    left: -40%;
  }
  #fb a svg {
    width: 36px;
  }
  #yt a svg {
    width: 128px;
  }
  #insta a svg {
    width: 38px;
  }
}

/* 1100 px */
@media screen and (max-width: 1100px) {
  nav ul li a {
    padding: 1.5em 0.75em;
  }
  #bubbles_3 {
    padding-right: 21px;
    padding-top: 1em;
    margin-left: -83px;
    padding-left: 83px;
    margin-right: 21px;
  }
  #bubbles_3 img {
    width: 100%;
  }
  header#home div#tlo {
    z-index: 0;
    width: 616px;
    height: 616px;
    position: absolute;
    top: 50%;
    left: -50%;
  }
}

/* 1050 px */
@media screen and (max-width: 1100px) {
  div#belka div.left {
    display: block;
    width: 100%;
    line-height: 300%;
  }
  div#belka div.right {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 300%;
  }
  div#belka .wrapper.isMobile .input-with-label span {
    display: block;
  }
  div#belka div.right input {
    margin-left: 0;
  }
}

/* 1024 px */
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .box-container {
    width: 100%;
    display: block;
  }
  p,
  li {
    max-width: 100%;
  }
  .box_1_3,
  .box_2_3,
  .box_3_3 {
    margin: 0;
  }
  .page-bg {
    height: 300px;
  }
  .page-bg div#tlo {
    z-index: 0;
    padding-top: 420px;
    width: 420px;
    height: 420px;
    position: absolute;
    top: 50%;
    left: -20%;
    right: initial;
  }
  div#tlo h1 span {
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
  }
  nav ul li a {
    padding: 1.5em 0.5em;
  }
  #tagline,
  #parts-tagline,
  h2 {
    font-size: 1.35rem;
    line-height: 130%;
  }
  #desc,
  #parts-desc {
    font-size: 1.15rem;
    line-height: 150%;
  }
  .list li,
  .dokumenty li {
    padding-left: 21px;
  }
  .list li::before,
  .dokumenty li::before {
    margin-left: -21px;
  }
  div#tlo h1 {
    text-align: left;
  }
  header#home {
    height: 400px;
  }
  header#home div#tlo {
    z-index: 0;
    width: 560px;
    height: 560px;
    position: absolute;
    top: 50%;
    left: -40%;
  }
  #fb a svg {
    width: 31px;
  }
  #yt a svg {
    width: 112px;
  }
  #insta a svg {
    width: 33px;
  }
}

/* 950 px */
@media screen and (max-width: 950px) {
  #d_1,
  #d_2,
  #d_3,
  #d_4,
  #d_5 {
    display: none;
  }
  #menu_mob {
    display: inline-block;
  }
  #menu_mob a {
    cursor: pointer;
  }
  #d_logo {
    align-self: left;
    padding-left: 0;
    margin: 0;
    text-align: left;
  }
  a#logotyp {
    padding-left: 0;
  }
  #menu_6 img {
    display: inline;
  }
  #variant .box_2 {
    width: 100%;
    margin-bottom: 3em;
  }
  #variant .box_1_2 {
    padding: 0;
  }
  #variant .box_2_2 {
    padding: 0;
  }
  header#home div#tlo {
    z-index: 0;
    width: 520px;
    height: 520px;
    position: absolute;
    top: 50%;
    left: -40%;
  }
}

/* 860 px */
@media screen and (max-width: 860px) {
  #tagline,
  #parts-tagline,
  h2 {
    font-size: 1.2rem;
    line-height: 130%;
  }
  #desc,
  #parts-desc {
    font-size: 1rem;
    line-height: 150%;
  }
  header#home {
    height: 360px;
  }
  header#home div#tlo {
    width: 504px;
    height: 504px;
    position: absolute;
    top: 50%;
    left: -55%;
  }
  #fb a svg {
    width: 27px;
  }
  #yt a svg {
    width: 97px;
  }
  #insta a svg {
    width: 29px;
  }
}

/* 800 px */
@media screen and (max-width: 800px) {
  header#home div#tlo h1 {
    position: absolute;
    top: auto;
    left: 21.5%;
    bottom: auto;
    right: 21.5%;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 5;
    line-height: 1em;
    vertical-align: middle;
    height: auto;
  }
  nav ul li a {
    padding: 1.25em 0.75em;
  }
  #car {
    top: 3em;
  }
  #parts-tagline {
    padding-left: 0;
  }
  #parts-desc {
    padding-left: 0;
  }
  #tagline {
    padding-right: 21px;
  }
  #desc {
    padding-right: 21px;
  }
  header#home {
    height: 340px;
  }
  header#home div#tlo {
    width: 450px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: -27%;
  }
  #wrapper_container {
    display: block;
  }
  .margin_10 {
    margin-right: 0%;
  }
  .left {
    width: 50%;
  }
  .right {
    width: 50%;
  }
  .left_60 {
    width: 50%;
  }
  .right_40 {
    width: 50%;
  }
  .left_40 {
    width: 50%;
  }
  .right_60 {
    width: 50%;
  }
  dd {
    width: 50%;
  }
  dt {
    width: 50%;
  }
  footer .news_3_3 {
    display: none;
  }
  footer .news_1_3 {
    margin-right: 21px;
  }
  footer .news_2_3 {
    margin-left: 21px;
    margin-right: 0;
  }
  footer .news-container {
    width: 50%;
  }
  #defend_fortegra_mob {
    display: block;
  }
  .mob-clear-800 {
    display: none;
  }
  .mob-show-800 {
    display: inline-block;
  }
  #carousel .news_1_3 {
    margin-left: 0;
    margin-right: 21px;
  }
  #carousel .news_2_3 {
    margin-right: 0;
    margin-left: 21px;
  }
  #carousel .news_3_3 {
    margin-left: auto;
    margin-right: auto;
  }
  #carousel .news-container {
    width: 50%;
  }
  #carousel .news-container.news-container-news {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  #wspolpraca .news_1_3 {
    margin-left: 0;
    margin-right: 0;
  }
  #wspolpraca .news_2_3 {
    margin-right: 21px;
    margin-left: 0;
  }
  #wspolpraca .news_3_3 {
    margin-left: 21px;
    margin-right: 0;
  }
  #wspolpraca .news-container {
    width: 50%;
  }
  #wspolpraca .news-container.news-container-wspolpraca {
    width: 100%;
    display: block;
  }
  .box_1_4 {
    padding-left: 0;
    padding-right: 21px;
  }
  .box_2_4 {
    padding-left: 21px;
    padding-right: 0px;
  }
  .box_3_4 {
    padding-left: 0;
    padding-right: 21px;
  }
  .box_4_4 {
    padding-left: 21px;
    padding-right: 0;
  }
  .box_4 {
    width: 50%;
  }
  .box_1_5 {
    padding-left: 0;
    padding-right: 28px;
  }
  .box_2_5 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .box_3_5 {
    padding-left: 28px;
    padding-right: 0;
  }
  .box_4_5 {
    padding-left: 0px;
    padding-right: 21px;
  }
  .box_5_5 {
    padding-left: 21px;
    padding-right: 0;
  }
  .box_5 {
    width: 33.3%;
  }
  .box_5 span,
  .box_4 span {
    font-size: 72px;
    line-height: 72px;
  }
  #poradnik-gwarancja {
    max-width: 80%;
    float: right;
  }
  .page-bg div#tlo {
    z-index: 0;
    padding-top: 450px;
    width: 450px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: -30%;
    right: initial;
  }
}

/* 760 px */
@media screen and (max-width: 760px) {
  header#home div#tlo {
    left: -40%;
  }
}

/* 700 px */
@media screen and (max-width: 700px) {
  .left {
    width: 100%;
    display: block;
  }
  .right {
    width: 100%;
    display: block;
  }
  .left_60 {
    width: 100%;
    display: block;
  }
  .right_40 {
    width: 100%;
    display: block;
  }
  .left_40 {
    width: 100%;
    display: block;
  }
  .right_60 {
    width: 100%;
    display: block;
  }
  h2.powyzszepytania {
    padding-left: 0;
    margin-top: 1em;
  }
  header#home {
    height: auto;
  }
  header#home .left_40 {
    padding-top: 0.5em !important;
  }
  dl {
    margin-right: 0;
  }
  .left p {
    padding-right: 0px;
  }
  .left_40 p {
    padding-right: 0px;
  }
  .left_60 p {
    padding-right: 0px;
  }
  .right p {
    padding-left: 0px;
  }
  .right_40 p {
    padding-left: 0px;
  }
  .right_60 p {
    padding-left: 0px;
  }
  .right_60 h3 {
    padding-left: 0px;
  }
  .mob-clear-700 {
    display: none;
  }
  .mob-show-700 {
    display: inline-block;
  }
  .faq {
    margin: 0 0 0 0px;
  }
  .answ {
    padding-left: 28px;
  }
  p.cena {
    margin-left: 0;
  }
  h2 {
    margin-bottom: 1.5em;
  }
  .padding-left-21 {
    padding-left: 0;
  }
  .margin-left-21 {
    margin-left: 0;
    margin-top: 1.5em;
  }
  #poradnik-kluczyki {
    display: none;
  }
  .car-tagline.static {
    position: static;
  }
  header#home .left_40 {
    background: #004e69;
    width: 150%;
    margin-left: -25%;
    padding: 1em 25% 2em 25%;
  }
  header#home #tlo {
    display: none;
  }
  #car {
    position: relative;
    top: -100px;
    right: 0;
    width: 100%;
    padding-left: 0;
    display: block;
    margin-bottom: -100px;
  }
  .page-bg div#tlo {
    display: none;
  }
  h1#wide-title {
    display: block;
  }
  #redirect,
  .szerzej {
    margin: 0;
    max-width: 100%;
    cursor: pointer;
  }
  .box_1_3 {
    padding-left: 0;
    padding-right: 21px;
    margin-bottom: 2em;
  }
  .box_2_3 {
    padding-right: 0;
    padding-left: 21px;
    margin-bottom: 2em;
  }
  .box_3_3 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 21px;
  }
  .box_3 {
    width: 50%;
    text-align: left;
  }
}

/* 640 px */
@media screen and (max-width: 640px) {
  #car {
    position: relative;
    top: -50px;
    right: 0;
    width: 100%;
    padding-left: 0;
    display: block;
    margin-bottom: -50px;
  }
}

/* 540 px */
@media screen and (max-width: 540px) {
  nav ul li a {
    padding: 1em 0.5em;
  }
  #car {
    position: relative;
    top: 0px;
    right: 0;
    width: 100%;
    padding-left: 0;
    display: block;
    margin-bottom: 0px;
  }
  footer .news_1_3 {
    margin-right: 0;
  }
  footer .news_2_3 {
    margin-left: 0;
    margin-top: 2em;
  }
  footer .news-container {
    width: 100%;
    display: block;
  }
  #carousel .news_1_3 {
    margin-left: 0;
    margin-right: 0;
  }
  #carousel .news_2_3 {
    margin-right: 0;
    margin-left: 0;
  }
  #carousel .news_3_3 {
    margin-left: 0;
    margin-right: 0;
  }
  #carousel .news-container {
    width: 100%;
    display: block;
  }
  #carousel .news-container.news-container-news {
    width: 100%;
    display: block;
  }
  #wspolpraca .news_1_3 {
    margin-left: 0;
    margin-right: 0;
  }
  #wspolpraca .news_2_3 {
    margin-right: 0;
    margin-left: 0;
  }
  #wspolpraca .news_3_3 {
    margin-left: 0;
    margin-right: 0;
  }
  #wspolpraca .news-container {
    width: 100%;
    display: block;
  }
  #fb a svg {
    width: 35px;
  }
  #menu_6 .kup_bg {
    background: #00a187;
  }
  #menu_mob img {
    width: 35px;
  }
  .box_1_5 {
    padding-left: 0;
    padding-right: 21px;
  }
  .box_2_5 {
    padding-left: 21px;
    padding-right: 0;
  }
  .box_3_5 {
    padding-left: 0;
    padding-right: 21px;
  }
  .box_4_5 {
    padding-left: 21px;
    padding-right: 0;
  }
  .box_5_5 {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }
  .box_5 {
    width: 50%;
  }
  .box_5 span,
  .box_4 span {
    font-size: 72px;
    font-weight: 700;
    color: #00a187;
    display: inline-block;
    line-height: 72px;
  }
  .box_1_3 {
    padding-left: 0;
    padding-right: 0px;
    margin-bottom: 2em;
  }
  .box_2_3 {
    padding-right: 0;
    padding-left: 0px;
    margin-bottom: 2em;
  }
  .box_3_3 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0px;
  }
  .box_3 {
    width: 100%;
    text-align: left;
  }
}

/* 420 px */
@media screen and (max-width: 420px) {
  .parts {
    height: 25px;
    line-height: 25px;
    font-size: 0.7rem;
  }
  .parts img {
    width: 25px;
    float: right;
  }
  .part-left {
    margin-right: 5px;
    display: none;
    padding: 0 0 0 14px;
  }
  .part-right {
    margin-left: 5px;
    display: none;
    padding: 0 14px 0 0;
  }
}

/* 380 px */
@media screen and (max-width: 380px) {
  #menu_6 .kup_bg {
    background: #00a187;
  }
  #menu_6 .kup_bg img {
    width: 15px;
  }
  #menu_mob img {
    width: 30px;
  }
  .logo img {
    margin-top: 0.5em;
  }
  .box_1_5 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_2_5 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_3_5 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_4_5 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_5_5 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_5 {
    width: 100%;
    display: block;
  }
  .box_1_4 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_2_4 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_3_4 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_4_4 {
    padding-left: 0;
    padding-right: 0;
  }
  .box_4 {
    width: 100%;
    display: block;
  }
  #fb a svg {
    width: 23px;
  }
  #yt a svg {
    width: 82px;
  }
  #insta a svg {
    width: 24px;
  }
  #parts-desc {
    display: none;
  }
}

/* 355 px */
@media screen and (max-width: 355px) {
  #blog {
    display: none;
  }
}

.button {
  background-color: #004e69;
}

.buttonActive {
  background-color: #00a187;
}

.required {
  border: 1px solid red !important;
}


/* mobile first */
.mb-21 {
  margin-bottom: 21px;
}
.pl-6 {
  padding-left: 6px;
}

.hidden {
  display: none !important;
}

.rotate-center {
	animation: rotate-center 1.2s ease-in-out infinite both;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 701px) {
  .wrapper-flex {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .right .input-with-label {
    display: flex;
    align-items: center;

    span {
      margin-right: 6px;
    }
  }
}

@media screen and (min-width: 1024px) {
  .right .input-with-label span {
    display: block;
  }
}

.logo img {
  width: 140px;
}

#blog svg {
  max-width: 60px;
}

.kup_bg {
  padding: 0 10px;
  border-radius: 44px;

  &__description {
    margin-right: 5px;
  }
}

#menu_7a {
  transform: translateY(6px);
}