@font-face {
  font-family: 'Artico';.titan .features__item p
  font-style: normal;
  font-weight: 400;
  src: local("Artico"), url("../fonts/cretype-Artico.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: -talic;
  font-weight: 400;
  src: local("Artico"), url("../fonts/cretype-Artico-Italic.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: normal;
  font-weight: 100;
  src: local("Artico"), url("../fonts/cretype-Artico-Thin.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: -talic;
  font-weight: 100;
  src: local("Artico"), url("../fonts/cretype-Artico-Thin-Italic.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: normal;
  font-weight: 200;
  src: local("Artico"), url("../fonts/cretype-Artico-ExtraLight.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: -talic;
  font-weight: 200;
  src: local("Artico"), url("../fonts/cretype-Artico-ExtraLight-Italic.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: normal;
  font-weight: 300;
  src: local("Artico"), url("../fonts/cretype-Artico-Light.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: -talic;
  font-weight: 300;
  src: local("Artico"), url("../fonts/cretype-Artico-Light-Italic.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: normal;
  font-weight: 500;
  src: local("Artico"), url("../fonts/cretype-Artico-Medium.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: -talic;
  font-weight: 500;
  src: local("Artico"), url("../fonts/cretype-Artico-Medium-Italic.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: normal;
  font-weight: 600;
  src: local("Artico"), url("../fonts/cretype-Artico-Bold.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: -talic;
  font-weight: 600;
  src: local("Artico"), url("../fonts/cretype-Artico-Bold-Italic.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: normal;
  font-weight: 700;
  src: local("Artico"), url("../fonts/cretype-Artico-ExtraBold.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: -talic;
  font-weight: 700;
  src: local("Artico"), url("../fonts/cretype-Artico-ExtraBold-Italic.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: normal;
  font-weight: 800;
  src: local("Artico"), url("../fonts/cretype-Artico-Heavy.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: Italic;
  font-weight: 800;
  src: local("Artico"), url("../fonts/cretype-Artico-Heavy-Italic.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: normal;
  font-weight: 900;
  src: local("Artico"), url("../fonts/cretype-Artico-Black.otf") format("otf");
}

@font-face {
  font-family: 'Artico';
  font-style: Italic;
  font-weight: 900;
  src: local("Artico"), url("../fonts/cretype-Artico-Black-Italic.otf") format("otf");
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
}

body.artico * {
  font-family: "Artico";
}

label {
  display: block;
}

label span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

label + label {
  margin-top: 15px;
}

label input {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #a4abb4;
  padding: 0 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

label input.error {
  border: 1px solid #b53b3b;
}

label textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 10px;
  resize: none;
  border: 1px solid #a4abb4;
}

.contact label textarea{
  height: 50px;
}

.main > *:first-child {
  padding-top: 160px;
}

.main.main_future + .footer {
  margin-top: 0;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #353535;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h2 {
  margin: 35px 0;
  font-family: "Artico";
  font-weight: 900;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b53b3b;
}

h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b53b3b;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
}

.header {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header__top {
  position: relative;
  padding: 13px 0 14px;
  /*background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(11, 11, 11, 0.15);
          box-shadow: 0px 0px 10px rgba(11, 11, 11, 0.15);*/
          background: rgba(5, 20, 31, 0.7);
          -webkit-box-shadow: 0px 0px 10px rgba(11, 11, 11, 0.15);
                  box-shadow: 0px 0px 10px rgba(11, 11, 11, 0.15);
  z-index: 1;
}

.header__top .main-nav a{
  color: #ffffff;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_single + .main > *:first-child {
  padding-top: 110px;
}

.header_single + .main > *:first-child h2 {
  margin-top: 0;
}

/* .header_single + .partners {
  padding-top: 50px;
} */

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid #ededed;
}

.main-nav a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-nav a.active, .main-nav a:hover {
  color: #b53b3b;
}

.main-nav a + a {
  margin-left: 25px;
}

.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.header__lang a {
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
}

.header__lang a img {
  display: block;
  width: 100%;
}

.header__lang a + a {
  margin-left: 15px;
}

.header__lang a:hover::before {
  content: attr(data-language);
  display: block;
  padding: 5px 10px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.second-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.second-nav a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #fff;
}

.second-nav a.active, .second-nav a:hover {
  color: #b53b3b;
}

.second-nav a + a {
  margin-left: 25px;
}

.header__burger {
  display: none;
  cursor: pointer;
  margin-left: 30px;
}

.header__bottom {
  padding: 13px 0 14px;
  background: rgba(0, 0, 0, 0.2);
  /*background: rgba(5, 20, 31, 0.7);*/
  -webkit-box-shadow: 0px 0px 10px rgba(11, 11, 11, 0.15);
          box-shadow: 0px 0px 10px rgba(11, 11, 11, 0.15);
}

.header__bottom .second-nav a{
  font-weight: 600;
}

.scroll-header .header__bottom{
  background-color: #ffffff;
}

.scroll-header .header__bottom .second-nav a{
  color: #353535;
}

.stop-header .header__bottom{
  background: rgba(5, 20, 31, 0.7);
}

.static-header .header__bottom{
  background: rgba(0, 0, 0, 0.2)!important;
}

.banner {
  min-height: 100vh;
  padding-bottom: 50px;
  position: relative;
  background: url(../img/2021-aero/main-banner.jpg) center 42% no-repeat;
  background-size: cover;
}
.aero-streamliner .banner {
  min-height: 100vh;
  max-height: 100vh;
  padding-bottom: 50px;
  position: relative;
  background: url(../img/aero-streamliner/1.webp) center 42% no-repeat;
  background-size: cover;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_klassik {
  background: none;
}

.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

.banner__left h1 {
  display: inline-block;
  font-size: 42px;
  line-height: 42px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 5px solid currentcolor;
}

.banner__left h1 span {
  color: #b53b3b;
}

.banner__left > * {
  padding: 20px;
}

.banner__left > * + * {
  margin-top: 20px;
}

.logo img:nth-child(2) {
  display: none;
}

.equipment-second-ul {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.banner__undertitle {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #353535;
  padding: 20px;
}
.banner__undertitle-bg {
  background: linear-gradient(
107.47deg
, rgba(255, 255, 255, 0.3) -11.49%, rgba(255, 255, 255, 0) 105.84%), rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.custom_banner h1 {
  background: rgba(0,0,0, 0.2);
  color: white;
  display: inline-block;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
.banner__right li {
  width: fit-content;
  margin-left: auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(107.47deg, rgba(255, 255, 255, 0.3) -11.49%, rgba(255, 255, 255, 0) 105.84%), rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.banner__right li:first-child {
  padding: 0 5px 15px;
}
.banner__right li:last-child {
  padding: 3px 15px 15px;
}
.banner__right li + li {
  margin-top: 30px;
}

.banner__right li img {
  display: block;
}
.banner__right li:last-child h5 {
  margin-top: 4px;
}
.banner__right li h5 {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #626262;
}

.banner__right li p {
  margin-top: 11px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #353535;
}
.blur {
  padding: 20px;
  background: linear-gradient(107.47deg, rgba(255, 255, 255, 0.3) -11.49%, rgba(255, 255, 255, 0) 105.84%), rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.blur p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #353535;
}
.text {
  max-width: 920px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #353535;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.text-center {
  text-align: center;
}
.scroll-div {
  position: relative;
  top: -92px;
}
.gallery-items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gallery-items .item {
  flex: auto;
}
.gallery-items .item .item__color {
  min-height: 80px;
}
.gallery-items .item .item__text {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.text-video video {
  width: 100%;
  height: auto;
}

.text-video .text{
  padding: 30px 20px 30px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}
.aero-streamliner .banner.banner-first {
  display: flex;
}
.aero-streamliner .banner.banner-first .banner__right li p {
  font-weight: 300;
}
.aero-streamliner .banner.banner-first .banner__right {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*.aero-streamliner .banner.banner-first .container,
.full-height .container {
  height: 100vh;
}*/
.aero-streamliner .banner.banner-first .container .row,
.aero-streamliner .banner.banner-first .container .col-12,
.aero-streamliner .banner.banner-first .container .banner__content {
  height: 100%;
}
.full-height .container .row,
.full-height .container .col-12,
.full-height .container .banner__content,
.full-height .banner__right {
  height: 100%;
}
.banner_future {
  padding-top: 120px;
  background-position: center center;
}

.advantages + * {
  margin-top: -30px;
}

.advantages__list > * {
  margin-bottom: 30px;
}

.advantages__item {
  height: 100%;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
          box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}

.advantages__item img {
  display: block;
  width: 100%;
}

.advantages__item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  color: #353535;
}

.design__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.design__list li + li {
  margin-top: 50px;
}

.design__list li span {
  display: block;
}

.design__list li span img {
  display: block;
  width: 100%;
}

.design__list li span + * {
  margin-left: 50px;
}

.design__list li p {
  display: block;
  max-width: 370px;
  min-width: 370px;
  padding: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 170%;
  color: #353535;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
          box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}

.design__list li p + * {
  margin-left: 50px;
}

.farbspektrum {
  padding: 30px 0;
}

.farbspektrum img {
  display: block;
  width: 100%;
}

.dimensions__banner {
  padding-top: 50px;
  height: 100vh;
  background-size: cover !important;
}

.dimensions__banner ul {
  display: inline-block;
  padding: 20px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(107.47deg, rgba(255, 255, 255, 0.3) -11.49%, rgba(255, 255, 255, 0) 105.84%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.dimensions__banner ul.banner-back-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 620px;
  padding-bottom: 0;
  margin-left: auto;
}

.dimensions__banner ul.banner-back-list li {
  display: inline-block;
  margin-bottom: 20px;
}

.dimensions__banner ul.banner-back-list li:nth-child(2n) {
  width: 220px;
}

.dimensions__banner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  line-height: 180%;
}

.dimensions__banner ul li span {
  /* display: block;
  margin-right: 5px; */
  color: #b53b3b;
}

.gallery__item {
  display: block;
  height: 284px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
}
.gallery__item img {
    height: 284px;
    object-fit: cover;
    margin-bottom: 30px;
}

.aero-streamliner .features .features__list .features__item h3{
  color: #353535;
}
.aero-streamliner .features__item.image-empty .item p{
  font-size: 24px;
}
.features + * {
  margin-top: -30px;
}

.features__list > * {
  margin-bottom: 30px;
}

.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px 20px 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
          box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}

.features__item > span {
  display: block;
}

.features__item > span img {
  display: block;
  width: 100%;
}

.features__item > span + * {
  margin-left: 30px;
}

.features__item p {
  max-width: 400px;
  min-width: 400px;
  font-weight: 300;
  font-size: 20px;
  line-height: 170%;
}

.features__item p + * {
  margin-left: 30px;
}
.aero-streamliner .features__item p {
  max-width: 230px;
  min-width: 230px;
}
.aero-streamliner .lg-4-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 315px;
  max-height: 315px;
  object-fit: contain;
}
.aero-streamliner .features__item.image-empty p {
  max-width: 100%;
  min-width: auto;
}

.aero-streamliner .features .features__item img{
  min-height: 100%;
  max-height: 100%;
}

.aero-streamliner .features__item p{
  min-width: auto;
  max-width: 100%;
}

.equipment ul li {
  display: block;
  padding: 20px;
  font-size: 24px;
  line-height: 46px;
  letter-spacing: 0.05em;
}

.equipment ul li:nth-child(2n + 1) {
  background: #ebebeb;
}

.equipment_moto {
  padding-top: 20px;
}

.equipment_moto ul li {
  font-size: 18px;
}

.equipment_moto h3 {
  margin: 20px 0;
  text-align: center;
}

.options {
  padding-bottom: 50px;
  margin-top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9b0b8), color-stop(54.69%, #c7ced6), to(#a4abb4));
  background: linear-gradient(180deg, #a9b0b8 0%, #c7ced6 54.69%, #a4abb4 100%);
}

.options h2 {
  color: #fff;
}

.options__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 15px 20px 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
          box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}

.options__item p {
  margin-top: 20px;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.05em;
}

.options__item img {
  display: block;
  max-width: 100%;
}

.options__list > * {
  margin-bottom: 30px;
}

.specifications table {
  max-width: 100%;
  margin-top: -2px;
  border-collapse: collapse;
  width: 100%;
  border: 2px solid transparent;
}

.specifications table tbody tr:nth-child(2n + 2) {
  background: #ebebeb;
}

.specifications table th {
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background: #b53b3b;
}

.specifications table td {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
}

.specifications table th,
.specifications table td {
  padding: 20px;
  text-align: left;
  border-right: 1px solid #fff;
}

.specifications table th:nth-child(1),
.specifications table td:nth-child(1) {
  width: 860px;
  min-width: 860px;
}

.specifications table th:nth-child(2), .specifications table th:nth-child(3), .specifications table th:nth-child(4),
.specifications table td:nth-child(2),
.specifications table td:nth-child(3),
.specifications table td:nth-child(4) {
  width: 320px;
  text-align: center;
}

.specifications table.reverse tbody tr:nth-child(2n + 1) {
  background: #ebebeb;
}

.specifications table.reverse tbody tr:nth-child(2n + 2) {
  background: transparent;
}

.about-us {
  min-height: calc(100vh - 99px);
}

.card {
  padding: 20px 20px 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 170%;
  color: #353535;
}

.card + .card {
  margin-top: 20px;
}

.cards {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.about-us__image {
  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;
  height: 100%;
}

.about-us__image img {
  display: block;
  width: 100%;
}

.footer {
  padding: 40px 0 60px;
  margin-top: 50px;
  text-align: center;
  background: rgba(5, 20, 31, 0.7);
  color: #ffffff;
}

.footer p, footer a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

footer li{
  text-align: left;
  list-style: none;
  padding: 0;
  padding-bottom: 25px;
}

footer li a{
  font-size: 16px;
  font-weight: 700;
}

footer p.copyright{
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

footer h6{
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}

footer a:hover, .uber-lorgano footer a:hover{
  color: #b53b3b;
}

.uber-lorgano footer a{
  color: #ffffff;
}

.partners_page {
  padding-top: 70px;
  
}

.partners {
  min-height: calc(100vh - 69px);
  position: relative;
  line-height: 0.9;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.partners #map {
  width: calc(100%);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-bottom: -2px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.partners + .footer {
  margin-top: 0;
}

.partners .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.partners__info {
  display: inline-block;
  max-width: 100%;
  position: relative;
  margin-left: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  z-index: 2;
  padding: 20px 20px 20px 20px;
}

.partners__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #b1b1b1;
}

.partners__info li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.partners__info li + li {
  margin-top: 20px;
}

.partners__info h6 {
  font-weight: bold;
  font-size: 20px;
  line-height: 135%;
  color: #000000;
  cursor: pointer;
}

.partners__info img {
  margin-top: 5px;
  margin-right: 9px;
}

.partners__info p, .partners__info a {
  font-weight: 300;
  font-size: 20px;
  line-height: 135%;
  color: #353535;
}

.moto-colors__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 0;
  min-height: 100vh;
  background-size: cover;
  background-position: center bottom;
}

.moto-colors__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}

.moto-colors__list li {
  display: block;
}

.moto-colors__list li + li {
  margin-left: 20px;
}

.moto-colors__list li > span {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 2px solid #a9b0b8;
}

.moto-colors__list li.active span {
  border: 2px solid #b53b3b;
}

.moto-colors__list li.active::before {
  content: attr(data-color-name);
  display: block;
  padding: 10px 20px;
  position: absolute;
  left: 50%;
  top: -20px;
  font-size: 24px;
  font-weight: 600;
  color: #b53b3b;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
}

.contact {
  position: relative;
  min-height: 100vh;
  padding-bottom: 42px;
  padding-top: 100px !important;
  margin-bottom: -50px;
}

.contact .partners__info {
  width: 100%;
  margin-top: 45px;
}

.contact .partners__info li h6 {
  font-size: 20px;
}

.contact .partners__info li span {
  font-size: 20px;
  line-height: 150%;
}

.contact .container {
  position: relative;
  z-index: 1;
}

.contact::before {
  content: "";
  display: block;
  width: 64.8%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/contact.jpg) left center no-repeat;
  background-size: cover;
  z-index: 0;
}

.contact__image {
  height: 100%;
  width: 100%;
  background-size: cover !important;
}

.contact__form {
  padding: 20px 20px 20px 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
          box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}

.contact__form button,
.button {
  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%;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
  background: #b53b3b;
  border: 0;
  cursor: pointer;
  margin-top: 20px;
}
.button {
  display: inline;
  width: auto;
  text-align: center;
}

/*-----POPUP-----*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.popup-container {
  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;
  width: 100%;
  min-height: 100vh;
  padding: 25px 10px;
}

.popup-block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 625px;
  background: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
}

.popup_close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.popup_close svg {
  stroke: #d4dce2;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.popup_close:hover svg {
  stroke: #31bcfe;
}

.popup-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-img img {
  display: block;
  max-width: 100%;
  margin-bottom: 40px;
}

.popup-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 27px;
  color: #b53b3b;
  text-align: center;
}

.popup-undertitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 220%;
  color: #848d96;
  text-align: center;
}

.popup__form {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 40px;
}

.popup .button.popup-button {
  padding: 21px 60px;
  min-width: 235px;
  margin-top: 40px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
}

.popup__explanation {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #d9486d;
  text-align: center;
  margin-top: 20px;
}

#featurecardPanel {
  padding-top: 73px !important;
}
.none {
    top: -69px !important;
}

.aero-streamliner .video-360{
  max-height: 120vh;
}

.aero-streamliner .video-360 video{
  max-height: 120vh;
  width: 100%;
}

.aero-streamliner .text-video h3{
  color: #353535;
}

.aero-streamliner .banner.design .banner__content{
  height: 90vh;
}

.aero-streamliner .banner.design .banner__content .banner__left, .aero-streamliner .banner.design .banner__content .banner__right{
  justify-content: space-between;
}

.aero-streamliner .banner.render-9{
  max-height: 960px;
    min-height: 960px;
    background-size: 1720px !important;
    width: 96vw;
  background-position: top !important;
  margin: 0 auto;
}

/*.aero-streamliner .banner.render-9 .banner__content{
  max-width: 85vw;
  margin: 0 auto;
}*/

.gros-aero .specifications table th{
  border-right: none;
}

form .checkbox-items .item{
  display: flex;
}

form .checkbox-items .item input{
   height: 20px;
   width: 20px;
   min-width: 20px;
   margin-right: 20px;
}

form .checkbox-items .item span{
  line-height: 20px;
}

form .checkbox-items .item span.info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

form .checkbox-items .item span.info span{
  flex-basis: 80%;
  max-width: 80%;
}

form .checkbox-items.shipping .item span.info span{
  flex-basis: 100%;
  max-width: 100%;
}

form .checkbox-items .item span.info span.price{
    flex-basis: 20%;
    text-align: right;
    -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
    box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
    clip-path: inset(0 0px 0px -15px);
    max-width: 20%;
    margin-bottom: 0;
}

form .right-column {
  max-width: 25%;
  margin: 0 0 0 auto;
}

.individuelles .grid-wrapper{
  grid-template-rows: auto;
  position: relative;
}

.individuelles .contact__form{
  margin-bottom: 20px;
}

.individuelles form .farbspektrum{
  position: absolute;
  top: 0;
  max-width: 71%;
}

.individuelles form .viewer-360-nav__colors{
  display: flex;
}

.individuelles form .viewer-360-nav__colors .viewer-360-nav__item:not(:last-child) {
  margin: 0 1.25em 0 0;
}

.individuelles form .viewer-360-nav__colors img{
  width: 83.3px;
}

.individuelles video{
  max-width: 100%;
}

.individuelles .viewer-360-model{
  width: 66vw;
}

.individuelles .info-items{
  background: linear-gradient(180deg, rgba(53, 53, 53, 0.1), rgba(0, 0, 0, 0) 5%);
  margin-top: 5px;
  padding-top: 13px;
}

.individuelles .viewer-360-nav{
  position: static;
  margin-top: 20px;
}
 
.viewer-360-nav .price-variable{
    max-width: fit-content;
    padding: 20px;
    margin: 0 0 0 auto;
    -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
    box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
    clip-path: inset(0 -15px -15px -15px);
}

/* Front page */

.home-page .header__bottom{
  display: none;
}
.home-page .main > *:first-child{
  padding-top: 78px;
}

.home-page .slider-banner{
  position: relative;
}

.home-page h1{
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    color: #fff;
    top: 30px;
    text-shadow: 0 0 5px #000;
}
.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #00000064;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-19.04 0 75.804 75.804' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cpath d='M833.068,460.252a1.5,1.5,0,0,1-1.061-2.561l33.557-33.56a2.53,2.53,0,0,0,0-3.564l-33.557-33.558a1.5,1.5,0,0,1,2.122-2.121l33.556,33.558a5.53,5.53,0,0,1,0,7.807l-33.557,33.56A1.5,1.5,0,0,1,833.068,460.252Z' fill='%23000000' transform='translate(-831.568 -384.448)'/%3E%3C/svg%3E");
    position: absolute;
    top: 48%;
    box-shadow: 0 0 5px #00000075;
  }
  .slick-next{
    right: 30px;
  }

  .slick-prev {
    transform: rotate(180deg);
    left: 30px;
  }

.home-page .first img{
  width: 100%;
}

.home-page .render-item{
  height: 509px;
  background-size: cover;
  transition: 0.2s linear all;
  padding: 25px;
  display: flex;
}

.home-page .render-item:hover{
  transform: scale(1.07);
}

.home-page .render-img{
  max-width: 100%;
  height: 337px;
  object-fit: cover;
  width: 100%;
  transition: 0.3s all linear;
}

.home-page .render-img:hover{
  transform: scale(1.07);
}

.home-page .render-item .text-block{
  background: rgba(5, 20, 31, 0.7);
  padding: 10px;
}

.home-page .render-item h3{
  color: #ffffff;
  margin-bottom: 5px;
  text-decoration: underline;
  font-size: 21px;
}

.home-page .render-item p{
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 10px;
}

.home-page .render-item button{
  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%;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
 /* background: #b53b3b;*/
  border: 0;
  cursor: pointer;
  position: relative;
  border: 1px solid #000 !important;
  max-width: 250px;
}

.home-page .render-item button span{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.home-page .render-item button:hover span{
  color:#fff;
  z-index: 5555;
}

.home-page .render-item button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0;
  width: 100%;
  background: #000;
  transition: height .3s ease;
}

.home-page .render-item button:hover::after{
  height: 100%;
}

.home-page .models .features__item{
  max-width: 1200px;
    margin: 0 auto;
    font-size: 24px;
}

/* GROß AERO */

.gros-aero .banner{
  min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 50px;
    position: relative;
    background: url(../img/gros-aero/motorrad-anhänger.webp) center 42% no-repeat;
}

.gros-aero .gallery__item, .gros-aero .gallery__item img{
  height: 200px;
}

.gros-aero .banner.design .banner__content, .gros-aero .banner.design-2 .banner__content{
  height: 90vh;
}

.blur_new.white-bg{
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}

.blur_new.white-bg *{
  color: #000000;
}

.dimensions-item p{
  font-size: 18px;
  line-height: 180%;
}

.gros-aero .features__item.images-items img{
  height: 200px;
    object-fit: inherit;
    object-position: center;
}

.gros-aero .hauptmerkmale h3{
  color: #353535;
}

.gros-aero .hauptmerkmale .features_item{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 35px;
}

.gros-aero .hauptmerkmale .features_item .item{
  flex-basis: 50%;
  padding: 20px 20px 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  height: 100%;
}

.gros-aero .hauptmerkmale .features_item p{
  font-weight: 300;
  font-size: 20px;
  line-height: 170%;
}

.gros-aero .hauptmerkmale .features_item img{
  height: 238px;
  object-fit: cover;
}

.individuelles-gros-aero .individuelles .container{
  padding-right: 65px!important;
  padding-left: 65px!important;
}

.individuelles-gros-aero .individuelles .row.main-row{
  height: 85vh;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2); 
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}

.individuelles-gros-aero .individuelles form .right-column{
  max-width: 33%;
}

/*.individuelles-gros-aero .individuelles .contact__form{
  background: transparent;
  box-shadow: none;
}*/

.individuelles-gros-aero .individuelles .viewer-360-model{
  width: 60vw;
}

.individuelles-gros-aero label span{
  font-size: 18px;
}

.individuelles-gros-aero form .checkbox-items .item span{
  font-size: 18px;
  line-height: 24px;
}

.individuelles-gros-aero .individuelles .info-items{
  margin-top: 18px;
  padding-top: 23px;
}

.galerie .container{
  padding: 0;
  margin: 0;
  width: 100;
}

.galerie h3{
  padding: 0 50px;
  margin-bottom: 35px;
}

.wrapper-gallery{
  padding: 0;
}

.wrapper-gallery .gallery__item{
  display: inline-block;
  margin-bottom: 0;
  margin: -4px -2px;
  position: relative;
  height: 200px;
}

.wrapper-gallery .gallery__item img{
  margin-bottom: 0;
  height: 200px;
}

.wrapper-gallery .gallery__item:nth-child(1), .wrapper-gallery .gallery__item:nth-child(15n), .wrapper-gallery .gallery__item:nth-child(29n){
  width: 16%;
}

.wrapper-gallery .gallery__item:nth-child(2), .wrapper-gallery .gallery__item:nth-child(16n), .wrapper-gallery .gallery__item:nth-child(30n){
  width: 14%;
}

.wrapper-gallery .gallery__item:nth-child(3), .wrapper-gallery .gallery__item:nth-child(17n), .wrapper-gallery .gallery__item:nth-child(31n){
  width: 12%;
}

.wrapper-gallery .gallery__item:nth-child(4), .wrapper-gallery .gallery__item:nth-child(18n), .wrapper-gallery .gallery__item:nth-child(32n){
  width: 11%;
}

.wrapper-gallery .gallery__item:nth-child(5), .wrapper-gallery .gallery__item:nth-child(19n), .wrapper-gallery .gallery__item:nth-child(33n){
  width: 9.5%;
}

.wrapper-gallery .gallery__item:nth-child(6), .wrapper-gallery .gallery__item:nth-child(20n), .wrapper-gallery .gallery__item:nth-child(34n){
  width: 15%;
}

.wrapper-gallery .gallery__item:nth-child(7), .wrapper-gallery .gallery__item:nth-child(21n), .wrapper-gallery .gallery__item:nth-child(35n){
  width: 12%;
}

.wrapper-gallery .gallery__item:nth-child(8), .wrapper-gallery .gallery__item:nth-child(22n), .wrapper-gallery .gallery__item:nth-child(36n){
  width: 10.5%;
}

.wrapper-gallery .gallery__item:nth-child(9), .wrapper-gallery .gallery__item:nth-child(23n), .wrapper-gallery .gallery__item:nth-child(37n){
  width:15.5%;
}

.wrapper-gallery .gallery__item:nth-child(10), .wrapper-gallery .gallery__item:nth-child(24n), .wrapper-gallery .gallery__item:nth-child(38n){
  width: 15%;
}

.wrapper-gallery .gallery__item:nth-child(11), .wrapper-gallery .gallery__item:nth-child(25n), .wrapper-gallery .gallery__item:nth-child(39n){
  width: 18%;
}

.wrapper-gallery .gallery__item:nth-child(12), .wrapper-gallery .gallery__item:nth-child(26n), .wrapper-gallery .gallery__item:nth-child(40n){
  width: 15.5%;
}

.wrapper-gallery .gallery__item:nth-child(13), .wrapper-gallery .gallery__item:nth-child(27n), .wrapper-gallery .gallery__item:nth-child(41n){
  width: 18%;
}

.wrapper-gallery .gallery__item:nth-child(14), .wrapper-gallery .gallery__item:nth-child(28n), .wrapper-gallery .gallery__item:nth-child(42n){
  width: 18%;
}

.wrapper-gallery .gallery__item:hover::before {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.button{
  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%;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
  background: #b53b3b;
  border: 0;
  cursor: pointer;
  position: relative;
  border: 1px solid #000 !important;
  background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #e56e6e 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 3s infinite;
}

.button, .contact__form button{
  background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #e56e6e 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 3s infinite;
}

@keyframes bg-move{
  0%{
    background-position: -500px 0;
  }
  100%{
    background-position: 1500px 0;
  }
}

.button span{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.button:hover span{
  color:#fff;
  z-index: 5555;
  position: relative;
}

.button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0;
  width: 100%;
  background: #000;
  transition: height .3s ease;
}

.button:hover::after{
  height: 100%;
}

.button.black{
  background: #000;
  background-image: linear-gradient(270deg, rgb(255 255 255 / 0%) 48.44%, #ffffff91 75.52%, rgb(255 255 255 / 0%) 100%);
    background-repeat: no-repeat;
    animation: bg-move-black linear 3s infinite;
    min-width: 200px;
}

@keyframes bg-move-black{
  0%{
    background-position: -1000px 0;
  }
  100%{
    background-position: 500px 0;
  }
}

.button.black::after{
  background: #b53b3b;
}


/* TITAN MULTITRANSPORTER */

.titan .banner{
  background: url(../img/titan/1.webp) center 42% no-repeat;
}

.titan .verformung .features__item{
  height: auto;
}

.titan .features__item p{
  min-width: auto;
  max-width: 100%;
  font-weight: 500;
  text-align: left;
}

.titan .verformung .features__item p{
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.titan .verformung .features__item p span{
  margin-top: 5px;
}

.titan .verformung .features__item h3{
  color: #353535;
  text-align: center;
}

.titan .button{
  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%;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
  border: 0;
  cursor: pointer;
  position: relative;
  border: 1px solid #000 !important;
}

.titan .button span{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.titan .button:hover span{
  color:#fff;
  z-index: 5555;
  position: relative;
}

.titan .button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0;
  width: 100%;
  background: #000;
  transition: height .3s ease;
}

.titan .button:hover::after{
  height: 100%;
}

.titan .button.black::after{
  background: #b53b3b;
}

.titan .features__item h3{
  font-weight: 600;
  color: #353535;
}

.individuelles-titan form .right-column{
  max-width: 27%;
}

.individuelles-titan label span{
  font-size: 15px;
}

/*.individuelles-titan .individuelles .row.main-row{
  height: 82vh;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2); 
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}*/

.individuelles-titan .individuelles .contact__form{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2); 
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
}

.individuelles-titan .individuelles .viewer-360-model{
  width: 60vw;
}


/* ÜBER LORGANO */

.uber-lorgano .banner{
  background-image: none;
  padding: 0;
  min-height: auto;
}

.uber-lorgano .banner.first img{
  width: 100%;
}

.uber-lorgano .text-item{
  padding: 20px 20px 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  max-width: 1300px;
  margin: 35px auto 0;
}

.uber-lorgano .text-item p{
  font-weight: 300;
  font-size: 20px;
  line-height: 170%;
}

.uber-lorgano .certificate{
  width: auto;
  text-align: center;
  display: inline-block;
}

.uber-lorgano .certificate img{
  max-height: 300px;
  width: auto!important;
}

.uber-lorgano h3{
  text-align: center;
  color: #353535;
}

.uber-lorgano a{
  color: #0505e3;
}

/* Aero Streamliner */

.aero-streamliner-moto .banner__undertitle{
  display: block;
  padding: 0;
  margin: 35px 0 0 auto;
  font-size: 16px;
}

.aero-streamliner-moto .banner__left .banner__undertitle{
  margin-top: 10px;
}

.aero-streamliner-moto .farbspektrum{
  padding-top: 0;
  padding-bottom: 0;
}

.aero-streamliner-moto .scroll-div#farbspektrum{
  top: 20px;
}

.aero-streamliner-moto .verformung .features__item{
  height: auto;
}

.aero-streamliner-moto .verformung .features__item p{
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  min-width: none;
  max-width: 100%;
}

.aero-streamliner-moto .verformung .features__item p span{
  margin-top: 5px;
}

.aero-streamliner-moto .verformung .features__item h3{
  color: #353535;
  text-align: center;
}

.aero-streamliner-moto .hauptmerkmale h3{
  color: #353535;
}

.aero-streamliner-moto .hauptmerkmale .features_item{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
}

.aero-streamliner-moto .hauptmerkmale .features_item .item{
  flex-basis: 40%;
  padding: 20px 20px 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
  height: 100%;
}

.aero-streamliner-moto .hauptmerkmale .features_item.item div{
  flex-basis: 57%;
}

.aero-streamliner-moto .hauptmerkmale .features_item p{
  font-weight: 300;
  font-size: 20px;
  line-height: 170%;
  min-width: none;
  max-width: 100%;
}

.aero-streamliner-moto .hauptmerkmale .features_item .item.image-item{
  align-items: center;
  display: inline-flex;
  justify-content: center;
  flex-basis: 60%;
}

.aero-streamliner-moto .hauptmerkmale .features_item .image-item img{
  object-fit: cover;
}

.aero-streamliner-moto .features__item.images-items img {
  height: 200px;
  object-fit: inherit;
  object-position: center;
}

.aero-streamliner-moto .design__list .blur_white{
  max-width: 400px;
    min-width: 400px;
    padding: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 170%;
    color: #353535;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
    box-shadow: 0px 0px 15px rgba(53, 53, 53, 0.2);
    margin-top: 35px;
}

.aero-streamliner-moto .design__list .blur_white p{
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.aero-streamliner-moto .design__list h3{
  color: #353535;
  text-align: center;
}

.aero-streamliner-moto .design__list .banner__left{
  flex-basis: 23%;
}

.aero-streamliner-moto .design__list li span{
  flex-basis: 77%;
}

.aero-streamliner-moto .banner.colours h5{
  position: absolute;
  text-transform: uppercase;
  font-size: 16px;
}

.aero-streamliner-moto .banner.colours .banner__content{
  position: relative;
}
.aero-streamliner-moto .banner.colours .color-3, .aero-streamliner-moto .banner.colours .color-6, .aero-streamliner-moto .banner.colours .color-9{
  bottom: -30px;
}

.aero-streamliner-moto .banner.colours .color-1, .aero-streamliner-moto .banner.colours .color-4, .aero-streamliner-moto .banner.colours .color-7{
  top: 270px;
}

.aero-streamliner-moto .banner.colours .color-2, .aero-streamliner-moto .banner.colours .color-5, .aero-streamliner-moto .banner.colours .color-8{
  top: 590px;
}

.aero-streamliner-moto .banner.colours .banner__center h5{
  padding: 20px;
  left: 580px;
}
.aero-streamliner-moto .banner.colours .banner__right h5{
  padding: 20px;
  right: 420px;
}

.aero-streamliner-moto .banner.colours .banner__left h5{
  left: -20px;
}

.individuelles.streamliner form .right-column{
  max-width: 34%;
}

.individuelles.streamliner .viewer-360-model{
  width: 60vw;
}

.individuelles.streamliner form .farbspektrum{
  max-width: 64%;
}

/* AERO STREITWAGEN */

.farbspektrum .viewer-360-nav .viewer-360-nav__item img{
  width: 84px;
}

.viewer-360-model__image {
  cursor: grab;
}

.viewer-360-model__image:active {
  cursor: grabbing;
}

.aero-streamliner .farbspektrum .viewer-360-model__image {
  display: none; 
}
.aero-streamliner .farbspektrum .viewer-360-model__image.active {
  display: block; 
}

.individuelles-streitwagen form .right-column{
  max-width: 28%;
}

@media screen and (max-width: 1600px) {
  .equipment ul li {
    font-size: 18px;
  }
  h2 {
    margin: 30px 0;
  }
  :root {
    --bs-gutter-x: 35px;
  }
  .gallery__item {
    height: 210px;
  }
  .gallery__item img {
        height: 210px;
    }
  .features__item p {
    min-width: 300px;
    max-width: 300px;
    font-size: 16px;
  }
  .dimensions__banner ul li {
    font-size: 16px;
  }
  .specifications table > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .specifications table th {
    font-size: 18px;
  }
  .specifications table td {
    font-size: 16px;
  }
  .specifications table th,
  .specifications table td {
    padding: 20px;
    text-align: left;
    border-right: 1px solid #fff;
  }
  .specifications table th:nth-child(1),
  .specifications table td:nth-child(1) {
    width: 700px;
    min-width: 700px;
    max-width: 700px;
  }
  .specifications table th:nth-child(2), .specifications table th:nth-child(3), .specifications table th:nth-child(4),
  .specifications table td:nth-child(2),
  .specifications table td:nth-child(3),
  .specifications table td:nth-child(4) {
    width: 300px;
  }
  .options__item p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1480px) {
  .header__burger {
    display: block;
  }  
  .main-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(11, 11, 11, 0.15);
            box-shadow: 0px 0px 10px rgba(11, 11, 11, 0.15);
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 10;
  }
  .main-nav.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .main-nav a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .banner__left h1 {
    font-size: 36px;
  }
  h2 {
    margin: 30px 0;
  }
  .banner {
    padding: 30px 0;
  }
  .banner__left {
    max-width: 375px !important;
  }
  .banner__right {
    max-width: 240px !important;
  }
  /* .main-nav {
    padding-left: 10px;
    margin-left: 10px;
  } */
  .main-nav a + a {
    margin-left: 15px;
  }
  .second-nav a + a {
    margin-left: 15px;
  }
  .card p {
    font-size: 16px;
  }

}

@media screen and (max-width: 1300px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .specifications table > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .specifications table th {
    font-size: 14px;
  }
  .specifications table td {
    font-size: 14px;
  }
  .specifications table th,
  .specifications table td {
    padding: 20px;
    text-align: left;
    border-right: 1px solid #fff;
  }
  .specifications table th:nth-child(1),
  .specifications table td:nth-child(1) {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
  }
  .specifications table th:nth-child(2), .specifications table th:nth-child(3), .specifications table th:nth-child(4),
  .specifications table td:nth-child(2),
  .specifications table td:nth-child(3),
  .specifications table td:nth-child(4) {
    width: 300px;
  }

  .header__bottom {
    overflow-x: auto;
  }
  .second-nav a + a {
    white-space: nowrap;
  }
  .design__list li p {
    max-width: 250px;
    font-size: 14px;
  }
  .features__item p {
    min-width: 200px;
    max-width: 200px;
    font-size: 14px;
  }
  .equipment ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .specifications__table {
    overflow-x: auto;
  }
  .specifications__table table {
    width: 1200px;
    max-width: unset;
  }
  .moto-colors__block {
    min-height: 600px;
    padding: 30px 0;
  }
  .dimensions .dimensions__banner {
    background: url(../img/2021-aero/banner2-mob.jpg) center center no-repeat !important;
    background-size: cover !important;
    height: 100vh;
  }
  .dimensions .dimensions__banner + .dimensions__banner {
    background-image: url(../img/2021-aero/banner3-mob-1.jpg) !important;
  }
}

@media screen and (max-width: 1200px) {
  .contact::before {
    display: none;
  }
}

@media screen and (max-width: 998px) {
  .features__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features__item > span {
    width: 300px;
    min-width: 300px;
  }
  .features__item p {
    max-width: none;
    min-width: none;
  }
  .banner__left {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner__left > * {
    width: 100%;
  }
  .equipment .equipment-second-ul li {
    padding: 20px !important;
    line-height: 24px !important;
  }
  .equipment .equipment-second-ul li:nth-child(2n + 1) {
    background: #fff;
  }
  .equipment .equipment-second-ul li:nth-child(2n + 2) {
    background: #ebebeb;
  }
  .design__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .design__list li p {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .design__list li p + * {
    margin-left: 0;
  }
  .design__list li span + * {
    margin-left: 0;
  }
  .banner__right li,
  .banner__left h1,
  .banner__undertitle,
  .dimensions__banner ul {
    background: linear-gradient(107.47deg, rgba(255, 255, 255, 0.3) -11.49%, rgba(255, 255, 255, 0) 105.84%), rgba(255, 255, 255, 0.9);
  }
  .banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .banner__content > * {
    max-width: unset !important;
    width: 100%;
  }
  .banner__right {
    margin-top: 50px;
  }
  .dimensions__banner ul {
    width: 100%;
    margin-bottom: 50px;
  }
  .dimensions__banner ul br {
    display: none;
  }
  .banner_klassik {
    min-height: 600px;
  }
  .banner_klassik .swiper-slide {
    background-position: center center !important;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .features__item p {
    margin-top: 20px;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .features__item p + * {
    margin-left: 0;
  }
  .features__item > span {
    min-width: unset;
    max-width: 100%;
  }
  .footer p {
    font-size: 12px;
  }
  .logo img:nth-child(1) {
    display: none;
  }
  .logo img:nth-child(2) {
    display: block;
  }
  .header__lang img {
    height: 36px;
  }
  h1 {
    font-size: 32px;
  }
  .banner__undertitle {
    font-size: 14px;
  }
  .dimensions__banner {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .dimensions__banner ul {
    margin-bottom: 0;
  }
  .dimensions__banner ul + ul {
    margin-top: 20px;
  }
  .banner_klassik {
    min-height: 500px;
  }
  .main > :first-child {
    padding-top: 140px;
  }
  .banner_future {
    min-height: 400px;
  }
  .partners {
    min-height: 400px;
  }
  .partners .container {
    padding: 0 10px;
  }
  .partners #map {
    top: 0;
    height: 70vh;
    -webkit-transform: translate(-50%, -50px);
            transform: translate(-50%, -50px);
  }
  .partners__info {
    width: 100%;
    margin-top: 35vh;
  }
  .partners__info li svg {
    min-width: 24px;
  }
  .moto-colors__block {
    min-height: 400px;
    padding: 30px 0;
  }
  .moto-colors__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .moto-colors__list li {
    margin: 10px !important;
  }
}
/*# sourceMappingURL=style.css.map */





.option__custom--title {
  margin-top: 60px;
}
.moto .header__bottom, .moto .header__top {
  background: rgba(0, 0, 0, 0.2) !important;
}
.moto .header__top {
  box-shadow: none;
  border-bottom: 1px solid red;
}
.moto .header__bottom a, .moto .header__top a {
  color: #fff;

}
.grid-wrapper {
  height: calc(100vh - 155px);
  display: grid;
  grid-template-rows: 485px 1fr;
}

.contact .grid-wrapper {
  height: calc(87vh - 155px);
  display: grid;
  grid-template-rows: 440px 1fr;
}
.contact {
  padding-top: 120px;
}
.partners__info h4 {
    padding: 20px 30px 20px 20px;
    color: #b53b3b;
    font-size: 24px;
}
.partners__info li {
  list-style: none;
}
.partners__info .hr {
  height: 1px;
  background: rgb(11 11 11 / 15%);
  box-shadow: 0px 0px 7px 1px rgb(11 11 11 / 15%);
  width: 100%;
}
.info-wrapper {
  padding: 10px 30px 20px 20px;
}

.contact .info-wrapper{
  padding: 0;
}
.card-inner:not(:last-child) {
  margin-bottom: 20px;
}
.handler-card {
  font-size: 22px;
}
.handler-werden__title {
  font-size: 34px;
}
.handler-werden button {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .partners_page {
    padding-top: 81px;    
  }

}
@media only screen and (max-height: 975px) {
  .grid-wrapper {
    height: unset;
  }
  
}
@media only screen and (max-height: 1010px) and (max-width: 1700px) {
  .first__slide {
    background-size: 1700px !important;
    background-position: center !important;
  }
  
}
@media only screen and (max-height: 1010px) and (min-width: 1700px) and (max-width: 2000px) {
  .first__slide {
    background-size: 2200px !important;
    background-position: center !important;
  }
  
}
@media only screen and (max-height: 1010px) and (min-width: 2000px) and (max-width: 2500px) {
  .first__slide {
    background-size: 2400px !important;
    background-position: center !important;
  }
  
}

.submit__btn {
  position: relative;
  border: 1px solid #000 !important;
}
.submit__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0;
  width: 100%;
  background: #000;
  transition: height .3s ease;
}
.submit__btn span {
  color: #fff;
  z-index: 100;
  position: relative;
}
.submit__btn:hover::after {
  height: 100%;
}
.partners-title {
  color: #b53b3b !important;
}
.viber {
  margin: 0 !important;
}
.tel {
  display: flex;
}
.design__list img {
  image-rendering: optimizeSpeed;
}
.partners_page {
  overflow: hidden;
}
.partners__info {
  /* overflow-y: scroll; */
}
@media only screen and (max-height: 960px) {
  .partners_page {
    overflow: initial;
  }
  
}

    
    .container_slider {
        position: absolute;
        z-index: 2;
        bottom: 80px;
        left: 10%;
        margin: 0 auto;
        display: block;
        width: 80%;
    }
    
    .container_slider .before,
    .container_slider .after {
        z-index: -1;
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
        height: 3px;
        width: 100%;
        background: rgba(0, 0, 0, .2);
    }
    
    .container_slider .after {
        width: 50%;
        background: #ea0029;
    }
    
    .timeline {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    
    .time {
        display: table-cell;
        vertical-align: middle;
    }
    
    .slide a {
        display: block;
        position: relative;
        width: 7px;
        height: 6px;
        border: 0;
        border-radius: 100%;
        background: #ccc;
    }
    
    .slide a.active {
        border: 1px solid hsla(0, 0%, 100%, .6);
        background-color: #fff !important;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
        width: 28px;
        height: 28px;
    }
    
    .slide a.red {
        background: #ea0029;
    }
    
    .slide span {
        font-size: 16px;
        line-height: 1.25;
        width: 220px;
        color: #fff;
        text-decoration: none;
        display: inline-block!important;
        text-align: center;
        top: 0;
        word-break: keep-all;
        white-space: normal;
        padding-top: 25px;
        margin-left: -110px;
    }
    
    .slide a.active span {
        padding-top: 37px;
    }
    
    .banner {
        min-height: 100vh;
        padding-bottom: 50px;
        position: relative;
        background: url(../img/1.jpg) center 42%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        transition: background 0.5s ease !important;
    }
  
    
    .banner__content_new {
        background-color: #05141f;
        position: relative;
        padding: 50px 30px 30px;
        z-index: 9;
        position: absolute;
        width: 250px;
        padding: 25px;
        top: 18%;
        margin-top: 0;
        opacity: .7;
        right: 0;
        height: auto;
        color: #fff;
        text-align: left;
        font-size: 16px;
        display: none;
        margin-right: var(--bs-gutter-x, 40px);
    }
    .blur_new {
      background: rgba(5, 20, 31, 0.7);
      position: relative;
      z-index: 9;
      padding: 25px;
      height: auto;
      color: #fff;
      text-align: left;
      font-size: 16px;
    }
.blur_new h3 {
  text-align: center;
  font-weight: bold;
}
.blur_new * {
  color: #fff;
}
#play {
    background: transparent;
    border: 0;
    position: absolute;
    left: calc(50% - 16px);
    bottom: 15px;
    display: none;
    cursor: pointer;
}

#stop {
    background: transparent;
    border: 0;
    position: absolute;
    left: calc(50% - 16px);
    bottom: 15px;
    display: block;
    cursor: pointer;
}


/* titan */


.titan-multi .titan-banner-first {
  min-height: 100vh;
  position: relative;
  background: url('../img/titan/1.jpg') center center no-repeat;
  background-size: cover;
}

.titan-banner-title {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: fit-content;
  padding: 25px 40px 25px 25px;
  position: relative;
  overflow: hidden;
}

.titan-banner-title h1 {
  width: fit-content;
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 5px solid currentcolor;
  z-index: 2;
}

.titan-banner-title h2 {
  width: fit-content;
  font-size: 17px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin: 15px 0 0 0;
  z-index: 2;
}

.titan-banner-title a {
  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;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 15px;
  border: 0;
  cursor: pointer;
  width: fit-content;
  margin-top: 15px;
  z-index: 2;
}

.titan-banner-title a.first {
  transition: all 0.3s ease;
  background: #000;
}

.titan-banner-title a.first:hover {
  background: #b53b3b;
  transition: all 0.3s ease;
}

.titan-banner-title a.second {
  background: #b53b3b;
  transition: all 0.3s ease;
}

.titan-banner-title a.second:hover {
  background: #000;
  transition: all 0.3s ease;
}

.titan-banner-first .titan-banner-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 20, 31, 0.7); /* Спадкуємо колір з основного блока */
  transform: skew(-20deg);
  transform-origin: top right;
}

.titan-banner-text {
  background: rgba(5, 20, 31, 0.7);
  padding: 25px;
  max-width: 350px;
  align-self: baseline;
}

.titan-banner-text p {
  color: #fff;
}

.titan-banner-text h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.titan-banner-first .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.titan-multi .titan-banner-second {
  min-height: 100vh;
  position: relative;
  background: url('../img/titan/2.jpg') center center no-repeat;
  background-size: cover;
}

.titan-banner-second {
  display: flex;
  align-items: flex-end;
}

.titan-banner-second .titan-banner-text.first {
  align-self: flex-end;
}

.titan-banner-second .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  flex-wrap: wrap;
  gap: 30px;
}

.titan-banner-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.titan-banner-second .titan-banner-text-wrap .titan-banner-text p {
  text-align: center;
}

.titan-banner-third .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 80px;
}

.titan-banner-third .titan-banner-text-wrap .titan-banner-text.second p {
  text-align: center;
}

.titan-banner-third .titan-banner-text {
  align-self: flex-end;
}

.titan-multi .titan-banner-third {
  min-height: 100vh;
  position: relative;
  background: url('../img/titan/3.jpg') center center no-repeat;
  background-size: cover;
}

.titan-multi .titan-banner-fourth {
  min-height: 100vh;
  position: relative;
  background: url('../img/titan/4.jpg') center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.titan-banner-fourth .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.titan-banner-fourth .titan-banner-text-wrap .titan-banner-text p {
  text-align: center;
}

.titan-multi .titan-banner-fifth {
  min-height: 100vh;
  position: relative;
  background: url('../img/titan/7.jpg') center center no-repeat;
  background-size: cover;
}

.titan-banner-fifth .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 100px;
}

.titan-banner-fifth .titan-banner-text.second,
.titan-banner-fifth .titan-banner-text.third {
  text-align: center;
}


.gm-style .gm-style-iw-d div{
  font-size: 18px;
  line-height: 24px;
}

.gm-style-iw-chr{
  position: absolute;
  right: 0;
  top: 0;
}

.gm-style .gm-style-iw-c{
  padding: 20px 20px 10px 20px!important;
}

input.hidden{
  display: none;
}

.about-us li{
      font-weight: 300;
    font-size: 20px;
    line-height: 170%;
}

.about-us ul{
  padding-left: 30px;
}

.about-us h4{
  font-size: 22px;
  font-weight: 400;
  margin: 15px 0;
}

.privacy-policy li{
    font-weight: 300;
    font-size: 20px;
    line-height: 170%;
}

.privacy-policy ul, .privacy-policy ol{
  padding-left: 30px;
}

.privacy-policy h3{
  margin-top: 20px;
}

.privacy-policy{
  padding-top: 70px;
}

.privacy-policy h1{
  text-align: center;
}