html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

h1, h4 {
    padding: 0;
    margin: 0;
}

h5 {
    padding-top: 8px;
    font-family: "Oswald", sans-serif;
}

body {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.container {
    max-width: 1450px;
    margin: 0 auto 30px;
}

/*Стили для текста и фона*/
:root {
    --white-color: #fff;
    --dark-color: #404149;
    --grey-color: #999999;
    --background-color: #e5e5e5;
}

.text-h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
}

.text-h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.text-h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.text-h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-color);
}

.text-p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px; 
}

.text-p-reviews {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px; 
}

.text-h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
}

.header {
    min-height: 620px;
    background-image: url(../img/Frame22.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header__title {
    padding-top: 30px;
    margin-bottom: 10px;
}

.burger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-right: 50px;
}

.burger__line {
    display: block;
    width: 21px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 4px;
}

.page {
    min-height: 300px;
    max-width: 100%;
}

.about_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
}

.about_grid-item_one {
    display: grid;
    justify-content: center;
    align-content: center;
}

.picture {
    display: block;
    max-width: 100%;
}

.about {
    padding-top: 10px;
}

.project-h2 {
    text-align: center;
    margin-bottom: 60px;
}

.project-h3 {
    text-align: center;
}

.rectangle {
    width: 300px;
    height: 3px;
    background-color: #339c7b;
    margin: 20px auto 50px;
}

.about__flex {
    text-align: center;
}

.project-p {
    margin: 20px auto;
    font-weight: 400;
    max-width: 840px;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: var(--grey-color);
}

.h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    letter-spacing: 0.02cm;
    text-transform: uppercase;
    text-align: center;
    max-width: 830px;
    margin: 0 auto 35px;
    color: var(--white-color);
    text-shadow: 3px -4px 5px var(--grey-color);
}

.h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    letter-spacing: 0.02cm;
    text-transform: uppercase;
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
    color: var(--dark-color);
}

.h3 {
    margin: 0 auto 10px;
    font-weight: 400;
    font-size: 34px;
    line-height: 95px;
    letter-spacing: 0.02cm;
    text-align: center;
    text-transform: uppercase;
    max-width: 850px;
    color: var(--dark-color);
}

.h4 {
    margin: 0 auto;
    margin-bottom: 35px;
    font-weight: 400;
    max-width: 400px;
    font-size: 38px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    color: var(--white-color);
    text-shadow: 3px -4px 5px var(--grey-color);
}

.h6 {
    margin: 0 auto;
    font-weight: 400;
    max-width: 400px;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    color: var(--white-color);
    text-shadow: 3px -4px 5px var(--grey-color);
}

.h7 {
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    letter-spacing: 0.02cm;
    text-transform: uppercase;
    text-align: center;
    max-width: 830px;
    margin: 20px auto;
    color: var(--dark-color);
}

.navbar-menu {
    padding-top: 20px;
}

.navbar {
    margin: 0;
    padding: 0;
    outline: none;
}

@media screen and (max-width: 1280px) {
    .about_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 418px) {
    .about_grid {
        grid-template-columns: minmax(350px, 1fr);
    }
}

@media screen and (max-width: 390px) {
    .about_grid {
        grid-template-columns: minmax(300px, 1fr);
    }
}

@media screen and (max-width: 360px) {
    .about_grid {
        grid-template-columns: minmax(260px, 1fr);
    }
}

@media screen and (max-width: 280px) {
    .about_grid {
        grid-template-columns: minmax(100px, 1fr);
    }
}

.services {
    padding: 0;
}

.v2 {
    width: 1250px;
    padding-left: 0;
    padding-right: 0;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-items: center;
}

.services__grid-item {
    padding: 30px 30px;
    background-color: #f7f7f7;
    width: 350px;
    height: 350px;
    text-align: center;
}

.services__icon {
    margin: 0 auto 10px;
    width: 70px;
    height: 70px;
}

.services__icon2 {
    margin: 0 auto 10px;
    width: 90px;
    height: 90px;
}

.services__h4 {
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
    font-size: 20px;
    text-transform: uppercase;
}

.project-pp {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: var(--grey-color);
}

@media screen and (max-width: 1250px) {
    .v2 {
        max-width: 800px;
    }
    .services__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media screen and (max-width: 820px) {
    .v2 {
        max-width: 500px;
    }
    .text-h3 {
        line-height: normal;
    }
    .services__grid {
    grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .v2 {
        max-width: 350px;
    }
    .services__grid {
        grid-template-columns: minmax(100px, 1fr);
    }
    .services__grid-item {
        max-width: 100%;
    }
}

@media screen and (max-width: 370px) {
    .v2 {
        max-width: 200px;
    }
    .text-h3 {
        line-height: normal;
        font-size: 30px;
    }
    .services__grid {
        grid-template-columns: minmax(200px, 1fr);
    }
    .services__grid-item {
        width: fit-content;
        height: fit-content;
    }

    .vers55 {
        text-align: center;
        margin: 0 auto;
        max-width: 200px;
        font-size: 18px;
        text-transform: uppercase;
        margin-left: -12px;
    }

    .vers77 { 
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        color: var(--grey-color);
        margin-left: -8px;
    }
}

.request {
    background-color: #339c7b;
    opacity: .7;
    padding-top: 40px;
    padding-bottom: 20px;
}

.request__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.request__flex-left {
    color: var(--white-color);
}

.request__flex-right {
}

.request__h4 {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.02cm;
    text-transform: uppercase;
}

.request__btn {
    border: none;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 14px 30px;
    cursor: pointer;
}

.request__icon {
    margin-right: 15px;
}

@media screen and (max-width: 1250px) {
    .request {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 430px) {
    .request {
        background-color: #339c7b;
        opacity: .7;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .request__h4 {
        text-align: center;
        font-size: 20px;
        letter-spacing: 0.02cm;
        text-transform: uppercase;
    }
    
    .request__btn {
        border: none;
        background-color: white;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        cursor: pointer;
    }
    
    .request__icon {
        margin-right: 12px;
    }
}

.partners {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #f7f7f7;
}
.partners__h3 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 20px;
}

.partners__flex {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
}

.partners__item1 {
    margin-top: 30px;
}

.partners__item2 {
    margin-top: 40px;
}

.contacts {
    padding: 50px 0 100px;
}

.contacts__h3 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 20px;
}

.contacts__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.contacts__item {
    max-width: 255px;
    text-align: center;
}

.contacts__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 15px;
}

.contacts__h4 {
    text-transform: uppercase;
}

.contacts__h5 {
    text-transform: lowercase;
}

.contacts__h4-gray {
    color: #339c7b;
    margin-bottom: 5px;
}

@media screen and (max-width: 1250px) {
    .contacts__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contacts__item {
        max-width: 100%;
    }
}

@media screen and (max-width: 820px) {
    .contacts__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .contacts__item {
        max-width: 100%;
    }
}

.footer {
    padding: 10px 0;
    background-image: url(../img/Frame22.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white-color);
}

.footer__flex {
    display: flex;
    justify-content: space-between;
}

.footer__copyright {
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}

@media screen and (max-width: 1250px) {
    .footer {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 820px) {
    .footer__flex {
        flex-direction: column;
    }
}

.navbar {
    width: 100%;
    height: 70px;
    background: transparent;
}

.navbar-menu {
    margin-top: 0;
}

.navbar-menu li {
    display: inline-block;
    margin-left: 80px;
    margin-right: 20px;
    color:white;
    transition: all .07s ease-in-out;
}

.navbar-wrap {
    display: flex;
    justify-content: center; 
}


.buttonChangeColor {
    margin: 0;
    padding: 2px 5px;
    box-sizing: border-box;
    background: transparent;
    border: 0px solid;
    outline: none;
}

.buttonChangeColor:hover {
    transition: .5s;
    color: #fff;
    background: #339c7b;
    border: 0px solid #339c7b;
    text-shadow: 0 0 .5rem #fff, 0 0 1rem #fff, 0 0 2rem #fff;
    box-shadow: 0 0 .5rem #339c7b, 0 0 2rem #339c7b, 0 0 5rem #339c7b, 0 0 10rem #339c7b;
}

@media screen and (max-width: 1415px) {
    .navbar {
        width: 100%;
        height: 100%; 
    }
}

@media screen and (max-width: 1250px) {
    .navbar {
        width: 100%;
    }

    .h6{
        font-size: 18px;
    }
}

@media screen and (max-width: 1157px) {
    .navbar-menu li {
        margin: 10px;
    }
}

@media screen and (max-width: 740px) {
    .navbar-menu li {
        margin: 1px;
        margin-right: 20px;
    }
    .h6{
        font-size: 16px;
    }
}

@media screen and (max-width: 685px) {
    .navbar-menu li {
        margin: 1px;
        margin-right: 20px;
    }
    .h6{
        font-size: 16px;
    }
}

@media screen and (max-width: 603px) {
    .navbar-menu li {
        margin: 1px;
    }
    .h6{
        font-size: 16px;
    }
}


@media screen and (max-width: 480px) {
    .h6{
        font-size: 14px;
    }
}

@media screen and (max-width: 430px) {
    .h6{
        font-size: 12px;
    }
}

@media screen and (max-width: 380px) {
    .h6{
        font-size: 11px;
    }
}

.text-item {
    padding-top: 30px;
    padding-bottom: 5px;
    background-color: #f7f7f7;
    margin: 0 auto;
    width: 1280px;
}

.rent {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    width: 1280px;
    border: 3px dashed rgb(16, 160, 136);
    border-radius: 50px;
    margin-bottom: 50px; 
}

.container2 {
    margin-left: 20px;
    margin-right: 20px;
}

.services__h5 {
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
}

.serv__flex {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 10px;
}

.serv__flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.project-h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: var(--grey-color);
    text-align: center;
    width: 900px;
}

.project-h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: black;
    text-align: center;
    width: 900px;
}

.project-h55 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: var(--grey-color);
    text-align: center;
    width: 900px;
}

.project-h56 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: var(--grey-color);
    text-align: center;
    width: 900px;
}

.project-h57 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: var(--grey-color);
    text-align: center;
    width: 900px;
    margin-bottom: 15px;
}

.project-h58 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: var(--grey-color);
    text-align: center;
    width: 900px;
}

figure img {
    width: 200px;
    height: 200px;
    margin-top: -6%;
}

.text-item3 {
    background-color: #f7f7f7;
    margin: 30px auto;
    width: 1280px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.container3 {
    margin-left: 20px;
    margin-right: 20px;
}

.services__h6 {
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
}

.serv__flex1 {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.partners__pic2 {
    width: 10px;
    height: 10px;
}

.text-item4 {
    background-color: #f7f7f7;
    margin: 10px auto;
    width: 1280px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 1280px) {
    .text-item {
    width: 1000px;
    }

    .text-item3 {
        width: 1000px;
    }

    .text-item4 {
        width: 1000px;
    }

    .services__h5 {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        text-transform: uppercase;
    }

    .services__h6 {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        text-transform: uppercase;
    }

    .project-h5 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h55 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h56 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h57 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h58 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    figure img {
        width: 150px;
        height: 150px;
        margin-bottom: -8%;
    }
}

@media screen and (max-width: 1050px) {
    .text-item {
        width: 900px;
    }

    .text-item3 {
         width: 900px;
    }
    
    .text-item4 {
        width: 900px;
    }

    .services__h5 {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        text-transform: uppercase;
    }

    .services__h6 {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        text-transform: uppercase;
    }

    .project-h5 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h55 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h56 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h57 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h58 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    figure img {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 900px) {
    .text-item {
        width: 800px;
    }

    .text-item3 {
        width: 800px;
    }

    .text-item4 {
        width: 800px;
    }

    .services__h5 {
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        text-transform: uppercase;
    }

    .services__h6 {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        text-transform: uppercase;
    }

    .project-h5 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h55 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h56 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h57 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h58 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    figure img {
        width: 150px;
        height: 150px;
        margin-top: -8%;
    }
}

@media screen and (max-width: 800px) {
    .text-item {
        width: 600px;
    }

    .text-item3 {
        width: 600px;
    }

    .text-item4 {
        width: 600px;
    }

    .services__h5 {
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        text-transform: uppercase;
    }

    .services__h6 {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        text-transform: uppercase;
    }

    .project-h5 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h55 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h56 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    .project-h57 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--grey-color);
        text-align: center;
        width: 900px;
    }

    figure img {
        width: 170px;
        height: 170px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .text-item {
        width: 400px;
    }

    .text-item3 {
        width: 400px;
    }

    .text-item4 {
        width: 400px;
    }
        
    .serv__flex {
        display: grid;
        grid-template-columns: minmax(200px, 1fr);
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .serv__flex1 {
        display: grid;
        grid-template-columns: minmax(200px, 1fr);
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .services__h5 {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        text-transform: uppercase;
    }

    .services__h6 {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        text-transform: uppercase;
    }

    .project-h5 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 11px;
        color: var(--grey-color);
        margin-left: -5px;
        width: 370px;
        margin-bottom: 5px;
    }

    .project-h55 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 11px;
        color: var(--grey-color);
        margin-left: -5px;
        width: 370px;
        margin-bottom: 15px;
        text-align: center;
    }

    .project-h56 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 11px;
        color: var(--grey-color);
        margin-left: -5px;
        width: 370px;
        margin-bottom: 30px;
        text-align: center;
    }

    .project-h57 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 11px;
        color: var(--grey-color);
        margin-left: -5px;
        width: 370px;
        margin-bottom: 40px;
        text-align: center;
    }

    figure img {
        width: 150px;
        height: 150px;
        margin-top: -5px;
        margin-left: 60px;
    }

}

@media screen and (max-width: 400px) {
    .text-item {
        width: 280px;
    }

    .text-item3 {
        width: 280px;
    }

    .text-item4 {
        width: 280px;
    }

    .serv__flex {
        display: grid;
        grid-template-columns: minmax(200px, 1fr);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .serv__flex1 {
        display: grid;
        grid-template-columns: minmax(200px, 1fr);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .services__h5 {
        text-align: center;
        margin: 0 auto;
        font-size: 12px;
        text-transform: uppercase;
    }

    .services__h6 {
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
        text-transform: uppercase;
    }

    .project-h5 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: var(--grey-color);
        margin-left: -8px;
        width: 260px;
    }

    .project-h55 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: var(--grey-color);
        margin-left: -8px;
        width: 260px;
    }

    .project-h56 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: var(--grey-color);
        margin-left: -8px;
        width: 260px;
    }

    .project-h57 {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: var(--grey-color);
        margin-left: -8px;
        width: 260px;
    }

    figure img {
        width: 150px;
        height: 150px;
        margin-top: -3px;
        margin-left: 5px;
    }
}

.body__main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
}

.body__main3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
    margin-left: 40px;
    margin-right: 40px;
}

.body__main2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.body1 {
    margin: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.card {
    width: 320px;
    background-color: #fff;
    color: #122936;
    border-radius: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.vers1 {
    width: 319px;
}

.vers2 {
    width: 319px;
}

.vers3 {
    width: 290px;
}

.vers4 {
    width: 320px;
}

.vers6 {
    width: 320px;
}

.vers11 {
    width: 300px;
}

.card::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #339c7b;
    transform: skewY(345deg);
    position: absolute;
    top: -50%;
    transition: 0.5s;
}

.card:hover::before {
    transform: skewY(390deg);
    top: 50%;
}

.card__img {
    width: 100%;
    margin-top: 30px;
    position: relative; 
}

.card__img2 {
    max-width: 100%;
    margin-top: 40px;
    height: 350px;
    position: relative; 
}

.card__img3 {
    max-width: 100%;
    margin-top: 40px;
    height: 322px;
    position: relative; 
}

.card__img4 {
    width: 100%;
    margin-top: 40px;
    height: 322px;
    position: relative; 
}

.card__img1104 {
    width: 100%;
    margin-top: 60px;
    height: 280px;
    position: relative;
}

.card__name {
    font-size: 18px;
    margin: 0 0 10px;
    position: relative;
}

.vers1__name {
    font-size: 18px;
    margin: 10px 0 10px;
    position: relative;
}

.card__price {
    margin: 3px 7px 30px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: black;
}

.vers1__price {
    margin: 3px 7px 14px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: black;
}

.vers2__price {
    margin: 3px 7px 21px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: black;
}

.vers3__price {
    margin: 2px 12px 27px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: black;
}

.vers4__price {
    margin: 3px 7px 20px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: black;
}

.vers5__price {
    margin: 3px 7px 25px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: black;
}

.vers6__price {
    margin: 3px 7px 24px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: black;
}

.vers7__price {
    margin: 3px 1px 3px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: black;
}

@media screen and (max-width: 1300px) {
    .rent {
        width: 1000px;
    }

    .body__main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .body__main3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .card__img4 {
        width: 100%;
        margin-top: 40px;
        margin-bottom: -15px;
        height: 330px;
        position: relative;
    }

    .vers12 {
        margin: 3px 7px 35px;
        font-weight: 300;
        font-size: 11px;
    }

    .card__img1104 {
        width: 100%;
        margin-top: 70px;
        height: 290px;
    }

    .vers7__price {
        margin: 3px 5px 19px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
    }
}

@media screen and (max-width: 1286px) {
    .body__main {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
    }    
}

@media screen and (max-width: 1050px) {
    .rent {
        width: 800px;
    }

    .body__main {
        display: grid;
        justify-content: center;
    }

    .body__main3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .services__h5 {
        font-size: 18px;    
    }
}

@media screen and (max-width: 820px) {
    .rent {
        width: 600px;
    }

    .body__main {
        display: grid;
        justify-content: center;
    }

    .body__main3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 806px) {
    .rent {
        width: 600px;
    }

    .body__main {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(1, 1fr);
    }

    .body__main3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 620px) {
    .rent {
        width: 400px;
    }

    .body__main {
        display: grid;
        justify-content: center;
    }

    .body__main3 {
        display: grid;
        justify-content: center;
    }
}

@media screen and (max-width: 430px) {
    .rent {
        width: 300px;
    }

    .body__main {
        display: grid;
        justify-content: center;
    }

    .body__main3 {
        display: grid;
        justify-content: center;
    }

    .card {
        width: 250px;
    }

    .card__price {
        font-size: 10px; 
    }
}

.products {
    padding-bottom: 30px;
    margin: 0 auto;
    width: 1280px;
}

.prod__flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.project-h10 {
    font-family: "Open Sans", sans-serif;
    font-weight: 350;
    font-size: 22px;
    color: var(--grey-color);
    text-align: center;
    width: 900px;
}

.body__main5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 1px;
    justify-items: center;
    margin-left: 40px;
    margin-right: 40px;
}

.card__img100 {
    width: 247px;
    height: 290px;
    margin-top: 63px;
    margin-bottom: -7px;
    margin-left: 37px;
    margin-right: 100px;
    position: relative;
}

.card__img110 {
    width: 180px;
    height: 285px;
    margin-top: 62px;
    margin-left: 75px;
    margin-right: 100px;
    position: relative;
}

.card__img1102 {
    width: 160px;
    height: 308px;
    margin-top: 42px;
    margin-left: 85px;
    margin-right: 100px;
    position: relative;
}

.card__img1103 {
    width: 155px;
    height: 310px;
    margin-top: 35px;
    margin-left: 85px;
    margin-right: 100px;
    position: relative;
}

.card__img10 {
    width: 150px;
    height: 307px;
    margin-top: 40px;
    margin-left: 90px;
    margin-right: 100px;
    position: relative; 
}

.card__img11 {
    width: 180px;
    height: 290px;
    margin-top: 43px;
    margin-left: 70px;
    margin-right: 100px;
    position: relative; 
}

.card__img12 {
    width: 150px;
    height: 292px;
    margin-top: 40px;
    margin-left: 90px;
    margin-right: 100px;
    position: relative; 
}

@media screen and (max-width: 1300px) {
    .products {
        width: 1000px;
    }

    .body__main5 {
        display: grid;
        justify-content: center;
        gap: 15px;
    }
}

@media screen and (max-width: 1160px) {
    .products {
        width: 800px;
    }

    .body__main5 {
        gap: 3px 20px;
    }
}

@media screen and (max-width: 1030px) {
    .products {
        width: 600px;
    }

    .body__main5 {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .card__img100 {
        width: 210px;
        height: 260px;
        margin-top: 46px;
        margin-left: 23px;
        margin-right: 100px;
        position: relative;
    }

    .card__img110 {
        width: 150px;
        height: 230px;
        margin-top: 60px;
        margin-left: 50px;
        margin-right: 100px;
        position: relative;
    }
    
    .card__img10 {
        width: 120px;
        height: 265px;
        margin-top: 35px;
        margin-left: 65px;
        margin-right: 100px;
        position: relative; 
    }

    .vers6 {
        width: 250px;
    }

    .card__img1102 {
        width: 155px;
        height: 263px;
        margin-top: 47px;
        margin-bottom: -9px;
        margin-left: 55px;
        margin-right: 100px;
        position: relative;
    }

    .card__img11 {
        width: 150px;
        height: 274px;
        margin-top: 43px;
        margin-left: 47px;
        margin-right: 100px;
        position: relative; 
    }

    .card__img12 {
        width: 150px;
        height: 275px;
        margin-top: 40px;
        margin-left: 55px;
        margin-right: 100px;
        position: relative; 
    }

    .card__img1103 {
        width: 130px;
        height: 250px;
        margin-top: 51px;
        margin-left: 60px;
        margin-right: 100px;
        position: relative;
    }

    .vers5 {
        width: 245px;
    }

    .vers7 {
        margin: 3px 7px 17px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
    }

    .vers1__price {
        margin: 3px 3px 11px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 10px;
        color: black;
    }

    .vers8 {
        margin: 6px 5px 11px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: black;
    }

    .vers2__price {
        margin: 3px 2px 6px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: black;
    }

    .vers3__price {
        margin: 5px 12px 14px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: black;
    }

    .vers1__name {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 2px;
        position: relative;
    }

    .vers4__price {
        margin: 3px 5px 9px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: black;
    }
}

@media screen and (max-width: 808px) {
    .products {
        width: 400px;
    }

    .body__main5 {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
    }

    .card__img110 {
        width: 165px;
        height: 245px;
        margin-top: 60px;
        margin-left: 45px;
        margin-right: 100px;
        position: relative;
    }

    .card__img1102 {
        width: 140px;
        height: 240px;
        margin-top: 63px;
        margin-left: 49px;
        margin-right: 100px;
        margin-bottom: 22px;
        position: relative;
    }

    .card__img12 {
        width: 150px;
        height: 262px;
        margin-top: 41px;
        margin-left: 55px;
        margin-right: 100px;
        position: relative; 
    }

    .vers5__price {
        margin: 3px 7px 19px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: black;
    }

    .card__img1103 {
        width: 125px;
        height: 230px;
        margin-top: 70px;
        margin-left: 60px;
        margin-right: 100px;
        position: relative;
    }

    .vers9 {
        width: 140px;
        height: 240px;
        margin-top: 63px;
        margin-left: 49px;
        margin-right: 100px;
        margin-bottom: -5px;
        position: relative;
    }

    .vers8 {
        margin: 2px 5px 11px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: black;
    }

    .vers10 {
        width: 140px;
        height: 240px;
        margin-top: 64px;
        margin-left: 49px;
        margin-right: 100px;
        margin-bottom: -1px;
        position: relative;
    }

    .vers1__name {
        font-size: 18px;
        margin-top: 18px;
        margin-bottom: -20px;
        position: relative;
    }

    .vers4__price {
        margin: 6px 5px 9px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: black;
    }

    .vers3__price {
        margin: 5px 12px 24px;
        position: relative;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: black;
    }
}

@media screen and (max-width: 525px) {
    .products {
        width: 300px;
    }

    .body__main5 {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(1, 1fr);
    }

    .card {
        width: 250px;
    }
    
    .card__img1102 {
        width: 140px;
        height: 240px;
        margin-top: 63px;
        margin-left: 59px;
        margin-right: 100px;
        margin-bottom: 10px;
        position: relative;
    }

    .card__img1103 {
        width: 125px;
        height: 230px;
        margin-top: 70px;
        margin-left: 64px;
        margin-right: 100px;
        position: relative;
    }
}

/* Дополнение РАТНЕТ */

/*.pizdec {
    width: 2cm;
    height: 2cm;
}*/

.bukva-h5 {
    display: flex;
    align-items: center;
}

.company-info {
    margin-left: 10px; /* Отступ слева от изображения */
}

.ebuchygus {
    text-decoration: none;
    font-weight: bold;
    color:black; /* Цвет текста */
}

.ebuchygus a:visited {
    color:black; 
}

.company-name {
    display: block;
    font-size: 1cm;
}

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}

.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
  background: cyan;
  box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.66667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.33333px;
  border-radius: 3px;
  top: -4.66667px;
  left: 1px;
}

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.66667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.lightrope li:last-child:after {
  content: none;
}

.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}




/* Это кусок для анонса nvc (Сделано отделом РАТНЕТ) */

.article-list {
    width: 100%;
}

.article-preview {
    margin-bottom: 20px;
    align-items: center;
}

.number {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

/*.article-preview h3,
.article-preview p,
.article-preview .read-more {
    margin-left: 35px; 
}*/

.article-preview h3 a {
    color: #333;
    text-decoration: none;
}

.article-preview p {
    font-size: 14px;
    line-height: 1.6;
}

.read-more {
    display: inline-block;
    padding: 8px 12px;
    background-color: #339c7b;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.read-more:hover {
    background-color: #339c7b;
}

.shrift-h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: var(black);
    text-align: center;
    width: 900px;
}

/* Экран шириной менее 1200px */
@media screen and (max-width: 1199px) {
    .shrift-h5 {
        width: 800px;
    }
}

/* Экран шириной менее 992px */
@media screen and (max-width: 991px) {
    .shrift-h5 {
        width: 700px;
    }
}

/* Экран шириной менее 768px */
@media screen and (max-width: 767px) {
    .shrift-h5 {
        width: 600px;
    }
}

/* Экран шириной менее 576px */
@media screen and (max-width: 575px) {
    .shrift-h5 {
        width: auto;
        font-size: 16px;
    }

    /*.article-preview h3,
    .article-preview p,
    .article-preview .read-more {
        margin-left: 10px;
    }*/

    .read-more {
        padding: 6px 10px;
    }


    .project-h5 {
        padding-right: 5px;
    }
}

@media screen and (max-width: 430px) {
    .shrift-h5 {
        width: auto;
        font-size: 10px;
    }

    .project-h5 {
        width: 260px;
        text-align: center;
        margin-left: 0px;
    }
}

.name__product {
    font-weight: 500;
    font-size: 18px;
    line-height: 95px;
    letter-spacing: 0.02cm;
    text-transform: uppercase;
    text-align: center;
    color: var(--dark-color);
}

.cards-container {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.card_product {
    width: 360px;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.carousel {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.carousel img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: none;
    border-radius: 10px;
}

.carousel img.active {
    display: block;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 10px 9px 10px;
    cursor: pointer;
    border-radius: 50%;
}

button.prev {
    left: 5px;
}

button.next {
    right: 5px;
}

button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.card_price {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: var(--grey-color);
    margin-top: -20px;
}

@media (max-width: 768px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 524px) {
    .cards-container {
        margin-left: -33px;
    }

    .card {
        width: 90%;
        padding: 0px;
        }

    .carousel {
        height: 350px;
    }

    .carousel img {
        height: 100%;
        object-fit: contain;
    }

    button {
        font-size: 20px;
        padding: 10px;
    }
}