.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;
}
}.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;
}.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);
}
}.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%;
}