html, body {
  overflow-x: hidden;
}

h1 {
  font-size: 54px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

small {
  font-size: 14px;
}

@media (max-width: 768px) {
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  h3 { font-size: 30px; }
  h4 { font-size: 24px; }
  h5 { font-size: 20px; }
  h6 { font-size: 18px; }
}

.format-ul-large ul li {
  font-size: 1.3rem !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.m-0 {
  margin: 0;
}

.w-100 {
  width: 100% !important;
}

* {
  hyphens: initial;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.border-radius-top-right-30 {
  border-top-right-radius: 30px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .d-tablet-none {
    display: none;
  }
  .d-tablet-block {
    display: block;
  }
}

#container {
  background: transparent;
}

/* SWIPER */
/*.home .ce_revolutionslider .slide:before {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8) 100%);*/
/*  opacity: 1;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 2;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  pointer-events: none;*/
/*  visibility: visible;*/
/*}*/
.home .ce_revolutionslider .slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: .75;
  height: 100%;
  pointer-events: none;
  background-image: url('../img/bg_pattern.webp');
  visibility: visible;
  mix-blend-mode: overlay;
}

.home .ce_revolutionslider .slide .tp-parallax-wrap {
  z-index: 3 !important;
}

.home .ce_revolutionslider .slide .slotholder + .tp-parallax-wrap {
  z-index: 0 !important;
}

.ce_revolutionslider .ce_revolutionslider_hyperlink {
  background-color: hsla(357, 85%, 52%, 1);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
  border-radius: 20px;
  padding: 15px 35px;
  border: 0px;
}

.ce_revolutionslider .tparrows {
  border-radius: 100%;
}

.ce_swiper-slider-start {
  overflow: visible;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: opacity .2s;
  background-color: var(--accentColor);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
  opacity: .7;
}

.style2_light .swiper-button-prev,
.style2_light .swiper-button-next {
  background-color: #fff;
  background-image: none;
}

.swiper-button-disabled {
  opacity: .3;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 15px;
  line-height: 40px;
  color: #fff !important;
}

.style2_light .swiper-button-prev:after,
.style2_light .swiper-button-next:after {
  color: #555 !important;
}

@media (max-width: 1400px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 25px !important;
  height: 6px !important;
  background-color: var(--accentColor);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
  margin: 0 4px !important;
  opacity: .4 !important;
  transition: opacity .2s, width .2s;
  border-radius: 8px !important;
}

.style2_light .swiper-pagination-bullet {
  background-color: #fff !important;
}

.swiper-pagination-bullet:hover {
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  width: 35px !important;
}

.swiper-pagination-bullet-active:after {
  display: none !important;
}

.swiper-pagination-clickable {
  display: block !important;
}

.swiper-container-wrapper {
  /*overflow: hidden;*/
  position: relative;
  margin: -50px -70px -50px -70px;
  padding: 50px 70px 50px 70px;
}

.swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  height: auto !important;
}

.swiper-slide-visible {
  opacity: 1;
  pointer-events: auto;
}

.ce_accordion_v2 .toggler.ui-state-active,
.ce_accordion.style2 .toggler.ui-state-active {
  /*background-color: #575756;*/
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
}

.ce_accordion_v2 .toggler,
.ce_accordion.style2 .toggler {
  border-radius: 5px;
  background-color: #fff;
}

/*.home .home__services {*/
/*  margin-top: -190px;*/
/*}*/
.home__services .ce_fancybox:hover .headline_wrap,
.home__fancyboxes .ce_fancybox:hover .headline_wrap {
  transform: translateY(calc(-1 * 55px));
}
.home__services {
  position: relative;
  z-index: 1;
}
.home__services .ce_fancybox {
  padding: 30px;
}
.home__services .ce_fancybox .text p {
  margin-bottom: 0;
}
.home__services .ce_fancybox .ce_headline h2 {
  font-size: 32px;
	line-height: 1.2;
}
.home_image-text .ce_bgimage {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}
.home_image-text .ce_bgimage:after {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: visible;
}
.home_image-text .ce_bgimage .ce_bgimage-outer .h3 {
  line-height: 1.1;
  margin-bottom: 0;
}
.home_image-text .ce_bgimage .ce_bgimage-outer .ce_bgimage-inside {
  padding: 0px !important;
}
.home_image-text .ce_bgimage .ce_bgimage-outer .ce_bgimage-inside .ce_countup {
  display: inline-flex;
  flex-direction: column-reverse;
  padding: 25px 25px 20px 25px !important;
  background-color: hsla(357, 85%, 52%, 1);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
  position:absolute;
  top:310px;
  left:50px;
  border-radius: 10px;
}
.home_image-text .ce_bgimage .ce_bgimage-outer .ce_bgimage-inside .ce_countup .h3,
.home_image-text .ce_bgimage .ce_bgimage-outer .ce_bgimage-inside .ce_countup h3 {
  line-height: 1;
  font-size: 44px;
}
.home_image-text .ce_bgimage .ce_bgimage-outer .ce_bgimage-inside .ce_countup .text {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.home_image-text .ce_bgimage .ce_bgimage-outer .ce_bgimage-inside .ce_countup .text .h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.home__fancyboxes .ce_fancybox {
  padding: 30px;
}
.home__fancyboxes .ce_fancybox .ce_headline h2,{
  font-size: 32px;
  line-height: 1.2;
}
.home__fancyboxes .ce_fancybox .text p {
  margin-bottom: 0;
}
.home__benefits-slider .ce_frame_start .ce_frame_start_inside {
  border-radius: 10px;
  transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
}
.home__benefits-slider .ce_frame_start .ce_frame_start_inside:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}
.home__devices,
.home__testimonials, 
.home__benefits-slider-primary {
  background-color: hsla(357, 85%, 52%, 1);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
}
.home__testimonials .ce_testimonial {
  margin: 0;
  height: 100%;
  max-width: none;
}
.home__testimonials .ce_testimonial .ce_testimonial_inside {
  padding-left: 75px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home__testimonials .ce_testimonial .ce_testimonial_inside .text {
  font-style: italic;
  text-align: left !important;
  line-height: 1.6;
}

.home__testimonials .ce_testimonial .ce_testimonial_inside .text .text_inside {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home__testimonials .ce_testimonial .ce_testimonial_inside .info {
  text-align: right;
  padding-top: 20px;
  margin-top: auto;
}
.home__testimonials .ce_testimonial .ce_testimonial_inside .info .name {
  font-weight: 700;
}
.home__testimonials .ce_testimonial .ce_testimonial_inside .info .additional a {
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  top: -30px;
  left: -30px;
}
.home__testimonials .ce_testimonial .image_container img {
  width: 50px;
  height: 50px;
}
.home__testimonials .ce_testimonial {
  transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
}
.home__testimonials .ce_testimonial:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}
.ce_image_collage_2pics.style1 .image_1{
  padding-top: 10%;
}

.home_image-text-2-image .image_1 {
  grid-column: 2 / span 10 !important;
}

.home_image-text-3-image .image_1 {
  grid-column: 3 / span 10 !important;
}

.home__cta .ce_bgimage-image:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  opacity: .5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: visible;
}

.home__cta .ce_bgimage-outer {
  backdrop-filter: blur(8px);
}

.home__benefits .fa-plus {
  color: #3ba234;
}

.home__benefits ul li {
  font-weight: 600;
}

/* FOOTER*/
#footer, #bottom {
  font-size: 15px;
}

#footer h4 {
  font-size: 1.2rem;
}

#footer .ce_text li, #footer .ce_list li, #footer .ce_text ol, #footer .ce_list ol {
  line-height: 1.1em;
  margin-bottom: 5px;
}

#footer li:after {
  display: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .mod_socials {
  display: flex;
  gap: 5px;
}

#footer .mod_socials a i {
  border: 1px solid #fff;
  border-radius: 50px;
}

#footer .footer__row-2 {
  position: relative;
}

#footer .footer__row-2:after, #bottom:after {
  content: '';
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #fff;
  opacity: .2;
}

#bottom {
  position: relative;
  background-color: transparent;
}

#bottom .right {
  display: flex;
  margin-top: 15px;
  align-items: center;
}

/* HEADER */
.home .header.original {
  position: absolute;
}

.header {
    padding-left: 20px;
    padding-right: 20px;
    width: 1750px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header .inside {
  background-color: #fff;
}

.header.cloned {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

/*.header.cloned .inside {*/
/*  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);*/
/*}*/

.header__section {
  position: relative;
  margin-top: -100px;
}

.header__section .ce_bgimage,
.header__section.ce_bgimage {
  background-color: hsla(357, 85%, 52%, 1);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 1) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 1) 0px, transparent 50%);
  height: auto !important;
}

.header__section .ce_bgimage-inside {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  top: 100% !important;
  transform: none !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.header__section .ce_bgimage-inside .headline-wrapper {
  gap: 20px;
  display: flex;
  align-items: center;
}

.header__section .ce_bgimage-inside .ce_image_extended {
  flex-shrink: 0;
  padding: 0px !important;
}

.header__section .ce_bgimage-inside .mod_breadcrumb {
  max-width: 100%;
  background-color: transparent;
  border: 0;
}

.header__section .ce_bgimage-inside .mod_breadcrumb .mod_breadcrumb_inside {
  padding: 0;
}

.header__section .ce_bgimage-inside .mod_breadcrumb .mod_breadcrumb_inside ul {
  padding: 0;
}

.header__section .ce_bgimage-inside .mod_breadcrumb .mod_breadcrumb_inside ul li a, 
.header__section .ce_bgimage-inside .mod_breadcrumb .mod_breadcrumb_inside ul li {
  color: #fff;
}

.header__section .ce_bgimage-inside .mod_breadcrumb .mod_breadcrumb_inside ul li.active {
  font-weight: 700;
}

.header__section h1 .color-accent {
  color: #fff;
}

/*.header__section:after {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 100%);*/
/*  opacity: 1;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  pointer-events: none;*/
/*  visibility: visible;*/
/*}*/

.header__section .ce_bgimage-outer {
  padding-top: 100px;
}

/* MEGAMENU */
.header .mainmenu ul li a.highlight_rounded_color_accent span, .header .mainmenu ul li a.highlight-rounded-color-accent span, #mmenu .mod_navigation ul li a.highlight_rounded_color_accent, #mmenu .mod_navigation ul li a.highlight-rounded-color-accent {
    border-radius: 20px;
    padding: 10px 25px;
}

body .header .mainmenu ul li a.highlight-rounded-color-accent {
  font-weight: bold;
}

.mod_pct_megamenu .h6, .mod_pct_megamenu .h5 {
  margin-bottom: 10px;
}

.mod_pct_megamenu .ce_wrap {
  height: 100%;
  padding: 30px !important;
}

.mod_pct_megamenu .ce_wrap .inside {
  top: 100%;
  z-index: 1;
  transform: translateY(-100%);
}

.mod_pct_megamenu {
  border-radius: 0 0 20px 20px;
  top: 100px !important;
  overflow: hidden;
}

.mod_pct_megamenu .ce_wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 100%);
}

.mod_pct_megamenu .fancylink .link_text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mod_pct_megamenu .fancylink .link_text:before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: -4px;
}

.mod_pct_megamenu .fancylink.fancylink-kurenie .link_text:before {
  background-image: url(../img/smartenergo/kurenie-bg.svg);
}

.mod_pct_megamenu .fancylink.fancylink-chladenie .link_text:before {
  background-image: url(../img/smartenergo/chladenie-bg.svg);
}

.mod_pct_megamenu .fancylink.fancylink-fotovoltaika .link_text:before {
  background-image: url(../img/smartenergo/fotovoltaika-bg.svg);
}

.mod_pct_megamenu .fancylink.fancylink-servis .link_text:before {
  background-image: url(../img/smartenergo/servis-bg.svg);
}

.mod_pct_megamenu .fancylink.fancylink-vetranie .link_text:before {
  background-image: url(../img/smartenergo/vetranie-bg.svg);
}

.mod_pct_megamenu .fancylink.fancylink-voda .link_text:before {
  background-image: url(../img/smartenergo/voda-bg.svg);
}

.smartmenu-content .mod_navigation a.highlight-rounded-color-accent {
  font-weight: bold;
}

.mmenu_trigger {
  right: 20px;
}

.mmenu_trigger .label {
  display: none;  
}

.mainmenu ul li.highlight-rounded-color-accent {
  margin-right: 0;
}

#mmenu #mmenu_bottom .mod_socials a i {
  font-size: 17px;
}

/* NEWSLIST */
.mod_newslist {
  overflow: visible;
}

.newslist-v4.swiper-slide {
  flex: none;
  margin-bottom: 0;
}

.newslist-v4 .content .teaser p {
  margin-bottom: 0;
}

.newslist-v4 .content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.newslist-v4 .content > .title {
  font-size: 26px;
  margin-bottom: 0;
}

.newslist-v4 .newslist-v4-inside {
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
}

.newslist-v4 .newslist-v4-inside:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}

.newslist-v4 .newslist-v4-inside .ce_fancylink {
  text-align: right;
  margin-top: auto;
}

.newslist-v4 .newslist-v4-inside .ce_fancylink > a {
  margin-right: 15px;
}

.newslist-v4 .newslist-v4-inside .image_container {
  border-radius: 10px 10px 0 0;
}

.newslist-v4 .newslist-v4-inside .image_container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
}

.newslist-v4 .newslist-v4-inside .tags {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 30px;
  margin-left: 30px;
  pointer-events: none;
}

.newslist-v4 .newslist-v4-inside .tag {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  border-radius: 8px;
  /*text-transform: uppercase;*/
  background-color: var(--accentColor);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
}

.newslist-v4 .newslist-v4-inside .categories {
  margin-top: 10px;
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
}

.newslist-v4 .newslist-v4-inside .category {
  font-size: 12px;
  line-height: 1;
}

.newslist-v4 .newslist-v4-inside .category a {
  display: inline-block;
  color: var(--accentColor);
  padding: 6px 12px;
  font-weight: 700;
  border-radius: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(237, 32, 39, .5);
  /*text-transform: uppercase;*/
  /*background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);*/
}

.newslist-v4 .newslist-v4-inside .category a:hover {
  border-color: var(--accentColor);
}

@media only screen and (min-width: 768px) {
   .header .mainmenu ul li a.a-level_1.trail span, .header .mainmenu ul li a.a-level_1.active span, .mainmenu ul li a.highlight-rounded-color-accent span {
     border-radius: 20px;
   }
    .header .inside {
      border-radius: 0 0 20px 20px;
    }
    .header.cloned .inside {
      padding-top: 10px; 
      padding-bottom: 10px; 
    }
}

/* FORM */
.ce_form form fieldset {
  padding: 10px 20px 5px 20px;
  border-radius: 10px;
}

.ce_form form button.submit {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: hsla(357, 85%, 52%, 1);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
}

.ce_form form button.submit:hover {
  background-color: hsla(357, 85%, 52%, 1);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
}

.ce_form form fieldset legend {
  display: flex;
}

.ce_form form fieldset legend .mandatory {
  margin-bottom: 0;
  color: #fff;
}

/* TABLE */
.ce_table table p {
  line-height: 1.5;
}
.ce_table table a {
  text-decoration: none;
}

/* TIMELINE */
.ce_timeline {
  overflow: visible;
  height: 100%;
}

.ce_timeline:before {
  top: 0;
  width: 0;
  border-radius: 0;
  background: transparent;
  border-right: 2px dotted rgb(152, 152, 152);
}

.ce_timeline .timeline-item .timeline-item-title:before {
  height: 0;
  border-radius: 0;
  background: transparent;
  border-top: 2px dotted rgb(152, 152, 152);
}

.ce_timeline .timeline-item i.timeline-icon:before {
  margin-left: 0; 
  margin-top: 0; 
  transform: translate(-50%, -50%);
}

.ce_timeline .timeline-item .timeline-item-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  width: 80px;
  height: 80px;
  padding: 10px;
  font-size: 40px;
  border-radius: 10px;
  background-color: hsla(357, 85%, 52%, 1);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
}

.ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title {
  margin-left: 30px !important;
}

.ce_timeline .timeline-item:nth-of-type(1n) .timeline-item-title {
  margin-right: 30px !important;
}

.ce_timeline .timeline-item .timeline-item-text {
  margin-top: -40px;
  padding: 70px 30px 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  border-radius: 10px;
}

.ce_timeline .timeline-item.timeline-w-icon .timeline-item-title:before {
  top: 25px;
  width: calc(10% + 30px);
}

.ce_timeline .timeline-item i {
  border-radius: 10px;
}

/* PAGINATION */
.pagination ul li {
  margin-right: 5px;
}

.pagination ul li:last-child {
    margin-right: 0;
}

.pagination ul li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination ul li a,
.pagination ul li span,
.pagination ul li .current {
  border-radius: 8px;
}

/* ARTICLE */
.article .mod_newsreader {
  overflow: visible;
}

.article .info {
  margin: 0 auto;
  font-size: 16px;
  border-radius: 0 0 10px 10px ;
}

.article .info .teaser {
  margin-top: 20px;
}

.article .info .teaser p {
  text-align: justify;
}

.article .info .teaser ul li {
  padding-bottom: 5px;
}

.article .info .teaser ul li:last-of-type {
  padding-bottom: 0;
}

.article .info .date,
.article .info .author {
  opacity: .5;
  font-size: 14px;
  line-height: 1;
}

.article .info .info-inner {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article .article-img {
  border-radius: 10px 10px 0 0;
}

.article .article-img img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}

.article .info .categories {
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
}

.article .info .category {
  font-size: 14px;
  line-height: 1;
}

.article .info .category a {
  display: inline-block;
  color: var(--accentColor);
  padding: 8px 14px;
  font-weight: 700;
  border-radius: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(237, 32, 39, .5);
  /*text-transform: uppercase;*/
  /*background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);*/
}

.article .info .category a:hover {
  border-color: var(--accentColor);
}

.article .info .tags {
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
  pointer-events: none;
}

.article .info .tag {
  display: inline-block;
  z-index: 1;
  padding: 8px 14px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border-radius: 8px;
  /*text-transform: uppercase;*/
  background-color: var(--accentColor);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
}

.article__gallery {
  overflow: visible;
}

.article__gallery .flex-gallery {
  gap: 30px
}

.article__gallery .flex-gallery .entry {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  flex: 0 0 calc(100% / 3 - 20px) !important;
  transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
}

.article__gallery .flex-gallery .entry:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}

/* CATEGORIES LIST */
.mod_newscategories ul,
.mod_newscategories ul li {
  align-items: start;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}

.mod_newscategories ul li > a,
.mod_newscategories ul li > .active {
  display: inline-block;
  color: var(--accentColor);
  padding: 8px 14px;
  line-height: 1;
  font-weight: 700;
  border-radius: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(237, 32, 39, .5);
  /*text-transform: uppercase;*/
  /*background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);*/
}

.mod_newscategories ul li a:hover, .mod_newscategories ul li .active {
  border-color: var(--accentColor);
  color: #fff;
  background-color: hsla(357, 85%, 52%, 1);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
}

/* ACCORDION */
.ce_accordion_v2 .toggler, .ce_accordion.style2 .toggler {
  padding: 1.25rem 1rem 1.25rem 4rem;
}

/* BENEFITS SLIDER */
.home__benefits-slider .swiper-slide .ce_frame_start, 
.home__benefits-slider .swiper-slide .ce_frame_start_inside {
  height: 100%;
}

/* BENEFITS SLIDER */
.ce_teambox .teambox_inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.ce_teambox {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
}

.ce_teambox:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}

.ce_teambox .teambox_inside .image {
  line-height: 0;
}

.ce_teambox .teambox_inside .teambox_content {
  padding: 30px 20px;
}

.ce_teambox .teambox_inside .teambox_content .name {
  margin-top: 0;
}

.ce_teambox .teambox_inside .teambox_content .socials {
  display: none;
}

.ce_teambox .teambox_inside .teambox_content .function {
  margin-bottom: 10px;
}

.ce_teambox .image .overlay {
  background: var(--accentColor);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
}

/* CERTIFICATES */
.certificates__gallery {
  overflow: visible;
}

.certificates__gallery .flex-gallery {
  gap: 30px
}

.certificates__gallery .flex-gallery .entry {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  flex: 0 0 calc(100% / 4 - 23px) !important;
  transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
}

.certificates__gallery .flex-gallery .entry:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}

/* TABS */
.ce_tabs .tabs.horizontal ul {
  border-radius: 10px;
}

.ce_tabs .tabs.horizontal ul li.active {
  border-radius: 8px;
}

/* CONTACT */
.contact__info .ce_iconbox_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__info .ce_iconbox_icon i {
  background: var(--accentColor);
  background-image: radial-gradient(at 84% 66%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 53% 29%, hsla(357, 85%, 52%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(331, 68%, 31%, 0.6) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(32, 93%, 54%, 0.8) 0px, transparent 50%);
  padding: 15px;
  line-height: 1;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* GREEN */
.home__green .ce_countup {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home__green .ce_countup:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}

.home__green .ce_countup .headline {
  margin: 0;
  color: var(--accentColor);
  font-size: 32px;
}

.home__green .ce_countup .text {
  margin: 0;
}

.home__green .ce_countup .text p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.home__green-logo .ce_image_extended {
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}

/* GREEN DEVICES */
.home__devices .ce_countup {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home__devices .ce_countup:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.22);
}

.home__devices .ce_countup .headline {
  margin: 0;
  color: var(--accentColor);
  font-size: 32px;
}

.home__devices .ce_countup .text {
  margin: 0;
}

.home__devices .ce_countup .text p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.home__devices .column.col_3 {
  flex: 1 1 20%;
  max-width: none;
}

/* MIRO ÚPRAVY */

.megamenu_it_0 .ce_fancylink.style1 a {
  padding: 0px;
}
.megamenu_it_0 .ce_fancylink.style1 .shaft {
  display: none;
}
.megamenu_it_0 ul ul li a {
  font-size: 16px;
}

.news-cat.newslist-v4 li {
  font-weight: 700;
  position: relative;   
  margin-bottom: 4px;
  padding:0 0 0 40px;
}

.newslist-v4 ul li::before {
  font-family: "FontAwesome"; 
  font-weight: 900;       
  position: absolute;
  left: 0;
  top: 1px;               
  width: 35px;            
  text-align: center;
  color: var(--accentColor);  
  font-size: 18px
}

.newslist-v4 li.typ-domu::before {
  content: "\f015";
}

.newslist-v4 li.velkost-domu::before {
  content: "\f0b2";
}

.newslist-v4 li.system-kurenia::before {
  content: "\f2c8";
}

.newslist-v4 li.zdroj-tepla::before {
  content: "\f06d";
}

.ce_timeline .timeline-item i.timeline-icon {
  display: none;
}

.ce_timeline:before {
  top: 29px;
}

.ce_timeline i.last-point{
  bottom: -29px;
}

.ce_list.style3.hasIcon ol li, .ce_list.style3.hasIcon ul li, .ce_list.list-style3.hasIcon ol li, .ce_list.list-style3.hasIcon ul li {
    margin-bottom: 10px;
}

.ce_iconbox.justify-content-end .ce_iconbox_inside {
  justify-content: end;
}

@media only screen and (max-width: 1019px) {
  .home__devices .column.col_3 {
    flex: 1 1 calc(100% / 3);
  }
}

@media only screen and (max-width: 767px) {
  .home_image-text .ce_bgimage {
    min-height: 300px;
  }
  .home_image-text .ce_bgimage .ce_bgimage-outer .ce_bgimage-inside .ce_countup {
    margin: 30px;
  }
  #main .home_image-text .ce_bgimage .ce_bgimage-outer .ce_bgimage-inside {
    padding: 0px !important;
  }
  .home__services .ce_fancybox {
    padding: 20px;
  }
  .home__fancyboxes .ce_fancybox {
    padding: 20px;
  }
  .header .mainmenu ul li a.highlight_rounded_color_accent span, .header .mainmenu ul li a.highlight-rounded-color-accent span, #mmenu .mod_navigation ul li a.highlight_rounded_color_accent, #mmenu .mod_navigation ul li a.highlight-rounded-color-accent {
      background-color: transparent;
      font-weight: bold;
      border: 2px solid #fff;
      padding: 5px 15px;
      margin-top: 5px;
  }
  .home__iconboxes .ce_iconbox {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home__iconboxes .ce_iconbox_inside, 
  .home__iconboxes .ce_iconbox_icon .image_container {
    text-align: center;
  }
  .autogrid_grid .column, .column[class*=col_]:last-of-type {
    margin-bottom: 0;
  }
  .home__headlines .ce_headline {
    margin-bottom: 10px !important;
  }
  .ce_accordion_v2 .accordion, .ce_accordion.style2 .accordion {
    padding-bottom: 0px;
    padding-top: 10px;
  }
  #footer .footer__row-1 .footer__col-6 h4 {
    display: none;
  }
  #footer .footer__row-2 .ce_iconbox .ce_iconbox_inside,
  #footer .footer__row-2 .mod_socials {
    justify-content: center;
  }
  #footer .footer__row-2 .ce_text li {
    padding-left: 0;
  }
  #footer .footer__row-2 .ce_text li:before {
    display: none;
  }
  .header__section .ce_bgimage-inside {
    align-items: start; 
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .header__section .ce_bgimage-inside .headline-wrapper {
    gap: 15px;
  }
  .header__section .ce_bgimage-inside .headline-wrapper h1 {
    font-size: 32px;
  }
  .header__section .ce_bgimage-inside .ce_image_extended img {
    height: 25px;
    width: 25px;
  }
  .header__section .ce_bgimage-inside {
    flex-direction: column;
    gap: 15px;
  }
  .home__services .ce_fancybox .ce_headline h2,
  .home__fancyboxes .ce_fancybox .ce_headline h2 {
    font-size: 24px;
  }
  .ce_form form button.submit {
    font-size: .9rem;
  }
  .newslist-v4 .newslist-v4-inside .tags {
    margin-top: 20px;
    margin-left: 20px;
  }
  .newslist-v4 .newslist-v4-inside .tag,
  .newslist-v4 .newslist-v4-inside .category a, 
  .article .info .tag, 
  .article .info .category a {
    padding: 7px 10px 7px 10px;
    border-radius: 6px;
    font-size: 11px;
  }
  .newsreader .info {
    padding: 30px 20px !important;
  }
  #main .article .mod_article.mod_article-sm > .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .article .article-img {
    border-radius: 0;
  }
  .newslist-v4 .content {
    padding: 20px;
  }
  .mod_newscategories ul,
  .mod_newscategories ul li,
  .mod_newscategories ul li > a,
  .mod_newscategories ul li > .active {
    width: 100%;
  }
  .home__benefits-slider .ce_frame_start .ce_frame_start_inside {
    padding: 20px !important;
  }
  .ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title:before {
    width: 60px !important;
  }
  .ce_timeline .timeline-item .timeline-item-title:before {
    width: 60px !important;
  }
  .ce_timeline .timeline-item:nth-of-type(1n) .timeline-item-title {
    margin-right: 0;
    margin-left: 20px !important;
  }
  .ce_timeline .timeline-item:nth-of-type(2n) .timeline-item-title {
    margin-left: 20px !important;
  }
  .ce_timeline .timeline-item .timeline-item-text {
    padding: 60px 20px 20px 20px;
  }
  .ce_timeline .timeline-item .timeline-item-title {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
  .ce_teambox .teambox_inside .teambox_content .name {
    font-size: 1.333rem;
  }
  .certificates__gallery .flex-gallery .entry {
    flex: 0 0 calc(50% - 8px) !important;
  }
  .article__gallery .flex-gallery .entry {
    flex: 0 0 100% !important;
  }
  .certificates__gallery .flex-gallery, 
  .article__gallery .flex-gallery {
    gap: 15px;
  }
  .home__devices .column.col_3 {
    flex: 1 1 100%;
  }
  .home__green-logo .ce_image_extended {
    padding: 40px;
  }
  .ce_iconbox.justify-content-end .ce_iconbox_inside {
    justify-content: start;
  }
  .home .home__services {
    margin-top: 0;
  }
  .home .header.original {
    position: relative;
  }
}
@media only screen and (max-width: 1536px) {
  .header {
    width: 1400px;
  }
  .banner {
    height:650px !important;
  }
  .text-domacnosti {
    font-size: 60px !important;
    top: -65px !important;
    left:60px !important;
    position: absolute;
  }
  .text-istota {
    font-size: 130px !important;
    top: -82px !important;
    left:60px !important;
    position: relative;
  }
  .text-obsah {
    font-size: 15px !important;
    top: -90px !important;
    position: relative;
    left:60px !important;
  }
  .text-obsah2 {
    font-size: 15px !important;
    top: -179px !important;
    position: relative;
  }
  .text-aplikacia{
    font-size: 45px !important;
     top: -172px !important;
     left: -5px !important;
    position: relative;
  }
  .mobil{
     top: -184px !important;
    position: relative;
  }
  .ce_revolutionslider_hyperlink {
    padding: 10px 0px !important;
    font-size: 15px !important;
    top: -90px !important;
    position: relative;
    left:60px !important;
    
  }
  .tp-mask-wrap{
    overflow:unset !important;
  }
  .mainmenu ul li a {
    font-size:15px;
  }
}