*,
*:after,
*:before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    background: #171717;
    color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.main {
    overflow: hidden;
}

.container--1400 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.container--1200 {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.title {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}

.nav-aside {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #171717;
    z-index: 999;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
}

.nav-aside.active {
    transform: translateX(0);
}

.nav__btn-container {
    display: none;
    position: absolute;
    top: 44px;
    right: 20px;
    z-index: 1000;
}

.nav__btn {
    width: 25px;
    height: 20px;
    position: relative;
    margin: 30px auto;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.nav__btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.nav__btn span:nth-child(1) {
    top: 0px;
}

.nav__btn span:nth-child(2),
.nav__btn span:nth-child(3) {
    top: 7px;
}

.nav__btn span:nth-child(4) {
    top: 14px;
}

.nav__btn.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}

.nav__btn.open span:nth-child(2) {
    transform: rotate(45deg);
}

.nav__btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.nav__btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.objectTitle {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.objectTitle-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.header {
    height: 100vh;
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header__inner {
    position: relative;
    height: 100vh;
}

.header__top {
    padding-top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__list {
    list-style-type: none;
    display: flex;
    gap: 80px;
    font-size: 14px;
    font-weight: 600;
}

.nav__item {
    cursor: pointer;
    transition: 0.3s;
}

.nav__item:hover {
    text-shadow: 0px 0px 1px #ffffff, 0px 0px 1px #ffffff;
}

.header__content {
    position: absolute;
    bottom: 150px;
    left: 30px;
}

.mission {
    padding: 90px 0 45px;
    position: relative;
}

.mission__img {
    width: 590px;
}

.mission__title {
    margin-bottom: 50px;
}

.mission__content {
    display: flex;
    gap: 45px;
}

.mission__subtitle {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.mission__subtitle--margin {
    margin-bottom: 200px;
}

.mission__textBlock {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.mission__text {
    font-size: 16px;
    font-weight: 400;
}

.mission__sideText {
    font-size: 31px;
    font-weight: 500;
    position: absolute;
    transform-origin: 0%;
    transform: rotate(-90deg);
    left: -60px;
    bottom: 24px;
}

.projects {
    padding: 45px 0;
}

.projects__title {
    margin-bottom: 50px;
}

.projects__items {
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.projects__item {
    display: block;
    /*max-width: 387px;*/
    width: 100%;
    position: relative;
    transition: 0.3s;
    margin: 0 10px;
}

.projects__item:hover {
    transform: scale(1.02);
}

.projects__item-img {
    width: 100%;
    inset: 0;
    z-index: -1;
}

.projects__item-title {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size: 16px;
    font-weight: 600;
}

.price {
    padding: 45px 0;
    position: relative;
}

.price__title {
    margin-bottom: 30px;
}

.price__subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.price__items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
}

.price__item {
    max-width: 370px;
}

.price__item-title {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
}

.price__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100px;
    margin-bottom: 51px;
}

.price__list-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.price__item--color {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 400;
}

.price__sum {
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
}

.price__sum--text {
    width: 100%;
    display: block;
    position: relative;

    font-size: 13px;
    font-weight: 500;
}

.price__sum--text::after,
.price__sum::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: -25px;
}

.price__btn {
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid #fff;
    padding: 20px 35px;
    background: transparent;
    cursor: pointer;
    position: relative;
    overflow-x: hidden;
    transition: 0.3s;
}

.price__btn:hover {
    background: #fff;
    color: #000;
}

.price__btn:hover .flare {
    opacity: 0;
}

.price__btn .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.4)
    );
    animation: flareAnimation 2s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 110%;
    }
}

.price__sideText {
    position: absolute;
    font-size: 23px;
    font-weight: 500;
    transform-origin: 100%;
    transform: rotate(90deg);
    right: -60px;
    bottom: 24px;
}

.work {
    padding: 45px 0;
    position: relative;
}

.work__sideImg {
    top: 120px;
    position: absolute;
}

.work__sideImg-2 {
    display: none;
}

.work__title {
    margin-bottom: 50px;
}

.work__list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-left: 70px;
}

.work__list-item:nth-child(even) {
    margin-left: 110px;
}

.work__item-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.work__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__info-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 6px;

    font-size: 12px;
    font-weight: 500;
}

.footer__info-item:nth-child(1) {
    font-size: 18px;
}

.footer__socials {
    display: flex;
    gap: 45px;
}

.contacts__wrapper {
    padding: 70px 0;
}

.contacts__arrow {
    position: absolute;
    top: 80px;
}

.contacts__content {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.contacts__img {
    object-fit: cover;
    max-width: 490px;
}

.contacts__logo {
    margin-bottom: 160px;
}

.contacts__info-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap: 25px;
    margin-bottom: 150px;
}

.contacts__info-item {
    font-size: 24px;
    font-weight: 400;
}

.contacts__info-item--name {
    font-weight: 500;
}

.contacts__socials {
    display: flex;
    gap: 45px;
}

.object1__wrapper {
    padding: 50px 0;
}

.object1__inner {
    padding: 0 50px;
}

.object1__img-list {
    display: grid;
    gap: 22px;
    justify-content: center;
    grid-template-columns: 347px 304px 78px 12px 270px;
    grid-template-rows: 347px 35px 247px 142px 230px 103px 338px 35px 229px;
}

.object1__img-list img {
    cursor: pointer;
}

.object1__img-1 {
    grid-row: 1 / 2;
}

.object1__img-2,
.object1__img-3 {
    grid-row: 1 / 3;
}

.object1__img-4 {
    grid-row: 2 / 4;
}

.object1__img-3 {
    grid-column: 4 / -1;
}

.object1__img-6 {
    grid-column: 5 / -1;
}

.object1__img-5,
.object1__img-6 {
    grid-row: 3 / 5;
}

.object1__img-7 {
    grid-row: 4 / 6;
}

.object1__img-8 {
    grid-row: 5 / 6;
}

.object1__img-9 {
    grid-row: 5 / 7;
}

.object1__img-10 {
    grid-row: 6 / 8;
}

.object1__img-11 {
    grid-row: 6 / 9;
}

.object1__img-12 {
    grid-row: 7 / 10;
}

.popup-img {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.popup-img span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}

.popup-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    object-fit: cover;
}

.object2__img-list {
    display: grid;
    gap: 22px;
    justify-content: center;
    grid-template-rows: 305px 77px 495px 104px 346px 100px 224px 233px 92px 450px 557px 591px;
    grid-template-columns: 383px 52px 35px 77px 155px 288px;
}

.object2__img-list img {
    cursor: pointer;
}

.object2__img-1 {
    grid-row: 1 / 2;
    grid-column: 1/ 3;
}

.object2__img-2 {
    grid-row: 1 / 3;
    grid-column: 3 / 6;
}

.object2__img-3 {
    grid-row: 1 / 3;
    grid-column: 6 / -1;
}

.object2__img-4 {
    grid-row: 2 / 4;
    grid-column: 1 / 3;
}

.object2__img-5 {
    grid-row: 3 / 5;
    grid-column: 3 / -1;
}

.object2__img-6 {
    grid-row: 4 / 7;
    grid-column: 1 / 3;
}

.object2__img-7 {
    grid-row: 5 / 7;
    grid-column: 3 / 7;
}

.object2__img-8 {
    grid-row: 5 / 6;
    grid-column: 6 / -1;
}

.object2__img-9 {
    grid-row: 7 / 9;
    grid-column: 1 / 2;
}

.object2__img-10 {
    grid-row: 7 / 9;
    grid-column: 2 / 4;
}

.object2__img-11 {
    grid-row: 6 / 8;
    grid-column: 6 / -1;
}

.object2__img-12 {
    grid-row: 8 / 10;
    grid-column: 6 / -1;
}

.object2__img-13 {
    grid-row: 9 / 11;
    grid-column: 1 / 6;
}

.object2__img-14 {
    grid-row: 10 / 11;
    grid-column: 6 / -1;
}

.object2__img-15 {
    grid-row: 11 / 12;
    grid-column: 1 / 5;
}

.object2__img-16 {
    grid-row: 11 / 12;
    grid-column: 5 / -1;
}

.object2__img-17 {
    grid-row: 12 / -1;
    grid-column: 1 / 4;
}

.object2__img-18 {
    grid-row: 12 / -1;
    grid-column: 4 / -1;
}

.object3__img-list {
    display: grid;
    gap: 22px;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
}

.object3__img-list img {
    width: 353px;
}

.object4__img-list {
    display: grid;
    gap: 22px;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
}

.object4__img-list img {
    width: 353px;
}

@media (max-width: 1230px) {
    .projects__items {
        gap: 10px;
    }
}

@media (max-width: 1175px) {
    .price__items {
        gap: 25px;
    }
}

@media (max-width: 1074px) {
    .mission__img {
        width: 450px;
        object-fit: cover;
    }

    .footer .nav__list {
        font-size: 16px;
        gap: 30px;
    }
}

@media (max-width: 1105px) {
    .object1__img-list {
        grid-template-columns: 296px 346px;
        grid-template-rows: 296px 31px 304px 14px 282px 152px 134px 72px 336px 17px 456px;
    }

    .object1__img-1,
    .object1__img-3,
    .object1__img-6,
    .object1__img-7,
    .object1__img-8,
    .object1__img-11 {
        grid-column: 1 / 2;
    }

    .object1__img-1 img,
    .object1__img-3 img,
    .object1__img-6 img,
    .object1__img-7 img,
    .object1__img-8 img,
    .object1__img-11 img {
        width: 296px;
    }

    .object1__img-2,
    .object1__img-4,
    .object1__img-5,
    .object1__img-9,
    .object1__img-10,
    .object1__img-12 {
        grid-column: 2 / -1;
    }

    .object1__img-2 img,
    .object1__img-4 img,
    .object1__img-5 img,
    .object1__img-9 img,
    .object1__img-10 img,
    .object1__img-12 img {
        width: 346px;
    }

    .object1__img-1 {
        grid-row: 1 / 2;
    }

    .object1__img-2 {
        grid-row: 1 / 3;
    }

    .object1__img-3 {
        grid-row: 2 / 5;
    }

    .object1__img-4 {
        grid-row: 3 / 4;
    }

    .object1__img-5 {
        grid-row: 4 / 6;
    }

    .object1__img-6 {
        grid-row: 5 / 7;
    }

    .object1__img-7 {
        grid-row: 9 / 10;
    }

    .object1__img-9 {
        grid-row: 6 / 8;
    }

    .object1__img-8 {
        grid-row: 7 / 9;
    }

    .object1__img-10 {
        grid-row: 8 / 11;
    }

    .object1__img-12 {
        grid-row: 11 / -1;
    }

    .object1__img-11 {
        grid-row: 10 / 12;
    }

    .object2__img-list {
        grid-template-columns: 386px 256px;
        grid-template-rows: 258px 67px 350px 40px 261px 103px 265px 183px 107px 309px 23px 273px 353px 21px 294px 103px 143px;
    }

    .object2__img-1,
    .object2__img-4,
    .object2__img-5,
    .object2__img-8,
    .object2__img-9,
    .object2__img-13,
    .object2__img-15,
    .object2__img-16 {
        grid-column: 1 / 2;
    }

    .object2__img-1 img,
    .object2__img-4 img,
    .object2__img-5 img,
    .object2__img-8 img,
    .object2__img-9 img,
    .object2__img-13 img,
    .object2__img-15 img,
    .object2__img-16 img {
        width: 386px;
    }

    .object2__img-2,
    .object2__img-3,
    .object2__img-6,
    .object2__img-7,
    .object2__img-10,
    .object2__img-11,
    .object2__img-12,
    .object2__img-14,
    .object2__img-17,
    .object2__img-18 {
        grid-column: 2 / -1;
    }

    .object2__img-2 img,
    .object2__img-3 img,
    .object2__img-6 img,
    .object2__img-7 img,
    .object2__img-10 img,
    .object2__img-11 img,
    .object2__img-12 img,
    .object2__img-14 img,
    .object2__img-17 img,
    .object2__img-18 img {
        width: 256px;
    }

    .object2__img-1 {
        grid-row: 1 / 2;
    }

    .object2__img-2 {
        grid-row: 1 / 3;
    }

    .object2__img-3 {
        grid-row: 3 / 4;
    }

    .object2__img-4 {
        grid-row: 2 / 5;
    }

    .object2__img-5 {
        grid-row: 5 / 7;
    }

    .object2__img-6 {
        grid-row: 4 / 6;
    }

    .object2__img-7 {
        grid-row: 6 / 8;
    }

    .object2__img-8 {
        grid-row: 7 / 9;
    }

    .object2__img-9 {
        grid-row: 9 / 12;
    }

    .object2__img-10 {
        grid-row: 11 / 13;
    }

    .object2__img-11 {
        grid-row: 8 / 10;
    }

    .object2__img-12 {
        grid-row: 10 / 11;
    }

    .object2__img-13 {
        grid-row: 12 / 14;
    }

    .object2__img-14 {
        grid-row: 13 / 15;
    }

    .object2__img-15 {
        grid-row: 13 / 14;
    }

    .object2__img-16 {
        grid-row: 14 / 17;
    }

    .object2__img-17 {
        grid-row: 15 / 16;
    }

    .object2__img-18 {
        grid-row: 16 / -1;
    }

    .object4__img-list,
    .object3__img-list {
        justify-content: center;
        grid-template-columns: repeat(2, 399px);
    }

    .object3__img-list > .image,
    .object4__img-list > .image,
    .object4__img-list img,
    .object3__img-list img {
        width: 399px;
    }

    /*.object3__img-1,*/
    /*.object3__img-4,*/
    /*.object3__img-6 {*/
    /*    grid-column: 1 / 2;*/
    /*}*/
    /*.object3__img-1 img,*/
    /*.object3__img-4 img,*/
    /*.object3__img-6 img {*/
    /*    width: 356px;*/
    /*}*/
    /*.object3__img-2,*/
    /*.object3__img-3,*/
    /*.object3__img-5,*/
    /*.object3__img-7 {*/
    /*    grid-column: 2 / -1;*/
    /*}*/
    /*.object3__img-2 img,*/
    /*.object3__img-3 img,*/
    /*.object3__img-5 img,*/
    /*.object3__img-7 img {*/
    /*    width: 286px;*/
    /*}*/
    /*.object3__img-4 {*/
    /*    grid-row: 2 / 5;*/
    /*}*/
    /*.object3__img-3 {*/
    /*    grid-row: 3 / 4;*/
    /*}*/
    /*.object3__img-5 {*/
    /*    grid-row: 4 / 6;*/
    /*}*/
    /*.object3__img-6 {*/
    /*    grid-row: 5 / 7;*/
    /*}*/
}

@media (max-width: 960px) {
    .nav__list {
        font-size: 10px;
        gap: 60px;
    }

    .price__list {
        margin-bottom: 91px;
    }

    .logo {
        width: 66px;
    }

    .projects__item-title {
        font-size: 12px;
    }

    .footer .nav__list {
        font-size: 8px;
        gap: 30px;
    }

    .contacts__img,
    .contacts__logo {
        display: none;
    }

    .contacts__content {
        margin-top: 150px;
        justify-content: center;
    }

    .contacts__info-item {
        text-align: center;
    }

    .contacts__socials {
        justify-content: center;
    }

    .object4__img-list,
    .object3__img-list {
        justify-content: center;
        grid-template-columns: repeat(2, 300px);
    }

    .object4__img-list > .image,
    .object4__img-list img,
    .object3__img-list > .image,
    .object3__img-list img {
        width: 300px;
    }
}

@media (max-width: 840px) {
    .mission__img {
        width: 370px;
        object-fit: cover;
    }

    .mission__content {
        gap: 25px;
    }

    .work__list {
        gap: 50px;
    }

    .work__list-item:nth-child(odd) {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .objectTitle-block .arrow-return,
    .objectTitle-block .arrow-return img {
        width: 34px;
    }

    .price__btn {
        font-size: 10px;
    }

    .title {
        font-size: 28px;
    }

    .object1__inner {
        padding: 0;
    }

    .objectTitle {
        font-size: 18px;
    }

    .objectTitle-block {
        margin-bottom: 20px;
    }

    .popup-img img {
        width: 95%;
    }

    .mission__img {
        width: 320px;
        object-fit: cover;
    }

    .mission__subtitle {
        font-size: 18px;
    }

    .mission__subtitle--margin {
        margin-bottom: 10px;
    }

    .mission__text {
        font-size: 13px;
    }

    .price__items {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .price__list {
        margin-bottom: 35px;
    }

    .header .nav {
        display: none;
    }

    .nav__btn-container {
        display: block;
    }

    .nav-aside {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .nav-aside .nav__list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        gap: 35px;
    }

    .price__items,
    .projects__items {
        display: block;
    }

    .price__item,
    .projects__item {
        max-width: none;
    }

    .price__item ul {
        margin-left: 25px;
    }
}

@media (max-width: 700px) {
    .object1__img-list,
    .object2__img-list,
    .object3__img-list,
    .object4__img-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .object3__img-1 img,
    .object3__img-4 img,
    .object3__img-6 img,
    .object3__img-2 img,
    .object3__img-3 img,
    .object3__img-5 img,
    .object3__img-7 img,
    .object2__img-1 img,
    .object2__img-4 img,
    .object2__img-5 img,
    .object2__img-8 img,
    .object2__img-9 img,
    .object2__img-13 img,
    .object2__img-15 img,
    .object2__img-16 img,
    .object2__img-2 img,
    .object2__img-3 img,
    .object2__img-6 img,
    .object2__img-7 img,
    .object2__img-10 img,
    .object2__img-11 img,
    .object2__img-12 img,
    .object2__img-14 img,
    .object2__img-17 img,
    .object2__img-18 img,
    .object1__img-1 img,
    .object1__img-3 img,
    .object1__img-6 img,
    .object1__img-7 img,
    .object1__img-8 img,
    .object1__img-11 img,
    .object1__img-2 img,
    .object1__img-4 img,
    .object1__img-5 img,
    .object1__img-9 img,
    .object1__img-10 img,
    .object1__img-12 img {
        width: 323px;
    }

    .object4__img-list > .image,
    .object3__img-list > .image {
        width: unset;
    }

}

@media (max-width: 660px) {
    .work__list {
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .mission__content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .mission__img {
        width: 100%;
    }

    .mission__subtitle--margin {
        margin: 0;
    }

    .footer__top {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .footer .nav__list {
        flex-direction: column;
        align-items: center;
        font-size: 12px;
    }

    .footer__content {
        margin-top: 50px;
        flex-direction: column;
        gap: 50px;
    }

    .footer__info-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

.slick-dots {
    margin-top: 15px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slick-dots button {
    display: block;
    background: #515151;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    font-size: 0;
    padding: 0;
}

.slick-dots .slick-active button {
    width: 10px;
    height: 10px;
    background: #fff;
}

.arrow-return {
    display: block;
}

@media (max-width: 550px) {
    .work__list {
        gap: 56px;
    }

    .work__item-title {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .work__item-text {
        font-size: 8px;
        line-height: 10px;
    }

    .work__list-item:nth-child(odd) {
        margin-left: 0;
    }

    .work__list-item:nth-child(even) {
        margin-left: 10px;
    }

    .title {
        font-size: 20px;
    }

    .header__content-logo {
        width: 100%;
    }

    .price__sum::after {
        top: -8px;
    }

    .work__sideImg {
        display: none;
    }

    .work__sideImg-2 {
        display: block;
        position: absolute;
        top: 120px;
    }

    .contacts__arrow img {
        width: 75%;
    }

    .contacts__arrow {
        top: 72px;
    }

    .contacts__info-item {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 450px) {
    .work__list {
        gap: 48px;
    }
}

@media (max-width: 400px) {
    .work__list {
        gap: 37px;
    }
}
