body {
  font-family: new-hero, sans-serif; /* Replace with the correct font family from the Typekit */
}
.btn-floating{
	background-color:white!important;
	color:black;
	position:absolute;
	right:-68px;
	text-decoration:none;
	border-radius:0;
	top:350px;
	transform:rotate(270deg);
	font-size:14px;
	
}
.cookie-settings img {
    width: 40px;
    height: 40px;
}
.hero {
  position: relative;
  color: black;
  text-align: center;
  height: 100vh;
  padding: 100px 0;
  overflow: hidden;
}
.scroll-row {
}
.scroll-element {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.row-header {
  margin-top: 250px !important;
  position: relative;
  z-index: 1;
}
.nav-link {
  color: #fff;
}

h1 {
  font-family: new-hero, sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: black;
}
.h1-w {
  font-family: new-hero, sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: white;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: black;
  background-color: white;
  border-color: white;
}
.btn-primary:hover {
  color: black;
  background-color: white;
  border-color: white;
}
.btn-secondary:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.h2-w {
  font-family: new-hero, sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: transparent; /* Make the inside of the text transparent */
  -webkit-text-stroke: 2px white; /* Add a 2px black border */
  text-stroke: 2px white; /* For non-webkit browsers */
}
.h2-b {
  font-family: new-hero, sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: transparent; /* Make the inside of the text transparent */
  -webkit-text-stroke: 2px black; /* Add a 2px black border */
  text-stroke: 2px black; /* For non-webkit browsers */
}
P {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

h3 {
  font-size: 25px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
}
h4 {
  padding-top: 10px;
  font-size: 34px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.h5,
h5 {
  font-weight: 100 !important;
  font-size: 48px !important;
  color: #fff;
}
h6 {
  font-size: 25px;
  font-weight: 200;
  color: #fff;
}
.section-0 {
  position: relative;
  background-color: black;
  color: white;
  padding-top: 50px;
  padding-bottom: 90px;
}
.section-0::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  z-index: -1;
}
.divider {
  width: 85px;
  height: 6px;
  background-color: white;
  display: block;
}
.divider-b {
  width: 85px;
  height: 6px;
  background-color: #000;
  display: block;
}
.navbar {
  position: fixed;
  top: 0;
  background-color: transparent !important;
  padding: 20px 0px;
  z-index: 99999;
}
.section-5 {
  margin-top: 120px;
}
.btn-primary {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  height: 43px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 22px;
  width: 202px;
  line-height: 32px;
}
.footer-form {
  padding: 100px 150px !important;
}
.btn-secondary {
  color: black;
  background-color: transparent;
  border: 1px solid black;
  height: 43px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 22px;
  width: 202px;
  line-height: 32px;
}
.container-menu {
  width: 1280px;
  margin: auto;
}
.text-guide {
  font-size: 16px;
  font-weight: 300;
  color: #b8b8b8;
}
.section-1 {
  background-color: #ececec;
  padding-top: 100px;
  padding-bottom: 300px;
}
.nav-link:focus, .nav-link:hover {
  color: white;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
@media screen and (min-width:992px){
.section-2 {
  margin-top: -330px;

  .carousel-control-prev-icon {
    background-image: url('Group1237.png');
    margin-top: -200px;
  }

  .carousel-control-next-icon {
    background-image: url('Group1238.png');
    margin-top: -120px;
  }
  .carousel-control-next {
    right: unset;
    left: 0;
    opacity: 1;
    justify-content: start !important;
  }
  .carousel-control-prev {
    opacity: 1;
    justify-content: start !important;
  }
}

.section-3 {
  .carousel-control-prev-icon {
    background-image: url('Group1219.png');
  }

  .carousel-control-next-icon {
    background-image: url('Group1239.png');
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 9px;
    height: 18px;
  }
  .carousel-control-prev {
    left: -280px;
    opacity: 1;
  }
  .carousel-control-next {
    right: -280px;
    opacity: 1;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: -60px;
    margin-left: 0;
    list-style: none;
  }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 34%;
    height: 2px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e5e5e5;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
  }
  .carousel-indicators .active {
    opacity: 1;
    background-color: black !important;
  }
}
}
span.slider-counter-row {
  height: 1px;
  width: 100px;
  display: inline-block;
  background-color: black;
  margin: 3px 10px;
}
.section-4 {
  margin-top: 150px !important;
  background-color: #000000;
  color: white !important;

  p {
    color: white;
  }
}
.form-title {
  color: #fff;
  font-size: 28px;
  font-weight: 200;
  text-transform: uppercase;
}
.form-control {
  background-color: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0px;
  padding-left: 0px;
}
.form-control::placeholder {
  color: white !important;
  font-size: 17px;
  font-weight: 200;
}
.form-control:focus {
  color: white !important;
  background-color: transparent !important;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-check-label {
  color: white;
  font-size: 12px;
  font-weight: 300;
}
.form-check-input {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50% !important;
}
.form-check-input:checked {
  background-color: transparent;
  border-color: white;
}
.form-check-input:focus {
  border-color: white;
  outline: 0;
  box-shadow: none;
}
.form-select {
  background-image: url("Group1212.png") !important;
  background-size: unset !important;
}
.shadow-col {
  box-shadow: 0px 20px 99px rgba(0, 130, 187, 0.81);
}
.row-inside {
  margin-top: -30px !important;
  z-index: 0;
  position: relative;
}
.row-outside {
  z-index: 1;
  position: relative;
}
.navbar-scrolled {
  background-color: black !important;
  transition: background-color 0.3s;
  z-index: 999999;
  padding-left: 100% !important;
  padding-right: 100% !important;
}
#background-video {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: -1;
  background-size: cover;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.form-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
.footer-dark {
  background-color: black;
  z-index: -0;
  position: relative;
}
.row-specs {
  max-width: 744px;
  margin-top: -80px !important;
  margin-bottom: 130px !important;
  p {
    line-height: 5px;
  }
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: whitesmoke !important;
  background: #bf5279 !important;
}
option {
  background-color: black;
}
p.slider-counter {
  position: absolute;
  right: 0;
  top: 280px;
}
@media screen and (max-width:991px){
  .navbar-toggler-icon {
    background-image: none!important;
    background-color: var(--bs-gray-800)!important;
    height: 3px!important;
    width: 25px!important;
    margin: 10px 0!important;
    position: relative!important;
    transition: all 0.35s ease-out!important;
    transform-origin: center!important;
  }
  .carousel-control-prev-icon {
    background-image: url('images/Group 1232.png');
	width:7px;
	height:15px;
  }

  .carousel-control-next-icon {
    background-image: url('images/Group 1233.png');
	width:7px;
	height:15px;
  }
  
  .navbar-toggler-icon::before {
    display: block;
    background-color: var(--bs-gray-800);
    height: 3px;
    content: "";
    position: relative;
    top: -7px;
    transition: all 0.15s ease-out;/*taken down to hide quicker*/
    transform-origin: center;
  }
  
  .navbar-toggler-icon::after {
    display: block;
    background-color: var(--bs-gray-800);
    height: 3px;
    content: "";
    position: relative;
    top: 4px;
    transition: all 0.35s ease-out;
    transform-origin: center;
  }
  
  .navbar-dark .navbar-toggler-icon,
  .navbar-dark .navbar-toggler-icon::before,
  .navbar-dark .navbar-toggler-icon::after {
    background-color: var(--bs-gray-100);
  }
  
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
  }
  
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0;
  }
  
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px);
  }
    .navbar-toggler {
      padding: 0px!important;
      border: transparent!important;
      background-color: transparent!important;
  }
  .navbar-toggler-icon,.navbar-toggler-icon::after,.navbar-toggler-icon::before {
    background-color:white!important;
}

button:focus:not(:focus-visible) {
  outline: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: white;
}
.section-2 {
  margin-top: -130px;

  .carousel-control-prev-icon {
    width: 7px;
    height: 14px;
    margin-top: 0;
  }

  .carousel-control-next-icon {
    width: 7px;
        height: 14px;
    margin-top: 0;
  }
  .carousel-control-next {
    right: 20px;
    left: unset;
    opacity: 1;
    justify-content: end;
  }
  .carousel-control-prev {
    opacity: 1;
	left:20px;
    justify-content: start;
  }
}
.row-specs {
  max-width: 744px;
  margin-top: 0px !important;
  margin-bottom: 70px !important;
}
h1 {
  font-family: new-hero, sans-serif;
  font-size: 35px;
}
.h1-w {
  font-family: new-hero, sans-serif;
  font-size: 35px;
}
.h2-w {
  font-family: new-hero, sans-serif;
  font-size: 35px;
}
.h2-b {
  font-family: new-hero, sans-serif;
  font-size: 35px;
}
P {
  font-size: 15px;
}

h3 {
  font-size: 21px;
}
h4 {
  font-size: 21px;
}
.h5,
h5 {
  font-size: 35px !important;
}
h6 {
  font-size: 22px;

}
.row-specs {
  p {
      font-size:13px;
  }
}
.section-1 {
  padding-bottom: 120px;
}
.section-4 {
  margin-top: 70px !important;
}
.image-fit-background{
  object-fit:cover;
}
.footer-form {
  padding: 100px 1.5rem !important;
}
.form-group{
  margin-bottom:1.5rem;
}
#background-video {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 130px;
  width: 100%;
  z-index: -1;
  background-size: cover;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 30%;
  object-fit: cover;
  object-position: top;
}
.section-0::before {
  top: -98%;
}
.section-3 {
  .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      display: flex;
      justify-content: center;
      padding: 0;
      margin-right: 0;
      margin-bottom: -60px;
      margin-left: 0;
      list-style: none;
  }
}
.section-3 {
  .carousel-indicators .active {
      opacity: 1;
      background-color: black !important;
  }
}
.section-3 {
  .carousel-indicators [data-bs-target] {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 34%;
      height: 2px;
      padding: 0;
      margin-right: 0;
      margin-left: 0;
      text-indent: -999px;
      cursor: pointer;
      background-color: #e5e5e5;
      background-clip: padding-box;
      border: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: 0.5;
      transition: opacity 0.6s ease;
  }
}
.row-after-indicators{
  margin-top:100px!important;
}
.row-inside-mob {
  height:450px;
  background-image:url('images/2024 Seres 5 interior.jpg');
  background-size: cover;
  background-position-x: -100px;
  background-repeat: no-repeat;
}
.navbar-scrolled {
  background-color: black !important;
  transition: background-color 0.3s;
  z-index: 999999;
  padding-left: 1rem !important;
    padding-right: 1rem !important;
}
}
@media screen and ( min-device-width: 1200px) and (max-device-width: 1330px) {

  .container-menu{
    width:1100px;
  }
  .section-1 .container {
    width: 1100px;
  }
  .section-2 {
    width: 1100px;
  }
  .section-3 {
    width: 1100px;
  }
  .section-4 .container {
    width: 1100px;
  }
  .section-5 {
    width: 1100px;
  }
}
@media screen and ( min-device-width: 992px) and (max-device-width: 1199px) {
  .container-menu{
    width:950px;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#carouselExampleIndicatorsDesktop .carousel-control-prev , #carouselExampleIndicatorsDesktop .carousel-control-next, #carouselExampleFade .carousel-control-prev, #carouselExampleFade .carousel-control-next {
	width:100%!important;
}
#cookie-notice {
    position: fixed;
    bottom: 10px;
    background: black;
    z-index: 99;
    right: 10px;
    width: 400px;
    padding: 30px;
    color: white;
    font-size: 12px;
    font-family: 'mainFont';
	/*display:none;*/
}

#cookie-settings {
    position: fixed;
    bottom: 40px;
    background: transparent;
    padding: 0;
    z-index: 99;
    left: 10px;
    color: white;
    font-size: 10px;
}
div#cookie-settings span.cookie-settings svg {
    display: block;
    height: 30px;
    width: auto;
}

div#cookie-settings span.cookie-settings {
    background-color: transparent;
    display: block;
    /* padding: 4px; */
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 40px;
    float: left;
    font-size: 30px;
    min-width: 40px;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 15;
    position: relative;
cursor: pointer;}

.cookie-accept {
    border: 1px solid white;
    margin-top: 15px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
font-family: 'mainFont';}

span.cookie-settings i {
    font-size: 22px;
    padding: 8px;
}

#cookie-notice span.cookie-settings {


text-decoration: underline;cursor: pointer;}

button.btn.btn-default.save-cookie {
    border: 0px;
    background: #000000;
    color: white;
}

#modalCookieGdpr .modal-dialog {
    max-width: 800px;
}

.modal .title {
    font-size: 20px;
    margin-top: 20px;
}

label.switch {
    margin-top: 20px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #e40328;
}

input:focus + .slider {
    box-shadow: 0 0 1px #000000;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media screen and (max-width: 500px) {
    #cookie-notice {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999999999;
    }
}

.tab_cookies_wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    background-color: #fff;
}

.tab_cookies_wrapper a.dealer_logo {
    display: block;
}

.tab_cookies {
    width: 40%;
    display: inline-block;
    /* float: left; */
    padding: 40px 20px;
    height: 100%;
    top: 0;
    box-shadow: 0 0 30px 0 rgb(35 35 35 / 10%);
    z-index: 10;
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tab_cookies_content {
    width: 60%;
    display: inline-block;
    padding: 40px 60px;
    background-color: #f1f1f1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
}

div#modalCookieGdpr .modal-content {
    color: #000;
    background-color: #fff;
    width: 94vw;
    max-width: 1170px;
    min-height: 600px;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}

#modalCookieGdpr .modal-dialog {
    max-width: 100% !important;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 100% !important;
}

div#modalCookieGdpr .modal-body {
    padding: 0;
    height: 600px;
}

.tab_cookies ul#myTab {
    display: flex;
    flex-direction: column;
    max-width: 348px;
    margin: 0 auto;
    border-bottom: none;
}

.tab_cookies > div {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab_cookies > div a {
    display: block;
    margin: 0 0px;
    width: calc(50% - 10px);
}

ul#myTab >li {
    margin-bottom: 15px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

ul#myTab >li a.nav-link {
    border: solid 1px #f1f1f1;
    line-height: 36px;
    margin-right: 0;
    transition: all 300ms;
    font-weight: 300;
    color: #000000;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
}

div#modalCookieGdpr .modal-header {
    position: absolute;
    right: 0;
    border: none;
    z-index: 9999;
    top: -30px;
    right: -30px;
    padding: 0;
}

div#modalCookieGdpr .modal-header button.close {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 48px;
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease;
    background-color: black;
    border: 1px solid black;
    opacity: 1;
    position: relative;
}

ul#myTab >li a.nav-link:hover {
    
}

.modal-footer.footer_btns {
    position: absolute;
    bottom: 0;
    width: 60%;
    display: flex;
    padding: 0px 60px;
    background-color: #f1f1f1;
    margin-left: auto;
    margin-right: 0;
    right: 0;
    border: none;
}

div#modalCookieGdpr .modal-header button.close:after {
    transform: rotate(-45deg);
}

div#modalCookieGdpr .modal-header button.close:before {
    content: '';
}

div#modalCookieGdpr .modal-header button.close:after,div#modalCookieGdpr .modal-header button.close:before {
    position: absolute;
    content: " ";
    height: 24px;
    width: 1px;
    top: calc(50% - 12px);
    background-color: #fff;
}

div#modalCookieGdpr .modal-header button.close:before {
    transform: rotate(45deg);
}

div#modalCookieGdpr .modal-header button.close:hover {
    
color: #fff !important;}

div#modalCookieGdpr .modal-header button.close:hover:after, div#modalCookieGdpr .modal-header button.close:hover:before {
    background-color: #fff;
}

.modal-footer.footer_btns button.btn.btn-default {
    display: block;
    margin: 0;
    border-radius: 0;
    background-color: black;
    color: #fff;
    border: none;
    outline: none !important;
    line-height: 31px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 0px #000000;
}

.bottom_btns {
    width: 100%;
    border-top: solid 1px #c9c8c8;
    padding: 23px 0;
}

.bottom_btns .activate-all {
    float: left;
}

.bottom_btns .save-cookie {
    float: right;
    margin-right: 0;
    margin-left: auto;
}

div#modalCookieGdpr {
    background-color: rgb(0 0 0 / 70%);
    padding-right: 0 !important;
}

.tab_cookies_content a:hover {
    color: #000000;
}

ul#myTab >li.active a, ul#myTab >li.active:hover a {
    color: #000;
}

.tab-content .title {
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #000;
    margin-bottom: 25px;
    margin-top: 0 !important;
}

.tab-content strong,.tab-content a {
    font-family: 'boldFont';
    font-weight: 400;
}

.tab-content a {
    text-decoration: underline;
}

.modal-footer.footer_btns button.btn.btn-default:hover {
    background-color: #000;
}

ul#myTab >li a.nav-link.active:hover {
    color: #000;
}

ul#myTab >li a svg {
    height: 30px;
    width: auto;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 7px;
}

@media screen and (max-width: 991px) {
    .tab_cookies {
        padding: 40px 15px;
    }

    .tab_cookies_content {
        padding: 40px 15px;
    }

    .modal-footer.footer_btns {
        padding: 0px 15px;
    }

    .bottom_btns {
        padding: 15px 0;
    }

    div#modalCookieGdpr .modal-body {
        height: 400px;
    }

    div#modalCookieGdpr .modal-content {
        min-height: 400px;
    }

    .tab_cookies {
        padding: 40px 15px;
    }

    .tab_cookies_content {
        padding: 40px 15px;
    }

    .modal-footer.footer_btns {
        padding: 0px 15px;
    }

    .bottom_btns {
        padding: 15px 0;
    }

    div#modalCookieGdpr .modal-body {
        height: 400px;
    }

    div#modalCookieGdpr .modal-content {
        min-height: 400px;
        width: 93vw;
    }

    div#modalCookieGdpr .modal-header button.close {
        width: 40px;
        height: 40px;
    }

    div#modalCookieGdpr .modal-header {
        right: -20px;
        top: -20px;
    }
}

/*END OF 991*/
@media screen and (max-width: 767px) {
    .tab_cookies_wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .tab_cookies {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tab_cookies_content {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 80px;
        min-height: 330px;
        height: 100%;
    }

    .tab_cookies > div {
        margin-bottom: 20px;
    }

    .tab_cookies ul#myTab {
        flex-direction: revert;
        max-width: 100%;
        justify-content: center;
    }

    ul#myTab >li {
        margin-bottom: 0;
    }

    #modalCookieGdpr .modal-dialog {
        top: 26px;
        transform: unset;
    }

    .tab_cookies > div.modal_logos {
        max-width: 100%;
    }

    .tab_cookies > div.modal_logos a.dealer_logo {
        text-align: right;
    }

    div#modalCookieGdpr .modal-body {
        height: auto;
    }

    div#modalCookieGdpr .modal-content {
        min-height: auto;
    }

    ul#myTab >li span {
        display: none;
    }

    ul#myTab >li {
        margin: 0 5px;
    }

    ul#myTab >li a svg {
        margin-right: 0;
    display: block;margin:  auto;}

    ul#myTab >li a.nav-link {
        padding: 7px;
        line-height: 1;
        width: 45px;
        text-align: center;
    padding: 6.5px 0 !important;text-align: center;margin: 0 auto;}

    .modal-footer.footer_btns {
        width: 100%;
    }

    div#modalCookieGdpr .modal-header {
        right: 4px;
        top: -4px;
    }
}

/*END OF 767*/
@media screen and (max-width: 480px) {
    .modal-footer.footer_btns button.btn.btn-default {
        border: solid 0px #000000;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*END OF 480*/
@media screen and (max-width: 360px) {
    .modal-footer.footer_btns button.btn.btn-default {
        font-size: 12px;
    }
}

/*END OF 360*/

