body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

html {
  scroll-behavior: smooth;
}

.yakir{
  text-decoration: none;
  color: #000000;
}

.yakir:hover{
  text-decoration: underline;
}

.block{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.bg-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 113px 200px 50px 200px;
  background-image: url('/pic/main/040425_67efb0a988f99_473301808_bl0ucvdX1KFjrznhfO3CcpPFRaWwOW5V.webp');
  background-size: 44%;
  background-position: right bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.menu{
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  padding: 20px 0 20px 0;
  font-weight: 500;
  font-size: 18px;
  overflow: hidden;
  width: calc(100% - 400px);
  border-bottom: 1px solid #DDD;
}

.menu_flex{
  display: flex;
  flex: 1;
  justify-content: center;
  border-right: 1px solid #DDD;
}

.menu_flex:last-child {
  border-right: none;
}

.pic_logo{
  width: 30%;
}

.title_2{
  font-size: 41px;
  font-weight: 700;
}

.title_3{
  display: flex;
  flex-direction: column;
  justify-content: left;
  font-size: 40px;
  font-weight: 700;
  align-items: baseline;
  gap: 20px;
}

.title_3_btn{
  color: #FFFFFF;
  background-color: #65373b;
  border-radius: 10px;
  padding: 15px;
}

.title_3_btn_after{
  color: #65373b;
  background-color: transparent;
  border-radius: 10px;
  padding: 15px;
  user-select: none;
  pointer-events: none;
}

.gggg{
  transition: all 0.3s;
}

.gggg:hover{
  cursor: pointer;
  transform: scale(1.03);
  transition: all 0.3s;
}

.block_2 {
  display: flex;
  flex-direction: row;  
  width: 100vw;
  height: 100vh;
}

.block_10 {
  display: flex;
  flex-direction: row;  
  width: 100vw;
  height: 100vh;
}

.black_fone{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #000000;
  width: 65%;
  color: #FFFFFF;
  padding: 0 200px 0 200px;
  box-sizing: border-box;
  justify-content: center;
}

.white_fone{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #FFFFFF;
  width: 65%;
  color: #000000;
  padding: 0 200px 0 200px;
  box-sizing: border-box;
  justify-content: center;
}

.black_fone_pic{
  width: 35%;
  height: 100%;
}

.black_fone_pics{
  width: 100%;
  object-fit: cover;
}

.black_fone_title{
  font-size: 40px;
  font-weight: 700;
}

.black_fone_text{
  font-size: 24px;
}

.text{
  margin: 20px 0 0 ;
}

.block_3{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  background-image: url('/pic/main/3.JPG');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block_3_inside{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 100px 200px;
  color: #FFFFFF;
  height: 100%;
}

.block_3_inside_h1{
  font-size: 50px;
  font-weight: 700;
}

.block_3_inside_2{
  display: flex;
  flex-direction: column;
  margin: 0 0 80px 0;
}

.block_3_inside_2_title{
  font-size: 40px;
  font-weight: 700;
}

.column{
  display: flex;
  flex-direction: column;
}

.block_3_inside_2_text{
  font-size: 20px;
}

.block_4{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 40px 200px 50px 200px;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
  color: #FFFFFF;
}

.block_4_title{
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.block_4_column{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.block_4_row_flex_1{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.block_4_row_flex_2 {
  flex-grow: 1; /* Займає всю доступну висоту */
  display: flex; /* Щоб iframe зайняв всю висоту */
  padding: 50px 0 0 0;
}

.block_4_row_flex_2 iframe {
  width: 100%;
  height: 100%; /* Розтягуємо на всю висоту */
  border-radius: 15px;
}

.block_4_row_flex_pic{
  display: flex;
  width: calc(25% - 38px);
  aspect-ratio: 16/12;
  box-sizing: border-box;
}

.block_4_pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}















.block_5{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 300px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.block_5_title{
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.block_5_column{
  display: flex;
  flex-direction: column;
}

.slider-container {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .slider-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slider-item {
            flex: 0 0 25%; /* 4 зображення по 25% ширини */
            box-sizing: border-box;
            padding: 5px;
        }

        .slider-item img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }

        .slider-buttons {
            display: flex;
            align-self: center;
            flex-wrap: wrap;
            gap: 30px;
        }

        .slider-buttons button {
            font-size: 50px;
            cursor: pointer;
            border: none;
            background-color: #000000;
            color: #FFFFFF;
            transition: 0.2s;
            padding: 20px 41px 20px 37px;
            border-radius: 50px;
        }

        .slider-buttons button:hover {
          background-color: #cd6133;
          cursor: pointer;
          transition: all 0.2s;
          color: #FFFFFF;
        }

        .slider-buttons button:disabled {
          background-color: #ccc;
          cursor: not-allowed;
        }


.block_6{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 50px 400px;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
  color: #FFFFFF;
  justify-content: space-between;
}

.block_6_title{
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.block_6_inside {
  width: 100%;
}


.image_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.image_block img {
    object-fit: cover;
    border-radius: 10px;
}

/* Оформлення кнопок Swiper */
.swiper-button-prev, .swiper-button-next {
    color: white;
}

.slider-item-lucky {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  box-sizing: border-box;
  gap: 20px;
}

.ffflex_1{
  flex: 1;
  text-align: center;
}

.ffflex_2{
  position: relative;
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
  padding: 0 10px 0 10px;
}

.ffflex_2_text{
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 15px;
  left: 25px;
  z-index: 10;
  color: #FFFFFF;
}

.ffflex_2_text_title{
  font-size: 22px;
  font-weight: 700;
}

.ffflex_2_text_street{
  font-size: 13px;
  font-weight: 500;
}

.ffw{
  width: 90%;
  border-radius: 10px;
  box-sizing: border-box;
}

.ffw_fit_cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(60%);
  transition: all 0.3s;
}

.ffw_fit_cover:hover{
  filter: brightness(90%);
  transition: all 0.3s;
}

.pic_prev{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.pic_next{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.picsss{
  width: 100%;
  transition: transform 0.3s ease;
}

.picsss:hover{
  cursor: pointer;
  transform: scale(1.2);
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.block_7{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 300px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.block_7_title{
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.block_7_column{
  display: flex;
  flex-direction: column;
}

.slider-item-complex {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  box-sizing: border-box;
  gap: 20px;
}

.slider-wrapper_7 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.block_8{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
  position: relative;
}

.block_8_absolute{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  background-color: #000000;
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;

  z-index: 9;

  height: 100px;
  line-height: 100px;

  padding: 0 200px 0 200px;
  box-sizing: border-box;
}

.block_8_absolute_icons{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.main_icons{
  width: 28px;
}

.block_8_absolute_phone{
  font-size: 24px;
}

.block_8_flex1{
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  box-sizing: border-box;
  padding: 140px 200px 240px 200px;
}

.block_8_flex2{
  display: flex;
  width: 50%;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.block_8_pic{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_8_title{
  text-align: left;
  font-size: 50px;
  font-weight: 700;
}

.block_8_slogan{
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.block_8_inputs{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block_8_input::placeholder{
  color: #999999;
}

.block_8_input{
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
  border: none;
  outline: none;
  background-color: #EEEEEE;
  color: #000000;
}

.block_8_btn{
  display: flex;
  justify-content: left;
  font-size: 20px;
  font-weight: 600;
  align-items: baseline;
}

.block_8_contacts{
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.block_8_align{
  display: flex;
  align-items: center;
}

.inside_gaps{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block_9{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
  position: relative;
}

.block_9_flex1{
  display: flex;
  width: 50%;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.block_9_flex2{
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 50px 100px 50px 100px;
  background-color: #000000;
  color: #FFFFFF;
}

.texs_none{
  text-decoration: none;
  transition: all 0.3s;
}

.texs_none:hover{
  transform: scale(1.03);
  transition: all 0.3s;
}







@media (max-width: 1610px) {

.bg-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 113px 100px 50px 100px;
  background-image: url('/pic/main/040425_67efb0a988f99_473301808_bl0ucvdX1KFjrznhfO3CcpPFRaWwOW5V.webp');
  background-size: 40%;
  background-position: right bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.block_3_inside_h1{
  font-size: 40px;
  font-weight: 700;
}

.block_3_inside_2_title{
  font-size: 32px;
  font-weight: 700;
}

.block_3_inside_2{
  display: flex;
  flex-direction: column;
  margin: 0 0 0 0;
}

.block_3_inside_2_text{
  font-size: 18px;
}

.black_fone_pics{
  height: 100%;
  object-fit: cover;
}

.block_7{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 200px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.black_fone_text {
  font-size: 18px;
}

.block_6{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 50px 300px;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
  color: #FFFFFF;
  justify-content: space-between;
}

.block_5{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 200px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.block_8_title{
  text-align: left;
  font-size: 40px;
  font-weight: 700;
}

.block_8_flex1{
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 200px 200px 200px;
}

.block_4_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.title_2{
  font-size: 32px;
  font-weight: 700;
}

.title_3{
  display: flex;
  flex-direction: column;
  justify-content: left;
  font-size: 32px;
  font-weight: 700;
  align-items: baseline;
  gap: 20px;
}

.menu{
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  padding: 20px 0 20px 0;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  width: calc(100% - 200px);
  border-bottom: 1px solid #DDD;
}

.block_5_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.block_6_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.block_7_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

}








@media (max-width: 1550px) {

.bg-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 113px 100px 50px 100px;
  background-image: url('/pic/main/040425_67efb0a988f99_473301808_bl0ucvdX1KFjrznhfO3CcpPFRaWwOW5V.webp');
  background-size: 40%;
  background-position: right bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.block_3_inside_h1{
  font-size: 40px;
  font-weight: 700;
}

.block_3_inside_2_title{
  font-size: 32px;
  font-weight: 700;
}

.block_3_inside_2{
  display: flex;
  flex-direction: column;
  margin: 0 0 0 0;
}

.block_3_inside_2_text{
  font-size: 18px;
}

.black_fone_pics{
  height: 100%;
  object-fit: cover;
}

.block_7{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 200px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.black_fone_text {
  font-size: 18px;
}

.block_6{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 50px 300px;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
  color: #FFFFFF;
  justify-content: space-between;
}

.block_5{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 200px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.block_8_title{
  text-align: left;
  font-size: 40px;
  font-weight: 700;
}

.block_8_flex1{
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 200px 200px 200px;
}

.block_4_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.title_2{
  font-size: 32px;
  font-weight: 700;
}

.title_3{
  display: flex;
  flex-direction: column;
  justify-content: left;
  font-size: 32px;
  font-weight: 700;
  align-items: baseline;
  gap: 20px;
}

.menu{
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  padding: 20px 0 20px 0;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  width: calc(100% - 200px);
  border-bottom: 1px solid #DDD;
}

.block_5_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.block_6_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.block_7_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

}









@media (max-width: 1475px) {

.block_3_inside_2_text{
  font-size: 18px;
}

.bg-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 113px 100px 50px 100px;
  background-image: url('/pic/main/040425_67efb0a988f99_473301808_bl0ucvdX1KFjrznhfO3CcpPFRaWwOW5V.webp');
  background-size: 42%;
  background-position: right bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.menu{
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  padding: 20px 0 20px 0;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  width: calc(100% - 200px);
  border-bottom: 1px solid #DDD;
}

.block_4{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 40px 200px 50px 200px;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
  color: #FFFFFF;
}

.block_4_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.block_5{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 200px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.block_5_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.block_6{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 50px 240px;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
  color: #FFFFFF;
  justify-content: space-between;
}

.block_6_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.slider-item-lucky {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  box-sizing: border-box;
  gap: 20px;
}

.ffw{
  width: 90%;
  border-radius: 10px;
  box-sizing: border-box;
}

.black_fone_text{
  font-size: 18px;
}

.title_2{
  font-size: 34px;
  font-weight: 700;
}

.title_3{
  display: flex;
  flex-direction: column;
  justify-content: left;
  font-size: 28px;
  font-weight: 700;
  align-items: baseline;
  gap: 20px;
}

.block_7{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 200px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.block_7_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.block_7_column{
  display: flex;
  flex-direction: column;
}

.slider-item-complex {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  box-sizing: border-box;
  gap: 20px;
}

.slider-wrapper_7 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.ffw_fit_cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.ffflex_2{
  position: relative;
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
  padding: 0 10px 0 10px;
}

.ffflex_2_text_title{
  font-size: 17px;
  font-weight: 700;
}

.ffflex_2_text_street{
  font-size: 11px;
  font-weight: 500;
}

.block_8_flex1{
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  box-sizing: border-box;
  padding: 140px 100px 240px 200px;
}

.block_8_flex2{
  display: flex;
  width: 50%;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.block_8_input{
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
  border: none;
  outline: none;
  background-color: #EEEEEE;
  color: #000000;
}

.block_8_btn{
  display: flex;
  justify-content: left;
  font-size: 18px;
  font-weight: 600;
  align-items: baseline;
}

.block_8_title{
  text-align: left;
  font-size: 34px;
  font-weight: 700;
}

.block_8_slogan{
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.block_8_contacts{
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.black_fone_pics{
  height: 100%;
  object-fit: cover;
}

.block_3_inside_h1{
  font-size: 40px;
  font-weight: 700;
}

.block_3_inside_2_title{
  font-size: 32px;
  font-weight: 700;
}

}












@media (max-width: 1380px) {

.block_3_inside_2_text{
  font-size: 17px;
}

.bg-image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 113px 100px 50px 100px;
  background-image: url('/pic/main/040425_67efb0a988f99_473301808_bl0ucvdX1KFjrznhfO3CcpPFRaWwOW5V.webp');
  background-size: 42%;
  background-position: right bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.menu{
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  padding: 20px 0 20px 0;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  width: calc(100% - 200px);
  border-bottom: 1px solid #DDD;
}

.block_4{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 40px 200px 50px 200px;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
  color: #FFFFFF;
}

.block_4_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.block_5{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 200px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.block_5_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.block_6{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 50px 280px;
  background-color: #000000;
  box-sizing: border-box;
  overflow: hidden;
  color: #FFFFFF;
  justify-content: space-between;
}

.block_6_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.slider-item-lucky {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  box-sizing: border-box;
  gap: 20px;
}

.ffw{
  width: 90%;
  border-radius: 10px;
  box-sizing: border-box;
}

.black_fone_text{
  font-size: 18px;
}

.title_2{
  font-size: 34px;
  font-weight: 700;
}

.title_3{
  display: flex;
  flex-direction: column;
  justify-content: left;
  font-size: 28px;
  font-weight: 700;
  align-items: baseline;
  gap: 20px;
}

.block_7{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 50px 150px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  overflow: hidden;
  color: #000000;
}

.block_7_title{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.block_7_column{
  display: flex;
  flex-direction: column;
}

.slider-item-complex {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  box-sizing: border-box;
  gap: 20px;
}

.slider-wrapper_7 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.ffw_fit_cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.ffflex_2{
  position: relative;
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
  padding: 0 10px 0 10px;
}

.ffflex_2_text_title{
  font-size: 17px;
  font-weight: 700;
}

.ffflex_2_text_street{
  font-size: 11px;
  font-weight: 500;
}

.block_8_flex1{
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 150px 200px 150px;
}

.block_8_flex2{
  display: flex;
  width: 50%;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.block_8_input{
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
  border: none;
  outline: none;
  background-color: #EEEEEE;
  color: #000000;
}

.block_8_btn{
  display: flex;
  justify-content: left;
  font-size: 18px;
  font-weight: 600;
  align-items: baseline;
}

.block_8_title{
  text-align: left;
  font-size: 34px;
  font-weight: 700;
}

.block_8_slogan{
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.block_8_contacts{
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.black_fone_pics{
  height: 100%;
  object-fit: cover;
}

.block_3_inside_h1{
  font-size: 32px;
  font-weight: 700;
}

.block_3_inside_2_title{
  font-size: 28px;
  font-weight: 700;
}

.white_fone{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #FFFFFF;
  width: 65%;
  color: #000000;
  padding: 0 150px 0 150px;
  box-sizing: border-box;
  justify-content: center;
}

.block_8_absolute{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  background-color: #000000;
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;

  z-index: 9;

  height: 100px;
  line-height: 100px;

  padding: 0 150px 0 150px;
  box-sizing: border-box;
}

}