@charset "UTF-8";
html {
font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} article,
aside,
footer,
header,
nav,
section {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  figcaption,
figure,
main { display: block;
} figure {
margin: 1em 40px;
} hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; -webkit-text-decoration-skip: objects; } a:active,
a:hover {
outline-width: 0;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } dfn {
font-style: italic;
} mark {
background-color: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  audio,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} img {
border-style: none;
} svg:not(:root) {
overflow: hidden;
}  button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
html [type="button"], [type="reset"],
[type="submit"] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
display: inline-block; vertical-align: baseline; } textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details, menu {
display: block;
} summary {
display: list-item;
}  canvas {
display: inline-block;
} template {
display: none;
}  [hidden] {
display: none;
}

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
body {
font-family: var(--main-font);
font-optical-sizing: auto;
font-style: normal;
color: var(--text-color);
min-width: 360px;
}
html {
min-width: 360px;
}
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
outline: none;
}
:root {
--container: 1200px;
--gap: 24px;
--main-font: "Rubik", sans-serif;
--title-font: "Oswald", sans-serif;
--text-color: #212121;
--base-color: #1bb9bc;
--hover-color: #0f8b8e ;
}
.container {
max-width: var(--container);
margin: 0 auto;
padding: 0 15px;
}
.page-wrapper {
overflow: hidden;
}
.row {
display: flex;
flex-wrap: wrap;
gap: var(--gap);
}
[class^=col-] {
flex: 0 0 auto;
min-width: 0;
}
.col-1 {
width: calc((100% - var(--gap) * 11) / 12 * 1 + var(--gap) * 0);
}
.col-2 {
width: calc((100% - var(--gap) * 11) / 12 * 2 + var(--gap) * 1);
}
.col-3 {
width: calc((100% - var(--gap) * 11) / 12 * 3 + var(--gap) * 2);
}
.col-4 {
width: calc((100% - var(--gap) * 11) / 12 * 4 + var(--gap) * 3);
}
.col-5 {
width: calc((100% - var(--gap) * 11) / 12 * 5 + var(--gap) * 4);
}
.col-6 {
width: calc((100% - var(--gap) * 11) / 12 * 6 + var(--gap) * 5);
}
.col-7 {
width: calc((100% - var(--gap) * 11) / 12 * 7 + var(--gap) * 6);
}
.col-8 {
width: calc((100% - var(--gap) * 11) / 12 * 8 + var(--gap) * 7);
}
.col-9 {
width: calc((100% - var(--gap) * 11) / 12 * 9 + var(--gap) * 8);
}
.col-10 {
width: calc((100% - var(--gap) * 11) / 12 * 10 + var(--gap) * 9);
}
.col-11 {
width: calc((100% - var(--gap) * 11) / 12 * 11 + var(--gap) * 10);
}
.col-12 {
width: 100%;
}
.row--center {
align-items: center;
}
.row--stretch {
align-items: stretch;
}
.item {
background: #ccc;
}
.logo img {
max-width: 180px;
}
.header {
border-bottom: 1px solid #ccc;
position: relative;
z-index: 100;
}
.header.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
background: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.header-row {
height: 70px;
align-items: center;
justify-content: space-between;
}
.navigation-list {
display: flex;
align-items: center;
margin: 0;
padding: 0;
list-style: none;
gap: 24px;
}
.navigation-list > li {
position: relative;
}
.navigation-list > li > a {
text-decoration: none;
color: var(--text-color);
font-size: 18px;
font-weight: 500;
}
.navigation-list > li > a.has-drop {
position: relative;
padding-right: 20px;
}
.navigation-list > li > a.has-drop:after {
content: "";
display: block;
position: absolute;
width: 13px;
height: 10px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/down.svg) no-repeat center;
background-size: 100%;
right: 0;
top: 50%;
transform: translate(0, -50%);
}
.navigation-list > li:hover > a {
color: var(--base-color);
}
@media (min-width: 992px) {
.navigation-list > li:hover .subnavigation {
opacity: 1;
visibility: visible;
transform: translate(0, 0);
}
}
.subnavigation {
position: absolute;
width: 300px;
background: #fff;
margin: 0;
padding: 0;
list-style: none;
padding: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
top: 30px;
opacity: 0;
visibility: hidden;
transform: translate(0, 10px);
transition: all ease 0.3s;
}
.subnavigation:before {
content: "";
display: block;
position: absolute;
width: 100%;
left: 0;
height: 20px;
top: -19px;
}
.subnavigation li {
margin-bottom: 10px;
}
.subnavigation li:last-child {
margin-bottom: 0;
}
.subnavigation li a {
text-decoration: none;
color: var(--text-color);
display: block;
font-size: 15px;
}
.subnavigation li a:hover {
color: var(--base-color);
}
.header-social {
display: flex;
align-items: center;
gap: 15px !important;
}
.icon-wa {
display: inline-block;
width: 25px;
height: 25px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/wa1.svg) no-repeat center;
background-size: 100%;
}
.icon-tg {
display: inline-block;
width: 25px;
height: 25px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/tg1.svg) no-repeat center;
background-size: 100%;
}
.icon-inst {
display: inline-block;
width: 25px;
height: 25px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/inst1.svg) no-repeat center;
background-size: 100%;
}
.icon-phone {
display: inline-block;
width: 18px;
height: 18px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/phone.svg) no-repeat center;
background-size: 100%;
}
.icon-marker {
display: inline-block;
width: 15px;
height: 18px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/marker.svg) no-repeat center;
background-size: 100%;
}
.icon-comment {
display: inline-block;
width: 25px;
height: 25px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/comment.svg) no-repeat center;
background-size: 100%;
}
.close-icon {
display: inline-block;
width: 20px;
height: 20px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/cross2.svg) no-repeat center;
background-size: 100%;
}
.header-phone {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.header-phone span {
margin-bottom: 5px;
font-size: 14px;
}
.header-phone a {
color: var(--base-color);
font-weight: 700;
text-decoration: none;
}
.topbar {
background: var(--base-color);
height: 40px;
color: #fff;
}
.topbar-row {
display: flex;
align-items: center;
height: 40px;
gap: 40px;
}
.topbar-row a {
display: flex;
align-items: center;
gap: 5px;
color: #fff;
text-decoration: none;
}
.topbar-row div {
display: flex;
align-items: center;
gap: 5px;
color: #fff;
text-decoration: none;
}
.header-social {
margin-left: auto;
}
.hero-bg {
position: absolute;
height: 700px;
width: 100%;
left: 0;
top: 0;
background: var(--text-color);
}
.hero-bg img {
display: block;
width: 100%;
height: 100%;
opacity: 0.5;
object-fit: cover;
}
.hero {
position: relative;
height: 700px;
margin-bottom: 40px;
}
.hero-text {
position: absolute;
z-index: 2;
color: #fff;
width: 100%;
top: 50%;
transform: translate(0, -50%);
}
.hero-text h1 {
margin: 0 0 40px;
font-size: 70px;
font-weight: 500;
}
.hero-text p {
font-size: 18px;
margin: 0 0 40px;
}
.button {
display: inline-flex;
height: 50px;
padding: 0 40px;
align-items: center;
text-decoration: none;
font-family: var(--title-font);
text-transform: uppercase;
letter-spacing: 1px;
font-size: 17px;
transition: all ease 0.3s;
}
.button.button-base {
background: var(--base-color);
color: #fff;
}
.button.button-base:hover {
background: var(--hover-color);
}
.button.button-icon {
gap: 10px;
background: var(--base-color);
color: #fff;
}
.button.button-icon:hover {
background: var(--hover-color);
}
section {
padding: 40px 0;
}
.advantages-item {
text-align: center;
}
.about-img img {
display: block;
width: 100%;
}
.about-text h3 {
font-size: 30px;
margin: 0 0 20px;
font-weight: 500;
font-family: var(--title-font);
}
.about-text p {
font-size: 15px;
line-height: 150%;
}
.about-row {
align-items: center;
}
.service-menu {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
gap: 15px;
justify-content: center;
margin-bottom: 40px;
}
.service-menu li a {
display: block;
padding: 5px 10px;
color: var(--text-color);
border: 1px solid var(--text-color);
text-decoration: none;
transition: all ease 0.3s;
text-align: center;
}
.service-menu li a.active, .service-menu li a:hover {
background: var(--base-color);
color: #fff;
border-color: var(--base-color);
}
.service-item {
position: relative;
background: var(--text-color);
}
.service-item:after {
content: "";
display: block;
position: absolute;
background: var(--text-color);
left: 10px;
bottom: 10px;
right: 10px;
top: 10px;
opacity: 0;
transform: scale(0.8);
transition: all ease 0.3s;
}
.service-item:hover:after {
opacity: 0.7;
transform: scale(1);
}
.service-item:hover h3 {
opacity: 1;
transform: scale(1) translate(0, -50%);
}
.service-item img {
display: block;
width: 100%;
}
.service-item h3 {
display: block;
position: absolute;
z-index: 2;
text-align: center;
font-family: var(--title-font);
text-align: center;
width: 100%;
top: 50%;
transform: translate(0, -50%);
padding: 0 30px;
font-size: 20px;
margin: 0;
color: #fff;
font-weight: 500;
opacity: 0;
transform: scale(0.8);
transition: all ease 0.3s;
line-height: 140%;
letter-spacing: 0.5px;
}
.service-item h3 span {
display: block;
font-size: 16px;
color: var(--base-color);
}
.service-item__link {
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 3;
width: 100%;
height: 100%;
}
.mix {
display: none;
}
.section-title {
text-align: center;
}
.navigation-social .icon-wa,
.contacts-item .icon-wa {
display: inline-block;
width: 40px;
height: 40px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/wa.svg) no-repeat center;
background-size: 100%;
}
.navigation-social .icon-tg,
.contacts-item .icon-tg {
display: inline-block;
width: 40px;
height: 40px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/tg.svg) no-repeat center;
background-size: 100%;
}
.navigation-social .icon-inst,
.contacts-item .icon-inst {
display: inline-block;
width: 40px;
height: 40px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/inst.svg) no-repeat center;
background-size: 100%;
}
.navigation-social .icon-phone,
.contacts-item .icon-phone {
display: inline-block;
width: 40px;
height: 40px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/phone1.svg) no-repeat center;
background-size: 100%;
}
.section-title {
text-align: center;
font-size: 40px;
font-weight: 400;
font-family: var(--title-font);
}
.contacts-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border: 2px solid var(--base-color);
padding: 30px;
border-radius: 20px;
color: var(--base-color);
text-decoration: none;
}
.contacts-item h3 {
margin: 20px 0 0;
}
.contacts-item i {
transition: all ease 0.3s;
}
.contacts-item:hover i {
transform: translate(0, -5px);
}
.map {
height: 300px;
margin-top: 40px;
overflow: hidden;
}
.map iframe {
width: 100%;
height: 300px;
}
.section-contacts {
padding-bottom: 0;
}
.section-service {
overflow: hidden;
}
.footer {
background: var(--base-color);
padding: 20px 0;
}
.footer-logo img {
display: block;
width: 180px;
}
.footer-logo span {
font-size: 14px;
margin-top: 15px;
color: #FFF;
display: block;
}
.footer-slogan {
color: #fff;
font-size: 14px;
line-height: 140%;
}
.footer-menu {
margin: 0;
padding: 0;
list-style: none;
gap: 24px;
display: flex;
}
.footer-menu li a {
color: #fff;
text-decoration: none;
}
.footer-menu li a:hover {
text-decoration: underline;
}
.footer-row {
align-items: center;
display: flex;
justify-content: space-between;
}
.footer-row .header-phone {
color: #fff;
}
.footer-row .header-phone a {
color: #fff;
}
.footer-row .header-social {
margin-top: 20px;
justify-content: flex-end;
}
.menu-btn {
display: none;
}
.mobile-visible {
display: none;
}
.menu-overlay {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
transform: translateX(100%);
transition: transform 0.3s ease;
z-index: 99;
}
.menu-overlay.active {
transform: translateX(0);
}
.navigation {
z-index: 999;
transition: transform 0.3s ease;
}
.navigation.active {
transform: translate(0, 0);
}
body.menu-open {
overflow: hidden;
}
.navigation-close {
display: none;
}
.service-more {
display: flex;
justify-content: center;
margin-top: 40px;
}
.page-title {
background: url(//medremservice.kg/wp-content/themes/medrem/assets/banner/page-top.jpg);
background-size: cover;
position: relative;
}
.page-title:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #FFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0) 100%);
}
.page-title .container {
position: relative;
z-index: 2;
}
.page-title__row {
height: 300px;
display: flex;
flex-direction: column;
gap: 30px;
justify-content: center;
}
.page-title__row h1 {
margin: 0;
font-family: var(--title-font);
font-weight: 500;
font-size: 50px;
}
.breadcrumbs {
display: flex;
margin: 0;
padding: 0;
list-style: none;
gap: 30px;
flex-wrap: wrap;
}
.breadcrumbs li {
position: relative;
}
.breadcrumbs li a {
color: var(--text-color);
text-decoration: none;
}
.breadcrumbs li a:hover {
color: var(--base-color);
}
.breadcrumbs li:after {
content: "";
display: block;
position: absolute;
width: 5px;
height: 5px;
background: var(--base-color);
border-radius: 50%;
right: -18px;
top: 7px;
}
.breadcrumbs li:last-child:after {
display: none;
}
.text {
color: var(--text-color);
}
.text p {
font-size: 16px;
line-height: 150%;
}
.text h3 {
font-family: var(--title-font);
font-size: 24px;
}
.service-sidebar {
background-color: #ffffff;
box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.service-sidebar h3 {
padding: 20px 40px;
margin: 0 0 20px;
font-weight: 500;
border-bottom: 1px solid #e6e6e6;
background: var(--base-color);
color: #fff;
}
.service-detail__menu {
margin: 0;
padding: 0;
list-style: none;
}
.service-detail__menu li {
padding: 0 10px 0 40px;
position: relative;
}
.service-detail__menu li:not(:last-child) {
border-bottom: 1px solid #f7f7f7;
}
.service-detail__menu li.active a:before {
width: 5px;
}
.service-detail__menu li a {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
text-decoration: none;
font-size: 16px;
line-height: 20px;
padding: 20px 0 20px 0;
color: var(--text-color);
font-weight: 400;
font-size: 17px;
}
.service-detail__menu li a:before {
content: "";
width: 0px;
height: 100%;
background-color: var(--base-color);
position: absolute;
top: 0;
left: 0;
transition: width 0.2s linear;
}
.service-detail__menu li a:hover:before {
width: 5px;
}
.service-detail__img img {
display: block;
width: 100%;
}
.service-detail__content h3 {
font-size: 30px;
font-weight: 500;
}
.service-detail__content p {
font-size: 16px;
line-height: 150%;
}
.service-detail__contacts {
display: flex;
justify-content: space-between;
gap: 20px;
margin: 40px 0;
}
.review-item {
padding: 40px;
border-radius: 15px;
background: #f7f7f7;
position: relative;
}
.review-item:before {
content: "";
display: block;
width: 150px;
height: 150px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/quote.svg) no-repeat center;
position: absolute;
opacity: 0.1;
right: 20px;
top: 10px;
}
.review-item__title {
margin-bottom: 30px;
}
.review-item__title h3 {
margin: 0 0 10px;
font-weight: 500;
}
.section-reviews .section-title {
margin-bottom: 40px;
}
.section-reviews .swiper-pagination .swiper-pagination-bullet-active {
background: var(--base-color);
}
.reviews-carousel {
position: relative;
padding-bottom: 60px;
margin-bottom: 50px;
}
.reviews-btn {
display: flex;
justify-content: center;
}
.review-item__text {
font-size: 16px;
line-height: 150%;
}
.contacts-detail .section-title {
margin-bottom: 40px;
text-align: left;
}
.map-detail iframe {
width: 100%;
height: 400px;
}
.contact-item {
margin-bottom: 40px;
}
.contact-item h4 {
font-size: 20px;
font-weight: 500;
color: var(--base-color);
margin: 0 0 10px;
}
.contact-item p {
margin: 0;
}
.contact-item a {
color: var(--text-color);
}
.contact-item a:hover {
text-decoration: none;
}
.floating-social {
position: fixed;
bottom: 25px;
right: 25px;
z-index: 9999;
}
.floating-main {
width: 55px;
height: 55px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
cursor: pointer;
transition: 0.3s;
position: relative;
}
.floating-main span {
display: none;
}
.close-icon {
display: none;
}
.floating-social.is-open .main-icon {
display: none;
}
.floating-social.is-open .close-icon {
display: block;
}
.floating-items {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
width: 100%;
position: absolute;
bottom: 65px;
right: 0;
opacity: 0;
pointer-events: none;
transform: translateY(10px);
transition: 0.3s;
}
.floating-social.is-open .floating-items {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.floating-item {
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 28px;
transition: 0.3s;
}
.floating-item .icon-phone {
width: 25px;
height: 25px;
background-size: 100%;
}
.floating-item.call-btn {
font-size: 23px;
}
.floating-item:hover {
transform: scale(1.1);
}
.floating-social.is-open .floating-main::after {
display: none;
}
.floating-main::after {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
pointer-events: none;
box-shadow: 0 0 0 0 rgba(229, 147, 41, 0.35), 0 0 0 0 rgba(229, 147, 41, 0.25), 0 0 0 0 rgba(229, 147, 41, 0.18);
animation: waves 2.8s ease-out infinite;
}
@keyframes waves {
0% {
box-shadow: 0 0 0 0 rgba(229, 147, 41, 0.35), 0 0 0 0 rgba(229, 147, 41, 0.25), 0 0 0 0 rgba(229, 147, 41, 0.18);
}
70% {
box-shadow: 0 0 0 26px rgba(229, 147, 41, 0), 0 0 0 52px rgba(229, 147, 41, 0), 0 0 0 78px rgba(229, 147, 41, 0);
}
100% {
box-shadow: 0 0 0 26px rgba(229, 147, 41, 0), 0 0 0 52px rgba(229, 147, 41, 0), 0 0 0 78px rgba(229, 147, 41, 0);
}
}
@media (prefers-reduced-motion: reduce) {
.floating-main::after {
animation: none;
}
}@media (max-width: 992px) {
.topbar {
display: none;
}
.navigation {
position: fixed;
height: 100%;
height: 100vh;
height: 100dvh;
background: #fff;
top: 0;
left: 0;
display: flex;
flex-direction: column;
width: 70%;
padding-top: 40px;
overflow: auto;
padding: 40px 20px;
transform: translate(-100%, 0);
}
.navigation-list {
flex-direction: column;
gap: 0;
}
.navigation-list > li {
width: 100%;
border-bottom: 1px solid #ccc;
margin-bottom: 0;
}
.navigation-list > li > a {
padding: 10px;
display: block;
}
.navigation-close {
display: block;
position: absolute;
right: 30px;
top: 30px;
width: 20px;
height: 20px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/cross.svg) no-repeat center;
}
.mobile-visible {
display: block;
}
.navigation-social {
margin-top: auto;
margin-bottom: 30px;
}
.subnavigation {
position: static;
opacity: 1;
visibility: visible;
transform: translate(0, 0);
transition: none;
display: none;
min-width: 100%;
box-shadow: none;
}
.subnavigation li {
margin-bottom: 20px;
}
.subnavigation:before {
display: none;
}
.menu-btn {
display: block;
width: 40px;
height: 40px;
background: url(//medremservice.kg/wp-content/themes/medrem/assets/svg/menu.svg) no-repeat center;
}
.header-right {
display: flex;
align-items: center;
gap: 20px;
}
.hero-bg {
height: 550px;
}
.hero {
height: 550px;
}
.hero-text h1 {
font-size: 48px;
}
.social {
display: flex;
gap: 30px;
margin-top: 40px;
align-items: center;
}
.mob-logo img {
width: 140px;
}
.mob-logo {
margin-bottom: 30px;
}
.service-grid .col-3 {
width: calc((100% - var(--gap) * 11) / 12 * 4 + var(--gap) * 3);
}
.contacts-item {
padding: 10px;
}
.footer-row {
flex-direction: column;
text-align: center;
}
.footer-row .header-social {
margin-bottom: 30px;
}
.footer-logo span {
display: none;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-menu {
flex-direction: column;
margin-bottom: 30px;
}
.header-phone {
text-align: center;
justify-content: center;
align-items: center;
}
.copy {
font-size: 13px;
color: #fff;
}
.page-title__row {
height: 200px;
}
.page-title__row h1 {
font-size: 36px;
}
.service-detail__row {
flex-direction: column-reverse;
}
.service-detail__row .col-8 {
width: 100%;
}
.service-detail__row .col-4 {
width: 100%;
}
}
@media (max-width: 768px) {
.about-row {
flex-direction: column-reverse;
}
.about-row .col-6 {
width: 100%;
}
.service-grid .col-3 {
width: calc((100% - var(--gap) * 11) / 12 * 6 + var(--gap) * 5);
}
.contacts-row .col-4 {
width: 100%;
}
.service-detail__contacts {
flex-direction: column;
}
.service-detail__contacts .button {
justify-content: center;
}
.review-item {
padding: 20px;
border-radius: 10px;
}
.contacts-detail__row {
flex-direction: column;
}
.contacts-detail__row .col-5 {
width: 100%;
}
.contacts-detail__row .col-7 {
width: 100%;
}
}
@media (max-width: 570px) {
.hero-bg {
height: 450px;
}
.hero {
height: 450px;
}
.hero-text h1 {
font-size: 38px;
}
.logo img {
width: 130px;
}
.header-row {
height: 60px;
}
.service-grid .col-3 {
width: 100%;
}
.service-item:after {
opacity: 0.5;
transform: scale(1);
}
.service-item h3 {
opacity: 1;
transform: scale(1) translate(0, -50%);
}
section {
padding: 30px 0;
}
.page-title__row {
height: auto;
gap: 20px;
padding: 20px 0;
}
.page-title__row h1 {
font-size: 28px;
}
.service-detail__subrow {
flex-direction: column-reverse;
}
.service-detail__subrow .col-6 {
width: 100%;
}
.breadcrumbs {
row-gap: 10px;
}
}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}