@font-face {
	font-family: 'Geometria';
	src: url('../fonts/geometria.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/geometria.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/geometria.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/geometria.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/geometria.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/geometria.svg#geometria') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Geometria-Bold';
	src: url('../fonts/geometria-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/geometria-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/geometria-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/geometria-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/geometria-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/geometria-bold.svg#geometria-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

:root {
    --ff-montserrat: Verdana, sans-serif;
    --bkp-red: #e41d33;
    --bkp-dark-blue: #253040;
    --red: #c83923;
    --crimson: #b61a2d;
    --white-blue: #f2f9fe;
    --blue: #0056b3;
    --dark-blue: #1e0577;
    --light-bg: #f8fbfe;
    --white-yellow: #ffffe0;
    --yellow: #FFED00;
    --orange: #faaa2d;
    --main-grey: #4D4D4D;
    --main-wgrey: #9D9E9E;
    --white-grey: #F5F5F5;
    --grey-1: #c6c6c6;
    --grey-2: #9d9d9c;
    --grey-3: #646363;
    --grey-4: #3c3c3b;
    --grey-pol-1: #c3c5c4;
    --grey-pol-2: #4d4d4d;
    --grey-pol-3: #31312f;
    --grey-stellag: #4d4d4d;
    --shadow: 0 4px 16px rgba(26, 90, 124, 0.1);
    --shadow-yellow: 0 4px 16px rgba(253, 254, 242, 0.7);
    --card-shadow: 0 4px 12px rgba(26, 90, 124, 0.08);
    --transition: all 0.3s ease;
    --border-radius: 8px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

a {
    color: #000;
}

a:hover, a:focus {
    color: var(--yellow);
}

.page-header {
    margin-top: 45px;
}

div[itemprop="articleBody"] {
    padding-bottom: 0px;
}

.item-image {
    margin-bottom: 15px;
}

.item-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.intro-image img {
    width: 100%;
    max-width: 300px;
}

.image-caption {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    margin-top: 5px;
    text-align: center;
}

.item-introtext {
    margin: 15px 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .intro-image img {
        max-width: 100%;
    }
}

body {
    background-color: #ffffff;
}

td {
    color: #000;
}

td a {
    color: #000;
}

/* Header */
.header__logo {
    text-align: left;
    max-width: 300px;
}

.header__logo img {
    max-width: 300px;
    width: 100%;
}

.header__wrapper--second {
    z-index: 11;
    background: var(--main-grey);
}

.header__wrapper.header__wrapper--second nav ul li ul li ul {
    display: none;
}

.header__feedback.flex-cc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-li-mail, .icon-li-phone, .icon-li-location {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.icon-li-mail::before, .icon-li-phone::before, .icon-li-location::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/templates/microton/img/icons/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.icon-li-phone::before {
    background-image: url(/templates/microton/img/icons/phone-18px.png);
}

.icon-li-location::before {
    background-image: url(/templates/microton/img/icons/location-18px.png);
}

.custom-callback-btn {
    width: 100%;
    background-color: var(--yellow);
    padding: 12px 24px;
    border: none;
    border-radius: var(--border-radius);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: var(--main-grey);
}

.custom-callback-btn:hover {
    background-color: var(--main-grey);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    color: var(--yellow);
}

@media (max-width: 850px) {
    .header__wrapper--first {
        margin-top: 50px;
    }

    .header__logo {
        margin: 15px 0 5px;
    }
}

/* Main menu */

.main-menu a {
    color: var(--yellow);
}

.main-menu a:hover, 
.main-menu > li.active > a, 
.main-menu li.current > a {
    color: #fff;
    text-decoration: none;
}

.main-menu ul {
    background-color: #fff;
    color: var(--grey-2);
}

.main-menu ul li a {
    color: var(--main-grey);
}

.main-menu ul li a:hover, 
.main-menu > li.active > ul li a, 
.main-menu li.current >  ul li a {
    color: #000;
    text-decoration: none;
}

/* menu-left */

.sidebar-left {
    margin-top: 30px;
}

/* Footer */

footer {
    background: #747575;
    padding: 1px 0 35px;
    color: #000;
}

footer a {
    color: #000;
}

footer a:hover {
    color: var(--yellow);
}

footer .icon-li-mail::before {
    background-image: url(/templates/microton/img/icons/mail-b.png);
    width: 19px;
    height: 19px;
    margin-top: 3px;
}

footer .icon-li-phone::before {
    background-image: url(/templates/microton/img/icons/phone-18px-b.png);
    width: 19px;
    height: 19px;
    margin-top: 3px;
}

footer .icon-li-location::before {
    background-image: url(/templates/microton/img/icons/location-18px-b.png);
    width: 19px;
    height: 19px;
    margin-top: 3px;
}

.footer__first {
    background-color: var(--blue);
    padding: 0;
}

.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu a {
    color: var(--yellow);
    padding: 3px;
}

.footer__phones a {
    cursor: pointer;
}

.footer-menu a:hover {
    color: #fff;
}

.footer__phones a:hover {
    color: var(--yellow) !important;
}

.footer__phones a:visited {
    color: var(--yellow) !important;
}

.footer__privacy-policy {
    margin-top: 25px;
    justify-content: end;
}

.privacy-policy-link {
    margin-right: 10px;
}

@media (max-width: 400px) {
    footer .header__logo {
        max-width: 230px;
    }
}

/* form */
.fb-form__input {
    margin: 10px 0px 0px 0px;
    width: 60%;
    border-radius: var(--border-radius);
}

.fb-form__input--submit {
    background: var(--yellow);
    color: var(--main-grey);
    border: 2px solid var(--main-grey);
    border-radius: var(--border-radius);
    transition: var(--transition), background 0.3s ease;
    transform: translateY(0);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 15px;
    width: 60%;
    font-size: 1.6rem;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.fb-form__input--submit:hover {
    color: var(--grey-4);
    background: var(--yellow);
    transform: translateY(2px);
}

.fb-form__input--submit:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 var(--main-grey),
                0 4px 12px rgba(0, 0, 0, 0.3),
                inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.fb-form__checkbox {
    margin: 3px 10px 0 0 !important;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.fb-form__input + .fb-form__input + .fb-form__input + .fb-form__input {
    margin: 0;
}

.fb-form__input + .fb-form__input {
    margin: 10px 0px 10px 0px;
}

.fb-form__input + .fb-form__input + .fb-form__input {
    margin: 0px 0px 10px 0px;
}

.fb-form__input + .fb-form__input + .fb-form__input + .fb-form__input {
    margin: 0px 0px 0px 0px;
}

.fb-form__block {
    display: flex;
    flex-direction: column;
}

.fb-form__block.flex-c {
    align-items: flex-start;
    flex-direction: row;
}

.fb-form__label a:hover {
    color: var(--yellow);
}

.form {
        background: url(/images/form_back_contact/fos-4.png) center / cover no-repeat;
    }

.form__left {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.form__right {
    margin-right: auto;
    margin-left: auto;
}

.form__right h3 {
    margin-top: 15px;
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

/* table */

.table-head tr td {
    background-color: var(--red);
}

.table-head tr:hover td {
    background-color: #e30303;
}

.no-thead {
    border-top: 2px solid var(--red);
}

.table-podtext {
    margin-top: 10px;
    margin-left: 12px;
}

.table-head-2 {
    background: #ff6f6f !important;
}

.table-head-2:hover {
    background: #ffb5b5 !important;
}

.price-table tr:hover a {
    color: #e30303;
}

.table-shadow {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.table-responsive {
    border: none;
}

/* Слайдеры */
.top-slider-wrapper {
    background: url(/templates/microton/img/top_slider/foto-banner-1.jpg) center no-repeat;
    position: relative;
}

.slider_wrap {
    width: 55%;
    display: block;
    position: absolute;
    right: 160px;
    bottom: 65px;
}

.slider_wrap .slick-track {
    width: 100%;
}

.slider_wrap img {
    width: 100%;
    object-fit: contain;
    max-height: 450px;
}

.top-slider .slick-prev {
    left: 0px;
}

.top-slider .slick-next {
    right: 0px;
}

.top-slider .slide-top {
  position: relative;            
}

.top-slider .slide-top p {
  position: absolute;
  top: 20px;                    
  left: 20px;                   
  margin: 0;
  color: #fff;                   
  z-index: 2;
}

.top-slider .slide-top p span {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}

.slider-nav {
    width: 100%;
    left: 0%;
}

.otzyvy__slider.slick-initialized.slick-slider.slick-dotted ul li {
    display: none;
}

.otzyvy__slider.slick-initialized.slick-slider.slick-dotted {
    padding-bottom: 30px;
}

.otzyvy__slider .slick-list .slick-track .slick-slide {
    margin: 0px 5px 0px 5px;
    border-radius: var(--border-radius);
}

@media (max-width: 450px) {
    .top-slider .slide-top p span {
        font-size: 22px;
    }
}

/* О нас */
.about-us {
    padding-left: 0px !important;
    padding-right: 400px !important;
    padding-top: 0px;
}

.about-us-img-s:before {
        background: linear-gradient(93deg, #ffffff, #ffffff99);
}

.about-us .flex-sb {
    width: 35%;
    margin-left: auto;
}

.about-us-img__cont {
    background: url(/images/garantiya_luchshej_ceny-1.jpg) left top no-repeat;
}

.about-us-img__cont:before {
    width: 0%;
}

.flex-about-us {
    display: flex !important;
    justify-content: space-between;
}

.about-us__title {
    text-align: left;
    color: var(--main-grey);
}

.about-us__text {
    margin-bottom: 1em;
}

.o-kompanii-text-modul .motto-text {
    font-weight: 600;
}

.about-us__text-ul li {
    line-height: 1.5em;
    font-size: 16px;
    padding: 0px 0px 10px 5px;
}

.about-us__text-ul {
    margin-left: 20px;
    list-style: disc;
}

.flex-about-us a {
    font-size: 30px;
    color: var(--orange);
}

.company-container {
    background-color: var(--white-yellow);
    padding: 15px 15px 25px;
    margin: 0 -15px;
}
  
.company-title {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}
  
.company-facts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}
  
.fact-item {
    background: white; 
    border-radius: var(--border-radius); 
    padding: 15px 20px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 15px;
}
  
.fact-icon {
    font-size: 20px;
    width: 25px;
    text-align: center;
    flex-shrink: 0;
}
  
.fact-text {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}
  
.company-motto {
    margin-top: 25px;
    padding: 20px;
    background-color: var(--grey-pol-2);
    border-radius: var(--border-radius);
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
  
.motto-text {
    margin: 0;
    font-style: italic;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .company-container {
        padding: 15px 15px 20px; 
        margin: 0 -10px; 
    }
    
    .company-title {
        font-size: 2.5rem; 
        margin-bottom: 20px; 
    }
    
    .company-facts {
        gap: 8px; 
    }
    
    .fact-item {
        flex-direction: row;
        align-items: flex-start; 
        gap: 10px; 
        padding: 15px; 
    }
    
    .fact-icon {
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
        width: auto; 
    }
    
    .fact-text {
        font-size: 14px;
        overflow: hidden; 
        line-height: 1.3; 
    }
    
    .fact-icon img {
        width: 25px; 
        height: 25px;
    }
    
    .company-motto {
        margin-top: 20px;
        padding: 15px;
    }
    
    .motto-text {
        font-size: 14px;
        line-height: 1.4;
    }
}

.stats-section {
    padding: 1px 15px 30px;
    background: var(--orange);
}
  
.stats-title {
    color: #fff;
    margin-bottom: 20px;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}
  
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
  
.stat-card {
    background: white;
    border-radius: var(--border-radius);
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    border-left: 4px solid var(--yellow);
    transition: transform 0.3s ease;
}
  
.stat-card:hover {
    transform: translateY(-5px);
}
  
.stat-value {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
  
.stat-description {
    font-size: 16px;
    color: #555;
    line-height: 1.4;
}

.clients-section {
  background-color: var(--white-yellow);
    padding: 1px 15px 30px;
    margin-bottom: -60px;
}

.clients-title {
    color: var(--orange);
    margin-bottom: 30px;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.clients-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.client-item {
  background: white;
  border-radius: var(--border-radius);
  padding: 15px;
  width: 210px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.client-icon {
  margin-bottom: 15px;
}

.client-icon img {
  height: 50px;
}

.client-name {
  font-weight: bold;
}

/* Услуги */
.services-text {
    max-width: 340px;
    font-weight: 500;
}

.services-bg {
    margin-top: 80px;
    margin-bottom: 60px;
}

.services-title {
    top: -120px;
}

.services-consult {
    position: absolute;
    left: 420px;
    bottom: 24px;
    color: var(--red);
    font-weight: 600;
    font-size: 34px;
    line-height: 36px;
    border: 2px solid var(--red);
    padding: 9px;
}

.services-consult span a {
    color: #fff;
}

/* Продукция */
.produktsiya-item-1 {
    margin-left: 5px;
    min-height: 300px;
    position: relative;
}

.produktsiya-chena {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2rem;
}

.produktsiya-tetx {
    font-size: 16px;
}

.pull-left {
    margin-right: 5px;
}

/* work_stage */

.work_stage {
    justify-content: space-around;
}

.work_stage_item {
    width: 400px;
}

.work_stage_name {
    color: var(--dark-blue);
    font-size: 25px;
}

.work_stage_preview img {
    background: var(--red);
    padding: 7px;
    border-radius: 55px;
}

/* advantages */
    
.advantages.m-padding.container {
    display: flex;
    background: var(--white-grey);
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(26, 90, 124, 0.05);
    border-radius: var(--border-radius);
    flex-direction: column;
}

.advantages_left {
    padding-right: 2rem;
}

.advantages-desc__cont {
    width: auto;
}

.advantages__cont {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    height: auto;
    flex-direction: row;
}

.advantages__item {
    text-align: center;
    width: calc(33.333% - 1rem);
    margin-top: 0;
    background: white;
    padding: 1.5rem 1rem;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: var(--border-radius);
}

.advantages__item:nth-child(1) {
    margin-bottom: 0px;
}

.advantages__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(26, 90, 124, 0.12);
}

.advantages__preview img {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    transition: .25s;
    object-fit: contain;
}

.advantages__name {
    display: block;
    font-weight: 600;
    color: #000;
}

/* contacts */

.contacts__left p a {
    color: var(--main-wgrey);
    font-weight: 700;
}

.contactMap {
    height: 750px;
}

.contactMap iframe {
    width: 100%;
}

.infoBlockMap a {
    color: var(--main-grey);
}

.infoBlockMap .icon-li-location::before {
    background-image: url(/templates/microton/img/icons/location-18px-b.png);
    margin-top: 10px;
}


.infoBlockMap .icon-li-phone::before {
    background-image: url(/templates/microton/img/icons/phone-18px-b.png);
    margin-top: 10px;
}

.add-section {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.add-section div {
    width: 23%;
}

@media screen and (max-width: 991px) {
    .add-section {
        flex-direction: row;
        margin-top: 130px;
    }
}

@media (max-width: 1200px) {
    .add-section div {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .add-section div {
        width: 45%;
    }
    .add-section {
        gap: 15px;
    }
}

@media screen and (max-width: 600px) {
    .add-section {
        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    .add-section div {
        width: 100%;
    }
    .add-section {
        gap: 12px;
    }
}

/* prajs */

.prajs-modul {
    border-top: 1px solid #ccc;
}

.prajs-modul-p {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.prajs-modul-p span {
    font-weight: 600;
}

.prajs-modul-section {
    display: flex;
}

.prajs-modul-left {
    padding-right: 50px;
    margin: 10px 0px 0px 0px;
}

.prajs-modul-left h3 {
    margin-top: 0px;
}

.prajs-modul-right {
    margin: 10px 0px 0px 0px;
}

.prajs-modul-right img {
    height: 420px;
}

/* Галерея */
.galleryItem img:hover {
    border: 5px solid var(--red);
}

/* Ссылки */
.link:hover, 
.link:focus {
    color: #171d27;
}

.ssilka-na-cheni {
    display: flex;
    background: var(--dark-blue);
    border-radius: 15px;
    padding: 3px 8px 3px 8px;
    font-size: 18px;
    color: #fff;
    flex-direction: row;
    margin: 10px 0px;
}

.ssilka-na-cheni span {
    margin-left: auto;
}

.ssilka-na-cheni span a {
    color: #fff;
}

.ssilka-na-o-nas {
    background: linear-gradient(145deg, var(--yellow), #ffde00);
    padding: 12px 24px;
    width: auto;
    border: none;
    border-radius: var(--border-radius);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--main-grey);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.ssilka-na-o-nas:hover {
    background: var(--main-grey);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    color: var(--yellow);
}

.ssilka-na-o-nas:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(250, 170, 45, 0.1);
}

.button-container {
    display: inline-block;
    text-decoration: none;
}

/* Прочие классы */
.orange {
    color: var(--orange);
}

.m-tit {
    color: var(--main-grey);
    margin-left: 15px;
}

.m-padding.container {
    padding: 70px 0 60px;
}

.call {
    background-color: var(--yellow);
}

.flex-sb {
    display: block !important;
}

#popup-banner {
    color: var(--red);
    border: 3px solid var(--red);
}

.popup-banner__close {
    color: var(--red);
}

.o-nas-ml-bg {
    position: relative;
    height: 641px;
    background: url(../img/background-element-b.jpg) left top no-repeat;
    margin-top: 120px;
}

.o-nas-nav .slick-arrow {
    display: none !important;
}

.o-nas-nav li {
    display: none;
}

.o-nas-nav-title {
    display: block;
    position: absolute;
    top: -100px;
}

.otzyzy {
    padding-top: 70px;
}

.div-otzyzy {
    background: url(/templates/microton/img/backForm.jpg) center / cover no-repeat;
}

/* about */

.main-about {
    margin-top: 20px;
    position: relative;
    background-color: var(--white-grey);
}

#about {
    display: flex;
    padding: 25px 0;
}

#about .about-right img {
    width: unset;
    max-height: 300px;
}

.o-kompanii-text-modul ul li {
    list-style-type: disc;
}

.o-kompanii-text-modul ul {
    margin-left: 25px;
}

.laboratoriya-ul li {
    padding: 0px 0px 10px 5px;
}

.laboratoriya-ul li::before {
    content: '✔';
    margin-right: 5px;
}

.slide-top {
    position: relative;
}

.slide-top img {
    width: 100%;
    height: 700px;
    max-height: 700px;
    object-fit: cover;
}

.slide-top p {
    top: 185px;
    left: 560px;
    position: absolute;
    font-family: 'Geometria';
    color: var(--white-blue);
    font-size: 14px;
    font-weight: 500;
}

.slide-top p span {
    font-size: 25px;
    font-weight: 600;
}

.slide-top p img {
    width: 360px;
    margin-bottom: 13px;
}

.container.missiya p {
    margin-right: 50px;
    margin-top: 70px;
    text-align: center;
    font-size: 24px;
    border: 4px solid var(--bkp-red);
    padding: 20px;
}

.missiya-o-nas p {
    margin-top: -40px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 24px;
    border: 4px solid var(--bkp-red);
    padding: 20px;
}

.o_nas__missiya {
    margin: 30px 0px -40px 0px !important;
}

@media (max-width: 500px) {
    #about {
        flex-direction: column;
        align-items: center;
    }    
}

/* Privacy policy page */
.privacy-policy__text-block h1 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

.privacy-policy__text-block h2 {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.privacy-policy__text-block p, ul {
    margin-bottom: 15px;
}

.header__address ul, .header__feedback ul {
    margin-bottom: 0;
}

.privacy-policy__text-block ul {
    padding-left: 20px;
}

.privacy-policy__text-block li {
    margin-bottom: 5px;
}

.privacy-policy__text-block .highlight {
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
    font-size: 1.1em;
}

.privacy-policy__text-block .footer {
    margin-top: 40px;
    font-style: italic;
}

/* Медиа-запросы */
@media (max-width: 1600px) {
    .services-consult {
        left: 320px;
    }
    .about-us {
        padding-right: 300px !important;
    }
    .slider_wrap {
        width: 50%;
        display: block;
        position: absolute;
        right: 130px;
        bottom: 65px;
    }
    .services-consult {
        left: 220px;
    }
    .slide-top p {
        left: 475px;
    }
}

@media (max-width: 1400px) {
    .about-us {
        padding-right: 200px !important;
    }
    .services-consult {
        left: 120px;
    }
    .fb-form__input {
        width: 80%;
    }
    .slide-top p {
        left: 330px;
    }
}

@media (max-width: 1300px) {
    .about-us {
        padding-right: 100px !important;
    }
}

@media (max-width: 1200px) {
    .about-us {
        padding-right: 50px !important;
    }
    .about-us .flex-sb {
        width: 40%;
    }
    .services-bg {
        background: url(/templates/microton/img/background-element-b-2.jpg) left top no-repeat;
    }
    .slider_wrap {
        width: 50%;
        right: 90px;
    }
    .form__cont.flex-sb.container .form__left {
        text-align: left;
    }
    .fb-form__input {
        width: unset;
    }
    .slide-top p {
        left: 250px;
    }
    .contactMap {
        height: 600px;
    }
}

@media (max-width: 1100px) {
    .advantages.m-padding.container {
        display: flex;
        flex-direction: column;
    }
    .advantages_left {
        width: 100%;
    }
    .advantages-desc__cont {
        width: 34%;
    }
    .advantages_right {
        width: unset;
    }
    .advantages__item {
        width: 200px;
    }
}

@media (max-width: 1000px) {
    .about-us {
        padding-right: 25px !important;
    }
    .prajs-modul-left {
        padding-right: 0px;
    }
    .prajs-modul-right {
        margin: 10px 0px 10px 0px;
    }
    .prajs-modul-section {
        flex-direction: column;
    }
    .prajs-modul-right img {
        height: 689px;
    }
    .about-us .flex-sb {
        width: 40%;
    }
    .topMenuHeader.header__second.container {
        width: unset;
    }
    .top-slider .slick-next {
        left: 100px;
    }
    .about-us .flex-sb {
        width: 50%;
    }
    .about-us-img__cont {
        background: url(/images/garantiya_luchshej_ceny-3.jpg) left top no-repeat;
    }
    .slider_wrap {
        width: 45%;
        display: block;
        position: absolute;
        right: 40px;
        bottom: 85px;
    }
    .work_stage_item {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .header__logo {
        text-align: center;
    }
    .slide-top p {
        left: 170px;
        top: 40px;
    }
    .container.missiya p {
        margin-right: 0px;
    }
    .contactMap {
        height: 650px;
    }
    .form__left {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .form__right {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .advantages__item:nth-child(1) {
        margin-bottom: 30px;
    }
    .ssilka-na-o-nas {
        font-size: 22px;
        position: relative;
        top: 37px;
        margin-bottom: 37px;
    }
}

@media (max-width: 850px) {
    .header__second {
        height: 0;
        opacity: 0;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 0 2px 1px transparent;
    }
    .burger {
        display: block;
        position: relative;
        margin: 10px 0 10px 0;
        border: unset;
        width: 40px;
        height: 40px;
        background-color: #fff;
        cursor: pointer;
        box-shadow: 0 0 2px 1px transparent;
    }
    .header__wrapper--second {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 16;
        padding: 0 15px;
        border: unset;
        width: 100%;
        background: var(--main-grey);
    }
    .advantages.m-padding.container {
        margin: 0px 7px;
        padding: 0px;
    }
    .advantages__name {
        font-size: 1.3rem;
    }
    .services-consult {
        left: 50px;
    }
    table {
        width: unset;
        display: inline-block;
    }
    table td {
        display: block;
    }
    table tr {
        display: block;
    }
    .table-head-2 {
        display: none;
    }
    .table-shadow {
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }
    .table-responsive {
        border: none;
    }
    .slide-top p {
        left: 141px;
        top: 35px;
    }
    .slide-top img {
        width: unset;
        position: relative;
        height: 300px;
        width: 100%;
    }
    .slide-top p img {
        width: 397px;
        height: unset;
        right: 0;
        margin-bottom: 13px;
    }
    .burger__line {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 3px;
        background-color: #333;
    }
    .burger__line:nth-child(1) {
        top: calc(50% - 10px);
    }
    .burger__line:nth-child(3) {
        top: calc(50% + 10px);
    }
    .ssilka-na-o-nas {
        font-size: 22px;
        position: relative;
        top: 0px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .m-tit {
        font-size: 2.5rem;
    }
    .header__second.active {
        box-shadow: 0 0 2px 1px var(--main-grey);
        background-color: var(--main-grey);
    }
    .main-menu ul {
        display: block;
        background-color: var(--main-grey);
    }
    .main-menu ul li a {
        color: var(--main-wgrey);
    }
    .main-menu ul a {
        padding: 2px 15px;
    }
    .main-menu > li.active > ul li a {
        color: var(--main-wgrey);
    }
    .main-menu > li.active > ul li.active a{
        color: #fff;
    }
    .form__left h2 {
        font-size: 16px;
    }
    .fb-form__input {
        padding: 5px 5px;
    }
    .fb-form__input {
        margin: 0px 0px 0px 0px;
    }
    .fb-form__input--submit {
        font-size: 1.5rem;
    }
    .fb-form__input {
        font-size: 1rem;
    }
    .form__right h3 {
        margin-top: 15px;
    }
    .form__cont.flex-sb.container {
        padding-right: 0;
        padding-left: 0;
    }
    .advantages__item {
        display: block;
    }
    .advantages__item {
        width: 100%;
    }
    .advantages__item + .advantages__item {
        margin-top: 0px;
    }
    .advantages__cont {
        height: unset;
    }
    .advantages__cont:nth-child(1) {
        width: 50%;
    }
    .advantages__cont:nth-child(2) {
        width: 50%;
        margin-left: auto;
    }
    .advantages_right {
        display: flex;
    }
    .services-consult {
        left: 10px;
    }
    .services-bg {
        background: url(/templates/microton/img/background-element-b-3.jpg) left top no-repeat;
        height: 860px;
    }
    .slider-nav {
        width: 75%;
        left: 40%;
    }
    .slider_wrap {
        width: 70%;
        display: block;
        position: absolute;
        right: 125px;
        bottom: 40px;
    }
    .services-text {
        max-width: unset;
    }
    .slide-top p {
        left: 40px;
        top: 15px;
    }
    .item-page .about-us-img {
        max-width: unset;
    }
    .about-us-img {
        display: initial;
    }
    .about-us-img__cont-s {
        min-width: unset;
    }
    .form {
        background: url(/images/form_back_contact/fos-3.jpg) center / cover no-repeat;
    }
    .about-us__text {
        line-height: 1.5em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .ssilka-na-o-nas {
        position: relative;
        top: 37px;
        margin-bottom: 37px;
    }
}

@media (max-width: 700px) {
    .prajs-modul-right img {
        height: 641px;
    }
    .about-us .flex-sb {
        width: 61%;
    }
    .slide-top img {
        right: 130px;
        width: 150%;
    }
    .form__left {
        width: auto;
        margin-right: 25px;
        margin-left: 25px;
    }
    .form__right {
        margin-right: 25px;
        margin-left: 25px;
        width: auto;
    }
}

@media (max-width: 650px) {
    .prajs-modul-right img {
        height: 595px;
    }
    .slider_wrap {
        width: 65%;
        display: block;
        position: absolute;
        right: 105px;
        bottom: 110px;
    }
    .contactMap {
        height: 575px;
    }
}

@media (max-width: 600px) {
    .prajs-modul-right img {
        height: 546px;
    }
    .about-us .flex-sb {
        width: 100%;
        padding-left: 25px;
    }
    .about-us-img__cont {
        background: url(/images/garantiya_luchshej_ceny-4.jpg) right top no-repeat;
    }
    .slide-top img {
        right: 90px;
        width: 200%;
    }
    .contactMap {
        height: 475px;
    }
    .contactMap iframe {
        height: 100%;
    }
    .about-us__text {
        line-height: 1em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 550px) {
    .prajs-modul-right img {
        height: 497px;
    }
    .contactMap {
        height: 475px;
    }
}

@media (max-width: 500px) {
    .prajs-modul-right img {
        height: 448px;
    }
    .advantages_right {
        display: flex;
        flex-direction: column;
    }
    .advantages__cont:nth-child(1) {
        width: unset;
    }
    .advantages__cont:nth-child(2) {
        width: unset;
        margin-left: unset;
        margin-top: -10px;
    }
    .advantages__cont {
        gap: 0;
    }
    .slider_wrap {
        width: 72%;
        display: block;
        position: absolute;
        right: 91px;
        bottom: 110px;
    }
    .slide-top p img {
        width: 320px;
    }
    .contactMap {
        height: 425px;
    }
}

@media (max-width: 450px) {
    .prajs-modul-right img {
        height: 402px;
    }
    .work_stage_item {
        width: unset;
    }
    .slide-top img {
        right: 90px;
        width: 200%;
    }
    .contactMap {
        height: 375px;
    }
    .footer__privacy-policy {
        margin-top: 20px;
    }
}

@media (max-width: 400px) {
    .prajs-modul-right img {
        height: 352px;
    }
    .slider_wrap {
        right: 73px;
    }
    .slide-top p img {
        width: 320px;
    }
    .slide-top p {
        left: 10px;
        top: 10px;
    }
    .slide-top img {
        right: 100px;
        width: 200%;
    }
    .about-us-img__cont {
        background: url(/images/garantiya_luchshej_ceny-5.jpg) right top no-repeat;
    }
}

@media (max-width: 350px) {
    .prajs-modul-right img {
        height: 304px;
    }
    .slider_wrap {
        right: 62px;
    }
    .slide-top p img {
        width: 260px;
    }
}

@media (max-width: 300px) {
    .prajs-modul-right img {
        height: 257px;
    }
    .slider_wrap {
        right: 52px;
    }
}

@media (max-width: 250px) {
    .prajs-modul-right img {
        height: 210px;
    }
}

@media (max-width: 225px) {
    .prajs-modul-right img {
        height: 186px;
    }
}

/* special_direction */

.section-special_direction {
    padding: 0px 0 60px;
}

.special_direction-grid {
    display: flex;
    justify-content: space-between;
}

.special_direction-item {
    width: 32%;
    background: var(--white-grey);
    border-radius: var(--border-radius);
    border: 17px solid var(--white-grey);
    border-bottom: 2px solid var(--white-grey);
}

.special_direction-item:hover p {
    color: var(--main-wgrey);
}

.special_direction-item img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 10px;
}

.special_direction-item p {
    text-align: center;
}

@media (max-width: 769px) {
    .special_direction-grid {
        flex-direction: column;
        gap: 15px;
    }

    .special_direction-item {
        width: unset;
        margin: 0 5px;
    }
}

/* sertifikaty */

.sertifikaty-section {
    padding: 60px 0 40px;
}

.sertifikaty-slide__preview img {
    margin: auto;
    padding: 8px;
    border: 4px solid var(--yellow);
    border-radius: var(--border-radius);
    max-width: 100%;
    height: 290px;
}

/* blagodarstvennye */

.blagodarstvennye-slide {
  display: flex;
  height: auto;
}

.blagodarstvennye-item {
  margin: 0px 5px;
  padding: 10px;
  border: 4px solid var(--yellow);
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  height: 100%; 
  flex: 1; 
}

.blagodarstvennye-item div {
  font-size: 20px;
}

.blagodarstvennye-text {
  font-size: 17px;
  margin-bottom: 10px;
  flex: 1; 
  display: block;
  overflow: hidden; 
}

.blagodarstvennye-text > div {
  font-size: 14px;
}

.blagodarstvennye-section {
  padding: 0px 0 60px;
}

.blagodarstvennye-text img {
  float: right;
  width: 100%;
  height: auto;
  max-width: 175px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: var(--border-radius);
  border: 4px solid var(--yellow);
}

.slick-track {
  display: flex !important;
  align-items: stretch;
}

.blagodarstvennye-slide.slick-slide {
  display: flex !important;
  height: auto !important;
}

@media screen and (max-width: 1320px) {
    .custom-arrow {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .blagodarstvennye-section {
        padding: 0px 0 30px;
    }
}

@media (max-width: 350px) {
    .blagodarstvennye-text img {
        max-width: unset;
    }
}

/* breadcrumb */

.breadcrumb {
    background-color: var(--white-grey);
    border-radius: 25px;
}

/**/

.benefits-wrapper {
    display: flex;
    gap: 40px;
    background: var(--white-yellow);
    padding: 35px 0 30px;
    box-shadow: var(--shadow);
}

.benefits-text {
    flex: 1;
    padding-right: 20px;
}

.benefits-items {
    flex: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
    
.benefit-box {
    background: white;
    padding: 25px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
    border: 1px solid rgb(216 218 103 / 20%);
}

.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(26, 90, 124, 0.15);
}

.benefit-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}

.benefit-name {
    font-weight: 600;
    color: var(--orange);
    margin-top: 10px;
}

/* gallery */

.gallery__o-nas {
  padding: 15px 0 0;
}

.gallery__o-nas__title {
  text-align: center;
  margin-bottom: 30px;
}

.gallery__o-nas__title h2 {
    color: var(--main-grey);
    margin-bottom: 30px;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
}

.gallery__o-nas__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 auto;
}

.gallery__o-nas__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  aspect-ratio: 1 / 1;
  padding: 7px;
    margin: 6px;
    border: 4px solid var(--white-yellow);
}

.gallery__o-nas__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.gallery__o-nas__item a {
  display: block;
  height: 100%;
}

.gallery__o-nas__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: var(--border-radius);
}

.gallery__o-nas__item:hover img {
  transform: scale(1.05);
}

.gallery__o-nas__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 10px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery__o-nas__item:hover .gallery__o-nas__caption {
  transform: translateY(0);
}

/* map */

.absMapInfoWrap {
    position: static;
    width: 100%;
    height: 100%;
}

.infoBlockMap {
    position: absolute;
    width: 400px;
    background: rgba(245, 245, 245, 0.7);
}

.logoMap img {
    border-radius: 20px;
}

.mapBlock {
    padding: 0px 0 0;
}

@media screen and (max-width: 850px) {
    .infoBlockMap {
        left: 0;
        padding: 10px;
        width: 300px;
    }
    .infoBlockMap ul {
        margin-left: 5px;
    }
}

@media screen and (max-width: 767px) {
    .absMapInfoWrap {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 500px) {
    .infoBlockMap {
        width: 211px;
    }
}

/* catalog */

.products-section {
    margin: 20px auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 20px;
}

.product-item {
  border: 2px solid var(--yellow);
  border-radius: var(--border-radius);
  padding: 22px 30px;
  text-align: center;
  transition: var(--transition);
  box-sizing: border-box;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.product-item span {
  background: var(--yellow);
  padding: 8px 16px;
  border-radius: var(--border-radius);
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(255, 236, 0, 0.3);
  transition: var(--transition);
  display: inline-block;
  line-height: 1.4;
  word-break: break-word;
  max-width: 100%;
}

.product-item h3 {
  color: var(--grey-4);
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: left;
}

.product-item p {
  color: var(--grey-3);
  line-height: 1.6;
}

/* Individual background styles */
.product-item-1 {
    background: url(/images/products/skywalker-50.jpg) no-repeat center;
    background-size: cover;
}

.product-item-2 {
    background: url(/images/products/titan-810.jpg) no-repeat center;
    background-size: cover;
}

.product-item-3 {
    background: url(/images/products/pudu-cc1.jpg) no-repeat center;
    background-size: cover;
}

.product-item-4 {
    background: url(/images/products/pudu-mt1.jpg) no-repeat center;
    background-size: cover;
}

/* Hover effects - matching services style */
.product-item:hover {
  border-color: var(--main-grey);
  box-shadow: 
    var(--card-shadow),
    0 8px 32px rgba(77, 77, 77, 0.15);
  transform: translateY(-5px);
}

.product-item:hover span {
  background: var(--main-grey);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(77, 77, 77, 0.4);
}

.product-item:hover h3 {
  color: var(--yellow);
}

/* Responsive design */
@media (max-width: 968px) {
  .products-grid {
    gap: 15px;
    margin: 20px auto;
  }
  
  .product-item {
    padding: 20px 25px;
    height: 300px;
  }
  
  .product-item h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 15px;
  }
  
  .product-item {
    padding: 20px;
    height: 280px;
    align-items: center;
  }
  
  .product-item h3 {
    text-align: center;
    font-size: 1.3em;
  }
  
  .product-item span {
    padding: 6px 12px;
    font-size: 0.95em;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .products-grid {
    gap: 12px;
  }
  
  .product-item {
    padding: 15px;
    height: 250px;
  }
  
  .product-item h3 {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  
  .product-item span {
    padding: 5px 10px;
    font-size: 0.9em;
  }
}

@media (max-width: 360px) {
  .product-item {
    padding: 12px;
    height: 220px;
    min-height: 220px;
  }
  
  .product-item h3 {
    font-size: 1.1em;
  }
  
  .product-item span {
    padding: 4px 8px;
    font-size: 0.85em;
  }
}

/* cleaning-problems */

.cleaning-problems-container {
    background-color: var(--white-grey);
    padding: 15px 15px 25px;
}

.cleaning-problems-title {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cleaning-problems-content {
    display: flex;
    gap: 15px;
}

.problem-card {
    width: 33.33%;
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.problem-image {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.problem-header {
    margin-bottom: 10px;
}

.problem-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-transform: none;
    color: var(--main-grey);
}

.problem-description {
    font-size: 16px;
    line-height: 1.4;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .cleaning-problems-title {
        font-size: 2.5rem;
    }
    
    .problem-title {
        font-size: 1.5rem;
    }
    
    .cleaning-problems-content {
        flex-direction: column;
    }
    
    .problem-card {
        width: 100%;
    }
    
    .problem-image {
        height: 150px;
    }
}


.cleaning-problems-container-revers {
    background-color: var(--white-yellow);
    padding: 15px 15px 25px;
}

.cleaning-problems-title-revers {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cleaning-problems-content-revers {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.problem-card-revers {
    width: calc(25% - 11.25px);
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.problem-slider-revers {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.problem-image-revers {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.problem-header-revers {
    margin-bottom: 10px;
}

.problem-title-revers {
    color: var(--main-grey);
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}

.problem-description-revers {
    font-size: 16px;
    line-height: 1.4;
    flex-grow: 1;
}

.problem-slider-revers .slick-dots,
.problem-slider-revers .slick-arrow {
    display: none !important;
}

@media (max-width: 1200px) {
    .problem-card-revers {
        width: calc(50% - 7.5px);
    }
}

@media (max-width: 768px) {
    .cleaning-problems-title-revers {
        font-size: 2.5rem;
    }
    
    .problem-title-revers {
        font-size: 1.5rem;
    }
    
    .cleaning-problems-content-revers {
        flex-direction: column;
    }
    
    .problem-card-revers {
        width: 100%;
    }
    
    .problem-image-revers {
        height: 150px;
    }
}

.principles-container {
    background-color: var(--white-yellow);
    padding: 15px 15px 25px;
}

.principles-title {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.principles-content {
    display: flex;
    gap: 15px;
}

.principle-card {
    width: 33.33%;
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.principle-image {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
    border-radius: 8px;
    object-fit: cover;
}

.principle-header {
    margin-bottom: 10px;
}

.principle-title {
    color: var(--main-grey);
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}

.principle-description {
    font-size: 16px;
    line-height: 1.4;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .principles-title {
        font-size: 2.5rem;
    }
    
    .principle-title {
        font-size: 1.5rem;
    }
    
    .principles-content {
        flex-direction: column;
    }
    
    .principle-card {
        width: 100%;
    }
    
    .principle-image {
        height: 150px;
    }
}

.economic-efficiency-section {
    background-color: var(--white-grey);
    padding: 15px 15px 25px;
}

.economic-title {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.economic-intro {
    margin-bottom: 30px;
}

.economic-intro p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: var(--main-grey);
}

.economic-comparison {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

.comparison-item {
    flex: 1;
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: var(--card-shadow);
    display: flex;
    flex-direction: column;
}

.leasing .comparison-content {
    flex: unset;
}

.comparison-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--yellow);
}

.comparison-header h3 {
    color: var(--main-grey);
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.comparison-content {
    flex: 1; 
}

.comparison-content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.comparison-img {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: space-between;
}

.comparison-img img {
    width: calc(33.333% - 7px); 
    height: auto;
    border-radius: var(--border-radius);
    object-fit: cover;
}

.comparison-item.leasing img {
    width: 75%;
    height: auto;
    border-radius: var(--border-radius);
    margin: auto;
}

.costs-list {
    border: 2px solid var(--yellow);
    margin: 10px 0 10px;
    padding: 10px 10px 0 10px;
    border-radius: var(--border-radius);
}

.cost-item, .cost-subitem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.cost-subitem {
    padding-left: 20px;
    font-size: 16px;
}

.total-cost {
    background-color: rgba(255, 236, 0, 0.2);
    padding: 8px;
    border-radius: var(--border-radius);
    margin-top: 10px;
    font-weight: 600;
}

.savings strong {
    color: var(--main-wgrey);
}

@media (max-width: 768px) {
    .economic-title {
        font-size: 2.5rem;
    }
    
    .economic-comparison {
        flex-direction: column;
    }
    
    .comparison-header h3 {
        font-size: 1.5rem;
    }
    
    .comparison-img {
        flex-direction: column;
        gap: 8px;
    }
    
    .comparison-img img {
        width: 100%;
    }
}

/* services */

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}

div[itemprop="articleBody"] .m-tit {
    margin-left: 10px;
}

div[itemprop="articleBody"] .services-grid {
    margin: 20px auto;
    padding: 0 5px;
}

.services-item {
  border: 2px solid var(--yellow);
  border-radius: var(--border-radius);
  padding: 40px 5px;
  text-align: center;
  transition: var(--transition);
  box-sizing: border-box;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-blend-mode: overlay;
}

.services-item > * {
  position: relative;
  z-index: 2;
}

.services-item span {
  background: var(--yellow);
  padding: 8px 16px;
  border-radius: var(--border-radius);
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(255, 236, 0, 0.3);
  transition: var(--transition);
  display: inline-block;
  line-height: 1.4;
}

.services-item h3 {
  color: var(--grey-4);
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.services-item p {
  color: var(--grey-3);
  line-height: 1.7;
  font-size: 1em;
  max-width: 100%;
  margin: 0 auto;
}

/* Individual background styles with overlay */
.services-item-1 {
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%),
    url(/images/yslygi/000.PNG) center center / cover no-repeat;
}

.services-item-2 {
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%),
    url(/images/yslygi/000.PNG) center center / cover no-repeat;
}

.services-item-3 {
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%),
    url(/images/yslygi/000.PNG) center center / cover no-repeat;
}

.services-item-4 {
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%),
    url(/images/yslygi/000.PNG) center center / cover no-repeat;
}

/* Hover effects */
.services-item:hover {
  border-color: var(--main-grey);
  box-shadow: 
    var(--card-shadow),
    0 8px 32px rgba(77, 77, 77, 0.15);
  transform: translateY(-5px);
}

.services-item:hover span {
  background: var(--main-grey);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(77, 77, 77, 0.4);
}

.services-item:hover h3, .services-item:hover p {
  color: var(--yellow);
}

/* Responsive design */
@media (max-width: 968px) {
  .services-grid {
    gap: 20px;
    margin: 30px auto;
  }
  
  .services-item {
    padding: 30px 20px;
    height: 240px;
  }
  
  .services-item h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 15px;
  }
  
  .services-item {
    padding: 25px 15px;
    height: auto;
    min-height: 200px;
  }
  
  .services-item h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  
  .services-item p {
    font-size: 1em;
  }
  
  .services-item span {
    padding: 6px 12px;
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .services-item {
    padding: 20px 10px;
    min-height: 180px;
  }
  
  .services-item h3 {
    font-size: 1.2em;
    margin-bottom: 12px;
  }
  
  .services-item span {
    padding: 5px 10px;
    font-size: 0.9em;
  }
  
  .services-item p span {
    padding: 4px 8px;
  }
}

@media (max-width: 360px) {
  .services-item {
    padding: 15px 8px;
    min-height: 160px;
  }
  
  .services-item h3 {
    font-size: 1.1em;
  }
  
  .services-item span {
    padding: 4px 8px;
    font-size: 0.85em;
  }
  
  .services-item p span {
    padding: 3px 6px;
  }
}

/* about-map */

.kareks-block {
    background-color: var(--white-grey);
    font-family: var(--ff-montserrat);
}

.kareks-block h2 {
    font-weight: 700;
    font-size: 36px;
    color: var(--main-grey);
}

.kareks-block .highlight-orange {
    color: var(--orange);
}

.kareks-block .stats-section-about h3 {
    color: var(--main-grey);
    font-weight: 600;
}

.kareks-block .clickable-image {
    width: 100%;
    box-shadow: var(--shadow-yellow);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.kareks-block .clickable-image:hover {
    transform: scale(1.02);
}

/* faq */

.faq-accordion {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 8px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.faq-question {
    background-color: var(--yellow);
    color: black;
    padding: 16px 20px;
    cursor: pointer;
    font-family: var(--ff-montserrat);
    font-weight: 500;
    transition: var(--transition);
    position: relative;
}

.faq-question:hover {
    background-color: var(--orange);
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: var(--transition);
}

.faq-item.active .faq-question::after {
    content: '−';
}

.faq-answer {
    background-color: white;
    color: black;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 500px;
}

/* card */

.mt-5 {
    margin-bottom: 10px;
}

.inCardSwiperWidthSet {
    padding-right: 10px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inCardSwiperWidthSet-slider {
    padding-right: 10px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inCardSwiperWidthSet button {
    margin-top: 15px;
    width: 98%;
}

.inCardSlickSlider {
    margin-bottom: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.inCardSlickSlider .slick-list {
    flex: 1;
}

.inCardSlickSlider .slick-track {
    height: 100%;
}

.inCardSlickSlider .slick-slide {
    height: 100%;
}

.inCardSlickSlider .slick-prev {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: 0;
    width: 66px;
    height: 66px;
    background: url(/templates/microton/img/prev.png) center no-repeat;
    font-size: 0;
}

.inCardSlickSlider .slick-next {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: 0;
    width: 66px;
    height: 66px;
    background: url(/templates/microton/img/next.png) center no-repeat;
    font-size: 0;
    right: 0;
}

.inCardSlickSlider .slick-slide {
    padding: 0px;
}

.inCardSlickSlider .slick-slide a {
    display: block;
    height: 100%;
}

.inCardSlickSlider .slick-slide img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
}

.inCardSlickThumbs .slick-thumb {
    padding: 0 5px;
    cursor: pointer;
}

.inCardSlickThumbs .slick-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.inCardSlickThumbs .slick-thumb.slick-current img {
    opacity: 1;
    border: 2px solid var(--yellow);
}

.inCardSlickThumbs .slick-list {
    margin: 0 -5px;
}

.table-card .table {
    margin-bottom: 0px;
    height: 100%;
}

.table-card {
    padding-left: 10px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

.table-card .row {
    flex: 1;
}

.table-card .col-12 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.table-card table {
    flex: 1;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}

.table-card table th {
    background-color: var(--white-grey);
    color: var(--main-grey);
}

.table-card table td {
    background-color: #fff;
    color: #000;
    border-top: unset;
    border-bottom: 1px solid var(--white-grey);
}

.table-card table th,
.table-card table td {
    padding: 12px 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    transition: all 0.3s ease; 
}

.meaning {
    text-align: right;
}

.row.mt-5 {
    display: flex;
    align-items: stretch;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .inCardSwiperWidthSet {
        width: 44%;
    }

    .inCardSlickSlider .slick-slide {
        padding: 0 10px;
    }
    
    .inCardSlickSlider .slick-slide img {
        max-height: 400px;
        height: auto;
        width: 100%;
        object-fit: contain;
    }
    
    .inCardSlickSlider .slick-track {
        display: flex;
        align-items: center;
    }
    
    .inCardSlickSlider .slick-list {
        padding: 0 50px;
    }
    
    .inCardSlickSlider .slick-prev {
        left: -10px;
        width: 50px;
        height: 50px;
    }
    
    .inCardSlickSlider .slick-next {
        right: -10px;
        width: 50px;
        height: 50px;
    }

    .inCardSlickThumbs .slick-thumb img {
        height: 70px;
    }
}

@media (max-width: 991.98px) {
    .row.mt-5 {
        flex-direction: column;
        align-items: center;
    }
    
    .inCardSwiperWidthSet {
        padding-right: 0;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        order: 1;
    }
    
    .inCardSlickSlider .slick-slide img {
        max-height: 400px;
        height: auto;
        width: 100%;
    }
    
    .inCardSlickSlider .slick-list,
    .inCardSlickSlider .slick-track {
        height: 100%;
    }
}

@media (max-width: 575.98px) {
    .inCardSlickThumbs .slick-thumb img {
        height: 60px;
    }
    
    .inCardSlickSlider .slick-prev,
    .inCardSlickSlider .slick-next {
        width: 44px;
        height: 44px;
        background-size: contain;
    }
}

@media (max-width: 991.98px) {
    .row.mt-5 {
        flex-direction: column;
        align-items: center;
    }
    
    .inCardSwiperWidthSet {
        padding-right: 0;
        margin-bottom: 20px;
        width: 100%;
        order: 1;
    }
    
    .table-card {
        padding-left: 0;
        width: 100%;
        order: 2;
    }
    
    .inCardSlickSlider .slick-slide img {
        max-height: 400px;
        height: auto;
        width: 100%;
    }
    
    .table-card .col-12 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 5px;
    }
    
    .table-card table {
        min-width: 700px; 
        font-size: 14px;
    }
    
    .table-card table th,
    .table-card table td {
        padding: 10px 12px;
    }
    
    .parameter {
        width: 60%;
        min-width: 200px;
    }
    
    .meaning {
        width: 40%;
        min-width: 120px;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .table-card .col-12 {
        overflow-x: visible;
        padding: 0;
    }
    
    .table-card table {
        min-width: 100%;
        display: block;
        overflow-x: visible;
    }
    
    .table-card table thead {
        display: none;
    }
    
    .table-card table tbody {
        display: block;
    }
    
    .table-card table tr {
        display: block;
        margin-bottom: 5px;
        border: 1px solid var(--white-grey);
        border-radius: 8px;
        overflow: hidden;
        background: white;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .table-card table td {
        display: block;
        width: 100% !important;
        padding: 12px 15px;
        border-bottom: 1px solid #f8f9fa;
        text-align: left;
        box-sizing: border-box;
    }
    
    .table-card table td.parameter {
        color: var(--main-grey);
        font-weight: 600;
        border-bottom: 1px solid var(--white-grey);
    }
    
    .table-card table td.meaning {
        background-color: #fff;
        color: #000;
        text-align: left;
    }
    
    .table-card table tr:first-child {
        display: none; 
    }

    .table-card::before {
        content: "Технические характеристики";
        display: block;
        background-color: var(--white-grey);
        color: var(--main-grey);
        padding: 15px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 5px;
        border-radius: 8px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .table-card table td {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .table-card::before {
        font-size: 15px;
        padding: 12px 15px;
    }
    
    .table-card table tr {
        margin-bottom: 12px;
    }
}

.details__cat img {
    width: 100%;
    height: auto;
}

.img-card-in-text {
    max-width: 250px;
    float: right;
}

@media (max-width: 767.98px) {
    .img-card-in-text {
        max-width: 200px;
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    
    .gallery-card .thumb {
        padding: 5px;
    }
    
    .gallery-card img {
        width: 100%;
        height: auto;
    }
    
    .table-card {
        padding: 0 10px;
    }
}

@media (max-width: 991.98px) {
    .row.mt-5 {
        flex-direction: column;
        align-items: center;
    }
    
    .inCardSwiperWidthSet {
        padding-right: 0;
        margin-bottom: 20px;
        width: 100%;
        order: 1;
    }
    
    .table-card {
        padding-left: 0;
        width: 100%;
        order: 2;
    }
    
    .inCardSlickSlider .slick-slide img {
        max-height: 400px;
        height: auto;
        width: 100%;
    }
}

.details__cat img {
    width: 100%;
    height: auto;
}

.img-card-in-text {
    max-width: 250px;
    float: right;
}

@media (max-width: 849.98px) and (min-width: 768px) {
    .table-card .col-12 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin-bottom: 15px;
    }
    
    .table-card table {
        min-width: 700px; 
        font-size: 15px;
        width: auto;
    }
    
    .table-card table th,
    .table-card table td {
        padding: 14px 16px;
        white-space: normal; 
        line-height: 1.4;
    }

    .table-card table th {
        width: 100%;
        min-width: 700px;
    }
    
    .parameter {
        width: 100%;
        min-width: 700px;
        font-size: 15px;
    }
    
    .meaning {
        width: 100%;
        min-width: 700px; 
        text-align: left;
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

    .table-card table tr:nth-child(even) td {
        background-color: #f8f9fa;
    }
    
    .table-card table tr:nth-child(odd) td {
        background-color: #ffffff;
    }
    
    @keyframes bounceHint {
        0%, 100% { transform: translateY(-50%) translateX(0); }
        50% { transform: translateY(-50%) translateX(-8px); }
    }
}

@media (max-width: 767.98px) {
    .img-card-in-text {
        max-width: 200px;
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    
    .gallery-card .thumb {
        padding: 5px;
    }
    
    .gallery-card img {
        width: 100%;
        height: auto;
    }
    
    .table-card {
        box-sizing: border-box;
        padding: 0px;
    }
    
    .table-card .col-12 {
        padding: 0;
    }
}

/* fact */

.facts-container {
    background-color: var(--white-yellow);
    padding: 15px 15px 25px;
}

.facts-title {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.facts-container p {
    color: var(--main-grey);
    font-size: 2rem;
    font-weight: 600;
    text-transform: none;
}

.items-facts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}

.item-fact {
    background: white;
    border-radius: var(--border-radius);
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start; 
    gap: 15px;
}

.text-fact {
    font-size: 16px;
    line-height: 1.4; 
}

.icon-fact {
    font-size: 20px;
    width: 25px;
    text-align: center;
    flex-shrink: 0; 
}

.icon-fact img {
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    .facts-title {
        font-size: 2.5rem; 
    }
    
    .facts-container p {
        font-size: 1.5rem; 
    }
    
    .item-fact {
        flex-direction: row; 
        align-items: flex-start;
        gap: 10px; 
        padding: 15px; 
    }
    
    .icon-fact {
        width: auto; 
        text-align: left; 
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    
    .text-fact {
        font-size: 14px; 
        width: 100%; 
        overflow: hidden; 
    }
}

.facts-container-revers {
    background-color: var(--white-grey);
    padding: 15px 15px 25px;
}

.facts-title-revers {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.facts-container-revers p {
    color: var(--main-grey);
    font-size: 2rem;
    font-weight: 600;
    text-transform: none;
}

.items-facts-revers {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}

.item-fact-revers {
    background: white;
    border-radius: var(--border-radius);
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start; 
    gap: 15px;
}

.text-fact-revers {
    font-size: 16px;
    line-height: 1.4; 
}

.icon-fact-revers {
    font-size: 20px;
    width: 25px;
    text-align: center;
    flex-shrink: 0; 
}

.icon-fact-revers img {
    width: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    .facts-title-revers {
        font-size: 2.5rem; 
    }
    
    .facts-container-revers p {
        font-size: 1.5rem; 
    }
    
    .item-fact-revers {
        flex-direction: row; 
        align-items: flex-start;
        gap: 10px; 
        padding: 15px; 
    }
    
    .icon-fact-revers {
        width: auto; 
        text-align: left; 
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    
    .text-fact-revers {
        font-size: 14px; 
        width: 100%; 
        overflow: hidden; /
    }
}

.card-stats-section {
    padding: 1px 15px 30px;
    background: var(--white-grey);
}
  
.card-stats-title {
    color: var(--main-grey);
    margin-bottom: 20px;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}
  
.card-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
  
.card-stat-card {
    background: white;
    border-radius: var(--border-radius);
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    border-left: 4px solid var(--main-wgrey);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 80px;
}
  
.card-stat-card:hover {
    transform: translateY(-5px);
}

.card-stat-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
  
.card-stat-value {
    font-size: 17px;
    font-weight: 600;
    margin-left: 15px;
    flex: 1;
}
  
.card-stat-description {
    font-size: 16px;
    color: #555;
    line-height: 1.4;
}

.card-stat-img {
    width: 50px !important;
    height: 50px;
    object-fit: contain;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .card-stats-title {
        font-size: 2.5rem; 
    }
    
    .card-stats-grid {
        grid-template-columns: 1fr; 
        gap: 15px; 
    }
    
    .card-stat-card {
        padding: 20px; 
        min-height: auto; 
    }
    
    .card-stat-content {
        align-items: flex-start; 
    }
    
    .card-stat-value {
        font-size: 15px; 
        margin-left: 12px; 
        line-height: 1.3; 
    }
    
    .card-stat-img {
        width: 40px !important; 
        height: 40px;
    }
    
    .card-stat-description {
        font-size: 14px; 
    }
    
    @media (max-width: 480px) {
        .card-stats-grid {
            gap: 12px; 
        }
        
        .card-stat-card {
            padding: 15px; 
        }
        
        .card-stat-value {
            font-size: 14px;
        }
        
        .card-stat-img {
            width: 35px !important;
            height: 35px;
        }
    }
}


.work-modes-container {
    background-color: var(--white-yellow);
    padding: 15px 15px 25px;
}

.work-modes-title {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.work-modes-content {
    display: flex;
    gap: 15px;
}

.mode-card {
    width: 50%;
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mode-card img {
    object-fit: cover;
    margin-bottom: 10px;
}

.mode-header {
    margin-bottom: 10px;
}

.mode-title {
    color: var(--main-grey);
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}

.mode-description {
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .work-modes-title {
        font-size: 2.5rem;
    }
    
    .mode-title {
        font-size: 1.5rem;
    }
    
    .work-modes-content {
        flex-direction: column;
    }
    
    .mode-card {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .mode-card:last-child {
        margin-bottom: 0;
    }
}

.work-modes-container-revers {
    background-color: var(--white-grey);
    padding: 15px 15px 25px;
}

.work-modes-title-revers {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.work-modes-content-revers {
    display: flex;
    gap: 15px;
}

.mode-card-revers {
    width: 50%;
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mode-card-revers img {
    object-fit: cover;
    margin-bottom: 10px;
}

.mode-header-revers {
    margin-bottom: 10px;
}

.mode-title-revers {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}

.mode-description-revers {
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .work-modes-title-revers {
        font-size: 2.5rem;
    }
    
    .mode-title-revers {
        font-size: 1.5rem;
    }
    
    .work-modes-content-revers {
        flex-direction: column;
    }
    
    .mode-card-revers {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .mode-card-revers:last-child {
        margin-bottom: 0;
    }
}

.benefits-section {
    background-color: var(--white-yellow);
    padding: 15px 15px 25px;
}

.benefits-main-title {
    color: var(--main-grey);
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left !important;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.benefits-grid {
    display: flex;
    gap: 15px;
}

.benefit-item {
    width: 33.333%;
    background: white;
    border-radius: var(--border-radius);
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.benefit-item img {
    object-fit: cover;
    margin-bottom: 10px;
}

.benefit-heading {
    margin-bottom: 10px;
}

.benefit-name {
    color: var(--main-grey);
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}

.benefit-text {
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .benefits-main-title {
        font-size: 2.5rem;
    }
    
    .benefits-grid {
        flex-direction: column;
    }
    
    .benefit-item {
        width: 100%;
    }
    
    .benefit-name {
        font-size: 1.5rem;
    }
}

.dock-station-slider {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.dock-station-slider .slick-slide {
    padding: 0;
}

.dock-station-slider .slick-slide a {
    display: block;
    height: 100%;
}

.dock-station-slider .slick-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius);
}

.dock-station-slider .slick-prev {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: 0;
    width: 66px;
    height: 66px;
    background: url(/templates/microton/img/prev.png) center no-repeat;
    font-size: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.dock-station-slider .slick-next {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: 0;
    width: 66px;
    height: 66px;
    background: url(/templates/microton/img/next.png) center no-repeat;
    font-size: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.dock-station-slider:hover .slick-prev,
.dock-station-slider:hover .slick-next {
    opacity: 1;
}

@media (max-width: 768px) {
    .dock-station-slider .slick-slide img {
        height: 250px;
    }
    
    .dock-station-slider .slick-prev,
    .dock-station-slider .slick-next {
        opacity: 1;
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    
    .dock-station-slider .slick-prev {
        left: 5px;
    }
    
    .dock-station-slider .slick-next {
        right: 5px;
    }
}

.mobile-tank-slider {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    height: 400px;
}

.mobile-tank-slider .slick-list,
.mobile-tank-slider .slick-track {
    height: 100% !important;
}

.mobile-tank-slider .slick-slide {
    padding: 0;
    width: 100% !important;
}

.mobile-tank-slider .slick-slide a {
    display: block;
    height: 100%;
}

.mobile-tank-slider .slick-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius);
}

.mobile-tank-slider .slick-prev,
.mobile-tank-slider .slick-next {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    border: 0;
    width: 66px;
    height: 66px;
    font-size: 0;
    opacity: 0;
    transition: opacity 0.3s;
    background: transparent !important;
}

.mobile-tank-slider .slick-prev {
    left: 0;
    background: url(/templates/microton/img/prev.png) center no-repeat !important;
}

.mobile-tank-slider .slick-next {
    right: 0;
    background: url(/templates/microton/img/next.png) center no-repeat !important;
}

.mobile-tank-slider:hover .slick-prev,
.mobile-tank-slider:hover .slick-next {
    opacity: 1;
}

.mobile-tank-slider .slick-prev:before,
.mobile-tank-slider .slick-next:before {
    display: none;
}

@media (max-width: 768px) {
    .mobile-tank-slider,
    .mobile-tank-slider .slick-slide img {
        height: 300px;
    }
    
    .mobile-tank-slider .slick-prev,
    .mobile-tank-slider .slick-next {
        opacity: 1;
        width: 50px;
        height: 50px;
        background-size: contain !important;
    }
    
    .mobile-tank-slider .slick-prev {
        left: 5px;
    }
    
    .mobile-tank-slider .slick-next {
        right: 5px;
    }
}

.gallery-card {
    margin-top: 10px;
}

.gallery-card .thumb {
    border: 2px solid var(--yellow);
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px 5px 10px 5px;
    width: calc(25% - 10px);
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .gallery-card .thumb {
        width: calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .gallery-card .thumb {
        width: calc(100% - 10px);
    }
}

/* news */

.clearfix .item {
    min-height: 275px;
    position: relative;
}

.clearfix .item-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.clearfix .item-image img {
    max-width: 250px;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.clearfix .item p {
    overflow: hidden;
}

.pager.pagenav {
    display: none;
}

.pull-left.item-image {
    margin-bottom: 5px;
}

.pull-left.item-image img {
    max-width: 400px;
    margin-right: 15px;
}

.news-img img {
    width: 100%;
}

.news-img img + img {
    margin-top: 15px;
}

.news-img img:last-child {
    margin-bottom: 15px;
}

.pagination {
    display: flex;
    margin: 10px 0;
}

.counter.pull-right {
    display: none;
}

.pagination-list {
    display: flex;
    gap: 10px;
    font-size: 1.6rem;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: unset;
}

.nav-tabs>li>a:hover {
    border-color: unset;
}

.pagination-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    color: var(--main-grey);
    text-decoration: none;
    border-radius: var(--border-radius);
    transition: var(--transition);
    font-weight: 500;
}

.pagination-list .hidden-phone a {
    background-color: var(--yellow);
    color: var(--main-grey);
}

.pagination-list .active a {
    background-color: var(--main-grey);
    color: var(--yellow);
    font-weight: 600;
    cursor: default;
}

.pagination-list .disabled a {
    background-color: var(--grey-1);
    color: var(--grey-3);
    cursor: not-allowed;
}

.pagination-list .disabled a:hover {
    background-color: var(--grey-1);
    color: var(--grey-3);
}

.pagination-list div:not(.hidden-phone):not(.active):not(.disabled) a {
    background-color: var(--white-grey);
    color: var(--main-grey);
}

.pagination-list .hidden-phone a:hover:not([aria-current="true"]) {
    background-color: var(--main-grey);
    color: var(--yellow);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.pagination-list div:not(.hidden-phone):not(.active):not(.disabled) a:hover {
    background-color: var(--main-grey);
    color: var(--yellow);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.pagination-list span[aria-hidden="true"] {
    font-size: 1.8rem;
    line-height: 1;
}

@media (max-width: 768px) {
    .pagination-list {
        gap: 6px;
        font-size: 1.4rem;
    }
    
    .pagination-list a {
        min-width: 36px;
        height: 36px;
    }
    
    .hidden-phone {
        display: none !important;
    }
}

.pagination-list .icon-first,
.pagination-list .icon-previous,
.pagination-list .icon-next,
.pagination-list .icon-last {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
}

.pagination-list .icon-first::before,
.pagination-list .icon-first::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 2px;
    background-color: currentColor;
}

.pagination-list .icon-first::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: left center;
}

.pagination-list .icon-first::after {
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: left center;
}

.pagination-list .icon-first::before {
    margin-left: 1px;
}

.pagination-list .icon-first::after {
    margin-left: 5px;
}

.pagination-list .icon-previous::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translate(-25%, -50%) rotate(45deg);
}

.pagination-list .icon-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: translate(-75%, -50%) rotate(45deg);
}

.pagination-list .icon-last::before,
.pagination-list .icon-last::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 2px;
    background-color: currentColor;
}

.pagination-list .icon-last::before {
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
}

.pagination-list .icon-last::after {
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: right center;
}

.pagination-list .icon-last::before {
    margin-right: 1px;
}

.pagination-list .icon-last::after {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .pull-left {
        float: unset !important;
    }
}

@media (max-width: 550px) {
    .clearfix h2 {
        font-size: 23px;
        margin-bottom: 0px;
    }

    .page-header {
        margin: 20px 0 10px;
    }

    .clearfix .item-image {
        margin-right: 10px;
    }

    .pull-left.item-image img {
        max-width: 294px;
        margin-right: 0px;
    }
}

@media (max-width: 450px) {
    .clearfix h2 {
        font-size: 20px;
    }
}

/* our-partners */

.our-partners__slider ul.slick-dots .slick-active button {
    background-color: var(--yellow);
}

/* call__form */

.call__form form input[type="text"]:focus-visible {padding: 10px 5px; border: var(--yellow) solid 2px; outline: none;}

/* call */

@media (max-width: 767px) {
    .call__wrapper {
        bottom: 15px;
        right: 15px;
    }
}

/* form_kp */

#mineModal .modal-dialog {
  margin-top: 100px;
}

#mineModal .form-control {
  padding: 12px;
  height: auto;
  border-radius: 4px;
}

#mineModal .btn-primary {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--main-grey);
  font-weight: bold;
  padding: 12px;
}

#mineModal .btn-primary:hover {
  background-color: var(--main-grey);
  border-color: var(--main-grey);
  color: var(--yellow);
}

#mineModal .help-block {
  color: #777;
  margin-top: 10px;
}
.privacy-policy__text-block li {
  font-size: 1.2em;
  margin-left: 25px;
}