@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Antonio&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");
/*usunięcie marginesów, oraz ustawienie szerokości grida*/
body {
  margin: 0;
  padding: 0;
}

.grid {
  max-width: 1440px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.main-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

#kompensator-img{
  display: block;
  margin: auto;
  margin-top: 10px;
}

.label-sub{
  display: block;
  font-weight: 400;
}

.main-page .left_side {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.main-page .left_side header .logo {
  position: relative;
  width: 400px;
}

.main-page .left_side header .logo img {
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-page .left_side header .logo .subtitle {
  width: 72%;
  position: absolute;
  bottom: 0;
  left: 89px;
  font-family: "Antonio", sans-serif;
  font-size: 12px;
  text-align: center;
  color: #3b3a39;
}

.main-page .left_side #step1 {
  display: block;
}

.main-page .left_side #step1 .form {
  margin-top: 60px;
}

.main-page .left_side #step1 .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-page .left_side #step1 .form form .form_flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result-note{
  font-family: "Antonio", sans-serif;
    /* font-weight: 600; */
    font-size: 14px;
    color: #575656;
}

.result-note.large{
  font-size: 15px;
}

.result-note a{
  font-weight: 600;
  color: #e2000e;
  text-decoration: none;
}

.main-page .left_side #step1 .form form .form_flex-container div {
  width: 184px;
  margin-right: 10px;
}

.main-page .left_side #step1 .form form .form_flex-container div select {
  width: 100%;
}

.main-page .left_side #step1 .form form input.date-placeholder,
.main-page .left_side #step1 .form form .form_flex-container div input[type=date] {
  width: calc(100% - 7px);
}

.main-page .left_side #step1 .form form label {
  font-family: "Antonio", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #575656;
}

.product-button,
.reset,
.main-page .left_side #step1 .form form input {
  margin-bottom: 10px;
  margin-top: 5px;
  height: 22px;
  width: 370px;
  font-family: "Antonio", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #868685;
  border: 4px solid #c4c5c5;
  border-radius: 5px;
}

.product-button,
.reset,
.main-page .left_side #step1 .form form .btn {
  background-color: #e2000f;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 15px;
  font-size: 22px;
  width: 195px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 247px;
  margin-top: 30px;
  cursor: pointer;
}

body .product-button,
body .reset{
  margin-top: 0;
  margin-left: 0;
}

body .reset{
  font-family: "Antonio", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #868685;
  background-color: unset;
  width: 120px;
}

.reset-container.product-button{
  justify-content: center;
  margin: auto;
}
.reset-container{
  display: flex;
  gap: 20px;
}

.main-page .left_side #step2 {
  display: none;
}

.main-page .left_side #step3 .square {
  display: none;
  font-size: 11px;
  font-weight: 900;
  font-family: "Archivo Black", sans-serif;
  color: #e2000f;
  width: 150px;
  height: 170px;
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 10px solid #e2000f;
  padding-right: 15px;
}

.main-page .left_side #step2 .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}

.main-page .left_side #step2 .result label {
  font-family: "Antonio", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #575656;
}

.main-page .left_side #step2 .result input {
  margin-bottom: 10px;
  margin-top: 5px;
  height: 22px;
  width: 370px;
  font-family: "Antonio", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #e2000f;
  border: 4px solid #e2000f;
  border-radius: 5px;
  text-align: end;
}

.main-page .left_side #step2 .form {
  margin-top: 60px;
}




.main-page .left_side #step2 > h3,
.main-page .left_side #step3 .form h3 {
  font-family: "Antonio", sans-serif;
  color: #e2000f;
  font-size: 24px;
  margin: 0;
  padding: 50px 0;
}

.main-page .left_side #step2 > h3{
  color: #575656;
}

.main-page .left_side #step2 > h3 a{
  color: #e2000f;
}

.main-page .left_side #step3 .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-page .left_side #step3 .form form label {
  font-family: "Antonio", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #575656;
}

.main-page .left_side #step3 .form form input {
  margin-bottom: 10px;
  margin-top: 5px;
  height: 22px;
  width: 370px;
  font-family: "Antonio", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #868685;
  border: 4px solid #c4c5c5;
  border-radius: 5px;
}

.main-page .left_side #step3 .form form .btn {
  background-color: #e2000f;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 15px;
  font-size: 22px;
  width: 135px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 247px;
  margin-top: 30px;
  cursor: pointer;
}

.main-page .left_side #step3,
.main-page .left_side #step4 {
  display: none;
}

.main-page .left_side #step4 .square {
  display: none;
  font-size: 11px;
  font-weight: 900;
  font-family: "Archivo Black", sans-serif;
  color: #e2000f;
  width: 150px;
  height: 170px;
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 10px solid #e2000f;
  padding-right: 15px;
}

.main-page .left_side #step4 .thanks--main {
  color: #e2000f;
  margin-top: 100px;
  font-size: 56px;
  font-family: "Antonio", sans-serif;
  font-weight: 900;
}

.main-page .left_side #step4 .thanks--sub {
  color: #3b3a39;
  margin-top: 100px;
  font-size: 22px;
  font-family: "Antonio", sans-serif;
  font-weight: 900;
  width: 500px;
}

.main-page .right_side {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 900px;
  position: relative;
}

.main-page .right_side::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  height: 100%;
  width: 80px;
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
  z-index: 10000;
}

.main-page .right_side .right_side--image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-page .right_side .right_side--content {
  position: absolute;
  top: 110px;
  right: 100px;
  font-size: 13px;
  font-weight: 900;
  font-family: "Archivo Black", sans-serif;
  color: #e2000f;
  width: 170px;
  height: 200px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 10px solid #e2000f;
  padding-right: 15px;
}
