.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;
}

/* --- baner --- */
.baner {
    height: 630px;
    background-image: url(../img/jpg/main-page-baner.jpg);
    background-position: top;
    background-size: cover;
  
    color: #fff;
  }
  .baner .container {
    height: 100%;
  }
  .baner__content-wrap {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }
  .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){
    .baner {
      height: 450px;
    } 
  }
  @media screen and (max-width: 992px){
    .baner{
      margin-top: 101px;
      height: 350px;
    }
      .baner__content-wrap h1,
      .baner__content-wrap h2 {
      font-size: 2.6rem;
      line-height: 3.7rem;
      }
      .baner__content-wrap .dq-btn {
      font-size: 1.6rem;
      }
  }
  @media screen and (max-width: 576px){
      .baner {
          height: 300px;
      } 
      .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 ;
  }
}