html,
body {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Mulish', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
    justify-content: flex-start;
    padding-top: 162px;
}

@media (max-width: 1530px) {
    body {
        gap: 60px;
        padding-top: 140px;
    }
}

*,
*::before,
*::after {
    position: relative;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 40px;
    list-style: auto;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #005789;
    font-weight: 900;
}

h2 {
    font-size: 48px;
    list-style: auto;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #005789;
    font-weight: 900;
}

p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

a {
    text-decoration: none;
}

section {
    width: 100%;
}

.contain_in {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.breadcrumbs {
    width: 100%;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
    margin-bottom: -135px;
    z-index: 95;
}

.not_hero .breadcrumbs {
    margin-bottom: -70px;
}

.breadcrumbs .contain_in {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
}

.breadcrumbs ul li {
    width: max-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs ul li a {
    width: max-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #005789;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumbs ul li .separator {
    width: max-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs ul li .separator img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 162px;
    display: flex;
    flex-direction: column;
    z-index: 100;
    transition: height 0.3s ease;
}

@media (max-width: 1530px) {
    header {
        height: 140px;
    }
}

header .top {
    width: 100%;
    height: 32px;
    background-color: #FFF;
    border-bottom: 1px solid #64B1DA;
}

header .top .contain_in {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

header .top .contain_in .phone {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #00466D;
    width: max-content;
    text-decoration: none;
}

header .center {
    width: 100%;
    height: 81px;
    background-color: #FFF;
}

header .center .contain_in {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

header .center .contain_in .logo {
    width: 255px;
    height: 49px;
    background-image: url(/assets/img/logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

header .center .contain_in .time_work {
    width: max-content;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding-left: 35px;
    background: url(/assets/img/header-clock.svg) no-repeat left center;
    background-size: 24px 24px;
    margin-left: auto;
}

header .center .contain_in .time_work p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #00466D;
    margin: 0;
}

header .center .contain_in .btn_send_call {
    width: 252px;
    height: 51px;
    background: #0085D2;
    border-radius: 41px;
    margin-left: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

header .center .contain_in .btn_send_call:hover {
    background-color: #0077C2;
}

header .bottom {
    width: 100%;
    height: 49px;
}

header .bottom .contain_in {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

header .bottom .contain_in .menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #005789;
    border-radius: 41px;
    padding: 0 30px;
}

header .bottom .contain_in .menu ul {
    width: max-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .bottom .contain_in .menu ul li {
    list-style: none;
}

header .bottom .contain_in .menu ul li a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

header .bottom .contain_in .menu .search {
    width: 289px;
    height: 36px;
    background: #F2F2F2;
    border-radius: 47px;
    margin-left: auto;
    margin-right: -22px;
}

header .bottom .contain_in .menu .search::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background-image: url(/assets/img/header-search.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

header .bottom .contain_in .menu .search input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0 35px 0 20px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

#gradient_header {
    position: fixed;
    width: 100%;
    height: 250px;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, #FFFFFF 50%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
    z-index: 90;
    pointer-events: none;
}

section#hero {
    width: 100%;
    height: 625px;
    transition: height 0.3s ease;
}

@media (max-width: 1024px) {
    section#hero {
        height: 500px;
    }
}

@media (max-width: 768px) {
    section#hero {
        height: 400px;
    }
}

body.page-landscaping section#hero {
    height: 415px;
}

section#hero #sliders {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    margin-top: -50px;
}

section#hero #sliders .slider-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}

section#hero #sliders .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#hero .contain_in {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 56px;
    z-index: 2;
}

body.page-about section#hero .contain_in,
body.page-landscaping section#hero .contain_in,
body.page-new section#hero .contain_in {
    justify-content: flex-end;
}

body.page-about section#hero .contain_in h1,
body.page-landscaping section#hero .contain_in h1,
body.page-new section#hero .contain_in h1 {
    margin-bottom: 95px;
}

section#hero .contain_in h1 span {
    display: block;
    background-color: #FFF;
    padding: 2px 30px;
    width: max-content;
}

section#hero .contain_in h1 .text-blue {
    color: #005789;
}

section#hero .contain_in h1 .text-green {
    color: #006B34;
}

section#hero .contain_in .subtitle {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    text-shadow: 0.1px 0.1px 0.1px #000000;
}

section#hero .contain_in .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

section#hero .contain_in .buttons .btn_send_call {
    width: 252px;
    height: 51px;
    background: #0085D2;
    border-radius: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

section#hero .contain_in .buttons .btn_send_call:hover {
    background-color: #0077C2;
}

section#about {
    width: 100%;
}

section#about .contain_in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#about .contain_in .content {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

@media (max-width: 1200px) {
    section#about .contain_in .content {
        flex-direction: column;
    }

    section#about .contain_in .content .text,
    section#about .contain_in .content .image {
        width: 100% !important;
    }
}

section#about .contain_in .content .text {
    width: 50%;
}

section#about .contain_in .content .image {
    width: 50%;
}

section#about .contain_in .content .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.page-about section#about .contain_in .content .text {
    width: 942px;
}

body.page-about section#about .contain_in .content .text p {
    font-size: 18px;
}

body.page-about section#about .contain_in .content .text ul {
    font-size: 18px;
}

body.page-about section#about .contain_in .content .image {
    width: 428px;
}

section#destinations {
    width: 100%;
}

section#destinations .contain_in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#destinations .contain_in p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}

section#destinations .contain_in .destinations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

section#destinations .contain_in .destinations .destination {
    width: calc((100% - 90px) / 4);
    height: 330px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #005789;
    transition: width 0.3s ease;
}

@media (max-width: 1200px) {
    section#destinations .contain_in .destinations .destination {
        width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 600px) {
    section#destinations .contain_in .destinations .destination {
        width: 100%;
    }
}

section#destinations .contain_in .destinations .destination a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

section#destinations .contain_in .destinations .destination img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

section#destinations .contain_in .destinations .destination h3 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

section#catalog {
    width: 100%;
}

section#catalog .contain_in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#catalog .contain_in .catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

section#catalog .contain_in .catalog .catalog-item {
    width: calc((100% - 12px) / 2);
    height: 381px;
    overflow: hidden;
    transition: all 0.3s ease;
}

section#catalog .contain_in .catalog .catalog-item:nth-child(1) {
    border-top-left-radius: 20px;
}

section#catalog .contain_in .catalog .catalog-item:nth-child(2) {
    border-top-right-radius: 20px;
}

section#catalog .contain_in .catalog .catalog-item:nth-child(3) {
    border-bottom-left-radius: 20px;
}

section#catalog .contain_in .catalog .catalog-item:nth-child(4) {
    border-bottom-right-radius: 20px;
}

section#catalog .contain_in .catalog .catalog-item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

section#catalog .contain_in .catalog .catalog-item img {
    width: 100%;
    height: 381px;
    object-fit: cover;
    transition: all 0.3s ease;
}

section#catalog .contain_in .catalog .catalog-item:hover img {
    transform: scale(1.02);
}

section#catalog .contain_in .catalog .catalog-item h3 {
    position: absolute;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #005789;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    height: 47px;
    background: #FFFFFF;
    border-radius: 33px;
    padding: 0 20px;
}

section#catalog .contain_in .catalog .catalog-item:nth-child(1) h3 {
    top: 30px;
    left: 30px;
}

section#catalog .contain_in .catalog .catalog-item:nth-child(2) h3 {
    top: 30px;
    right: 30px;
}

section#catalog .contain_in .catalog .catalog-item:nth-child(3) h3 {
    bottom: 30px;
    left: 30px;
}

section#catalog .contain_in .catalog .catalog-item:nth-child(4) h3 {
    bottom: 30px;
    right: 30px;
}

section#catalog .contain_in .catalog .wrap {
    position: absolute;
    width: 470px;
    height: 470px;
    background: url(/assets/img/catalog-logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease;
}

section#catalog .contain_in .catalog .catalog-item:nth-child(1):hover~.wrap {
    transform: translate(-50%, -50%) rotate(-5deg);
}

section#catalog .contain_in .catalog .catalog-item:nth-child(2):hover~.wrap {
    transform: translate(-50%, -50%) rotate(5deg);
}

section#catalog .contain_in .catalog .catalog-item:nth-child(3):hover~.wrap {
    transform: translate(-50%, -50%) rotate(5deg);
}

section#catalog .contain_in .catalog .catalog-item:nth-child(4):hover~.wrap {
    transform: translate(-50%, -50%) rotate(-5deg);
}

section#landscaping {
    width: 100%;
}

section#landscaping .contain_in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#landscaping .contain_in .column-text {
    width: 100%;
    column-count: 2;
    column-gap: 30px;
}

section#landscaping .contain_in .column-text p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin: 0 0 20px 0;
}

section#landscaping .contain_in .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 339px;
    gap: 30px;
    width: 100%;
}

@media (max-width: 1200px) {
    section#landscaping .contain_in .content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    section#landscaping .contain_in .content {
        grid-template-columns: 1fr;
        grid-auto-rows: 280px;
    }
}

section#landscaping .contain_in .content .grid-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    background-color: #005789;
    transition: all 0.3s ease;
}

section#landscaping .contain_in .content .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

section#landscaping .contain_in .content .grid-item:hover img {
    transform: scale(1.02);
}

section#landscaping .contain_in .content .grid-item .label {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 33px;
    padding: 13px 30px;
    min-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #005789;
    text-transform: uppercase;
    width: max-content;
    max-width: 90%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

section#landscaping .contain_in .content .item-1 {
    grid-area: 1 / 1 / 2 / 2;
    border-top-left-radius: 20px;
}

section#landscaping .contain_in .content .item-2 {
    grid-area: 1 / 2 / 2 / 3;
}

section#landscaping .contain_in .content .item-3 {
    grid-area: 1 / 3 / 3 / 4;
    border-top-right-radius: 20px;
}

section#landscaping .contain_in .content .item-4 {
    grid-area: 2 / 1 / 3 / 2;
}

section#landscaping .contain_in .content .item-5 {
    grid-area: 2 / 2 / 3 / 3;
}

section#landscaping .contain_in .content .item-6 {
    grid-area: 3 / 1 / 5 / 2;
}

section#landscaping .contain_in .content .item-7 {
    grid-area: 3 / 2 / 4 / 4;
}

section#landscaping .contain_in .content .item-8 {
    grid-area: 4 / 2 / 5 / 3;
}

section#landscaping .contain_in .content .item-9 {
    grid-area: 4 / 3 / 6 / 4;
    border-bottom-right-radius: 20px;
}

section#landscaping .contain_in .content .item-10 {
    grid-area: 5 / 1 / 6 / 3;
    border-bottom-left-radius: 20px;
}

section#landscaping .contain_in .content-text {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-top: 60px;
}

section#landscaping .contain_in .content-text .block-text {
    width: calc(50% - 15px);
}

section#landscaping .contain_in .content-text .block-text h2 {
    margin-bottom: 40px;
}

section#landscaping .contain_in .content-text .block-text p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin: 0 0 20px 0;
}

section#landscaping .contain_in .content-text .block-img {
    width: calc(50% - 15px);
}

section#landscaping .contain_in .content-text .block-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

section#sertificates {
    width: 100%;
    background: rgba(0, 87, 137, 0.07);
    padding: 50px 0;
}

section#sertificates .contain_in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

section#sertificates .contain_in h2 {
    align-self: flex-start;
}

section#sertificates .slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

section#sertificates .slider-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    z-index: 2;
}

section#sertificates .slider-arrow:hover {
    transform: scale(1.1);
}

section#sertificates .slider-viewport {
    width: calc(100% - 60px);
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

@media (max-width: 768px) {
    section#sertificates .slider-arrow {
        display: none !important;
    }

    section#sertificates .slider-viewport {
        width: 100%;
        padding: 0;
    }
}

section#sertificates .sertificates {
    display: flex;
    flex-direction: row;
    gap: 30px;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

section#sertificates .sertificate {
    flex: 0 0 calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    section#sertificates .sertificate {
        flex: 0 0 calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 600px) {
    section#sertificates .sertificate {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

section#sertificates .sertificate img {
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

section#sertificates .slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
}

section#sertificates .slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #C4C4C4;
    cursor: pointer;
    transition: background 0.3s ease;
}

section#sertificates .slider-dot.active {
    background: #005789;
}

section#portfolio {
    width: 100%;
}

section#portfolio .contain_in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

section#portfolio .contain_in h2 {
    align-self: flex-start;
}

section#portfolio .slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

section#portfolio .slider-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    z-index: 2;
}

section#portfolio .slider-arrow:hover {
    transform: scale(1.1);
}

section#portfolio .slider-viewport {
    width: calc(100% - 60px);
    overflow: hidden;
    position: relative;
    padding: 20px 0 0 0;
}

@media (max-width: 768px) {
    section#portfolio .slider-arrow {
        display: none !important;
    }

    section#portfolio .slider-wrapper {
        margin-bottom: 0;
    }

    section#portfolio .slider-viewport {
        width: 100%;
        padding: 0;
    }
}

section#portfolio .portfolio-track {
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

section#portfolio .portfolio-slide {
    flex: 0 0 100%;
    max-width: 100%;
    /* Because portfolio track uses flex, each slide is full width of viewport */
}

section#portfolio .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 240px;
    gap: 30px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    section#portfolio .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
    }
}

@media (max-width: 600px) {
    section#portfolio .portfolio-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 180px;
        gap: 10px;
    }

    section#portfolio .portfolio-item.wide {
        grid-column: span 1;
    }
}

section#portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #005789;
}

section#portfolio .portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

section#portfolio .portfolio-item.wide {
    grid-column: span 2;
}

section#portfolio .portfolio-item .work-title {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FFFFFF;
    border-radius: 33px;
    padding: 10px 20px;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #005789;
    text-transform: uppercase;
}

section#portfolio .portfolio-item .work-location {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

section#portfolio .portfolio-item .work-location img {
    width: 14px;
    height: 18px;
    object-fit: contain;
}

section#portfolio .portfolio-item:hover img:not(.work-location img) {
    transform: scale(1.03);
}

section#portfolio .slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
}

section#portfolio .slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #C4C4C4;
    cursor: pointer;
    transition: background 0.3s ease;
}

section#portfolio .slider-dot.active {
    background: #005789;
}

/* Modal styles */
.portfolio-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.portfolio-modal.active {
    opacity: 1;
    visibility: visible;
}

.portfolio-modal .modal-content {
    max-width: 80%;
    max-height: 80vh;
    border-radius: 10px;
    object-fit: contain;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.portfolio-modal .modal-close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #000;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
}

.portfolio-modal .modal-close:hover {
    color: #005789;
}

.portfolio-modal .modal-prev,
.portfolio-modal .modal-next {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.portfolio-modal .modal-prev:hover,
.portfolio-modal .modal-next:hover {
    transform: translateY(-50%) scale(1.1);
}

.portfolio-modal .modal-prev {
    left: 5%;
}

.portfolio-modal .modal-next {
    right: 5%;
}

.portfolio-modal .modal-prev img,
.portfolio-modal .modal-next img {
    width: 40px;
    height: 40px;
}

section#form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

section#form .left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #005789 url(/assets/img/form-logo.svg);
    background-size: cover;
    background-position: left center;
    padding: 40px 0;
}

section#form .right {
    width: 50%;
    background-image: url(/assets/img/form-img.jpg);
    background-size: cover;
    background-position: center;
}

section#form .left .contain_in {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 100px 0 auto;
    width: 500px;
    max-width: 100%;
}

@media (max-width: 992px) {

    section#form .left,
    section#form .right {
        width: 100%;
    }

    section#form .right {
        height: 300px;
    }

    section#form .left .contain_in {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        max-width: 500px;
    }
}

section#form .left .contain_in h2 {
    align-self: center;
    color: #fff;
}

section#form .left .contain_in form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section#form .left .contain_in form input {
    width: 100%;
    padding: 0 30px;
    border: none;
    outline: none;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    height: 60px;
    background: #FFFFFF;
    border-radius: 47px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

section#form .left .contain_in form input::placeholder,
section#form .left .contain_in form textarea::placeholder {
    color: #000;
    text-transform: uppercase;
}

section#form .left .contain_in form textarea {
    width: 100%;
    padding: 20px 30px;
    border: none;
    outline: none;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    height: 200px;
    background: #FFFFFF;
    border-radius: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    resize: none;
}

section#form .left .contain_in form .block_btn {
    display: flex;
    gap: 22px;
    align-items: center;
}

section#form .left .contain_in form .block_btn .block_checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
}

section#form .left .contain_in form .block_btn .block_checkbox .approval {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: transparent;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section#form .left .contain_in form .block_btn .block_checkbox .approval.active {
    background: url(/assets/img/form-check.svg) no-repeat center;
}

section#form .left .contain_in form .block_btn .block_checkbox p {
    font-size: 12px;
    line-height: 100%;
    color: #fff !important;
}

section#form .left .contain_in form .block_btn .block_checkbox a {
    color: #fff;
    text-decoration: underline;
}

section#form .left .contain_in form .block_btn button {
    width: 149px;
    height: 51px;
    border-radius: 47px;
    background: #0085D2;
    border: none;
    outline: none;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

section#form .left .contain_in form .block_btn button:hover {
    background: #0077C2;
}

@media (max-width: 480px) {
    section#form .left .contain_in form .block_btn {
        flex-direction: column;
        gap: 20px;
    }

    section#form .left .contain_in form .block_btn button {
        width: 100%;
    }

    section#form .left .contain_in h2 {
        font-size: 24px;
    }
}

section#map {
    width: 100%;
    height: 660px;
    margin: -100px 0 0 0;
}

@media (max-width: 1530px) {
    section#map {
        margin-top: -60px;
    }
}

@media (max-width: 1024px) {
    section#map {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    section#map {
        margin-top: -40px;
    }
}

footer {
    width: 100%;
    background-color: #005789;
    margin-top: -100px;
}

@media (max-width: 1530px) {
    footer {
        margin-top: -60px;
    }
}

@media (max-width: 768px) {
    footer {
        margin-top: -40px;
    }
}

footer .contain_in {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

footer .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

@media (max-width: 768px) {
    footer .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    footer .logo-col {
        order: -1;
    }

    footer .links-col ul {
        align-items: center;
    }

    footer .contact-item {
        justify-content: center;
    }

    footer .contact-text {
        align-items: center;
    }
}

footer .footer-col {
    display: flex;
    flex-direction: column;
}

footer .logo-col img {
    height: 49px;
    width: auto;
}

footer .links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .links-col ul li a {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
}

footer .links-col ul li a:hover {
    color: #ccc;
}

footer .contacts-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .contact-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

footer .contact-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

footer .contact-item .contact-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .contact-item .contact-text a,
footer .contact-item .contact-text p {
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

footer .contact-item .contact-text a:hover {
    text-decoration: underline;
}

footer .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

footer .footer-bottom p {
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* ====== Анимации ====== */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Анимация при загрузке страницы для первого блока */
#hero .contain_in h1,
#hero .contain_in .subtitle,
#hero .contain_in .buttons {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUpIn 1s cubic-bezier(0.1, 0, 0.1, 1) forwards;
}

#hero .contain_in h1 {
    animation-delay: 0.2s;
}

#hero .contain_in .subtitle {
    animation-delay: 0.4s;
}

#hero .contain_in .buttons {
    animation-delay: 0.6s;
}

@keyframes fadeUpIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Call Modal */
.call-modal {
    position: fixed;
    z-index: 1500;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.call-modal.active {
    visibility: visible;
    opacity: 1;
}

.call-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 87, 137, 0.6);
}

.call-modal-content {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px 50px;
    width: 600px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 1;
    transform: scale(0.9);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 600px) {

    .mobile-side-menu .btn_send_call {
        width: 100%;
        height: 46px;
        background: #0085D2;
        border-radius: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #FFFFFF !important;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .call-modal-content {
        padding: 30px 20px;
        gap: 20px;
    }

    .call-modal-content h2 {
        font-size: 22px !important;
    }

    .call-modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 50px;
        line-height: 1;
        color: #ccc;
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        transition: color 0.3s;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.call-modal.active .call-modal-content {
    transform: scale(1);
}

.call-modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 50px;
    line-height: 1;
    color: #ccc;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    transition: color 0.3s;
}

.call-modal-close:hover {
    color: #005789;
}

.call-modal-content h2 {
    color: #005789;
    margin: 0;
    text-align: center;
    font-size: 40px;
}

.call-modal-content form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.call-modal-content form input {
    width: 100%;
    padding: 0 30px;
    border: 1px solid #D9D9D9;
    outline: none;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #000;
    height: 60px;
    background: #F9F9F9;
    border-radius: 47px;
}

.call-modal-content form textarea {
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #D9D9D9;
    outline: none;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #000;
    height: 150px;
    background: #F9F9F9;
    border-radius: 25px;
    resize: none;
}

.call-modal-content form .block_btn {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .call-modal-content form .block_btn {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .call-modal-content form .block_btn button {
        width: 100% !important;
    }
}

.call-modal-content form .block_btn .block_checkbox {
    display: flex;
    gap: 10px;
    align-items: center;
}

.call-modal-content form .block_btn .block_checkbox .approval {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #005789;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.call-modal-content form .block_btn .block_checkbox .approval.active {
    background: #005789 url(/assets/img/form-check.svg) no-repeat center;
}

.call-modal-content form .block_btn .block_checkbox p {
    font-size: 12px;
    line-height: 100%;
    color: #000 !important;
}

.call-modal-content form .block_btn .block_checkbox a {
    color: #005789;
    text-decoration: underline;
}

.call-modal-content form .block_btn button {
    width: 180px;
    height: 51px;
    border-radius: 47px;
    background: #0085D2;
    border: none;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.call-modal-content form .block_btn button:hover {
    background: #005789;
}

/* New Products */
section#newProducts .top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

section#newProducts .top-line h2 {
    margin: 0;
}

section#newProducts .top-line a {
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #005789;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

section#newProducts .top-line a:hover {
    color: #000;
}

section#newProducts .content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.new-product-card {
    width: calc((100% - 60px) / 4);
    height: 395px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: box-shadow 0.3s;
}

.new-product-card:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.new-product-card .image-box {
    width: 100%;
    height: 235px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

.new-product-card .image-box img.label {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 2;
}

.new-product-card .image-box .age-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 5px 10px;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    color: #5B84A0;
    z-index: 2;
}

.new-product-card .image-box img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.new-product-card .title-box {
    width: 100%;
    height: 100px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    color: #005789;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.new-product-card .title-box:hover {
    color: #000;
}

/* Steps Layout */
section#steps .contain_in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#steps .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    gap: 20px;
    position: relative;
    width: 150px;
    height: 205px;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(0, 87, 137, 0.5) 100%);
    border-radius: 20px;
}

.step-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    text-transform: uppercase;
    color: #005789;
}

.step-text {
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #7E7E7E;
}

.step-arrow {
    flex-shrink: 0;
    margin-left: -17px;
}

.new-product-card .info-box {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    gap: 5px;
}

.new-product-card .info-box p {
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
}

.new-product-card .info-box .article {
    color: #999999;
    font-size: 12px;
}

.new-product-card .info-box .dimensions {
    color: #5B84A0;
}

section#video {
    width: 100%;
}

section#video .contain_in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#video .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-block {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    background: url(/assets/img/video-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.video-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.video-block .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
}

.video-block .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-block .play-btn img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

section#catalog .catalog-page {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

section#catalog .catalog-page-left {
    width: 362px;
}

section#catalog .catalog-page-left ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

section#catalog .catalog-page-left ul li {
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #005789;
    border-radius: 6px;
    transition: 0.3s;
}

section#catalog .catalog-page-left ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 14px 20px;
}

section#catalog .catalog-page-left ul li:hover {
    background-color: #0070B1;
}

section#catalog .catalog-page-left ul li.active {
    background: #0070B1 url(/assets/img/catalog-page-active.svg) no-repeat left center;
}

section#catalog .catalog-page-left .show-all-btn {
    display: none;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    background-color: #005789;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

section#catalog .catalog-page-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 30px;
}

section#catalog .catalog-page-right .product-card {
    width: calc((100% - 60px) / 3);
    height: auto;
    max-height: 375px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: box-shadow 0.3s;
}

section#catalog .catalog-page-right .product-card:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

section#catalog .catalog-page-right .product-card .image-box {
    width: 100%;
    height: 235px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

section#catalog .catalog-page-right .product-card .image-box img.label {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 2;
}

section#catalog .catalog-page-right .product-card .image-box .age-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 5px 10px;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    color: #5B84A0;
    z-index: 2;
}

section#catalog .catalog-page-right .product-card .image-box img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

section#catalog .catalog-page-right .product-card .title-box {
    width: 100%;
    height: 77px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    color: #005789;
    margin: auto;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

section#catalog .catalog-page-right .product-card .title-box:hover {
    color: #000;
}

section#catalog .catalog-page-right .product-card .info-box {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    margin: auto;
    gap: 5px;
}

section#catalog .catalog-page-right .product-card .info-box p {
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
}

section#catalog .catalog-page-right .product-card .info-box .article {
    color: #999999;
    font-size: 12px;
}

section#catalog .catalog-page-right .product-card .info-box .dimensions {
    color: #5B84A0;
}


section#catalog .catalog-page-right .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

section#catalog .catalog-page-right .pagination ul {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

section#catalog .catalog-page-right .pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 56px;
}

section#catalog .catalog-page-right .pagination ul li.page-item {
    display: none;
}

section#catalog .catalog-page-right .pagination ul li.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #005789;
    background-color: #FFF;
    border-radius: 6px;
    transition: 0.3s;
    width: 56px;
    height: 56px;
    filter: drop-shadow(0px 1px 5.2px rgba(0, 0, 0, 0.15));
    overflow: hidden;
}

section#catalog .catalog-page-right .pagination ul li.page-number.active {
    color: #FFF;
    background-color: #005789;
}

section#catalog .catalog-page-right .pagination ul li.page-number a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #005789;
    background-color: #FFF;
}

section#catalog .catalog-page-right .pagination ul li.page-number.active a {
    color: #FFF;
    background-color: #005789;
}

section#catalog .catalog-page-right .pagination ul li.page-number:not(.active):hover a {
    color: #FFF;
    background-color: #0070B1;
}

/* Product Page Layout */
section#product .product-title {
    font-size: 36px;
    color: #005789;
    margin-bottom: 40px;
    text-transform: uppercase;
}

section#product .product-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

section#product .product-page-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 0;
}

section#product .product-page-right {
    width: 370px;
}

/* Gallery */
.product-gallery {
    display: flex;
    gap: 20px;
    height: 590px;
}

.product-gallery .main-image {
    flex: 1;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.product-gallery .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.color-options {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.color-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.color-circle span {
    flex: 1;
}

.mini-slider-wrapper {
    width: 115px;
    height: 590px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.mini-arrow {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
    padding: 5px 0;
    z-index: 2;
    transition: 0.3s;
    outline: none;
    width: 100%;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.mini-arrow:hover {
    /*opacity: 0.9;*/
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.mini-arrow.mini-up {
    margin: 0 0 5px 0;
}

.mini-arrow.mini-down {
    margin: 5px 0 0 0;
}

.mini-arrow img {
    width: 24px;
}

.mini-arrow.mini-down img {
    transform: rotate(180deg);
}

.mini-viewport {
    flex: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
    border-radius: 10px;
}

.mini-track {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-out;
}

.mini-slide {
    width: 115px;
    height: 115px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
    background: #fff;
}

.mini-slide.active {
    border: 2px solid #005789;
}

.mini-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Description */
.product-description,
.product-info-block {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 35px 40px;
}

.product-info-block {
    position: sticky;
    top: 180px;
    padding: 20px 30px;
}

.product-description h3 {
    font-family: 'Mulish', sans-serif;
    color: #005789;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.product-description p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 15px;
    color: #000;
}

.product-description ul,
.product-description ol {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    padding-left: 25px;
}

.product-description p:last-child {
    margin-bottom: 0;
}

/* Right block info */
.article-info {
    font-family: 'Mulish', sans-serif;
    font-size: 30px;
    color: #005789;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.article-info span {
    color: #000;
}

.info-section {
    margin-bottom: 30px;
}

.info-section h4 {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #005789;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.info-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-section ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.info-section ul li span:first-child {
    color: #0085D2;
}

.info-section ul li span:last-child {
    color: #000;
    font-weight: 400;
}

.info-section ul li .dots {
    flex: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 10px;
    position: relative;
    top: -4px;
}

.info-section img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}

.product-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-buttons .btn {
    width: 100%;
    height: 50px;
    border-radius: 47px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.product-buttons .btn-green {
    background: #006D44;
}

.product-buttons .btn-green:hover {
    background: #004d30;
}

.product-buttons .btn-blue {
    background: #0085D2;
}

.product-buttons .btn-blue:hover {
    background: #005789;
}

/* News Page */
section#news {
    padding: 30px 0 60px 0;
}

section#news .contain_in {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

section#news h2 {
    margin-bottom: 40px;
}

section#news .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .news-item {
        flex-direction: column;
        gap: 20px;
    }
}

.news-image {
    width: 284px;
    height: 255px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px #D5D5D5;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .news-image {
        width: 100%;
        height: 200px;
    }
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 10px;
}

.news-date {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: rgba(0, 87, 137, 0.7);
    margin-bottom: 20px;
}

.news-date::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #005789;
    opacity: 0.3;
}

.news-title {
    font-family: 'Mulish', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #005789;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 1.3;
    text-decoration: none;
}

.news-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}

section#new {
    width: 100%;
    padding: 30px 0 60px 0;
}

section#new .contain_in {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section#new .news-date {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: rgba(0, 87, 137, 0.7);
    margin-bottom: 0;
}

section#new .news-date::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #005789;
    opacity: 0.3;
}

section#new .news-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

section#new .news-content .text {
    width: calc(50% - 15px);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 140%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section#new .news-content .text h2 {
    font-size: 26px;
    line-height: 120%;
}

section#new .news-content .text h3 {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #005789;
    font-weight: 900;
}

section#new .news-content .text p {
    margin: 0;
}

section#new .news-content .text ul,
section#new .news-content .text ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px;
}

section#new .news-content .text li {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin: 0;
}

section#new .news-content .image-block {
    display: flex;
    width: calc(50% - 15px);
    flex-direction: column;
    gap: 30px;
}

section#new .news-content .image-block .image {
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section#new .news-content .image-block .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

section#new .news-content .image-block .image p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 140%;
    text-align: center;
    margin: 0;
}

section#new .news-content .image-block .image p span {
    font-weight: 700;
}

section#contacts {
    width: 100%;
}

section#contacts .contain_in {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section#contacts .content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

section#contacts .content {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

section#contacts .content .left {
    width: calc(30% - 15px);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 140%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section#contacts .content .right {
    width: calc(70% - 15px);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 140%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1200px) {
    section#contacts .content {
        flex-direction: column;
    }

    section#contacts .content .left,
    section#contacts .content .right {
        width: 100% !important;
    }
}

section#contacts .content .left h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #005789;
    text-transform: uppercase;
    margin: 0;
}

section#contacts .content .left h2.mt20 {
    margin-top: 20px;
}

section#contacts .content .left p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -5px;
    font-size: 18px;
}

section#contacts .content .left a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000000;
    margin-top: -5px;
    font-size: 18px;
}

section#contacts .content .left.gap5 {
    gap: 5px;
}

section#contacts .content .left.gap5 h2 {
    margin-bottom: 25px;
}

section#contacts .content .left.gap5 p {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}

section#contacts .content .right #map {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}

section#contacts .content .right .img {
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section#contacts .content .right .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

/* --- Mobile Menu Styles --- */
.mobile-phone-btn,
.burger-menu {
    display: none;
}

@media (max-width: 1530px) {
    header .center .contain_in .logo {
        width: 180px;
    }

    header .center .contain_in .btn_send_call {
        width: 180px;
        margin-left: 10px;
        font-size: 12px;
    }

    header .center .contain_in .time_work {
        padding-left: 25px;
        background-size: 20px 20px;
    }

    header .center .contain_in .time_work p {
        font-size: 14px;
    }

    header .bottom .contain_in .menu ul {
        gap: 10px;
    }

    header .bottom .contain_in .menu ul li a {
        font-size: 12px;
    }

    header .bottom .contain_in .menu .search {
        width: 180px;
    }

    section#hero .contain_in {
        gap: 20px;
        padding: 20px 20px 0 20px;
    }

    section#hero .contain_in h1 span {
        font-size: 30px;
        padding: 2px 20px;
    }

    section#hero .contain_in .subtitle {
        font-size: 18px;
        line-height: 120%;
    }
}

@media (max-width: 1300px) {
    .burger-menu {
        display: flex;
    }
}

@media (max-width: 1300px) {

    header .top,
    header .bottom,
    header .center .time_work,
    header .center .btn_send_call {
        display: none !important;
    }

    header {
        height: 70px !important;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2000;
    }

    header .center {
        height: 100%;
    }

    header .center .contain_in {
        justify-content: space-between;
        padding: 0 15px;
    }

    header .center .contain_in .logo {
        width: 200px;
        height: 45px;
    }

    .mobile-phone-btn {
        display: flex;
        width: 32px;
        height: 32px;
        margin-left: auto;
        margin-right: 20px;
    }

    .mobile-phone-btn img {
        width: 100%;
        height: 100%;
    }

    .burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        cursor: pointer;
        position: relative;
        z-index: 2002;
    }

    .burger-menu span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #005789;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

    /* Burger animation when active */
    .burger-menu.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    body {
        padding-top: 70px !important;
        gap: 50px;
    }

    .contain_in {
        padding: 0 20px;
    }
}

/* Mobile side menu drawer */
.mobile-side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    /* Hidden by default */
    width: 85%;
    max-width: 350px;
    height: 100%;
    background: #fff;
    z-index: 2001;
    /* Much higher than header */
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}

.mobile-side-menu.active {
    right: 0;
    visibility: visible;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    display: none;
    backdrop-filter: blur(2px);
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-side-menu .menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.mobile-side-menu .menu-top .logo {
    width: 140px;
    height: 30px;
    background-image: url(/assets/img/logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-side-menu .menu-top .close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 40px;
    color: #005789;
    cursor: pointer;
    margin-top: -20px;
}

.mobile-side-menu .menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-side-menu .menu-content ul li {
    margin-bottom: 15px;
}

.mobile-side-menu .menu-content ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #005789;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-side-menu .menu-content .search {
    margin-top: 30px;
    position: relative;
}

.mobile-side-menu .menu-content .search input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.mobile-side-menu .mobile-contacts {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-side-menu .mobile-contacts a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    gap: 10px;
}

.mobile-side-menu .mobile-contacts .email-link {
    color: #005789;
    text-decoration: underline;
}

.mt20 {
    margin-top: 20px;
}

/* Grid Adaptations */
@media (max-width: 768px) {

    p {
        font-size: 16px;
    }

    #gradient_header {
        display: none;
    }

    .breadcrumbs {
        display: none;
    }

    section#catalog .contain_in .catalog .catalog-item {
        width: 100%;
        border-radius: 20px !important;
        margin-bottom: 15px;
    }

    section#catalog .contain_in .catalog .wrap {
        display: none;
    }

    section#landscaping .contain_in .content {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
    }

    section#landscaping .contain_in .content .grid-item {
        border-radius: 20px !important;
        grid-area: auto;
    }

    section#about .contain_in .content {
        flex-direction: column;
    }

    section#about .contain_in .content .text,
    section#about .contain_in .content .image {
        width: 100%;
    }

    section#newProducts .content .new-product-card {
        width: 100%;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 28px;
    }

    section#hero .contain_in h1 span {
        padding: 2px 15px;
        font-size: 22px;
    }

    .contain_in {
        padding: 0 15px;
    }

    body {
        gap: 40px !important;
    }

    section#catalog .contain_in .catalog .catalog-item:nth-child(1) h3,
    section#catalog .contain_in .catalog .catalog-item:nth-child(2) h3,
    section#catalog .contain_in .catalog .catalog-item:nth-child(3) h3,
    section#catalog .contain_in .catalog .catalog-item:nth-child(4) h3 {
        top: auto;
        bottom: 20px;
        left: 20px;
        right: 20px;
        width: auto;

    }

    section#landscaping .contain_in .content .grid-item .label {
        bottom: 20px;
    }

    .call-modal-content form input {
        height: 40px;
    }

    .page-about section#hero {
        height: 300px;
        overflow: hidden;
    }

    .page-about section#hero #sliders {
        margin: 0;
    }

    section#map {
        height: 400px;
    }

    body.page-about section#hero .contain_in h1,
    body.page-landscaping section#hero .contain_in h1,
    body.page-new section#hero .contain_in h1 {
        margin-bottom: 20px;
    }

    section#steps {
        width: 100%;
    }

    section#steps .content {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
        padding: 0 15px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    section#steps .content .step {
        width: 100%;
    }

    section#steps .content .step-arrow {
        width: 80px;
        margin-left: -8px;
    }

    section#contacts,
    section#catalog {
        padding-top: 50px;
    }

    section#catalog .catalog-page-right {
        width: 100%;
    }

    section#catalog .catalog-page-right .product-card {
        width: 100%;
    }

    section#catalog .catalog-page-left {
        width: 100%;
    }

    section#catalog .catalog-page-left ul li {
        width: 100%;
    }

    /* Скрываем все пункты списка <li>, у которых НЕТ класса .active */
    section#catalog .catalog-page-left ul li:not(.active) {
        display: none;
    }

    /* Показываем кнопку */
    section#catalog .catalog-page-left .show-all-btn {
        display: block;
    }

    /* Когда с помощью JS мы добавим класс .expanded контейнеру, 
       мы снова покажем все скрытые пункты */
    section#catalog #catalog-container.expanded ul li:not(.active) {
        display: list-item;
    }

    section#landscaping .contain_in .column-text {
        column-count: 1;
    }

    section#landscaping .contain_in .content-text {
        flex-direction: column;
        margin-top: 20px;
    }

    section#landscaping .contain_in .content-text .block-text {
        width: 100%;
    }

    section#landscaping .contain_in .content-text .block-img {
        width: 100%;
        height: auto;

    }

    section#new .news-content {
        flex-direction: column;
    }

    section#new .news-content .text {
        width: 100%;
    }

    section#new .news-content .image-block {
        width: 100%;
        height: auto;
    }

    section#product {
        padding-top: 50px;
    }

    section#product .product-title {
        font-size: 26px;
    }

    section#product .product-content {
        flex-direction: column;
    }

    section#product .product-page-right {
        width: 100%;
    }

    .product-info-block {
        position: static !important;
    }

    .product-gallery {
        flex-direction: column;
        height: auto;
    }

    .product-gallery .main-image {
        height: auto;
        aspect-ratio: 1;
    }

    .mini-slider-wrapper {
        width: 100%;
        height: 100px;
        flex-direction: row;
    }

    .mini-track {
        flex-direction: row;
        padding: 0 15px;
    }

    .mini-viewport {
        width: auto;
        height: 115px;
        overflow: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
        border-radius: 0;
    }

    .mini-arrow {
        display: none;
    }

    .product-description,
    .product-info-block {
        border-radius: 10px;
        padding: 30px 20px;
    }

    footer .links-col ul li a {
        font-size: 16px;
    }

}

@media (max-width: 480px) {

    body {
        padding-top: 70px !important;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 24px;
    }

    section#hero .contain_in h1 {
        background: rgba(255, 255, 255, 0.7);
        padding: 5px;
    }

    section#hero .contain_in h1 span {
        font-size: 26px;
        display: inline;
        padding: 0;
        background: none;
    }

    section#hero {
        height: auto;
    }

    section#hero .contain_in .buttons {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
        gap: 10px;
    }

    section#hero .contain_in .buttons .btn_send_call {
        width: 100%;
        height: 40px;
    }

    .portfolio-modal .modal-prev,
    .portfolio-modal .modal-next {
        padding: 0;
    }

}