:root {
--white: #fff;
--black: #000;
--main: #505050;
--sec: #C39D59;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
html {
font-size: 20px;
}
body {
background: var(--white);
color: var(--main);
font: 0.8rem/1.5 'Roboto', Arial, sans-serif;
-webkit-text-size-adjust: 100%;
}
.wrapper,
body.nav-active {
overflow: hidden;
}
.box {
width: 100%;
min-width: 320px;
position: relative;
}
.container {
width: 100%;
min-width: 320px;
max-width: 1300px;
padding-left: 1rem;
padding-right: 1rem;
margin: 0 auto;
position: relative;
border-top: 0 solid transparent;
}
.container::after {
content: '';
display: block;
clear: both;
width: 100%;
height: 0;
}
.flx {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
a {
color: var(--sec);
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
input,
textarea,
select,
button {
font-family: 'Roboto', Arial, sans-serif;
}
input.error {
color: #f00 !important;
border: 1px solid #f00 !important;
}
input.valid {
border: 1px solid #339e36 !important;
}
input:focus {
color: var(--black);
}
input::-webkit-input-placeholder {
color: var(--black);
}
input::-moz-placeholder {
color: var(--black);
}
input:-moz-placeholder {
color: var(--black);
}
input:-ms-input-placeholder {
color: var(--black);
}
.text {
overflow: hidden;
}
.text p {
margin-bottom: 1.2rem;
}
.text h2,
.text h3,
.text h4,
.text h5 {
margin-bottom: 20px;
color: #000;
font-size: 1.5rem;
line-height: 1.33rem;
}
.text h3 {
font-size: 1.2rem;
}
.text h4,
.text h5 {
font-size: 1rem;
}
.text table {
width: 100%;
border-collapse: collapse;
}
.text table tr td {
border: 1px solid var(--main);
padding: 10px;
margin-bottom: 1.2rem;
}
.text ul,
.text ol {
margin: 0 0 1rem 1.2rem;
}
.text li {
margin-bottom: 8px;
}
.text img {
display: block;
max-width: 100%;
height: auto;
}
.alignleft {
display: inline;
float: left;
margin: 5px 25px 5px 0;
}
.alignright {
display: inline;
float: right;
margin: 5px 0 5px 15px;
}
.aligncenter {
clear: both;
display: block;
margin: 5px auto;
}
.home-page {
text-align: center;
font-weight: 400;
padding-top: 5px;
margin-bottom: 15px;
}
.head {
margin-bottom: 24px;
position: relative;
color: var(--sec);
font-size: 48px;
font-weight: normal;
line-height: 1.2;
z-index: 10;
}
.head--center {
width: 100%;
text-align: center;
}
.button,
.ButtonBase__ButtonContainer-sc-p43e7i-3 {
display: inline-flex !important;
flex-wrap: wrap;
justify-content: center;
align-items: center;
min-width: 182px !important;
min-height: 48px !important;
padding: 4px 12px !important;
border-radius: 24px !important;
background: var(--sec) !important;
border: 2px solid var(--sec) !important;
outline: none;
color: var(--white) !important;
font-size: 16px !important;
font-weight: 500 !important;
line-height: 1.2 !important;
text-decoration: none !important;
cursor: pointer !important;
transition: all .3s ease !important;
}
.button:hover,
.ButtonBase__ButtonContainer-sc-p43e7i-3:hover {
background: var(--white) !important;
color: var(--sec) !important;
}
.ButtonBase__Overlay-sc-p43e7i-4 {
padding: 0 !important;
background: transparent !important
}
.FieldsGrid__ButtonsGroup-sc-1luipcv-2 {
justify-content: flex-start !important;
}
.slick-slider {
overflow: hidden;
position: relative;
}
.slick-track {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
}
.slick-arrow {
position: absolute;
top: calc(50% - 14px);
width: 28px;
height: 28px;
border: 2px solid var(--sec);
border-radius: 50%;
background-color: transparent;
outline: none;
font-size: 0;
cursor: pointer;
transition: all .3s ease;
z-index: 30;
}
.slick-prev {
left: -56px;
}
.slick-next {
right: -56px;
}
.slick-disabled {
opacity: 0;
}
.slick-arrow::before {
content: '';
position: absolute;
top: calc(50% - 7px);
left: calc(50% - 3px);
width: 8px;
height: 14px;
background: var(--sec);
-webkit-mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-slider-arrow.svg) center no-repeat;
mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-slider-arrow.svg) center no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
transition: all .3s ease;
}
.slick-prev::before {
left: calc(50% - 5px);
transform: rotate(180deg);
}
.slick-arrow:hover {
background: var(--sec);
}
.slick-arrow:hover::before {
background: var(--white);
}
.slick-dots {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
position: absolute;
bottom: 16px;
left: 0;
width: 100%;
list-style: none;
}
.slick-dots li {
margin: 0 10px 20px;
}
.slick-dots li button {
display: block;
width: 20px;
height: 20px;
border-radius: 50%;
background: rgb(217, 217, 217);
opacity: 0.5;
border: none;
outline: none;
font-size: 0;
cursor: pointer;
transition: all .3s ease;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
background: var(--white);
opacity: 1;
}
.form__line {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.form__label {
width: 100%;
margin-bottom: 16px;
position: relative;
}
.form__line .form__label {
width: calc(50% - 8px);
}
.form__label input,
.form__label textarea,
.form__label select {
display: block;
width: 100%;
height: 60px;
border: 1px solid var(--sec);
padding-left: 24px;
padding-right: 8px;
outline: none;
color: var(--black);
font-size: 16px;
font-weight: 300;
line-height: 1.3;
}
.form__label textarea {
height: 148px;
resize: none;
padding-top: 20px;
}
.form__label select {
padding-right: 25px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}
.form__label--select::after {
content: "▼";
position: absolute;
right: 8px;
top: 18px;
width: 10%;
height: 20%;
color: var(--sec);
font-size: 16px;
z-index: 1;
text-align: center;
pointer-events: none;
}
.form__submit {
padding-top: 15px;
text-align: right;
position: relative;
}
.form__submit .wpcf7-spinner {
position: absolute;
top: 8px;
right: 0;
} .header {
padding-top: 22px;
padding-bottom: 22px;
border: 1px solid rgb(228, 228, 228);
margin-bottom: 65px;
}
.header__phone {
display: block;
margin-top: 32px;
margin-bottom: 12px;
padding-left: 40px;
position: relative;
color: var(--sec);
font-size: 24px;
font-weight: 500;
line-height: 27px;
text-decoration: none;
}
.header__phone::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 27px;
height: 27px;
background: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-whatsapp.svg) center no-repeat;
-webkit-background-size: contain;
background-size: contain;
}
.header-social__list {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
gap: 12px;
}
.header-social__item {
display: block;
width: 24px;
height: 24px;
}
.header-social__item img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.header__logo {
display: block;
width: 333px;
height: 128px;
background: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-logo.svg) center no-repeat;
-webkit-background-size: contain;
background-size: contain;
}
.header__order {
margin-top: 27px;
}
.header__nav-btn {
display: none;
width: 72px;
height: 38px;
margin-top: 10px;
border: none;
background-color: transparent;
outline: none;
cursor: pointer;
}
.header__nav-btn span {
display: inline-block;
vertical-align: top;
width: 100%;
height: 6px;
background: var(--sec);
margin: 5px 0 0;
position: relative;
}
.header__nav-btn span::before,
.header__nav-btn span::after {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 6px;
background: var(--sec);
transition: all 0.4s ease;
}
.header__nav-btn span::before {
top: -15px;
}
.header__nav-btn span::after {
bottom: -15px;
}
.nav-active .header__nav-btn span {
background: transparent;
}
.nav-active .header__nav-btn span::before {
top: 0;
transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
bottom: 0;
transform: rotate(-45deg);
} .nav {
position: absolute;
top: 175px;
left: 0;
width: 100%;
padding-top: 24px;
padding-bottom: 24px;
background: var(--white);
z-index: 20;
}
.nav-fixed .nav {
position: fixed;
top: 0;
}
.nav ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
list-style: none;
}
.nav ul li {
margin: 0 16px;
position: relative;
}
.nav ul li a {
display: inline-block;
vertical-align: middle;
padding: 4px;
color: var(--main);
font-size: 20px;
font-weight: 500;
line-height: 1.2;
text-decoration: none;
text-transform: uppercase;
transition: all .3s ease;
}
.nav ul li.current-menu-item a,
.nav ul li a:hover {
color: var(--sec);
}
.nav ul li .nav__arrow {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
background: var(--main);
-webkit-mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-menu-arrow.svg) center no-repeat;
mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-menu-arrow.svg) center no-repeat;
-webkit-mask-size: 10px 10px;
mask-size: 10px 10px;
transition: all .3s ease;
}
.nav ul li:hover .nav__arrow {
background: var(--sec);
}
.nav ul li .sub-menu {
position: absolute;
top: 80%;
left: -8px;
display: block;
width: calc(100% + 16px);
min-width: 240px;
padding: 8px;
background: var(--white);
box-shadow: 0 0 5px rgba(0, 0, 0, .05);
opacity: 0;
pointer-events: none;
transition: all .3s ease;
}
.nav ul li.active>.sub-menu {
top: 46px;
opacity: 1;
pointer-events: auto;
}
.nav ul li.menu-item-has-children {
padding-bottom: 20px;
margin-bottom: -20px;
}
.nav ul li.menu-item-267 {
position: inherit;
}
.nav ul li .sub-menu li {
margin: 0;
}
.nav ul li .sub-menu li a {
font-size: 16px;
}
.nav ul li.menu-item-267 .sub-menu {
left: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
gap: 20px;
width: 100%;
margin-left: 0;
padding: 48px 0;
background: #FAF9F8;
z-index: 10;
justify-content: center;
}
.nav ul li.menu-item-267 .sub-menu::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 300%;
height: 100%;
background: #FAF9F8;
z-index: -1;
}
.nav ul li.menu-item-267 .sub-menu li {
width: calc(25% - 20px);
min-height: 100px;
padding-left: 132px;
position: relative;
}
.nav ul li.menu-item-267 .sub-menu li::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
background: url(//estoma-clinic.cz/wp-content/themes/estoma/i/8.svg) center no-repeat;
-webkit-background-size: contain;
background-size: contain;
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-275::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/7.svg);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-273::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/6.svg);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-272::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/5.svg);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-269::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/12.svg);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-271::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/9.svg);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-270::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/11.svg);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-274::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/10.svg);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-309::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/8.svg);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-766::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/mustek.png);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-767::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/zubni-nahrada.png);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-844::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/detska.png);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-896::before {
background-image: url(//estoma-clinic.cz/wp-content/themes/estoma/i/endodoncie.png);
}
.nav ul li.menu-item-267 .sub-menu li.menu-item-3178::before {
background-image: url(https://estoma-clinic.cz/wp-content/uploads/2026/02/ikonky-17.png);
}
.nav ul li.menu-item-267 .sub-menu li>a {
padding-top: 8px;
}
.nav ul li.menu-item-267 .sub-menu li>a::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
}
.nav ul li.menu-item-267 .sub-menu .sub-menu {
position: relative;
top: inherit;
left: inherit;
display: block;
min-width: 80px;
padding: 0;
opacity: 1;
gap: 0;
box-shadow: none;
}
.nav ul li.menu-item-267 .sub-menu .sub-menu::before {
display: none;
}
.nav ul li.menu-item-267:hover .sub-menu .sub-menu {
pointer-events: auto;
}
.nav ul li.menu-item-267 .sub-menu .sub-menu li {
width: 100%;
min-height: 16px;
padding-left: 0;
margin: 0 0 4px;
}
.nav ul li.menu-item-267 .sub-menu .sub-menu li::before {
display: none;
}
.nav ul li.menu-item-267 .sub-menu .sub-menu a {
padding: 0;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
text-transform: lowercase;
}
.nav .header-social__list {
display: none;
} .breadcrumbs {
padding-top: 40px;
padding-bottom: 20px;
font-size: 14px;
line-height: 1.2;
}
.breadcrumbs a,
.breadcrumbs span {
display: inline-block;
}
.breadcrumbs a {
color: rgb(80, 80, 80);
text-decoration: none;
}
.breadcrumbs a:hover {
text-decoration: underline;
} .hero-slider {
overflow: hidden;
}
.hero-slider__item {
min-height: 582px;
background: var(--main);
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.hero-slider__item .container {
z-index: 10;
padding-bottom: 75px;
}
.hero-slider__item-head {
color: var(--white);
font-weight: 700;
text-align: center;
text-transform: uppercase;
max-width: 700px;
margin: 0 auto 20px;
font-size: 24px;
line-height: 40px;
}
.hero-slider__item-button-wrap {
text-align: center;
}
.hero-slider__item-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hero-slider__item-bg img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
} .main-start {
padding-top: 100px;
padding-bottom: 64px;
}
.main-start__info {
width: clamp(400px, 44%, 100%);
}
.main-start__info .text img {
max-width: 46%;
border-radius: 15px;
}
.main-start__button-wrap {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
gap: 10px;
margin-top: 20px;
}
.main-start__contact {
width: clamp(400px, 48%, 100%);
}
.main-start__contact-head {
position: relative;
}
.main-start__contact-logo {
position: absolute;
top: 40px;
right: 40px;
width: 196px;
height: 80px;
background: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-logo-air.png) center no-repeat;
-webkit-background-size: contain;
background-size: contain;
z-index: -1;
} .main-service {
padding-top: 112px;
padding-bottom: 24px;
background: #FAF9F8;
}
.main-service__head {
margin-bottom: 64px;
position: relative;
z-index: 10;
}
.main-service__subhead {
position: absolute;
top: 50px;
left: 0;
width: 100%;
color: rgb(217, 217, 217);
font-size: 32px;
font-weight: 900;
line-height: 1.2;
letter-spacing: 20%;
text-align: center;
text-transform: uppercase;
}
.main-service__list {
justify-content: flex-start;
width: calc(100% + 48px);
margin-left: -24px;
}
.main-service-item {
width: calc(25% - 48px);
margin: 0 24px 48px;
}
.main-service-item__link {
display: block;
margin-bottom: 16px;
text-decoration: none;
}
.main-service-item__icon {
display: block;
width: 100px;
height: 100px;
margin-bottom: 24px;
}
.main-service-item__icon img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
transition: all .3s ease;
}
.main-service-item:hover .main-service-item__icon img {
transform: scale(1.1) rotate(10deg);
}
.main-service-item__title {
display: block;
color: var(--main);
font-size: 24px;
font-weight: 400;
line-height: 1.2;
text-transform: uppercase;
transition: all .3s ease;
}
.main-service-item__link:hover .main-service-item__title {
color: var(--sec);
}
.main-service-item__desc {
color: var(--black);
font-weight: 300;
line-height: 1.4;
}
.main-service__list .slick-dots {
width: calc(100% - 2rem);
left: 1rem;
height: 13px;
background: #F2EDE6;
border-radius: 4px;
padding: 3px;
}
.main-service__list .slick-dots li {
width: auto;
flex: 1;
margin: 0;
}
.main-service__list .slick-dots li button {
width: 100%;
height: 7px;
border-radius: 0;
background: #F2EDE6;
}
.main-service__list .slick-dots li.slick-active button {
background: #C39D59;
} .main-advantage {
padding-top: 64px;
padding-bottom: 40px;
}
.main-advantage__head {
margin-bottom: 124px;
}
.main-advantage__subhead {
position: absolute;
top: 74px;
left: 0;
width: 100%;
color: rgb(217, 217, 217);
font-size: 32px;
font-weight: 900;
line-height: 1.3;
letter-spacing: 20%;
text-align: center;
text-transform: uppercase;
}
.main-advantage__list {
width: calc(100% + 32px);
margin-left: -16px;
}
.main-advantage-item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
width: calc(50% - 32px);
margin: 0 16px 40px;
}
.main-advantage-item__icon {
width: 100px;
height: 100px;
}
.main-advantage-item__icon img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
transition: all .3s ease;
}
.main-advantage-item:hover .main-advantage-item__icon img {
transform: scale(1.1) rotate(10deg);
}
.main-advantage-item__info {
width: calc(100% - 145px);
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
.main-advantage-item__title {
font-weight: 500;
text-transform: uppercase;
}
.main-pacienti {
padding-top: 64px;
padding-bottom: 32px;
}
.main-pacienti::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 47%;
background: #F2EDE6;
z-index: -1;
}
.main-pacienti__head {
margin-bottom: 48px;
}
.main-pacienti__logo {
position: absolute;
top: -72px;
left: calc(50% - 98px);
width: 196px;
height: 80px;
background: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-logo-air.png) center no-repeat;
-webkit-background-size: contain;
background-size: contain;
z-index: -1;
}
.main-pacienti__slider {
overflow: hidden;
width: calc(100% + 24px);
margin-left: -12px;
padding-bottom: 60px;
}
.main-pacienti-item {
width: calc(25% - 24px);
margin: 0 12px;
}
.main-pacienti-item__link {
display: block;
text-decoration: none;
}
.main-pacienti-item__photo {
display: block;
width: 100%;
margin-bottom: 20px;
position: relative;
border-radius: 30px;
overflow: hidden;
}
.main-pacienti-item__photo-ins {
display: block;
width: 100%;
padding-top: 126%;
position: relative;
}
.main-pacienti-item__photo-ins img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: all .3s ease;
}
.main-pacienti-item__link:hover .main-pacienti-item__photo-ins img {
transform: scale(1.1);
}
.main-pacienti-item__info {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
max-height: 100%;
padding: 24px;
overflow: hidden;
overflow-y: visible;
color: var(--white);
font-size: 16px;
font-weight: normal;
line-height: 1.3;
z-index: 20;
}
.main-pacienti-item__info-name {
margin-bottom: 10px;
font-size: 24px;
font-weight: 500;
line-height: 1.3;
}
.main-pacienti-item__info-text>*:last-child {
margin-bottom: 0;
}
.main-pacienti-item__title {
display: block;
width: 100%;
margin-bottom: 20px;
color: var(--black);
font-size: 24px;
font-weight: normal;
line-height: 1.3;
}
.main-pacienti-item__button {
min-width: 154px;
}
.main-pacienti-item__info-text {
display: block;
margin-bottom: 20px;
}
.main-pacienti__slider .slick-arrow {
top: inherit;
bottom: 0;
}
.main-pacienti__slider .slick-prev {
left: calc(50% - 33px);
}
.main-pacienti__slider .slick-next {
right: calc(50% - 33px);
}
.recenze {
padding-top: 120px;
padding-bottom: 64px;
background: #FAF9F8;
}
.recenze__slogan {
position: absolute;
top: 40px;
left: 0;
width: 100%;
font-size: 32px;
font-weight: 900;
line-height: 1.2;
text-align: center;
}
.recenze__subhead {
width: 100%;
margin-bottom: 24px;
font-size: 24px;
line-height: 1.2;
text-align: center;
}
.recenze__slider {
max-width: 954px;
margin: 0 auto;
border: 1px solid var(--sec);
border-radius: 30px;
padding: 30px 25px 45px 40px;
overflow: visible;
}
.recenze__slider .slick-list {
overflow: hidden;
}
.recenze__slider .slick-track {
align-items: stretch;
}
.recenze-item {
display: block;
width: 100%;
}
.recenze-item__img {
margin-bottom: 8px;
}
.recenze-item__img img {
display: block;
max-width: 100%;
height: auto;
}
.recenze-item__text {
margin-bottom: 12px;
line-height: 1.3;
}
.recenze-item__name {
font-size: 18px;
font-weight: bold;
line-height: 1.2;
}
.recenze__button-wrap {
margin-top: -25px;
position: relative;
text-align: center;
z-index: 5;
} .main-blog {
padding-top: 80px;
padding-bottom: 40px;
}
.main-blog__head {
display: block;
margin-bottom: 56px;
text-decoration: none;
}
.main-blog__head:hover {
text-decoration: underline;
}
.main-blog__logo {
position: absolute;
top: 24px;
left: calc(50% - 98px);
width: 196px;
height: 80px;
background: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-logo-air.png) center no-repeat;
-webkit-background-size: contain;
background-size: contain;
z-index: -1;
}
.main-blog__more-wrap {
text-align: center;
margin-top: 30px;
} .blog__list {
flex-direction: column;
}
.blog-item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
width: 100%;
box-sizing: border-box;
}
.blog-item__photo {
width: 38%;
min-width: 38%;
overflow: hidden;
border-radius: 30px;
position: relative;
}
.blog-item__photo::before {
content: '';
display: block;
padding-top: 64%;
}
.blog-item__photo-ins {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog-item__photo-ins img,
.blog-item__photo-ins picture {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: all .3s ease;
}
.blog-item__photo-ins picture img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.blog-item__photo-ins:hover img {
transform: scale(1.1);
}
.blog-item__info {
width: 55%;
}
.blog-item__date {
margin-bottom: 32px;
color: rgb(80, 80, 80);
font-size: 16px;
font-weight: 700;
line-height: 1.3;
}
.blog-item__title {
display: block;
margin-bottom: 24px;
color: var(--black);
font-size: 20px;
font-weight: bold;
line-height: 1.3;
text-decoration: none;
}
.blog-item__title:hover {
text-decoration: underline;
}
.blog-item__desc {
margin-bottom: 20px;
color: var(--black);
font-size: 16px;
font-weight: 300;
line-height: 1.3;
}
.blog-item__more {
display: block;
color: var(--sec);
font-size: 16px;
line-height: 1.3;
text-decoration: none;
transition: all .3s ease;
}
.blog-item__more span {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
margin-left: 4px;
margin-top: -4px;
border: 1px solid var(--sec);
border-radius: 50%;
position: relative;
transition: all .3s ease;
}
.blog-item__more span::before {
content: '';
position: absolute;
top: calc(50% - 4px);
left: calc(50% - 2px);
width: 5px;
height: 8px;
background: var(--sec);
-webkit-mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-slider-arrow.svg) center no-repeat;
mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-slider-arrow.svg) center no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
transition: all .3s ease;
}
.blog-item__more:hover {
color: var(--main);
}
.blog-item__more:hover span {
border-color: var(--main);
}
.blog-item__more:hover span::before {
background: var(--main);
}
.blog-pagination {
width: 100%;
padding-top: 32px;
text-align: center;
}
.blog-pagination .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.blog-pagination .navigation.pagination {
display: flex;
justify-content: center;
width: 100%;
}
.blog-pagination .nav-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 10px;
}
.blog-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 44px;
height: 44px;
padding: 0 14px;
color: var(--sec);
font-size: 17px;
font-weight: 500;
text-decoration: none;
border: 2px solid var(--sec);
border-radius: 12px;
transition: color .25s ease, border-color .25s ease, background .25s ease, transform .2s ease;
}
.blog-pagination .page-numbers:hover {
color: var(--main);
border-color: var(--main);
transform: translateY(-2px);
}
.blog-pagination .page-numbers.current {
color: var(--white);
background: var(--sec);
border-color: var(--sec);
pointer-events: none;
font-weight: 700;
}
.blog-pagination .page-numbers.dots {
border: none;
pointer-events: none;
min-width: 24px;
padding: 0;
}
.service-slider {
padding: 40px 40px 50px;
position: relative;
overflow: visible;
z-index: 10;
}
.service-slider::before {
content: '';
position: absolute;
bottom: 0;
left: -100%;
width: 300%;
height: 400px;
background: #FAF9F8;
z-index: -1;
}
.service-slider .slick-list {
overflow: hidden;
}
.service-slider .slick-arrow {
top: 160px;
}
.service-slider .slick-prev {
left: 0;
}
.service-slider .slick-next {
right: 0;
}
.service-slider-item {
width: calc(33.3% - 80px);
margin: 0 40px;
}
.service-slider-item__photo {
margin-bottom: 40px;
overflow: hidden;
border-radius: 20px;
}
.service-slider-item__photo-ins {
display: block;
width: 100%;
padding-top: 100%;
position: relative;
}
.service-slider-item__photo-ins img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.service-slider-item__title {
margin-bottom: 24px;
font-size: 20px;
font-weight: 500;
line-height: 1.3;
}
.service-slider-item__desc {
font-size: 14px;
font-weight: 300;
line-height: 1.3;
}
.service-slider .slick-dots {
width: 100%;
height: 13px;
background: #F2EDE6;
border-radius: 4px;
padding: 4px;
}
.service-slider .slick-dots li.slick-current button {
width: auto;
height: 7px;
background: #C39D59;
}
.team__list {
justify-content: flex-start;
width: calc(100% + 60px);
margin-left: -30px;
}
.team-item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: calc(50% - 60px);
margin: 0 30px 60px;
}
.team-item__photo {
width: 46%;
border-radius: 20px;
overflow: hidden;
}
.team-item__photo-ins {
display: block;
width: 100%;
padding-top: 138%;
position: relative;
}
.team-item__photo-ins img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.team-item__info {
width: 46%;
}
.team-item__desc {
font-size: 14px;
font-weight: 300;
line-height: 1.4;
}
.team-item__desc h3 {
margin-bottom: 16px;
font-size: 20px;
font-weight: 500;
line-height: 1.3;
}
.single-service {
padding-bottom: 64px;
}
.single-service__photo {
width: 45%;
border-radius: 20px;
overflow: hidden;
}
.single-service__photo img {
display: block;
width: 100%;
height: auto;
}
.single-service__info {
width: 51%;
}
.single-service__head {
margin-bottom: 32px;
}
.single-service__text {
padding-bottom: 20px;
font-size: 16px;
line-height: 1.56;
}
.service-advantage {
padding-top: 92px;
padding-bottom: 32px;
background: #FAF9F8;
}
.service-advantage__subhead {
position: absolute;
top: 20px;
left: 0;
width: 100%;
font-size: 32px;
font-weight: 900;
color: rgb(217, 217, 217);
text-align: center;
text-transform: uppercase;
}
.service-advantage__head {
margin-bottom: 44px;
}
.service-advantage__list {
justify-content: flex-start;
width: calc(100% + 80px);
margin-left: -40px;
}
.service-advantage-item {
width: calc(25% - 80px);
margin: 0 40px 40px;
}
.service-advantage-item__icon {
display: block;
width: 100px;
height: 100px;
margin: 0 auto 32px;
}
.service-advantage-item__icon img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
transition: all .3s ease;
}
.service-advantage-item:hover .service-advantage-item__icon img {
transform: scale(1.1) rotate(10deg);
}
.service-advantage-item__title {
display: block;
width: 100%;
color: var(--black);
font-size: 20px;
line-height: 1.4;
text-align: center;
}
.service-progress {
padding-top: 52px;
padding-bottom: 52px;
}
.service-progress__head {
margin-bottom: 32px;
}
.service-progress-item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
.service-progress-item__logo {
width: 124px;
height: 60px;
margin-top: 12px;
}
.service-progress-item__logo img {
display: block;
width: 100%;
height: auto;
max-height: 60px;
}
.service-progress-item__info {
width: calc(100% - 160px);
padding-top: 30px;
padding-bottom: 24px;
border-bottom: 1px solid var(--sec);
}
.service-progress-item:first-child .service-progress-item__info {
border-top: 1px solid var(--sec);
}
.service-progress-item__head {
padding-bottom: 4px;
position: relative;
font-size: 18px;
line-height: 1.3;
cursor: pointer;
}
.service-progress-item__head span {
display: inline-block;
vertical-align: middle;
width: 15px;
height: 15px;
background: #505050;
-webkit-mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-menu-arrow.svg) center no-repeat;
mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-menu-arrow.svg) center no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
transition: all .3s ease;
}
.service-progress-item__head:hover span {
background: var(--sec);
}
.service-progress-item.active .service-progress-item__head span {
transform: rotate(180deg);
}
.service-progress-item__body {
max-height: 0;
overflow: hidden;
transition: all .3s ease;
}
.service-progress-item.active .service-progress-item__body {
max-height: 4000px;
}
.service-progress-item__text {
padding: 20px;
}
.no-pointer .service-progress-item__head {
cursor: initial;
}
.service-call {
padding-top: 46px;
padding-bottom: 50px;
background: var(--sec);
text-align: center;
}
.service-call__head {
margin-bottom: 10px;
color: var(--white);
font-size: 40px;
line-height: 1.2;
}
.service-call__phone {
display: block;
margin-bottom: 36px;
color: var(--white);
font-size: 40px;
font-weight: bold;
line-height: 1.4;
text-decoration: none;
}
.service-call__button {
background: var(--black);
background: var(--main) !important;
}
.service-call__button:hover {
background: var(--white);
color: var(--black);
}
.service-price {
padding-top: 65px;
padding-bottom: 50px;
}
.service-price-item {
display: block;
width: 100%;
font-size: 20px;
font-weight: 300;
line-height: 1.1;
border: 1px solid #c39d59;
padding: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.5rem 1rem;
margin-bottom: 0.75rem;
}
.service-price-item span {
font-weight: bold;
min-width: max-content;
}
.service-faq {
padding-top: 54px;
padding-bottom: 72px;
background: #FAF9F8;
}
.service-faq-item {
padding: 20px 32px;
margin-bottom: 12px;
background: var(--white);
}
.service-faq-item__head {
min-height: 28px;
padding-right: 40px;
position: relative;
color: var(--black);
font-size: 20px;
font-weight: 300;
line-height: 28px;
cursor: pointer;
}
.service-faq-item__head:hover {
color: var(--sec);
}
.service-faq-item__icon {
position: absolute;
top: 0;
right: 0;
width: 28px;
height: 28px;
border: 2px solid var(--sec);
border-radius: 50%;
transition: all .3s ease;
}
.service-faq-item.active .service-faq-item__icon {
transform: rotate(90deg);
}
.service-faq-item__icon::before {
content: '';
position: absolute;
top: calc(50% - 7px);
left: calc(50% - 3px);
width: 8px;
height: 14px;
background: var(--sec);
-webkit-mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-slider-arrow.svg) center no-repeat;
mask: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-slider-arrow.svg) center no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
}
.service-faq-item__body {
max-height: 0;
overflow: hidden;
transition: all .3s ease;
}
.service-faq-item.active .service-faq-item__body {
max-height: 8000px;
}
.service-faq-item__text {
padding-top: 24px;
}
.service-faq-item__text>*:last-child {
margin-bottom: 0;
}
.page-contact__wrapper {
padding-bottom: 48px;
}
.page-contact__text {
width: 40%;
}
.page-contact__map {
width: 48%;
}
.page-contact__map-ins {
width: 100%;
padding-top: 64%;
position: relative;
}
.page-contact__map-ins iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.price-item {
margin-bottom: 48px;
}
.price-item__name {
background-color: var(--sec);
margin-bottom: 0;
color: var(--white);
padding: .5rem;
font-size: 25px;
line-height: 1.3;
}
.price-item__block {
border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.price-item__line {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
padding-top: 8px;
padding-bottom: 8px;
border-top: 1px solid rgba(0, 0, 0, .3);
}
.price-item__label {
width: 70%;
}
.price-item__title {
color: var(--main);
font-size: 20px;
line-height: 1.3;
}
.price-item__text {
padding-top: 5px;
opacity: .6;
color: var(--main);
font-size: 15px;
line-height: 1.2;
}
.price-item__value {
color: var(--black);
font-size: 22px;
line-height: 1.3;
} .footer {
background: #F2EDE6;
}
.footer__top {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
padding-top: 80px;
padding-bottom: 84px;
border-bottom: 1px solid rgb(195, 157, 89);
position: relative;
}
.footer__info {
width: 21.5%;
}
.footer__phone {
display: block;
padding-left: 46px;
margin-bottom: 24px;
position: relative;
color: var(--black);
font-size: 24px;
font-weight: 700;
line-height: 1.2;
text-decoration: none;
}
.footer__phone::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
background: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-whatsapp.svg) center no-repeat;
-webkit-background-size: contain;
background-size: contain;
}
.footer__adresa {
margin-bottom: 24px;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.footer__email {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.footer__email a {
text-decoration: none;
}
.footer__office {
width: 24%;
}
.footer__office-ins {
display: block;
width: 100%;
padding-top: 100%;
position: relative;
}
.footer__office img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.footer__map {
width: 24%;
}
.footer__map-ins {
display: block;
width: 100%;
padding-top: 100%;
position: relative;
}
.footer__map-ins iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.footer__nav {
width: 17.5%;
}
.footer__nav ul {
list-style: none;
}
.footer__nav ul li {
margin-bottom: 12px;
}
.footer__nav ul li a {
display: block;
color: rgb(80, 80, 80);
font-size: 16px;
font-weight: 400;
line-height: 1.3;
text-transform: uppercase;
text-decoration: none;
}
.footer__nav ul li.current-menu-item a,
.footer__nav ul li a:hover {
text-decoration: underline;
}
.footer__insta {
position: absolute;
bottom: 80px;
right: 0;
display: block;
width: 47px;
height: 47px;
background: url(//estoma-clinic.cz/wp-content/themes/estoma/i/bg-icon-insta.svg) center no-repeat;
-webkit-background-size: contain;
background-size: contain;
transition: all .3s ease;
z-index: 20;
}
.footer__insta:hover {
transform: scale(1.1);
}
.footer__bottom {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding-top: 44px;
padding-bottom: 44px;
}
.footer__copyright {
color: var(--black);
font-size: 16px;
font-weight: 300;
line-height: 1.2;
}
.footer__made a {
color: var(--black);
font-size: 16px;
font-weight: 300;
line-height: 1.2;
text-decoration: none;
}
.footer__made a:hover {
text-decoration: underline;
}
.footer__links {
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;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 5px 15px;
} .overlay {
display: none;
background-color: #000;
opacity: .7;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999
}
.overlay.active {
display: block;
}
.popup {
display: none;
position: relative;
width: 100%;
max-width: 480px;
max-height: 88vh;
overflow: hidden;
overflow-y: visible;
padding: 25px;
border-radius: 20px;
background: #fff;
z-index: 9999;
}
.popup__close {
width: 24px;
height: 24px;
-webkit-border-radius: 100%;
border-radius: 100%;
position: absolute;
background: #000;
color: #FFF;
font-size: 12px;
line-height: 20px;
text-align: center;
border: 1px solid #363636;
top: 8px;
right: 8px;
cursor: pointer;
}
.popup__close:hover {
background: #FFF;
color: #000;
}
.popup__title {
margin-bottom: 5px;
font-size: 30px;
font-weight: 300;
line-height: 34px;
color: #000;
}
.popup__subtitle {
margin-bottom: 20px;
font-size: 13px;
line-height: 21px;
text-align: center;
color: #000;
}
.popup__label {
position: relative;
}
.popup__body input,
.popup__body textarea {
width: 100%;
height: 40px;
background-color: #FFF;
outline: none;
}
.popup-body textarea {
height: 120px;
resize: none;
padding-top: 5px;
}
.popup-body input[type="submit"] {
height: 46px;
padding-left: 0;
background-color: #FC0;
border: 1px solid #FC0;
color: #000;
font-size: 17px;
font-weight: bold;
line-height: 44px;
cursor: pointer;
} input.hide_input {
display: none;
}
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
display: none !important;
}
.popup-body input.wpcf7-not-valid {
border: 1px solid #c00;
}
.popup-thy {
position: fixed;
top: calc(50% - 160px);
left: calc(50% - 200px);
} @media screen and (max-width:1200px) {
.nav ul li {
margin: 0 12px;
}
.nav ul li.menu-item-267 .sub-menu {
gap: 16px;
padding: 20px 0;
}
.nav ul li.menu-item-267 .sub-menu li {
min-height: 80px;
padding-left: 88px;
}
.nav ul li.menu-item-267 .sub-menu li::before {
left: 8px;
width: 64px;
height: 64px;
}
.nav ul li.menu-item-267 .sub-menu .sub-menu li {
margin: 0;
}
.main-advantage-item__info {
width: calc(100% - 120px);
}
.main-pacienti-item {
width: calc(33.3% - 24px);
}
.recenze__slider {
max-width: 900px;
padding: 30px 25px 40px 30px;
}
.blog-item__photo {
width: 40%;
}
.blog-item__info {
width: 56%;
}
.blog-item__date {
margin-bottom: 20px;
}
}
@media screen and (max-width:1050px) {
.header {
padding-top: 16px;
padding-bottom: 16px;
margin-bottom: 0;
}
.header__logo {
width: 260px;
height: 100px;
}
.header__nav-btn {
display: block;
}
.nav {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
opacity: 0;
pointer-events: none;
overflow: hidden;
overflow-y: visible;
z-index: 40;
transition: all .3s ease;
}
.nav-active .nav {
left: 0;
opacity: 1;
pointer-events: auto;
}
.nav .header__nav-btn {
margin-top: 16px;
margin-left: auto;
margin-bottom: 24px;
transform: scale(0.7);
}
.nav ul {
display: block;
width: 100%;
}
.nav ul li {
margin: 0;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.nav ul li a {
padding: 8px 0;
}
.nav ul li.menu-item-has-children {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
padding-bottom: 0;
margin-bottom: 0;
}
.nav ul li.menu-item-has-children>a {
order: -2;
max-width: calc(100% - 24px);
}
.nav ul li.menu-item-has-children>.nav__arrow {
order: -1;
margin-left: 8px;
}
.nav ul li.menu-item-has-children>.sub-menu {
width: 100%;
position: relative;
top: inherit;
left: inherit;
max-height: 0;
opacity: 1;
pointer-events: auto;
overflow: hidden;
gap: 16px;
padding: 0 20px;
}
.nav ul li.menu-item-has-children.active>.sub-menu {
max-height: 4000px;
}
.nav ul li.menu-item-267 .sub-menu {
background: transparent;
}
.nav ul li.menu-item-267 .sub-menu::before {
display: none;
}
.nav ul li.menu-item-267>.sub-menu>li {
width: calc(50% - 10px);
}
.nav ul li.menu-item-267 .sub-menu .sub-menu li {
border: none;
}
.main-service-item {
width: calc(33.3% - 36px);
}
.service-slider {
padding: 30px 20px 50px;
}
.service-slider-item {
width: calc(33.3% - 40px);
margin: 0 20px;
}
.footer__top {
padding-top: 60px;
padding-bottom: 48px;
}
.footer__info {
width: 30%;
}
.footer__phone {
margin-bottom: 20px;
font-size: 20px;
}
.footer__office {
width: 20%;
}
.footer__nav {
width: 24%;
}
.footer__bottom {
padding-top: 24px;
padding-bottom: 24px;
gap: 10px;
}
}
@media screen and (max-width:900px) {
html {
font-size: 18px;
}
.header__phone {
position: absolute;
top: 0;
right: 1rem;
margin-top: 0;
padding-left: 40px;
font-size: 20px;
}
.header__order {
margin-top: 40px;
}
.header .header-social__list {
display: none;
}
.nav .header-social__list {
display: flex;
padding-top: 20px;
}
.hero-slider__item {
min-height: 480px;
}
.hero-slider__item-head {
line-height: 1.4;
}
.main-start {
padding-top: 60px;
padding-bottom: 50px;
}
.main-start__info {
width: 100%;
padding-bottom: 88px;
}
.main-start__contact {
width: 100%;
}
.main-service {
padding-top: 80px;
padding-bottom: 24px;
}
.main-advantage {
padding-top: 40px;
padding-bottom: 32px;
}
.service-slider-item {
width: calc(50% - 40px);
}
.service-slider-item__photo {
margin-bottom: 24px;
}
.service-slider-item__title {
margin-bottom: 12px;
}
.team__list {
display: block;
width: 100%;
margin-left: 0;
}
.team-item {
width: 100%;
margin: 0 0 40px;
}
.team-item__photo-ins {
padding-top: 110%;
}
.service-advantage__list {
width: calc(100% + 32px);
margin-left: -16px;
}
.service-advantage-item {
width: calc(25% - 32px);
margin: 0 16px 32px;
}
.footer__info,
.footer__office,
.footer__map {
width: 30%;
}
.footer__map-ins {
padding-top: 100%;
}
.footer__nav {
display: none;
}
}
@media screen and (max-width:750px) {
.head {
font-size: 44px;
}
.hero-slider__item {
min-height: 400px;
}
.hero-slider__item .container {
padding-bottom: 60px;
}
.hero-slider__item-head {
line-height: 1.3;
font-size: 19px;
}
.main-service-item {
width: calc(50% - 36px);
}
.main-advantage-item {
width: calc(100% - 32px);
}
.team-item__info {
width: 50%;
}
.single-service__photo {
width: 80%;
margin: 0 auto 24px;
}
.single-service__info {
width: 100%;
}
.service-advantage__list {
width: calc(100% + 24px);
margin-left: -12px;
}
.service-advantage-item {
width: calc(50% - 24px);
margin: 0 12px 24px;
}
.service-progress-item__logo {
width: 100px;
height: auto;
margin-top: 20px;
}
.service-progress-item__info {
width: calc(100% - 110px);
padding-top: 20px;
padding-bottom: 16px;
}
.service-call__head {
font-size: 30px;
}
.service-call__phone {
margin-bottom: 32px;
font-size: 32px;
}
.footer__info,
.footer__office,
.footer__map {
width: 100%;
margin-bottom: 32px;
}
.footer__map-ins {
padding-top: 64%;
}
.footer__adresa {
max-width: 200px;
}
.footer__insta {
bottom: inherit;
top: 200px;
}
}
@media screen and (max-width:600px) {
html {
font-size: 16px;
}
body {
font-size: 1rem;
}
.head {
font-size: 40px;
}
.header__logo {
width: 220px;
height: 80px;
margin-top: 20px;
}
.header__order {
display: none !important;
}
.form__label input,
.form__label textarea,
.form__label select {
padding-left: 16px;
}
.hero-slider .slick-dots {
bottom: 4px;
}
.main-service__list {
display: block;
width: 100%;
margin-left: 0;
padding-right: 0;
}
.main-service-item {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.main-advantage__head {
margin-bottom: 80px;
}
.main-advantage-item__icon {
width: 70px;
height: 70px;
}
.main-advantage-item__info {
width: calc(100% - 96px);
font-size: 14px;
}
.main-advantage-item__title {
font-size: 16px;
}
.recenze__slogan {
top: -80px;
left: 30%;
width: 40%;
font-size: 24px;
text-transform: uppercase;
opacity: .6;
}
.recenze__subhead {
font-size: 20px;
}
.recenze__slider {
padding: 20px 16px 40px;
}
.blog-item__photo {
width: 100%;
min-width: 100%;
margin-bottom: 24px;
}
.blog-item__info {
width: 100%;
}
.service-slider-item {
width: calc(100% - 32px);
margin: 0 16px;
}
.team-item__photo {
width: 100%;
margin-bottom: 24px;
}
.team-item__info {
width: 100%;
}
.page-contact__text {
width: 100%;
padding-bottom: 24px;
}
.page-contact__map {
width: 100%;
}
.price-item__label {
width: calc(100% - 124px);
}
.price-item__title {
margin-bottom: 8px;
font-size: 18px;
}
.price-item__text {
width: calc(100% + 120px);
}
.price-item__value {
width: 120px;
padding-bottom: 4px;
font-size: 18px;
text-align: right;
}
.service-faq-item {
padding: 16px 20px;
margin-bottom: 8px;
}
.footer__top {
padding-top: 48px;
padding-bottom: 32px;
}
.footer__copyright,
.footer__made {
width: 100%;
text-align: center;
}
.footer__copyright {
padding-bottom: 4px;
}
}
@media screen and (max-width:450px) {
.form__line .form__label {
width: 100%;
}
.form__submit {
text-align: left;
}
.wrapper {
padding-top: 75px;
}
.header {
position: fixed;
top: 0;
left: 0;
padding-top: 8px;
padding-bottom: 8px;
background: #fff;
z-index: 15;
}
.header__phone {
display: none;
}
.header__logo {
width: 160px;
height: 60px;
margin-top: 0;
}
.nav ul li.menu-item-267>.sub-menu>li {
width: 100%;
min-height: 24px;
padding-left: 0;
}
.nav ul li.menu-item-267 .sub-menu li::before {
display: none;
}
.hero-slider__item-head {
font-size: 17px;
}
.head {
font-size: 35px;
}
.main-start__button {
min-width: auto !important;
flex-grow: 1;
}
.main-service__list {
padding-right: 0;
}
.main-advantage__head {
max-width: 280px;
margin: 0 auto 44px;
}
.recenze__slogan {
top: 0;
left: 22%;
width: 56%;
}
.single-service__photo {
width: 100%;
}
.service-advantage__list {
width: calc(100% + 16px);
margin-left: -8px;
}
.service-advantage-item {
width: calc(50% - 16px);
margin: 0 8px 20px;
}
.service-advantage-item__icon {
margin-bottom: 12px;
}
.service-advantage-item__title {
font-size: 18px;
}
.service-progress-item {
border-bottom: 1px solid var(--sec);
}
.service-progress-item:first-child {
border-top: 1px solid var(--sec);
}
.service-progress-item__info {
width: 100%;
padding-top: 8px;
padding-bottom: 12px;
border: none;
}
.service-progress-item:first-child .service-progress-item__info {
border: none;
}
.service-progress-item__head {
padding-right: 24px;
position: relative;
}
.service-progress-item__head span {
position: absolute;
bottom: 8px;
right: 0;
}
.service-call__head {
font-size: 24px;
}
.service-price {
padding-top: 50px;
padding-bottom: 40px;
}
.service-price-item {
flex-wrap: wrap;
}
} .recenze-item__text .less,
.recenze-item__text .more {
color: #c39d59;
cursor: pointer;
}
.recenze-item__text span:not(.read-more),
.recenze-item__text .less {
display: none;
}
.show.recenze-item__text span:not(.read-more),
.show.recenze-item__text .less {
display: inline;
}
.show.recenze-item__text .more {
display: none;
} .page-contact__map-img img {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.page-contact__map-video video,
.page-contact__map-video iframe {
width: 100%;
aspect-ratio: 16/9;
}  .popup-service .cDIlcj {
margin-bottom: 10px !important;
}
.popup-service .hCfIOW {
margin-bottom: 15px !important;
}
.popup-service .eJtSxb {
font-size: 14px !important;
}
.popup-service .eYrVoA {
line-height: 1.2 !important;
font-size: 28px !important;
}
.popup-service .cDIlcj .FormFieldLayout__Label-sc-1m85c11-0 {
margin-bottom: 0 !important;
}
.popup-service .kjTBIQ {
margin-top: 15px !important;
font-size: 11px !important;
}
.popup-service .bBKQWp {
padding: 6px 17px !important;
}
.popup-service select.bUnHXG {
padding: 6px 31px 6px 17px !important;
} @media (min-width: 1050px) and (max-width: 2560px) {
.box.nav .container {
max-width: unset;
}
.nav ul li.menu-item-267 .sub-menu {
padding-left: clamp(1.563rem, -31.25rem + 50vw, 48.75rem);
padding-right: clamp(0rem, -33.899rem + 51.66vw, 48.75rem);
}
.nav ul li.menu-item-267 .sub-menu::before {
left: 0;
width: 100%;
}
} .list-services {
margin-bottom: 50px;
}
.list-services__wrap {
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;
gap: 40px 20px;
}
.list-services-item {
-webkit-box-flex: 0;
-ms-flex: 0 1 calc(25% - 20px);
flex: 0 1 calc(25% - 20px);
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 20px;
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-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 1024px) {
.list-services-item {
-webkit-box-flex: 0;
-ms-flex: 0 1 calc(33.333% - 20px);
flex: 0 1 calc(33.333% - 20px);
}
}
@media (max-width: 768px) {
.list-services-item {
-webkit-box-flex: 0;
-ms-flex: 0 1 calc(50% - 20px);
flex: 0 1 calc(50% - 20px);
}
}
@media (max-width: 480px) {
.list-services-item {
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
}
.list-services-item__link {
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: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
text-decoration: none;
}
.list-services-item__image {
width: 270px;
height: 180px;
border-radius: 20px;
overflow: hidden;
margin-bottom: 10px;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
transition: -webkit-filter 0.3s ease;
-o-transition: filter 0.3s ease;
transition: filter 0.3s ease;
transition: filter 0.3s ease, -webkit-filter 0.3s ease;
-webkit-transition: -webkit-filter 0.3s ease;
transition: -webkit-filter 0.3s ease, filter 0.3s ease;
}
.list-services-item__image:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
}
.list-services-item__image img {
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
display: block;
}
span.button {
text-align: center;
margin-top: auto;
}
.list-services-item__title {
text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 1.2;
text-transform: uppercase;
color: #505050;
max-width: 220px;
margin-bottom: 10px;
}