

/* Start:/local/templates/mimur/css/style.css?176071028260426*/
@font-face {
    font-family: 'Days One';
    src: url('/local/templates/mimur/css/../fonts/DaysOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('/local/templates/mimur/css/../fonts/Mulish-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

.captcha-block {
    display: flex
;
    justify-content: space-between;
}


.search-results {
    position: absolute;
;
    width: auto;
    background: #fff;
    padding: 10px;
    z-index: 9;
    flex-direction: column;
    box-shadow: 4px 5px 10px #0000002e;
    border: 1px solid #01a5dd;
    border-radius: 10px;
    margin-top: 5px;
    max-height: 300px;
    overflow: scroll;
    gap: 20px;
    display: none;
}

a.search-item {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-decoration:none;
}
span.search-title {
    width: 65%;
    color: #000;
}

small.search-iblock {
    width: 20%;
    color: rgb(64 67 68 / 96%);
}



body {
    font-family: "Mulish", sans-serif;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    color: #141414;
}
.category-item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 25%;
}


.category-item:hover{
 border: 1px solid #00A5DD;
}
.category-list {
    display: flex
;
}

.category-item img {
    width: 140px;
}

.category-item a {
    text-decoration: none;
}

.category-item h3 {
    color: #1D1D1D;
    text-align: center;
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.category-item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 25%;
    text-align: center;
    padding: 25px;
}

.category-list {
    display: flex
;
    gap: 24px;
}

.sort-list {
    display: flex
;
    gap: 23px;
}
.container.sort {
    padding: 0px 0px;
}
label.sort-label {
    color: #1D1D1D;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
select#sort {
    color: #00A5DD;
    font-family: Mulish;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background: none;
    border: none;
    outline: none;
}

.product-item {
    width: calc((100% / 4) - 60px);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #fff;
}

.product-item:hover{
 border: 1px solid #00A5DD;
}

.product-list {
    display: flex
;
    flex-wrap: wrap;
      gap:24px;
}
.product-item-top img {
    width: 266px;
    height: 233px;
    object-fit: contain;
}
.product-item-top {
    text-align: center;
}

.product-item-top h3 {
    color: #1D1D1D;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 32px;
}

.product-item-bottom {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 32px;
}
.product-item-bottom-price {
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

span.new-price {
    color: #464950;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

span.old-price {
    color: #B0B0B0;
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: line-through;
}

img {
  object-fit: cover;
  border-radius: 10px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px; /* расстояние между элементами */
    line-height: 1; /* сбрасываем влияние межстрочного интервала */
}




.btn {
    padding: 16px 24px;
    border-radius: 10px;
    background: linear-gradient(180deg, #00A5DD 0%, #005977 100%);
    color: #fff;
    border: transparent;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {
    background: radial-gradient(56.84% 100% at 50.28% 0%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #00A5DD 0%, #005977 100%);
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}

.btn:disabled {
    background: linear-gradient(180deg, rgba(0, 165, 221, 0.40) 0%, rgba(0, 89, 119, 0.40) 100%);
}

.btn-small {
    padding: 12px 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, #00A5DD 0%, #005977 100%);
    color: #fff;
    border: transparent;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

.btn-small:hover {
    background: radial-gradient(56.84% 100% at 50.28% 0%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #00A5DD 0%, #005977 100%);
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}

.btn-small:disabled {
    background: linear-gradient(180deg, rgba(0, 165, 221, 0.40) 0%, rgba(0, 89, 119, 0.40) 100%);
}

.btn-wide {
    padding: 18px 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, #00A5DD 0%, #005977 100%);
    color: #fff;
    border: transparent;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}

.btn-wide:hover {
    background: radial-gradient(56.84% 100% at 50.28% 0%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #00A5DD 0%, #005977 100%);
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
}

.btn-wide:disabled {
    background: linear-gradient(180deg, rgba(0, 165, 221, 0.40) 0%, rgba(0, 89, 119, 0.40) 100%);
}


.tabs {
  width: 100%;
  margin: 20px 0;
}

.tab-buttons {
  display: flex;

}

.tab-btn {
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s ease;
      font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    border:none;
    background: transparent;
}

.tab-btn.active {
    color: #00A5DD;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.product-info-top-right-btn {
    display: flex
;
    gap: 24px;
}

.digest img {
    height: 400px;
    object-position: center;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.relevant-product-list {
    display: flex
;
    gap: 24px;
    flex-wrap: wrap;
}

.product-info-top {
    display: flex
;
    justify-content: space-between;
}

.digest .item-right {
    width: 100%;
    margin-right: 0px;
}

.digest h3 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 40px;
}

.other-page .swiper-wrapper {
    display: flex
;
    flex-wrap: wrap;
    gap: 24px;
}

.product-info-top-left img {
    width: 450px;
    height: 450px;
    object-fit: contain;
}

.product-info-top-left {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    border: 1px solid #00A5DD;
}

.product-info-top {
    display: flex
;
    justify-content: space-between;
    gap: 135px;
}

.product-info-top-right h1 {
    color: #1D1D1D;
    font-family: "Days One";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.price-on-page span.new-price {
    color: #010;
    font-family: Mulish;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
}

.price-on-page span.old-price {
    color: #656565;
    text-align: center;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding-left: 40px;
}

.product-info-top {
    display: flex
;
    justify-content: space-between;
    gap: 135px;
    padding-bottom: 70px;
}

.product-info-top-right-description {
    padding-bottom: 40px;
}

.btn-download {
    border-radius: 10px;
    background: #E4E4E4;
    border: transparent;
    border-radius: 10px;
    padding: 13px;
    display: block;
    max-width: 193px;
    text-align: center;
    color: #464950;
    text-decoration: none;
}

.btn-download::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M11.3333 11.9107L13.9554 9.2887C14.1181 9.12599 14.3819 9.12599 14.5446 9.2887C14.7073 9.45142 14.7073 9.71524 14.5446 9.87796L11.2113 13.2113C11.0486 13.374 10.7848 13.374 10.622 13.2113L7.28871 9.87796C7.12599 9.71524 7.12599 9.45142 7.28871 9.2887C7.45142 9.12599 7.71524 9.12599 7.87796 9.2887L10.5 11.9107V2.91667C10.5 2.68655 10.6865 2.5 10.9167 2.5C11.1468 2.5 11.3333 2.68655 11.3333 2.91667V11.9107ZM17.1667 12.9167C17.1667 12.6865 17.3532 12.5 17.5833 12.5C17.8135 12.5 18 12.6865 18 12.9167V15.4167C18 16.5673 17.0673 17.5 15.9167 17.5H5.91667C4.76607 17.5 3.83333 16.5673 3.83333 15.4167V12.9167C3.83333 12.6865 4.01988 12.5 4.25 12.5C4.48012 12.5 4.66667 12.6865 4.66667 12.9167V15.4167C4.66667 16.107 5.22631 16.6667 5.91667 16.6667H15.9167C16.607 16.6667 17.1667 16.107 17.1667 15.4167V12.9167Z' fill='%23464950'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.btn-download:hover {
    color: #fff;
    background: #00A5DD;
}

.btn-download:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M11.3333 11.9107L13.9554 9.2887C14.1181 9.12599 14.3819 9.12599 14.5446 9.2887C14.7073 9.45142 14.7073 9.71524 14.5446 9.87796L11.2113 13.2113C11.0486 13.374 10.7848 13.374 10.622 13.2113L7.28871 9.87796C7.12599 9.71524 7.12599 9.45142 7.28871 9.2887C7.45142 9.12599 7.71524 9.12599 7.87796 9.2887L10.5 11.9107V2.91667C10.5 2.68655 10.6865 2.5 10.9167 2.5C11.1468 2.5 11.3333 2.68655 11.3333 2.91667V11.9107ZM17.1667 12.9167C17.1667 12.6865 17.3532 12.5 17.5833 12.5C17.8135 12.5 18 12.6865 18 12.9167V15.4167C18 16.5673 17.0673 17.5 15.9167 17.5H5.91667C4.76607 17.5 3.83333 16.5673 3.83333 15.4167V12.9167C3.83333 12.6865 4.01988 12.5 4.25 12.5C4.48012 12.5 4.66667 12.6865 4.66667 12.9167V15.4167C4.66667 16.107 5.22631 16.6667 5.91667 16.6667H15.9167C16.607 16.6667 17.1667 16.107 17.1667 15.4167V12.9167Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.btn-white {
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #fff;
    padding: 12px 44px;
    color: #1D1D1D;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}

.btn-white:hover {
    background: transparent;
    color: #fff;
}

.btn-more {
    color: #00A5DD;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.btn-more::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 8px;
    height: 5px;
    background-color: #00A5DD;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'><path d='M0.9375 0L4 3.0625L7.0625 0L8 0.9375L4 4.9375L0 0.9375L0.9375 0Z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'><path d='M0.9375 0L4 3.0625L7.0625 0L8 0.9375L4 4.9375L0 0.9375L0.9375 0Z'/></svg>") no-repeat center / contain;
}

input#name,
input#phone {
    border-radius: 10px;
    background: #EBEBEB;
    padding: 25px;
    color: #464950;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    border: transparent;
}

.captcha-input input {
    width: 400px;
    border-radius: 10px;
    background: #EBEBEB;
    padding: 10px 10px;
    color: #464950;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    border: transparent;
}

.modal-content .captcha-input input {
    width: 180px;
}

input::placeholder {
    color: rgba(176, 176, 176, 0.60);
    text-transform: uppercase;
    transition: color 0.2s;
}

input:hover::placeholder {
    color: #B0B0B0;
}

input:focus::placeholder {
    color: #464950;
}

input:disabled::placeholder {
    color: rgba(176, 176, 176, 0.60);
}

input.error::placeholder {
    color: #C50000;
}

input#search {
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    color: #464950;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding: 10px;
    text-transform: none;
    position: relative;
    width: -webkit-fill-available;
}

input#search::placeholder {
    color: rgba(176, 176, 176, 0.60);
    text-transform: none;
    transition: color 0.2s;
}

input#search:hover::placeholder {
    color: #B0B0B0;
}

input#search:focus::placeholder {
    color: #464950;
}

input#search:disabled::placeholder {
    color: rgba(176, 176, 176, 0.60);
}

.search {
    position: relative;
    width: 40%;
}

.search::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #00A5DD;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M4.63184 1.19531C6.10761 0.496584 7.77682 0.317781 9.36719 0.688477C10.9577 1.05927 12.3756 1.95806 13.3896 3.2373C14.4036 4.51638 14.9538 6.10076 14.9512 7.73242C14.9476 9.33497 14.4106 10.8912 13.4248 12.1553L13.1533 12.5039L13.4658 12.8164L19.292 18.6387L18.6377 19.293L12.8115 13.4697L12.5 13.1582L12.1514 13.4277C10.8604 14.4274 9.26884 14.9607 7.63574 14.9404C6.00272 14.9201 4.42479 14.3478 3.15918 13.3164C1.89354 12.285 1.01443 10.8551 0.666016 9.26074C0.317757 7.66665 0.520334 6.00163 1.24023 4.53711C1.96031 3.07238 3.15595 1.89414 4.63184 1.19531ZM10.1348 1.92188C8.98473 1.44583 7.7189 1.32181 6.49805 1.56445C5.27714 1.80715 4.15569 2.40642 3.27539 3.28613C2.39512 4.16584 1.79562 5.28656 1.55273 6.50684C1.30988 7.72709 1.43373 8.99217 1.91016 10.1416C2.38653 11.2908 3.1937 12.2727 4.22852 12.9639C5.26356 13.655 6.48082 14.0244 7.72559 14.0244C9.39483 14.0244 10.9963 13.3613 12.1768 12.1816C13.3568 11.0021 14.0204 9.40246 14.0205 7.73438C14.0205 6.49021 13.6506 5.2737 12.959 4.23926C12.2674 3.20486 11.2848 2.39796 10.1348 1.92188Z' stroke='black'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M4.63184 1.19531C6.10761 0.496584 7.77682 0.317781 9.36719 0.688477C10.9577 1.05927 12.3756 1.95806 13.3896 3.2373C14.4036 4.51638 14.9538 6.10076 14.9512 7.73242C14.9476 9.33497 14.4106 10.8912 13.4248 12.1553L13.1533 12.5039L13.4658 12.8164L19.292 18.6387L18.6377 19.293L12.8115 13.4697L12.5 13.1582L12.1514 13.4277C10.8604 14.4274 9.26884 14.9607 7.63574 14.9404C6.00272 14.9201 4.42479 14.3478 3.15918 13.3164C1.89354 12.285 1.01443 10.8551 0.666016 9.26074C0.317757 7.66665 0.520334 6.00163 1.24023 4.53711C1.96031 3.07238 3.15595 1.89414 4.63184 1.19531ZM10.1348 1.92188C8.98473 1.44583 7.7189 1.32181 6.49805 1.56445C5.27714 1.80715 4.15569 2.40642 3.27539 3.28613C2.39512 4.16584 1.79562 5.28656 1.55273 6.50684C1.30988 7.72709 1.43373 8.99217 1.91016 10.1416C2.38653 11.2908 3.1937 12.2727 4.22852 12.9639C5.26356 13.655 6.48082 14.0244 7.72559 14.0244C9.39483 14.0244 10.9963 13.3613 12.1768 12.1816C13.3568 11.0021 14.0204 9.40246 14.0205 7.73438C14.0205 6.49021 13.6506 5.2737 12.959 4.23926C12.2674 3.20486 11.2848 2.39796 10.1348 1.92188Z' stroke='black'/></svg>") no-repeat center / contain;
    pointer-events: none;
}

checkbox-custom {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    user-select: none;
}

/* Скрыть стандартный чекбокс */
.checkbox-custom input[type="checkbox"] {
    display: none;
}

/* Иконка по умолчанию */
.checkbox-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Crect x='0.45' y='0.45' width='13.1' height='13.1' rx='0.45' stroke='%2300A5DD' stroke-width='0.9'/%3E%3C/svg%3E");
}

/* Активное состояние (checked) */
.checkbox-custom input[type="checkbox"]:checked+.checkbox-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Crect x='0.45' y='0.45' width='13.1' height='13.1' rx='0.45' fill='%2300A5DD' stroke='%2300A5DD' stroke-width='0.9'/%3E%3Cpath d='M3 8L6 11L12 4' stroke='white' stroke-width='0.9'/%3E%3C/svg%3E");
}

.top-menu {
    display: flex;
    background-color: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    padding: 8px 80px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.top-menu .contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 15px;
}

.top-menu .contact p {
    max-width: 200px;
    margin: -10px 0px 0px 0px;
    color: #464950;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.top-menu .phone {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 13px;
    align-items: center;
}

a.main {
    display: block;
    color: #00A5DD;
    text-align: center;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.396px;
    text-decoration: none;
}

a.second {
    color: #00A5DD;
    text-align: center;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
	letter-spacing: -0.396px;
    text-decoration: none;
}

.social {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.menu {
    background: #00A5DD;
    padding: 13px 70px;
}


.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.hover-drop a {
    position: relative;
}

.hover-drop a::after {
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 15px;
    top: -3px;
    width: 8px;
    height: 5px;
    background-color: #fff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'><path d='M0.9375 0L4 3.0625L7.0625 0L8 0.9375L4 4.9375L0 0.9375L0.9375 0Z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'><path d='M0.9375 0L4 3.0625L7.0625 0L8 0.9375L4 4.9375L0 0.9375L0.9375 0Z'/></svg>") no-repeat center / contain;
}

.menu li {
    position: relative;
}

.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: white;
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.menu li:hover>ul {
    display: block;
}

.menu li ul.ddherd {
    top: 0;
    left: 100%;
    width: max-content;
}

.menu a {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 8px 24px;
    color: #FFF;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    text-decoration: none;
}


.menu a:hover {
    border: 1px solid #E4E4E4;
    transition: border 0.2s;
}

.menu ul ul li a img {
    margin-right: 8px;
}

ul.dropdown {
    width: max-content;
}

.parent a {
    color: #1D1D1D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    display: block;
    padding: 5px 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.parent a:hover {
    background: #F8F8F8;
    border: 1px solid transparent;
    border-radius: 0px;
}

.swiper.main {
    width: 100%;
    height: 480px;
    background: #fff;
}

.swiper-slide-element {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    padding: 0px 0px 0px 100px;
}

.swiper-slide-element .left {
    width: 50%;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
}

.swiper-slide-element h2 {
    color: #1D1D1D;
    font-family: "Days One";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}

.swiper-slide-element p {
    color: var(---, #1D1D1D);
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 0px;
}

.swiper-slide-element .btn {
    margin-top: 30px;
}

.swiper-pagination-new.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    transform: translate3d(0px, -50%, 0);
    position: absolute;
    width: 100%;
    text-align: center;
    z-index:9;
}

.swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #00A5DD;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #00A5DD;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08) inset;
    width: 16px;
    height: 16px;
}

.swiper-prev,
.swiper-next {
    position: absolute;
    top: 45%;
}

.swiper-prev {
    left: 10px;
    z-index: 2;
}

.swiper-next {
    right: 10px;
    z-index: 2;
}

.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 0px;
    position: relative;
}

.projects {
  margin-top: 50px;
}
.project .item-nav {
  position: absolute;
  width: 200px;
  top: 130px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}
.section-title {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.dijest-list {
  display: flex;
  gap: 24px;
}

.digest-item {
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 25%;
}

.digest-item span {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  border: 1px solid #00A5DD;
  border-radius: 100px;
  color: #000;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-transform: lowercase;
  padding: 0px 10px 3px 10px;
}

.digest-item img {
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.digest-item .item-text {
  color: var(---, #1D1D1D);
  text-align: center;
  font-family: Mulish;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 0px 10px;
  height: 60px;
}

.digest-item a {
  text-decoration: none;
}

.section-title h2 {
    color: #1D1D1D;
    font-family: "Days One";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 180px;
    gap: 20px;
    padding: 40px 0px;
}

.product-grid__item {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.product-grid__item:hover {
    border: 1px solid #00A5DD;
    box-shadow: 0 0 10px rgba(0, 165, 221, 0.3);
    /* опционально */

}

.product-grid__item img {
    max-width: 50%;
    object-fit: contain;
    align-self: center;
    position: absolute;
    right: 10px;
}

.product-grid__item span.title {
    margin-bottom: 8px;
    margin-top: 13%;
    color: #1D1D1D;

    /* 1920/Subtitle 2 */
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 28.8px */
    max-width: 400px;
}

.product-grid__item.small img {
    max-width: 40%;
    object-fit: contain;
    align-self: center;
    position: absolute;
    right: -50px;
    top: 20px;
}

.product-grid__item.small {
    padding: 20px;
}


/* Раскладка */
.product-grid__item.large {
    grid-column: span 6;
    grid-row: span 2;
}

.product-grid__item.small {
    grid-column: span 3;
}

.product-grid__item.tall {
    grid-column: span 6;
    grid-row: span 2;
}

.product-grid__item .btn-small {
    width: 100px;
    opacity: 0;
    text-align: center;
    display: block;

}

.product-grid__item:hover .btn-small {
    opacity: 1;
    transition: all 0.3s ease;
}

.container.flex {
    display: flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.about-text h2 {
    color: #1D1D1D;
    font-family: "Days One";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.about-text p {
    color: #1D1D1D;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.about-text .btn-small {
    margin-top: 60px;
    display: block;
    max-width: 90px;
    text-align: center;
}

.services-list {
    height: 260px;
    /* фиксируем высоту всей строки */
    overflow: hidden;
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    transition: all 0.3s ease;
}

.services-item {
    background: #f9f9f9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
    /* запрещаем растягиваться выше контейнера */
    overflow: hidden;
    position: relative;
    transition: flex 0.3s ease;
        flex: 0 0 23%;


}

.services-item.active {
    flex: 0 0 50%;
}
.services-item-nav svg {
  position: absolute;
  bottom: 26px;
  right: 20px;
  z-index: 2;
}

.services-item a {
    position: relative;
    display: block;
    height: 100%;
}

.services-item img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    transition: filter 0.4s ease;
    height: 100%;
}

.services-item p {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    max-width: 210px;
    margin: 0px;
}

.main-services .btn-small.center {
    display: block;
    width: 120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.services-item::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 165, 221, 0.40) 0%, rgba(0, 89, 119, 0.40) 100%);
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.services-item:hover::before {
    opacity: 0;
}

.advantages-list {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    gap: 24px;
}

.advantage-item {
    width: 19%;
    background: #fff;
    padding: 34px;
    border-radius: 10px;
    transition: background 0.4s ease;
}

.advantage-item:hover {
    background:
        url('/local/templates/mimur/css/../image/bg-advanteges.png') 145.787px 2.728px / 54.475% 64.744% no-repeat,
        radial-gradient(52.74% 100% at 50.28% 0%, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%),
        linear-gradient(180deg, #00A5DD 0%, #005977 100%),
        lightgray;
}

.advantage-item:hover h3 {
    color: #fff;
}

.advantage-item:hover p {
    color: #fff;
}

.advantage-item:hover img {
    color: #fff;
}

.advantage-item:hover img {
    filter: brightness(0) invert(1);
}


.oblasti-list {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    gap: 16px;
}

.oblasti-item-list-nav {
  position: absolute;
  bottom: 32px;
  left: 32px;
  overflow: hidden;
  height: 40px;
  width: calc(100% - 64px);
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.oblasti-item a:hover .oblasti-item-list-nav {
  transform: translateY(0);
  top: 32px;
  height: calc(100% - 64px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.oblasti-item-list-nav div {
  display: flex;
  gap: 5px;
  color: #fff;
}




.oblasti-item {
    width: 23%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.oblasti-item a {
    position: relative;
    display: block;
}

.oblasti-item img {
    width: 100%;
    height: 306px;
    object-fit: cover;
}

.oblasti-item p {
    margin: 0px;
    color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    width: 220px;
}

.project-item {
    display: flex;
    padding: 50px;
    background: #fff;
    border: 10px;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 10px;
}

.project-item .item-right {
    margin-right: 50px;
}

.project-item .item-left {
    width: 50%;
    position: relative;
}

.project-item h3 {
    color: #1D1D1D;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.project-item p {
    color: #464950;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.project-item a {
    display: flex;
    gap: 10px;
    color: #464950;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
}

.category-page .container {
    padding: 55px 0px 0px 0px;
}

.project-item img {
    border-radius: 10px;
    width: 100%;
}

.catalog .container {
    padding: 0px 0px 55px 0px;
}


.project-list .swiper-prev,
.project-list .swiper-next {
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form .container {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
 /*Меню вакансий */
.faq-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}

.faq-nav li a {
    padding: 6px 12px;
    background: #f3f3f3;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.faq-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.faq-card h3 {
    margin-top: 0;
    font-size: 20px;
}

.faq-up {
    margin-top: 15px;
}
 /*Меню вакансий */


.form-left {
  flex: 5;
  display: flex;
  justify-content: space-between; /* текст слева, форма справа */
  align-items: center;             /* выравнивание по вертикали */
  border-radius: 10px;
  background: url(/local/templates/mimur/css/../image/form-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px;
  height: 300px;
  color: #fff;
}

.form-left-content {
  flex: 1;           /* занимает левую часть */
  max-width: 40%;    /* ограничиваем ширину текста */
}

.form-left-widget {
  flex: 1;           /* форма занимает правую часть */
  max-width: 30%;
  height: 105%;
}


.form-left h3 {
  color: #FFF;
  font-family: "Days One";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin: 0px;
}
.form-left p {
  color: #FFF;
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.form-right {
  width: 50%;
  border-radius: 10px;
  background: url(/local/templates/mimur/css/../image/form-bg.jpg);
    background-size: auto;
  padding: 30px;
  height: 300px;
  background-size: cover;
}

.form-input {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-right .checkbox-custom {
  margin: 25px 0px;
  display: block;
}

.checkbox-label a {
  color: #B0B0B0;
  text-align: center;
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.footer {
  background: var(---, linear-gradient(180deg, #00A5DD 0%, #005977 100%));
}

.footer-list {
  display: flex;
  gap: 45px;
}

.footer-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-nav a {
  color: #FFF;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.footer-nav li {
  margin-bottom: 20px;
}

.footer-nav.second p {
  color: var(---, #FFF);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.footer-nav.second a {
  color: var(---, #FFF);
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}
.f-catalog li {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    break-inside: avoid;
}

.f-catalog ul {
    display: block;
    column-count: 2;
    column-gap: 20px;
    width: 360px;
}

.footer-nav.second {
    width: 370px;
}

.footer-contact p {
    color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.footer-contact ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-contact li {
    color: #FFF;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 13px;
    display: flex
;
    flex-direction: column;
}

.footer-contact a {
    color: #FFF;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-decoration: none;
}

/* Right column contacts title: match other footer headings */
.footer-contact-title {
    display: inline-block;
    color: #FFF;
    font-family: Mulish;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 120%;
    margin: 0 0 20px 0;
    text-decoration: none;
}

.copiright {
    border-top: 1px solid rgba(176, 176, 176, 0.60);
}

.copiright .container {
    padding: 10px 0px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}


.copiright p {
    color: #FFF;
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copiright a {
    color: #FFF;
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

    /* Фон модального окна */
    .modal {
      display: none; /* Скрыто по умолчанию */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    /* Содержимое модального окна */
    .modal-content {
      background: #fff;
      padding: 20px;
      border-radius: 6px;
      max-width: 400px;
      width: 100%;
      position: relative;
    }

    /* Кнопка закрытия */
    .close-modal {
      position: absolute;
      top: 10px;
      right: 10px;
      background: none;
      border: none;
      font-size: 20px;
      cursor: pointer;
    }

.contact-top-list {
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.contact-top-item {
    display: flex
;
    align-items: center;
    gap: 25px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    padding: 25px;
    width: 29%;
}
.contact-top-item-left-image {
    border-radius: 100px;
    background: var(---, linear-gradient(180deg, #00A5DD 0%, #005977 100%));
    padding: 9px;
    height: 42px;
    width: 42px;
}

.contact-top-item-right h3 {
    margin: 0px;
}
.contact-top .container {
    padding: 0px;
}
.contact-middle-list {
    display: flex
;
    gap: 25px;
}

.contact-top-item-right p {
    margin-bottom: 0px;
}







@media screen and (max-width: 767px) {
section.top {
    display: block;
}
.section-title {
    display: flex
;
    width: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
 	gap: 8px;
    /* Ensure content below doesn't collide with buttons */
    margin-bottom: 16px;
}
/* Add breathing room for 'Смотреть все' buttons on mobile */
.section-title .btn,
.section-title .btn-small {
    margin-top: 8px;
}

/* Place project arrows below the title area on mobile to avoid overlap */
.project .item-nav {
    position: static;
    width: 100%;
    top: auto;
    left: 0;
    margin: 8px 0 0 0;
    display: flex;
    gap: 12px;
}
.product-grid {
    display: flex
;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 180px;
    gap: 20px;
    padding: 40px 0px;
    flex-direction: column;
}
.product-grid__item img{
    max-width: 40%;
    object-fit: contain;
    align-self: center;
    position: absolute;
    right: -50px;
    top: 20px;
}
.container.flex {
    display: flex
;
    gap: 40px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.about-img img {
    width: 100%;
    height: auto;
}
.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px;
    position: relative;
}
.advantages-list {
    display: flex
;
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    gap: 24px;
}
.advantage-item {
    width: auto;
    background: #fff;
    padding: 34px;
    border-radius: 10px;
    transition: background 0.4s ease;
}
.form .container {
    display: flex
;
    flex-direction: column;
    gap: 24px;
}
.form-left {
    width: auto;
    border-radius: 10px;
    background: url(/local/templates/mimur/css/../image/form-bg.jpg);
    background-size: auto;
    padding: 30px;
    height: 300px;
    background-size: cover;
}
.form-right {
    width: auto;
    padding: 40px 30px;
    border-radius: 10px;
    background: #fff;
}
.footer-list {
    display: flex
;
    gap: 45px;
    flex-direction: column;
}
.copiright {
    padding: 15px;
}
.copiright .container {
    padding: 10px 0px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.captcha-input input {
    width: 140px;
    border-radius: 10px;
    background: #EBEBEB;
    padding: 10px 10px;
    color: #464950;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    border: transparent;
}
.swiper-slide-element {
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    padding: 0 15px;
}
.swiper-slide-element h2 {
    color: #1D1D1D;
    font-family: "Days One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}
}
/* Tablet adaptation (768px - 1024px) */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .container { 
        padding: 30px 20px; 
        max-width: 100%;
    }
    
    /* Header adaptations */
    .top-menu {
        padding: 12px 20px;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .top-menu .contact p {
        max-width: 150px;
        font-size: 13px;
    }
    
    .search {
        width: 35%;
        order: 3;
        flex-basis: 100%;
    }
    
    .phone {
        order: 2;
    }
    
    .social {
        order: 4;
        gap: 12px;
    }
    
    .social a {
        width: 28px;
        height: 28px;
    }
    
    .social a svg {
        width: 24px;
        height: 24px;
    }
    
    /* Menu adaptations */
    .menu { 
        padding: 10px 20px; 
    }
    
    .menu ul { 
        flex-wrap: wrap; 
        justify-content: flex-start; 
        gap: 8px 12px; 
    }
    
    .menu a { 
        font-size: 14px; 
        padding: 8px 16px; 
    }
    
    /* Product grid adaptations */
    .product-grid {
        grid-template-columns: repeat(8, 1fr);
        gap: 16px;
        padding: 30px 0px;
    }
    
    .product-grid__item.large {
        grid-column: span 4;
        grid-row: span 2;
    }
    
    .product-grid__item.small {
        grid-column: span 2;
    }
    
    .product-grid__item.tall {
        grid-column: span 4;
        grid-row: span 2;
    }
    
    .product-grid__item {
        padding: 24px;
    }
    
    .product-grid__item span.title {
        font-size: 20px;
        margin-top: 8%;
    }
    
    /* Category and product lists */
    .category-item { 
        width: 31%; 
        padding: 20px;
    }
    
    .category-item img {
        width: 120px;
    }
    
    .product-item { 
        width: calc((100% / 3) - 20px); 
    }
    
    .product-list {
        gap: 20px;
    }
    
    /* Services adaptations */
    .services-list {
        height: 240px;
        gap: 20px;
    }
    
    .services-item {
        flex: 0 0 24%;
    }
    
    .services-item.active {
        flex: 0 0 48%;
    }
    
    /* Advantages adaptations */
    .advantages-list {
        gap: 20px;
    }
    
    .advantage-item {
        width: 22%;
        padding: 28px;
    }
    
    /* Digest adaptations */
    .digest-item {
        width: 31%;
    }
    
    .digest-item img {
        height: 200px;
    }
    
    /* Form adaptations */
    .form .container {
        flex-direction: column;
        gap: 20px;
    }
    
    .form-left {
        flex-direction: row;
        height: 280px;
        padding: 25px;
    }
    
    .form-left h3 {
        font-size: 38px;
    }
    
    .form-left p {
        font-size: 20px;
    }
    
    /* Footer adaptations */
    .footer-list {
        gap: 35px;
        flex-wrap: wrap;
    }
    
    .footer-nav.second {
        width: 300px;
    }
    
    .f-catalog ul {
        width: 280px;
    }
    
    /* Swiper adaptations */
    .swiper.main {
        height: 420px;
    }
    
    .swiper-slide-element {
        padding: 0px 0px 0px 60px;
    }
    
    .swiper-slide-element h2 {
        font-size: 28px;
    }
    
    .swiper-slide-element p {
        font-size: 16px;
    }
    
    /* Product info page adaptations */
    .product-info-top {
        gap: 80px;
        padding-bottom: 50px;
    }
    
    .product-info-top-left {
        padding: 40px;
    }
    
    .product-info-top-left img {
        width: 380px;
        height: 380px;
    }
    
    .product-info-top-right h1 {
        font-size: 28px;
    }
    
    .price-on-page span.new-price {
        font-size: 28px;
    }
    
    .price-on-page span.old-price {
        font-size: 18px;
        padding-left: 30px;
    }
    
    /* Contact page adaptations */
    .contact-top-item {
        width: 32%;
        padding: 20px;
    }
    
    .contact-top-item-right h3 {
        font-size: 16px;
    }
    
    .contact-top-item-right p {
        font-size: 14px;
    }
}

/* Medium tablets (768px - 900px) */
@media screen and (max-width: 900px) and (min-width: 768px) {
    .container {
        padding: 25px 15px;
    }
    
    .top-menu {
        padding: 10px 15px;
        gap: 12px;
    }
    
    .top-menu .contact p {
        max-width: 120px;
        font-size: 12px;
    }
    
    .search {
        width: 40%;
    }
    
    .menu {
        padding: 8px 15px;
    }
    
    .menu ul {
        gap: 6px 10px;
    }
    
    .menu a {
        font-size: 13px;
        padding: 6px 12px;
    }
    
    .product-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 14px;
    }
    
    .product-grid__item.large {
        grid-column: span 3;
    }
    
    .product-grid__item.small {
        grid-column: span 2;
    }
    
    .product-grid__item.tall {
        grid-column: span 3;
    }
    
    .product-grid__item {
        padding: 20px;
    }
    
    .product-grid__item span.title {
        font-size: 18px;
        margin-top: 6%;
    }
    
    .category-item {
        width: 48%;
        padding: 18px;
    }
    
    .category-item img {
        width: 100px;
    }
    
    .product-item {
        width: calc((100% / 2) - 15px);
    }
    
    .services-list {
        height: 220px;
        gap: 16px;
    }
    
    .services-item {
        flex: 0 0 23%;
    }
    
    .services-item.active {
        flex: 0 0 46%;
    }
    
    .advantages-list {
        gap: 16px;
    }
    
    .advantage-item {
        width: 30%;
        padding: 24px;
    }
    
    .digest-item {
        width: 48%;
    }
    
    .digest-item img {
        height: 180px;
    }
    
    .form-left {
        height: 260px;
        padding: 20px;
    }
    
    .form-left h3 {
        font-size: 32px;
    }
    
    .form-left p {
        font-size: 18px;
    }
    
    .swiper.main {
        height: 380px;
    }
    
    .swiper-slide-element {
        padding: 0px 0px 0px 40px;
    }
    
    .swiper-slide-element h2 {
        font-size: 24px;
    }
    
    .swiper-slide-element p {
        font-size: 15px;
    }
    
    .product-info-top {
        gap: 60px;
        padding-bottom: 40px;
    }
    
    .product-info-top-left {
        padding: 30px;
    }
    
    .product-info-top-left img {
        width: 320px;
        height: 320px;
    }
    
    .product-info-top-right h1 {
        font-size: 24px;
    }
    
    .price-on-page span.new-price {
        font-size: 24px;
    }
    
    .price-on-page span.old-price {
        font-size: 16px;
        padding-left: 25px;
    }
    
    .contact-top-item {
        width: 48%;
        padding: 18px;
    }
}

/* Tablet landscape orientation optimizations */
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    .container {
        padding: 20px 15px;
    }
    
    .top-menu {
        padding: 8px 15px;
        gap: 10px;
    }
    
    .menu {
        padding: 6px 15px;
    }
    
    .swiper.main {
        height: 350px;
    }
    
    .swiper-slide-element {
        padding: 0px 0px 0px 50px;
    }
    
    .swiper-slide-element h2 {
        font-size: 26px;
    }
    
    .swiper-slide-element p {
        font-size: 16px;
    }
    
    .form-left {
        height: 240px;
        padding: 20px;
    }
    
    .form-left h3 {
        font-size: 30px;
    }
    
    .form-left p {
        font-size: 16px;
    }
    
    .product-info-top {
        gap: 50px;
        padding-bottom: 30px;
    }
    
    .product-info-top-left {
        padding: 25px;
    }
    
    .product-info-top-left img {
        width: 300px;
        height: 300px;
    }
    
    .product-info-top-right h1 {
        font-size: 26px;
    }
    
    .price-on-page span.new-price {
        font-size: 26px;
    }
    
    .price-on-page span.old-price {
        font-size: 17px;
        padding-left: 20px;
    }
}

/* Large tablets (1024px - 1200px) - transition to desktop */
@media screen and (max-width: 1200px) and (min-width: 1025px) {
    .container {
        padding: 40px 30px;
    }
    
    .top-menu {
        padding: 10px 40px;
    }
    
    .menu {
        padding: 12px 50px;
    }
    
    .product-grid {
        grid-template-columns: repeat(10, 1fr);
        gap: 18px;
    }
    
    .product-grid__item.large {
        grid-column: span 5;
    }
    
    .product-grid__item.small {
        grid-column: span 2;
    }
    
    .product-grid__item.tall {
        grid-column: span 5;
    }
    
    .category-item {
        width: 24%;
    }
    
    .product-item {
        width: calc((100% / 4) - 22px);
    }
    
    .services-item {
        flex: 0 0 23%;
    }
    
    .services-item.active {
        flex: 0 0 48%;
    }
    
    .advantage-item {
        width: 20%;
    }
    
    .digest-item {
        width: 24%;
    }
    
    .form-left {
        height: 290px;
        padding: 28px;
    }
    
    .form-left h3 {
        font-size: 42px;
    }
    
    .form-left p {
        font-size: 22px;
    }
    
    .swiper.main {
        height: 450px;
    }
    
    .swiper-slide-element {
        padding: 0px 0px 0px 80px;
    }
    
    .swiper-slide-element h2 {
        font-size: 32px;
    }
    
    .swiper-slide-element p {
        font-size: 17px;
    }
    
    .product-info-top {
        gap: 100px;
        padding-bottom: 60px;
    }
    
    .product-info-top-left {
        padding: 45px;
    }
    
    .product-info-top-left img {
        width: 400px;
        height: 400px;
    }
    
    .product-info-top-right h1 {
        font-size: 32px;
    }
    
    .price-on-page span.new-price {
        font-size: 30px;
    }
    
    .price-on-page span.old-price {
        font-size: 19px;
        padding-left: 35px;
    }
    
    .contact-top-item {
        width: 30%;
        padding: 22px;
    }
}

/* Tablet-specific text and spacing improvements */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    /* Improve text readability on tablets */
    .section-title h2 {
        font-size: 28px;
        line-height: 120%;
    }
    
    .about-text h2 {
        font-size: 28px;
    }
    
    .about-text p {
        font-size: 16px;
        line-height: 130%;
    }
    
    .product-grid__item span.title {
        line-height: 110%;
    }
    
    .category-item h3 {
        font-size: 14px;
        line-height: 115%;
    }
    
    .product-item-top h3 {
        font-size: 15px;
        line-height: 115%;
    }
    
    .digest-item .item-text {
        font-size: 14px;
        line-height: 115%;
        height: 55px;
    }
    
    .services-item p {
        font-size: 16px;
        line-height: 105%;
        max-width: 180px;
    }
    
    .advantage-item h3 {
        font-size: 16px;
        line-height: 120%;
    }
    
    .advantage-item p {
        font-size: 14px;
        line-height: 125%;
    }
    
    .oblasti-item p {
        font-size: 16px;
        line-height: 105%;
        width: 180px;
    }
    
    .project-item h3 {
        font-size: 18px;
        line-height: 115%;
    }
    
    .project-item p {
        font-size: 15px;
        line-height: 120%;
    }
    
    .footer-nav a {
        font-size: 16px;
    }
    
    .footer-nav.second p {
        font-size: 16px;
    }
    
    .footer-nav.second a {
        font-size: 15px;
    }
    
    .footer-contact a {
        font-size: 15px;
    }
    
    .footer-contact-title {
        font-size: 16px !important;
    }
    
    /* Performance optimizations for tablets */
    .product-grid__item,
    .category-item,
    .product-item,
    .services-item,
    .advantage-item,
    .digest-item,
    .oblasti-item {
        will-change: transform;
        transform: translateZ(0);
        backface-visibility: hidden;
    }
    
    .product-grid__item:hover,
    .category-item:hover,
    .product-item:hover {
        transform: translateY(-2px) translateZ(0);
        transition: transform 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
    }
    
    /* Optimize images for tablets */
    .product-grid__item img,
    .category-item img,
    .product-item-top img,
    .digest-item img,
    .services-item img,
    .oblasti-item img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
    
    /* Improve scrolling performance */
    .swiper-wrapper {
        transform: translateZ(0);
    }
    
    .menu li ul {
        transform: translateZ(0);
        will-change: opacity, transform;
    }
    
    /* Improve button sizes for touch interaction */
    .btn {
        padding: 14px 22px;
        font-size: 15px;
    }
    
    .btn-small {
        padding: 10px 36px;
        font-size: 15px;
    }
    
    .btn-wide {
        padding: 16px 36px;
        font-size: 13px;
    }
    
    .btn-white {
        padding: 10px 40px;
        font-size: 15px;
    }
    
    /* Improve form elements for touch */
    input#name,
    input#phone {
        padding: 22px;
        font-size: 13px;
    }
    
    input#search {
        padding: 12px;
        font-size: 15px;
    }
    
    /* Improve menu touch targets */
    .menu a {
        padding: 10px 18px;
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    
    .parent a {
        padding: 8px 18px;
        min-height: 40px;
        display: flex;
        align-items: center;
    }
    
    /* Improve social media icons for touch */
    .social a {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .social a svg {
        width: 28px;
        height: 28px;
    }
}

/* Small phones, non-destructive overrides */
@media screen and (max-width: 576px) {
    .top-menu { padding: 8px 15px; display: grid; grid-template-columns: auto 1fr; grid-auto-rows: auto; align-items: center; gap: 8px 20px; }
    .top-menu > * { margin: 0; }
    .top-menu .contact { grid-column: 2; grid-row: 1; display: flex; align-items: center; gap: 8px; justify-self: end; width: max-content; }
    .top-menu .phone { grid-column: 1 / -1; grid-row: 2; }
    .top-menu .btn, .top-menu .btn-wide { grid-column: 1 / -1; grid-row: 3; width: 100%; display: block; margin: 0; box-sizing: border-box; }
    .search { width: 100%; grid-column: 1 / -1; grid-row: 4; }
    .social { grid-column: 2; grid-row: 2; justify-self: end; display: flex; flex-direction: row; gap: 12px; align-items: center; }
    .social a { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; }
    .social a img, .social a svg { width: 38px; height: 38px; }
    .search-results { position: static; width: 100%; }

    .menu { padding: 8px 12px; }
    .menu ul { flex-direction: column; align-items: stretch; gap: 6px; }
    .menu li ul { position: static; box-shadow: none; padding: 6px 0; }
    .menu a { display: block; padding: 10px 12px; }
    .menu li { width: 100%; }

    .category-list { flex-wrap: wrap; gap: 16px; }
    .category-item { width: 100%; }
    .category-item img { width: 100px; height: auto; }

    .product-list { gap: 16px; }
    .product-item { width: 100%; }
    .product-item-top img { width: 100%; height: auto; max-height: 220px; }
    .product-item-bottom { flex-direction: column; gap: 16px; }

    .product-info-top { flex-direction: column; gap: 24px; }
    .product-info-top-left { padding: 24px; }
    .product-info-top-left img { width: 100%; height: auto; max-height: 360px; }
    .price-on-page span.new-price { font-size: 24px; }
    .price-on-page span.old-price { font-size: 16px; padding-left: 16px; }

    .services-list { height: auto; flex-direction: column; gap: 16px; }
    .services-item { flex: 1 1 auto; min-height: 220px; }

    .advantages-list { gap: 16px; }
    .advantage-item { width: 100%; padding: 24px; }

    .oblasti-list { gap: 16px; }
    .oblasti-item { width: 100%; }
    .oblasti-item img { height: 220px; }

    .digest-item { width: 100%; }
    .digest-item img { height: 180px; }

    .form-left h3 { font-size: 30px; }
    .form-left p { font-size: 18px; }

    .contact-top-item { width: 100%; }

    .swiper.main { height: auto; padding-bottom: 12px; }
    .swiper-slide-element .left { min-height: 360px; padding-bottom: 40px; }
    .swiper-slide-element .btn { margin-bottom: 12px; position: relative; z-index: 2; }
    .swiper-pagination-new.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: static;
        transform: none;
        display: flex;
        justify-content: center;
        gap: 6px;
        margin-top: 12px;
        z-index: 1;
    }
    /* Align product grid texts to the left edge and tighten padding */
    .product-grid__item { padding: 16px; }
    .product-grid__item span.title { margin-top: 0; text-align: left; }
  .form-left {
    flex-direction: column;     /* ставим элементы в колонку */
    justify-content: flex-start;
    align-items: flex-start;    /* текст и форма выравниваются влево */
    height: auto;               /* убираем фиксированную высоту */
  }

  .form-left-content {
    max-width: 100%;           /* текст на всю ширину */
    margin-bottom: 20px;
  }

  .form-left-widget {
    max-width: 105%;           /* форма тоже на всю ширину */
    height: auto;
  }
	/* Extra safety: margins for the header + button combo on very small screens */
.section-title { margin-bottom: 16px; gap: 8px; }
.section-title .btn,
.section-title .btn-small { margin-top: 8px; }

  /* Keep project nav arrows from overlapping the 'Смотреть все' button */
.project .item-nav { position: static; margin-top: 8px; gap: 12px; }
}
}

.tabs .tab-buttons { grid-template-columns: repeat(2, 1fr); gap: 10px; }
.tabs .tab-buttons .tab-btn { padding: 10px 12px; }
/* End */
/* /local/templates/mimur/css/style.css?176071028260426 */
