@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
h1 {
  font-family: 'Raleway';
  font-size: 60px;
  color: #DAA520;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}
h2 {
  font-family: 'Raleway';
  font-size: 48px;
  color: #DAA520;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
h3 {
  font-family: 'Raleway';
  font-size: 24px;
  color: #DAA520;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
h4 {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1E1C1C;
}
p {
  font-family: 'Raleway';
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 150%;
}
.btn-btn-gold {
  font-family: 'Raleway';
  background-color: #DAA520;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-btn-gold:hover {
  background-color: #ffffff;
  color: #1E1C1C;
}
.btn-btn-black {
  font-family: 'Raleway';
  background-color: #DAA520;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-btn-black:hover {
  background-color: #1E1C1C;
  color: #ffffff;
}
.navbar-container {
  background-color: #2C2A2A;
  padding: 0px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.navbar-container .logo-img {
  width: 100%;
  max-width: 280px;
  height: 100%;
  margin: 10px 0px;
}
.navbar-container .navbar-toggler:focus,
.navbar-container .navbar-toggler:active,
.navbar-container .navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-container .container-fluid .navbar-collapse .navbar-nav {
  gap: 40px;
}
.navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item {
  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;
}
.navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
section.header-container .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}
section.header-container .header-top .header-left-top {
  position: relative;
  width: 50%;
  background-color: #1E1C1C;
}
section.header-container .header-top .header-left-top img {
  position: absolute;
  right: -100px;
  bottom: 20px;
}
section.header-container .header-top .header-right-top {
  width: 50%;
  background: url("../img/header.png") left bottom / cover no-repeat;
  padding-left: 150px;
}
section.header-container .header-top .header-right-top .right-top-txt {
  width: 100%;
  max-width: 530px;
  padding: 230px 0px 150px 0px;
}
section.header-container .header-top .header-right-top .right-top-txt h1 {
  line-height: 70px;
  margin-bottom: 50px;
}
section.header-container .header-top .header-right-top .right-top-txt h3 {
  padding: 0px;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
section.header-container .header-top .header-right-top .right-top-txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #DAA520;
  margin-bottom: -10px;
}
section.header-container .header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}
section.header-container .header-bottom .header-left-bottom {
  position: relative;
  width: 50%;
  background: url("../img/para-mloda-lewa.png") left bottom / cover no-repeat;
}
section.header-container .header-bottom .header-left-bottom img {
  position: absolute;
  right: -100px;
  bottom: 20px;
}
section.header-container .header-bottom .header-right-bottom {
  width: 50%;
  background-color: #1E1C1C;
  padding-left: 150px;
}
section.header-container .header-bottom .header-right-bottom .right-bottom-txt {
  width: 100%;
  max-width: 530px;
  padding: 150px 0px 150px 0px;
}
section.header-container .header-bottom .header-right-bottom .right-bottom-txt h1 {
  line-height: 70px;
  margin-bottom: 50px;
}
section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3 {
  padding: 0px;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #DAA520;
  margin-bottom: -10px;
}
section.models-container {
  padding: 150px 0px 150px 0px;
  background-color: #f8f8f8;
}
section.models-container .models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
section.models-container .models .model-more {
  position: relative;
  text-decoration: none;
}
section.models-container .models .model-more .model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  height: 100%;
  padding: 30px 0px 30px 0px;
}
section.models-container .models .model-more .model .img-model {
  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;
  width: 100%;
  max-width: 320px;
  height: auto;
}
section.models-container .models .model-more .model .img-model img {
  width: 200px;
  height: auto;
}
section.models-container .models .model-more .model .name-model {
  text-align: center;
}
section.models-container .models .model-more .model .text-model {
  text-align: center;
}
section.models-container .models .model-more .model .text-model p {
  color: #1E1C1C;
}
section.models-container .models .model-more .model .text-more {
  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;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(248, 248, 248, 0.8);
}
section.models-container .models .model-more .model .text-more p {
  padding: 10px 20px;
  background-color: #2C2A2A;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.models-container .models .model-more .model:hover .text-more {
  opacity: 1;
}
section.models-container .models-more {
  background-color: #f8f8f8;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-radius: 0;
  border: 0;
  padding: 0;
}
section.models-container .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0px;
}
section.models-container .more a {
  font-family: 'Raleway';
  background-color: #DAA520;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section.models-container .more a:hover {
  background-color: #1E1C1C;
  color: #ffffff;
}
.modal-backdrop {
  background-color: #ffffff;
  /* Ustawienie koloru tła z przyciemnieniem */
}
.modal-content {
  border: 1px #ffffff solid;
  -webkit-box-shadow: 4px 0px 100px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 0px 100px 8px rgba(0, 0, 0, 0.15);
}
.modal-body {
  padding: 50px;
}
.modal-body .modal-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.modal-body .modal-next:hover {
  opacity: 0.5;
}
.modal-body .modal-next button {
  background-color: #fff;
  border: 0;
}
.modal-body .modal-next button:focus {
  outline: 0;
  background-color: #fff;
}
.modal-body .modal-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.modal-body .modal-prev:hover {
  opacity: 0.5;
}
.modal-body .modal-prev button {
  background-color: #fff;
  border: 0;
}
.modal-body .modal-prev button:focus {
  outline: 0;
  background-color: #fff;
}
.modal-body .modal-close {
  position: absolute;
  top: 20px;
  right: 55px;
}
.modal-body .modal-close button {
  border: 0;
  outline: 0;
}
.modal-body .modal-close button:focus {
  border: 0;
  outline: 0;
}
.modal-body .modal-close .btn-close {
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-body .modal-close .btn-close:hover {
  opacity: 0.5;
}
.modal-body .modal-close .btn-close:focus {
  border: 0;
  outline: 0;
}
.modal-body .modal-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.modal-body .modal-model .modal-model-name {
  width: 100%;
  text-align: center;
}
.modal-body .modal-model .modal-model-name h2 {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #2C2A2A;
}
.modal-body .modal-model .modal-model-img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.modal-body .modal-model .modal-model-img img {
  width: 100%;
  height: 100%;
}
.modal-body .modal-model .modal-model-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}
.modal-body .modal-model .modal-model-txt p {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2C2A2A;
  text-transform: uppercase;
}
section.icons-container {
  position: relative;
  background-color: #2C2A2A;
  padding: 150px 0px 150px 0px;
}
section.icons-container .ring {
  position: absolute;
  top: -150px;
  right: 100px;
}
section.icons-container .header {
  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;
  padding: 10px;
  margin-bottom: 80px;
}
section.icons-container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.icons-container .content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 155px;
}
section.icons-container .content .icon .icon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
section.icons-container .content .icon .icon-header img {
  width: 100%;
  max-width: 96px;
  height: auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
section.icons-container .content .icon .icon-txt p {
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
section.config-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
section.config-container .config-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  position: relative;
  background-color: #2C2A2A;
}
section.config-container .config-left img {
  position: absolute;
  bottom: -200px;
  right: -80px;
}
section.config-container .config-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  background-color: #1E1C1C;
  padding: 150px 0px 150px 100px;
}
section.config-container .config-right .right-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 530px;
}
section.config-container .config-right .right-txt h1 {
  padding: 0px 0px 50px;
}
section.config-container .config-right .right-txt h3 {
  padding: 0px;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
section.config-container .config-right .right-txt h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #DAA520;
  margin-bottom: -10px;
}
section.config-container .config-right .right-txt p {
  padding: 0px 0px 50px 0px;
}
section.contact-container {
  background-color: #1E1C1C;
  padding: 150px 0px 150px 0px;
}
section.contact-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.contact-container .container .contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 530px;
}
section.contact-container .container .contact-left h1 {
  padding: 0px 0px 50px;
}
section.contact-container .container .contact-left h3 {
  padding: 0px;
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
section.contact-container .container .contact-left h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #DAA520;
  margin-bottom: -10px;
}
section.contact-container .container .contact-left p {
  line-height: 250%;
}
section.contact-container .container .contact-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  color: #ffffff;
}
section.contact-container .container .contact-right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
section.contact-container .container .contact-right form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  gap: 10px;
  padding-bottom: 20px;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
section.contact-container .container .contact-right form label:nth-child(even) {
  padding-left: 20px;
}
section.contact-container .container .contact-right form label:nth-child(odd) {
  padding-right: 20px;
}
section.contact-container .container .contact-right form label input {
  background-color: #1E1C1C;
  border: 0;
  border-bottom: 1px solid #ffffff;
  height: 40px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.contact-container .container .contact-right form label input:focus {
  outline: none;
  border-bottom: 1px solid #DAA520;
}
section.contact-container .container .contact-right form label textarea {
  background-color: #1E1C1C;
  border: 0;
  border-bottom: 1px solid #ffffff;
  height: 100px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.contact-container .container .contact-right form label textarea:focus {
  outline: none;
  border-bottom: 1px solid #DAA520;
}
section.contact-container .container .contact-right form .form-message {
  width: 100%;
  padding-right: 0 !important;
}
section.contact-container .container .contact-right form .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100% !important;
  padding-left: 0 !important;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
section.contact-container .container .contact-right form .checkbox-wrapper span {
  padding: 5px 0px 0px 5px;
}
section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox] {
  position: relative;
  cursor: pointer;
  background-color: #1E1C1C;
}
section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  left: 0;
  border: 1px solid #ffffff;
  background-color: #1E1C1C;
}
section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  left: 0;
  border: 1px solid #ffffff;
  background-color: #1E1C1C;
}
section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 8px;
}
section.contact-container .container .contact-right form button {
  width: 100%;
  padding: 15px;
  background-color: #DAA520;
  color: #ffffff;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section.contact-container .container .contact-right form button:hover {
  background-color: #ffffff;
  color: #1E1C1C;
}
@media (max-width: 1279.98px) {
  h1 {
    font-family: 'Raleway';
    font-size: 40px;
    color: #DAA520;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
  }
  section.header-container .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
  }
  section.header-container .header-top .header-left-top {
    position: relative;
    width: 50%;
    background-color: #1E1C1C;
  }
  section.header-container .header-top .header-left-top img {
    position: absolute;
    right: -50px;
    bottom: 20px;
    width: 600px;
    height: 600px;
  }
  section.header-container .header-top .header-right-top {
    width: 50%;
    background: url("../img/header.png") left bottom / cover no-repeat;
    padding-left: 100px;
  }
  section.header-container .header-top .header-right-top .right-top-txt {
    width: 100%;
    max-width: 530px;
    padding: 150px 0px 150px 0px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h1 {
    line-height: 70px;
    margin-bottom: 50px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.header-container .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
  }
  section.header-container .header-bottom .header-left-bottom {
    position: relative;
    width: 50%;
    background: url("../img/para-mloda-lewa.png") left bottom / cover no-repeat;
  }
  section.header-container .header-bottom .header-left-bottom img {
    position: absolute;
    right: -100px;
    bottom: 20px;
  }
  section.header-container .header-bottom .header-right-bottom {
    width: 50%;
    background-color: #1E1C1C;
    padding-left: 100px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt {
    width: 100%;
    max-width: 530px;
    padding: 150px 0px 150px 0px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h1 {
    line-height: 70px;
    margin-bottom: 50px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.models-container {
    padding: 150px 0px 150px 0px;
    background-color: #f8f8f8;
  }
  section.models-container .models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.models-container .models .model-more {
    position: relative;
    text-decoration: none;
  }
  section.models-container .models .model-more .model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 240px;
    height: 100%;
    padding: 30px 0px 30px 0px;
  }
  section.models-container .models .model-more .model .img-model {
    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;
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  section.models-container .models .model-more .model .img-model img {
    width: 100%;
    height: auto;
  }
  section.models-container .models .model-more .model .name-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model p {
    color: #1E1C1C;
  }
  section.models-container .models .model-more .model .text-more {
    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;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(248, 248, 248, 0.8);
  }
  section.models-container .models .model-more .model .text-more p {
    padding: 10px 20px;
    background-color: #2C2A2A;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.models-container .models .model-more .model:hover .text-more {
    opacity: 1;
  }
  section.models-container .models-more {
    background-color: #f8f8f8;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-radius: 0;
    border: 0;
    padding: 0;
  }
  section.models-container .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 50px 0px;
  }
  section.models-container .more a {
    font-family: 'Raleway';
    background-color: #DAA520;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.models-container .more a:hover {
    background-color: #1E1C1C;
    color: #ffffff;
  }
  section.icons-container {
    position: relative;
    background-color: #2C2A2A;
    padding: 150px 0px 150px 0px;
  }
  section.icons-container .ring {
    position: absolute;
    top: -150px;
    right: 100px;
  }
  section.icons-container .header {
    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;
    padding: 10px;
    margin-bottom: 80px;
  }
  section.icons-container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.icons-container .content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 135px;
  }
  section.icons-container .content .icon .icon-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  section.icons-container .content .icon .icon-txt p {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  section.config-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  section.config-container .config-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    position: relative;
    background-color: #2C2A2A;
  }
  section.config-container .config-left img {
    position: absolute;
    bottom: -200px;
    right: -180px;
    width: 700px;
    height: 700px;
  }
  section.config-container .config-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    background-color: #1E1C1C;
    padding: 150px 0px 150px 100px;
  }
  section.config-container .config-right .right-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 530px;
  }
  section.config-container .config-right .right-txt h1 {
    padding: 0px 0px 50px;
  }
  section.config-container .config-right .right-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.config-container .config-right .right-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.config-container .config-right .right-txt p {
    padding: 0px 0px 50px 0px;
  }
  section.contact-container {
    background-color: #1E1C1C;
    padding: 150px 0px 150px 0px;
  }
  section.contact-container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.contact-container .container .contact-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    max-width: 530px;
  }
  section.contact-container .container .contact-left h1 {
    padding: 0px 0px 50px;
  }
  section.contact-container .container .contact-left h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.contact-container .container .contact-left h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.contact-container .container .contact-left p {
    line-height: 250%;
  }
  section.contact-container .container .contact-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    color: #ffffff;
  }
  section.contact-container .container .contact-right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  section.contact-container .container .contact-right form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    gap: 10px;
    padding-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form label:nth-child(even) {
    padding-left: 20px;
  }
  section.contact-container .container .contact-right form label:nth-child(odd) {
    padding-right: 20px;
  }
  section.contact-container .container .contact-right form label input {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 40px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label input:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form label textarea {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 100px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label textarea:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form .form-message {
    width: 100%;
    padding-right: 0 !important;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100% !important;
    padding-left: 0 !important;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper span {
    padding: 5px 0px 0px 5px;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox] {
    position: relative;
    cursor: pointer;
    background-color: #1E1C1C;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 7px;
  }
  section.contact-container .container .contact-right form button {
    width: 100%;
    padding: 15px;
    background-color: #DAA520;
    color: #ffffff;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.contact-container .container .contact-right form button:hover {
    background-color: #ffffff;
    color: #1E1C1C;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-family: 'Raleway';
    font-size: 40px;
    color: #DAA520;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 24px;
    font-weight: 700;
  }
  section.header-container {
    width: 100%;
  }
  section.header-container .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  section.header-container .header-top .header-left-top {
    display: none;
  }
  section.header-container .header-top .header-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: url("../img/header.png") left bottom / cover no-repeat;
    padding-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.header-container .header-top .header-right-top .right-top-txt {
    width: 100%;
    max-width: 720px;
    padding: 150px 12px 150px 12px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.header-container .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  section.header-container .header-bottom .header-left-bottom {
    display: none;
  }
  section.header-container .header-bottom .header-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 0px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt {
    width: 100%;
    max-width: 720px;
    padding: 150px 12px 150px 12px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h1 {
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 50px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.models-container {
    padding: 150px 10px 150px 10px;
    background-color: #f8f8f8;
  }
  section.models-container .models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.models-container .models .model-more {
    position: relative;
    text-decoration: none;
  }
  section.models-container .models .model-more .model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 220px;
    height: 100%;
    padding: 30px 0px 30px 0px;
  }
  section.models-container .models .model-more .model .img-model {
    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;
    width: 100%;
    max-width: 220px;
    height: auto;
  }
  section.models-container .models .model-more .model .img-model img {
    width: 100%;
    height: auto;
  }
  section.models-container .models .model-more .model .name-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model p {
    color: #1E1C1C;
  }
  section.models-container .models .model-more .model .text-more {
    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;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(248, 248, 248, 0.8);
  }
  section.models-container .models .model-more .model .text-more p {
    padding: 10px 20px;
    background-color: #2C2A2A;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.models-container .models .model-more .model:hover .text-more {
    opacity: 1;
  }
  section.models-container .models-more {
    background-color: #f8f8f8;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-radius: 0;
    border: 0;
    padding: 0;
  }
  section.models-container .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 50px 0px;
  }
  section.models-container .more a {
    font-family: 'Raleway';
    background-color: #DAA520;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.models-container .more a:hover {
    background-color: #1E1C1C;
    color: #ffffff;
  }
  .modal-body .modal-model .modal-model-txt {
    width: 100%;
  }
  section.icons-container {
    position: relative;
    background-color: #2C2A2A;
    padding: 150px 10px 150px 10px;
  }
  section.icons-container .ring {
    position: absolute;
    top: -120px;
    left: -250px;
    max-width: 500px;
    max-height: 250px;
  }
  section.icons-container .header {
    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;
    padding: 10px;
    margin-bottom: 80px;
  }
  section.icons-container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.icons-container .content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 200px;
    margin-bottom: 30px;
  }
  section.icons-container .content .icon .icon-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  section.icons-container .content .icon .icon-header img {
    max-width: 90px;
    max-height: 90px;
  }
  section.icons-container .content .icon .icon-txt p {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  section.config-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  section.config-container .config-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    background-color: #2C2A2A;
  }
  section.config-container .config-left img {
    position: absolute;
    bottom: -200px;
    left: -100px;
    width: 400px;
    height: 400px;
  }
  section.config-container .config-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #1E1C1C;
    padding: 150px 10px 50px 10px;
  }
  section.config-container .config-right .right-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 720px;
    padding: 0px 12px 0px 12px;
  }
  section.config-container .config-right .right-txt h1 {
    padding: 0px 0px 50px;
  }
  section.config-container .config-right .right-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.config-container .config-right .right-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.config-container .config-right .right-txt p {
    padding: 0px 0px 50px 0px;
  }
  section.contact-container {
    background-color: #1E1C1C;
    padding: 50px 10px 50px 10px;
  }
  section.contact-container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.contact-container .container .contact-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }
  section.contact-container .container .contact-left h1 {
    padding: 0px 0px 50px;
  }
  section.contact-container .container .contact-left h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.contact-container .container .contact-left h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.contact-container .container .contact-left p {
    line-height: 250%;
  }
  section.contact-container .container .contact-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: #ffffff;
  }
  section.contact-container .container .contact-right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  section.contact-container .container .contact-right form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 10px;
    padding-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form label:nth-child(even) {
    padding-left: 0;
  }
  section.contact-container .container .contact-right form label:nth-child(odd) {
    padding-right: 0;
  }
  section.contact-container .container .contact-right form label input {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 40px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label input:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form label textarea {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 100px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label textarea:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form .form-message {
    width: 100%;
    padding-right: 0 !important;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100% !important;
    padding-left: 0 !important;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper span {
    padding: 5px 0px 0px 5px;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox] {
    position: relative;
    cursor: pointer;
    background-color: #1E1C1C;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 7px;
  }
  section.contact-container .container .contact-right form button {
    width: 100%;
    padding: 15px;
    background-color: #DAA520;
    color: #ffffff;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.contact-container .container .contact-right form button:hover {
    background-color: #ffffff;
    color: #1E1C1C;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-family: 'Raleway';
    font-size: 40px;
    color: #DAA520;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 24px;
    font-weight: 700;
  }
  section.header-container {
    width: 100%;
  }
  section.header-container .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  section.header-container .header-top .header-left-top {
    display: none;
  }
  section.header-container .header-top .header-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: url("../img/header.png") left bottom / cover no-repeat;
    padding-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.header-container .header-top .header-right-top .right-top-txt {
    width: 100%;
    max-width: 540px;
    padding: 150px 12px 150px 12px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.header-container .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  section.header-container .header-bottom .header-left-bottom {
    display: none;
  }
  section.header-container .header-bottom .header-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 0px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt {
    width: 100%;
    max-width: 540px;
    padding: 150px 12px 150px 12px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h1 {
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 50px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.models-container {
    padding: 150px 10px 150px 10px;
    background-color: #f8f8f8;
  }
  section.models-container .models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.models-container .models .model-more {
    position: relative;
    text-decoration: none;
  }
  section.models-container .models .model-more .model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 220px;
    height: 100%;
    padding: 30px 0px 30px 0px;
  }
  section.models-container .models .model-more .model .img-model {
    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;
    width: 100%;
    max-width: 220px;
    height: auto;
  }
  section.models-container .models .model-more .model .img-model img {
    width: 100%;
    height: auto;
  }
  section.models-container .models .model-more .model .name-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model p {
    color: #1E1C1C;
  }
  section.models-container .models .model-more .model .text-more {
    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;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(248, 248, 248, 0.8);
  }
  section.models-container .models .model-more .model .text-more p {
    padding: 10px 20px;
    background-color: #2C2A2A;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.models-container .models .model-more .model:hover .text-more {
    opacity: 1;
  }
  section.models-container .models-more {
    background-color: #f8f8f8;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-radius: 0;
    border: 0;
    padding: 0;
  }
  section.models-container .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 50px 0px;
  }
  section.models-container .more a {
    font-family: 'Raleway';
    background-color: #DAA520;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.models-container .more a:hover {
    background-color: #1E1C1C;
    color: #ffffff;
  }
  section.icons-container {
    position: relative;
    background-color: #2C2A2A;
    padding: 150px 10px 150px 10px;
  }
  section.icons-container .ring {
    position: absolute;
    top: -120px;
    left: -250px;
    max-width: 500px;
    max-height: 250px;
  }
  section.icons-container .header {
    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;
    padding: 10px;
    margin-bottom: 80px;
  }
  section.icons-container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.icons-container .content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 200px;
    margin-bottom: 30px;
  }
  section.icons-container .content .icon .icon-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  section.icons-container .content .icon .icon-header img {
    max-width: 90px;
    max-height: 90px;
  }
  section.icons-container .content .icon .icon-txt p {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  section.config-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  section.config-container .config-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    background-color: #2C2A2A;
  }
  section.config-container .config-left img {
    position: absolute;
    bottom: -200px;
    left: -100px;
    width: 400px;
    height: 400px;
  }
  section.config-container .config-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    background-color: #1E1C1C;
    padding: 150px 10px 50px 10px;
  }
  section.config-container .config-right .right-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 540px;
    padding: 0px 12px 0px 12px;
  }
  section.config-container .config-right .right-txt h1 {
    padding: 0px 0px 50px;
  }
  section.config-container .config-right .right-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.config-container .config-right .right-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.config-container .config-right .right-txt p {
    padding: 0px 0px 50px 0px;
  }
  section.contact-container {
    background-color: #1E1C1C;
    padding: 50px 10px 50px 10px;
  }
  section.contact-container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.contact-container .container .contact-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }
  section.contact-container .container .contact-left h1 {
    padding: 0px 0px 50px;
  }
  section.contact-container .container .contact-left h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.contact-container .container .contact-left h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.contact-container .container .contact-left p {
    line-height: 250%;
  }
  section.contact-container .container .contact-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: #ffffff;
  }
  section.contact-container .container .contact-right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  section.contact-container .container .contact-right form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 10px;
    padding-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form label:nth-child(even) {
    padding-left: 0;
  }
  section.contact-container .container .contact-right form label:nth-child(odd) {
    padding-right: 0;
  }
  section.contact-container .container .contact-right form label input {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 40px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label input:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form label textarea {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 100px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label textarea:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form .form-message {
    width: 100%;
    padding-right: 0 !important;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100% !important;
    padding-left: 0 !important;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper span {
    padding: 5px 0px 0px 5px;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox] {
    position: relative;
    cursor: pointer;
    background-color: #1E1C1C;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 7px;
  }
  section.contact-container .container .contact-right form button {
    width: 100%;
    padding: 15px;
    background-color: #DAA520;
    color: #ffffff;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.contact-container .container .contact-right form button:hover {
    background-color: #ffffff;
    color: #1E1C1C;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-family: 'Raleway';
    font-size: 40px;
    color: #DAA520;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 24px;
    font-weight: 700;
  }
  section.header-container {
    width: 100%;
  }
  section.header-container .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  section.header-container .header-top .header-left-top {
    display: none;
  }
  section.header-container .header-top .header-right-top {
    width: 100%;
    background: url("../img/header.png") left bottom / cover no-repeat;
    padding-left: 12px;
  }
  section.header-container .header-top .header-right-top .right-top-txt {
    width: 100%;
    padding: 150px 10px 150px 10px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.header-container .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  section.header-container .header-bottom .header-left-bottom {
    display: none;
  }
  section.header-container .header-bottom .header-right-bottom {
    width: 100%;
    padding-left: 12px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt {
    width: 100%;
    padding: 150px 10px 150px 10px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h1 {
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 50px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.models-container {
    padding: 50px 10px 150px 10px;
    background-color: #f8f8f8;
  }
  section.models-container .models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.models-container .models .model-more {
    position: relative;
    text-decoration: none;
  }
  section.models-container .models .model-more .model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 190px;
    height: 100%;
    padding: 30px 0px 30px 0px;
  }
  section.models-container .models .model-more .model .img-model {
    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;
    width: 100%;
    max-width: 190px;
    height: auto;
  }
  section.models-container .models .model-more .model .img-model img {
    width: 100%;
    height: auto;
  }
  section.models-container .models .model-more .model .name-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model p {
    color: #1E1C1C;
  }
  section.models-container .models .model-more .model .text-more {
    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;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(248, 248, 248, 0.8);
  }
  section.models-container .models .model-more .model .text-more p {
    padding: 10px 20px;
    background-color: #2C2A2A;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.models-container .models .model-more .model:hover .text-more {
    opacity: 1;
  }
  section.models-container .model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    height: 100%;
    padding: 30px 0px 30px 0px;
  }
  section.models-container .model .img-model {
    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;
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  section.models-container .model .img-model img {
    width: 200px;
    height: auto;
  }
  section.models-container .model .name-model {
    text-align: center;
  }
  section.models-container .model .text-model {
    text-align: center;
  }
  section.models-container .model .text-model p {
    color: #1E1C1C;
  }
  section.models-container .models-more {
    background-color: #f8f8f8;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-radius: 0;
    border: 0;
    padding: 0;
  }
  section.models-container .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 50px 0px;
  }
  section.models-container .more a {
    font-family: 'Raleway';
    background-color: #DAA520;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.models-container .more a:hover {
    background-color: #1E1C1C;
    color: #ffffff;
  }
  .modal-body .modal-model .modal-model-txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  section.icons-container {
    position: relative;
    background-color: #2C2A2A;
    padding: 150px 10px 150px 10px;
  }
  section.icons-container .ring {
    position: absolute;
    top: -120px;
    left: -250px;
    max-width: 500px;
    max-height: 250px;
  }
  section.icons-container .header {
    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;
    padding: 10px;
    margin-bottom: 80px;
  }
  section.icons-container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.icons-container .content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 220px;
    margin-bottom: 30px;
  }
  section.icons-container .content .icon .icon-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  section.icons-container .content .icon .icon-header img {
    max-width: 90px;
    max-height: 90px;
  }
  section.icons-container .content .icon .icon-txt p {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  section.config-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  section.config-container .config-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    background-color: #2C2A2A;
  }
  section.config-container .config-left img {
    position: absolute;
    bottom: -200px;
    left: -100px;
    width: 400px;
    height: 400px;
  }
  section.config-container .config-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    background-color: #1E1C1C;
    padding: 150px 10px 50px 10px;
  }
  section.config-container .config-right .right-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 530px;
  }
  section.config-container .config-right .right-txt h1 {
    padding: 0px 0px 50px;
  }
  section.config-container .config-right .right-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.config-container .config-right .right-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.config-container .config-right .right-txt p {
    padding: 0px 0px 50px 0px;
  }
  section.contact-container {
    background-color: #1E1C1C;
    padding: 50px 10px 50px 10px;
  }
  section.contact-container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.contact-container .container .contact-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }
  section.contact-container .container .contact-left h1 {
    padding: 0px 0px 50px;
  }
  section.contact-container .container .contact-left h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.contact-container .container .contact-left h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.contact-container .container .contact-left p {
    line-height: 250%;
  }
  section.contact-container .container .contact-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: #ffffff;
  }
  section.contact-container .container .contact-right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  section.contact-container .container .contact-right form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 10px;
    padding-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form label:nth-child(even) {
    padding-left: 0;
  }
  section.contact-container .container .contact-right form label:nth-child(odd) {
    padding-right: 0;
  }
  section.contact-container .container .contact-right form label input {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 40px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label input:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form label textarea {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 100px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label textarea:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form .form-message {
    width: 100%;
    padding-right: 0 !important;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100% !important;
    padding-left: 0 !important;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper span {
    padding: 5px 0px 0px 5px;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox] {
    position: relative;
    cursor: pointer;
    background-color: #1E1C1C;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 7px;
  }
  section.contact-container .container .contact-right form button {
    width: 100%;
    padding: 15px;
    background-color: #DAA520;
    color: #ffffff;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.contact-container .container .contact-right form button:hover {
    background-color: #ffffff;
    color: #1E1C1C;
  }
}
@media (max-width: 400px) {
  h1 {
    font-family: 'Raleway';
    font-size: 38px;
    color: #DAA520;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
  }
  .navbar-container .container-fluid .navbar-brand {
    width: 100%;
    max-width: 220px;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-container .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 24px;
    font-weight: 700;
  }
  section.header-container {
    width: 100%;
  }
  section.header-container .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  section.header-container .header-top .header-left-top {
    display: none;
  }
  section.header-container .header-top .header-right-top {
    width: 100%;
    background: url("../img/header.png") left bottom / cover no-repeat;
    padding-left: 0px;
  }
  section.header-container .header-top .header-right-top .right-top-txt {
    width: 100%;
    padding: 150px 10px 150px 10px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  section.header-container .header-top .header-right-top .right-top-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.header-container .header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
  }
  section.header-container .header-bottom .header-left-bottom {
    display: none;
  }
  section.header-container .header-bottom .header-right-bottom {
    width: 100%;
    padding-left: 0px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt {
    width: 100%;
    padding: 150px 10px 150px 10px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h1 {
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 50px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.header-container .header-bottom .header-right-bottom .right-bottom-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.models-container {
    padding: 50px 10px 150px 10px;
    background-color: #f8f8f8;
  }
  section.models-container .models {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  section.models-container .models .model-more {
    position: relative;
    text-decoration: none;
  }
  section.models-container .models .model-more .model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 320px;
    height: 100%;
    padding: 30px 0px 30px 0px;
  }
  section.models-container .models .model-more .model .img-model {
    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;
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  section.models-container .models .model-more .model .img-model img {
    width: 200px;
    height: auto;
  }
  section.models-container .models .model-more .model .name-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model {
    text-align: center;
  }
  section.models-container .models .model-more .model .text-model p {
    color: #1E1C1C;
  }
  section.models-container .models .model-more .model .text-more {
    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;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: rgba(248, 248, 248, 0.8);
  }
  section.models-container .models .model-more .model .text-more p {
    padding: 10px 20px;
    background-color: #2C2A2A;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.models-container .models .model-more .model:hover .text-more {
    opacity: 1;
  }
  section.models-container .models-more {
    background-color: #f8f8f8;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-radius: 0;
    border: 0;
    padding: 0;
  }
  section.models-container .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 50px 0px;
  }
  section.models-container .more a {
    font-family: 'Raleway';
    background-color: #DAA520;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.models-container .more a:hover {
    background-color: #1E1C1C;
    color: #ffffff;
  }
  .modal-body .modal-model .modal-model-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
  section.icons-container {
    position: relative;
    background-color: #2C2A2A;
    padding: 150px 10px 150px 10px;
  }
  section.icons-container .ring {
    position: absolute;
    top: -120px;
    left: -250px;
    max-width: 500px;
    max-height: 250px;
  }
  section.icons-container .header {
    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;
    padding: 10px;
    margin-bottom: 80px;
  }
  section.icons-container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.icons-container .content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
    margin-bottom: 30px;
  }
  section.icons-container .content .icon .icon-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  section.icons-container .content .icon .icon-header img {
    max-width: 90px;
    max-height: 90px;
  }
  section.icons-container .content .icon .icon-txt p {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  section.config-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  section.config-container .config-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    background-color: #2C2A2A;
  }
  section.config-container .config-left img {
    position: absolute;
    bottom: -200px;
    left: -100px;
    width: 400px;
    height: 400px;
  }
  section.config-container .config-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    background-color: #1E1C1C;
    padding: 150px 10px 50px 10px;
  }
  section.config-container .config-right .right-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 530px;
  }
  section.config-container .config-right .right-txt h1 {
    padding: 0px 0px 50px;
  }
  section.config-container .config-right .right-txt h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.config-container .config-right .right-txt h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.config-container .config-right .right-txt p {
    padding: 0px 0px 50px 0px;
  }
  section.contact-container {
    background-color: #1E1C1C;
    padding: 50px 10px 150px 10px;
  }
  section.contact-container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.contact-container .container .contact-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
  }
  section.contact-container .container .contact-left h1 {
    padding: 0px 0px 50px;
  }
  section.contact-container .container .contact-left h3 {
    padding: 0px;
    position: relative;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  section.contact-container .container .contact-left h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #DAA520;
    margin-bottom: -10px;
  }
  section.contact-container .container .contact-left p {
    line-height: 250%;
  }
  section.contact-container .container .contact-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: #ffffff;
  }
  section.contact-container .container .contact-right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  section.contact-container .container .contact-right form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 10px;
    padding-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form label:nth-child(even) {
    padding-left: 0;
  }
  section.contact-container .container .contact-right form label:nth-child(odd) {
    padding-right: 0;
  }
  section.contact-container .container .contact-right form label input {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 40px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label input:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form label textarea {
    background-color: #1E1C1C;
    border: 0;
    border-bottom: 1px solid #2C2A2A;
    height: 100px;
    color: #fff;
  }
  section.contact-container .container .contact-right form label textarea:focus {
    outline: none;
  }
  section.contact-container .container .contact-right form .form-message {
    width: 100%;
    padding-right: 0 !important;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100% !important;
    padding-left: 0 !important;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper span {
    padding: 5px 0px 0px 5px;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox] {
    position: relative;
    cursor: pointer;
    background-color: #1E1C1C;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    background-color: #DAA520;
  }
  section.contact-container .container .contact-right form .checkbox-wrapper input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 7px;
  }
  section.contact-container .container .contact-right form button {
    width: 100%;
    padding: 15px;
    background-color: #DAA520;
    color: #ffffff;
    border: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.contact-container .container .contact-right form button:hover {
    background-color: #ffffff;
    color: #1E1C1C;
  }
}
