/*!
Theme Name: rws
 */
.modal-dialog {
	max-width: 320px !important;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-x: hidden;
}
body {
	line-height: 1.5;
    font-family: 'Raleway';
    overflow-x: hidden;
}
strong {
	font-weight: 700;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    transition: box-shadow .3s ease;
}
a:hover {
    color: initial;
}

button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    border: none;
    border-radius: 8px;
}

/*Header*/
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background: #E4E4E4;
    margin-bottom: 40px;
}
.header__logo {
    height: 50px;
}
.img-fluid {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.header__contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.header__contacts a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #111111;
    transition: color .3s ease;
}
.header__contacts a:hover {
    color: #CE0A0E;
}

.header-mobile__contacts {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.header-mobile__contacts a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #111111;
    width: 210px;
    transition: color .3s ease;
}
.header-mobile__contacts a:hover {
    color: #CE0A0E;
}
.redButton {
    padding: 16px 32px;
    background: #CE0A0E;
    color: #fff;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    transition: box-shadow .3s ease;
}
.redButton:hover, .darkButton:hover {
    color: #FFFFFF;
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.redButton:active, .darkButton:active {
    box-shadow: 0px 0px 0px;
}
.nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Тень для эффекта */
    z-index: 10000; /* Слой сверху */
}
/*nav*/
.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.nav ul {
    display: flex;
    height: 60px;
    background: #333;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    transition: all .3s ease;
}
.nav ul.active {
    transform: translateX(0);
}
.nav ul li a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    transition: color .3s ease;
}
.nav ul li a:hover, .nav ul li.active a {
    color: #FF7376 !important;
}
.nav ul li:first-child a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.nav ul li:nth-child(5) a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.titleSlider {
	position: absolute;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
	color: #FFF;
	width: 80%;
}
.slider__swiper,
.slider__swiper-slide {
    background-color: #111111;
}
.titleSlider h1 {
	font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}
.titleSlider h2 {
	font-size: 24px;
    line-height: 1.2;
}

.typeProduct {
    margin-bottom: 100px;
}
.titleSection {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 40px;
}
.titleSection span {
    color: #CE0A0E;
}
.typeProduct__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #111111;
}
h3 > span {
    font-family: 'Inter';
    color: #CE0A0E;
    font-weight: 600;
    font-size: 16px;
}
.typeProduct__item-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}
.darkButton {
    padding: 16px 32px;
    gap: 8px;
    background: #333333;
    border-radius: 8px;
    color: #FFFFFF;
    width: 200px;
    text-align: center;
    transition: box-shadow .3s ease;
	font-family: 'Raleway';
	font-style: normal;
    font-weight: 500;
}

.catalog {
    margin-bottom: 100px;
}
.catalog__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}
.catalog__item-img {
    height: 200px;
    width: 100%;
}

.home-power-catalog__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.home-power-catalog {
    margin-bottom: 0;
    padding: 64px 0;
    background: #f6f7f9;
}

.home-power-catalog__head .titleSection {
    margin-bottom: 0;
}

.home-power-catalog__all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.home-power-catalog__all:hover {
    color: #CE0A0E;
}

.home-power-catalog__all span {
    color: #CE0A0E;
    font-size: 20px;
    line-height: 1;
}

.home-power-range-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.home-power-range {
    display: block;
    min-height: 220px;
    padding: 26px 24px 30px;
    border: 1px solid #e0e4e8;
    border-radius: 8px;
    background: #ffffff;
    color: #172033;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(17, 24, 39, .04);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-power-range:hover,
.home-power-range:focus-visible {
    color: #172033;
    border-color: #c7cdd4;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .09);
    transform: translateY(-2px);
    outline: 2px solid transparent;
}

.home-power-range__head {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
}

.home-power-range__head strong {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.home-power-range__bolts {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: #f5a623;
    flex: 0 0 auto;
}

.home-power-range__bolts svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.home-power-range__values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.nk-stock-status {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 6px 9px;
    border-radius: 6px;
    background: #e8f5ec;
    color: #146c43;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.home-power-range__values > span {
    color: #172033;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    white-space: nowrap;
}

.nk-catalog-page {
    padding-bottom: 80px;
    background: #ffffff;
}

.nk-catalog-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: #6b7280;
    font-size: 14px;
}

.nk-catalog-breadcrumbs a {
    color: #333333;
    text-decoration: none;
}

.nk-catalog-breadcrumbs a::after,
.nk-catalog-breadcrumbs span:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: #b5bbc5;
}

.nk-catalog-header {
    margin-bottom: 8px;
}

.nk-catalog-title {
    margin: 0 0 14px;
    color: #111827;
    font-family: var(--nk-font-main, 'Raleway');
    font-size: 42px;
    font-weight: 700;
    line-height: 1.12;
}

.nk-catalog-guide {
    margin-bottom: 24px;
}

.nk-catalog-guide summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #687386;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    list-style: none;
}

.nk-catalog-guide summary::-webkit-details-marker {
    display: none;
}

.nk-catalog-guide summary::after {
    content: "+";
    color: #CE0A0E;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.nk-catalog-guide[open] summary::after {
    content: "\2212";
}

.nk-catalog-guide ul {
    padding: 0;
    margin: 12px 0 0;
    list-style: none;
}

.nk-catalog-guide li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.nk-catalog-guide b {
    min-width: 64px;
    color: #CE0A0E;
    font-size: 15px;
    line-height: 1.45;
}

.nk-catalog-guide span {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.45;
}

.nk-catalog-active-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding: 13px 16px;
    border-left: 3px solid #CE0A0E;
    background: #f5f6f8;
    color: #333333;
    font-size: 14px;
}

.nk-catalog-active-filter a {
    color: #CE0A0E;
    font-weight: 700;
    text-decoration: none;
}

.nk-catalog-active-filter a:hover {
    color: #9f080b;
}

.nk-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 36px;
}

.nk-catalog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(17, 24, 39, .06);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.nk-catalog-card:hover {
    border-color: #c6ccd6;
    box-shadow: 0 12px 26px rgba(17, 24, 39, .1);
}

.nk-catalog-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.nk-catalog-card__badges span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 6px 8px;
    border-radius: 6px;
    background: #f5f6f8;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.nk-catalog-card__badges .nk-stock-status {
    background: #e8f5ec;
    color: #146c43;
}

.catalog__item .catalog-stock-status {
    align-self: flex-start;
}

.nk-product-reference .nk-product-summary b.nk-stock-status {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 6px 9px;
    border-radius: 6px;
    background: #e8f5ec;
    color: #146c43;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.nk-catalog-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 24px;
    background: #ffffff;
    border-bottom: 1px solid #eef0f4;
    text-decoration: none;
}

.nk-catalog-card__media img {
    width: 100%;
    max-width: 250px;
    height: 155px;
    object-fit: contain;
}

.nk-catalog-card__placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    color: #CE0A0E;
    font-weight: 700;
}

.nk-catalog-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.nk-catalog-card h2 {
    margin: 0 0 12px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
}

.nk-catalog-card h2 a {
    color: #111827;
    text-decoration: none;
}

.nk-catalog-card h2 a:hover {
    color: #CE0A0E;
}

.nk-catalog-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.nk-catalog-card__tags span {
    padding: 6px 9px;
    border: 1px solid #dfe3ea;
    border-radius: 6px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.2;
}

.nk-catalog-card__specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 18px;
}

.nk-catalog-card__specs div {
    min-height: 62px;
    padding: 10px;
    border: 1px solid #eef0f4;
    border-radius: 8px;
    background: #fafbfc;
}

.nk-catalog-card__specs span {
    display: block;
    margin-bottom: 5px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.25;
}

.nk-catalog-card__specs b {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.nk-catalog-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
}

.nk-catalog-card__actions .darkButton,
.nk-catalog-card__actions .lightButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-decoration: none;
}

.nk-catalog-pagination {
    margin-top: 8px;
}

.nk-catalog-empty {
    padding: 32px;
    border: 1px solid #dfe3ea;
    border-radius: 8px;
    background: #ffffff;
    color: #4b5563;
    text-align: center;
}

@media (max-width: 1199px) {
    .home-power-range-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nk-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-power-catalog__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 22px;
    }

    .home-power-range-grid {
        grid-template-columns: 1fr;
    }

    .home-power-range {
        min-height: 0;
        padding: 24px 22px 26px;
    }

    .home-power-range__head {
        margin-bottom: 22px;
    }

    .nk-catalog-page {
        padding-bottom: 56px;
    }

    .nk-catalog-title {
        font-size: 32px;
    }

    .nk-catalog-grid {
        grid-template-columns: 1fr;
    }

    .nk-catalog-card__media {
        min-height: 190px;
    }

    .nk-catalog-card__actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .home-power-catalog {
        padding: 48px 0;
    }
}

.lightButton {
    box-sizing: border-box;
    padding: 14px 30px;
    gap: 8px;
    border: 1px solid #333333;
    border-radius: 8px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    background: #fff;
}

.services {
    margin-bottom: 80px;
}
.services__item {
        /* Frame 281 */

    /* Auto layout */
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    min-height: 140px;
}
.services__item-descr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.services__item-descr p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #333;
}

.slider {
    width: 100%;
    margin-bottom: 80px;
}
.slider .container {
    position: relative;
}
.slider__swiper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.slider__swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider__swiper-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    left: -20px;
    top: 190px;
    transform: translateY(-50%);
    background: url('assets/img/prev.svg') center no-repeat, #333333;
    border-radius: 8px;
    z-index: 2;
    transition: background .3s ease;
    cursor: pointer;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.slider__swiper-next {
    position: absolute;
    width: 60px;
    height: 60px;
    right: -20px;
    top: 190px;
    transform: translateY(-50%);
    background: url('assets/img/next.svg') center no-repeat, #333333;
    border-radius: 8px;
    z-index: 2;
    cursor: pointer;
    transition: background .3s ease;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.slider__swiper-next:hover {
    background: url('assets/img/next.svg') center no-repeat, #CE0A0E;
}
.slider__swiper-next:active {
    background: url('assets/img/next.svg') center no-repeat, #333333;
}
.slider__swiper-prev:hover {
    background: url('assets/img/prev.svg') center no-repeat, #CE0A0E;
}
.slider__swiper-prev:active {
    background: url('assets/img/prev.svg') center no-repeat, #333333;
}
.slider__pagin {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.slider__pagin .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.slider__pagin .swiper-pagination-bullet-active {
    background: #CE0A0E;
}
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #CE0A0E;
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #CE0A0E;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }

.about {
    padding: 80px 0;
    width: 100%;
    background: #E4E4E4;
}
.about_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.about_content > img {
    height: 100px;
}
.about_content > p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #333;
    text-align: center;
}
.about_content > p a {
    color: #980005;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
.about_content > p a:hover,
.about_content > p a:focus-visible {
    color: #700004;
}

.action {
    padding: 80px 0;
    background: #f6f7f9;
}
.action_wrapper {
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: center;
    align-items: stretch;
    background-color: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}
.action__title {
    display: flex;
    gap: 20px;
    align-items: center;
}
.action__title h3 {
    color: #111111;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
}
.action__title div {
    color: #111111 !important;
}
.action__form {
    width: 100%;
}
.action__form label {
    color: #333333;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}
.action__form input {
    background-color: #ffffff;
    border: 1px solid #d7dce3;
    color: #111111;
    height: 48px;
    border-radius: 8px;
}
.action__form input::placeholder {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #7a828d;
}
.action__form input:focus {
    border-color: #CE0A0E;
    box-shadow: 0 0 0 3px rgba(206, 10, 14, 0.12);
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    background: #333333;
}
.footer h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer ul li a {
    display: flex;
    gap: 4px;
    align-items: center;
    
}
.footer ul > li > a > span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer ul > li > span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer__logo {
    display: flex;
    align-items: center;
    height: 120px;
}

.burger {
    width: 36px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: none;
}

.burger span {
    position: absolute;
    width: 36px;
    height: 3px;
    background-color: #333;
    transition: all 0.2s ease;
    transform-origin: center;
    left: 0;
    
}

.burger span:first-child {
    top: 0;
}

.burger span:last-child {
    bottom: 0;
}

.burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0s;
}

.burger:hover span {
    background-color: #CE0A0E;
}

/* Промежуточное состояние для централизации */
.burger.center span {
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    opacity: 1;
}

/* Конечное состояние для крестика */
.burger.active span:first-child {
    transform: translateY(-1px) rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:last-child {
    transform: translateY(-1px) rotate(-45deg);
}

.slider__swiper-next, .slider__swiper-prev {
	visibility: hidden;
}

.single-image {
	width: 50%;
}

@media (max-width: 1200px) {
    .header {
        height: 60px;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 10000;
    }
    .header__logo {
        height: 40px;
		width: 100px
    }
    .header__contacts {
        display: none;
    }
    .nav ul {
        border-radius: 0;
        position: fixed;
        right: 0;
        top: 59px;
        height: calc(100vh - 60px);
        z-index: 10000;
        flex-direction: column;
        gap: 30px;
        width: 100vw;
        left: 0;
        transform: translateX(100%);
    }
    .header-mobile__contacts {
        display: flex;
    }
	.header-mobile__contacts a {
		justify-content: start;
	}
	.header-mobile__contacts a:last-child > span {
		line-height: 1.4;
	}
    .burger {
        display: block;
    }
	.titleSlider {
		width: 90%;
	}
	
}

@media (max-width: 991px) {
    .action__title {
        flex-direction: column;
    }
    .action_wrapper {
        padding: 80px 40px;
    }
    .action__title {
        h3 {
            font-size: 32px;
            text-align: center;
        }
    }
    .footer_wrapper {
        display: flex;
        justify-content: space-around;
        align-items: start;
        flex-direction: column;
        padding: 50px;
    }
	.titleSlider h1 {
		font-size: 20px;
	}
	.titleSlider h2 {
		font-size: 16px;
	}
	.titleSlider p {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.titleSlider {
		width: 100%;
		padding:10px;
	}
	.titleSlider h1 {
        font-size: 19px;
    }
	.titleSlider h2 {
        font-size: 14px;
    }
	.autoplay-progress {
		display: none;
	}
    .titleSection {
        font-size: 30px;
    }
    .action__title {
        h3 {
            font-size: 20px;
        }
    }
	.catalog__item {
		padding: 10px;
	}
	.catalog__item-img {
		height: 65px;
	}
	.catalog__item h3 {
		font-size: 12px;
		line-height: 18px;
	}
	.catalog__item h3 > span {
		font-size: 12px;
	}
	.catalog__item .darkButton, .catalog__item .lightButton {
		padding: 10px 20px;
		font-size: 14px;
	}
	
	.single-image {
		width: 100%;
	}
}

.page-link {
	color: #CE0A0E;
}
.page-item.active .page-link {
	background-color: #CE0A0E;
    border-color: #CE0A0E;
}

/* .email-bt {
        background:#CE0A0E;
        border:2px solid #CE0A0E;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(249,92,24,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        left: 50%;
		transform: translateX(-50%);
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:email-an linear 1s infinite;
        animation:email-an linear 1s infinite;
} */

.email-bt {
    background: #CE0A0E;
    border: 2px solid #CE0A0E;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
    cursor: pointer;
    height: 68px;
    width: 68px;
    text-align: center;
    
    /* ИСПРАВЛЕННОЕ ПОЗИЦИОНИРОВАНИЕ */
    position: fixed;
    right: 30px;        /* Отступ справа */
    bottom: 30px;       /* Отступ снизу */
    left: auto;         /* ОБЯЗАТЕЛЬНО: отменяем центровку по левому краю */
    transform: none;    /* ОБЯЗАТЕЛЬНО: отменяем сдвиг трансформацией */
    
    z-index: 9999;
    transition: .3s;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
    
    /* Центрируем иконку внутри круга */
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-bt .text-call{
	height:68px;
	width:68px;        
	border-radius:50%;
	position:relative;
	overflow:hidden;
}

.email-bt svg {
	position: absolute;
    top: 48%;
    left: 49%;
    transform: translate(-50%, -50%);
}
.email-bt:hover svg path {
    fill: #CE0A0E;
}

.email-bt:hover {
        z-index:1;
        background:#fff;
        transition:.3s;
}
.email-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.email-bt svg {
        color:#fff;
        transition:.3s;
}

.email-bt svg  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}

@-webkit-keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}@keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}

@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
/* конец кнопки звязи */
.block_txt {
  margin-bottom: 24px;
}

/* Global typography normalization */
:root {
    --nk-font-main: 'Raleway', Arial, sans-serif;
    --nk-color-text: #111111;
    --nk-color-muted: #333333;
    --nk-font-small: 14px;
    --nk-font-base: 16px;
    --nk-font-medium: 20px;
    --nk-font-subtitle: 24px;
    --nk-font-title: 32px;
    --nk-line-base: 1.5;
    --nk-line-tight: 1.2;
}

html {
    font-size: 16px;
}

body {
    color: var(--nk-color-text);
    font-family: var(--nk-font-main) !important;
    font-size: var(--nk-font-base);
    line-height: var(--nk-line-base);
}

body,
button,
input,
textarea,
select,
label,
a,
p,
li,
span,
td,
th,
div {
    letter-spacing: 0;
}

button,
input,
textarea,
select,
.form-control,
.btn,
.redButton,
.darkButton,
.lightButton {
    font-family: var(--nk-font-main) !important;
}

p,
li,
td,
th,
label,
input,
textarea,
select,
.form-control,
.header__contacts a,
.header__contacts a span,
.header-mobile__contacts a,
.header-mobile__contacts a span,
.footer ul > li > a > span,
.footer ul > li > span,
.services__item-descr p,
.catalog__item h3,
.catalog__item h3 > span,
.descrPost,
.descrPost p,
.descrPost li,
.descrPost table,
.modal,
.modal p,
.modal a,
.modal span,
.titleSlider p,
h3 > span {
    font-family: var(--nk-font-main) !important;
    font-size: var(--nk-font-base) !important;
    line-height: var(--nk-line-base) !important;
}

h1,
.titleSlider h1,
.titleSection {
    font-family: var(--nk-font-main) !important;
    font-size: var(--nk-font-title) !important;
    font-weight: 600 !important;
    line-height: var(--nk-line-tight) !important;
}

h2,
.titleSlider h2,
.descrPost h2 {
    font-family: var(--nk-font-main) !important;
    font-size: var(--nk-font-subtitle) !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
}

h3,
.descrPost h3,
.services__item h3,
.catalog__item h3 {
    font-family: var(--nk-font-main) !important;
    font-size: var(--nk-font-medium) !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

h4,
h5,
h6 {
    font-family: var(--nk-font-main) !important;
    font-size: var(--nk-font-medium) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

.nav ul li a {
    font-family: var(--nk-font-main) !important;
    font-size: var(--nk-font-medium) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.redButton,
.darkButton,
.lightButton,
button {
    font-size: var(--nk-font-base) !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.about_content > p,
.action__title,
.action__title div,
.action__title h3 {
    font-family: var(--nk-font-main) !important;
    font-size: var(--nk-font-medium) !important;
    font-weight: 500 !important;
    line-height: var(--nk-line-base) !important;
}

.footer h4,
.footer_contacts > div,
.footer_details > div {
    font-family: var(--nk-font-main) !important;
    font-size: var(--nk-font-medium) !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

@media (max-width: 768px) {
    :root {
        --nk-font-base: 15px;
        --nk-font-medium: 18px;
        --nk-font-subtitle: 22px;
        --nk-font-title: 28px;
    }
}
