@charset "UTF-8";
  @-webkit-keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-icon-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-icon-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}  @-webkit-keyframes paralax-right {
0% {
-webkit-transform: translate(0, 0) scale(1) rotate(0);
transform: translate(0, 0) scale(1) rotate(0);
}
25% {
-webkit-transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
}
50% {
-webkit-transform: translate(-20px, -20px) scale(0.85) rotate(25deg);
transform: translate(-20px, -20px) scale(0.85) rotate(25deg);
}
75% {
-webkit-transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
}
100% {
-webkit-transform: translate(0) scale(1) rotate(0);
transform: translate(0) scale(1) rotate(0);
}
}
@keyframes paralax-right {
0% {
-webkit-transform: translate(0, 0) scale(1) rotate(0);
transform: translate(0, 0) scale(1) rotate(0);
}
25% {
-webkit-transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
}
50% {
-webkit-transform: translate(-20px, -20px) scale(0.85) rotate(25deg);
transform: translate(-20px, -20px) scale(0.85) rotate(25deg);
}
75% {
-webkit-transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
transform: translate(-10px, -12px) scale(0.95) rotate(15deg);
}
100% {
-webkit-transform: translate(0) scale(1) rotate(0);
transform: translate(0) scale(1) rotate(0);
}
}  @-webkit-keyframes paralax-left {
0% {
-webkit-transform: translate(0, 0) scale(1) rotate(0);
transform: translate(0, 0) scale(1) rotate(0);
}
25% {
-webkit-transform: translate(10px, 12px) scale(0.9) rotate(10deg);
transform: translate(10px, 12px) scale(0.9) rotate(10deg);
}
50% {
-webkit-transform: translate(20px, 20px) scale(0.8) rotate(20deg);
transform: translate(20px, 20px) scale(0.8) rotate(20deg);
}
75% {
-webkit-transform: translate(10px, 12px) scale(0.9) rotate(10deg);
transform: translate(10px, 12px) scale(0.9) rotate(10deg);
}
100% {
-webkit-transform: translate(0) scale(1) rotate(0);
transform: translate(0) scale(1) rotate(0);
}
}
@keyframes paralax-left {
0% {
-webkit-transform: translate(0, 0) scale(1) rotate(0);
transform: translate(0, 0) scale(1) rotate(0);
}
25% {
-webkit-transform: translate(10px, 12px) scale(0.9) rotate(10deg);
transform: translate(10px, 12px) scale(0.9) rotate(10deg);
}
50% {
-webkit-transform: translate(20px, 20px) scale(0.8) rotate(20deg);
transform: translate(20px, 20px) scale(0.8) rotate(20deg);
}
75% {
-webkit-transform: translate(10px, 12px) scale(0.9) rotate(10deg);
transform: translate(10px, 12px) scale(0.9) rotate(10deg);
}
100% {
-webkit-transform: translate(0) scale(1) rotate(0);
transform: translate(0) scale(1) rotate(0);
}
}  @-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
20% {
-webkit-transform: scale(0.9) rotate(-8deg);
transform: scale(0.9) rotate(-8deg);
}
70% {
-webkit-transform: scale(1.03) rotate(8deg);
transform: scale(1.03) rotate(8deg);
}
60% {
-webkit-transform: scale(1.05) rotate(-8deg);
transform: scale(1.05) rotate(-8deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
20% {
-webkit-transform: scale(0.9) rotate(-8deg);
transform: scale(0.9) rotate(-8deg);
}
70% {
-webkit-transform: scale(1.03) rotate(8deg);
transform: scale(1.03) rotate(8deg);
}
60% {
-webkit-transform: scale(1.05) rotate(-8deg);
transform: scale(1.05) rotate(-8deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}  @-webkit-keyframes vertical {
0% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
4% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
}
8% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
12% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
}
16% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
20% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes vertical {
0% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
4% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
}
8% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
12% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
}
16% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
20% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}  @-webkit-keyframes wrench {
0% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
5% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
8% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
10% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
18% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
20% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
28% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
30% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
38% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
40% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
48% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
50% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
58% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
60% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
68% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes wrench {
0% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
5% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
8% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg);
}
10% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
18% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
20% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
28% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
30% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
38% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
40% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
48% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
50% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
58% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
60% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg);
}
68% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
} @font-face {
font-family: 'Jost';
src: local("Jost Light"), local("Jost-Light"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-Light.woff2) format("woff2"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-Light.woff) format("woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Jost';
src: local("Jost Regular"), local("Jost-Regular"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-Regular.woff2) format("woff2"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-Regular.woff) format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Jost';
src: local("Jost Medium"), local("Jost-Medium"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-Medium.woff2) format("woff2"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Jost';
src: local("Jost SemiBold"), local("Jost-SemiBold"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-SemiBold.woff2) format("woff2"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-SemiBold.woff) format("woff");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Jost';
src: local("Jost Bold"), local("Jost-Bold"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-Bold.woff2) format("woff2"), url(//www.dentalheart.cz/wp-content/themes/dental/assets/fonts/Jost-Bold.woff) format("woff");
font-weight: 700;
font-style: normal;
}
html {
font-size: 10px;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-text-size-adjust: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0; vertical-align: baseline;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
* {
margin: 0;
padding: 0;
outline: none;
line-height: inherit;
min-width: 0;
min-height: 0;
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
.clearfix:after,
.clearfix:before {
display: table;
content: ' ';
}
.clearfix:after {
clear: both;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
body {
background-color: #fff;
font-weight: 300;
font-size: 1.7rem;
font-family: "Jost", Arial, Helvetica, sans-serif;
color: #4a4a4a;
position: relative;
min-width: 320px;
min-height: 100%;
display: grid;
grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
grid-template-rows: min-content 1fr min-content;
}
.home .header {
position: absolute;
top: 0;
left: 0;
}
h1,
h2,
h3 {
font-weight: 700;
}
h4,
h5,
b,
strong {
font-weight: 500;
}
p:last-child {
margin-bottom: 0;
}
a {
text-decoration: none;
}
img {
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
}
.full-bg {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.container {
max-width: 1280px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-right: 15px;
padding-left: 15px;
}
.box-video {
position: relative;
}
.box-video video,
.box-video .video,
.box-video img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
}
.content p {
line-height: 1.5;
margin-bottom: 25px;
}
.content p:last-child {
margin-bottom: 0;
}
.content ul {
margin-bottom: 25px;
}
.content ul li {
line-height: 1.2;
padding-left: 22px;
margin-bottom: 10px;
}
.content ul li:last-child {
margin-bottom: 0;
}
.content ul li::before {
background: #2E6B70;
position: absolute;
display: block;
content: "";
width: 8px;
height: 8px;
top: 4px;
left: 0;
border-radius: 50%;
}
.content .box-map {
height: 100%;
}
.title {
font-weight: 300;
font-size: 5.1rem;
color: #9D9D9D;
position: relative;
display: block;
line-height: 1.2;
margin-bottom: 40px;
}
.title .text-blur {
margin-left: 7px;
}
.et_pb_text_3 {
-webkit-transition: -webkit-transform 200ms linear;
transition: -webkit-transform 200ms linear;
transition: transform 200ms linear;
transition: transform 200ms linear, -webkit-transform 200ms linear;
}
.text-blur {
font-weight: 700;
color: #abc4c6;
position: relative;
display: inline-block; -webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.text-blur:hover {
-webkit-filter: opacity(1) blur(0);
filter: opacity(1) blur(0);
}
.block-btn {
text-align: center;
margin-top: 20px;
}
.btn {
background: transparent;
font-weight: 500;
font-size: 1.4rem;
color: #2E6B70;
text-transform: uppercase;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 45px;
padding: 0 20px;
border: 1px solid #2e6b70;
border-radius: 5px;
cursor: pointer;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn span {
position: relative;
display: inline-block;
margin-bottom: -2px;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn::before {
background: #2e6b70;
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn:hover {
color: #fff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.btn:hover span {
color: #fff;
}
.btn:hover::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.btn--2 {
color: #fff;
}
.btn--2:hover::before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.btn--2::before {
background: #2e6b70;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.block-icon {
position: relative;
}
.block-icon::before {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
display: block;
content: '';
top: 0;
bottom: 0;
left: 0;
margin: auto 0;
}
.hide {
display: none;
}
@media (max-width: 781px) {
.content .box-map {
height: 300px;
}
}
@media (max-width: 767px) {
body {
font-size: 2rem;
}
.title {
font-size: 4.1rem;
margin-bottom: 30px;
}
.title .text-blur {
font-size: 3.9rem;
}
.btn {
font-size: 1.6rem;
}
}
@media (max-width: 460px) {
body {
font-size: 1.8rem;
}
.title {
font-size: 3.1rem;
margin-bottom: 20px;
}
.title .text-blur {
font-size: 2.9rem;
}
.content p {
line-height: 1.2;
margin-bottom: 20px;
}
.content .box-map {
height: 250px;
}
.btn {
font-size: 1.4rem;
height: 35px;
}
}
@media (max-width: 355px) {
.title .text-blur {
font-size: 2.5rem;
}
}
.slick-slider .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.slick-slider .slick-slide {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
height: auto;
}
.slick-arrow {
background: #e8e8e8;
font-size: 0;
position: absolute;
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 40px;
height: 40px;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 5;
border: none;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.slick-arrow::after {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: inline-block;
content: "";
width: 14px;
height: 23px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.slick-prev {
left: 0;
}
.slick-prev:hover::after {
-webkit-transform: translateX(-5px);
transform: translateX(-5px);
}
.slick-prev::after {
background-image: url(//www.dentalheart.cz/wp-content/themes/dental/assets/img/icons/prev.png);
}
.slick-next {
right: 0;
}
.slick-next:hover::after {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
.slick-next::after {
background-image: url(//www.dentalheart.cz/wp-content/themes/dental/assets/img/icons/next.png);
}
.slick-dots {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.slick-dots li {
margin: 0 5px;
}
.slick-dots .slick-active button {
background: transparent;
cursor: default;
}
.slick-dots button {
background: #fff;
font-size: 0;
display: block;
width: 18px;
height: 18px;
border: 1px solid #fff;
border-radius: 50%;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.slick-dots button:hover {
background: transparent;
} .header {
background: #fbf9fa;
position: relative;
width: 100%;
padding: 24px 0;
z-index: 10;
}
.home .header {
background: transparent;
}
.header .row {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.header .col {
-ms-flex-item-align: start;
align-self: flex-start;
}
.header .col--logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
}
.home .header .col--logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 260px;
flex: 0 0 260px;
}
.logo {
display: inline-block;
line-height: 0;
} .main-menu {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
}
.main-menu li {
position: relative;
}
.main-menu>li {
padding-right: 50px;
}
.main-menu>li:last-child {
padding-right: 0;
}
.main-menu li.current-menu-item>a {
color: #2e6b70;
cursor: default;
}
.main-menu>li>a {
font-size: 1.7rem;
}
.main-menu li a {
color: #4a4a4a;
position: relative;
display: inline-block;
line-height: 1.3;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.main-menu li a:hover {
color: #2e6b70;
}
.main-menu .category-not>a {
pointer-events: none;
}
.main-menu .main-menu__sub::before {
font-size: 1.9rem;
font-family: Verdana, Arial, sans-serif;
color: #4a4a4a;
position: absolute;
display: block;
content: '\203A';
top: 3px;
right: 30px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 0;
}
.main-menu .main-menu__sub:hover::before {
color: #2e6b70;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-menu .main-menu__sub:hover ul {
height: auto;
-webkit-transform: scale(1);
transform: scale(1);
padding: 15px 10px 15px 15px;
}
.main-menu .main-menu__sub ul {
background-color: #fff;
position: absolute;
width: 240px;
height: 0;
top: 100%;
left: 0;
padding: 0 10px 0 15px;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transition: all 0.3s ease-in-out, background-color 1.4s ease-in-out;
transition: all 0.3s ease-in-out, background-color 1.4s ease-in-out;
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
z-index: 3;
}
.main-menu .main-menu__sub ul li {
text-align: left;
margin: 0;
}
.main-menu .main-menu__sub ul a {
font-size: 1.6rem;
padding: 3px 0;
}
.header-links .btn {
padding: 0 15px;
}
.header-links--desctop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-top: 15px; }
.header-links--desctop li {
margin-left: 5px;
}
.header-links--desctop li:first-child {
margin-left: 0;
} .button-menu {
background-color: transparent;
position: relative;
display: none;
width: 52px;
line-height: 30px;
-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-align: center;
padding: 0;
margin-bottom: 6px;
border: none;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.button-menu:focus,
.button-menu:hover {
background-color: transparent;
}
.button-menu span {
background-color: #3e6d71;
position: relative;
display: inline-block;
width: 100%;
height: 6px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.button-menu span:before,
.button-menu span:after {
background-color: inherit;
position: absolute;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.button-menu span:before {
-webkit-transform: translate3d(0, -220%, 0);
transform: translate3d(0, -220%, 0);
}
.button-menu span:after {
-webkit-transform: translate3d(0, 220%, 0);
transform: translate3d(0, 220%, 0);
} .close-menu {
display: none;
background-color: transparent;
position: absolute;
width: 35px;
height: 30px;
line-height: 30px;
top: 25px;
right: 20px;
cursor: pointer;
opacity: 0.8;
border: none;
}
.close-menu span {
background-color: #fff;
position: relative;
display: block;
width: 100%;
height: 4px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: 12px;
}
.close-menu span::before {
background-color: inherit;
position: absolute;
display: block;
content: "";
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.close-menu:hover span {
-webkit-transform: rotate(0);
transform: rotate(0);
}
.close-menu:hover span::before {
-webkit-transform: rotate(0);
transform: rotate(0);
}
@media (max-width: 1240px) {
.home .header .col--logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
}
.main-menu>li {
padding-right: 30px;
}
.main-menu>li>a {
font-size: 1.6rem;
}
.main-menu .main-menu__sub::before {
top: 2px;
right: 15px;
}
}
@media (max-width: 1024px) {
.header-info {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.button-menu {
display: inline-block;
margin-left: 13px;
}
.box-main-menu {
background: rgba(0, 0, 0, 0.85);
position: fixed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 40px 30px;
margin: 0;
z-index: 999;
-webkit-transform: scale(0);
transform: scale(0);
overflow: hidden;
overflow-y: auto;
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.box-main-menu.open {
-webkit-transform: scale(1);
transform: scale(1);
}
.box-main-menu.open .main-menu {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.main-menu {
display: block;
max-width: 100%;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.main-menu>li {
padding: 0 15px;
}
.main-menu>li:last-child {
padding-right: 15px;
}
.main-menu>li>a {
font-weight: 500;
font-size: 2.4rem;
}
.main-menu li {
display: block;
margin: 20px 0;
}
.main-menu li:last-child {
margin-bottom: 0;
}
.main-menu li a {
color: #fff;
padding: 0;
border-bottom: 2px dotted transparent;
}
.main-menu li.active a {
color: #6094e0;
border-bottom-color: #6094e0;
}
.main-menu .main-menu__sub::before {
font-size: 2.4rem;
color: #ccc;
top: 5px;
right: 0;
margin: 0;
}
.main-menu .main-menu__sub ul {
background: transparent;
position: relative;
width: 100%;
top: auto;
left: auto;
padding: 0;
visibility: hidden;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform-origin: center top;
transform-origin: center top;
}
.main-menu .main-menu__sub ul li {
text-align: center;
}
.main-menu .main-menu__sub ul a {
font-size: 2rem;
padding: 1px 0;
}
.main-menu .main-menu__sub:hover::before {
right: 5px;
}
.main-menu .main-menu__sub:hover ul {
visibility: visible;
padding: 5px 0 0;
}
.close-menu {
display: inline-block;
}
.header-links {
margin-top: 0;
}
}
@media (max-width: 991px) {
.header {
padding-bottom: 15px;
}
.home .header {
padding-bottom: 24px;
}
}
@media (max-width: 767px) {
.header {
padding: 20px 0;
}
.home .header .col--logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 180px;
flex: 0 0 180px;
}
.header-links--desctop .btn {
font-size: 1.4rem;
height: 35px;
}
}
@media (max-width: 660px) {
.main-menu>li>a {
font-size: 2.3rem;
}
.main-menu .main-menu__sub ul a {
font-size: 2.1rem;
}
.header-links--desctop {
display: none;
}
.block-mobil {
display: block;
margin-bottom: 35px;
}
.header-links--mobil {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-links--mobil .btn {
font-size: 1.4rem;
text-align: center;
height: 40px;
margin: 0 3px;
}
}
@media (max-width: 460px) {
.header {
padding-bottom: 10px;
}
.home .header {
padding: 15px 0;
}
.header .col--logo,
.home .header .col--logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 130px;
flex: 0 0 130px;
}
.box-main-menu {
padding-top: 50px;
}
.block-mobil {
margin-bottom: 25px;
}
.main-menu>li {
margin: 10px 0;
}
.main-menu>li>a {
font-size: 2.2rem;
}
.main-menu .main-menu__sub::before {
top: 0;
}
.main-menu .main-menu__sub ul a {
font-size: 2rem;
}
.header-links--mobil .btn {
font-size: 1.5rem;
line-height: 1.35;
height: auto;
border: none;
padding: 0;
margin: 0 5px;
border-bottom: 2px dotted #2E6B70;
}
.close-menu {
width: 30px;
top: 3px;
}
.close-menu span {
height: 3px;
}
.button-menu {
width: 50px;
}
.button-menu span:before {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
.button-menu span:after {
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
}  .section-premier {
background: #fbf9fa;
position: relative;
z-index: 0;
padding-top: 115px;
}
.item-premier {
font-weight: 300;
color: #9D9D9D;
background-position: center top;
}
.item-premier .item-premier__wrapp {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding: 80px 0 55px;
min-height: 520px;
overflow: hidden;
}
.item-premier .item-premier__text {
position: relative;
z-index: 1;
margin-bottom: 9px;
}
.item-premier .item-premier__title {
font-weight: 300;
font-size: 7rem;
text-transform: uppercase;
display: block;
line-height: 1.4;
}
.item-premier .item-premier__list,
.item-premier ul {
color: #2E6B70;
margin-top: 20px;
}
.item-premier .item-premier__list li,
.item-premier ul li {
font-size: 2.5rem;
position: relative;
display: block;
padding-left: 40px;
margin-bottom: 10px;
}
.item-premier .item-premier__list li:last-child,
.item-premier ul li:last-child {
margin-bottom: 0;
}
.item-premier .item-premier__list li:hover::before,
.item-premier ul li:hover::before {
-webkit-animation: wrench 2.5s ease infinite;
animation: wrench 2.5s ease infinite;
-webkit-transform-origin: 90% 35% 0;
transform-origin: 90% 35% 0;
}
.item-premier .item-premier__list li::before,
.item-premier ul li::before {
background-image: url(//www.dentalheart.cz/wp-content/themes/dental/assets/img/icons/icon_1.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
display: block;
content: '';
top: 0;
bottom: 0;
left: 0;
margin: auto 0;
width: 25px;
height: 25px;
-webkit-transform: translateY(2px);
transform: translateY(2px);
}
.item-premier .item-premier__footer {
-ms-flex-item-align: end;
align-self: flex-end;
display: inline-block;
}
.item-premier .item-premier__desc {
font-weight: 300;
font-size: 5.1rem;
display: inline-block;
line-height: 1.25;
margin-left: auto;
}
.slider-premier .slick-arrow {
background: #f4f4f4;
top: calc(50% + 20px);
}
@media (min-width: 1551px) {
.slider-premier .slick-arrow {
width: 55px;
height: 55px;
}
.slider-premier .slick-arrow::after {
width: 20px;
height: 34px;
}
.slider-premier .slick-prev {
left: 65px;
}
.slider-premier .slick-next {
right: 65px;
}
}
@media (max-width: 1550px) {
.slider-premier .slick-prev {
left: 45px;
}
.slider-premier .slick-next {
right: 45px;
}
}
@media (max-width: 1450px) {
.slider-premier .slick-prev {
left: 0;
}
.slider-premier .slick-next {
right: 0;
}
}
@media (max-width: 1350px) {
.slider-premier .slick-arrow {
display: none !important;
}
}
@media (max-width: 1100px) {
.item-premier .item-premier__title {
font-size: 5.6rem;
}
}
@media (max-width: 991px) {
.section-premier {
padding-top: 110px;
}
.item-premier .item-premier__wrapp {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 75px 0 35px;
min-height: 460px;
}
.item-premier .item-premier__title {
font-size: 4.9rem;
}
.item-premier .item-premier__list li,
.item-premier ul li {
font-size: 2.3rem;
}
.item-premier .item-premier__desc {
font-size: 3.9rem;
}
}
@media (max-width: 660px) {
.section-premier {
padding-top: 100px;
}
.item-premier .item-premier__wrapp {
padding: 50px 0 30px;
}
.item-premier .item-premier__title {
font-size: 3.8rem;
}
.item-premier .item-premier__list {
margin-top: 15px;
}
.item-premier .item-premier__list li,
.item-premier ul li {
font-size: 2rem;
padding-left: 30px;
}
.item-premier .item-premier__list li::before,
.item-premier ul li::before {
width: 20px;
height: 20px;
}
.item-premier .item-premier__desc {
font-size: 3.1rem;
}
}
@media (max-width: 575px) {
.item-premier .item-premier__wrapp {
padding: 45px 0 20px;
min-height: 310px;
}
.item-premier .item-premier__title {
font-size: 2.7rem;
}
.item-premier .item-premier__list {
margin-top: 5px;
}
.item-premier .item-premier__list li,
.item-premier ul li {
font-size: 1.8rem;
padding-left: 20px;
margin-bottom: 7px;
}
.item-premier .item-premier__list li::before,
.item-premier ul li::before {
width: 12px;
height: 12px;
-webkit-transform: translateY(1px);
transform: translateY(1px);
}
.item-premier .item-premier__desc {
font-size: 2.1rem;
}
}
@media (max-width: 460px) {
.section-premier {
padding-top: 70px;
}
.item-premier {
background-position: 45% top;
}
.item-premier .item-premier__wrapp {
padding-top: 35px;
} }  .section-service {
margin-top: 50px;
}
.item-service {
text-align: center;
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.item-service:nth-child(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.item-service:nth-child(3) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.item-service:nth-child(4) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.item-service .item-service__wrapp {
background: #f9f9f9;
display: block;
height: 100%;
padding: 50px 10px 35px;
}
.item-service .item-service__wrapp:hover .item-service__img img {
-webkit-animation: tada 2s linear infinite;
animation: tada 2s linear infinite;
opacity: 0.5;
}
.item-service .item-service__wrapp:hover .item-service__title {
color: #70999C;
}
.item-service .item-service__img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 80px;
overflow: hidden;
margin-bottom: 30px;
}
.item-service .item-service__img img {
opacity: 0.15;
-webkit-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
.item-service .item-service__title {
font-weight: 600;
font-size: 1.9rem;
color: #4A4A4A;
text-transform: uppercase;
display: inline-block;
height: 23px;
overflow: hidden;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.item-service .item-service__desc {
font-weight: normal;
font-size: 1.5rem;
color: #70999C;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 65px;
max-width: 205px;
line-height: 1.4;
margin: 5px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.list-service {
margin: 0 -10px;
}
.list-service .col {
padding: 0 10px;
}
.item-service .item-service__title {
font-size: 1.6rem;
height: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.list-service {
margin: 0 -5px;
}
.list-service .col {
padding: 0 5px;
}
.item-service .item-service__title {
font-size: 1.4rem;
height: 18px;
}
.item-service .item-service__desc {
font-size: 1.4rem;
height: 47px;
}
}
@media (max-width: 767px) {
.list-service .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
margin-bottom: 30px;
}
}
@media (max-width: 660px) {
.section-service {
margin-top: 35px;
}
.item-service .item-service__title {
font-size: 1.9rem;
height: 20px;
}
.item-service .item-service__desc {
font-size: 1.8rem;
height: 60px;
}
}
@media (max-width: 610px) {
.list-service {
margin: 0 -12px;
}
.list-service .col {
padding: 0 12px;
margin-bottom: 24px;
}
}
@media (max-width: 460px) {
.section-service {
margin-top: 25px;
}
.list-service .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-bottom: 15px;
}
.item-service .item-service__wrapp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 30px 10px 30px 30px;
}
.item-service .item-service__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
margin-bottom: 0;
}
.item-service .item-service__text {
padding-left: 20px;
}
.item-service .item-service__title {
font-size: 2rem;
height: auto;
}
.item-service .item-service__desc { height: auto;
}
}
@media (max-width: 355px) {
.item-service .item-service__wrapp {
padding: 25px 10px 25px 15px;
}
.item-service .item-service__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 70px;
flex: 0 0 70px;
height: 70px;
}
.item-service .item-service__text {
padding-left: 15px;
}
.item-service .item-service__title {
font-size: 1.9rem;
}
}  .section-about {
margin-top: 55px;
}
.row--about .col--img {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.7%;
flex: 0 0 33.7%;
}
.about-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.about-text-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.7%;
flex: 0 0 33.7%;
margin: 0 45px 25px 0;
}
.about-text p { line-height: 1.5;
margin-bottom: 25px;
}
.about-text p strong {
font-weight: 500;
}
.about-text p span {
font-size: 3.2rem;
font-weight: 400;
color: #2e6b70;
}
.about-text .about-text__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: -1px;
}
.about-text .about-text__btn .btn {
margin-right: 25px;
}
.about-text .about-text__btn .text-blur {
font-size: 4.8rem;
margin: 0;
}
@media (max-width: 991px) {
.about-text-img {
margin: 0 25px 15px 0;
}
}
@media (max-width: 767px) {
.section-about {
margin-top: 20px;
}
.about-text img {
width: 300px;
}
.about-text img+p {
font-size: 2rem;
}
.about-text p {
font-size: 1.9rem;
}
.about-text p span {
font-size: 2.4rem;
}
.about-text .about-text__btn .text-blur {
font-size: 3.5rem;
}
}
@media (max-width: 660px) {
.about-text img {
width: 260px;
}
.about-text img+p {
font-size: 2rem;
line-height: 1.65;
padding-right: 25px;
}
.about-text p span {
font-size: 2.4rem;
}
}
@media (max-width: 575px) {
.about-text {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.about-text-img {
width: 100%; margin: 0 0 25px;
}
.about-text img {
width: 100%;
}
.about-text img+p {
font-size: 1.8rem;
line-height: 1.5;
padding-right: 0;
}
}
@media (max-width: 460px) {
.section-about {
margin-top: 15px;
}
.about-text img+p {
font-size: 1.6rem;
line-height: 1.45;
}
.about-text img+p+p {
margin-bottom: 5px;
}
.about-text p { line-height: 1.45;
margin-bottom: 15px;
}
.about-text p span {
font-size: 2.3rem;
display: inline-block;
line-height: 1.2;
}
.about-text .about-text__btn {
margin-top: 25px;
}
.about-text .about-text__btn .btn {
margin-right: 10px;
}
.about-text .about-text__btn .text-blur {
font-size: 2.3rem;
}
}
@media (max-width: 359px) {
.about-text .about-text__btn .btn {
margin-right: 5px;
}
.about-text .about-text__btn .text-blur {
font-size: 1.9rem;
}
}  .section-help {
margin-top: 40px;
}
.list-help .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
margin-bottom: 30px;
}
.item-help:nth-child(2) .item-help__title,
.item-help:nth-child(4) .item-help__title {
margin-bottom: 25px;
}
.item-help:nth-child(2) .item-help__title {
margin-bottom: 19px;
}
.item-help:nth-child(5) .btn {
margin-top: 5px;
}
.item-help .item-help__wrapp {
position: relative;
padding: 40px 20px 30px 48px; }
.item-help .item-help__wrapp .item-help__img {
position: absolute;
width: 85px;
height: 98px;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
z-index: 0;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
opacity: 0.25;
}
.item-help .item-help__wrapp .item-help__img+br,
.item-help .item-help__wrapp .item-help__img+p {
display: none;
}
.item-help .item-help__title {
font-weight: normal;
font-size: 1.9rem;
color: #2E6B70;
text-transform: uppercase;
position: relative;
display: inline-block;
line-height: 1.65;
margin-bottom: 12px;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.item-help .item-help__title:hover {
color: #000;
}
.item-help ul li {
position: relative;
padding-left: 35px;
margin-bottom: 12px;
}
.item-help ul li:last-child {
margin-bottom: 0;
}
.item-help ul li::before {
background: url(//www.dentalheart.cz/wp-content/themes/dental/assets/img/icons/icon_1.png) no-repeat center;
background-size: cover;
position: absolute;
display: block;
content: "";
width: 21px;
height: 20px;
top: -1px;
left: 0;
}
.item-help p {
font-weight: 300;
line-height: 1.45;
}
.item-help .btn {
margin-top: 30px;
}
.item-help .item-help__btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 11px;
}
.item-help .item-help__btn .btn {
margin-top: 12px;
margin-right: 8px;
}
.item-help .item-help__btn .btn:last-child {
margin-right: 0;
}
@media (max-width: 1200px) {
.item-help .item-help__wrapp {
padding-left: 30px;
}
}
@media (max-width: 1024px) {
.item-help .item-help__wrapp {
padding-right: 0;
}
}
@media (max-width: 991px) {
.list-help .col {
margin-bottom: 35px;
} .item-help .item-help__wrapp {
padding: 15px 0 0 20px;
}
.item-help .item-help__wrapp::before,
.item-help .item-help__wrapp .item-help__img {
width: 46px;
height: 53px;
}
.item-help .item-help__title {
font-size: 1.9rem;
}
.item-help ul li {
padding-left: 28px;
}
.item-help ul li::before {
width: 16px;
height: 16px;
}
}
@media (max-width: 767px) {
.item-help .btn {
font-size: 1.4rem;
height: 35px;
}
}
@media (max-width: 660px) {
.list-help .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
} .item-help:nth-child(5) .btn {
margin-top: 15px;
} }
@media (max-width: 500px) {
.section-help .title {
font-size: 3rem;
}
}
@media (max-width: 460px) {
.section-help {
margin-top: 30px;
}
.list-help .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.list-help .col:last-child {
margin-bottom: 0;
}
.item-help:nth-child(5) .btn {
margin-top: 15px;
} .item-help .btn {
margin-top: 20px;
}
}  .section-reviews {
margin-top: 20px;
}
.section-reviews .title {
margin-bottom: 35px;
}
.section-reviews .text-blur {
font-size: 3.6rem;
}
.block-reviews {
background: #faf9f8;
position: relative;
padding: 30px 0 60px 35px;
border-radius: 7px;
}
.reviews-img {
position: absolute;
width: 465px;
bottom: 0;
right: 0;
}
.box-slider--reviews {
position: relative;
width: 65%;
max-width: 745px;
z-index: 2;
}
.slider-reviews {
margin: 0 -10px;
}
.slider-reviews .item-reviews {
padding: 0 10px;
}
.item-reviews .item-reviews__rating {
margin-bottom: 15px;
}
.item-reviews .item-reviews__text {
color: #000;
display: block;
line-height: 1.4;
}
.item-reviews .item-reviews__name {
font-weight: 700;
display: block;
margin-top: 25px;
}
.reviews-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 35px;
}
.reviews-nav .btn {
height: 40px;
}
.nav-reviews {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-flex: 0;
-ms-flex: 0 0 90px;
flex: 0 0 90px;
margin-right: 35px;
}
@media (max-width: 1024px) {
.reviews-img {
width: 55%;
}
.box-slider--reviews {
width: 55%;
}
}
@media (max-width: 767px) {
.section-reviews .title {
margin-bottom: 25px;
}
.section-reviews .text-blur {
font-size: 3.1rem;
}
.block-reviews {
padding-bottom: 35px;
}
.item-reviews .item-reviews__text,
.item-reviews .item-reviews__name {
font-size: 1.8rem;
}
}
@media (max-width: 660px) {
.item-reviews .item-reviews__rating {
margin-bottom: 10px;
}
.item-reviews .item-reviews__text,
.item-reviews .item-reviews__name {
font-size: 1.6rem;
}
.item-reviews .item-reviews__name {
margin-top: 20px;
}
.reviews-nav {
margin-top: 30px;
}
.reviews-nav .btn {
font-size: 1.4rem;
height: 30px;
}
.nav-reviews {
-webkit-box-flex: 0;
-ms-flex: 0 0 65px;
flex: 0 0 65px;
margin-right: 25px;
}
}
@media (max-width: 575px) {
.section-reviews .text-blur {
font-size: 2.1rem;
}
.block-reviews {
padding-right: 10px;
}
.box-slider--reviews {
width: 100%;
}
.reviews-img {
display: none;
}
}
@media (max-width: 460px) {
.section-reviews {
margin-top: 30px;
}
.section-reviews .title {
font-size: 2.8rem;
}
.block-reviews {
padding-left: 30px;
}
}
@media (max-width: 355px) {
.section-reviews .text-blur {
font-size: 1.8rem;
}
.block-reviews {
padding: 25px 10px 30px 20px;
}
}  .section-partners {
margin-top: 60px;
}
.section-partners .container {
max-width: 1085px;
}
.list-partners {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.item-partner .item-partner__wrapp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
line-height: 0;
}
@media (max-width: 660px) {
.section-partners {
margin-top: 35px;
}
}
@media (max-width: 575px) {
.list-partners {
margin: 0 -5px;
}
.list-partners .col {
padding: 0 5px;
}
}
@media (max-width: 660px) {
.section-partners {
margin-top: 55px;
}
.list-partners .col:last-child {
display: none;
}
}
@media (max-width: 350px) {
.section-partners {
margin-top: 45px;
}
}   .block-check {
margin-bottom: 25px;
}
.block-check .input-check,
.block-check label {
position: relative;
display: block;
cursor: pointer;
margin-bottom: 10px;
}
.block-check--wpcf7 .input-check {
margin-bottom: 5px;
}
.block-check .input-check:last-child,
.block-check label:last-child {
margin-bottom: 0;
}
.block-check--radio .input-check,
.block-check--radio label {
margin-bottom: 4px;
}
.input-check .input-check__type,
.block-check label input {
position: absolute;
width: 0;
height: 0;
opacity: 0;
}
.input-check .input-check__icon,
.wpcf7-list-item-label,
.form .iUAHGJ {
background: transparent;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
width: 100%;
border: 1px solid #e7e7e7;
}
.wpcf7-list-item {
width: 100%;
margin: 0;
}
.wpcf7-list-item-label {
border: none;
height: auto;
}
.block-check .wpcf7-list-item-label::before {
display: inline-block;
flex: 0 0 22px;
height: 22px;
border: 1px solid #e7e7e7;
margin-right: 15px;
}
.form .ButtonBase__ButtonContainer-sc-p43e7i-3 {
background: transparent !important;
font-weight: 500;
font-size: 1.4rem;
color: #2E6B70 !important;
text-transform: uppercase;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 45px;
padding: 0 20px;
border: 1px solid #2e6b70 !important;
border-radius: 5px;
cursor: pointer;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form .ButtonBase__ButtonContainer-sc-p43e7i-3 span {
background: transparent !important;
position: relative;
padding: 0 !important;
z-index: 1;
}
.form .ButtonBase__ButtonContainer-sc-p43e7i-3:hover,
.form .ButtonBase__ButtonContainer-sc-p43e7i-3:hover span {
color: #fff !important;
}
.form .ButtonBase__ButtonContainer-sc-p43e7i-3::before {
background: #2e6b70;
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form .ButtonBase__ButtonContainer-sc-p43e7i-3:hover::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.form .iUAHGJ {
width: 22px;
height: 22px;
padding: 0;
border: 1px solid #e7e7e7;
border-radius: 0;
}
.form .klfTKL {
margin-bottom: 8px;
}
.form .kSiUVj {
margin-bottom: 15px;
}
.form .iUAHGJ svg {
width: 16px;
height: 16px;
fill: #2E6B70;
}
.form .FUyRQ {
background: #fff !important;
border: 1px solid #ededed !important;
border-radius: 5px;
padding: 0 10px 0 20px;
}
.form .ChoiceOption__Label-sc-1ju50iy-0:hover .ChoiceOption__Overlay-sc-1ju50iy-2 {
background-color: transparent !important;
}
.block-check .wpcf7-list-item-label::after {
position: absolute;
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.block-check--check .wpcf7-list-item-label::after {
font-weight: 500;
font-size: 1.6rem;
color: #2E6B70; content: '\2714';
left: 5px;
}
.form .ChoiceOption__Input-sc-1ju50iy-7:checked~.ChoiceOption__Container-sc-1ju50iy-1 .ChoiceOption__Item-sc-1ju50iy-4 {
background: transparent !important;
border: 1px solid #2E6B70;
}
.block-check--radio .wpcf7-list-item-label::before {
flex: 0 0 17px;
height: 17px;
border-radius: 50%;
}
.block-check--radio .wpcf7-list-item-label::after {
background: #2E6B70;
content: '';
width: 9px;
height: 9px;
border-radius: 50%;
left: 4px;
}
.input-check .input-check__icon::before {
font-weight: 500;
font-size: 1.6rem;
color: #2E6B70; position: relative;
display: block;
content: '\2714';
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
}
.input-check .input-check__text {
font-size: 1.5rem;
text-transform: none;
display: block;
line-height: 1.25em;
text-align: left;
padding-left: 18px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.input-check .input-check__text a {
border-bottom: 1px solid #fff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.input-check .input-check__text a:hover {
border-color: transparent;
}
.input-check .input-check__type:checked+.input-check__icon,
.block-check label input:checked+.wpcf7-list-item-label::before {
border-color: #2E6B70;
}
.input-check .input-check__type:checked+.input-check__icon::before,
.block-check label input:checked+.wpcf7-list-item-label::after,
.form .khLzCW:checked~.cjnuWH::after {
opacity: 1;
}
.input-check--radio .input-check__icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 17px;
flex: 0 0 17px;
height: 17px;
border-radius: 50%;
}
.input-check--radio .input-check__icon::before {
background: #2E6B70;
content: '';
width: 9px;
height: 9px;
border-radius: 50%;
}
.select-block {
position: relative;
}
.select-block select.select {
width: 0;
}
.selectbox {
cursor: pointer;
z-index: 2;
width: 100%;
max-width: 100%;
}
.selectbox .select {
background: #fff;
height: 55px;
padding: 0 60px 0 25px;
float: none !important;
opacity: 1;
z-index: 10 !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #ededed;
border-radius: 5px;
}
.selectbox .select .text {
font-style: normal;
font-weight: 400;
font-size: 1.5rem;
color: #000;
position: relative;
display: block;
text-align: left;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding: 3px 0;
}
.selectbox .trigger {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50px;
height: 100%;
top: 0;
right: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.selectbox .trigger .arrow:after {
content: '';
display: block;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid #bababa;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.selectbox .trigger:hover {
background: #5db5a7;
}
.selectbox .trigger:hover .arrow:after {
border-top-color: #fff;
}
.selectbox .dropdown {
background: #fff;
top: 100%;
left: 0;
width: 100%;
text-align: left;
margin: 0;
padding: 0;
z-index: 8;
padding: 10px 0;
-webkit-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
.selectbox .dropdown ul {
list-style: none;
margin: 0;
}
.selectbox .dropdown li {
font-size: 1.4rem;
color: #000;
padding: 7px 10px 7px 20px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
line-height: 1.3;
margin-bottom: 0;
}
.selectbox .dropdown li:first-child {
padding: 0;
}
.selectbox .dropdown li.selected,
.selectbox .dropdown li.sel,
.selectbox .dropdown li:hover {
background: #5db5a7;
color: #fff;
}
.select {
max-width: 100%;
}
@media (max-width: 991px) {
.selectbox .select {
height: 55px;
padding-left: 20px;
}
.selectbox .select .text {
font-size: 1.8rem;
}
}
@media (max-width: 660px) {
.selectbox .select {
padding-left: 12px;
}
.selectbox .select .text {
font-size: 1.6rem;
}
.selectbox .trigger .arrow:after {
border-left-width: 5px;
border-right-width: 5px;
border-top-width: 8px;
}
}
@media (max-width: 575px) {
.selectbox .select {
height: 50px;
padding: 0 50px 0 20px;
}
.selectbox .trigger {
width: 50px;
}
.selectbox .dropdown li {
font-size: 1.5rem;
padding-left: 20px;
}
}
form {
font-size: 1.5rem;
}
form strong,
form b {
font-weight: 600;
}
form p {
margin-bottom: 25px;
}
form fieldset,
.form .gzevtd {
background: #faf9f8;
position: relative;
display: block;
overflow: hidden;
padding: 35px 35px 35px 35px;
}
.form .gzevtd {
width: auto;
}
form .fieldset-registr .row {
margin-bottom: 20px;
}
form .fieldset-registr .row:last-child {
margin-bottom: 0;
}
form .block-check {
margin-bottom: 25px;
}
form .row {
margin: 0 -8px 10px;
}
form .row .col {
padding: 0 8px;
margin-bottom: 15px;
}
form .row .col.form__block--message {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-bottom: 0;
}
form .row .form__block--50 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
form .form__block {
position: relative;
width: 100%;
margin-bottom: 15px;
}
form .form__block p {
line-height: 1.5;
margin: 0;
}
form input,
form textarea {
background: #fff;
font-weight: 400;
font-size: 1.5rem;
font-family: 'Jost', sans-serif;
color: #000;
position: relative;
display: block;
width: 100%;
border: 1px solid #ededed;
border-radius: 5px;
padding: 0 10px 0 20px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
form input:not(.btn) {
height: 55px;
line-height: 53px;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
-webkit-transition: background-color 5000s ease-in-out 0s;
transition: background-color 5000s ease-in-out 0s;
}
form input:not(.btn).error,
form textarea.error {
background: #fff;
border-color: #c00;
color: #c00;
}
form input:not(.btn).valid,
form textarea.valid {
background: #fff;
border-color: #238923;
}
form input:not(.btn)+label.error,
form textarea+label.error {
background: transparent;
font-size: 1.2rem;
color: #c00;
position: relative;
display: inline-block;
margin-top: 5px;
}
form textarea {
text-align: left;
min-height: 85px;
max-height: 85px;
min-width: 100%;
max-width: 100%;
padding: 15px 10px 15px 20px;
}
form .form-head {
margin-bottom: 25px;
}
form .form-head p {
margin-bottom: 15px;
}
form .form-head p strong {
font-weight: 300;
font-size: 2.5rem;
color: #2E6B70;
}
form .form-footer {
margin: 35px -14px 0;
}
form .form-footer .block-check {
margin-bottom: 0;
}
form .form-footer .col {
padding: 0 14px;
}
form .form-footer .form-footer__btn {
-webkit-box-flex: 0;
-ms-flex: 0 0 209px;
flex: 0 0 209px;
}
form .form-footer .btn {
width: 100%;
padding: 0 10px;
}
form .form-footer .btn:hover {
background: #2E6B70;
color: #fff;
}
.form-title {
font-weight: 500;
font-size: 1.5rem;
text-transform: uppercase;
display: block;
margin-bottom: 15px;
}
.form-title--variant {
font-size: 2.5rem;
margin-top: 17px;
}
::-webkit-input-placeholder {
color: #000;
opacity: 1;
}
:-moz-placeholder {
color: #000;
opacity: 1;
}
::-moz-placeholder {
color: #000;
opacity: 1;
}
:-ms-input-placeholder {
color: #000;
opacity: 1;
}
@media (max-width: 1100px) {
form input:not(.btn) {
height: 50px;
line-height: 48px;
}
form input:not(.btn),
form textarea {
font-size: 1.4rem;
padding-left: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
form fieldset,
.form .gzevtd {
padding: 35px 15px 50px 15px;
}
}
@media (max-width: 575px) {
form fieldset,
.form .gzevtd {
padding: 30px 15px 20px;
}
form .row {
margin: 0 -5px 10px;
}
form .row .col {
padding: 0 5px;
margin-bottom: 10px;
}
form input:not(.btn) {
height: 50px;
line-height: 48px;
}
form input:not(.btn),
form textarea {
font-size: 1.6rem;
padding-left: 15px;
}
form textarea {
min-height: 145px;
max-height: 145px;
}
form .form-footer {
margin: 35px -10px 0;
}
form .form-footer .col {
padding: 0 10px;
}
.form-title--variant {
font-size: 2.3rem;
}
}
@media (max-width: 460px) {
form {
font-size: 1.7rem;
}
form .row {
margin: 0 0 20px;
}
form .row .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding: 0;
}
form .fieldset-registr .form-footer {
margin-bottom: 0;
}
form .fieldset-registr .form-footer .form-footer__text {
margin-bottom: 25px;
}
form .form__block--textarea {
margin-bottom: 20px;
}
form .form-footer {
margin-bottom: 0;
}
form .form-footer .col:last-child {
margin-bottom: 0;
}
form .form-footer .btn {
width: 150px;
}
}
@media (max-width: 380px) {
form fieldset,
.form .gzevtd {
margin: 0 -15px;
}
} .comment-respond {
max-width: 820px;
margin: 60px auto 0;
}
.comment-respond .comment-reply-title {
font-weight: 500;
font-size: 2.4rem;
margin-bottom: 10px;
}
.comment-respond label {
font-weight: 500;
font-size: 1.6rem;
display: block;
margin-bottom: 4px;
}
.comment-respond textarea {
min-height: 120px;
max-height: 120px;
}
.comment-form-cookies-consent {
position: relative;
}
.comment-form-cookies-consent input[type="checkbox"] {
position: absolute;
width: 0;
height: 0;
opacity: 0;
}
.comment-form-cookies-consent label {
font-weight: normal;
font-size: 1.4rem;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.comment-form-cookies-consent label::before {
display: inline-block;
content: '';
flex: 0 0 22px;
height: 22px;
border: 1px solid #e7e7e7;
margin-right: 15px;
}
.comment-form-cookies-consent label::after {
font-weight: 500;
font-size: 1.6rem;
color: #2E6B70; content: '\2714';
position: absolute;
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 5px;
}
.comment-form-cookies-consent input:checked+label::before {
border-color: #2E6B70;
}
.comment-form-cookies-consent input:checked+label::after {
opacity: 1;
}
.comment-respond .form-submit {
text-align: right;
margin-top: 20px;
}
.comment-respond .form-submit .submit {
background: transparent;
font-weight: 500;
font-size: 1.4rem;
color: #2E6B70;
text-transform: uppercase;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: auto;
height: 45px;
line-height: 1;
padding: 0 20px;
border: 1px solid #2e6b70;
border-radius: 5px;
cursor: pointer;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.comment-respond .form-submit .submit::before {
background: #2e6b70;
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.comment-respond .form-submit .submit:hover {
background: #2e6b70;
color: #fff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.comment-respond .form-submit .submit:hover::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
@media (max-width: 575px) {
.comment-respond {
margin-top: 20px;
}
.comment-respond .form-submit {
text-align: center;
}
}
@media (max-width: 460px) {
.comment-respond .form-submit .submit {
font-size: 1.4rem;
height: 35px;
}
} .inner-page {
padding: 35px 0 40px;
} .breadcrumbs {
margin-bottom: 10px;
}
.crumb {
color: #2E6B70;
}
.crumb span,
.crumb a {
font-weight: 300;
font-size: 1.5rem;
color: #2E6B70;
display: inline-block;
line-height: 1;
}
.crumb a {
position: relative;
border-bottom: 1px solid transparent;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .crumb a:hover {
border-color: #2E6B70;
}
@media (max-width: 767px) {
.inner-page {
padding-bottom: 20px;
}
.breadcrumbs {
margin-bottom: 20px;
}
}
@media (max-width: 460px) {
.inner-page {
padding: 25px 0 0;
}
} .item-step:last-child .item-step__img::after {
display: none;
}
.item-step .item-step__wrapp {
background: #f9f9f9;
text-align: center;
height: 100%;
padding: 35px 40px;
}
.item-step .item-step__wrapp:hover .item-step__img::after {
right: -20px;
}
.item-step .item-step__wrapp:hover .item-step__img img {
-webkit-animation: vertical 4s ease infinite;
animation: vertical 4s ease infinite;
}
.item-step .item-step__wrapp:hover .item-step__title {
color: #2E6B70;
}
.item-step .item-step__img {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 102px;
}
.item-step .item-step__img::after {
background: url(//www.dentalheart.cz/wp-content/themes/dental/assets/img/icons/step-arrow.png) no-repeat center;
background-size: cover;
position: absolute;
display: block;
content: "";
width: 16px;
height: 27px;
top: 50%;
right: -16px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.item-step .item-step__text {
margin-top: 25px;
}
.item-step .item-step__title {
font-weight: 600;
font-size: 2.1rem;
color: #4A4A4A;
display: block;
line-height: 1.45;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 1200px) {
.item-step .item-step__title {
font-size: 1.8rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
.list-step {
margin: 0 -10px;
}
.list-step .col {
padding: 0 10px;
}
.item-step .item-step__wrapp {
padding: 30px 30px;
}
.item-step .item-step__img {
height: 80px;
}
.item-step .item-step__title {
font-size: 1.6rem;
}
}
@media screen and (min-width: 768px) and (max-width: 860px) {
.item-step .item-step__title {
font-size: 1.4rem;
}
}
@media (max-width: 767px) {
.list-step .col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
margin-bottom: 30px;
}
.item-step .item-step__title {
font-size: 2.3rem;
}
}
@media (max-width: 575px) {
.list-step {
margin: 0 -10px;
}
.list-step .col {
padding: 0 10px;
margin-bottom: 20px;
}
.item-step .item-step__wrapp {
padding: 30px 30px;
}
.item-step .item-step__img {
height: 80px;
}
.item-step .item-step__title {
font-size: 1.9rem;
}
}
@media (max-width: 460px) {
.list-step {
margin: 0 -5px;
}
.list-step .col {
padding: 0 5px;
margin-bottom: 10px;
}
.item-step .item-step__wrapp {
padding: 25px 20px;
}
.item-step .item-step__img {
height: 60px;
}
.item-step .item-step__img::after {
width: 10px;
height: 17px;
right: -10px;
}
.item-step .item-step__title {
font-size: 1.7rem;
}
}
@media (max-width: 360px) {
.item-step .item-step__wrapp {
padding: 25px 20px;
}
.item-step .item-step__img {
height: 50px;
}
.item-step .item-step__title {
font-size: 1.5rem;
}
}
.article--page {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: 55px 0 15px;
}
.article--page .article--page__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 400px;
flex: 0 0 400px;
margin-top: 6px;
line-height: 0;
}
.article--page .article--page__img img {
width: 100%;
}
.article--page .article--page__text {
padding-left: 50px;
}
.article--page h2,
.article--page .article--page__title {
font-weight: 300;
font-size: 3.8rem;
color: #2e6b70;
margin-bottom: 14px;
}
.article--page a {
position: relative;
color: #56b6bb;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.article--page a:hover::after {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.article--page a::after {
background: #56b6bb;
position: absolute;
display: block;
content: "";
width: 100%;
height: 1px;
bottom: 1px;
left: 0;
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.article--page h3 {
font-size: 1.9rem;
line-height: 1.2;
margin-bottom: 22px;
}
.article--page p {
line-height: 1.4;
margin-bottom: 25px;
}
.article--page ul {
margin-bottom: 25px;
}
.article--page ul li {
position: relative;
padding-left: 40px;
line-height: 1.4;
}
.article--page ul li::before {
background: url(//www.dentalheart.cz/wp-content/themes/dental/assets/img/icons/list-article.png) no-repeat center;
background-size: cover;
position: absolute;
display: block;
content: "";
width: 22px;
height: 20px;
top: 2px;
left: 0;
}
@media (max-width: 1060px) {
.article--page .article--page__text {
padding-left: 30px;
}
}
@media (max-width: 991px) {
.article--page .article--page__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
}
}
@media (max-width: 767px) {
.article--page {
margin-top: 20px;
}
.article--page {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.article--page .article--page__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin: 0 0 25px;
}
.article--page .article--page__text {
padding-left: 0;
}
.article--page h2,
.article--page .article--page__title {
font-size: 3.5rem;
}
}
@media (max-width: 460px) {
.article--page {
margin-bottom: 10px;
}
.article--page .article--page__img {
margin-bottom: 20px;
}
.article--page h2,
.article--page .article--page__title {
font-size: 3.1rem;
}
.article--page h3 {
margin-bottom: 15px;
}
.article--page p {
margin-bottom: 20px;
}
.article--page ul li {
padding-left: 30px;
margin-bottom: 2px;
}
.article--page ul li:last-child {
margin-bottom: 0;
}
.article--page ul li::before {
width: 20px;
height: 18px;
}
} .site-content .title {
margin-bottom: 20px;
}
.site-content p {
line-height: 1.3;
margin-bottom: 25px;
}
.site-content p:last-child {
margin-bottom: 0;
}
.site-content p a:not(.btn) {
color: #2E6B70;
text-decoration: underline;
}
.site-content p a:hover {
color: #2E6B70;
text-decoration: none;
} .site-content--404 {
padding: 80px 0;
text-align: center;
}
.site-content--404 .error-desc {
font-size: 2rem;
}
.site-content--404 .block-btn {
margin-top: 30px;
}
.site-content--404 .block-btn .btn {
padding: 0 35px;
}
.box-map--contact {
height: 100%;
}
.page-main .page-main__title {
font-size: 3.6rem;
margin-bottom: 25px;
}
.page-main a:not(.btn) {
position: relative;
color: #56b6bb;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.page-main a:not(.btn):hover::after {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.page-main a:not(.btn)::after {
background: #56b6bb;
position: absolute;
display: block;
content: "";
width: 100%;
height: 1px;
bottom: 1px;
left: 0;
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.page-main .btn::after {
display: none;
}
.page-content p {
line-height: 1.4;
}
@media (max-width: 781px) {
.box-map--contact {
height: 300px;
}
}
@media (max-width: 575px) {
.page-main .page-main__title {
font-size: 3.1rem;
}
}
@media (max-width: 460px) {
.site-content--404 {
padding: 50px 0;
text-align: center;
}
.site-content--404 .error-desc {
font-size: 1.9rem;
}
.site-content--404 .block-btn {
margin-top: 20px;
}
.site-content--404 .block-btn .btn {
padding: 0 25px;
}
.box-map--contact {
height: 250px;
}
}
.gallery {
margin-top: 70px;
}
.gallery-item a {
position: relative;
display: block;
height: 100%;
line-height: 0;
overflow: hidden;
}
.gallery-item a img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.gallery-item a:hover img { -webkit-transform: scale(1.05);
transform: scale(1.05);
}
.list-gallery .gallery-item {
display: block;
height: 100%;
margin-bottom: 30px;
}
.list-gallery .gallery-item .title {
margin: 15px 0 0;
}
.col-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%
}
.col-25 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%
}
.col-33 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%
}
.col-50 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%
}
.gallery .col {
margin-bottom: 30px
}
@media (min-width: 1201px) {
.inner-page .section-service {
margin-top: 70px;
}
}
@media (max-width: 991px) {
.col-20 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%
}
.list-gallery .gallery-item .title {
font-size: 2.1rem;
}
}
@media (max-width: 767px) {
.col-20,
.col-25 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%
}
.gallery {
margin-top: 30px;
}
.list-gallery .gallery-item .title {
font-size: 1.9rem;
}
}
@media (max-width: 575px) {
.col-20,
.col-25,
.col-33 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%
}
.gallery .row {
margin-left: -5px;
margin-right: -5px
}
.gallery .row .col {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px
}
.list-gallery .gallery-item .title {
margin: 10px 0 0;
font-size: 1.7rem;
}
}
@media (max-width: 460px) {
.gallery .block-head {
text-align: center;
}
} .block-questions {
margin-top: 60px;
}
.block-questions h2 {
font-weight: normal;
font-size: 2.5rem;
color: #2E6B70;
text-transform: uppercase;
display: block;
margin-bottom: 20px;
}
.block-questions ul.list-questions {
list-style: none;
padding: 0;
margin: 0;
}
.item-questions {
position: relative;
padding-left: 78px;
}
.item-questions::before {
background: url(//www.dentalheart.cz/wp-content/themes/dental/assets/img/icons/icon_fone.png) no-repeat center;
background-size: cover;
position: absolute;
display: block;
content: "";
width: 55px;
height: 63px;
top: 0;
left: 0;
opacity: 0.25;
}
.item-questions .item-questions__wrapp {
padding: 20px 10px 20px 0;
border-bottom: 1px solid #d1d1d1;
}
.item-questions .item-questions__title {
font-weight: normal;
font-size: 1.9rem;
position: relative;
display: inline-block;
padding-right: 20px;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.item-questions .item-questions__title.active {
color: #2E6B70;
}
.item-questions .item-questions__title.active::after {
border-top: none;
border-bottom: 8px solid #56b6bb;
}
.item-questions .item-questions__title:hover {
color: #2E6B70;
}
.item-questions .item-questions__title:hover::after {
-webkit-animation: tada 2s linear infinite;
animation: tada 2s linear infinite;
}
.item-questions .item-questions__title::after {
display: inline-block;
content: '';
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 8px solid #56b6bb;
margin-left: 10px;
}
.item-questions .item-questions__desc {
padding-top: 15px;
}
.item-questions .item-questions__desc p {
font-size: 1.5rem;
line-height: 1.3;
margin-bottom: 10px;
}
.item-questions .item-questions__desc li {
font-size: 1.5rem;
line-height: 1.3;
}
.item-questions .item-questions__desc p:last-child {
margin-bottom: 0;
}
@media (max-width: 575px) {
.block-questions {
margin-top: 30px;
}
.block-questions h2 {
font-size: 2.5rem;
margin-bottom: 15px;
}
.item-questions {
padding-left: 60px;
}
.item-questions::before {
width: 38px;
height: 45px;
top: 3px;
}
.item-questions .item-questions__wrapp {
padding: 15px 10px 15px 0;
}
.item-questions .item-questions__title {
font-size: 1.9rem;
}
.item-questions .item-questions__desc {
padding-top: 10px;
}
.item-questions .item-questions__desc p {
font-size: 1.7rem;
}
}
@media (max-width: 460px) {
.item-questions {
padding-left: 40px;
}
.item-questions::before {
width: 25px;
height: 29px;
top: 9px;
}
}  .aside-page {
-webkit-box-flex: 0;
-ms-flex: 0 0 34.45%;
flex: 0 0 34.45%;
padding-left: 25px;
}
.widget {
font-size: 1.6rem;
line-height: 1.4;
margin-bottom: 35px;
}
.widget:last-child {
margin-bottom: 0;
}
.widget .widget-title {
font-weight: 300;
font-size: 2.5rem;
display: block;
margin-bottom: 20px;
}
.widget .widget__first {
font-weight: 300;
font-size: 1.7rem;
text-transform: uppercase;
display: block;
line-height: 1.5;
margin-bottom: 30px;
}
.widget .btn {
margin-top: 53px;
}
.menu-widget li,
.wp-block-latest-posts__list li {
margin-bottom: 20px;
}
.wp-block-latest-posts__list a {
font-size: 1.7rem;
}
.textwidget .menu-widget p,
.textwidget .menu-widget br {
display: none;
}
.menu-widget li:last-child {
margin-bottom: 0;
}
.menu-widget a {
font-size: 1.7rem;
display: inline;
text-decoration: underline;
}
.menu-widget a:hover {
text-decoration: none;
}
.textwidget .menu-widget a::after {
display: none;
}
.list-widget li {
position: relative;
padding-left: 40px;
margin-bottom: 22px;
}
.list-widget li:last-child {
margin-bottom: 0;
}
.list-widget li::before {
background: url(//www.dentalheart.cz/wp-content/themes/dental/assets/img/icons/list-article.png) no-repeat center;
background-size: cover;
position: absolute;
display: block;
content: "";
width: 22px;
height: 20px;
top: 2px;
left: 0;
}
.widget--links {
margin-bottom: 40px;
}
.block-banner {
max-width: 215px;
}
.item-banner {
margin-bottom: 13px;
}
.item-banner:last-child {
margin-bottom: 0;
}
.item-banner .item-banner__wrapp,
.item-banner a.item-banner__wrapp {
display: block;
}
.item-banner .item-banner__wrapp::after,
.item-banner a.item-banner__wrapp::after {
display: none;
}
.item-banner .item-banner__wrapp:hover .item-banner__img img,
.item-banner a.item-banner__wrapp:hover .item-banner__img img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.item-banner .item-banner__wrapp:hover .item-banner__title,
.item-banner a.item-banner__wrapp:hover .item-banner__title {
color: #2E6B70;
}
.item-banner .item-banner__img {
display: block;
line-height: 0;
overflow: hidden;
}
.item-banner .item-banner__img img {
width: 100%;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.item-banner .item-banner__title {
font-weight: normal;
font-size: 1.9rem;
color: #000;
text-transform: uppercase;
display: inline-block;
margin-top: 10px;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 1100px) {
.aside-page {
-webkit-box-flex: 0;
-ms-flex: 0 0 34%;
flex: 0 0 34%;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.main-row--one .aside-page {
margin-top: 37px;
}
}
@media (max-width: 767px) {
.aside-page {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-top: 40px;
}
.block-banner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: none;
margin: 0 -5px;
}
.block-banner .item-banner {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
padding: 0 5px;
margin-bottom: 0;
}
.item-banner .item-banner__title {
font-size: 2rem;
}
}
@media (max-width: 575px) {
.aside-page {
margin-top: 30px;
}
.widget {
margin-bottom: 25px;
}
.widget .widget-title {
font-size: 2.5rem;
margin-bottom: 10px;
}
.widget .widget__first {
font-size: 1.8rem;
margin-bottom: 15px;
}
.widget .btn {
margin-top: 25px;
}
.menu-widget li {
margin-bottom: 7px;
}
.menu-widget a {
font-size: 1.8rem;
}
.list-widget li {
margin-bottom: 15px;
}
.item-banner .item-banner__title {
font-size: 1.6rem;
}
}
@media (max-width: 460px) {
.widget {
margin-bottom: 20px;
}
.list-widget li {
padding-left: 30px;
}
.list-widget li::before {
width: 20px;
height: 18px;
}
.menu-widget li {
margin-bottom: 5px;
}
.menu-widget a {
font-size: 1.7rem;
}
.block-banner {
margin: 0 -2px;
}
.block-banner .item-banner {
padding: 0 2px;
}
.item-banner .item-banner__title {
font-size: 1.4rem;
margin-top: 6px;
}
}
@media (max-width: 400px) {
.item-banner .item-banner__title {
font-size: 1.4rem;
}
}  #comments {
font-size: 2.2rem;
margin: 30px 0 35px;
}
.commentlist .comment {
margin-bottom: 30px;
}
.commentlist .comment:last-child {
margin-bottom: 0;
}
.comment-body .comment-author {
-ms-display: flex;
display: flex;
-ms-align-items: center;
align-items: center;
margin-bottom: 15px;
}
.comment-body .comment-author img {
-ms-flex: 0 0 40px;
flex: 0 0 40px;
}
.comment-body .comment-author .fn {
font-style: normal;
font-weight: 600;
margin-left: 15px;
}
.comment-body .comment-awaiting-moderation {
font-style: normal;
display: inline-block;
margin-bottom: 10px;
}
.comment-body .commentmetadata {
margin-bottom: 10px;
}
.comment-body .commentmetadata a {
color: #2e6b70;
display: inline-block;
line-height: 1;
border-bottom: 1px solid transparent;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.comment-body .commentmetadata a:hover {
border-color: #2e6b70;
}
.comment-body .reply {
margin-top: 15px;
}
.comment-body .comment-reply-link {
background: transparent;
font-weight: 500;
font-size: 1.4rem;
color: #2E6B70;
text-transform: uppercase;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 45px;
padding: 0 25px;
border: 1px solid #2e6b70;
border-radius: 5px;
cursor: pointer;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.comment-body .comment-reply-link::before {
background: #2e6b70;
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.comment-body .comment-reply-link:hover {
color: #fff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.comment-body .comment-reply-link:hover::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}  .full-banner {
background: #faf9f8;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 85px;
}
.full-banner .full-banner__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 425px;
flex: 0 0 425px;
line-height: 0;
height: auto;
}
.full-banner .full-banner__img img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.full-banner .full-banner__text {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px 10px 20px 40px;
}
.full-banner .full-banner__desc {
font-weight: 300;
font-size: 2.9rem;
display: block;
line-height: 1.3;
}
.full-banner .btn {
margin-top: 28px;
}
@media (max-width: 1100px) {
.full-banner .full-banner__desc {
font-size: 2.4rem;
}
}
@media (max-width: 991px) {
.full-banner {
margin-top: 55px;
}
.full-banner .full-banner__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 325px;
flex: 0 0 325px;
}
}
@media (max-width: 767px) {
.full-banner .full-banner__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 250px;
flex: 0 0 250px;
}
.full-banner .full-banner__desc {
font-size: 2.3rem;
}
}
@media (max-width: 575px) {
.full-banner {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.full-banner .full-banner__img {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.full-banner .full-banner__text {
padding: 20px 0 30px;
}
}
@media (max-width: 575px) {
.full-banner {
margin-top: 40px;
}
.full-banner .full-banner__desc {
font-size: 2.3rem;
}
}
@media (max-width: 460px) {
.full-banner .full-banner__desc {
font-size: 1.9rem;
}
.full-banner .btn {
margin-top: 15px;
}
}
@media (max-width: 380px) {
.full-banner .full-banner__text {
padding-top: 15px;
}
.full-banner .full-banner__desc {
font-size: 1.7rem;
}
.full-banner .btn {
margin-top: 10px;
}
}   .footer {
background: #191919;
color: #fff;
padding: 75px 0 35px;
overflow: hidden;
margin-top: 55px;
}
.footer .row {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer-logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 215px;
flex: 0 0 215px;
}
.footer-logo .footer-logo__second {
font-weight: 300;
font-size: 1.5rem;
color: #DEDEDE;
line-height: 1.65;
margin-top: 41px;
}
.footer-address {
margin-top: 27px;
}
.footer-desc p {
font-size: 1.4rem;
color: rgba(255, 255, 255, 0.5);
line-height: 1.45;
margin-bottom: 23px;
}
.footer-map {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.5%;
flex: 0 0 41.5%;
padding-left: 75px;
}
.footer-map .box-map {
max-width: 438px;
height: calc(100% - 7px);
margin: 0 auto;
}
.box-map {
position: relative;
width: 100%;
}
.box-map iframe,
.box-map object,
.box-map embed {
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.footer-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-nav {
margin-top: -3px;
}
.footer-nav li {
margin-bottom: 13px;
}
.footer-nav li:last-child {
margin-bottom: 0;
}
.footer-nav a {
font-weight: 300;
font-size: 1.5rem;
color: rgba(255, 255, 255, 0.5);
position: relative;
display: inline-block;
line-height: 1.1;
border-bottom: 1px solid; -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.footer-nav a:hover {
color: #fff;
border-bottom-color: transparent;
}
.footer-title {
font-weight: 300;
font-size: 1.7rem;
text-transform: uppercase;
color: #2E6B70;
display: block;
margin-bottom: 24px;
}
.link-contact {
font-weight: 300;
font-size: 1.9rem;
color: #fff;
display: inline-block;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.link-contact:hover {
color: #2E6B70;
}
.link-contact strong {
font-weight: 700;
}
.footer-contact {
-webkit-box-flex: 0;
-ms-flex: 0 0 215px;
flex: 0 0 215px;
text-align: right;
}
.footer-contact .footer-contact__desc {
font-weight: 300;
font-size: 1.5rem;
color: rgba(255, 255, 255, 0.5);
display: block;
line-height: 1.45;
margin: 9px 0 0;
}
.footer-contact .footer-contact__desc a {
color: #2E6B70;
border-bottom: 1px solid;
-webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.footer-contact .footer-contact__desc a:hover {
color: #fff;
border-bottom-color: transparent;
}
.footer-contact .footer-contact__second {
margin-top: 27px;
}
.footer-contact .footer-btn {
margin-top: 15px;
}
.block-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.block-social li {
display: inline-block;
}
.block-social a {
font-size: 0;
display: inline-block;
height: 28px;
line-height: 0;
}
.block-social a img.menu-image {
padding: 0;
margin: 0;
}
.block-social a:hover img {
-webkit-animation: vertical 4s ease infinite;
animation: vertical 4s ease infinite;
}
.block-social--footer {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-top: 50px;
}
.block-social--footer li {
margin-left: 15px;
}
.footer-second {
font-size: 1.5rem;
color: #2e6b70;
line-height: 1;
position: relative;
padding-top: 37px;
margin-top: 60px;
}
.footer-second a {
color: #2e6b70;
border-bottom: 1px solid;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.footer-second a:hover {
color: #fff;
border-bottom-color: transparent;
}
.footer-second::before {
background: #5d5d5d;
position: absolute;
display: block;
content: "";
width: calc(100% - 30px);
height: 1px;
top: 0;
left: 15px;
}
.footer-copy {
-webkit-box-flex: 0;
-ms-flex: 0 0 295px;
flex: 0 0 295px;
}
.copy {
display: inline-block;
line-height: 1;
margin: 0;
}
.footer-studio {
-webkit-box-flex: 0;
-ms-flex: 0 0 230px;
flex: 0 0 230px;
text-align: right;
}
.menu-page {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
}
@media (max-width: 1290px) {
.footer-second::before {
width: 1300px;
left: 0;
}
}
@media (max-width: 1110px) {
.footer-map {
-webkit-box-flex: 0;
-ms-flex: 0 0 31.5%;
flex: 0 0 31.5%;
padding-left: 15px;
}
}
@media (max-width: 991px) {
.footer-menu {
display: none;
}
.footer-map {
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.footer-page {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
margin-bottom: 20px;
}
.menu-page {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (max-width: 767px) {
.footer {
padding: 55px 0 35px;
margin-top: 35px;
}
.footer-logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 195px;
flex: 0 0 195px;
}
.footer-logo .footer-logo__second {
font-size: 1.7rem;
}
.logo--footer {
max-width: 140px;
}
.footer-title {
font-size: 2.2rem;
}
.link-contact {
font-size: 2rem;
}
.link-contact--phone {
font-size: 2.4rem;
}
.footer-contact {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 42px;
}
.footer-contact .footer-contact__one {
text-align: left;
max-width: 305px;
}
.footer-contact .footer-contact__second {
margin-top: -5px;
}
.footer-contact .footer-contact__desc {
font-size: 1.9rem;
}
.block-social--footer {
margin-top: 25px;
}
.footer-map {
padding-left: 25px;
}
.footer-map .box-map {
max-width: 100%;
}
.footer-second {
padding-top: 27px;
margin-top: 50px;
}
}
@media (max-width: 575px) {
.footer-contact .footer-contact__one {
max-width: 240px;
}
.footer-second {
font-size: 1.5rem;
}
.footer-copy {
-webkit-box-flex: 0;
-ms-flex: 0 0 240px;
flex: 0 0 240px;
}
.footer-studio {
-webkit-box-flex: 0;
-ms-flex: 0 0 190px;
flex: 0 0 190px;
}
}
@media (max-width: 460px) {
.footer {
padding: 27px 0;
margin-top: 35px;
}
.footer-logo {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 28px;
}
.footer-logo .footer-logo__one {
margin-top: 5px;
}
.footer-logo .footer-logo__second {
margin-top: 0;
}
.footer-logo .footer-logo__second {
font-size: 1.5rem;
line-height: 1.2;
text-align: right;
}
.footer-address {
margin-top: 15px;
}
.footer-map {
padding-left: 15px;
}
.footer-map .box-map {
height: 245px;
}
.footer-title {
font-size: 2.1rem;
margin-bottom: 20px;
}
.footer-contact {
display: block;
margin-top: 28px;
}
.footer-contact .footer-contact__one {
max-width: 295px;
}
.footer-contact .footer-contact__second {
text-align: left;
margin-top: 16px;
}
.footer-contact .footer-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 10px;
}
.link-contact--phone {
font-size: 2.3rem;
}
.block-social--footer {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 0 0 20px;
}
.block-social--footer li:first-child {
margin-left: 0;
}
.footer-second {
padding: 0;
margin-top: 35px;
}
.footer-second::before {
display: none;
}
.footer-copy,
.footer-studio {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
text-align: center;
}
.footer-copy {
margin-bottom: 10px;
}
}
@media (max-width: 380px) {
.footer-page {
font-size: 1.4rem;
}
}
@media (max-width: 355px) {
.footer-page {
font-size: 1.5rem;
margin-bottom: 10px;
}
.menu-page {
display: block;
text-align: center;
}
.menu-page li {
margin: 0 0 10px;
}
}   .pum-container.pum-responsive img {
width: 50%;
float: left;
margin: 0 20px 15px 0;
}
body .pum-theme-332 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
right: 0;
}
.popmake-content p {
line-height: 1.2;
margin-bottom: 15px;
}
.popmake-content p:last-child {
margin-bottom: 0;
}
.popmake-content p a {
font-weight: 500;
color: #2E6B70;
border-bottom: 1px solid #2E6B70;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.popmake-content p a:hover {
border-color: transparent;
}
.popmake-content ul {
list-style-type: disc;
list-style-position: inside;
line-height: 1.2;
padding-left: 15px;
margin: 25px 0;
}
@media (max-width: 575px) {
.pum-container.pum-responsive img {
width: 40%;
margin: 0 15px 15px 0;
}
}
@media (max-width: 460px) {
.pum-container.pum-responsive img {
width: 100%;
float: none;
margin: 0 0 15px;
}
} .site-content ol {
list-style: decimal;
margin: 0 0 25px 20px;
}
.site-content ul {
list-style: disc;
margin: 0 0 25px 20px;
}
.site-content ol li {
margin-bottom: 15px;
line-height: 1.3;
}
.site-content ul li {
margin-bottom: 10px;
line-height: 1.3;
}
.site-content ol li:last-child,
.site-content ul li:last-child {
margin-bottom: 0;
}
.wp-block-heading {
margin-bottom: 20px;
}
.wp-block-heading.title,
p.title strong {
font-size: 4.5rem;
}
p.title strong {
font-weight: 300;
}
.wp-block-table.is-style-regular {
margin-bottom: 40px;
}
.wp-block-table.is-style-regular tbody tr {
border-bottom: 1px solid #eee;
}
.wp-block-table.is-style-regular td,
.wp-block-table.is-style-regular th {
border: none;
padding: .5em;
}
.wp-block-table.is-style-regular td:last-child,
.wp-block-table.is-style-regular th:last-child {
text-align: right;
width: 20%;
}
.is-style-outline .wp-block-button__link {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.is-style-outline .wp-block-button__link:hover {
color: #fff !important;
background-color: #2e6b70 !important;
border-color: #2e6b70;
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.form-2-col textarea {
max-height: 195px;
}
.form-footer-2 {
margin-top: 0;
}
.wpcf7-spinner {
display: none;
}
.block-questions.block-tabs {
margin-top: 0;
margin-bottom: 40px;
}
.wp-block-embed__wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.wp-block-embed iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-block-file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
width: 100%;
padding: 15px;
background-color: #fbf9fa;
border-radius: 5px;
}
.wp-block-file a {
color: #2e6b70;
font-size: 2rem;
position: relative;
}
.wp-block-file a:first-child {
padding-left: 34px;
}
.wp-block-file a:first-child::before {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 26px;
height: 34px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 30 38' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='eapp-pdf-embed-item-icon' width='30px' height='38px' fill='%23bbbbbb'%3e%3cpath d='M4,2 C2.8954305,2 2,2.8954305 2,4 L2,34 C2,35.1045695 2.8954305,36 4,36 L26,36 C27.1045695,36 28,35.1045695 28,34 L28,9.24264069 C28,8.71220771 27.7892863,8.20349988 27.4142136,7.82842712 L22.1715729,2.58578644 C21.7965001,2.21071368 21.2877923,2 20.7573593,2 L4,2 Z M4,0 L20.7573593,0 C21.8182253,0 22.8356409,0.421427361 23.5857864,1.17157288 L28.8284271,6.41421356 C29.5785726,7.16435908 30,8.18177473 30,9.24264069 L30,34 C30,36.209139 28.209139,38 26,38 L4,38 C1.790861,38 0,36.209139 0,34 L0,4 C0,1.790861 1.790861,0 4,0 Z M22.8767429,16.0125218 C23.1049793,16.4427009 23.0152127,16.9375495 22.6160376,17.4894595 C22.2248206,18.0169599 21.6951338,18.3009986 21.0756803,18.3009986 C20.2362667,18.3009986 19.2504253,17.7734982 18.1582645,16.7429069 C16.1862633,17.1486765 13.8965773,17.8708194 12.0385352,18.6661911 C11.4598268,19.8755746 10.8976713,20.8494215 10.3842188,21.5633222 C9.67531701,22.5454113 9.05586349,23 8.45296277,23 C8.21644993,23 7.9802554,22.9267713 7.78480609,22.7806308 C7.05935155,22.2531304 6.96162686,21.6609605 7.0106484,21.255191 C7.14084184,20.1431288 8.53445305,18.9828816 11.1583764,17.7979077 C12.2015158,15.5500079 13.1873572,12.7825329 13.7822999,10.4696466 C13.0896325,8.9844666 12.4214758,7.06942462 12.9104175,5.94119509 C13.0816745,5.55191003 13.2933582,5.24346172 13.6928516,5.11348871 C13.8475558,5.06498659 14.2467309,5 14.393477,5 C14.670735,5 14.9069295,5.25962912 15.0781864,5.44634649 C15.2736357,5.66539865 15.4448927,5.92502778 15.5098303,6.2173086 C15.6648528,6.94769376 15.5181066,7.77540023 15.3958712,8.49754316 C15.2898702,9.1144397 15.1514003,9.73133623 15.0046542,10.3399905 C15.9417924,12.2388651 17.2618714,14.1703915 18.5332471,15.4932636 C19.4458746,15.3309558 20.2283087,15.2498019 20.8639966,15.2498019 C21.9475627,15.2498019 22.6077612,15.5011888 22.8767429,16.0125218 Z M8.4691971,21.8473608 C8.57519819,21.8150261 9.17809892,21.5471548 10.2944522,19.510382 C8.81139264,20.3219211 8.20849192,20.9952448 8.16774677,21.3769219 C8.16774677,21.4415913 8.14323596,21.6038991 8.4691971,21.8473608 Z M14.1572826,6.22523377 C14.0837503,6.2496434 13.2363787,7.42637505 14.2225385,8.41638925 C14.8824187,6.9721034 14.1897513,6.2173086 14.1572826,6.22523377 Z M12.7229262,17.1486765 C14.1735169,16.5967665 15.7463431,16.1098431 17.2211262,15.7773023 C16.283988,14.705817 15.3468497,13.3667776 14.572692,11.9954034 C14.0837503,13.683468 13.42387,15.5011888 12.7229262,17.1486765 Z M20.8232514,17.1242669 C20.986232,17.1242669 21.4506629,17.1163418 21.6623467,16.8240608 C21.7683477,16.6779204 21.8090928,16.5888414 21.8173692,16.5482644 C21.7358789,16.4994452 21.6216015,16.4100491 21.0024664,16.4100491 C20.6519944,16.4100491 20.2120743,16.4265335 19.747325,16.4832778 C20.317757,16.9052148 20.4565451,17.1242669 20.8232514,17.1242669 Z M8.26439994,32.7771996 C8.26439994,32.9512792 8.19913987,33.1059697 8.07441037,33.2260796 C7.9520466,33.3439114 7.7988262,33.4051995 7.62799997,33.4051995 C7.455898,33.4051995 7.30254826,33.3429012 7.1824233,33.2227763 C7.06229833,33.1026513 7,32.9493015 7,32.7771996 L7,27.6364 C7,27.4655737 7.06128816,27.3123533 7.17911994,27.1899896 C7.29922983,27.0652601 7.45392036,27 7.62799997,27 L9.54319982,27 C10.113388,27 10.5870545,27.0977892 10.9628468,27.2982117 C11.3413976,27.5001055 11.6192415,27.7650265 11.7894039,28.0922617 C11.95367,28.4081582 12.0359997,28.7501428 12.0359997,29.1147999 C12.0359997,29.479457 11.95367,29.8214415 11.7894039,30.137338 C11.6192415,30.4645732 11.3413976,30.7294942 10.9628468,30.931388 C10.5870545,31.1318105 10.113388,31.2295997 9.54319982,31.2295997 L8.26439994,31.2295997 L8.26439994,32.7771996 Z M9.46759983,30.0071998 C9.98125621,30.0071998 10.3246827,29.9138643 10.5017955,29.747421 C10.6836539,29.5765179 10.7715997,29.3709579 10.7715997,29.1147999 C10.7715997,28.8586418 10.6836539,28.6530818 10.5017955,28.4821787 C10.3246827,28.3157354 9.98125621,28.2223999 9.46759983,28.2223999 L8.26439994,28.2223999 L8.26439994,30.0071998 L9.46759983,30.0071998 Z M13.6639996,33.3631996 C13.4918977,33.3631996 13.3385479,33.3009012 13.2184229,33.1807763 C13.098298,33.0606513 13.0359997,32.9073016 13.0359997,32.7351996 L13.0359997,27.6364 C13.0359997,27.4655737 13.0972878,27.3123533 13.2151196,27.1899896 C13.3352295,27.0652601 13.48992,27 13.6639996,27 L15.3523995,27 C16.0361322,27 16.6243671,27.1535187 17.1118464,27.4631754 C17.5948453,27.769986 17.9606266,28.1694375 18.2052061,28.6585965 C18.4464913,29.1411668 18.5675993,29.6498205 18.5675993,30.1815998 C18.5675993,30.7133791 18.4464913,31.2220327 18.2052061,31.7046031 C17.9606266,32.193762 17.5948453,32.5932136 17.1118464,32.9000242 C16.6243671,33.2096809 16.0361322,33.3631996 15.3523995,33.3631996 L13.6639996,33.3631996 Z M15.2599995,32.1491996 C15.6792158,32.1491996 16.0416086,32.0648929 16.3507573,31.8978529 C16.6572106,31.7322693 16.8918597,31.504953 17.0589386,31.212565 C17.2269757,30.9185 17.3115993,30.576272 17.3115993,30.1815998 C17.3115993,29.7869276 17.2269757,29.4446995 17.0589386,29.1506346 C16.8918597,28.8582465 16.6572106,28.6309303 16.3507573,28.4653466 C16.0416086,28.2983066 15.6792158,28.2139999 15.2599995,28.2139999 L14.3003996,28.2139999 L14.3003996,32.1491996 L15.2599995,32.1491996 Z M20.8319992,32.7771996 C20.8319992,32.9512792 20.7667391,33.1059697 20.6420096,33.2260796 C20.5196459,33.3439114 20.3664255,33.4051995 20.1955992,33.4051995 C20.0234973,33.4051995 19.8701475,33.3429012 19.7500226,33.2227763 C19.6298976,33.1026513 19.5675993,32.9493015 19.5675993,32.7771996 L19.5675993,27.6364 C19.5675993,27.4655737 19.6288874,27.3123533 19.7467192,27.1899896 C19.8668291,27.0652601 20.0215196,27 20.1955992,27 L23.463199,27 C23.6299702,27 23.7790511,27.0610988 23.8961757,27.1782233 C24.0133002,27.2953478 24.074399,27.4444288 24.074399,27.6112 C24.074399,27.7793561 24.0121779,27.9286866 23.8925319,28.0435468 C23.7754705,28.1559257 23.6278652,28.2139999 23.463199,28.2139999 L20.8319992,28.2139999 L20.8319992,29.5703998 L23.169199,29.5703998 C23.3359702,29.5703998 23.4850511,29.6314986 23.6021757,29.7486231 C23.7193002,29.8657476 23.780399,30.0148286 23.780399,30.1815998 C23.780399,30.349756 23.718178,30.4990864 23.5985319,30.6139466 C23.4814706,30.7263255 23.3338652,30.7843997 23.169199,30.7843997 L20.8319992,30.7843997 L20.8319992,32.7771996 Z' id='Combined-Shape-Copy-2'%3e%3c/path%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: contain;
}
.wp-block-file a.wp-block-file__button {
-ms-flex-negative: 0;
flex-shrink: 0;
display: inline-block;
font-size: 1.6rem;
padding: 10px 20px;
background-color: transparent;
border: 1px solid;
border-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wp-block-file a.wp-block-file__button:hover {
background-color: #2e6b70;
color: #fff;
}
.text-no-blur {
font-size: 4.8rem;
font-weight: 700;
color: #abc4c6;
position: relative;
display: inline-block;
margin-bottom: 30px;
}
.btn-js.active .text-blur {
display: none;
}
.div-js ul li {
position: relative;
padding-left: 35px;
margin-bottom: 12px;
font-weight: 300;
line-height: 1.3;
}
.div-js ul li::before {
background: url(//www.dentalheart.cz/wp-content/themes/dental/assets/img/icons/icon_1.png) no-repeat center;
background-size: cover;
position: absolute;
display: block;
content: "";
width: 21px;
height: 20px;
top: -1px;
left: 0;
}
hr.wp-block-separator {
border: none;
border-bottom: 1px solid #9D9D9D;
}
.footer-btn--wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
gap: 10px;
}
@media (max-width: 767px) {
.wp-block-heading.title,
p.title strong {
font-size: 3.8rem;
}
.text-no-blur {
font-size: 3.5rem;
}
}
@media (max-width: 640px) {
.wp-block-group figure.wp-block-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
}
.wp-block-group figure.wp-block-image img {
object-fit: contain !important;
}
}
@media (max-width: 460px) {
.wp-block-group figure.wp-block-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
text-align: center;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
margin: .5em 0 1.5em 0;
width: 100%;
}
.wp-block-image .aligncenter img,
.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image.aligncenter img,
.wp-block-image.alignleft img,
.wp-block-image.alignright img {
width: 100%;
}
.wp-block-heading.title,
p.title strong {
font-size: 2.8rem;
margin-bottom: 20px;
}
.wp-block-table.is-style-regular td:last-child,
.wp-block-table.is-style-regular th:last-child {
width: 30%;
}
.form-2-col textarea {
min-height: 105px;
max-height: 105px;
}
.form-footer-2 .form-footer__btn {
text-align: center;
}
.wp-block-file {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.wp-block-file a,
.wp-block-file a.wp-block-file__button {
font-size: 1.7rem;
}
.wp-block-file a:first-child {
padding-left: 0;
text-align: center;
}
.wp-block-file a:first-child::before {
display: none;
}
.text-no-blur {
font-size: 2.3rem;
}
.footer-btn--wrap {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.footer-btn--wrap .btn {
padding: 0 12px;
}
.header-links--mobil {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
} .dRIpOf {
flex: 0 0 auto !important;
}
.section-seo__title {
margin-top: 40px;
font-weight: 500;
}
.section-seo__text {
line-height: 1.5;
font-size: 125%;
}
@media (max-width: 460px) {
.section-seo__title {
margin-top: 25px;
}
.section-seo__text {
font-size: 100%;
}
}