main {
  background-color: var(--background);
  color: var(--white);
  position: relative;
}

.body_section {
  background-color: var(--background);
  position: relative;
  padding-top: 50px;
  padding: 50px 245px 0;
  color: var(--white);
}

.navbarRest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 29px;
  border-bottom: 0.5px solid #626262;
  background-color: var(--background);
  padding-right: 38px;
  padding-left: 40px;
  padding-top: 45px;
  margin: 0 auto;
}

.ourcompany_section {
  /* max-width: 1430px; */
  position: relative;
}

/* Top side */

.ourcompany_topside_title {
  font-family: "Jost", "sans-serif";
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 22px;
}

.ourcompay_topside_smalldescription {
  max-width: 735px;
  font-family: "Jost", "sans-serif";
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.ourcompany_topside_description_container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 52px;
  margin: 90px 0;
  margin-top: 20px;
}

.ourcompany_topside_description_text {
  /* max-width: 690px; */
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--descriptionText);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.ourcompany_topside_description_text ul{
  padding-left: 0px;
}
.ourcompany_topside_description_text ul li{
  list-style-type: circle;
  margin-left: 20px;
}
.ourcompany_topside_description_text > *{
  width: 46%;
  font-family: "Jost", "sans-serif" !important;
  font-size: 16px !important; 
  line-height: 28px;
}
.ourcompany_topside_description_text *{
  font-family: "Jost", "sans-serif" !important;
  font-size: 16px !important; 
}
/* Video */
.ourcompany_presentation_video {
  min-height: 615px;
  /* background-image: url("../images/underfloor-heating.png");
  background-size: cover;
  background-repeat: no-repeat; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  object-fit: cover;
}

.ourcompany_presentation_video_button {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 89%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: aliceblue;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
  position: absolute;
}

/* Presentation   */
.ourcompany_presentation_container {
  margin-top: 90px;
}

.ourcompany_presentation_title {
  max-width: 1330px;
  font-family: "Roboto", "sans-serif";
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 50px;
}

.ourcompany_presentation_option_container {
  border-bottom: 0.5px solid var(--footerBreakLine);
  transition: 0.3s;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}
.ourcompany_presentation_option_container .content *{
    font-family: "Roboto", "sans-serif" !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
}

.ourcompany_presentation_title_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.ourcompany_presentation_option_title {
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  line-height: 40px;
  font-weight: 600 !important;
}

.ourcompany_presentation_option_description {
  margin-top: 25px;
  width: 100%;
  font-weight: 300;
}
.foto_galery_section .swiper-slide{
  background-size: cover;
  background-repeat: no-repeat;
  height: 80%;
}
/* #ch {
  display: none;
}

#ch:checked ~ .content {
  display: block;
}

.plus {
  display: flex;
}

#ch:checked ~ .plus {
  display: none;
}

.content {
  display: none;
} */

/* ------------------- */
/* #se {
  display: none;
}

#se:checked ~ .content {
  display: block;
}

#se:checked ~ .plus {
  display: none;
} */

/* ------------------- */
/* #sc {
  display: none;
}

#sc:checked ~ .content {
  display: block;
}

#sc:checked ~ .plus {
  display: none;
} */
/* ------------- */
.ourcompany_presentation_option_button {
  width: 20px;
  height: 20px;
}
.content{
  display: none;
}
.openContent.content{
  display: block;
}
div.ourcompany_presetation_options > div.one {
  border-top: 0.5px solid #626262;
}

.ourcompany_presentation_button_container {
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourcompany_presentation_button {
  color: var(--white);
  width: 202px;
  height: 50px;
  border-radius: var(--borderRadiusButtons);
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 59.31px auto 98.63px;
}

.ourcompany_presentation_button:hover {
  transform: translateY(-1px);
  transition: 0.3s;
}

/* Foto section */
.foto_galery_section {
  background-color: var(--background);
  position: relative;
  padding-left: 245px;
  padding-bottom: 90px;
  padding-right: 245px;
}

.foto_galery_title {
  margin-bottom: 30px;
  font-family: "Roboto", "sans-serif";
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}

/* Swiper */

.slide_1 {
  background-image: url("../images/underfloor-heating.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 386px;
  width: 100%;
  max-width: 689px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_video_button {
  width: 124px;
  height: 124px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_video_button_play {
  width: 20px;
  height: 20px;
}

.slide_2 {
  background-image: url("../images/company.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 386px;
  width: 100%;
  max-width: 689px;
}

.slide_3 {
  background-image: url("../images/thirdman.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 386px;
  width: 100%;
  max-width: 689px;
}

swiper-container {
  width: 100%;
}

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

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

.title_swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1430px;
  width: 100%;
}

.button-prev {
  background: var(--background);
  margin-right: 32px;
  cursor: pointer;
}

.button-next {
  background: var(--background);
  margin-left: 32px;
  cursor: pointer;
}


@media only screen and (max-width: 1800px) {
  .body_section {
    padding: 17px 5% 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 910px) {
  .body_section {
    padding: 17px 25px 0;
    margin: 0 auto;
  }

  .description_two {
    display: none;
  }

  .ourcompany_topside_description_container {
    margin-top: 24px;
  }
}

/* Video */
/* .ourcompany_presentation_video {
  min-height: 615px;
  background-image: url("../images/about/underfloor-heating.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1430px;
  margin-inline: auto;
} */



/* Presentation   */
.ourcompany_presentation_container {
  margin-top: 90px;
}

.ourcompany_presentation_title {
  max-width: 1330px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 50px;
}

.ourcompany_presentation_option_container {
  border-bottom: 0.5px solid var(--footerBreakLine);
  transition: 0.3s;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.ourcompany_presentation_title_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.ourcompany_presentation_option_title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
}

.ourcompany_presentation_option_description {
  margin-top: 25px;
  width: 100%;
}

#ch {
  display: none;
}

#ch:checked ~ .content {
  display: block;
}

.plus {
  display: flex;
}

#ch:checked ~ .plus {
  display: none;
}

.content {
  display: none;
}

/* ------------------- */
#se {
  display: none;
}

#se:checked ~ .content {
  display: block;
}

#se:checked ~ .plus {
  display: none;
}

/* ------------------- */
#sc {
  display: none;
}

#sc:checked ~ .content {
  display: block;
}

#sc:checked ~ .plus {
  display: none;
}

/* ------------- */
.ourcompany_presentation_option_button {
  width: 20px;
  height: 20px;
}

div.ourcompany_presetation_options > div.one {
  border-top: 0.5px solid #626262;
}

.ourcompany_presentation_button_container {
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ourcompany_presentation_button {
  color: var(--white);
  width: 202px;
  height: 50px;
  border-radius: var(--borderRadiusButtons);
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 59.31px auto 98.63px;
}

.ourcompany_presentation_button:hover {
  transform: translateY(-1px);
  transition: 0.3s;
}

@media only screen and (max-width: 910px) {
  .ourcompany_presentation_video {
    width: 100%;
  }
  .ourcompany_presentation_button {
    display: none;
  }
}



.foto_galery_title {
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}


/* Swiper */

.slide_1 {
  background-image: url("../images/about/underfloor-heating.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 386px;
  width: 100%;
  max-width: 689px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_video_button {
  width: 124px;
  height: 124px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_video_button_play {
  width: 20px;
  height: 20px;
}

.slide_2 {
  background-image: url("../images/about/company.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 386px;
  width: 100%;
  max-width: 689px;
}

.slide_3 {
  background-image: url("../images/about/thirdman.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 386px;
  width: 100%;
  max-width: 689px;
}

swiper-container {
  width: 100%;
}

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

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

.title_swiper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1430px;
  width: 100%;
}

.button-prev {
  background: var(--background);
  margin-right: 0px;
  cursor: pointer;
}
.button-next {
  background: var(--background);
  margin-left: 32px;
  cursor: pointer;
}

.swiper_about {
  display: none;
}
@media only screen and (max-width: 1500px) {
  .foto_galery_section{
    padding-left: 50px;
    padding-right: 50px;
  }
  }
/* Swiper Mobile */
@media only screen and (max-width: 910px) {
  .swiper_about {
    display: block;
  }

  .mySwiper {
    height: 260px;
    margin-top: 28px;
  }

  .swiper-wrapper {
    height: 211px !important;
    width: 100% !important;
  }

  .swiper-slide {
    overflow: hidden;
  }

  .swiper-slide img {
    width: 100%;
  }

  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: transparent !important;
    border: 3px solid var(--white) !important;
    margin-bottom: 0px !important;
  }

  .swiper-pagination-bullet:hover {
    transform: translateY(-1px);
    transition: 0.3s;
  }

  .swiper-pagination-bullet-active {
    background-color: var(--white) !important;
  }
}
@media only screen and (max-width: 910px) {
  /* .foto_galery_section {
    display: none;
  } */
  .title_swiper {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
  }
  .buttons_swiper{
    display: none;
  }
  .foto_galery_section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .allPhotosGallery .swiper-pagination {
    position: relative;
    margin-top: 35px;
  }
  .allPhotosGallery .swiper-wrapper img {
    height: 210px;
  }
  .foto_galery_section .swiper-slide {
    height: 210px;
  }
  .allPhotosGallery .fa-search:before {
    width: 63px;
    height: 63px;
  }
  .allPhotosGallery .overlay {
    opacity: 1;
  }
}

