@font-face {
    font-family: 'Swis'; 
    src: url('../fonts/0759EU27.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'SwisLight'; 
    src: url('../fonts/0001EU27.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
    font-family: Swis, sans-serif;
    background-color: #171717;
    color: #fff;
    margin-top: 85px;
}

main {
    z-index: 1;
    background-color: #171717;
}

.field-content img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
  }

a {
    color: #EB6800;
}

.mt-120 {
    margin-top: 120px;
}

.flex-end {
    justify-content: flex-end;
}

.img-center {
    text-align: center;
}

.menu--menu-oferta h5 {
    font-size: 29px;
    margin-bottom: 50px;
}

.block-webform-block h2,
.block-page-title-block h1 {
    color: #EB6800;
    font-size: 29px;
    margin-bottom: 50px;
}

.navbar {
    background-color: #121212;
    background-image:  url("../images/bg_nav.png");
    background-repeat: no-repeat;
    background-position: center right;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.navbar-nav li a {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active,
.navbar-nav li a:hover,
.navbar-nav li a:focus {
    color: #EB6800;
}

.dropdown-toggle::after {
    display: none;
}

.region-nav-main .navbar-nav .dropdown-menu {
    background-color: #121212;
}

.region-nav-main .dropdown-menu .navbar-nav li a {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 8px 10px;
}

.region-nav-main .dropdown-item:hover, 
.region-nav-main .dropdown-item:focus,
.region-nav-main .dropdown-item.active, 
.region-nav-main .dropdown-item:active {
    color: #EB6800;
    text-decoration: none;
    background-color: transparent;
  }

.navbar .dropdown-menu a {
    font-weight: 300;
    font-size: 18px;
    margin: 8px 10px;
    font-family: SwisLight, sans-serif;
}

.serwis24_info {
    font-size: 16px;
}

.serwis24_phone a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    text-align: right;
    display: block;
}

.collapsed .service_mobile_display,
.yes-collapsed,
.collapsed .no-collapsed {
    display: none;
}

.no-collapsed,
.collapsed .yes-collapsed {
    display: block;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.region-nav-additional {
    margin-left: 40px;
}

.breadcrumb {
    background-color: #202020;
    padding: 24px 0;
    font-size: 20px;
    color: #EB6800;
    margin-bottom: 118px;
    text-transform: lowercase;
    font-family: SwisLight, sans-serif;
}

.breadcrumb a {
    text-decoration: none;
    color: #FFFFFF;
}

.breadcrumb a:hover {
    color: #EB6800;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 30px;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 30px;
    content: url("../images/breadcrumb.svg");
    color: #fff;
}

.topSlider {
    background-color: #171717;
    position: relative;
}

.topSliderText {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.sliderTextPartner {
    margin-top: 7.5%;
    color: #EB6800;
    font-size: 24px;
    font-style: italic;
    background-image: url('../images/bg_sliderTextPartner.png');
    background-position: center right;
    background-repeat: repeat-x;
    margin-bottom: 23px;
}

.sliderTextPartner .bg {
    background-color: #171717;
    padding-right: 25px;
}

.sliderTextHaslo {
    font-size: 42px;
    line-height: 1.1;
}

#topVideo {
    position: absolute;
    min-width: 100%;
    height: auto;
    top: 0;
    right: 0;
}


.infoTop,
.topInfo {
    position: relative;
}

.infoTop.row {
    margin-right: calc(-0.6 * var(--bs-gutter-x));
    margin-left: calc(-0.6 * var(--bs-gutter-x));
}


.view-infotop {
    padding: 0 7px;
}

.infoTopColumn {
    margin-bottom: 16px;
    padding-right: 0;
    padding-left: 0;
}

.infoTopColumn .views-field-nothing {
    height: 100%;
}

.oferta_info {
    border-bottom: 16px solid #141215;
}

.top_info_box {
    background-color: #fff;
    padding: 20px 20px 60px 20px;
    height: 100%;
    transition: 0.15s ease-in-out;
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
}

.top_info_link {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 15px;
    background-image: url(../images/arrow-box-home.svg);
    background-repeat: no-repeat;
    background-position: center right;
    height: 20px;
    opacity: 0;
    transition: 0.15s ease-in-out;
}

.top_info_title {
    font-size: 18px;
    font-weight: 700;
    min-height: 85px;
    transition: 0.15s ease-in-out;
    max-width: 125px;
    text-transform: uppercase;
}

a.top_info_url {
    text-decoration: none;
    color: #141215;
    transition: color 0.15s ease-in-out;
}

.top_info_url:hover .top_info_box,
.top_info_url:focus .top_info_box {
    background-color: #EB6800;
}

.top_info_url:hover .top_info_title,
.top_info_url:focus .top_info_title {
    font-weight: 700;
    font-size: 20px;
}

.top_info_url:hover .top_info_link,
.top_info_url:focus .top_info_link {
    opacity: 1;
} 

.top_info_ikona img {
    max-height: 100px;
    position: absolute;
    bottom: 20px;
}

.top_info_ikona {
    padding-bottom: 16px;
    border-bottom: 2px solid #141215;
    padding-top: 30px;
    min-height: 152px;
    position: relative;
}

.top_info_text {
    padding-top: 20px;
    min-height: 210px;
}

.view-topinfo {
    padding: 110px 0;
}

.view-topinfo .views-field-field-tytul {
    color: #EB6800;
    font-size: 27px;
    font-weight: 700;
    font-style: italic;
}

.view-topinfo .views-field-field-topinfo {
    color: #fff;
    font-size: 61px;
    line-height: 1.1;
}

main .g-0 {
    overflow: hidden;
}

.pageTitle {
    color: #EB6800;
    font-size: 29px;
    padding-bottom: 35px;
}

.indexTitle {
    color: #EB6800;
    font-size: 29px;
    text-align: center;
    padding-bottom: 100px;
    padding-top: 100px;
}

.index_info {
    background-color: #EB6800;
    color: #141215;
}

.index_yt {
    padding-left: 0;
}

.index_yt  > div,
.index_yt  > div > div,
.index_yt  > div > div > div {
    height: 100%;
}

.youtube-container--responsive {
    height: 100%;
}

.index_text {
    padding: 40px 50px;
}



.carousel-control-next-icon {
    background-image: url("../images/r-arrow-rev.svg");
    width: 66px;
    height: 129px;
}

.carousel-control-prev-icon {
    background-image: url("../images/l-arrow-rev.svg");
    width: 66px;
    height: 129px;  
}

.stars {
    color: #707070;
    font-size: 12px;
    margin-bottom: 20px;
    display: flex;
}

.indexGoogle .carousel {
    border: 1px solid #707070;
    padding: 50px;
}

.index_google_url {
    position: relative;
    margin-top: -10px;
    text-align: center;
}

.googleLink {
    border: 1px solid #707070;
    background-color: #141215;
    color: #707070;
    padding: 10px;
    text-decoration: none;
}

.googleLink:hover {
    color: #EB6800;
}

.carousel-inner {
    margin: 0 auto;
    width: 80%;
}

.stars-date {
    margin-left: 10px;
}

.stars-5 {
    background-image: url(../images/5star.svg);
    background-repeat: no-repeat;
    background-position: center left;
    height: 16px;
    display: block;
    width: 100px;
}

.stars-4 {
    background-image: url(../images/4star.svg);
    background-repeat: no-repeat;
    background-position: center left;
    height: 16px;
    display: block;
    width: 87px;
}

.stars-3 {
    background-image: url(../images/3star.svg);
    background-repeat: no-repeat;
    background-position: center left;
    height: 16px;
    display: block;
    width: 87px;
}

.stars-2 {
    background-image: url(../images/2star.svg);
    background-repeat: no-repeat;
    background-position: center left;
    height: 16px;
    display: block;
    width: 87px;
}

.stars-1 {
    background-image: url(../images/1star.svg);
    background-repeat: no-repeat;
    background-position: center left;
    height: 16px;
    display: block;
    width: 87px;
}

.oferta_info_title {
    font-size: 26px;
}

.oferta_text {
    background-color: #EB6800;
    color: #141215;
    height: 100%;
    padding: 20px;
}

.region-sidebar-first .navbar-nav {
    margin-top: -12px;
}

.region-sidebar-first .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0.5rem;
    margin-left: 0;
    padding-top: 12px;
}

.region-sidebar-first .navbar-nav .nav-link.is-active {
    background-image: url('../images/arrow_menu.svg');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 55px;
}


.region-sidebar-first .navbar-nav li li a {
    font-size: 17px;
}

.region-sidebar-first .dropdown-toggle::after {
    display: none;
}

.region-sidebar-first .navbar-nav li a {
    line-height: 1.1;
    padding-bottom: 12px;
}


.nav-item ::marker {   
    color: transparent;
}

main h2.contact {
    font-size: 16px;
    color: #EB6800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-pge .block{
    margin-bottom: 30px;
}

.contact-pge .views-field-field-opis {
    font-size: 16px;
    font-family: SwisLight, sans-serif;
}

.contact-pge .views-field-field-opis a {
    color: #FFF;
    text-decoration: none;
}

#block-athelas-views-block-pliki-do-pobrania-block-1 {
    margin-bottom: 50px;
}

.views-field-field-plik {
   padding: 21px 0;
   border-bottom: 1px solid #707070;
   border-top: 1px solid #707070;
}

.views-field-field-plik a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.views-field-field-plik a:hover img, 
.views-field-field-plik a:focus img,
.views-field-field-plik a:hover, 
.views-field-field-plik a:focus {
    color: #EB6800;
    filter: none;
}

.download {
    float: right;
    margin-right: 20px;
}

.download img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(221deg) brightness(101%) contrast(101%);
}

.referencje-row {
    margin-bottom: 25px;
}

#block-athelas-views-block-infoindex-block-1 .view-infoindex .infoOferta-row, 
.view-infooferta .infoOferta-row {
    background-color: #EB6800;
    margin-bottom: 10px;
}

.view-infoindex .ofertaInfo, 
.view-infooferta .ofertaInfo {
    padding: 35px 30px 35px 39px;
    color: #141215;
    font-size: 26px;
    line-height: 1.4;
}

.accordion-item {
    background-color: #D9D9D9;
    margin-bottom: 10px;
    border: none;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type,
.accordion-item:first-of-type,
.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-radius: 0;
}

h3.titleAccordion {
    font-size: 24px;
    font-weight: 800;
    padding-left: 100px;
    padding-right: 30px;
    min-height: 70px;
    background-image: url('../images/athelas.svg');
    background-position: center left;
    background-repeat: no-repeat;
    color: #141215;
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.akordeonInfo {
    padding-left: 100px;
}

.accordion-button.collapsed:hover,
.accordion-button:hover {
    background-color: #EB6800;
}

.accordion-button:focus h3.titleAccordion {
    background-image: url('../images/athelas.svg');
}

.accordion-button.collapsed:hover h3.titleAccordion {
    background-image: url('../images/athelas_hover.svg');
}
.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: none;
}

.accordion-button {
    background-color: #D9D9D9;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.accordion-item .collapse.show {
    background-color: #fff;
}


.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url('../images/arrow-accordion.svg');
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/arrow-accordion.svg');
}

.accordion-body {
    font-size: 18px;
}

.accordion-body h5, 
.accordion-body h6 {
    font-size: 18px;
    color: #EB6800;
    font-weight: bold;
}

.accordion-body ::marker {
    color: #141215;
}

footer {
    background-color: #EB6800;
    padding: 75px 0;
    color: #141215;
    font-size: 15px;
}

footer a {
    color: #141215;
    text-decoration: none;
}

footer h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer-contact {
    font-size: 20px;
    text-align: right;
}

.footer-contact a {
    margin: 0 5px;
}

.footer-contact a:hover {
   color: #fff;
}

#block-athelas-views-block-index-wyroznienie-block-1 .field-content {
    text-align: center;
}

.views-field-field-oferta ul li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

.accordion-body {
    padding-right: 30px;
    padding-left: 140px;
}
  
.views-field-field-oferta  .paragraph--type--ofertaaccordeon {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.views-field-field-oferta  .field--name-field-obrazoferta{
    margin-right: 27px;
    flex: 0 0 auto;
}

.views-field-field-oferta  .field--name-field-obrazoferta img {
    padding: 5px;
    border: 1px solid #707070;
}

.statyczna {
    background-color: #FFF;
    margin-bottom: 10px;
    border: none;
    padding-left: 39px;
    padding-right: 39px;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 20px;
    font-size: 18px;
}

.statyczna .views-field-field-informacje {
    color: #141215;
    padding-left: 101px;
}

.g-l-0 {
    background-color: #171717;
}

.navbar-nav .dropdown .dropdown-menu {
    transition: transform 0.3s;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }

.form-item {
    margin: 0;
}

.form-control {
    background: transparent;
    border-top: 1px solid #707070;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.js-form-type-textarea {
    border-bottom: 1px solid #707070;
}

.form-control:focus {
    background-color: transparent;
    border-color: #707070;
    box-shadow: none;
    color: #fff;
  }

  .form-control::placeholder{
    color: #707070;
    opacity: 1; 
  }
  
  .form-control::-ms-input-placeholder {
    color: #707070;
  }

.button {
  background: transparent;
  border: 1px solid #707070;
  color: #D9D9D9;
  border-radius: 0;
  padding: 18px 80px;
  float: right;
}

.button:first-child:active,
.button:hover {
    color: #fff;
    background-color: #EB6800;
    border-color: #707070;
    box-shadow: none;
  }



.form-actions {
    margin-top: 2.5em;
}


.views-field-field-referencja .field-content {
    position: relative;
    overflow: hidden;
}

.views-field-field-referencja .colorbox::after {
    content: url("/themes/custom/athelas/images/zoom.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.views-field-field-referencja:hover .colorbox::after {
    opacity: 1;
}

.views-field-field-referencja .colorbox::after,
.views-field-field-referencja img {
    transition: transform 0.3s;
}

.views-field-field-referencja:hover img {
    transform: scale(1.15);
}

#cboxClose {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    background: url(../images/close.svg) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
    width: 52px;
    height: 52px;
  }

  #cboxPrevious,
  #cboxNext {
    display: none !important;
  }

.paragraph--type--ofertaaccordeon {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #141215;
}

.statyczna  .views-field-field-oferta {
    padding-right: 9px;
    padding-left: 101px;
}

.field-content ::marker {
    color: #141215;
}

#block-athelas-test {
    display: none;
  }

.spb-popup-main-wrapper {
    padding: 25px;
}

.spb-popup-main-wrapper h2 {
    color: #141215;
}