.pricing-list .pricing-single {
margin-bottom: 2rem;
}
.pricing-list .pricing-single:last-child {
margin-bottom: 0;
}
.pricing-single {
display: flex;
flex-direction: column;
border: 1px solid #D6D6D6;
}
@media all and (max-width: 1100px) {
.pricing-single {
flex-direction: column;
padding: 1rem;
}
}
.pricing-single {
display: flex;
flex-direction: row;
border: 1px solid #D6D6D6;
}
@media all and (max-width: 1100px) {
.pricing-single {
flex-direction: column;
padding: 1rem;
}
}
.pricing-image {
width: 40%;
flex-grow: 0;
flex-shrink: 0;
overflow: hidden;
margin: 0 1.75rem 0 0;
}
@media all and (max-width: 1100px) {
.pricing-image {
width: 100%;
margin: -1.5rem -1rem 0;
width: calc(100% + 2rem);
}
}
.pricing-image img {
object-fit: cover;
object-position: center;
width: 100%;
}
.pricing-image .compare-block {
display: flex;
flex-direction: row;
}
.pricing-content {
flex: 0 0 60%;
border-left: 0;
padding: 1.75rem 2.4rem;
}
@media all and (max-width: 600px) {
.pricing-content {
padding: 1rem 0;
}
}
.pricing-header {
border-bottom: 1px solid #D6D6D6;
padding-bottom: 1.9rem;
margin-bottom: 1.9rem;
}
.pricing-header__row {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 1.5rem;
}
@media all and (max-width: 600px) {
.pricing-header__row {
align-items: center;
}
}
.pricing-header__info {
display: flex;
flex-direction: row;
justify-content: flex-end;
flex-grow: 1;
}
.pricing-header__info p {
margin-bottom: 0;
margin-right: 3rem;
}
.pricing-header__info p:last-child {
margin-right: 0;
}
@media all and (max-width: 600px) {
.pricing-header__info {
flex-direction: column;
margin-left: 1.5rem;
padding-left: 1.5rem;
border-left: 1px solid #e2e2e2;
}
.pricing-header__info p {
margin-right: 0;
margin-bottom: 0.5rem;
}
.pricing-header__info p:last-child {
margin-bottom: 0;
}
}
.pricing-header__title {
flex-shrink: 0;
font-weight: bold;
font-size: 1.2rem;
}
@media all and (max-width: 800px) {
.pricing-header__title, .pricing-header__info {
flex-grow: 0;
flex-shrink: 0;
width: 50%;
}
.pricing-header__info {
margin-left: 0;
}
}
.pricing-leader {
display: flex;
flex-direction: column;
}
.pricing-leader__title {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 1rem;
}
.pricing-leader__single {
display: flex;
flex-direction: column;
}
.pricing-leader__avatar {
width: 80px;
height: 80px;
border-radius: 50%;
flex: 0 0 80px;
margin-bottom: 1.6rem;
}
.pricing-leader__content {
flex-direction: column;
font-weight: 500;
}
@media all and (max-width: 600px) {
.pricing-leader__content {
font-size: 0.875rem;
}
}
.pricing-leader__content-title {
text-transform: uppercase;
font-weight: bold;
font-size: 1rem;
}
@media all and (max-width: 600px) {
.pricing-leader__content-title {
font-size: 1rem;
}
}
.pricing-leader__content-role {
font-weight: bold;
font-size: 1.1rem;
margin-bottom: 0;
margin:8px 0;
}
.pricing-leader__content-postition {
font-size: 1rem;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: #000;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
color: #000;
font-size: 13px;
letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
top: 50%;
margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
left: 50%;
margin-left: -6px;
}
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0;
}
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.twentytwenty-before-label {
opacity: 0;
}
.twentytwenty-before-label:before {
content: attr(data-content);
}
.twentytwenty-after-label {
opacity: 0;
}
.twentytwenty-after-label:before {
content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px;
}
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25;
}
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1;
}
.twentytwenty-before {
z-index: 20;
}
.twentytwenty-after {
z-index: 10;
}
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid #000;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
border-right: 6px solid #000;
left: 50%;
margin-left: -17px;
}
.twentytwenty-right-arrow {
border-left: 6px solid #000;
right: 50%;
margin-right: -17px;
}
.twentytwenty-up-arrow {
border-bottom: 6px solid #000;
top: 50%;
margin-top: -17px;
}
.twentytwenty-down-arrow {
border-top: 6px solid #000;
bottom: 50%;
margin-bottom: -17px;
}
.pricing-image__box {
position: relative;
padding-bottom: 56.25%; border: 2px solid #000;
}
.pricing-image__box:first-child {
border-bottom: 0;
}
.pricing-image__thumbnail{
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.pricing-image__label,
.pricing-image__thumbnail {
position: absolute;
}
.pricing-image__label {
left: 0.5rem;
bottom: 0.5rem;
z-index: 2;
text-transform: uppercase;
font-weight: bold;
color: #000;
}
@media all and (max-width: 800px) { 
.pricing-leader__single {
flex-direction: column;
align-items: flex-start;
}
.pricing-leader__avatar {
margin: 1rem 0;
}
}.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%;
}