.slider {
width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
color: #FFFFFF;
}
.slider a {
color: inherit;
}
.slider,
.slider-list,
.slider-single {
min-height: 100vh;
}
.slider-list:not(.slick-initialized) .slider-single:not(:first-child) {
display: none;
}
.slider-list.slick-initialized .slider-single {
display: flex !important;
}
.slider-single {
position: relative;
padding: 7rem 0;
display: flex;
flex-direction: column;
justify-content: center;
}
@media all and (max-width: 1100px) {
.slider-single {
padding-top: 8rem;
}
}
.slider-single__image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
object-position: center;
z-index: -1;
}
.slider-single__content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.slider-single__content ul {
padding-left: 0;
list-style: none;
font-weight: 300;
}
.slider-single__content ul li {
font-size: 1.4rem;
padding: 0.4rem 0.7rem 0.6rem 0;
position: relative;
z-index: 1;
cursor: pointer;
display: flex;
align-items: center;
margin-bottom: 0.75rem;
}
.slider-has-bar .slick-dots {
bottom: 7rem;
}
@media (max-width: 900px) {
.slider-single__content ul li {
font-size: 1.2rem;
}
}
.slider-single__content ul li:hover {
font-weight: bold;
}
.slider-single__content ul li:last-child {
margin-bottom: 0;
}
.slider-single__content ul li::before {
content: "";
display: inline-flex;
width: 19.25px;
height: 19.25px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.25' height='19.25' viewBox='0 0 19.25 19.25'%3E%3Cpath id='Icon_ionic-ios-arrow-dropright-circle' data-name='Icon ionic-ios-arrow-dropright-circle' d='M3.375,13A9.625,9.625,0,1,0,13,3.375,9.624,9.624,0,0,0,3.375,13Zm11.314,0L10.9,9.247a.893.893,0,0,1,1.263-1.263l4.415,4.428a.892.892,0,0,1,.028,1.231l-4.35,4.364a.892.892,0,1,1-1.263-1.259Z' transform='translate(-3.375 -3.375)' fill='%23fff'/%3E%3C/svg%3E") calc(100% - 1rem) center/32px 32px no-repeat;
margin-right: 0.9rem;
background-size: contain;
background-position: center;
flex-shrink: 0;
}
.slider-single__content ul li:hover::before {
filter: none;
}
.slider-single__content ul li:hover::after {
opacity: 1;
}
.slider-bottom {
position: absolute;
height: 92px;
padding: 1rem 0;
display: flex;
justify-content: center;
align-items: center;
color: #FFFFFF;
left: 50%;
transform: translateX(-50%);
bottom: 0;
font-size: 1.1rem;
font-weight: 300;
}
.slider-has-bar .slider-single {
padding-bottom: 10rem;
}
@media all and (max-width: 800px) {
.slider-bottom:before{
display: none!important;
}
.slider, .slider-list, .slider-single {
min-height: auto;
}
.slider-has-bar .slider-single {
padding-bottom: 5rem;
}
.slider-bottom {
position: initial;
transform: none;
height: auto;
background-color: #000;
justify-content: flex-start;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.slider-bottom a img {
height: 30px;
margin: 0 0.5rem 0 0!important;
}
.slider-has-bar .slick-dots {
bottom: 2.4rem;
}
}
@media all and (max-width: 1100px) {
.slider-bottom {
width: 100vw;
padding: 0.5rem 2rem;
}
}
.slider-bottom::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 100vw;
background-color: #000;
z-index: -1;
}
.slider-bottom a {
margin-left: 1rem;
display: inline-flex;
align-items: center;
justify-content: flex-start;
vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
.slider-bottom a {
margin-left: 0;
}
}
.slider-bottom a img {
margin: 0 0.5rem;
}
.slider .slick-dots {
position: absolute;
left: 50%;
transform: translateX(-50%);
list-style: none;
}
.slider .slick-dots li {
margin-right: 0.8rem;
}
.slider .slick-dots li:last-child {
margin-right: 0;
}
.slider .slick-dots li button {
border: 0;
outline: 0;
border-radius: 50%;
font-size: 0;
background-color: #FFFFFF;
opacity: 0.5;
transition: opacity 0.3s ease;
width: 8px;
height: 8px;
margin-bottom: 0;
cursor: pointer;
}
.slider .slick-dots li button:hover {
opacity: 1;
}
.slider .slick-dots li.slick-active button {
opacity: 1;
}.consultation {
display: flex;
flex-direction: row;
justify-content: space-between;
position: relative;
}
@media all and (max-width: 800px) {
.consultation {
flex-direction: column-reverse;
color: #FFFFFF;
}
.consultation-content__description .accent, .consultation-content__form a {
color: inherit !important;
}
}
.consultation-container, .consultation-image {
position: relative;
}
.consultation-container {
flex-basis: 53%;
}
.consultation-image {
flex-basis: 47%;
}
@media all and (max-width: 800px) {
.consultation-image {
position: absolute;
width: 100%;
height: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
}
@media all and (max-width: 800px) {
.consultation-container, .consultation-image {
flex-basis: 100%;
}
}
.consultation-image {
z-index: -1;
}
@media all and (max-width: 800px) {
.consultation-image::after {
content: "";
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
width: 100vw;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
display: block;
z-index: 1;
}
}
.consultation-image img {
display: block;
}
.consultation-content {
padding: 8rem 3rem 5rem 10%;
display: flex;
flex-direction: column;
justify-content: center;
max-width: 820px;
}
.consultation-content p {
font-size: 1.1rem;
}
@media all and (max-width: 800px) {
.consultation-content {
max-width: 100%;
padding: 3rem 0.5rem 2rem;
}
.consultation-content p {
font-size: 1rem;
}
.consultation-content .wpcf7-acceptance {
color: #fff;
}
.consultation-content .cf7-row .wpcf7-list-item span::before {
border-color: #fff;
}
.consultation-content .cf7-row .wpcf7-list-item input[type=checkbox]:checked~span::before {
background-color: #fff;
}
.consultation-content .cf7 .cf7-row:last-child > .cf7-row__single {
display: flex;
justify-content: center;
}
}
.consultation-content__form {
margin-top: 3rem;
}
@media all and (max-width: 800px) {
.consultation-content__form {
margin-top: 2rem;
}
.consultation-content__form .input-field {
background-color: #fff;
border-bottom-color: #FFFFFF;
color: #000;
}
.consultation-content__form .input-field::placeholder {
color: #000;
}
.consultation-content__form .button--form {
color: #fff;
background-image: url(//www.maxdent.pl/wp-content/themes/marketize/img/list-arrow-white.svg);
}
}.background {
position: relative;
padding: 4rem 0;
z-index: 1;
}
@media all and (min-width:1600px){
.background:not(.vh-full) {
padding: 7rem 0;
}
}
@media all and (min-width:1800px){
.background:not(.vh-full) {
padding: 12rem 0;
}
}
.opinions .background {
padding-top: 0;
}
.opinions .opinion-page-hide {
display: none;
}
.opinions .opinion-page-custom {
display: block;
}
.page-id-494 .page-content__content > .background:first-of-type {
padding-top: 0;
}
.review-page #reblex-widget-2 {
display: none;
}
@media all and (max-width: 800px) {
.background {
padding: 2rem 0;
}
.mobile-shadow-bg::before{
content: '';
width: 100vw;
height: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0;
background-color: rgba(0,0,0,0.6);
z-index: -1;
}
}
.background--image .background__background {
background-position: top center;
background-size: cover;
}
.background__background {
position: absolute;
width: 100vw;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: -1;
} .opinion-page-custom {
display: none;
}.separator {
display: block;
width: 100%;
}
.separator-desktop {
display: block;
}
@media all and (max-width: 800px) {
.separator-desktop {
display: none;
}
}
.separator-mobile {
display: none;
}
@media all and (max-width: 800px) {
.separator-mobile {
display: block;
}
}.services {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
width: 100vw;
margin-left: 50%;
transform: translateX(-50%);
}
.services-single {
flex: 0 0 25%;
position: relative;
z-index: 1;
height: 320px;
}
@media all and (max-width: 800px) {
.services-single {
flex-basis: 50%;
padding-bottom: 50%;
min-height: 140px;
height: auto;
}
}
.services-single__image {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -2;
object-fit: cover;
object-position: center;
}
.services-content {
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
color: #FFFFFF;
position: relative;
}
@media all and (max-width: 800px) {
.services-content {
padding: 1rem;
}
}
.services-content:hover::before {
opacity: 0;
}
.services-content:hover::after {
opacity: 1;
}
.services-content, .services-content::before, .services-content::after {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.services-content::before, .services-content::after {
content: "";
z-index: -1;
transition: opacity 0.3s ease;
}
.services-content::before {
background-color: rgba(0, 0, 0, 0.5);
}
.services-content::after {
opacity: 0;
background-color: rgba(0,0,0, 0.8);
}
.services-content__title {
display: flex;
align-items: center;
font-weight: bold;
font-size: 1.2rem;
line-height: 1.33em;
text-align: center;
margin: 0;
font-weight: 400;
}
.services-content:hover .services-content__title {
font-weight: bold;
}
.services-content__title::after {
content: "";
background: url(//www.maxdent.pl/wp-content/themes/marketize/img/list-arrow-white.svg) calc(100% - 1rem) center/contain no-repeat;
background-position: center;
width: 32px;
height: 32px;
display: block;
margin-left: 0.9rem;
flex-shrink: 0;
}
@media all and (max-width: 800px) {
.services-content__title{
line-height: 1.5em;
font-size: 1rem;
}
.services-content__title::after{
width: 18px;
height: 18px;
}
}
.services--style2 .services-content {
align-items: flex-end;
justify-content: flex-start;
}
.services--style2 .services-content::before {
background-color: rgba(0, 0, 0, 0.8);
}
.services--style2 .services-content:hover::before{
opacity: 0.5;
}
.services--style2 .services-content__title {
font-weight: 400;
text-align: left;
text-transform: uppercase;
}
.services--style2 .services-content:hover .services-content__title {
font-weight: 400;
}
.services--style2 .services-content__title::after {
position: absolute;
top: 1.5rem;
right: 1.5rem;
}
@media all and (max-width: 800px) {
.services--style2 .services-content__title::after {
top: 1rem;
right: 1rem;
}
}.services-second {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 3rem;
}
.services-second-item__thumbnail {
position: relative;
height: 300px;
background-color: #000;
}
.services-second-item__thumbnail-img,
.services-second-item__thumbnail::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.services-second-item__thumbnail-img {
object-fit: cover;
object-position: center 10%;
}
.services-second-item__thumbnail::after {
content: '';
z-index: 2;
background-color: rgba(0,0,0,0.5);
transition: opacity 0.3s ease;
}
.services-second-item__title {
margin-bottom: 0;
padding: 1rem;
border: 2px solid #000;
font-size: 16px;
}
.services-second-item__title .white
{
color:transparent !important;
}
.services-second-item:hover .services-second-item__title {
background-color: #000;
color: #fff;
}
.services-second-item:hover .services-second-item__thumbnail::after {
opacity: 0;
}
@media (max-width: 1200px) {
.services-second {
grid-template-columns: repeat(2, 1fr);
grid-gap: 2rem;
}
}
@media (max-width: 800px) {
.services-second {
grid-template-columns: 1fr;
}
}.logos {
padding: 1.5rem 0 2rem;
position: relative;
}
@media all and (max-width: 800px) {
.logos {
padding: 2rem 0;
}
}
.logos-wrapper {
position: relative;
padding: 0 2rem;
}
.logos .slick-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.logos .slick-arrow.slick-prev {
left: 0;
transform: translateY(-50%) rotate(180deg);
}
.logos .slick-arrow.slick-next {
right: 0;
}
.logos-single {
display: flex !important;
align-items: center;
justify-content: center;
}
.logos-single__image {
max-width: 300px;
max-height: 100px;
object-fit: contain;
object-position: center;
}
.logos-list {
position: relative;
z-index: 10;
}
.logos-list:not(.slick-initialized) {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
grid-gap: 2.5rem;
}
.logos-list:not(.slick-initialized) .logos-single:nth-child(n+5) {
display: none;
}
.logos--gray {
padding: 0;
}
.logos--gray::before {
display: none;
}
.logos--gray .logos-wrapper {
padding: 0;
}
.logos--gray .logos-single {
height: 260px;
padding: 2rem 4rem;
background-color: #F8F8F8;
}
.logos--gray .logos-single__image {
max-width: 100%;
max-height: 100%;
filter: none;
}
.logos--gray .logos-list {
width: 100%;
max-width: 100%;
padding: 0;
grid-template-columns: repeat(3, 1fr);
}
@media all and (max-width: 800px) {
.logos--gray .logos-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media all and (max-width: 700px) {
.logos--gray .logos-list {
grid-template-columns: 1fr;
}
}
.logos .heading {
margin-bottom: 4rem;
text-align: left;
}
.logos .slick-next:focus, 
.logos .slick-next:hover, 
.logos .slick-prev:focus, 
.logos .slick-prev:hover {
background-image: url(//www.maxdent.pl/wp-content/themes/marketize/img/list-arrow.svg);
}.icon-list {
list-style: none;
padding-left: 0;
}
.icon-list__single {
display: flex;
align-items: center;
margin-bottom: 0.5rem;
}
.icon-list__single:last-child {
margin-bottom: 0;
}
.icon-list__icon {
width: 23px;
height: 18px;
object-fit: contain;
object-position: left center;
margin-right: 0.6rem;
}
.icon-list__text{vertical-align: super};.schedule {
list-style: none;
padding-left: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
grid-gap: 1rem 2rem;
line-height: 1.4em;
}
@media all and (max-width: 500px) {
.schedule {
grid-template-columns: 1fr;
grid-gap: 1rem;
}
}
.schedule__single {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin-bottom: 1rem;
}
.schedule__single:last-child {
margin-bottom: 1.5rem;
}
@media all and (max-width: 500px) {
.schedule__single {
flex-direction: row;
flex-wrap: nowrap;
}
}
.schedule__title {
margin-bottom: 0.7rem;
font-weight: bold;
}
@media all and (max-width: 500px) {
.schedule__title {
margin-bottom: 0;
margin-right: 0.7rem;
min-width: 140px;
}
}.map {
width: 100vw;
height: 525px;
margin-left: 50%;
transform: translateX(-50%);
background-color: #0e0e0e;
}
.map iframe {
width: 100%;
height: 100%;
}