body {
    margin: 0;
    padding: 0;
    background-color: #E9E7E5;
    position: relative;
    font-family: 'Artegra Sans';
    font-weight: 400;
    line-height: 120%;
    color: #302A28;
    width: 100%;
    /*overflow: hidden;*/
}
.cookie {
    position: fixed;
    right: 60px;
    bottom: 40px;
    width: 240px;
    padding: 30px;
    background-color: #E9E7E5;
    border-radius: 20px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 8px 13px rgba(34, 60, 80, 0.12);
    -moz-box-shadow: 0px 0px 8px 13px rgba(34, 60, 80, 0.12);
    box-shadow: 0px 0px 8px 13px rgba(34, 60, 80, 0.12);
    flex-direction: column;
    gap: 10px;
    z-index: 10;
    display: none;
}
.cookie.active {
    display: flex;
}
.cookie a {
    color: #ac7e4d;
    cursor: pointer;
}
.cookie-btn {
    background: linear-gradient(87.97deg, #BDA184 5.42%, #A4825D 64.57%);
    padding: 8px 15px 6px 15px;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: 500;
    width: fit-content;
    cursor: pointer;
}
.cookie-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.cookie-close::before,
.cookie-close::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #ac7e4d;
    top: 9px;
    left: 1px;
}
.cookie-close::before {
    transform: rotate(45deg);
}
.cookie-close::after {
    transform: rotate(-45deg);
}
a {
    text-decoration: none;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: 1500px;
    position: relative;
}
.abslogo {
    position: absolute;
    right: 20px;
    bottom: 0px;
    opacity: .6;
    width: 180px;
}
.price-slider .abslogo {
    bottom: 30px;
}
.abslogo.left {
    right: unset;
    left: 20px;
}
header {
    background-color: #E9E7E5BB;
    backdrop-filter: blur(8px); /* Apply a 10px blur to the background */
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding-top: 80px;
    padding-bottom: 28px;
    z-index: 100;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header nav a {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    color: #302A28;
    margin: 0 15px;
}
.contacts {
    display: flex;
    gap: 20px;
}
.btn {
    padding: 10px 17px 6px 17px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 18px;
}
.btn.white {
    background-color: #FFFFFF;
    color: #302A28;
}
.btn.dark {
    background-color: #302A28;
    color: #FFFFFF;
}
.section1 {
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.11) 73%, rgba(255, 255, 255, 0.8) 100%);
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 240px;
    background-size: 50%;
}
.section1 svg {
    margin-left: -18px;
}
.section1 .title {
    font-size: 45px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 40px;
}
.section1 .subtitle {
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
}
.rumetra {
    /*-webkit-box-shadow: 0px -100px 67px -5px rgba(255, 255, 255, 0.24);
    -moz-box-shadow: 0px -100px 67px -5px rgba(255, 255, 255, 0.24);
    box-shadow: 0px -100px 67px -5px rgba(255, 255, 255, 0.24);*/
    margin-bottom: 150px;
}
.rumetra-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.rumetra-banner img.img {
    display: none;
}
.rumetra-banner img.text {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.section-title {
    display: flex;
    align-items: flex-start;
}
h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 40px;
}
.section-title span {
    font-size: 10px;
    line-height: 0;
}
.about-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-content__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 30px;
}
.about-content__item-img {
    width: 308px;
    height: 304px;
}
.about-content__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-content__item-text {
    font-size: 18px;
}
.about-content__item.center {
    width: 530px;
    height: 600px;
    background-color: #FFFFFF;
    padding: 125px 20px 0px 20px;
    border-radius: 285px 285px 0 0;
}
.center-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
    font-size: 30px;
    line-height: 120%;
    margin-top: 60px;
    width: 100%;
}
.center-content .text1 {
    padding: 0 55px;
}
.center-content__btn {
    display: block;
    text-align: center;
    padding: 18px 15px 12px 15px;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 33px;
    background: linear-gradient(87.97deg, #BDA184 5.42%, #A4825D 64.57%);
    width: calc(100% - 40px);
    cursor: pointer;
}
.services {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    margin-top: 120px;
}
.services .section-title {
    color: #FFFFFF;
}
.services-slider {
    overflow: hidden;
    margin-top: 80px;
    height: 640px;
    position: relative;
}
.services-slider__items.swiper-wrapper {
    height: unset;
}
.services-slider__item.swiper-slide {
    outline: 1px solid #E9E7E5;
    outline-offset: -1px;
    /*border: 1px solid;*/
    /*border-image-source: linear-gradient(180deg, #E9E7E5 0%, #BDA184 100%);*/
    position: relative;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding: 60px 0px 50px 0px;
    color: #FFFFFF;
    min-height: 258px;
    transition: all .3s;
    height: 258px;
    border-radius: 20px;
    /*max-width: 450px;*/
}
.services-number {
    text-align: center;
    margin-bottom: 90px;
    /*font-style: italic;*/
    font-size: 18px;
}
.services-slider__item.active {
    height: 450px;
}
.services-text {
    font-size: 27px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    padding: 0 25px;
}
.active .services-text {
    font-weight: 400;
}
.services-subtext {
    font-size: 18px;
    line-height: 120%;
    display: none;
    position: absolute;
    left: 0px;
    right: 50px;
    top: 290px;
    padding: 0 25px;
}
.active .services-subtext {
    display: block;
}
.services-slider__item svg {
    position: absolute;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    transition: all .3s;
}
.services-slider__item.active svg {
    transform: rotate(45deg);
}
.services-slider__btns {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.services-slider__btns .prev,
.services-slider__btns .next {
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.services-slider__btns .prev {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #E9E7E5;
}
.price {
    padding: 70px 0 120px 0;
    /*background-position: center center;*/
    /*background-size: cover;*/
    background-repeat: repeat;
}
.price-slider {
    overflow: hidden;
    position: relative;
}
.price-title {
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 45px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
}
.price .price-title {
    margin-bottom: 150px;
}
.price-title.custom {
    margin-bottom: 55px;
}
.price-grid {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;*/
    margin-bottom: 100px;
}
.price-item.swiper-slide {
    outline: 1px solid #302A28;
    outline-offset: -1px;
    background-color: #FFFFFFBB;
    height: 742px;
    border-radius: 30px;
    /*border: 1px solid #302A28;*/
    /*border-image: linear-gradient(180deg, #302A28 0%, #BDA184 100%);*/
}
.price-item__content {
    padding: 40px 20px 30px 20px;
    position: relative;
    height: calc(100% - 70px);
}
.price-item__name {
    text-align: center;
    font-size: 18px;
    margin-bottom: 35px;
}
.price-item__price {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1%;
    margin-bottom: 20px;
}
.price-item__text {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #685E55;
    margin-bottom: 30px;
}
.price-item ul {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 40px;
    padding-left: 20px;
}
.price-item .center-content__btn {
    padding: 20px 10px 18px 10px;
    width: calc(100% - 70px);
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
}
.progects-tags {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px;
}
.progects-tags div {
    padding: 11px 28px 9px 28px;
    border: 1px solid #302A28;
    border-radius: 22px;
    font-size: 18px;
}
.progects-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 100px;
}
.progects-item {
    background-color: #FFFFFF;
    padding: 50px;

}
.progects-item.hidden {
    display: none;
}
.progects-item.active.hidden {
    display: block;
}
.progects-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.progects-item__name {
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.progects-item__text {
    font-size: 18px;
    line-height: 120%;
    color: #685E55;
    opacity: 0.5;
}
.progects-item__content {
    height: 368px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.progects-item__tags {
    position: absolute;
    left: 40px;
    bottom: 30px;
    display: flex;
    gap: 10px;
}
.progects-item__tags div {
    padding: 12px 28px 8px 28px;
    border: 1px solid #FFFFFF;
    border-radius: 22px;
    font-size: 18px;
    color: #FFFFFF;
    background: #302A28B2;
    backdrop-filter: blur(11px);
}
.show-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    cursor: pointer;
}
.work {
    background-repeat: no-repeat;
    
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    margin-bottom: 80px;
}
.services.work {
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.lamp {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 1s ease-out;
}
.lamp.active {
    top: 0%;
    opacity: 1;
}
.lamp-lamp {
    position: relative;
    z-index: 2;
    transform: rotate(10deg);
    transition: all 1s ease-out;
}
.active .lamp-lamp {
    transform: rotate(0deg);
}
.lamp-lamp img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.lamp-light {
    position: relative;
    margin-top: -22%;
    margin-left: -2%;
    z-index: 1;
    width: 100%;
    height: 600px;
    opacity: 0;
    transition: all .2s;
}
.lamp-light.active {
    opacity: 1;
}
.lamp-light img {
    width: 132%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.work .price-title {
    margin-top: 230px;
    margin-bottom: 100px;
    color: #FFFFFF;
}
.work-grid {
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: cover;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.work-grid__item {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
    padding-left: 60px;
}
.work-grid__item.left {
    align-items: flex-end;
    padding-left: 0px;
    padding-right: 60px;
    text-align: right;
}
.work-grid__item-number {
    font-size: 18px;
    /*font-style: italic;*/
    margin-bottom: 20px;
}
.work-grid__item-text {
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
}
.work-grid__item-text::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, #E8E6E4 0%, #BDA184 100%);
    border-radius: 50%;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    left: -65px;
}
.left .work-grid__item-text::before {
    left: unset;
    right: -65px;
}
.price-title.bottom {
    margin-top: 110px;
    margin-bottom: 60px;
}
.reviews-slider {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    z-index: 2;
}
.reviews-slider__item.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0px;
    background-color: #FFFFFF;
    /*border: 1px solid #302A28;*/
    outline: 1px solid #302A28;
    outline-offset: -1px;
    height: 550px;
    border-radius: 30px;
}
.reviews-slider__item-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0 30px;
}
.reviews-slider__item-head img {
    width: 122px;
    height: 122px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}
.head-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}
.head-right div {
    padding: 12px 20px 8px 20px;
    font-size: 17px;
    border: 1px solid #302A28;
    border-radius: 22px;
    width: fit-content;
}
.apostr {
    margin-bottom: 40px;
    padding: 0 30px;
}
.reviews-slider__item-text {
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 0 30px;
}
.reviews-slider__item-more {
    font-size: 18px;
    text-decoration: underline;
    color: #302A28;
    padding: 0 30px;
}
.reviews-slider__item-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    padding: 0 30px;
}
.reviews-slider__item-addr {
    font-size: 18px;
    line-height: 120%;
    padding: 0 30px;
}
.reviews-slider .services-slider__btns,
.price-slider .services-slider__btns {
    margin-top: 60px;
    position: relative;
}
.reviews-slider .services-slider__btns .prev,
.price-slider .services-slider__btns .prev {
    border-right: 1px solid #231F20;
}
.footer {
    margin-top: -105px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
    padding-top: 200px;
}
.footer-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 440px;
    background: #E9E7E5;
    background: linear-gradient(180deg,rgba(233, 231, 229, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(240, 239, 237, 0.8) 70%, rgba(233, 231, 229, 1) 100%);
}
.footer .container {
    position: relative;
    z-index: 2;
}
.footer-content {
    /*margin-top: 200px;*/
}
.footer-content__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 45px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.footer-content form {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 225px;
}
.footer-content form input {
    width: 460px;
    padding: 13px;
    font-size: 30px;
    text-align: center;
    border: 1px solid #231F20;
    background-color: #FFFFFF;
}
.footer-content form input:active, 
.footer-content form input:focus {
    outline: none;
    background-color: #e6d5c3;
}
.footer-content form label {
    position: relative;
}
.footer-content form label span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer-content form input:focus > span {
    display: none;
}
.footer-content form button.center-content__btn {
    border: unset;
    outline: unset;
    padding: 15px 15px 15px 15px;
}
.footer-bottom {
    padding: 60px 40px 100px 40px;
    background-color: #FFFFFFBB;
    backdrop-filter: blur(8px);
}
.footer-bottom__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 190px;
    border-bottom: 1px solid #231F20;
}
.footer-bottom__info-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-bottom__info-left img {
    width: 232px;
    height: auto;
}
.footer-bottom__info-right {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.footer-bottom__info-right-title {
    font-size: 30px;
    font-weight: 500;
    /*font-style: italic;*/
    line-height: 120%;
}
.footer-bottom__info-right-text {
    font-size: 30px;
    line-height: 120%;
    color: #302A28;
}
.socials {
    display: flex;
    gap: 25px;
}
.socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    background: linear-gradient(87.97deg, #BDA184 5.42%, #A4825D 64.57%);
    border-radius: 50%;
}
.footer-bottom_copy {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-bottom_copy a {
    color: #231F20;
    text-decoration: underline;
}
.footer-bottom_copy-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
}
.footer-bottom_copy-right {
    display: flex;
    justify-content: flex-end;
}
.burger {
    display: none;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #231F20;
    border-radius: 10px;
}
.services-slider__btns .swiper-button-lock {
    display: none;
}

.title b,
.price-title b,
.footer-content__title b {
    font-weight: 500;
}

section {
    overflow: hidden;
    padding-top: 6px;
}

.dsnone {
    display: none;
}

.about-company {
    margin-bottom: 100px;
    position: relative;
    padding-bottom: 60px;
}
.about-company b {
    font-weight: 600;
}
.about-items {
    display: flex;
    justify-content: space-between;
}
.about-item {
    padding: 12px 30px;
    font-size: 30px;
    border: 2px solid #ac7e4d;
    border-radius: 27px;
    line-height: 100%;
    margin-bottom: 40px;
}
.about-text {
    font-size: 28px;
    line-height: 150%;
    
}
.about-list {
    margin-top: 10px;
}
.about-list div {
    font-size: 24px;
    line-height: 150%;
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
} 
.about-list div::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #A4825D;
}
.about-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.about-container img:not(.abslogo) {
    width: 500px;
    height: 670px;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
}
.photo .about-container img:not(.abslogo) {
    object-fit: contain;
}
.about-text-2 {
    font-size: 24px;
    line-height: 150%;
    margin-top: 40px;
}
.level {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    margin-top: 60px;
    font-size: 28px;
    line-height: 150%;
}
.about-container .level img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: unset;
    margin-bottom: 14px;
}
.footer-bottom .level {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 0px;
    font-size: 22px;
}
.footer-bottom .level img {
    width: 80px;
    height: 80px;
    margin-bottom: 11px;
}
.stages .about-items {
    margin-bottom: 40px;
}
.stages .about-list {
    margin-bottom: 60px;
}
.stages .about-text-2 {
    margin-top: 0;
}
.about-list-2 {
    display: flex;
    gap: 40px;
}
.about-list-2 div {
    font-size: 24px;
    line-height: 150%;
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
} 
.about-list-2 div::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 12px;
    height: 12px;
    border: 1px solid #A4825D;
    border-radius: 50%;
}
.stages2 .about-list {
    margin-bottom: 40px;
}
.about-company-title {
    font-size: 30px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 40px;
}
.photo .about-text {
    margin-top: 140px;
    font-size: 32px;
}
.photo img {
    object-fit: contain;
}
.services.prins {
    margin-top: 0;
} 
.prin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.prin-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 40px 30px 40px;
    background-color: #fffdfbab;
    border-radius: 20px;
}
.prin-item__title {
    font-size: 46px;
    font-weight: 500;
    padding: 0px 40px 50px 40px;
    border-bottom: 2px solid #44260d2e;
    margin-bottom: 40px;
}
.prin-item__text {
    font-size: 32px;
    line-height: 120%;
    text-align: center;
}
.select .about-text {
    margin-top: 20px;
    margin-bottom: 80px;
}
.review-text {
    display: none;
}
.popup-review {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #E9E7E5BB;
    backdrop-filter: blur(8px);
    z-index: 10;
}
.popup-review.active {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-review__content {
    background-color: #FFFFFF;
    max-width: 480px;
    width: 100%;
    margin: 0 10px;
    border: 1px solid #685E55;
    border-radius: 20px;
    position: relative;
    padding-top: 50px;
}
.popup-review__text {
    padding: 20px;
    font-size: 18px;
    line-height: 140%;
}
.popup-review__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #685E55;
    border-radius: 50%;
    cursor: pointer;
}
.popup-review__close::before,
.popup-review__close::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background-color: #685E55;
    position: absolute;
    top: 18px;
    left: 6px;
}
.popup-review__close::before {
    transform: rotate(45deg);
}
.popup-review__close::after {
    transform: rotate(-45deg);
}

.section1 .level {
    justify-content: flex-start;
    font-size: 24px;
}
.section1 .level img {
    width: 80px;
    height: auto;
}
.section1 .level div {
    margin-bottom: -12px;
}





@media (max-width: 1740px) {
    /*.section1 {
        background-position-x: 650px;
        background-position-y: center;
    }*/
}

@media (max-width: 1680px) {
    .container {
        padding: 0 60px;
    }
    header {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .header-logo {
        display: block;
        max-width: 156px;
    }
    .header-logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .header nav a {
        font-size: 14px;
        margin: 0 8px;
    }
    .section1 {
        
    }
    .section1 .title {
        font-size: 36px;
    }
    .section1 .subtitle {
        font-size: 22px;
    }
    .btn {
        padding: 8px 15px 4px 15px;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
        border-radius: 18px;
    }
    .btn.dark {
        padding: 7px 15px 5px 15px;
    }
    .about-content__item-img {
        width: 240px;
        height: 236px;
    }
    .about-content__item-text {
        font-size: 14px;
    }
    .about-content__item.center {
        width: 382px;
        height: 465px;
        background-color: #FFFFFF;
        padding: 125px 30px 0px 30px;
        border-radius: 285px 285px 0 0;
    }
    .center-content {
        font-size: 22px;
        margin-top: 25px;
    }
    .center-content .text1 {
        padding: 0 37px;
    }
    .center-content__btn {
        font-size: 22px;
        padding: 16px 15px 10px 15px;
    }
    .services {
        padding: 55px 0;
    }
    .services-slider {
        margin-top: 50px;
        height: 420px;
    }
    .services-number {
        font-size: 14px;
        margin-bottom: 50px;
    }
    .services-text {
        font-size: 22px;
    }
    .services-subtext {
        top: 220px;
        font-size: 14px;
    }
    .services-slider__item.swiper-slide {
        padding: 50px 0px 40px 0px;
        height: 184px;
        min-height: 184px;
    }
    .services-slider__item.active {
        height: 230px;
    }
    .services-slider__item svg {
        right: 20px;
        bottom: 20px;
        width: 42px;
        height: 42px;
    }
    .price-title {
        font-size: 32px;
        margin-top: 45px;
    }
    .price .price-title {
        margin-bottom: 60px;
    }
    .price-item__content {
        padding: 40px 25px 30px 25px;
    }
    .price-item__name {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .price-item__price {
        font-size: 22px;
        text-transform: uppercase;
    }
    .price-item__text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .price-item ul {
        font-size: 14px;
        line-height: 150%;
        padding-left: 25px;
    }
    .price-item .center-content__btn {
        padding: 17px 15px 15px 15px;
        width: calc(100% - 70px);
    }
    .progects-grid {
        gap: 60px;
        margin-bottom: 60px;
    }
    .progects-item {
        padding: 30px;
    }
    .progects-item__name {
        font-size: 22px;
    }
    .progects-item__text {
        font-size: 14px;
    }
    .progects-item__header svg {
        width: 42px;
        height: 42px;
    }
    .progects-item__content {
        height: 285px;
    }
    .progects-item__tags {
        left: 25px;
        bottom: 20px;
    }
    .progects-item__tags div {
        font-size: 14px;
        padding: 10px 24px 6px 24px;
    }
    .show-more {
        font-size: 14px;
    }
    .price {
        padding-bottom: 70px;
    }
    .work .price-title {
        margin-top: 220px;
    }
    .work-grid__item-number {
        font-size: 14px;
    }
    .work-grid__item-text {
        font-size: 22px;
    }
    .work-grid__item {
        padding: 40px 0;
        padding-left: 50px;
    }
    .work-grid__item.left {
        padding-right: 50px;
    }
    .work-grid__item-text::before {
        left: -55px;
    }
    .left .work-grid__item-text::before {
        right: -55px;
    }
    .price-title.bottom {
        margin-top: 70px;
    }
    .reviews-slider__item-head img {
        width: 95px;
        height: 95px;
    }
    .head-right div {
        font-size: 14px;
        padding: 10px 24px 6px 24px;
    }
    .reviews-slider__item-head {
        margin-bottom: 40px;
    }
    .reviews-slider__item-text {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .apostr {
        margin-bottom: 30px;
    }
    .reviews-slider__item-more {
        font-size: 14px;
    }
    .reviews-slider__item-name,
    .reviews-slider__item-addr {
        font-size: 14px;
    }
    .reviews-slider__item.swiper-slide {
        height: 415px;
    }
    .footer-content__title {
        font-size: 36px;
    }
    .footer-content__title svg {
        width: 110px;
        height: 110px;
    }
    .footer-content form input {
        font-size: 22px;
        width: 90%;
    }
    .footer-content form {
        margin-bottom: 170px;
    }
    .footer-bottom__info-right-title,
    .footer-bottom__info-right-text {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {    
    .footer-content form {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 50px;
    }
    .footer-content form input {
        width: 100%;
    }
    .price-slider {
        margin-bottom: 60px;
    }
    .about-item {
        font-size: 22px;
    }
}

@media (max-width: 1366px) {
    .header nav a {
        margin: 0 5px;
    }
    .work .price-title {
        margin-top: 160px;
    }
}

@media (max-width: 1240px) {
    header {
        padding: 32px 0;
        border: unset;
        border-bottom: 1px solid #FFFFFF;
    }
    .burger {
        display: flex;
    }
    .burger.open svg {
        display: none;
    }
    .burger.open {
        position: relative;
    }
    .burger.open::before,
    .burger.open::after {
        content: "";
        display: block;
        width: 24px;
        height: 1px;
        background-color: #685E55;
        position: absolute;
        top: 16px;
        left: 5px;
    }
    .burger.open::before {
        transform: rotate(45deg);
    }
    .burger.open::after {
        transform: rotate(-45deg);
    }
    .header nav {
        display: none;
    }
    .header nav.open {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 74px;
        background-color: #E9E7E5BB;
        backdrop-filter: blur(8px);
        padding: 20px;
        z-index: 10000;
        border-bottom: 1px solid #FFFFFF;
    }
    .header nav a {
        font-size: 20px;
        padding: 5px 0;
    }
    .about-content__item.center {
        width: 450px;
        height: 554px;
        padding-top: 90px;
    }
    .center-content {
        font-size: 24px;
        margin-top: 40px;
    }
    .center-content__btn {
        font-size: 24px;
    }
    .price-item__content {
        padding: 40px 20px 30px 20px;
    }
    
}

@media (max-width: 1024px) {
    .section1 .title {
        font-size: 40px;
    }
    .section1 .subtitle {
        font-size: 28px;
    }
    .section1 {
        background-position-x: 600px;
    }
    .about-content__item-img {
        width: 215px;
        height: 215px;
    }
    .price-grid {
        margin-bottom: 40px;
    }
    .price-slider {
        margin-bottom: 60px;
    }
    .reviews-slider .services-slider__btns, .price-slider .services-slider__btns {
        margin-top: 40px;
    }
    .progects-grid {
        gap: 40px;
    }
    .progects-item {
        padding: 30px;
    }
    .progects-item__tags {
        left: 20px;
    }
}

@media (max-width: 768px) {
    body {
        /*overflow: hidden;*/
    }
    .container {
        padding: 0 20px;
    }
    .abslogo {
        display: none !important;
    }
    .btn {
        font-size: 12px;
        padding: 9px 10px 7px 10px;
    }
    .contacts {
        gap: 10px;
    }
    .header-logo {
        max-width: 122px;
    }
    .header-logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .section1 {
        padding-top: 120px;
        padding-bottom: 40px;
        background: unset !important;
    }
    .section1 svg {
        display: none;
    }
    .section1 .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .section1 .subtitle {
        font-size: 20px;
    }
    .rumetra-banner img.img {
        display: block;
        max-width: 210px;
    }
    .rumetra {
        margin-bottom: 60px;
    }
    h2 {
        font-size: 13px;
    }
    .section-title span {
        font-size: 8px;
    }
    .about-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .about-content__item.left {
        order: 2;
    }
    .about-content__item.center {
        order: 1;
        width: 210px;
        border-radius: 125px 125px 0 0;
        padding: 45px 20px 90px 20px;
        height: unset;
        position: relative;
        margin-bottom: 40px;
    }
    .about-content__item.right {
        order: 3;
    }
    .center-content {
        font-size: 16px;
        margin-top: 30px;
    }
    .center-content .text1 {
        padding: 0 0px;
    }
    .center .center-content__btn {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        white-space: nowrap;
        padding: 23px 40px;
        width: auto;
    }
    .about-content__item.left,
    .about-content__item.right {
        width: 47%;
    }
    .about-content__item-img {
        width: 100%;
        height: 184px;
    }
    .about-content__item-text {
        font-size: 13px;
    }
    .about-content__item {
        gap: 15px;
    }
    .services:not(.work) {
        background-image: unset !important;
    }
    .services {        
        background-color: #302A28;
        margin-top: 40px;
        padding: 40px 0;
    }
    .services-slider {
        margin-top: 20px;
    }
    .services-slider__item.swiper-slide {
        padding: 30px 0;
        min-height: 214px;
        height: 214px;
    }
    .services-number {
        font-size: 13px;
        margin-bottom: 35px;
    }
    .services-text {
        font-size: 20px;
        padding: 0 20px;
    }
    .services-subtext {
        font-size: 14px;
        padding: 0 20px;
        top: 180px;
    }
    .services-slider__item svg {
        right: 20px;
    }
    .services-slider__item.active {
        height: 420px;
    }
    .services-slider {
        height: 540px;
    }
    .price {
        padding: 40px 0;
        background-size: 180%;
    }
    .price-title {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 32px;
    }
    .price-slider {
        margin-bottom: 80px;
    }
    .reviews-slider .services-slider__btns,
    .price-slider .services-slider__btns {
        left: unset;
        justify-content: center;
        margin-top: 40px;
    }
    .price-grid {
        margin-bottom: 0;
    }
    .progects-tags {
        margin-top: -15px;
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .progects-tags div {
        font-size: 13px;
        border-radius: 13px;
        padding: 3px 20px 1px 20px;
    }
    .progects-item.last {
        display: none;
    }
    .progects-item.active.last {
        display: block;
    }
    .progects-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }
    .progects-item {
        padding: 30px;
    }
    .progects-item svg {
        width: 34px;
        height: 34px;
    }
    .progects-item__name {
        font-size: 20px;
    }
    .progects-item__text {
        font-size: 13px;
    }
    .progects-item__header {
        margin-bottom: 5px;
    }
    .progects-item__content {
        height: 227px;
    }
    .progects-item__tags {
        left: 20px;
        bottom: 15px;
    }
    .progects-item__tags div {
        font-size: 13px;
        border-radius: 13px;
        padding: 3px 15px 1px 15px;
    }
    .show-more {
        font-size: 13px;
        gap: 12px;
    }
    .price .price-title {
        margin-bottom: 80px;
    }
    .work {
        background-position-y: top;
        background-size: cover;
        margin-bottom: 40px;
    }
    .lamp {
        width: 100%;
        top: 0;
    }
    .lamp-lamp {
        width: 90%;
    }
    .lamp-light {
        width: 100%;
        margin-left: -1%;
    }  
    .lamp-light img {
        width: 117%;
    }
    .work-grid__item {
        padding: 14px 0;
    }
    .work-grid__item-number {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .work-grid__item-text {
        font-size: 20px;
    }
    .work .price-title {
        margin-top: 178px;
        margin-bottom: 50px;
    }
    .work-grid__item {
        padding-left: 30px;
    }
    .work-grid__item-text::before {
        left: -35px;
    }
    .work-grid__item.left {
        padding-right: 30px;
    }
    .left .work-grid__item-text::before {
        right: -35px;
    }
    .work .price-title.bottom {
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .reviews-slider__item.swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 0px;
        background-color: #FFFFFF;
        /*border: 1px solid #302A28;*/
        outline: 1px solid #302A28;
        outline-offset: -1px;
        height: 550px;
    }
    .reviews-slider__item-head {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
        padding: 0 30px;
    }
    .reviews-slider__item-head img {
        width: 122px;
        height: 122px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%;
    }
    .head-right {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-end;
    }
    .head-right div {
        padding: 12px 16px 8px 16px;
        font-size: 18px;
        border: 1px solid #302A28;
        border-radius: 22px;
        width: fit-content;
    }
    .apostr {
        margin-bottom: 40px;
        padding: 0 30px;
    }
    .reviews-slider__item-text {
        font-size: 30px;
        line-height: 120%;
        text-transform: uppercase;
        margin-bottom: 30px;
        padding: 0 30px;
    }
    .reviews-slider__item-more {
        font-size: 18px;
        text-decoration: underline;
        color: #302A28;
        padding: 0 30px;
    }
    .reviews-slider__item-name {
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
        padding: 0 30px;
    }
    .reviews-slider__item-addr {
        font-size: 18px;
        line-height: 120%;
        padding: 0 30px;
    }
    .reviews-slider {
        margin-top: 20px;
    }
    .reviews-slider__item-text {
        margin-bottom: 15px;
    }
    .reviews-slider__item.swiper-slide {
        height: 520px;
    }
    .footer {
        padding-top: 170px;
        background-position-x: -173px;
        background-position-y: -41px;
        background-size: 254%;
    }
    .footer-content__title {
        font-size: 32px;
        text-align: center;
        justify-content: center;
    }
    .footer-content__title svg {
        display: none;
    }
    .footer-content form {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 115px;
    }
    .footer-content form input {
        width: calc(100% - 40px);
        font-size: 20px;
        padding: 19px;
    }
    .footer-content form button.center-content__btn {
        width: 100%;
        font-size: 20px;
        padding: 19px;
    }
    .footer-bottom {
        padding: 100px 30px;
        padding-bottom: 380px;
        position: relative;
    }
    .footer-bottom__info {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 60px;
    }
    .footer-bottom__info-left img {
        position: absolute;
        top: 40px;
        left: 30px;
        width: 124px;
    }
    .footer-bottom__info-right {
        gap: 20px;
        margin-bottom: 30px;
    }
    .footer-bottom__info-right-title,
    .footer-bottom__info-right-text {
        font-size: 20px;
    }
    .socials {
        justify-content: space-between;
    }
    .socials a {
        width: 98px;
        height: 98px;
    }
    .socials a svg {
        width: 42px;
        height: 42px;
    }
    .footer-bg {
        background: linear-gradient(180deg,rgba(233, 231, 229, 1) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(240, 239, 237, 0.5) 80%, rgba(233, 231, 229, 1) 100%);
    }
    .footer-bottom_copy {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .footer-bottom_copy-center {
        margin-left: 20px;
    }
    .footer-bottom_copy-center img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 90px;
        width: 209px;
        height: 209px;
    }
    .about-container {
        flex-direction: column;
    }
    .about-items {
        flex-direction: column;
    }
    .about-item {
        padding: 12px 20px 10px 20px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .about-text {
        font-size: 20px;
        line-height: 140%;
    }
    .about-list div {
        font-size: 18px;
    }
    .about-list div::before {
        top: 4px;
    }
    .about-text-2 {
        font-size: 18px;
    }
    .about-container img {
        width: 100%;
        height: auto;
    }
    .level {
        margin-top: 30px;
        font-size: 20px;
    }
    .level img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
    .stages .about-items {
        margin-bottom: 30px;
    }
    .stages .about-list {
        margin-bottom: 40px;
    }
    .about-list-2 {
        flex-direction: column;
        gap: 0;
        margin-top: 10px;
    }
    .about-list-2 div {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-company-title {
        font-size: 19px;
    }
    .photo .about-text {
        margin-top: 40px;
    }
    .prin {
        grid-template-columns: 1fr;
    }
    .prin-item {
        padding: 30px 20px 15px 20px;
    }
    .prin-item__title {
        font-size: 30px;
        padding: 0px 0px 20px 0px;
        margin-bottom: 20px;
    }
    .prin-item__text {
        font-size: 20px;
    }
    .footlogo {
        display: none;
    }
    .about-company {
        padding-bottom: 0;
    }
    .photo .about-text {
        font-size: 19px;
    }
    .section1 .level {
        font-size: 18px;
    }
    .section1 .level img {
        width: 60px;
    }
    .section1 .level div {
        margin-bottom: 1px;
    }
}
@media (max-width: 500px) {
    .services.work .section-title {
        margin-top: -20px;
    }
    .about-container img:not(.abslogo) {
        width: 100%;
        height: auto;
    }
    #s03 .level img {
        width: 60px;
        height: auto;
    }
    #s03 .level div {
        font-size: 18px;
        margin-bottom: 1px;
     }
}
@media (max-width: 470px) {
    header {
        padding: 12px 0;
    }
    .contacts {
        gap: 5px;
        flex-direction: column;
    }
    .btn.dark {
        padding: 9px 15px 7px 15px;
    }
    .section1 .title {
        margin-top: 20px;
        font-size: 24px;
    }
    .section1 .subtitle {
        font-size: 16px;
    }
    .center .center-content__btn {
        font-size: 18px;
        padding: 20px 30px;
    }
    .about-content {
        align-items: flex-start;
    }
    .about-content__item-text {
        font-size: 11px;
    }
    .price-title {
        font-size: 24px;
    }
    .center-content__btn {
        font-size: 20px;
    }
    .work .price-title {
        margin-top: 80px;
    }
    .work-grid__item-text {
        font-size: 14px;
    }
    .reviews-slider__item-head img {
        width: 90px;
        height: 90px;
    }
    .head-right div {
        font-size: 14px;
    }
    .reviews-slider__item-text {
        font-size: 22px;
    }
    .reviews-slider__item-head {
        margin-bottom: 30px;
    }
    .apostr {
        margin-bottom: 30px;
    }
    .reviews-slider__item.swiper-slide {
        height: 440px;
    }
    .footer-content__title {
        font-size: 22px;
    }
    .socials {
        gap: 20px;
    }
    .socials a {
        width: 75px;
        height: 75px;
    }
    .footer-bottom_copy {
        font-size: 14px;
    }
    .footer-bottom {
        padding-bottom: 350px;
    }
    .price-item.swiper-slide {
        height: 580px;
    }
    .price-item .center-content__btn {
        bottom: 25px;
    }
}