:root {
    --blue: #1d2e4a;
    --beige: #998e7c;
    --light-blue: #5582c5;
    --dark-blue: #1d2e4a;
    --text-blue-700: rgba(29, 46, 74, 0.7);
    --font-family: "Manrope", sans-serif;
    /*--second-family: "Golos", sans-serif;*/
    --second-family: "Kreadon", sans-serif;
    --third-family: "Font Awesome 5 Brands", sans-serif;
    --font3: "Times New Roman", sans-serif;
    --font4: "Font Awesome 5 Free", sans-serif;
    --font5: "Verdana", sans-serif;
    --font6: "Onest", sans-serif;
    --font-kreadon: "Kreadon", sans-serif;
}

.marquiz-widget {
    display: none !important;
}

body {
    font-family: var(--font-family);
    background-color: #F5F5F5;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1440px;
}

.page-title {
    margin: 0;
    font-family: var(--font-kreadon);
    font-weight: 500;
    font-size: 32px;
    color: #1d2e4a;
    text-transform: uppercase;
}

.link-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 30px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    background-color: #1D2E4A;
    transition: background-color .3s;
    cursor: pointer;
}

.link-more:hover,
.link-more:focus,
.link-more:active {
    color: #fff;
    background-color: #5582C5;
}

.page-title-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 74px;
    padding: 28px;
    width: 100%;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 35px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    background: var(--dark-blue);
}

#navigation {
    margin-bottom: 20px;
}

.nav-breadcrumbs {
    white-space: normal;
}

.nav-breadcrumbs span {
    display: inline-block;
}

/*header*/
.mobile-menu-fixed {
    display: none;
}

.header-new {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
}

.header-new-pages {
    padding: 0;
}

.header-container {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 100%;
    transform: translateX(-50%);
}

.header-new-pages .header-container {
    position: static;
    transform: none;
}

.header-top {
    padding: 10px 0;
    width: 100%;
    background: #1D2E4A;
}

.header-new-pages .header-top {
    background: var(--light-blue);
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1440px;
    width: 100%;
}

.header-top-city {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #f5f5f5;
}

.header-top-social {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #f5f5f5;
}

.header-top-social span {
    margin-right: 7px;
}

.header-top-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 0.96px solid #f5f5f5;
    transition: border .3s;
}

.header-top-social-link:hover,
.header-top-social-link:focus,
.header-top-social-link:active {
    /*border-color: #5582C5;*/
    border-color: var(--blue);
}

.header-top-social-link:not(:last-child) {
    margin-right: 10px;
}

.header-top-social-link svg {
    fill: #fff;
    transition: fill .3s;
}

.header-top-social-link:hover svg,
.header-top-social-link:focus svg,
.header-top-social-link:active svg {
    /*fill: #5582C5;*/
}

.header-top-rating {
    margin-right: auto;
    margin-left: 19px;
    width: 107px;
    height: 24px;
    border-radius: 5px;
}

.header-top-rating img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.header-top-phone {
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
    max-width: 100%;
}

.header-top-phone-link {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #f5f5f5;
    transition: color .3s;
}

.header-top-phone-link:hover,
.header-top-phone-link:focus,
.header-top-phone-link:active {
    color: #5582C5;
}

.header-bottom {
    display: flex;
    align-items: center;
    padding: 25px 0;
}

.header-bottom-logo {
    margin-right: 36px;
}

.header-bottom-logo-link {
    display: block;
    width: 100%;
}

.header-bottom-logo-link img {
    display: block;
    width: 100%;
}

.header-bottom-menu {
    width: 100%;
}

.header-bottom-catalog {
    flex-shrink: 0;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-right: 30px;
    width: 114px;
    height: 40px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #1D2E4A;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
    transition: border .3s;
    cursor: pointer;
}

.header-bottom-catalog:hover,
.header-bottom-catalog:focus,
.header-bottom-catalog:active {
    border: 1px solid #5582C5;
}

.header-bottom-callback {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 19px;
    padding: 0 30px;
    width: 181px;
    height: 40px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    text-align: center;
    color: #1D2E4A;
    text-decoration: none;
    border-radius: 10px;
    background: #fff;
    border: none;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

.header-bottom-callback:hover,
.header-bottom-callback:focus,
.header-bottom-callback:active {
    color: #fff;
    background-color: #5582C5;
}

.header-bottom-callback {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: var(--dark-blue);
}

/*home*/
.home-hero {
    position: relative;
    height: 743px;
    width: 100%;
}

.home-hero img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0 0 60px 60px;
    object-fit: cover;
}

.home-hero-content {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1062px;
    transform: translate(-50%, -50%);
}

.home-hero-content-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.home-hero-content-label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px;
    width: 345px;
    height: 55px;
    font-family: var(--font3);
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    background: #5582C5;
    border-radius: 96px;
}

.home-categories-slider {
    width: 100%;
}

.home-categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    width: 100%;
    margin: 0 0 19px 0;
}

.home-category {
    width: auto;
    list-style: none;
}

.home-category-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 241%;
    color: #1D2E4A;
    text-decoration: none;
    background: #fff;
    border-radius: 15px;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

.home-category-link:hover,
.home-category-link:focus,
.home-category-link:active {
    color: #fff;
    background: #1D2E4A;
}

.home-hero-filter {
    padding: 13px 23px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
}

.home-hero-filter .citrus-sf-more {
    display: block !important;
}

.slider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1.20px solid #1D2E4A;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color .3s;
    cursor: pointer;
}

.slider-button:hover,
.slider-button:focus,
.slider-button:active {
    background-color: #1D2E4A;
}

.slider-button svg {
    stroke: #1D2E4A;
}

.slider-button:hover svg,
.slider-button:focus svg,
.slider-button:active svg {
    stroke: #fff;
}

.top-slider-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-item {
    border-radius: 20px;
    background-color: #fff;
}

.product-item-image {
    display: block;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.product-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    transition: transform .3s;
}

.product-item-image:hover img,
.product-item-image:focus img,
.product-item-image:active img {
    transform: scale(1.01);
}

.product-item-info {
    padding: 20px 22px;
}

.product-item-name {
    display: block;
    margin-bottom: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #616D80;
    text-decoration: none;
    transition: color .3s;
}

.product-item-name:hover,
.product-item-name:focus,
.product-item-name:active {
    color: #5582C5;
}

.product-item-line {
    display: block;
    margin: 22px 0 12px 0;
    width: 100%;
    height: 1px;
    background-color: #e0dfe4;
}

.product-item-indicators {
    display: flex;
    align-items: center;
    gap: 18px;
}

.product-item-indicators-price {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 108%;
    color: #1D2E4A;
}

.product-item-indicators-square {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #616D80;
}

.product-item-favorite {
    position: absolute;
    top: 8px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border: none;
    cursor: pointer;
}

.product-item-favorite svg {
    fill: #D1C0AC;
    transition: fill .3s;
}

.product-item-favorite:hover svg,
.product-item-favorite:focus svg,
.product-item-favorite:active svg,
.product-item-favorite._active svg {
    fill: #616D80;
}

.home-callback {
    display: flex;
    gap: 38px;
    margin-bottom: 120px;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    background: var(--blue);
}

.home-callback-title {
    margin-bottom: 0;
    margin-right: auto;
    font-family: var(--font-kreadon);
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    color: #fff;
    text-transform: uppercase;
}

.home-callback-content {
    max-width: 425px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}

.home-callback-content-text {
    display: block;
    margin-bottom: 64px;
    font-weight: 300;
}

.home-callback-content-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 335px;
    max-width: 100%;
    height: 60px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 241%;
    color: #fff;
    text-decoration: none;
    background: var(--light-blue);
    border-radius: 15px;
    border: none;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

.home-callback-content-link:hover,
.home-callback-content-link:focus,
.home-callback-content-link:active {
    color: var(--light-blue);
    background-color: #fff;
}

.home-callback-image {
    width: 34.47%;
}

.home-callback-image img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

/*footer*/
.footer-new {
    padding-top: 70px;
    margin-bottom: 50px;
    border-top: 1px solid #dedede;
}

.footer-title {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 159%;
    color: var(--blue);
    text-transform: none;
    text-align: start;
}

.footer-menu {
    width: auto;
    min-width: 122px;
}

.footer-menu-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    width: auto;
}

.footer-menu li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 149%;
    color: var(--text-blue-700);
    text-decoration: none;
    transition: color .3s;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:active {
    color: var(--light-blue);
}

.footer-container {
    display: flex;
    gap: 20px;
}

.footer-menus {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    max-width: 690px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
}

.footer-menus-top {
    display: flex;
    gap: 39px;
    width: 100%;
}

.footer-menu img {
    display: block;
    margin-top: 20px;
    max-width: 180px;
}

.footer-contacts {
    padding: 20px;
    width: 100%;
    max-width: 335px;
    background: #fff;
    border-radius: 20px;
}

.footer-block {
    width: 100%;
}

.footer-block:not(:last-child) {
    margin-bottom: 17px;
}

.footer-text {
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--blue);
}

.footer-small-text {
    margin: 5px 0 0 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--text-blue-700);
}

.footer-block-column {
    width: 50%;
}

a.footer-text {
    text-decoration: none;
    transition: color .3s;
}

a.footer-text:hover,
a.footer-text:focus,
a.footer-text:active {
    color: var(--light-blue);
}

.footer-block-flex {
    display: flex;
    gap: 10px;
}

.footer-connection {
    width: 100%;
    max-width: 335px;
}

.footer-connection-block {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
}

.footer-connection-social {
    display: flex;
    gap: 15px;
}

.footer-connection-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border: 1.20px solid var(--light-blue);
    border-radius: 10px;
    transition: border .3s;
}

.footer-connection-social a:hover,
.footer-connection-social a:focus,
.footer-connection-social a:active {
    border-color: var(--blue);
}

.footer-callback {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 302px;
    width: 100%;
    height: 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    background: var(--blue);
    border: none;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

.footer-callback:hover,
.footer-callback:focus,
.footer-callback:active {
    color: #fff;
    background-color: var(--light-blue);
}

.footer-copy {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: var(--blue);
}

a.footer-copy {
    text-decoration: none;
    transition: color .3s;
}

a.footer-copy:hover,
a.footer-copy:focus,
a.footer-copy:active {
    color: var(--light-blue);
}

/*contacts*/
.contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 20px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
}

.contacts-left {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 596px;
    width: 100%;
}

.contact-block {
    display: flex;
    justify-content: space-between;
    gap: 37px;
}

.contact-label {
    margin-bottom: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(29, 46, 74, 0.7);
    white-space: nowrap;
    text-transform: none;
}

.contact-block .contact-info {
    display: block;
    margin-top: 0;
    width: 100%;
    max-width: 416px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--dark-blue);
    text-decoration: none;
    transition: color .3s;
}

a.contact-info:hover,
a.contact-info:focus,
a.contact-info:active {
    color: var(--light-blue);
}

.contacts-left-social {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contacts-left-social .contact-label {
    margin-bottom: 10px;
    text-align: start;
}

.contacts-left-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #5582c5;
    transition: border .3s;
}

.contacts-left-social a:hover,
.contacts-left-social a:focus,
.contacts-left-social a:active {
    border: 1px solid var(--dark-blue);
}

.contacts-left-social-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

/*information*/
.information {
    margin-bottom: 100px;
}

@media (max-width: 1400px) {
    .footer-menus {
        gap: 20px;
    }

    .product-item-image {
        height: 260px;
    }
}

@media (max-width: 1250px) {
    .footer-menus {
        gap: 10px;
    }
}

@media (max-width: 1200px) {
    .page-title-blue {
        margin-bottom: 40px;
        padding: 20px;
        font-size: 30px;
    }

    /*header*/
    .header-bottom-logo {
        margin-right: 10px;
    }

    .header-bottom-callback {
        margin-left: 0;
    }

    .home-hero-content-label {
        width: 280px;
        height: 50px;
        font-size: 30px;
    }

    .header-bottom-catalog {
        margin-right: 0;
    }

    .home-hero-content {
        padding: 0 20px;
    }

    .header-bottom-callback {
        display: none;
    }

    /*contacts*/
    .contacts-left-social {
        position: static;
    }
}

@media (max-width: 1024px) {
    .page-title {
        font-size: 28px;
    }

    /*header*/
    .mobile-menu-fixed {
        position: fixed;
        top: 0;
        left: -110%;
        z-index: 2;
        display: block;
        padding: 21px 10px 37px 10px;
        height: 100%;
        background-color: #F5F5F5;
        transition: left .6s;
    }

    .mobile-menu-fixed._open {
        left: 0;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow-y: auto;
    }

    .mobile-menu-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        width: 100%;
    }

    .mobile-menu-top-logo {
        display: block;
        width: max-content;
        max-width: 119px;
        height: max-content;
    }

    .mobile-menu-top-logo img {
        display: block;
        width: 100%;
    }

    .mobile-menu-top-close {
        font-size: 25px;
        font-weight: 300;
        border: none;
        background-color: transparent;
    }

    .mobile-menu-center {
        padding: 10px;
        width: 100%;
        border-radius: 20px 20px 0 0;
        background: #fff;
    }

    .mobile-menu-center-links {
        display: flex;
        align-items: center;
        padding: 10px;
        width: 100%;
        height: 48px;
        border-radius: 15px;
        background: #f5f5f5;
    }

    .mobile-menu-center-link {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px 27px;
        width: 154px;
        height: 30px;
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 14px;
        line-height: 293%;
        color: var(--blue) !important;
        text-decoration: none;
        border-radius: 7px;
    }

    .mobile-menu-center-link:first-child {
        background-color: #fff;
    }

    .new-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-menu-item a {
        color: var(--blue);
    }

    .new-menu-item:last-child {
        display: none;
    }

    .mobile-menu-center-phone {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 10px;
        width: 100%;
        height: 48px;
        background: #f5f5f5;
        border-radius: 15px;
    }

    .mobile-menu-fixed .header-top-phone-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        color: var(--blue);
        text-decoration: none;
        border-radius: 7px;
    }

    .mobile-menu-fixed .header-top-phone-link:first-child {
        background-color: #ffffff;
    }

    .header-top-phone-link span {
        display: none;
    }

    .mobile-menu-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 6px 10px 10px 10px;
        background-color: #fff;
        border-radius: 0 0 20px 20px;
    }

    .mobile-menu .header-top-city {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 14px;
        line-height: 180%;
        color: var(--blue);
    }

    .header-top-city svg {
        fill: var(--blue);
    }

    .mobile-menu-fixed .header-top-social-link {
        border-color: var(--light-blue);
    }

    .mobile-menu-fixed .header-top-social-link svg {
        fill: var(--light-blue);
    }

    .header-bottom-catalog {
        display: flex;
        margin: 0 20px 0 auto;
    }

    /*home*/
    .home-category-link {
        font-size: 14px;
    }

    .header-bottom-menu {
        display: none;
    }

    .home-hero-content-title {
        font-size: 40px;
    }

    .home-callback {
        margin-bottom: 80px;
    }

    .home-callback-title {
        font-size: 28px;
    }

    .home-callback-content-text {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .home-callback-content {
        max-width: 395px;
    }

    .home-callback-content-link {
        width: 300px;
        height: 50px;
    }

    .home-hero img {
        border-radius: 0 0 30px 30px;
    }

    /*footer*/
    .footer-container {
        flex-wrap: wrap;
    }

    .footer-menus {
        max-width: 100%;
        justify-content: space-around;
    }

    .footer-contacts, .footer-connection {
        max-width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 992px) {
    .home-callback-image {
        display: none;
    }

    .home-hero {
        height: 850px;
    }

    .home-hero img {
        border-radius: 0 0 30px 30px;
    }
}

@media screen and (max-width: 850px) {
    .header-top-rating {
        display: none;
    }

    /*contacts*/
    .contacts {
        flex-direction: column;
        gap: 40px;
    }

    .contacts-left {
        gap: 30px;
    }

    .contacts-left {
        max-width: 690px;
    }
}

@media (max-width: 768px) {
    .page-title-blue {
        margin-bottom: 40px;
        padding: 22px;
        font-size: 23px;
    }

    /*header*/
    .header-top-social span {
        display: none;
    }

    .product-item-name {
        margin-bottom: 10px;
    }

    .product-item-indicators-price {
        font-size: 20px;
    }

    .home-hero {
        height: 1075px;
    }
}

@media (max-width: 650px) {
    .page-title {
        text-align: start;
    }

    .link-more {
        white-space: nowrap;
    }

    .header-top-rating {
        display: none;
    }

    .header-top-social {
        margin: 0 auto;
    }

    .home-callback {
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 20px;
    }

    .home-callback-title {
        margin: 0;
    }

    .home-callback-content {
        text-align: center;
    }

    .home-callback-content-link {
        margin: 0 auto;
        max-width: 100%;
    }

    /*footer*/
    .footer-menus-top {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-contacts, .footer-connection {
        max-width: 100%;
    }

    .footer-block {
        max-width: 350px;
    }
}

@media (max-width: 576px) {
    .section__header h1 {
        font-size: 30px;
    }

    /*header*/
    .header-bottom-callback {
        display: none;
    }

    .header-bottom-catalog {
        margin: 0 0 0 auto;
    }

    .header-top-phone {
        display: none;
    }

    .header-top-social {
        margin: 0 0 0 auto;
    }

    .mobile-menu-fixed {
        min-height: 100%;
    }

    /*home*/
    .home-categories-slider {
        margin-bottom: 20px;
    }

    .home-categories {
        justify-content: normal;
        flex-wrap: nowrap;
        gap: 0;
        margin-bottom: 0;
        padding: 0;
        width: 100%;
    }

    .home-hero-content-title {
        font-size: 30px;
    }

    .home-hero-content-label {
        margin-bottom: 30px;
        width: 240px;
        height: 46px;
        font-size: 24px;
    }

    .product-item {
        border-radius: 10px;
    }

    .product-item-image img {
        border-radius: 10px 10px 0 0;
    }

    .product-item-favorite {
        width: 30px;
        height: 30px;
    }

    .home-hero img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0 0 20px 20px;
        object-fit: cover;
    }

    .home-category-link {
        padding: 3px 10px;
        font-size: 14px;
        line-height: 1.8;
        border-radius: 10px;
    }

    .product-item-indicators {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 5px 18px;
    }

    .home-hero-content {
        top: 60%;
    }

    .home-hero {
        height: 1035px;
    }

    /*footer*/
    .footer-connection-block {
        border-radius: 10px;
    }

    .footer-contacts {
        border-radius: 10px;
    }

    .footer-menus {
        border-radius: 10px;
    }

    .home-callback {
        border-radius: 10px;
    }

    /*contacts*/
    h1.contacts-page-title {
        margin-bottom: 40px;
        padding: 22px;
        font-size: 20px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 22px;
    }

    /*home*/
    .product-item-image {
        height: 200px;
    }

    .home-hero {
        height: 1000px;
    }

    .home-hero-content {
        top: 55%;
    }

    /*contacts*/
    .contact-block {
        gap: 20px;
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .header-bottom-logo {
        max-width: 100px;
    }
}

/*get-access-to-all-materials*/
#get-access-to-all-materials {
    max-width: 800px;
}

#get-access-to-all-materials .modal-body {
    display: flex;
    gap: 20px;
}

#get-access-to-all-materials .modal-body-left {
    max-width: 50%;
}

#get-access-to-all-materials .modal-body-left-title {
    margin-top: 73px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #1a3864;
    text-align: start;
}

#get-access-to-all-materials .modal-title {
    display: none;
}

#get-access-to-all-materials .modal-body-right {
    max-width: 50%;
}

#get-access-to-all-materials .modal-body-right-text {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    text-align: center;
}

#get-access-to-all-materials .modal-close-btn {
    margin-left: auto;
}

#get-access-to-all-materials button[type="submit"] {
    font-size: 18px;
    height: 40px;
    border-radius: 5px;
}

#get-access-to-all-materials .agree-block__text {
    font-style: normal;
}

#get-access-to-all-materials .agree-block__text a {
    text-decoration: none;
}

@media (max-width: 576px) {
    .modal-body-left {
        display: none;
    }

    #get-access-to-all-materials .modal-body-left-title {
        display: none;
    }

    #get-access-to-all-materials .modal-title {
        display: block;
        margin-bottom: 0;
        line-height: 1.2;
    }

    #get-access-to-all-materials .modal-body-right {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .header-top-phone-link {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .mobile-menu-fixed .header-top-phone-link {
        font-size: 12px;
    }
}
