.mybreadcrumb {
  display: none;
}

html {
  scroll-behavior: smooth !important;
}

.site-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.polydiairoumena .intro .intro-titles .contact-button a,
.polydiairoumena .offers .contact-button a {
  border: 3px solid;
  border-color: #fff;
  border-radius: 8px;
  padding: 20px;
  font-size: 2.5vh;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.polydiairoumena .intro .intro-titles .contact-button a:hover,
.polydiairoumena .offers .contact-button a:hover {
  background-color: #FF0000 !important;
  border-color: #FF0000 !important;
  color: #fff !important;
  text-decoration: none;
}

.polydiairoumena .systima .contact-button a,
.polydiairoumena .coverage .contact-button a,
.polydiairoumena .download .download-button a {
  border: 3px solid;
  border-color: #FF0000;
  background-color: transparent;
  border-radius: 8px;
  padding: 20px;
  font-size: 2.5vh;
  color: #FF0000;
  font-weight: bold;
  text-decoration: none;
}

.polydiairoumena .systima .contact-button a:hover,
.polydiairoumena .coverage .contact-button a:hover,
.polydiairoumena .download .download-button a:hover {
  background-color: #FF0000 !important;
  border-color: #FF0000 !important;
  color: #fff !important;
  text-decoration: none;
}


.intro {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* .polydiairoumena .intro .prod-image{
  width: 100%;
} */

.polydiairoumena .intro .container .head-intro {
  padding-top: 100px;
}

.polydiairoumena .intro .intro-titles {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 870px;
}

.polydiairoumena .intro .intro-titles h1 {
  font-size: 60px;
  color: #fff;
}

.polydiairoumena .intro .intro-titles h2 {
  font-size: 60px;
  color: #FF1818;
}

.polydiairoumena .intro .intro-titles h3 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}

.polydiairoumena .intro .intro-titles {
  background-size: cover;
  background-position: center center;
}

.slider {
  /* background: #E4E8E9; */
  height: 130px;
  overflow: hidden;
}

.slider::before,
.slider::after {
  /* background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 12s linear infinite;
  display: flex;
  width: calc(450px * 18);
  /* background-color: #E4E8E9; */
}


/* .slider .slide-track:hover {
  animation-play-state: paused;
} */

.slider .slide {
  height: 130px;
  width: 3%;
  border-right: 2px solid #15c4b6;
}

/* AIRCON SLIDER */
.slide:nth-child(1),
.slide:nth-child(9) {
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

.slide:nth-child(2),
.slide:nth-child(10) {
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

.slide:nth-child(3),
.slide:nth-child(11) {
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

.slide:nth-child(4),
.slide:nth-child(12) {
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

.slide:nth-child(5),
.slide:nth-child(13) {
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

.slide:nth-child(6),
.slide:nth-child(14) {
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

.slide:nth-child(7),
.slide:nth-child(15) {
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

.slide:nth-child(8),
.slide:nth-child(16) {
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 9));
  }
}

.polydiairoumena .iframe-container-desktop {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 750px;
}

.polydiairoumena .iframe-container-desktop iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 750px;
  transform: translate(-50%, -50%);
}

/* .polydiairoumena .systima .left-background,
.polydiairoumena .systima .right-background {
  margin-top: 80px;
  margin-bottom: 80px;
} */

.polydiairoumena .systima .left-background h1 {
  font-size: 50px;
  font-weight: bold;
  /* color: #fff; */
}

.polydiairoumena .systima .left-background h2 {
  /*font-size: 25px;*/
  font-size: 20px;
  font-weight: 400;
  /* color: #BFBFBF; */
}

.polydiairoumena .systima .right-background {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px !important;
}

.polydiairoumena .characteristics {
  background-color: #F5F5F5;
}

.polydiairoumena .characteristics .characteristic-description {
  font-size: 16px !important;
  padding-top: 40px;
}

.polydiairoumena .product-characteristics .product-characteristics-inner {
  display: flex;
  column-gap: 0px !important;
}

.product-characteristics .product-characteristics-inner .characteristic {
  height: 500px;
  margin-bottom: 0px !important;
}

.product-characteristics .product-characteristics-inner .characteristic:nth-child(1) {
  background-color: #F0C97D !important;
}

.product-characteristics .product-characteristics-inner .characteristic:nth-child(2) {
  background-color: #93C8C3 !important;
}

.product-characteristics .product-characteristics-inner .characteristic:nth-child(3) {
  background-color: #EBAD88 !important;
}

.product-characteristics .product-characteristics-inner .characteristic:nth-child(4) {
  background-color: #B9D28B !important;
}


.polydiairoumena .product-characteristics .product-characteristics-inner .characteristic .characteristic-head {
  width: 100%;
  text-align: center;
  margin-top: 25px !important;
}

.polydiairoumena .product-characteristics .product-characteristics-inner .characteristic .characteristic-description p {
  font-size: 16px;
  text-align: justify;
}

.polydiairoumena .intro .mobile {
  display: none;
}

.polydiairoumena .product-characteristics .product-characteristics-inner .characteristic .characteristic-head .characteristic-title-container {
  vertical-align: middle;
  width: calc(100% - 70px);
  margin: auto;
  color: #fff;
  padding: 15px;
}


.product-characteristics .product-characteristics-inner .characteristic .characteristic-icon-container {
  margin-bottom: 20px !important;
}

.polydiairoumena .offers {
  background-color: #71968D;
  padding: 100px;
}


.polydiairoumena .offers .left-background {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px !important;
}

.polydiairoumena .offers .title-offers {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.polydiairoumena .offers .description {
  font-size: 20px;
  text-align: justify;
  color: #fff;
  margin-left: -20px !important;
}

.polydiairoumena .offers .description li {
  font-size: 20px;
  text-align: justify;
  color: #fff;
  margin-bottom: 20px !important;

}

.polydiairoumena .coverage {
  padding: 100px;
}

.polydiairoumena .coverage .right-background {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px !important;
}


.polydiairoumena .coverage .title-coverage {
  font-size: 45px;
  font-weight: bold;
}

.polydiairoumena .coverage .description {
  font-size: 20px;
  text-align: justify;
  margin-bottom: 30px;
  margin-top: 30px;
}

.polydiairoumena .types-1 .left-background,
.polydiairoumena .types-1 .right-background,
.polydiairoumena .types-2 .left-background,
.polydiairoumena .types-2 .right-background {
  /* height: 80vh; */
  text-align: center;
}

.polydiairoumena .types-1 .left-background img,
.polydiairoumena .types-1 .right-background img,
.polydiairoumena .types-2 .left-background img {
  padding: 30px;
  margin-top: 50px;
}

.polydiairoumena .types-2 .right-background img {
  width: 75% !important;
  padding: 75px;
}

.polydiairoumena .types-1 .left-background .title,
.polydiairoumena .types-1 .right-background .title,
.polydiairoumena .types-2 .left-background .title,
.polydiairoumena .types-2 .right-background .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.polydiairoumena .types-1 .left-background .description,
.polydiairoumena .types-1 .right-background .description,
.polydiairoumena .types-2 .left-background .description,
.polydiairoumena .types-2 .right-background .description {
  font-size: 20px;
  text-align: justify;
  margin-bottom: 100px;
}

.polydiairoumena .download {
  height: 350px;
}

#section_contact_form h2 {
  font-size: 4vh;
}

.polydiairoumena #section_contact_form textarea,
.polydiairoumena #section_contact_form input,
.polydiairoumena #section_contact_form select {
  font-size: 18px;
}

.polydiairoumena .product-form {
  background-color: #F9F9F9;
}

.polydiairoumena .product-form .prod-title p {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600;
}

.polydiairoumena .product-form .wpcf7-list-item label {
  text-align: justify;
  font-size: 18px;
}

.polydiairoumena .product-form .wpcf7-list-item label a {
  color: #151c73;
}

#section_contact_form h2 {
  font-size: 4.0vh;
}

.contact-form-input {
  height: 70px;
  border-radius: 10px;
}

.c-county .contact-form-input {
  font-size: 18px;
}



@media screen and (max-width: 549px) {

  .polydiairoumena .product-characteristics .product-characteristics-inner .characteristic .characteristic-head h3 {
    font-size: 16px;
  }

}

@media screen and (min-width: 550px) {

  .polydiairoumena .product-characteristics .product-characteristics-inner .characteristic .characteristic-head h3 {
    font-weight: 300;
    font-size: 25px;
  }

  .polydiairoumena .product-characteristics .product-characteristics-inner .characteristic .characteristic-head h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 580px) {

  h2.characteristics-title {
    font-size: 35px;
  }


  .polydiairoumena .offers,
  .polydiairoumena .coverage {
    padding: 10px;
  }

  .polydiairoumena .offers .title-offers,
  .polydiairoumena .coverage .title-coverage {
    font-size: 30px;
  }

  .polydiairoumena .offers .description li,
  .polydiairoumena .coverage .description {
    font-size: 16px;
  }

  .slider .slide-track {
    width: calc(250px * 18);
  }
}



@media screen and (min-width: 768px) {
  .product-form #section_contact_form {
    padding: 50px 40px;
    border: 2px solid #ececec;
    border-radius: 10px;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {

  .slider .slide {
    height: 80px;
    width: 5%;
    border-right: 1px solid #15c4b6;
  }

  .polydiairoumena .product-characteristics {
    width: 100%;
    margin: auto;
  }

  .polydiairoumena .types-2 .right-background img {
    width: 65% !important;
    padding: 0px;
  }

  .polydiairoumena .types-1 .left-background img,
  .polydiairoumena .types-1 .right-background img,
  .polydiairoumena .types-2 .left-background img {
    padding: 20px;
    margin-top: 0px;
  }

  .polydiairoumena .types-1 .left-background .title,
  .polydiairoumena .types-1 .right-background .title,
  .polydiairoumena .types-2 .left-background .title,
  .polydiairoumena .types-2 .right-background .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  .polydiairoumena .types-1 .left-background .description,
  .polydiairoumena .types-1 .right-background .description,
  .polydiairoumena .types-2 .left-background .description,
  .polydiairoumena .types-2 .right-background .description {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0px;
  }

  .polydiairoumena .intro .intro-titles {
    height: 100%;
  }
}


@media screen and (max-width: 800px) {
  .polydiairoumena .iframe-container-desktop iframe {
    height: 350px !important;
  }

  .polydiairoumena .iframe-container-desktop {
    height: 350px !important;
  }
}

@media screen and (max-width: 998px) {

  .slider {
    margin-top: 50px;
  }

  .polydiairoumena .intro .intro-titles h1 {
    font-size: 25px;
    color: #fff;
  }

  .polydiairoumena .intro .intro-titles h2 {
    font-size: 27px;
    color: #FF1818;
  }


  .polydiairoumena .systima .left-background h1 {
    font-size: 31px;
  }

  .polydiairoumena .intro .intro-titles h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
  }

  .polydiairoumena .systima .left-background h2 {
    font-size: 20px;
    font-weight: 400;
  }

  .polydiairoumena .systima .right-background {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .polydiairoumena .product-characteristics .product-characteristics-inner {
    display: block;
  }

  .product-characteristics .product-characteristics-inner .characteristic {
    height: 360px;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 1023px) {
  #content.site-content {
    padding: 0 !important;
  }
}

@media (min-width: 1024px) {
  .offers .left-background img {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {

  .polydiairoumena .product-form .prod-title p,
  .polydiairoumena .product-form .m--title {
    font-size: 25px !important;
  }
}


@media (min-width:900px) and (max-width:1500px) {
  .polydiairoumena .product-characteristics {
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 2050px) {
  .polydiairoumena .characteristics {
    background-size: cover;
    /* background-position: center; */
    position: relative;
    /* height: 1550px */
  }
}

@media screen and (min-width: 3050px) {
  .polydiairoumena .characteristics {
    background-size: cover;
    /* background-position: center; */
    position: relative;
    /* height: 1850px */
  }
}



.product-characteristics .product-characteristics-inner .characteristic {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #fff
}

.product-characteristics .product-characteristics-inner .characteristic .characteristic-icon-container {
  margin-bottom: 35px;
  text-align: left
}

.product-characteristics .product-characteristics-inner .characteristic .characteristic-icon-container img {
  height: 70px;
  width: auto;
  display: inline-block
}

.product-characteristics .product-characteristics-inner .characteristic .characteristic-title {
  margin-bottom: 35px;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase
}

.product-characteristics .product-characteristics-inner .characteristic .characteristic-description {
  font-size: 1.4rem;
  line-height: 2
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  color: #000
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger[aria-expanded=true]::after {
  transform: rotate(-180deg)
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger[aria-expanded=true] .tab-content-area .characteristic-excerpt {
  display: none
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 100px;
  background: transparent url("../img/icons/icon_angle_down-red.svg") no-repeat center;
  background-size: 12px 8px
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger .characteristic-icon-container {
  width: 25%;
  margin: auto
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger .characteristic-icon-container img {
  max-width: 80%
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger .tab-content-area {
  width: -webkit-calc(75% - 40px);
  width: -moz-calc(75% - 40px);
  width: calc(75% - 40px)
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger .tab-content-area .characteristic-title {
  width: 100%;
  margin-bottom: 10px
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger .tab-content-area .characteristic-excerpt {
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
  color: #aaa
}

.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger+.collapse,
.product-characteristics .product-characteristics-inner .characteristic a.char-collapse-trigger~.collapse {
  border-top: 1px solid #ddd;
  padding: 20px 0
}

@media(min-width: 1024px)and (max-width: 1279px) {
  .product-characteristics .product-characteristics-inner .characteristic {
    padding: 20px;
    margin-bottom: 10px
  }

  .product-characteristics .product-characteristics-inner .characteristic .characteristic-icon-container {
    margin-bottom: 30px
  }

  .product-characteristics .product-characteristics-inner .characteristic .characteristic-icon-container img {
    max-height: 56px
  }

  .product-characteristics .product-characteristics-inner .characteristic .characteristic-title {
    margin-bottom: 26px;
    font-size: 1.4rem
  }

  .product-characteristics .product-characteristics-inner .characteristic .characteristic-description {
    font-size: 1.2rem
  }

}

@media(max-width: 1023px) {
  .product-characteristics .product-characteristics-inner .characteristic {
    display: block;
    padding: 16px 12px;
    margin-bottom: 5px
  }

  .product-characteristics .product-characteristics-inner .characteristic .characteristic-icon-container {
    margin-bottom: 30px
  }

  .product-characteristics .product-characteristics-inner .characteristic .characteristic-icon-container img {
    max-height: 56px
  }

  .product-characteristics .product-characteristics-inner .characteristic .characteristic-title {
    margin-bottom: 26px;
    font-size: 1.4rem
  }

  .product-characteristics .product-characteristics-inner .characteristic .characteristic-description {
    font-size: 1.2rem
  }

}