html,
body {
    margin: 0;
}

button[type="button"] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.breadcrumbs {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 3vh;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.breadcrumbs ul {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    flex-wrap: wrap;
    margin: 0;
}

.breadcrumbs ul li .breadcrumb-str {
    font-family: var(--desktop-h5-font-family);
    font-size: var(--desktop-h5-font-size);
    font-weight: var(--desktop-h5-font-weight);
    line-height: var(--desktop-h5-line-height);
    color: var(--secondarygrey-1);
}

.breadcrumbs ul .breadcrumb-end {
    font-family: var(--desktop-h5-font-family);
    font-size: var(--desktop-h5-font-size);
    font-weight: var(--desktop-h5-font-weight);
    line-height: 22px;
    color: var(--secondarygrey-2);
}

.breadcrumb-str span,
.breadcrumb-end span {
    padding-left: 5px;
}

.politic-page-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.main-h1 {
    font-weight: var(--desktop-h2-font-weight);
    font-size: var(--desktop-h2-font-size);
    letter-spacing: var(--desktop-h2-letter-spacing);
    line-height: var(--desktop-h2-line-height);
    color: var(--primaryblue-1);
    text-transform: uppercase;
    transform: scaleX(0.9) scaleY(1.1);
}

.product-h1 {
    font-weight: var(--desktop-small-h1-font-weight);
    font-size: var(--desktop-small-h1-font-size);
    letter-spacing: var(--desktop-small-h1-letter-spacing);
    line-height: var(--desktop-small-h1-line-height);
    color: var(--primaryblue-1);
    transform: scaleX(0.9) scaleY(1.1);
}

button[type="button"]:focus {
    outline: none;
}

.shine-button {
    position: relative;
    overflow: hidden;
}

.shine-button:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 88px;
    width: 45px;
    position: absolute;
    top: 0px;
    left: -150px;
    transform: skewX(45deg);
}

.shine-button:hover:before {
    left: 150%;
    transition: .5s ease-in-out;
}

.call-btn {
    width: 100%;
    height: 100%;
    font-family: var(--desktop-h5-font-family);
    font-size: var(--desktop-h5-font-size);
    font-weight: var(--desktop-h5-font-weight);
    line-height: var(--desktop-h5-line-height);
    color: var(--secondarygrey-1);
}

.div404 {
    background-color: var(--primaryblue-1);
    border-top: 1px solid var(--primaryblue-2);
    border-bottom: 1px solid var(--primaryblue-2);
}

.single-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px 0 50px;
    margin: 0 auto;
    max-width: 1440px;
}

.main h2 {
    margin: 0;
    font-weight: var(--desktop-h2-font-weight);
    font-size: var(--desktop-h2-font-size);
    line-height: var(--desktop-h2-line-height);
    text-align: center;
    letter-spacing: var(--desktop-h2-letter-spacing);
    display: inline-flex;
    padding-left: 30px;
}

.category-title .category-title-text .abswr .abs {
    display: block;
}

.category-title .category-title-text .abswr {
    display: block;
}

/* КАТАЛОГ */

.catalog-categoreis-block {
    padding-bottom: 110px;
    width: 100%;
    margin-top: 15px;
}

.categories-wrapper {
    text-align: center;
    margin: 0 auto;
    max-width: 1440px;
}

.category-block-wrapper {
    list-style-type: none;
    cursor: pointer;
    width: 415px;
    height: 509px;
    border: 1px solid var(--primaryblue-1);
    display: inline-flex;
    flex-direction: column;
    margin: 5px;
    transition: box-shadow 0.3s ease-in-out;
}

.category-block-wrapper:hover {
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.8);
}

.category-block-wrapper .category-block {
    padding: 30px 30px 0 30px;
}

.category-title-wrapper:hover .category-block {
    box-shadow: 3px 2px 2px var(--primaryblue-1);
}

.category-title-wrapper {
    flex-direction: column;
}

.link-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.slider-item .link-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contents {
    display: block;
    width: 50%;
    height: 100%;
    padding: 0 20px;
}

.category-group-button {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-group-wrapper .vertical-line-block {
    background-color: var(--primaryblue-1);
    height: 52px;
    width: 1px;
}

.category-title-wrapper .category-title {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.category-img {
    width: 353px;
    height: 360px;
    overflow: hidden;
}

.category-img img {
    height: 360px;
    width: 353px;
}

.category-title-text {
    font-size: 2rem;
    line-height: 40px;
    letter-spacing: -1px;
    color: #000000;
    text-align: left;
}

.category-title-wrapper {
    width: 100%;
    display: flex;
}

.category-group-wrapper,
.button-text-wrapper {
    display: flex;
    justify-content: space-between;
}

.category-group-wrapper {
    border-top: 1px solid var(--primaryblue-1);
    height: 53px;
}

.hidden-gallery {
    display: none;
}

.active-gallery {
    display: flex;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid,
.plyr__controls {
    display: none;
}

.video-wrapper {
    position: relative;
    display: inline-block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 60px;
    transition: opacity 0.5s;
}

.small-play-btn {
    width: 40px;
    height: 30px;
    font-size: 20px;
    cursor: auto;
}

.play-btn.hidden {
    opacity: 0;
    pointer-events: none;
}

video {
    display: block;
    width: 100%;
    height: auto;
}

.button-text-span {
    line-height: 24px;
    color: #000000;
    width: 100px;
}

.page-header-block {
    height: 14vh;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid var(--primaryblue-1);
    border-top: 1px solid var(--primaryblue-1);
}

.page-lines {
    position: relative;
}

.page-lines img {
    position: absolute;
    right: -130px;
}

.our-values-wrapper {
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(66, 76, 100, 0.5);
    border-bottom: 1px solid rgba(66, 76, 100, 0.5);
}

.our-values-wrapper .our-values-image {
    padding: 30px;
}

.our-values-wrapper .our-values-image img {
    width: 100%;
}

.our-values-image,
.our-values-text {
    width: 100%;
    padding: 2%;
}

.our-values-text p {
    margin: 0 0 5% 0;
    font-size: var(--desktop-p-font-size);
}

.our-values-block h2 {
    margin: 60px 0 10px;
    text-align: center;
    color: #1E1E1E;
    display: inline-flex;
}

.our-values-block {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

/* УСЛУГИ */

.services-page-wrapper {
    padding-bottom: 130px;
}

.service-img {
    width: 100%;
}

.service-item {
    padding: 30px;
    border-bottom: 1px solid var(--primaryblue-1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.service-item img {
    height: 460px;
}

.service-item-title {
    font-family: var(--desktop-h2-font-family);
    font-size: var(--desktop-h2-font-size);
    font-weight: var(--desktop-h2-400-font-weight);
    line-height: var(--desktop-h2-line-height);
    color: var(--primaryblack);
}

.service-item-text-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.service-item-desc {
    font-weight: var(--desktop-p-font-weight);
    font-size: var(--desktop-p-font-size);
    letter-spacing: var(--desktop-p-letter-spacing);
    line-height: var(--desktop-p-line-height);
    color: var(--primaryblue-1);
    text-align: justify;
}

.service-item-desc p {
    text-indent: 2cap;
}

.order-button {
    width: 184px;
    height: 48px;
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--primaryblue-1);
    font-weight: 600;
    font-size: 1em;
    line-height: 2em;
    color: #FFFFFF;
}

.order-button button {
    color: white;
}

/* НАША КОМАНДА */

.teammate-details-wrapper .name-text {
    font-size: 2rem;
    line-height: 2.2rem;
}

.teammate-details-wrapper .position-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    opacity: 0.5;
}

.teammate-details-wrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

/* БЛОК ОТЗЫВОВ */

.feedback-block {
    width: 1440px;
    overflow: hidden;
    background-color: #1E1E1E;
}

.feedback-block .h2-title-block {
    width: 1440px;
    overflow: hidden;
    color: #FFF;
}

.feedback-slider-block {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

.feedback-block .slider-item {
    border-right: 1px solid #F2F2F2;
    flex-shrink: 0;
}

.feedback-block-scrollbar-container {
    background-color: #000;
    border-bottom: 1px solid #FFF;
}

.feedback-line-block {
    background-color: #FFF;
}

.feedback-page {
    background-color: #EAEAEA;
    width: 100%;
    height: 100%;
}

.feedback-slider-block .slider-item:nth-child(odd) .feedback-page {
    transform: rotate(3deg);
}

.feedback-slider-block .slider-item:nth-child(even) .feedback-page {
    transform: rotate(-3deg);
}

/* БЛОК УСЛУГ */

.slider-wrapper {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
}

/* БЛОК НОВОСТЕЙ */

.news-block {
    width: 1440px;
    overflow: hidden;
}

.news-slider-block {
    border-top: 1px solid var(--primaryblue-1);
    border-bottom: 1px solid var(--primaryblue-1);
}

.news-slider-block .button-text {
    letter-spacing: -1px;
    color: #000000;
    margin: 0 auto;
}

.news-slider-block .name-text {
    font-size: 32px;
    line-height: 40px;
}

.news-slider-block .position-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    opacity: 0.5;
}

.news-details-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}

.news-details-wrapper .news-details-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.6px;
    color: #000000;
}

.news-details-wrapper .news-details-item-text {
    position: relative;
    max-height: 3.2em;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.1em;
    color: #707070;
}

.news-details-wrapper .news-details-item-text::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    color: #707070;
}

.news-details-wrapper .news-date {
    font-size: 1em;
    line-height: 1.1em;
    color: #707070;
}

.news-slider-block {
    overflow: hidden;
    position: relative;
}

.image-top-wrapper {
    position: relative;
    overflow: hidden;
}

.image-top-wrapper .corner-tag {
    padding: 8px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #425C52;
}

.news-line-block {
    background-color: #000;
}

.news-block-scrollbar-container {
    border-bottom: 1px solid #000;
}

/* ШАПКА */

.header {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 88px;
    z-index: 199;
    background-color: var(--primaryblue-1);
}

.header .header-container {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

.logo-img {
    width: 120px;
}

.header-container .nav-email,
.header-container .nav-tel {
    display: flex;
    align-items: center;
}

.header .navbar .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--desktop-h4-font-family);
    font-size: var(--desktop-h4-font-size);
    font-weight: var(--desktop-h4-font-weight);
    color: var(--primarywhite);
    transform: scaleY(1.05);
}

.navbar .text-wrapper:hover {
    transition: 0.4s;
    transform: scale(1.2);
}

.header .phone-img,
.burger-phone-img {
    width: 16px;
    height: 16px;
}

.header .email-img,
.burger-email-img {
    width: 24px;
    height: 16px;
}

.header .phone-text {
    font-size: 1rem;
    letter-spacing: 0;
    white-space: nowrap;
    font-family: "Steppe", Helvetica;
    font-weight: 600;
    line-height: 1.5em;
}

.header .phone-link {
    text-decoration: none;
    color: #FFFFFF;
}

.header .email-link {
    color: var(--primaryblue-2);
}

.nav-vert-line-block {
    height: 100%;
    width: 1px;
}

.burger-menu {
    display: none;
}

/* БЛОК ПРОЕКТЫ */

.bottom-line {
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0 20px;
    background-color: var(--primaryblue-1);
}

.bottom-line a {
    color: #FFFFFF;
}

.project-slide-link-wrapper .image-block-wrapper {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.project-slide-link-wrapper .image-block-wrapper h3 {
    color: #fff;
    font-size: 2rem;
    margin: 5px;
}

.project-slide-link-wrapper .image-block-wrapper p {
    color: #fff;
    font-size: 1.2rem;
    margin: 5px;
}

.project-slide-link-wrapper .image-block-wrapper>.hover-text {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.project-slide-link-wrapper .image-block-wrapper:hover>.hover-text {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.project-slide-link-wrapper .image-block-wrapper .hover-text {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.45);
    transition: all 0.5s linear;
    color: #fff;
}

.project-slide-link-wrapper .image-block-wrapper img {
    transition: all 0.5s linear;
    width: 100%;
}

.project-slide-link-wrapper .image-block-wrapper:hover img {
    transform: scale(1.3);
}

.project-slide-link-wrapper .image-block-wrapper:hover div {
    opacity: 1;
}

.all-catalog {
    display: flex;
    align-items: center;
}

/* ПРЕИМУЩЕСТВА */

.advantages {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-top: 80px;
}

.advantages .adv-width1440container {
    width: 1440px;
    margin: 0 auto;
}

.advantages .adv-width1440container .top-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
}

.advantages .adv-width1440container .top-block h2 {
    text-align: center;
    color: #1E1E1E;
}

.advantages .adv-width1440container .bottom-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.advantages .adv-width1440container .bottom-block .advantage-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 18%;
}

.advantage-item .item-wrapper .advantage-icon {
    display: flex;
    justify-content: center;
}

.advantages .adv-width1440container .bottom-block .advantage-item .item-wrapper {
    height: 27vh;
    display: flex;
    padding: 0 30px;
    background-color: var(--primaryblue-1);
    flex-direction: column;
    justify-content: center;
}

.advantage-text {
    display: flex;
    justify-content: center;
}

.advantage-text span {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3rem;
    text-align: center;
    letter-spacing: -1px;
    color: #F2F2F2;
    padding-top: 5px;
    height: 70px;
}

/* НЕ НАШЛИ ЧТО ИСКАЛИ? */

.find-block {
    background-color: var(--primarygreen);
}

.find-block .find-width1440container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.find-block .find-width1440container .left-block {
    width: 65%;
    border-right: 1px solid #F2F2F2;
}

.find-block .find-width1440container .left-block .top-text-block {
    border-bottom: 1px solid #F2F2F2;
    height: 60%;
    overflow: hidden;
}

.big {
    font-weight: 600;
    font-size: 2rem;
    line-height: 50px;
    letter-spacing: -1px;
    color: #F2F2F2;
    margin: 0;
}

.small {
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: -1px;
    color: #F2F2F2;
}

.find-block .find-width1440container .left-block .button-block .button {
    background-color: #FFFFFF;
    width: 212px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
}

.find-block .find-width1440container .left-block .button-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40%;
    gap: 5%;
    padding-left: 5%;
}

.left-container,
.right-container {
    width: 100%;
}

/* КАРТА */

.map-block {
    position: relative;
}

#proizvodstvo {
    display: none;
}

#office,
#proizvodstvo {
    height: 720px;
}

.map-block .contacts-wrapper {
    height: 100%;
    width: 35%;
    position: absolute;
}

.map-block .contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3%;
}

.map-block .right-block {
    height: 100%;
    width: 30px;
    border-left: 1px solid var(--primaryblue-1);
}

.map-block .contacts .white-block {
    background-color: var(--secondarygrey-4);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5%;
    padding: 5%;
    width: 100%;
}

.map-block .contacts .white-block .key {
    font-size: 16px;
    color: var(--secondarygrey-2);
}

.map-block .contacts .white-block .value {
    font-size: 20px;
    color: var(--primaryblack);
}

.white-block .key,
.white-block .value {
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.white-block-1,
.white-block-2 {
    height: 25%;
}

.white-block-3 {
    height: 18%;
}

.white-block-4 {
    height: 18%;
}

.white-block-1,
.white-block-2 {
    cursor: pointer;
}

.white-block-1:hover,
.white-block-2:hover {
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.8);
}

/* ФУТЕР */

.footer .logo-block-footer svg {
    height: 100%;
}

.footer .logo-block-footer .svg-wrapper svg {
    height: auto;
    padding-top: 30px;
}

.footer .logo-block-footer {
    width: 25vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .logo-block-footer-wrapper {
    display: flex;
    justify-content: center;
}

.footer .logo-block-footer .svg-wrapper {
    max-width: 150px;
}

.footer .center-block {
    width: 45%;
    border-left: 1px solid var(--primaryblue-2);
    border-right: 1px solid var(--primaryblue-2);
}

.center-block .top-block {
    height: 65%;
    border-bottom: 1px solid var(--primaryblue-2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.center-block .bottom-block {
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.center-block .bottom-block .social {
    padding-left: 30px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.center-block .top-block .footer-menu-wrapper {
    height: 45%;
    width: 65%;
}

.center-block .top-block .footer-menu-wrapper .footer-menu-item {
    display: inline-block;
    width: 30%;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.footer .links-block {
    height: 100%;
    width: 30vw;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .links-block .button-block {
    height: 40px;
    width: 185px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(250.7deg, var(--primaryblue-2) 30.82%, #D1E5FF 48.76%, var(--primaryblue-2) 69.61%);
}

.footer .links-block .button-block span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--primaryblue-1);
}

.policy-link {
    font-size: 13px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #E6E6E6;
}

.policy-block {
    display: flex;
    flex-direction: column;
}

/* МОДАЛЬНОЕ ОКНО */

.modal {
    display: none;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    width: 900px;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.modal-content .modal-left-block {
    background-color: var(--primaryblue-1);
    position: relative;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.wrappy-modal {
    overflow: hidden;
    height: 340px;
}

.wrappy-modal img {
    width: 100%;
    height: 100%;
}

.modal-content .modal-left-block svg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.modal-content .modal-left-block,
.modal-content .modal-right-block-texty {
    padding: 30px;
}

.modal-content .modal-right-block-texty {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.material-title span {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #000000;
}

.material-details {
    border-top: 1px solid var(--primaryblue-3);
}

.detail-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid var(--primaryblue-3);
    height: 45px;
    align-items: center;
}

.modal-content .modal-left-block .modal-text-block .get-order-text {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    color: var(--primaryblue-2);
}

.modal-content .modal-left-block .modal-text-block .modal-text-description {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.modal-content .modal-left-block .modal-text-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 72%;
}

.close,
.closed {
    color: #1E1E1E;
    position: absolute;
    background-color: #FFFFFF;
    height: 32px;
    width: 32px;
    right: -40px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close span,
.closed span {
    color: #1E1E1E;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus,
.closed:hover,
.closed:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal form {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

.modal form input {
    line-height: 56px;
}

.modal form button {
    align-self: flex-end;
    width: 100%;
    height: 48px;
    display: block;
    border-radius: 24px;
    background-color: var(--primaryblue-1);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.modal form input[type=text],
.modal form input[type=tel] {
    font-size: 20px;
    border: none;
    border-bottom: 1px solid #D3D3D3;
}

.modal form input[type=text]::placeholder,
.modal form input[type=tel]::placeholder {
    font-size: 20px;
    line-height: 24px;
    color: #707070;
}

/* СТРОЧНЫЙ БЛОК КАТАЛОГА */

.catalog .catalog-string-block {
    width: 100%;
}

.catalog .h2-title-block h2 {
    color: #FFF;
}

.catalog .catalog-string-block .catalog-string-block-wrapper {
    width: 100%;
    border-top: 1px solid var(--primaryblue-2);
}

.catalog .catalog-string-block .catalog-string-block-wrapper .string-one {
    width: 100%;
    height: 9.5vh;
    border-bottom: 1px solid var(--primaryblue-2);
    display: flex;
    align-items: center;
}

.string-one {
    position: relative;
}

.catalog .catalog-string-block .catalog-string-block-wrapper .string-one:hover+.circle-img-wrapper {
    display: block;
}

.string-one-title {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.string-one .string-one-wrapper a {
    color: var(--primaryblue-2);
    width: 100%;
}

.item-span {
    font-family: var(--desktop-large-span-font-family);
    font-size: var(--desktop-large-span-font-size);
    font-weight: var(--desktop-large-span-font-weight);
    line-height: var(--desktop-large-span-line-height);
}

.string-one .string-one-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.circle-img-wrapper {
    display: none;
    position: absolute;
    left: 70%;
    top: -45%;
    pointer-events: none;
}

.string-one-wrapper:hover+.circle-img-wrapper {
    display: block;
    transform: translateX(-150%);
    animation: ani 0.75s ease-in-out forwards;
}

.string-one .string-one-wrapper:hover {
    background: linear-gradient(258.79deg, var(--primaryblue-1) 16.39%, #526289 44.01%, #434D65 80.84%);
    animation: 0.3s ease-in-out;
}

@keyframes ani {
    0% {
        transform: translateX(30%);
    }

    33% {
        transform: translateX(-5%);
    }

    66% {
        transform: translateX(5%);
    }

    100% {
        transform: translateX(0);
    }
}

.circle-img-wrapper .circle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* 
ПРОЕКТЫ
*/

.portfolio_all_wrapper {
    margin: 0 auto;
}

.portfolio_all_one_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.portfolio_all_one_block .left_block {
    width: 50%;
    border-right: 1px solid var(--primaryblue-1);
    border-bottom: 1px solid var(--primaryblue-1);
    padding: 30px 30px 30px 0;
}

.portfolio_all_one_block .left_block .portfolio-photo {
    width: 100%;
}

.portfolio_all_one_block .right_block {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.portfolio_all_one_block .right_block .annotation_block {
    height: 65%;
    border-bottom: 1px solid var(--primaryblue-1);
    padding: 70px 30px 45px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.portfolio_all_one_block .right_block .annotation_block h2 {
    line-height: 56px;
    display: flex;
    align-items: flex-end;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 30px;
}

.portfolio_all_one_block .right_block .annotation_block p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    color: #707070;
}

.portfolio_all_one_block .right_block .location_block {
    height: 17%;
    border-bottom: 1px solid var(--primaryblue-1);
    display: flex;
    flex-direction: row;
}

.portfolio_all_one_block .right_block .location_block .left_column {
    border-right: 1px solid var(--primaryblue-1);
    width: 30%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 30px;
}

.portfolio_all_one_block .right_block .location_block .right_column {
    padding: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.portfolio_all_one_block .right_block .button_block {
    background-color: var(--primaryblue-1);
    height: 18%;
}

.portfolio_all_one_block .right_block .button_block .category-title-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F2F2F2;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 30px;
    justify-content: space-between;
}

.portfolio_all_one_block .right_block .button_block .category-title-text .arrow_block {
    width: 18px;
    height: 18px;
}


/* 
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
    КАРТОЧКА ТОВАРА
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
*/

.product-card-wrapper {
    width: 100%;
    max-width: 1440px;
    border-top: 1px solid var(--primaryblue-1);
    border-bottom: 1px solid var(--primaryblue-1);
    display: flex;
    margin: 0 auto;
}

.gallery-block {
    width: 55%;
    border-right: 1px solid var(--primaryblue-1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.border-bottom-1 {
    border-bottom: 1px solid var(--primaryblue-1);
}

.description-block {
    width: 45%;
}

.product-description-block {
    height: 64%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.description-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.description-text-wrapper p {
    margin: 0;
    font-weight: var(--desktop-p-font-weight);
    font-size: var(--desktop-p-font-size);
    letter-spacing: var(--desktop-p-letter-spacing);
    line-height: var(--desktop-p-line-height);
    color: var(--primaryblue-1);
    text-align: justify;
    text-indent: 20px;
}

.price-text,
.get-order {
    height: 14%;
}

.price-text {
    height: 13%;
}

.product-description-block,
.price-text {
    padding: 30px;
}


.material-block span,
.price-text {
    font-weight: var(--desktop-span-font-weight);
    font-size: var(--desktop-span-font-size);
    color: var(--primaryblack);
    display: block;
}

.material-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9%;
    padding: 0 30px;
    gap: 20%;
}

.material-modal {
    display: none;
    z-index: 0;
}

.open-modal {
    display: flex;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.price-text {
    line-height: 1.6rem;
}

.product-card-wrapper .description-block .get-order {
    background-color: var(--primaryblue-1);
    cursor: pointer;
}

.product-card-wrapper .description-block .get-order button {
    background-color: var(--primaryblue-1);
    font-weight: var(--mobile-h3-font-weight);
    font-family: var(--mobile-h3-font-family);
    font-size: var(--mobile-h3-font-size);
    line-height: var(--mobile-h3-line-height);
    color: var(--secondarygrey-4);
    height: 100%;
    width: 100%;
    text-align: start;
    padding-left: 30px;
}

/* 
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
    ГАЛЕРЕЯ В КАРТОЧКЕ ТОВАРА
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
*/

* {
    box-sizing: border-box;
}

.container {
    position: relative;
    padding: 30px;
}

.product-slide-wrapper {
    display: none;
    justify-content: center;
    align-items: center;
    width: 730px;
    height: 540px;
    overflow: hidden;
}

.product-slide-wrapper img {
    height: 100%;
    object-fit: contain;
}

.cursor {
    cursor: pointer;
}

.next-btn {
    right: 31px;
    border-radius: 3px 0 0 3px;
}

.gallery-modal-content .next-btn {
    right: 20px;
}

.prev-btn {
    border-radius: 0 3px 3px 0;
}

.prev-btn,
.next-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 18px 16px 14px;
    margin-top: -50px;
    background-color: var(--primaryblue-1);
    color: white;
    font-weight: bold;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.slider-thumbs .swiper-slide {
    opacity: 0.5;
}

.slider-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.main {
    position: relative;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 88px;
}

.footer {
    width: 100%;
    height: 184px;
    background-color: var(--primaryblue-1);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}

.swiper-slide .button-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: -1px;
    color: #000;
}

.main .image {

    width: 136px;
    height: 352px;
    top: 0;
    left: 0;
    object-fit: cover;
}

.button-image-wrapper {
    display: flex;
    align-items: start;
    padding-top: 10px;
}

.button-hover {
    align-items: center;
    padding-top: 0;
}

.button-image {
    width: 18px;
    height: 18px;
    background-image: url("../img/black-arrow.svg");
    background-size: cover;
}

/* 
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
    СЛАЙДЕР НА ГЛАВНОЙ
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
*/

.main .main-page-text {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.main-page-text-block {
    display: flex;
    align-items: end;
    padding-bottom: 1%;
}

.main-page-text-wrapper {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.main .main-slider-image-wrapper {
    flex-shrink: 0;
}

.main .main-slider-image-box {
    width: 100%;
}

.button-text-span:before {
    content: '';
    display: block;
    height: 1px;
    background: var(--primaryblue-1);
    width: 0px;
    margin: 0 auto;
    transition: 0.35s;
}

.button-text-span:hover:before {
    width: 100px;
    transition: ease-out 0.65s;
}

.button-text-span:after {
    content: '';
    display: block;
    height: 1px;
    background: var(--primaryblue-1);
    width: 0px;
    margin: 0 auto;
    transition: 0.35s;
}

.button-text-span:hover:after {
    width: 100px;
    transition: ease-out 0.65s;
}

/* 
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
    СЛАЙДЕР-БЛОК
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
*/

.services,
.projects,
.catalog {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 40px;
    padding-top: 80px;
}

.team {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 80px;
}

.catalog {
    background-color: var(--secondarygrey-1);
}


.main-photo-slider {
    width: 100%;
    max-width: 1440px;
}

.slider-block {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid var(--primaryblue-1);
}

.product-gallery {
    border-bottom: none;
}

.product-gallery-thumbs {
    border-bottom: none;
}

.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.product-gallery-thumbs .swiper-container {
    padding: 0 20px 20px;
}

.swiper-wrapper {
    display: flex;
}

.slider-thumbs .swiper-container {
    height: 100px;
}

.slider-thumbs .swiper-wrapper {
    justify-content: flex-start;
}

.swiper-slide {
    text-align: center;
    display: flex;
    padding: 25px;
}

.swiper-slide video {
    width: 100%;
}

.slider-type-main .swiper-slide {
    padding: 0;
}

.swiper-slide .image-top-wrapper img {
    width: 100%;
    min-width: 180px;
}

.slider-thumbs .swiper-slide {
    width: 130px;
    height: 100px;
    overflow: hidden;
    padding: 0;
    justify-content: center;
}

.slider-thumbs .swiper-slide img {
    width: 100%;
}

.slider-thumbs {
    padding-bottom: 25px;
}

.slider-type-employee-feedback,
.slider-type-services,
.slider-type-projects {
    border-top: 1px solid rgb(66, 76, 100);
}

.slider-type-employee-feedback .swiper-slide::after,
.slider-type-services .swiper-slide::after,
.slider-type-projects .swiper-slide::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(66, 76, 100);
}

.slider-type-employee-feedback .swiper-slide {
    flex-direction: column;
    height: auto;
}

.slider-type-employee-feedback .swiper-slide .employee-photo {
    width: 100%;
}

.main-slider-image-box {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.projects .swiper-slide {
    padding: 2%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px;
    height: 72px;
    background-color: rgb(66, 76, 100);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    position: absolute;
}

.swiper-button-next::after {
    transform: rotate(-45deg);
    right: 16px;
}

.swiper-button-prev::after {
    transform: rotate(135deg);
    left: 16px;
}

.swiper-button-next {
    right: 25%;
    margin-right: -36px;
    border-radius: 0px 36px 36px 0px;
}

.swiper-button-prev {
    left: 75%;
    margin-left: -36px;
    border-radius: 36px 0px 0px 36px;
}

.slider-type-products .swiper-button-prev {
    left: 36px;
    border-radius: 0px 10px 10px 0px;
}

.slider-type-products .swiper-button-next {
    right: 36px;
    border-radius: 10px 0px 0px 10px;
}

.slider-type-products .swiper-button-prev::after {
    left: 12px;
}

.slider-type-products .swiper-button-next::after {
    right: 12px;
}

.slider-type-employee-feedback {
    overflow: hidden;
}

.slider-type-employee-feedback .swiper-button-next,
.slider-type-employee-feedback .swiper-button-prev {
    top: 55%;
}

.slider-type-employee-feedback .swiper-button-next {
    right: 15%;
}

.slider-type-employee-feedback .swiper-button-prev {
    left: 85%;
}

.service-arrow {
    top: 55%;
    right: 10%;
    left: 90%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgb(129, 135, 151);
}

.swiper-button-next:active,
.swiper-button-prev:active {
    background-color: rgb(66, 76, 100);
}

.project-slide-link-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.line-block {
    height: 4px;
    width: 90%;
    margin: 0 auto;
    border-radius: 2px;
}

.block-scrollbar-container {
    width: 1440px;
    height: 30px;
    position: relative;
}

.scrollbar-container {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 30px;
    border-top: 1px solid var(--primaryblue-1);
}

.block-scrollbar-thumb {
    height: 100%;
    position: absolute;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main .top-text-block {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.main-header-text {
    margin: 0;
    width: 100%;
    font-weight: var(--desktop-h3-font-weight);
    color: var(--primaryblue-1);
    font-size: var(--desktop-h3-font-size);
    letter-spacing: var(--desktop-h3-letter-spacing);
    line-height: var(--desktop-h3-line-height);
}

.strong-p {
    font-weight: 600;

    font-size: 1.3rem;
    line-height: 2.5rem;
    color: var(--primaryblue-1);
}

.line-p {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2rem;
}

.active-button {
    background-color: var(--primaryblue-2);
}

.gallery-modal-hidden {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1040;
    align-items: center;
}

.gallery-modal-content {
    position: relative;
    width: 90%;
    max-width: 600px;
    height: max-content;
    margin: 10% auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.gallery-modal-close {
    position: absolute;
    top: -30px;
    right: -20px;
    font-size: 26px;
    cursor: pointer;
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    line-height: 23px;
    display: flex;
    height: 30px;
    width: 30px;
    text-align: center;
    justify-content: center;
}

.gallery-modal-main-image {
    width: 100%;
    display: block;
    max-height: 70vh;
    margin-bottom: 20px;
}

.gallery-modal-thumbnails {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 10px 0;
}

.gallery-modal-thumbnails img {
    width: 50px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.6;
    transition: transform 0.3s ease;
}

.gallery-modal-thumbnails img.active {
    transform: scale(1.1);
    opacity: 1;
}

.line-p {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2rem;
}

.gallery-button {
    cursor: pointer;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active-button {
    background-color: var(--primaryblue-2);
}

.logo-link {
    display: flex;
}

.footer-lines {
    display: block;
    max-width: 150px;
}

.main-page-text-wrapper .lines {
    height: 12vw;
    position: relative;
}

.main-page-text-wrapper .lines img {
    position: relative;
    right: -101px;
    bottom: -55px;
    transform: scale(1.2);
}


/* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
██░░░░░░██░░██████░░░░░░████░░░░██░░░░██░░░░████░░░░░░░░░░░░
████░░████░░██░░░░░░░░██░░██░░░░██░░░░██░░██░░██░░░░░░░░░░░░
██░░██░░██░░████░░░░░░██░░██░░░░██░░████░░██████░░░░░░░░░░░░
██░░░░░░██░░██░░░░░░░░██░░██░░░░████░░██░░██░░██░░░░░░░░░░░░
██░░░░░░██░░██████░░██████████░░██░░░░██░░██░░██░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░██░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*/

/*media-480*/

@media (max-width: 480px) {

    .services-page-wrapper {
        padding-bottom: 0;
    }

    .service-item-text-wrapper {
        padding: 2% 0;
    }

    .service-item-desc {
        font-size: var(--mobile-p-17-font-size);
    }

    .catalog-button span {
        font-size: 0.9rem;
    }

    .product-h1 {
        font-weight: var(--mobile-small-h1-font-weight);
        font-size: var(--mobile-small-h1-font-size);
        letter-spacing: var(--mobile-small-h1-letter-spacing);
        line-height: var(--mobile-small-h1-line-height);
        color: var(--primaryblue-1);
        transform: scaleX(0.9) scaleY(1.1);
        margin: 0;
    }

    .material-block span,
    .price-text {
        font-size: var(--mobile-large-span-font-size);
    }

    .material-block {
        height: auto;
        gap: 5%;
    }

    .page-lines img {
        scale: 0.5;
        right: -190px;
        top: -120px;
    }

    .categories-wrapper {
        padding-inline-start: 0;
    }

    .breadcrumbs {
        height: auto;
    }

    .services,
    .projects,
    .catalog,
    .team {
        padding-top: 70px;
    }

    .politic-h1 {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }

    .projects .swiper-slide {
        padding: 6%;
    }

    .teammate-details-wrapper .name-text {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .teammate-details-wrapper .position-text {
        font-size: 1rem;
        line-height: 1.2rem;
        text-align: center;
        opacity: 0.5;
    }

    .teammate-details-wrapper {
        height: 33%;
    }

    .catalog {
        background-color: transparent;
    }

    .scrollbar-container {
        height: 30px;
        padding: 0 0 0 10px;
    }

    .catalog .h2-title-block h2 {
        color: #000000;
    }

    .main-page-text-block {
        padding: 3%;
    }

    .main-page-text-wrapper .lines img {
        width: 200px;
    }

    .main-page-text {
        height: 15vh;
    }

    .main-page-text-wrapper {
        height: 100%;
    }

    .main-page-text-wrapper .lines {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .swiper-slide {
        padding: 4% 4% 0 4%;
    }

    .slider-thumbs .swiper-slide {
        width: 90px;
        height: 70px;
    }

    .swiper-scrollbar {
        display: flex;
    }

    .slider-block {
        padding-bottom: 0;
    }

    .link-wrapper {
        padding: 5%;
        border: 1px solid var(--primaryblue-1);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
    }

    .category-title-text {
        line-height: normal;
    }

    .category-title-wrapper .category-title {
        margin: 0;
    }

    .category-img,
    .category-img img {
        width: auto;
        height: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .map-block .contacts .white-block .value {
        font-weight: 400;
        font-size: 1rem;
    }

    .catalog-string-block {
        display: none;
    }

    .catalog .slider-block {
        display: block;
        padding-bottom: 0;
    }

    .slides {
        display: flex;
        transition: transform 0.3s ease;
    }

    .category-title-text {
        font-size: 1.6rem;
    }

    .category-img {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .category-img-m {
        display: flex;
        height: 240px;
    }

    .category-img-f {
        display: none;
    }

    .product-card-wrapper .description-block .get-order button {
        height: 60px;
    }

    .prev-btn,
    .next-btn {
        padding: 12px 10px 12px;
    }

    .portfolio_all_one_block .right_block .button_block .category-title-text {
        height: 50px;
    }

    .main .top-text-block {
        justify-content: center;
    }

    .our-values-block h2 {
        margin: 60px 0 10px;
        text-align: start;
    }

    .advantage-text span {
        height: auto;
    }

    .services .mobile-block {
        display: block;
        width: 100%;
        border-top: 1px solid var(--primaryblue-1);
    }

    .services .slider-block {
        display: none;
    }

    .service-line {
        padding: 16px;
        border-bottom: 1px solid var(--primaryblue-1);
    }

    .service-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1px;
        color: var(--primaryblue-1);
    }

    .service-line-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .slider-container {
        display: flex;
        flex-direction: row;
    }

    .block-scrollbar-container {
        position: relative;
        width: 100%;
        height: 5px;
        padding: 0 30px;
    }

    .block-scrollbar-thumb {
        position: absolute;
        height: 5px;
        transition: transform 0.3s ease-out;
    }

    .service-item img {
        height: auto;
        width: 100%;
    }

    .category-img img {
        width: 100%;
        height: auto;
    }

    .portfolio_all_one_block {
        flex-direction: column;
    }

    .portfolio_all_wrapper .portfolio_all_one_block .right_block {
        width: auto;
        display: flex;
        flex-direction: column;
    }

    .portfolio_all_wrapper {
        flex-direction: column;
        display: flex;
        margin: 0 auto;
        gap: 50px;
    }

    .contacts-wrapper {
        padding: 0 20px 20px 20px;
    }

    .contacts-wrapper .row {
        margin-bottom: 30px;
    }

    .portfolio_all_one_block {
        flex-direction: column;
    }

    .portfolio_all_wrapper .portfolio_all_one_block .right_block {
        width: auto;
        display: flex;
        flex-direction: column;
    }

    .portfolio_all_wrapper {
        flex-direction: column;
        display: flex;
        margin: 0 auto;
        gap: 50px;
    }

    .portfolio_all_wrapper .portfolio_all_one_block .left_block {
        width: auto;
        padding: 20px;
        border: none;
    }

    .portfolio_all_one_block .right_block .annotation_block {
        padding: 0 20px;
    }

    .portfolio_all_one_block .right_block .annotation_block h2 {
        margin: 0;
    }

    .big {
        font-size: 20px;
    }

    .small {
        font-size: 14px;
    }

    .gallery-button {
        min-width: 200px;
        width: auto;
        line-height: 45px;
        text-align: center;
        padding: 0 5px;
    }

    .gallery-navi .hightlight-span {
        border-bottom: 1px solid var(--primaryblue-1);
        display: block;
    }

    .main {
        padding-top: 48px;
    }


    .swiper-slide .button-bottom-wrapper {
        padding-top: 15px;
        font-size: 1.5rem;
    }

    .go-to-top {
        width: 36px;
        height: 36px;
        box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.8);
        background-color: var(--secondarygrey-3);
        border-radius: 18px;
        cursor: pointer;
        text-align: center;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        display: none;
    }

    .go-to-top span {
        line-height: 36px;
        font-size: 1.5rem;
        color: var(--primaryblue-1);
    }

    .block-scrollbar-container {
        display: none;

    }

    .portfolio_all_wrapper .portfolio_all_one_block .left_block {
        width: auto;
        padding: 20px;
        border: none;
    }

    .project-gallery-item {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .gallery-navi .hightlight-span {
        border-bottom: 1px solid var(--primaryblue-1);
        display: block;
    }

    .button-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        height: auto;
        border-bottom: 1px solid var(--primaryblue-1);
    }

    .main {
        padding-top: 48px;
    }


    .swiper-slide .button-bottom-wrapper {
        padding-top: 15px;
        font-size: 1.5rem;
        line-height: unset;
    }

    .advantages {
        padding-top: 100px;
    }

    .go-to-top {
        width: 36px;
        height: 36px;
        box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.8);
        background-color: var(--secondarygrey-3);
        border-radius: 18px;
        cursor: pointer;
        text-align: center;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        display: none;
    }

    .go-to-top span {
        line-height: 36px;
        font-size: 1.5rem;
        color: var(--primaryblue-1);
    }


    .all-button {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .services-page-wrapper .service-item {
        flex-direction: column;
    }

    .services-page-wrapper .row-reverse {
        flex-direction: column;
    }

    .main .slider-item {
        width: 100vw;
        height: auto;
        padding: 30px;
        border: 0;
    }

    .slider-wrapper {
        height: auto;
    }

    .image-top-wrapper {
        margin-bottom: 0;
        height: 100%;
    }

    .find-block .find-width1440container {
        width: 100%;
        padding-top: 10px;
    }

    .find-block .find-width1440container .right-block {
        display: none;
    }

    .find-block .find-width1440container .left-block {
        width: 100%;
        border-right: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .right-container,
    .mobile-lines-block,
    .mobile-lines-block img {
        height: 100%;
    }

    .find-block .find-width1440container .left-block .top-text-block {
        padding: 20px;
    }

    .find-block .find-width1440container .left-block .button-block .button {
        min-width: 190px;
        width: auto;
        height: 40px;
        border-radius: 20px;
    }

    .left-container {
        width: 60%;
    }

    .right-container {
        width: 40%;
    }

    .catalog-categoreis-block {
        padding-bottom: 50px;
    }

    .footer {
        height: 428px;
        flex-direction: column;
        display: block;
    }

    .footer .center-block .top-block {
        display: none;
    }

    .footer .center-block {
        height: 60px;
    }


    .footer .center-block,
    .footer .logo-block-footer {
        width: 100%;
    }

    .footer .logo-block-footer .footer-lines {
        display: none;
    }

    .footer .logo-block-footer {
        height: 95px;
        border-right: none;
        display: flex;
        justify-content: center;
        padding-left: 0;
    }

    .footer .logo-block-footer .svg-wrapper svg {
        padding: 0;
    }

    .footer .logo-block-footer .svg-wrapper {
        justify-content: center;
        max-width: 125px;
    }

    .footer .center-block {
        border-bottom: 1px solid var(--primaryblue-2);
        border-top: 1px solid var(--primaryblue-2);
        border-right: none;
        border-left: none;
    }

    .footer .center-block .bottom-block {
        height: 60px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .footer .center-block .bottom-block .social {
        padding-left: 0;
    }

    .footer .links-block {
        padding: 0;
        justify-content: center;
        align-items: center;
        height: 243px;
        gap: 28px;
        width: 100%;
    }

    .footer .links-block .button-block {
        height: 48px;
        width: 343px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .policy-block {
        align-items: center;
        width: 100%;
        border-top: 1px solid var(--primaryblue-2);
        padding: 20px;
    }

    .modal-content .modal-left-block,
    .modal-content .modal-right-block {
        width: 100%;
        padding: 15px;
    }

    .modal-content {
        width: 100%;
        margin: 0;
        height: 100vh;
        flex-direction: column;
        justify-content: space-between;
    }

    .modal-content .modal-left-block {
        height: 47vh;
        padding: 30px 30px;
    }

    .modal-content .modal-left-block .modal-text-block .get-order-text {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .modal-content .modal-right-block {
        height: 350px;
    }

    .modal-content .close {
        background: none;
        height: 50px;
        width: 50px;
        right: 0;
        cursor: pointer;
    }

    .modal-content .close span {
        font-size: 30px;
        color: white;
    }

    .modal-content .modal-left-block svg {
        bottom: -35px;
    }

    .modal-content .modal-left-block {
        overflow: hidden;
    }

    .location-line,
    .project-description-block {
        margin: 20px;
        line-height: 1.6rem;
    }

    .gallery-wrapper {
        margin: 0 20px;
        line-height: 1.6rem;
    }

    .location-line,
    .project-description-block,
    .gallery-wrapper {
        border-bottom: 1px solid var(--primaryblue-1);
    }

    .gallery-item img {
        width: 100%;
    }

    .main .main-slider-image-wrapper {
        width: 100vw;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .main h2 {
        font-size: var(--mobile-h2-font-size);
    }

    .advantages .adv-width1440container {
        width: 100%;
    }

    .advantages .adv-width1440container .top-block h2 {
        padding: 0;
    }

    .advantages .adv-width1440container .bottom-block {
        flex-direction: column;
    }

    .advantages .adv-width1440container .bottom-block .advantage-item {
        flex-direction: column;
        width: 100%;
    }

    .advantages .adv-width1440container .bottom-block .advantage-item .item-wrapper {
        height: 96px;
        flex-direction: row;
        justify-content: space-between;
        gap: 15px
    }

    .advantage-item .item-wrapper .advantage-icon {
        width: 50px;
    }

    .advantage-item .item-wrapper .advantage-text {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .map-block {
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
    }

    .map-block .contacts-wrapper {
        width: 100%;
    }

    .map-block .contacts {
        padding: 0;
    }

    .map-block .contacts .white-block {
        margin-bottom: 0;
        border-bottom: 1px solid var(--primaryblue-1);
        padding: 14px 17px;
    }

    .map-block .right-block {
        display: none;
    }

    .our-values-wrapper {
        flex-direction: column-reverse;
        height: auto;
    }

    .our-values-wrapper .our-values-image {
        display: none;
        padding-top: 0;
        border-right: 0;
    }

    .product-card-wrapper {
        max-width: 100%;
        border-top: 1px solid var(--primaryblue-1);
        border-bottom: 1px solid var(--primaryblue-1);
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }

    .gallery-block {
        border-right: 0;
        border-bottom: 1px solid var(--primaryblue-1);
        width: 100%;
    }

    .product-slide-wrapper {
        width: 100%;
        height: 300px;
    }

    .description-block {
        width: 100%;
    }

    .map-block .contacts-wrapper {
        position: relative;
    }

    #office,
    #proizvodstvo {
        height: 350px;
    }

    .material-block {
        padding: 10px 30px;
    }

    .category-block-wrapper {
        height: auto;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid var(--primaryblue-1);
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .main-h1 {
        font-weight: var(--mobile-small-h1-font-weight);
        font-size: var(--mobile-small-h1-font-size);
        letter-spacing: var(--mobile-small-h1-letter-spacing);
        line-height: var(--mobile-small-h1-line-height);
        color: var(--primaryblue-1);
        text-transform: uppercase;
        transform: scaleX(0.9) scaleY(1.1);
        margin: 0;
    }

    .service-item-title {
        font-family: var(--mobile-h2-font-family);
        font-size: var(--mobile-h2-font-size);
        font-weight: var(--mobile-h2-400-font-weight);
        line-height: var(--mobile-h2-line-height);
        color: var(--primaryblack);
    }

    .page-lines {
        width: 55%;
        overflow: hidden;
    }

    .header {
        height: 48px;
    }

    .nav-tel {
        display: flex;
        gap: 10px;
    }

    .nav-email {
        display: none;
    }

    .first-line-block {
        display: none;
    }

    .header-container .call-button {
        display: none;
    }

    .header-container .logo-block .logo-img {
        width: 76px;
    }

    .logo-link {
        justify-content: center;
    }

    .header-container .logo-block {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        width: 100px;
    }

    .main .header-container {
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .burger-close {
        display: block;
        position: relative;
    }

    .burger-close span {
        position: absolute;
        top: 50%;
        left: 33%;
    }

    .burger-close .transform-line-1 {
        transform: rotate(45deg);
    }

    .burger-close .transform-line-2 {
        transform: rotate(-45deg);
    }

    .burger-menu {
        position: fixed;
        z-index: 250;
        top: 48px;
        width: 100%;
        height: 90vh;
        flex-direction: column;
        justify-content: end;
        background-color: var(--secondarygrey-4);
    }

    .burger-call-button {
        height: 72px;
        background: linear-gradient(250.7deg, var(--primaryblue-2) 30.82%, #D1E5FF 48.76%, var(--primaryblue-2) 69.61%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .burger-menu .info-wrapper {
        height: 48px;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid var(--primaryblue-1);
    }

    .vertical-line {
        width: 1px;
        background-color: var(--primaryblue-1);
    }

    .burger-nav-tel,
    .burger-nav-email {
        width: 49%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .burger-nav-tel p a {
        font-weight: 600;
        font-size: 0.8rem;
        line-height: 1rem;
        color: #000000;
    }

    .burger-nav-email a {
        font-weight: 600;
        font-size: 0.8rem;
        line-height: 1rem;
        color: var(--primaryblue-1);
    }

    .burger-navi {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    .burger-navi a {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #000000;
    }

    .burger-phone-link {
        color: black;
        font-size: 0.8rem;
    }

    .main-header-text {
        font-weight: var(--mobile-h3-font-weight);
        font-size: var(--mobile-h3-font-size);
        letter-spacing: var(--mobile-h3-letter-spacing);
        line-height: var(--mobile-h3-line-height);
    }
}

@media (min-width: 481px) {

    .services .mobile-block {
        display: none;
    }

    .right-container {
        display: none;
    }

    .catalog-string-block {
        display: block;
    }

    .catalog .slider-block {
        display: none;
    }

    .projects-slider-image {
        width: 100%;
        max-width: 700px;
    }

    .category-img {
        height: 360px;
        overflow: hidden;
    }

    .project-gallery-item {
        max-width: 1440px;
        width: 100%;
        margin: 0 auto 15px;
        overflow: hidden;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .gallery-item img {
        height: 350px;
    }

    .go-to-top {
        width: 72px;
        height: 72px;
        box-shadow: 1px 3px 3px var(--primaryblack);
        background-color: var(--secondarygrey-3);
        border-radius: 36px;
        cursor: pointer;
        text-align: center;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        display: none;
        opacity: 0.6;
        transition: all 0.35s;
    }

    .go-to-top:hover {
        opacity: 1;
    }

    .go-to-top span:hover {
        font-size: 3.5rem;
        opacity: 1;
    }

    .go-to-top span {
        line-height: 82px;
        font-size: 3rem;
        color: var(--primaryblue-1);
        transition: all 0.35s;
    }

    .gallery-navi {
        width: 1440px;
        margin: 0 auto;
        height: 60px;
        display: flex;
        justify-content: start;
        gap: 30px;
        border-top: 1px solid var(--primaryblue-1);
        border-bottom: 1px solid var(--primaryblue-1);
    }

    .gallery-button span,
    .gallery-navi span {
        font-weight: 600;
        font-size: 16px;
        line-height: 60px;
        color: #000000;
    }

    .gallery-wrapper {
        width: 100%;
        border-bottom: 1px solid var(--primaryblue-1);
    }

    .button-container {
        display: flex;
        gap: 30px;
    }

    .main-slider-image-wrapper {
        width: 1056px;
        overflow: hidden;
        height: 688px;
    }

    .services-page-wrapper .row-reverse {
        flex-direction: row-reverse;
    }

    .location-line {

        border-top: 1px solid var(--primaryblue-1);
        border-bottom: 1px solid var(--primaryblue-1);
    }

    .location-line span {
        display: block;
        height: 100%;
        line-height: 50px;
    }

    .middle-block {
        height: 100%;
        width: 1px;
        background-color: var(--primaryblue-1);
        margin: 0 30px;
    }

    .location-wrapper {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        height: 50px;
    }

    .project-description-block {
        display: flex;
        justify-content: end;
    }

    .project-text-block {
        width: 70vw;
        padding: 50px 300px 25px 0;
    }

    .project-text-block p,
    .project-text-block ul li {
        font-weight: var(--desktop-p-font-weight);
        font-size: var(--desktop-p-font-size);
        letter-spacing: var(--desktop-p-letter-spacing);
        line-height: var(--desktop-p-line-height);
        color: var(--primaryblue-1);
        text-align: justify;
        text-indent: 20px;
        list-style-type: none;
    }

    .contacts-wrapper {
        width: 1440px;
        margin: 0 auto;
        display: flex;
        justify-content: start;
        padding: 50px;
    }

    .contacts-wrapper .row {
        margin-bottom: 30px;
    }

    .col-1 {
        width: 30vw;
    }

    .slider-container {
        position: relative;
        width: 150%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        border-top: 1px solid white;
    }

    .category-img-m {
        display: none;
    }

    .category-img-f {
        display: flex;
    }

    .header-container .logo-block {
        display: flex;
    }
}

@media (min-width: 1360px) and (max-width: 1440px) {

    .portfolio_all_wrapper {
        padding-bottom: 30px;
        width: 1360px;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {

    .portfolio_all_wrapper {
        padding-bottom: 70px;
        width: 1440px;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .services-page-wrapper {
        width: 1440px;
        margin: 0 auto;
        padding-bottom: 130px;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .circle-img-wrapper {
        width: 180px;
        height: 180px;
    }
}

@media (min-width: 720px) and (max-width: 1440px) {
    .services-page-wrapper {
        width: 100%;
        padding-bottom: 130px;
    }

    .service-item-text-wrapper {
        padding: 10px 20px;
    }

    .service-item img {
        height: 267px;
        width: 400px;
    }
}

@media (min-width: 500px) and (max-width: 1599px) {
    .circle-img-wrapper {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 480px) and (max-width: 1460px) {
    .header-container {
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media (min-width: 481px) and (max-width: 1280px) {

    .main .header-container {
        margin: 0 auto;
        justify-content: space-between;
        width: 100%;
        height: 88px;
    }

    .main-header-text {
        font-weight: var(--middle-h3-font-weight);
        font-size: var(--middle-h3-font-size);
        letter-spacing: var(--middle-h3-letter-spacing);
        line-height: var(--middle-h3-line-height);
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .main .header-container {
        width: 100%;
        gap: 10px;
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {
    .nav-vert-line-block {
        background-color: var(--primaryblue-1);
    }

    .header-container .nav-email,
    .header-container .nav-tel {
        width: 10%;
    }

    .main .header-container {
        width: 1440px;
        gap: 20px;
    }
}

@media (max-width: 809px) {
    .header-container .call-button {
        display: none;
    }

    #burbtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 48px;
        height: 48px;
        background-color: var(--primaryblue-2);
        overflow: hidden;
        cursor: pointer;
    }

    #burbtn span {
        width: 16px;
        height: 2px;
        display: block;
        background-color: var(--primaryblue-1);
        transition: transform 0.5s;
    }

    .burger-open span {
        margin: 0 auto;
    }

    .navbar {
        display: none;
    }

}

@media (min-width: 810px) {
    .header-container .call-button {
        position: relative;
        overflow: hidden;
        background: linear-gradient(45deg, var(--primaryblue-2) 30.82%, #D1E5FF 48.76%, var(--primaryblue-2) 69.61%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .2s ease-in-out;
        background-size: 100% 100%;
        width: 192px;
        height: 88px;
    }

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

@media (max-width: 509px) {

    .email-text {
        display: none;
    }
}

@media (min-width: 510px) and (max-width: 809px) {

    .email-text {
        display: flex;
    }

    .nav-email,
    .nav-tel {
        min-width: 30%;
        justify-content: space-between;
    }
}

@media (max-width: 1280px) {

    .nav-vert-line-block {
        display: none;
    }
}

@media (min-width: 810px) and (max-width: 1279px) {
    .navbar {
        min-width: 50%;
    }

    .phone-text {
        display: none;
    }

    .email-text {
        display: none;
    }


}

@media (min-width: 1280px) {

    .email-text {
        display: flex;
    }

    .main .header-container {
        margin: 0 auto;
        justify-content: space-between;
        height: 88px;
    }

    .header-container .nav-email,
    .header-container .nav-tel {
        display: flex;
    }

    .header-container .navbar {
        min-width: 40%;
    }

    .header-container .nav-email,
    .header-container .nav-tel {
        gap: 10px;
    }

    .nav-vert-line-block {
        background-color: var(--primaryblue-2);
    }
}

.main-projects-slider {
    max-width: 1440px;
    border-bottom: none;
}