.navbar--wrap{
  top: 60px;
}

.bg-logo {
  position: relative;
}
.bg-logo::before {
  content: "";
  height: 610px;
  width: 900px;
  display: block;
  background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/svg/fadom-bg-logo.svg);
  position: absolute;
  left: -530px;
  top: -61px;
  background-size: 900px auto;
  background-position: bottom;
}
.main-content{
  margin-top: 30px;
  overflow-x: clip;
}
.main-content .container{
  position: relative;
}
.main-content .container::before{
  content: "";
  width: 372px;
  height: 827px;
  display: block;
  background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/svg/vector-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -290px;
  top: -110px;
  z-index: 1;
}
.main-content .container > .row{
  position: relative;
  z-index: 2;
}
.main-content__light{
  font-size: 4.4rem;
  font-weight: 200;
  line-height: 4.9rem;
  margin-bottom: 35px;
  display: block;
}
.main-content__header{
  font-size: 5.2rem;
  line-height: 4.9rem;
  font-weight: 800;
  display: block;
  margin-bottom: 35px;
}
.main-content__content{
  font-size: 2.4rem;
  line-height: 3.9rem;
}

.my-7{
  margin-bottom: 70px;
}

@media screen and (max-width: 992px){
  .main-content__content{
    font-size: 1.9rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
  .main-content__light{
    font-size: 3.3rem;
    line-height: 4.1rem;
    margin-bottom: 18px;
  }
  .main-content__header{
    font-size: 4.4rem;
    line-height: 4.2rem;
    margin-bottom: 24px;
  }
  .main-content .container::before{
    width: 372px;
    height: 627px;
    left: -290px;
    top: -110px;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 567px){
  .main-content__light{
    font-size: 2.5rem;
    line-height: 3.8rem;
    margin-bottom: 5px;
  }
  .main-content__header{
    font-size: 3.7rem;
    line-height: 3.9rem;
  }
   .container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar--wrap{
    top: 25px;
  }
}

/* --- baner --- */
.baner {
  height: 768px;
  background-image: url(../img/jpg/main-page-baner.jpg);
  background-position: top;
  background-size: cover;
  border-radius: 0 0 112px 0;
  overflow: hidden;
  color: #fff;
}
.baner .container {
  height: 100%;
}
.baner__content-wrap {
  height: 100%;
  position: relative;
}
.baner__content-wrap h1,
.baner__content-wrap h2 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 1px;
  max-width: 468px;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px #000;
}
.baner__content-wrap .dq-btn.bg-gray {
  font-size: 1.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 22px;
}
@media screen and (max-width: 1199px) {
  .main-content .container::before{
    left: -230px;
    top: -184px;
    background-size: 100% 100%;
  }
  .dq-btn.white,
  .dq-btn.orange {
    font-size: 2rem;
  }
  .baner {
    border-radius: 0 0 70px 0;
    height: 650px;
  }
  .navbar-expand-lg .navbar-nav {
    column-gap: 35px;
  }
  .navbar .nav-link {
    font-size: 2rem;
  }
  .navbar {
    padding: 20px 40px 20px 40px;
  }
  .navbar-brand {
    max-height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  .baner {
    height: 450px;
  }
  .navbar {
    padding: 15px 30px 15px 30px;
  }
  .baner__content-wrap h1,
  .baner__content-wrap h2 {
    font-size: 2.6rem;
    line-height: 3.7rem;
  }
  .baner__content-wrap .dq-btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .baner {
    height: 400px;
    border-radius: 0 0 35px 0;
  }
  .baner__content-wrap h1,
  .baner__content-wrap h2 {
    font-size: 2.6rem;
    line-height: 3.3rem;
  }
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper__wrap {
  overflow-x: clip;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .swiper__header--link-more {
    margin-top: 30px;
    display: block;
    width: max-content;
    margin-left: auto;
  }
}

/* --- twin --- */

.twin {
  margin-top: 200px;
  margin-bottom: 120px;
  --twin-col-width: 640px;
  --twin-col-padding: 100px;
  overflow-x: clip;
}
.twin__row {
  display: flex;
  flex-wrap: wrap;
}
.twin__row-col--img {
  max-width: var(--twin-col-width);
  margin-left: var(--twin-col-padding);
}
.twin__row-col--content {
  max-width: var(--twin-col-width);
  padding-right: var(--twin-col-padding);
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 3.9rem;
  margin-left: auto;
  margin-right: 100px;
}
.twin__row-col--content p:last-child {
  margin-bottom: 0;
}
.twin__row-col--content h2,
.twin__row-col--content h3,
.twin__row-col--content h4,
.twin__row-col--content h5 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 4.6rem;
  margin-bottom: 40px;
}
.twin__row-col.bg {
  background-color: var(--c-orange);
  position: relative;
  max-height: 490px;
}
.twin__row-col.bg .bg-img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: auto;
  z-index: 2;
}
.twin__row-col--img img:not(.twin__row-col--img img.bg-img) {
  margin-left: auto;
  display: block;
  position: relative;
  border-radius: 36px 0 0 0;
  bottom: 120px;
}

@media screen and (max-width: 1399px) {
  .twin {
    --twin-col-width: 555px;
    --twin-col-padding: 90px;
  }
  .twin__row-col--content {
    margin-right: 0;
  }
  .twin__row-col--img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .twin {
    --twin-col-width: 465px;
    --twin-col-padding: 40px;
  }
}
@media screen and (max-width: 992px) {
  .twin {
    position: relative;
    --twin-col-width: 660px;
  }
  .twin__row-col.bg {
    opacity: 0.6;
    position: absolute;
    right: 0;
    bottom: -65px;
  }
  .twin__row-col--content {
    max-width: 690px;
    margin: auto;
    padding-right: 0px;
    line-height: 3.6rem;
  }
  .twin__row-col:first-child {
    z-index: 2;
  }
  .twin__row-col--img img:not(.twin__row-col--img img.bg-img) {
    max-height: 490px;
    bottom: 65px;
    object-fit: cover;
  }
}
@media screen and (max-width: 676px) {
  .twin {
    margin-top: 130px;
  }
  .twin__row-col--img img:not(.twin__row-col--img img.bg-img) {
    display: none;
    content-visibility: hidden;
  }
  .twin__row-col--content h2,
  .twin__row-col--content h3,
  .twin__row-col--content h4,
  .twin__row-col--content h5 {
    font-size: 2.6rem;
    line-height: 4rem;
    margin-bottom: 30px;
  }
  .twin__row-col:first-child {
    background-color: var(--c-orange);
    color: #fff;
    padding: 65px 0px;
  }
  .twin__row-col.bg {
    width: 500px;
  }
}
@media screen and (max-width: 576px) {
  .twin {
    margin-top: 120px;
  }
}
@media screen and (max-width: 450px) {
  .twin {
    margin-top: 100px;
  }
}

/* --- two-color --- */

.two-color {
  background-image: url(/typo3conf/ext/dqtemplate/Resources/Public/Images/jpg/two-color-bg.jpg);
  background-size: cover;
  margin-bottom: 200px;
}
.two-color__content {
  display: flex;
  align-items: center;
}
.two-color__wrap {
  max-width: 740px;
}
.two-color__img .two-color__wrap {
  margin-left: auto;
  padding-right: 60px;
}
.two-color__content .two-color__wrap {
  padding-left: 60px;
}
.two-color__wrap--content {
  font-size: 2.2rem;
  line-height: 3.9rem;
  max-width: 585px;
}
.two-color__wrap--content strong {
  font-size: 3.8rem;
  line-height: 5.6rem;
  color: var(--c-orange);
  margin-bottom: 40px;
  display: block;
  font-weight: 500;
}
.two-color__img img {
  position: relative;
  top: 90px;
  border-radius: 0 72px 0 0;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1399px) {
  .two-color__wrap,
  .two-color__wrap--content {
    max-width: 555px;
  }
  .two-color__content .two-color__wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .two-color {
    background-image: none;
  }
  .two-color__img .two-color__wrap,
  .two-color__content .two-color__wrap {
    max-width: 930px;
    width: 100%;
    padding-right: 0px;
    margin: auto;
  }
  .two-color__img img {
    top: 0px;
    object-position: top;
  }
  .two-color__row {
    row-gap: 45px;
  }
  .two-color__content:last-child {
    background-color: #cecece;
  }
  .two-color__img img {
    border-radius: 0px 72px 0 72px;
  }
  .two-color__wrap--content {
    max-width: 930px;
    padding: 50px 0 50px 0;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .two-color__wrap--content strong {
    font-size: 2.6rem;
    line-height: 3.5rem;
    margin-bottom: 30px;
  }
  .two-color__wrap--content {
    font-size: 2.1rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .two-color__img img {
    max-height: 500px;
  }
  .two-color {
    margin-bottom: 100px;
  }
}


.tile-main{
  margin-top: 60px;
  margin-bottom: 60px;
}
.tile-main__row{
  display: flex;
  position: relative;
}
.tile-main__row__item{
  background-size: cover;
  height: 480px;
  border-radius: 35px;
  padding: 30px;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
}
.tile-main__row__item.smal{
  width: 400px;
}
.tile-main__row__item.lerge{
  position: absolute;
  border-radius: 35px 0px 0px 35px;
  right: calc((1675px - 100vw) / 2);
  width: calc((100vw - 1690px) / 2 + (100% - 450px));
}
.tile-main__row__item.lerge .dq-btn{
  background-color: rgb(0, 0, 0, 0.4);
  color: #fff;
  border: 2px solid #fff;
}
@media screen and (max-width: 1701px){
  .tile-main__row__item.lerge{
    width: calc((100vw - 8.33%) - 470px);
    right: -15px;
  }
}
@media screen and (max-width: 1399px){
  .tile-main__row__item.lerge{
    right: calc((1125px - 100vw) / 2);
    width: calc((100vw - 1140px) / 2 + (100% - 450px));
  }
}
@media screen and (max-width: 1199px){
  .tile-main__row__item.lerge{
    right: calc((945px - 100vw) / 2);
    width: calc((100vw - 960px) / 2 + (100% - 450px));
  }
}

@media screen and (max-width: 992px){
  .tile-main__row{
    flex-direction: column;
    row-gap: 55px;
  }
  .tile-main__row__item.lerge,
  .tile-main__row__item.smal{
    position: static;
    width: 100%;
    border-radius: 35px;
  }
  .tile-main__row__item{
    height: 360px;
  }
  .tile-main{
    margin-bottom: 40px;
  }
}