@import url("normalize.css");
@import url("base.css?v=1.12");
/* main styles */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
html {
    height: 100%;
}
body {
    position: relative;
    background-color: var(--bg-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 120 120'%3E%3Cg fill='%23CBC4AB' fill-opacity='0.45'%3E%3Ccircle cx='10' cy='10' r='1.6'/%3E%3Ccircle cx='40' cy='20' r='1.8'/%3E%3Ccircle cx='80' cy='30' r='1.7'/%3E%3Ccircle cx='25' cy='60' r='1.9'/%3E%3Ccircle cx='65' cy='75' r='1.7'/%3E%3Ccircle cx='100' cy='50' r='1.8'/%3E%3Ccircle cx='50' cy='100' r='1.6'/%3E%3Ccircle cx='90' cy='95' r='1.9'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    font-family: var(--font);
    font-size: 16px;
    color: var(--text-second);
    height: 100%;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 5;
}
header.fixed {
    backdrop-filter: blur(3px);
    top: 0;
    box-shadow: 0px 1px 20px 0 rgba(0,0,0,0.12);
    animation: slideDown 0.65s ease-out;
}
.header-row {
    padding: 15px 0;
    transition: 0.35s all ease;
}
header.fixed .header-row {
    padding: 10px 0;
}
.header-phone {
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-color);
    z-index: 3;
}
.header-logo {
    width: 150px;
    transition: 0.35s all ease;
}
header.fixed .header-logo {
    width: 120px;
}
.header-contacts {
    gap: 25px;
}
header .footer-soc a {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
header .footer-soc a:hover {
    border-color: var(--text-second);
    color: var(--text-second);
} 
header .footer-soc a:hover svg {
    stroke: var(--text-second);
}
.header-menu {
    gap: 30px;
}
.hero {
    height: 100vh;
    /*-webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 95%, transparent 100%);*/
}
.hero-img {    
    height: auto; 
    overflow: hidden;
}
.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-img1 {
    width: 750px;
    top: 30px;
    right: 0;
}
.hero-img1 img {
    transform: translateX(120px);
}
.hero-img2 {
    width: 700px;
    top: -80px;
    left: -150px;
}
.hero-img3 {
    width: 700px;
    top: 60%;
    left: -100px;
}
.hero .container {
    height: 100%;
}
.hero-content {
    height: 100%;
    gap: 60px;
    text-align: center;
    z-index: 2;
}
.hero-content h1 {
    font-family: var(--font-accent);
    font-size: 60px;
}
.hero-content > img {
    width: 450px;
}
.hero-content .btn {
    border-radius: 30px;
}
/*.section-hello .section-title {
    text-align: right;
    padding-left: 0;
    padding-right: 20%;
}
.section-hello .section-title span {
    margin-right: -150px;
}*/
.section-hello .section-title {
    padding-right: 0 !important;
    text-align: center !important;
}
.section-hello .section-title span {
    margin-right: 0 !important;
}
.about-wrap {
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
}
.about-text {
    flex-grow: 1;
    font-size: 24px;
    line-height: 1.5;
}
.about-img {
    flex-basis: 40%;
    flex-shrink: 0;
    border-radius: 0 0 var(--border-radius-default) var(--border-radius-default);
    overflow: hidden;
}
.section-calc {
    position: relative;
}
.good-img1 {
    top: 50px;
    left: -100px;
    width: 600px;
    filter: blur(3px);
}
.good-img2 {
    top: 35%;
    right: -100px;
    width: 600px;
    filter: blur(3px);
}
.good-img3 {
    top: 70%;
    left: 5%;
    width: 600px;
    filter: blur(3px);
}
.calc-wrap {
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    border-radius: var(--border-radius-default);
    padding: 30px;
    box-shadow: -5px 6px 24px 5px rgba(0, 0, 0, 0.2);
}
.calc-item:not(:last-child) {
    margin-bottom: 25px;
}
.calc-item-title {
    margin-bottom: 10px;
}
.calc-item-title > img {
    width: 28px;
    margin-right: 10px;
}
.pkgs-list {
    gap: 15px 30px;
    flex-wrap: wrap;
}
.pkg-item {
    border-radius: var(--border-radius-default);
    border: 4px solid var(--bg-color);
    gap: 10px;
    height: 120px;    
    cursor: pointer;
    transition: 0.4s all ease-in-out;
    flex-basis: calc((100% - 60px) / 3);
}
.pkg-item:hover {
    border-color: var(--theme-color);
}
.pkg-item.active {
    background: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}
.pkg-item input[type="checkbox"] {
    display: none;
}
.pkg-label {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}
.pkg-item .qty-wrap {
    display: none;
}
.pkg-item.active .qty-wrap {
    display: flex;
}
.pkg-item .btn {
    display: none;
}
.calc-range-container {
    display: none;
}
.calc-ranges {
    gap: 15px;
}
.calc-range {
    width: 100%;
}
.calc-range {
    width: 100%;
    height: 10px;
    background-color: var(--bg-color);
    accent-color: var(--theme-color);
    appearance: none;
    border-radius: 15px;    
    cursor: pointer;
}
.calc-total {
    background: var(--bg-color);
    gap: 20px;
    border-radius: var(--border-radius-default);
    padding: 35px 25px;
}
.calc-total h3 {
    font-size: 20px;
}
.calc-total-cost {
    font-size: 30px;
    color: var(--theme-color);
    font-weight: 500;
}
.calc-actions {
    gap: 15px;
}
.set-order {
    background: var(--text-color);
    border-color: var(--text-color);
}
.set-order:hover {
    background: #444;
}
.calc-button {
    height: 60px;
}
.agree-chk-wrap {
    gap: 7px;
    color: inherit;
    margin-top: 10px;
    font-size: 14px;
}
.agree-chk-wrap a {
    text-decoration: underline;
}
.agree-chk-wrap > label > input {
    opacity: 0;
    z-index: -1;
}
.agree-chk {    
    width: 20px;
    height: 20px;
    background: var(--white);
    border: 1px solid var(--bg-texture);
    border-radius: 5px;
    transition: 0.35s all ease;
}
.agree-chk:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: var(--theme-color);
    opacity: 0;
    transition: 0.35s all ease;
}
.agree-chk-wrap > label > input:checked + .agree-chk {
    border-color: var(--theme-color);
}
.agree-chk-wrap > label > input:checked + .agree-chk:before {
    opacity: 1;
}
.callback-modal {
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 30px auto;
    background: var(--white);
    padding: 30px;
    border-radius: var(--border-radius-default);
}
.callback-modal h3 {
    font-size: 22px;
    text-align: center;
}
.callback-form {
    width: 100%;    
    gap: 15px;
}
.form-field > input,
.form-field > textarea {
    width: 100%;
    height: 50px;
    padding: 5px 25px;
    border-radius: var(--border-radius-default);
    border: 1px solid var(--grey);
    outline: none;
    transition: 0.35s all ease;
}
.form-field > textarea {
    height: 90px;
    padding: 10px 25px;
}
.form-field > input:focus,
.form-field > textarea:focus {
    border-color: var(--text-second);
}
.form-field label {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}
.form-field label.flex {
    display: flex;
    gap: 10px;
}
.form-field label > img {
    width: 28px;
}
.order-info {
    background: var(--bg-color);
    border-radius: 15px;
    padding: 15px;
}
.order-info:empty {
    display: none;
}
.good-item {
    padding: 40px;
    border-radius: var(--border-radius-default);    
}
.good-item:not(:last-child) {
    margin-bottom: 30px;
}
.good-item-header {
    gap: 30px;
}
.good-item-title {
    font-size: 36px;
    color: var(--theme-color);
    margin-bottom: 10px;
}
.good-item-info {
    flex-basis: 0;
    flex-grow: 1;
}
.good-item-weight {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.good-item-weight div {
    font-size: 30px;
    color: var(--theme-color);
    font-weight: 500;
}
.good-item-cost {
    flex-basis: 0;
    flex-grow: 1;
    text-align: right;
}
.good-item-cost div {
    font-size: 30px;
    color: var(--theme-color);
    font-weight: 500;
}
.good-item-prods {
    padding: 30px 0 10px 0;
}
.prod-item {
    height: auto !important;
    background: var(--bg-color);
    border-radius: var(--border-radius-default);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.set-slider {
    width: 100%;
}
.set-slider-nav .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--white);
    border-radius: 5px;
    border: 1px solid #ddd;
}
.set-slider-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
}
.prod-item-image {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.company-prod .prod-item-image {
    aspect-ratio: 1 / 1;
}
.prod-item-image:after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.75) 100%);*/
    background: radial-gradient(
        ellipse at center,
        rgba(0,0,0,0) 50%,
        rgba(0,0,0,0.4) 80%,
        rgba(0,0,0,0.7) 100%
    );
}
.prod-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod-item-info {
    flex-grow: 1;    
    padding: 20px;
}
.prod-item-info h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.company-prod .prod-item-info h4 {
    margin-bottom: 5px;
}
.prod-item-intro {
    color: #747474;
    margin-bottom: 15px;
    font-size: 16px;
}
.prod-item-desc {
    gap: 5px;
    margin-bottom: 20px;
}
.prod-item-desc p {
    margin: 0 !important;
}
.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--theme-color);
    cursor: pointer;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.services-section .section-header {
    justify-content: center;
    gap: 250px;
}
.services-section .section-title {
    text-align: left;
}
.services-section .section-title span {
    padding-left: 70%;
}
.services-wrap {
    padding: 0 10px 15px;
}
.service-item {
    height: auto;
    border-radius: var(--border-radius-default);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
}
.service-item-image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.service-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s all linear;
}
.service-item:hover .service-item-image img {
    transform: scale(1.16);
}
.service-item-title {
    flex-grow: 1;
    padding: 30px 20px;
    text-align: center;
    font-size: 22px;
}
.service-item-desc {
    display: none;
}
.blockhide {
        display: none;
    }
footer {
    margin-top: auto;
    background: var(--text-second);
}
.footer-contacts {
    padding: 30px 0;
    gap: 15px;
}
.footer-contacts a {
    color: var(--white);
}
.footer-contacts a:hover {
    color: var(--bg-color);
}
.footer-soc {
    gap: 15px;
}
.footer-soc a {
    width: 36px;
    height: 36px;
    border: 2px solid var(--white);
    border-radius: 50%;
    transition: 0.35s all ease;
}
.footer-soc a:hover {
    border-color: var(--bg-color);
}
.footer-soc a:hover svg {
    stroke: var(--bg-color);
}
.footer-bottom {
    font-size: 12px;
    border-top: 1px solid #343434;
    padding: 30px 0;
    gap: 15px;
    color: var(--white);
}
.footer-policy {
    color: var(--white);
}
.footer-policy:hover {
    color: var(--bg-color);
}
.to-up {
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    width: 46px;
    height: 46px;
    background: var(--theme-color);
    color: var(--white);
    border-radius: 50%;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    z-index: 9;
}
.service-popup .callback-modal {
    width: 1000px;
}
.service-data {
    flex-basis: 50%;
    flex-shrink: 0;
    padding-right: 20px;
}
.service-data:empty {
    display: none;
}
.service-data-img {
    border-radius: var(--border-radius-default);
    overflow: hidden;
    height: 250px;
}
.service-data-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-data-title {
    margin: 15px 0 10px 0;
    font-size: 24px;
}
.service-data-desc {
    font-size: 14px;
    line-height: 1.5;
}
.form-data {
    width: 100%;
    gap: 15px;
}
.catalog-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.categories-wrap {
    position: relative;
}
.categories-wrap.loading:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(4px);
    z-index: 2;
}
.catalog-items .prod-item {
    background: var(--white);
}
.catalog-filters-wrap {
    margin-bottom: 50px;
    background: var(--white);
    padding: 15px;
    border-radius: 10px;
    gap: 40px;
    z-index: 3;
}
.filter-remove {
    display: none;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    transition: 0.35s all ease;
}
.filter-remove:hover {
    color: var(--theme-color);
}
.filter-remove.shown {
    display: inline-block;
}
.filter-values {
    display: none;
    background: var(--white);
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    top: 100%;
    left: 0;
    margin-top: 7px;
}
.filter-values .list {
    gap: 10px;
    max-height: 180px;
    overflow-y: auto;
    padding-bottom: 10px;
}
.tag-label {
    gap: 5px;
}
.tag-label > input {
    display: none;
}
.chk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid var(--grey);
    border-radius: 4px;
}
.chk:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: var(--theme-color);
    border-radius: 3px;
    opacity: 0;
    transition: 0.35s all ease;
}
.tag-label > input:checked + .chk:before {
    opacity: 1;
}
.filter-title {
    gap: 5px;
    border: 1px solid var(--grey);
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.35s all ease;
}
.filter-title:hover {
    border-color: var(--text-second);
}
.filter-title.active {
    border-color: var(--text-second);
    background: var(--text-second);
    color: var(--white);
}
.filter-title:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.35s all ease;
}
.filter-title.opened:after {
    transform: rotate(180deg);
}
.filter-title.active:after {
    display: none;
}
.filter-refresh {
    width: 18px;
    height: 18px;
    background-image: url(../images/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.35s all ease;
}
.filter-refresh:hover {
    opacity: 0.75;
}
#pdopage .pagination {
    margin-top: 40px !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 10px;
    list-style: none;
    padding: 0
}
#pdopage .pagination li a, 
#pdopage .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--white);
    border-radius: 3px;
    font-size: 16px;
    transition: 0.35s all ease;
}
#pdopage .pagination li.disabled a {
    background: var(--light-grey);
    color: var(--white);
    pointer-events: none;
}
#pdopage .pagination li.active span {
    background: var(--theme-color);
    color: var(--white);
}
#pdopage .pagination li a:hover {
    background: var(--bg-texture);
}
.prods-slider-nav {
    gap: 20px;
    margin-top: 30px;
}
.prods-slider-scrollbar {
    position: static !important;
}
.prods-slider-scrollbar .swiper-scrollbar-drag {
    background: var(--theme-color) !important;
}
.prods-slider-btns {
    gap: 10px;
}
.prods-slider-btns .swiper-button-next,
.prods-slider-btns .swiper-button-prev {
    position: static !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    color: var(--theme-color);
}
.prods-slider-btns .swiper-button-next:hover,
.prods-slider-btns .swiper-button-prev:hover {
    color: var(--theme-dark);
}
.prods-slider-btns .swiper-button-next:after,
.prods-slider-btns .swiper-button-prev:after {
    display: none !important;
}
.hero-slider-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-slider {
    height: 100%;
}
.hero-slider:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(0turn, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.hero-slider:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(0turn, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.hero-container {
    height: 100%;
    z-index: 4;
}
.hero-body {
    text-align: center;
    height: 100%;
    padding: 50px 0;
}
.hero-body img {
    width: 350px;
}
.hero-body h1 {
    color: var(--white);
    font-size: 70px;
    font-family: var(--font-accent);
    margin: 10px 0 20px 0;
}
.order-info-item {
    margin-bottom: 5px;
    font-size: 13px;
}
.checkout-section {
    margin-top: 60px;
}
.checkout-wrap {
    gap: 30px;
}
.cart-empty {
    background: var(--white);
    margin: 0 auto;
    padding: 25px;
    gap: 10px;
}
.cart-wrap {
    background: var(--white);
    padding: 30px;
    flex-grow: 1;
}
.cart-products {
    flex-grow: 1;
}
.cart-product {
    position: relative;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.cart-product:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.cart-product-left {
    flex-grow: 1;
    align-items: flex-start;
    gap: 20px;
}
.cart-product-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border: 1px solid var(--grey);
    border-radius: 0;
    overflow: hidden;
}
.cart-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.cart-product-body {
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-grow: 1;
}
.cart-product-info {
    flex-direction: column;
    gap: 7px;
}
.cart-product-info > a {
    font-size: 20px;
    text-decoration: none;
    color: var(--text-color);
}
.qty-wrap {
    background: #eee;
}
.qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.qty-field {
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    width: 60px;
    padding: 0;
    margin: 0;
}
.qty-field::-webkit-outer-spin-button,
.qty-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
.qty-field {
    -moz-appearance: textfield;
}
.cart-product-right {
    flex-basis: 20%;
    flex-shrink: 0;
    gap: 20px;
    justify-content: space-between;
}
.cart-product-cost {
    font-size: 20px;
    font-weight: 700;
}
.cart-product-actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.cart-product-remove {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: block;
    cursor: pointer;
}
.order-wrap {
    background: var(--white);
    padding: 30px;
    width: 40%;
    flex-shrink: 0;
}
.order-wrap #msOrder {
    margin-top: 0 !important;
}
.order-block:not(:last-child) {
    margin-bottom: 20px;
}
.order-block h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.order-block .form-field:not(:last-child) {
    margin-bottom: 12px;
}
.order-radios {
    gap: 10px;
}
.order-radio-label > input {
    display: none;
}
.order-radio-wrap {
    gap: 10px;
}
.order-radio {
    width: 20px;
    height: 20px;
    background: #eee;
    border: 2px solid #eee;
    transition: 0.35s all ease;
}
.order-radio:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: var(--white);
    opacity: 0;
    transition: 0.35s all ease;
}
.order-radio-label > input:checked + .order-radio-wrap .order-radio {
    border-color: var(--theme-color);
    background: var(--white);
}
.order-radio-label > input:checked + .order-radio-wrap .order-radio:before {
    opacity: 1;
    background: var(--theme-color);
}
.order-total {
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.order-success {
    background: var(--white);
    padding: 30px;
    margin: 0 auto;
}
.order-success h3 {
    font-size: 24px;
}
.prod-item-form {
    margin-top: auto;
}
.incart-container .product-buy-btn {
    width: 100%;
}
.incart-wrap {
    gap: 5px;
    width: 100%;
}
.incart-wrap .btn {
    width: 50px;
    font-size: 20px;
    font-weight: 700;
}
.incart-wrap a {
    flex-grow: 1;
    background: var(--theme-color);
    color: var(--white);
    text-decoration: none;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.cart-fixed {
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 1;
}
.cart-fixed a {
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    color: var(--white);
}
.header-icon-count {
    top: 2px;
    right: 2px;
    background: var(--white);
    color: var(--theme-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.header-icon-empty {
    display: none;
}
.notavail {
    background: #eee;
    padding: 10px;
    text-align: center;
}
.burger-btn,
.mobile-menu-close {
    display: none;
}
.header-menu-wrap .footer-soc {
    display: none;
}
.navs-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 60px;
}
.nav-item {
    position: relative;
    overflow: hidden;
  /*  border-radius: 10px;*/
    transition: 0.45s all ease;
}
.nav-item > img {
    height: 300px;
    object-fit: cover;
}
.nav-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.nav-item > span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    display: block;
    font-weight: 700;
    color: var(--white);
    z-index: 2;
    font-size: 22px;
}
.nav-item:hover {
    box-shadow: 0px 6px 5px 2px rgba(0, 0, 0, 0.22);
}
.category-wrap:not(:last-child) {
    margin-bottom: 60px;
}
.category-wrap-title {
    margin-bottom: 20px;
    font-size: 40px;
}
.section-reviews .section-header {
    gap: 20px;
}
.review-item.swiper-slide {
    width: 450px;
    height: auto !important;
}
.review-item {    
    background: var(--white);
    padding: 20px;
}
.review-item-top {
    gap: 10px;
    margin-bottom: 15px;
}
.review-item-author {
    gap: 8px;
    font-weight: 600;
}
.review-author-avatar {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/avatar.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.review-item-header {
    gap: 2px;
}
.review-item-date {
    font-size: 14px;
    color: #b1b1b1;
}
.rating-stars {
    flex-direction: row-reverse;
    margin: 0;
    width: fit-content;
}
.rating-stars > li {
    width: 16px;
    height: 16px;
    margin: 0;
}
.rating-stars > li a,
.rating-stars > li > span {
    display: block;
    line-height: 1;
}
.rating-total-bg {
    margin: 0 !important;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background: url(../images/star.svg) left center repeat-x;
}
.review-item-text {
    font-size: 14px;
    line-height: 1.4;
}
.reviews-slider-scrollbar {
    position: static !important;
}
.reviews-slider-scrollbar .swiper-scrollbar-drag {
    background: var(--theme-color) !important;
}
.review-toggler {
    gap: 5px;
    background: var(--theme-color);
    color: var(--white);
    height: auto !important;
    text-align: center;
    width: 450px;    
    cursor: pointer;
}
.review-toggler > div {
    font-weight: 700;
    font-size: 22px;
}
.reviews-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.reviews-list .review-item {
    width: auto !important;
}
.cookie-modal {
    background: #fff;
    box-shadow: 2px 0 6px 2px rgba(0, 0, 0, 0.12);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    display: inline-block;
    border-radius: 8px;
    margin: 10px;
}
.cookie-modal__content {
    font-size: 10px;
    padding: 5px 5px;
    text-align: center;
}
.cookie-modal__content p {
    margin: 0;
}
.cookie-modal__close {
    background: var(--theme-color);
    font-size: 12px;
    color: var(--white);
    line-height: 1;
    border: none;
    padding: 3px 15px;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 4px;
}
.cookie-modal__content a {
    color: var(--theme-color);
}
@media (max-width: 1440px) {
    .section-hello .section-title {
        padding-right: 0;
    }
    .section-hello .section-title span {
        margin-right: 0;
    }
    .good-img3 {
        left: -10%;
    }
}
@media (max-width: 1360px) {
    .hero-img1 {
        width: 500px;
    }
    .hero-img2 {
        width: 500px;
        top: 0;
        left: -100px;
    }
    .hero-img3 {
        width: 550px;
    }
    .about-text {
        padding-top: 0;
    }
    .section-header {
        margin-bottom: 50px;
    }
    .section-title {
        font-size: 60px;
        margin-bottom: 50px;
    }
    .good-img1 {
        width: 400px;
    }
    .good-img2 {
        top: 15%;
        width: 400px;
    }
    .good-img3 {
        left: -10%;
        width: 400px;
    }
    .navs-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
@media (max-width: 992px) {
    .header-menu-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--white);
        padding: 80px 20px 20px;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: 0.4s all ease;
        z-index: 9;
    }
    .header-menu-wrap.shown {
        transform: translateX(0);
    }
    .mobile-menu-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .header-menu {
        gap: 15px;
        flex-direction: column;
        align-items: center;
        font-size: 20px;
    }
    .header-menu-wrap .footer-soc {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        gap: 10px;
    }
    .burger-btn {
        display: block;
    }
    .section {
        padding: 50px 0;
    }
    .section-title {
        font-size: 46px;
    }
    .good-item {
        padding: 25px;
    }
    .services-section .section-header,
    .section-reviews .section-header {
        flex-direction: column;
        gap: 20px;
    }
    .services-section .section-title span {
        padding-left: 0;
        text-align: center;
    }
    .good-item-title {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .prod-item-desc {
        font-size: 14px;
    }
    .about-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .about-img {
        order: -1;
    }
    .about-text {
        font-size: 18px;
    }
    .catalog-items {
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog-items .prod-item-info h4 {
        font-size: 18px;
    }
    .prod-item-intro {
        font-size: 16px;
    }
    .hero-body h1 {
        font-size: 55px;
    }
    .checkout-wrap {
        flex-direction: column;
        align-items: stretch;
    }
    .order-wrap {
        width: 100%;
    }    
    .category-wrap-title {
        font-size: 30px;
    }
    .blockhide {
        display: flex;
    }
    .reviews-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .cookie-modal__content {
        font-size: 8px;
        padding: 5px 5px;
    }
}
@media (max-width: 768px) {
    .hero-body h1 {
        font-size: 45px;
    }
    .hero-img {
        filter: blur(10px);
        opacity: 0.5;
    }
    .section-hello .section-title  {
        text-align: center;
    }
    .pkgs-list {
        gap: 15px;
    }
    .pkg-item {
        flex-basis: calc((100% - 30px) / 3);
    }
    .pkg-label {
        gap: 5px;
        height: 100px;
        font-size: 18px;
    }
    .good-item-header {
        gap: 10px;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .good-item-info {
        flex-basis: 100%;
        text-align: center;
    }
    .good-item-weight {
        text-align: left;
    }
    .good-item-weight,
    .good-item-cost {
        flex-basis: calc((100% - 10px) / 2);
    }
    .footer-contacts {
        flex-direction: column;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 5px;
    }
    .footer-policy {
        order: -1;
    }
    .service-data-title {
        font-size: 20px;
    }
    .catalog-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog-filters-wrap {
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 5px;
        gap: 15px;
    }
    .order-wrap,
    .cart-wrap {
        padding: 15px;
    }
    .cart-product {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        margin-bottom: 30px;
    }
    .cart-product-left {
        align-items: stretch;
    }
    .cart-product-image {
        width: 80px;
        height: 100%;
        max-height: 120px;
    }
    .cart-product-body {
        flex-direction: column;
    }
    .cart-product-info {
        gap: 2px;
        font-size: 12px;
        padding-right: 30px;
    }
    .cart-product-info > a, .cart-product-cost {
        font-size: 14px;
    }
    .cart-product-right {
        flex-basis: 100%;
        gap: 10px;
        align-items: center;
    }
    .cart-product-actions {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .incart-wrap .btn {
        width: 35px;
        height: 35px;
        padding: 0;
    }
    .incart-container .product-buy-btn {
        width: 100%;
        height: 35px;
        padding: 5px 15px;
    }
    .category-wrap:not(:last-child) {
        margin-bottom: 40px;
    }
    .review-item.swiper-slide,
    .review-toggler {
        width: 350px;
    }
    .review-toggler > div {
        font-size: 18px;
    }
    .review-toggler > span {
        font-size: 14px;
    }
    .cookie-modal {
        bottom: 70px;
        width: 80vw;
    }
}
@media (max-width: 580px) {
    body {
        font-size: 14px;
    }
    .hero-body img {
        width: 250px;
    }
    .hero-body h1 {
        font-size: 40px;
        margin: 20px 0;
    }
    .hero-img {
        filter: blur(5px);
        opacity: 0.9;
    }
    .hero-img1 {
        width: 300px;
        bottom: 0;
        top: auto;
    }
    .hero-img2 {
        width: 250px;
        top: 0;
        left: 0;
    }
    .hero-img3 {
        display: none;
    }
    .hero-content {
        gap: 30px;
    }
    .hero-content > img {
        width: 260px;
    }
    .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .nav-item > span {
    font-size: 18px;
    }
    .about-wrap {
        gap: 5px;
    }
    .about-text {
        font-size: 16px;
    }
    .calc-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .calc-item-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .pkg-label {
        height: auto;
        font-size: 14px;
        padding: 15px 5px;
    }
    .calc-total {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }
    .calc-total h3 {
        font-size: inherit;
    }
    .calc-total-cost {
        font-size: 20px;
    }
    .good-img1 {
        left: -50px;
        width: 200px;
    }
    .good-img2 {
        display: none;
    }
    .good-img3 {
        width: 200px;
    }
    .good-item {
        padding: 15px;
    }
    .good-item-weight div,
    .good-item-cost div {
        font-size: 22px;
    }
    .prod-item-info {
        padding: 15px;
    }
    .prod-item-info h4{
        font-size: 18px;
    }
    .prod-item-desc {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .service-item-title {
        padding: 15px;
        font-size: 18px;
    }
    .forw-wrap {
        flex-direction: column;
    }
    .service-data {
        flex-basis: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .catalog-items {
        gap: 10px;
    }
    .catalog-items .prod-item-info h4 {
        font-size: 16px;
    }
    .prod-item-intro {
        font-size: 14px;
    }
    .header-logo {
        width: 90px;
    }
    header.fixed .header-logo {
        width: 75px;
    }
    .header-row {
        gap: 15px;
    }
    .header-contacts {
        gap: 10px;
    }
    .header-phone {
        font-size: inherit;
    }
    header .footer-soc {
        gap: 5px;
    }
    header .footer-soc a {
        border-width: 1px;
        width: 26px;
        height: 26px;
    }
    header .footer-soc a svg {
        width: 18px;
        height: 18px;
    }
    .catalog-items {
        grid-template-columns: repeat(1, 1fr);
    }
    .nav-item > img {
        height: 200px;
    }
    .review-item {
        padding: 12px;
    }
    .review-item-top {
        flex-direction: column;
        text-align: center;
    }
    .review-item-text {
        font-size: 12px;
    }
    .review-item.swiper-slide,
    .review-toggler {
        width: 280px;
    }
    .reviews-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 440px) {
    .hero-body img {
        width: 200px;
    }
    .section {
        padding: 35px 0;
    }
    .section-title {
        position: relative;
        font-size: 26px;
    }
    .calc-wrap {
        padding: 15px;
    }
    .pkgs-list {
        gap: 5px;
    }
    .pkg-item {
        flex-basis: calc((100% - 5px) / 2);
    }
    .calc-button {
        height: 50px;
    }
    .good-item-info,
    .good-item-cost,
    .good-item-weight {
        font-size: 12px;
    }
    .good-item-weight div, 
    .good-item-cost div {
        font-size: 18px;
        line-height: 1;
    }    
    .form-field > input, 
    .form-field > textarea {
        height: 42px;
        padding: 5px 15px;
        border-radius: 10px;
    }
    .agree-chk-wrap {
        font-size: 12px;
    }
    .callback-modal {
        padding: 20px;
    }
    .callback-modal h3 {
        font-size: 16px;
    }
    .form-field label {
        font-size: 12px;
    }
    .service-data-img {
        height: 180px;
    }
    .service-data-title {
        font-size: 18px;
    }
    .service-data-desc {
        font-size: 12px;
    }
    .catalog-filters-wrap {
        padding: 15px;
        flex-direction: column;
    }
    .catalog-items .prod-item-info {
        padding: 8px;
    }
    .catalog-items .prod-item-info h4 {
        font-size: 14px;
        line-height: 1;
    }
    .prod-item-intro {
        font-size: 12px;
    }
    .header-contacts .footer-soc {
        display: none;
    }
    .header-email {
        font-size: 12px;
    }
    .category-wrap-title {
        font-size: 26px;
    }
}