html {
  scroll-behavior: smooth;
  transition: all 0.5s ease-in-out;
}

.home-page-slider .slider__item {
  margin-right: 0;
  max-width: 100vw;
  margin-left: 0;
  background-size: cover;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding: 160px 0;
  padding-top: 300px; */
  padding: 0;
  /* background-color: rgb(0 0 0 / 50%); */
  /* background-blend-mode: multiply; */
}

.home-page-slider .slick-initialized .slick-slide {
  display: block;
}

.header__logo .light-logo {
  display: none;
}

.home-page-slider .slider__info {
  display: block;
  flex-direction: column;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  /* min-height: 769px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.home-page-slider .slider__info.slider_info_mobile {
  display: none;
}

.home-page-slider .slick-track {
  display: flex;
}

.home-page-slider .slider__list-info {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
}

.home-page-slider .slider__title {
  color: #fff;
}

.home-page-slider .list-slider .slick-dots {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  bottom: 19px;
  top: auto;
  left: 0;
  width: 100%;
  transform: none;
}

.home-page-slider .btn {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 20px;
  height: auto;
}

.dark .header__wrapper {
  position: absolute;
  background-color: transparent;
  z-index: 100;
  width: 100%;
}

.header__wrapper .header {
  background: transparent;
  color: #fff;
}

.header .catalog__item.border a,
.header__wrapper .catalog__item.border.fill a {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}

.header__wrapper .catalog__item.border.fill a svg path {
  fill: #fff;
}

.header__wrapper .header__catalog ul>li>a {
  color: #fff;
}

.header .header__request-call {
  color: #fff;
}

.home-page-slider .list-info__item::before {
  background-color: #fff;
}

.list-slider .slick-prev {
  background: url(../../../../assets/image/left_arrow.svg) !important;
  background-repeat: no-repeat !important;
}

.list-slider .slick-next {
  background-image: url("../../../../assets/image/right_arrow.svg") !important;
  background-repeat: no-repeat !important;
}

.list-slider.home-page-slider-wrapper .slick-dots li {
  width: 14px;
  height: 14px;
  padding: 2px;
  opacity: 0.5;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-slider.home-page-slider-wrapper .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  background: #fff;
  margin: 0;
  line-height: 9px;
  border-radius: 50%;
}

.list-slider.home-page-slider-wrapper li.slick-active {
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (min-width: 767px) {
  .header .header__request-call:hover {
    /* color: #ea4e00; */
  }

  .header__phone svg path {
    fill: #fff;
  }

  .header__icon>div svg path {
    fill: #fff;
  }

  .header__phone_mob>svg path {
    fill: #fff;
  }

  .header .header__icon>div:hover svg path {
    /* fill: #ea4e00; */
  }

  .home-page-slider .slider__title {
    font-size: 45px;
    font-weight: 600;
  }
}

@media (min-width: 1200px) {
  .slider__item {
    position: relative;
    padding: 59px 0 127px;
  }

  .max-h-396 {
    max-height: 396px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .home-page-slider .slider__info.slider_info_mobile {
    display: block;
  }

  .home-page-slider .slider__info.slider_info_desktop {
    display: none;
  }

  .home-page-slider .slider__info {

    /* min-height: 462px; */
    background-position: center center;

  }

  .header__logo .light-logo {
    /* display: block; */
  }

  .header__logo .dark-logo {
    /* display: none; */
  }

  .dark .header__wrapper {
    background-color: transparent;
    position: absolute;
  }

  .home-page-slider .slider__item {
    /* padding-top: 120px;
        padding-bottom: 60px; */
  }

  .dark main {
    padding-top: 0;
  }

  .header__wrapper .header {
    border-bottom: 1px solid #e1e1e1;
  }

  .header__wrapper .header__phone_mob svg path,
  .header__wrapper .header__search svg path,
  .header__wrapper .header__menu svg path {
    fill: #fff;
  }

}

@media screen and (orientation:landscape) {
  .home-page-slider .slider__info.slider_info_mobile {
    display: none;
  }

  .home-page-slider .slider__info.slider_info_desktop {
    display: block;
  }
}

@media screen and (orientation:portrait) {
  .home-page-slider .slider__info.slider_info_mobile {
    display: block;
  }

  .home-page-slider .slider__info.slider_info_desktop {
    display: none;
  }
}

.breadcrumbs {
  display: none;
}

.home-page-slider .slider__item {
  background: url("./images/landbg2.jpg") no-repeat center;
  background-size: cover;
  min-height: 1100px;
}

.home-page-slider .slider__item {
  display: flex;
  position: relative;
  padding-top: 350px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.mx1700 {
  max-width: 1170px;
}


html,
body {
  font-family: "TT Interfaces", sans-serif;
}

.header__scroll {
  display: none;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  text-align: left;
}

.title-block span {
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-size: 32px;
  display: block;
  line-height: normal;
  max-width: 800px;
  padding: 20px 0;
}

.btn-block {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.btn.dark-btn {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 50px;
  padding: 7px 40px
}

.btn.dark-btn.transparent-btn {
  background-color: transparent;
  color: var(--main-color);
}

/*Преимущества*/
.prim-wrapper {
  /* display: flex; */
  position: absolute;
  bottom: 80px;
}

.preim {
  display: flex;
  gap: 20px;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.preim__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  max-width: 285px;
  line-height: normal;
}

.preim__item img {
  width: 125px;
  height: 125px;
  border: #fff 2px dotted;
  border-radius: 50%;
  padding: 20px;
  overflow: visible;
  margin-bottom: 20px;
}

@media (max-width: 1280px) {
  .home-page-slider .slider__item {
    padding-top: 160px;
    min-height: 800px;
  }

  .home-page-slider .slider__item .container.mx1700 {
    max-width: 980px;
  }

  h1 {
    font-size: 36px;
  }

  .title-block span {
    font-size: 24px;
  }

  .preim__item img {
    width: 80px;
    height: 80px;
    padding: 15px;
  }

  .preim__item {
    font-size: 14px;
    line-height: normal;
  }
}

@media (max-width: 600px) {
  .home-page-slider .slider__item {}

  .home-page-slider .slider__item .container.mx1700 {
    max-width: calc(100vw - 40px);
  }

  .preim {
    flex-wrap: wrap;
  }

  .preim__item {
    flex-basis: calc(100% / 2 - 10px)
  }

  h1 {
    font-size: 22px;
  }

  .title-block span {
    font-size: 16px;
  }

  .btn.dark-btn {
    font-size: 12px;
    font-size: 12px;
    line-height: normal;
    padding: 10px 0px;
  }

  .btn-block {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }

}

@media (max-width: 376px) {
  .preim {
    gap: 0;
  }

  .preim__item {
    padding: 0;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .preim__item img {
    margin-bottom: 10px;
  }

  .prim-wrapper {
    bottom: 30px;
  }
}

.disp-block {
  display: flex;
  position: relative;
  margin-top: 80px;
}

.disp-block .left,
.disp-block .right {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 20%;
  position: relative;
}

.disp-block .left img,
.disp-block .right img {
  /* margin-right: -40px; */
  /* left: 0; */
  position: absolute;
  max-width: 120%;
  right: -40px;
  max-height: calc(100% - 60px);
}

.disp-block .right img {
  /* margin-right: 0; */
  /* margin-left: -40px; */
  left: -40px;
  right: auto;
}

.disp-block .right {}

.disp-block .center {
  width: 60%;
  border: 1px solid black;
  padding: 80px;
  text-align: center;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

p {
  line-height: normal;
}

.disp-block p {
  text-justify: distribute;
  text-align: justify;
}

.pc-hidden {
  display: none;
}

@media (max-width: 800px) {
  .mb-hidden {
    display: none;

  }

  .pc-hidden {
    display: block;
  }

  .disp-block .left img,
  .disp-block .right img {
    display: block;
    position: relative;
  }

  .disp-block .left img:first-child {
    margin-bottom: 15px;
  }

  .disp-block .center {
    width: 80%;
    text-align: left;
    padding-left: 100px;
    padding-right: 20px;
  }
}

@media (max-width: 500px) {
  .disp-block {
    flex-direction: column;
  }

  .disp-block .left {
    width: 100%;
    display: flex;
    gap: 20px;
  }

  .disp-block .center {
    width: 100%;
    padding: 80px 60px;
  }

  .disp-block .left img,
  .disp-block .right img {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    max-width: calc(100% / 2 - 10px);
    right: auto;
    left: auto;
  }
}


/*Sliders*/
.slider-container {
  /* display: flex;
	gap: 40px; */
  position: relative;
  display: flex;
  justify-content: end;
  touch-action: pan-y;
}

.slider-new {
  position: relative;
  width: 600px;
  perspective: 1000px;
  transform-style: preserve-3d;
  height: 250px;
  padding: 20px 0;
  margin-bottom: 40px;
}

.slide {
  position: absolute;
  width: 350px;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 26px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  opacity: 1;
  border: 1px solid #fff;
}

.slide.active {
  opacity: 1;
}

.slide:nth-child(1) {
  z-index: 4;
}

.slide:nth-child(2) {
  transform: translateX(100px);
  z-index: 3;
  height: 230px;
  margin-top: 10px;
}

.slide:nth-child(3) {
  transform: translateX(200px);
  z-index: 2;
  height: 210px;
  margin-top: 20px;
}

.slide:nth-child(4) {
  transform: translateX(300px);
  z-index: 1;
  height: 190px;
  margin-top: 30px;
}

.slide:nth-child(5),
.slide:nth-child(6),
.slide:nth-child(7),
.slide:nth-child(8) {
  display: none;
}

.btl a {
  color: #0073e6;
  text-decoration: none;
  font-weight: bold;
}

.btl a:hover {
  text-decoration: underline;
}

.slider-new button {
  position: absolute;
  top: 10px;
}

.slider-container .previous,
.slider-container .next {
  width: 40px;
  height: 10px;
  background: url("images/left.svg") no-repeat;
  background-size: contain;
  right: 0;
  position: absolute;
  top: 0;
}

.slider-container .previous {
  right: 50px;
}

.slider-container .next {
  background-image: url("images/right.svg");
}

.column2 {
  display: flex;
}

.column2 .left {
  width: 35%;
  padding-right: 20px;
}

.column2 .right {
  width: 65%;
}

.column2.column2-left .left {
  width: 65%;
  padding-right: 650px;
}

.column2.column2-left .right {
  width: 35%;
  padding-left: 20px;
}

.column2.column2-left .slider-container {
  justify-content: left;
}


.column2-left .slide:nth-child(1) {
  transform: translateX(300px);
}

.column2-left .slide:nth-child(2) {
  transform: translateX(200px);

}

.column2-left .slide:nth-child(3) {
  transform: translateX(100px);

}

.column2-left .slide:nth-child(4) {
  transform: translateX(0);
}

.column2-left .slider-container .previous {
  right: auto;
  left: 0;
}

.column2-left .slider-container .next {
  right: auto;
  left: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-60 {
  margin-top: 60px;
}

.with-disp-border {
  background-color: #fff;
  padding: 0 10px;
  display: block;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}

.with-disp-border::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: -16px;
  left: -22px;
  border: 1px solid #000;
  z-index: -1;
}

.nav-line {
  border-top: 1px solid #000;
  position: relative;
  bottom: 0;
  position: absolute;
  width: 650px;
}
.zoom-btn{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 600px;
  background: url(images/search-square.svg);
  background-size: contain;
  cursor: pointer;
}
.column2-left .zoom-btn{
    right: 0;
    left: 640px;
}

.nav-line-runner {
  position: absolute;
  top: -2px;
  left: 0;
  border-top: 3px solid #000;
}

@media (max-width: 1280px) {
  .column2 .left {

    overflow: hidden;
  }

  .column2 .right {

    overflow: hidden;
  }
}

@media (max-width: 600px) {
  .container {
    width: 100%;
    max-width: calc(100vw - 40px);
    overflow: hidden;
  }

  .column2 {
    flex-direction: column;
  }

  .column2 .left {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .column2 .right {
    width: 100%;
    overflow: hidden;
  }

  .column2-left .right {
    order: 1;
  }

  .column2-left .left {
    order: 2;
  }

  .column2.column2-left .left {
    padding-right: 0;
    width: 100%;
    padding-bottom: 0;
  }

  .column2.column2-left .right {
    padding-bottom: 50px;
    width: 100%;
  }


  .column2.column2-left .slider-container {
    justify-content: left;
  }


  .column2-left .slide:nth-child(1) {
    transform: translateX(0);
  }

  .column2-left .slide:nth-child(2) {
    transform: translateX(100px);

  }

  .column2-left .slide:nth-child(3) {
    transform: translateX(200px);

  }

  .column2-left .slide:nth-child(4) {
    transform: translateX(300px);
  }

  .container.mt-160 {
    margin-top: 100px;
  }

  .with-disp-border::after {
    display: none;
  }

  .nav-line {
    width: 100%;
  }

}

.zoom.column2{
  flex-direction: column;
  background-color: #2E2E2E;
  padding: 40px;
  border-radius: 25px;
  color: #E7E8DE;
}
.zoom .left, .zoom.column2.column2-left .left{
  width: 100%;
  padding-right: 0;
}
.zoom.column2.column2-left .left{
  order: 2;
}
.zoom.column2.column2-left .right{
  order: 1;
}
.zoom .right{
  width: 100%;
  /* margin-top: 60px; */
}
.zoom .slider-new{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
      height: auto;
      transition: none;
          justify-content: space-between;
}
.zoom.column2 .slider-new *{
  transition: none !important;
}
.zoom.column2 .slide{
  display: block;
    position: relative;
    width: calc(100% / 3 - 20px);
    transform: translate(0px);
    object-fit: cover;
    aspect-ratio: 1.72 / 1;
    height: auto;
    margin-top: 020px;
}
.zoom .slide:nth-child(1) {
  width: 100%;
}

.zoom .with-disp-border{
  background-color: transparent;
  margin-left: 0;
}
.zoom .with-disp-border::after{
  display: none;
}
.zoom .nav-line, .zoom .nav-line-runner{
  border-color: #E7E8DE;
}
.zoom .nav-line{
  width: 100%;
}
.zoom .previous, .zoom .next{ 
  display: none;
}

.zoom .zoom-btn{
      width: 30px;
    height: 30px;
        right: 20px;
    top: 60px;
    background-image: url(images/close-square.svg);
   
}

.zoom.column2.column2-left .zoom-btn{
 left: auto;
}

.full-width.black {
  background: #262626;
  padding: 60px 0;
}

.full-width h2 {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-width h2 span {

  padding: 0 20px;
  background-color: #fff;
  display: block;
  z-index: 10;
  /* position: relative; */
  /* position: absolute; */
  margin: 0 auto;
}

.black h2 span {
  color: #fff;
  background-color: #262626;
}

.full-width h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C6A577;
  position: absolute;
  top: 50%;

}

.materials-container {
  display: flex;
  /* flex-wrap: wrap; */
}

.materials {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-top: 40px;
  justify-content: center;
}

.materials.second {
  width: auto;
}

.material {
  max-width: 188px;
  display: flex;
  flex-direction: column;
  margin: 20px;
  text-align: center;
  align-items: center;
}

.material span {
  color: #fff;
}

@media (max-width: 800px) {
  .materials-container {
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .material img {
    width: 150px;

  }

}

.btn-container {

  display: flex;
  justify-content: center;
  padding: 40px 0;
  padding-bottom: 80px;
}

.btn-container .btn {
  padding: 10px 60px;
  height: auto;
  text-align: center;
}

@media (max-width: 340px) {
  .btn-container .btn {
    width: 100%;
    padding: 7px 0;
  }


}


.about {
  margin-top: 100px;
}

.about .left,
.about .right {
  width: 60%;

}

.about .left {
  margin-right: 2%;
  width: 38%;
}

.about img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.about p {
  padding: 20px;
  background-color: #E7E8DE;
  border-radius: 20px;
  margin-top: 10px;
}

@media (max-width: 600px) {

  .about .left,
  .about .right {
    width: 100%;
  }

  .about {
    margin-top: 50px;
  }
}

.container.black {
  background-color: #262626;
}

.black h2 {
  color: #fff;
}

.how-work {
  border-radius: 30px;
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}

.how-work .btn-container {
  padding-bottom: 20px;
}

.how-work .line {
  max-width: 80%;
  margin: 20px auto;
  margin-bottom: 60px;
}

.how-work-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 40px;
}

.how-work-items .item {
  background-color: #2E2E2E;
  padding: 40px 20px;
  border-radius: 20px;
  color: #F9F9F9;
  width: 280px;
  margin-bottom: 20px;
  text-align: left;
}

.how-work-items .item .title {}

.how-work-items .item .title::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: var(--main-color);
  margin: 20px 0;
  margin-bottom: 20px;

}

.how-work-items .item .desc {}

.how-work-items .item .num {
  color: #2E2E2E;
  font-size: 60px;
  font-weight: 800;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5C5C5C;
  text-align: right;
  padding: 40px 0;
  padding-bottom: 20px;
}


.contacts-container {
  background: url(images/crtbg.jpg) no-repeat;
  background-size: cover;
}

.form-black {
  color: #F9F9F9;
  margin-top: 130px;
  background-color: #2E2E2E;
  padding: 60px;
  margin-bottom: -30px;

}

.form .form__textarea,
.form__item {
  background-color: #2E2E2E;
  border: 1px solid #707070;
  width: 100%;
  color: #fff;

}

.form__item:not(:last-child) {
  margin: 0;
  margin-bottom: 20px;
}

.form__item {
  width: 47.5%;
  /* padding: 0; */
  margin: 0;

}

.form {
  display: flex;
  gap: 5%;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-black h3 {
  font-size: 36px;
  font-weight: 200;
  font-family: "Cormorant", sans-serif;
  line-height: normal;
  padding-bottom: 10px;
}

footer {
  background-color: #262626;
}

.form_btn.btn {
  border-radius: 20px;
  padding: 7px 45px;
  height: auto;
}

.form-black label {
  width: 50%;
  font-size: 12px;
  line-height: normal;
  color: #F9F9F9;
}

.form-black label a {
  color: var(--main-color);
}

@media (max-width: 768px) {
  .contacts-container .left {
    display: none;
  }

  .contacts-container .right {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .form__item {
    width: 100%;
  }

  .form-black h3 {
    font-size: 20px;
  }
}