body {

    margin: 0;
    overflow-x: hidden;
    margin-right: calc(-1 * (100vw – 100%));

}
body::-webkit-scrollbar {
  width: 10px;               
}
body::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);        
}
body::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);    
  border-radius: 20px;       
  border: 1px solid rgb(255, 255, 255);  
}

.Invisible-Div {

    width: 100vw;
    height: 10vh;
    
}

.Place-For-Heading-Second-Block {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 20vh;
    
}
.Heading-Second-Block {

    font-family:Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: black;
    opacity: 1;
    transition: all 0.4s;
    transform: translateY(30px);
    
}

/* Шапка */

.First-Block {

    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.Background-Video.Visible {

    opacity: 1;

}  

.Header {

    display: flex;
    justify-content: center;
    width: 100vw;
    height: 7%;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 100;
    opacity: 1;
    transition: all 0.4s;
    transition-delay: 0.4s;

}
.Header.Visible {

    opacity: 1;
}

.Place-For-Element1 {

    width: 85%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.Place-For-Logo-Header {

    display: flex;
    justify-content: start;
    align-items: center;
    width: 60%;
    height: 100%;

}
.Place-For-Button-Header {

    width: 40%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.Button-Header1 {

    width: 30%;
    height: 60%;
    border: 0.1px solid;
    border-radius: 30px;
    background-color: rgb(255, 27, 206);
    color: white;
    border-color: rgb(255, 27, 206);
    transition: all 0.2s ;
    

}
.Button-Header1:hover {

    background-color: white;
    color: rgb(255, 27, 206);

} 
.Button-Header2 {

    width: 30%;
    height: 60%;
    border: 0.1px solid;
    border-radius: 30px;
    background-color: rgb(255, 27, 206);
    color: white;
    border-color: rgb(255, 27, 206);
    transition: all 0.2s ;
}
.Button-Header3 {

    width: 30%;
    height: 60%;
    border: 0.1px solid;
    border-radius: 30px;
    background-color: white;
    color: rgb(255, 27, 206);
    border-color: rgb(255, 27, 206);
    transition: all 0.2s ;
    
}
.Button-Header2:hover {

    background-color: white;
    color: rgb(255, 27, 206);

}
a {
    text-decoration: none;
    color: white;
    transition: all 0.2s;
}
a:hover {

    color: rgb(255, 27, 206);

} 

/* Шапка */

/* Первый блок */

.First-Block {

    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.Column-First-Block1 {

    width: 85vw;
    height: 100%;
    background-color: rgb(255, 27, 206);
    position: absolute;
    left: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    object-fit: cover;
    animation: Column-Animation 0.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 0;
    

}
@keyframes Column-Animation {

    0% {
        opacity: 0;
        transform: translateY(-1000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }

}
.Column-First-Block2 {

    width: 85vw;
    height: 100%;
    background-color: rgb(255, 27, 206);
    position: absolute;
    left: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    object-fit: cover;

}
.Column-First-Block3 {

    width: 85vw;
    height: 100%;
    background-color: rgb(255, 27, 206);
    position: absolute;
    left: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    object-fit: cover;

}

.Place-For-Element2 {

    width: 85%;
    height: 100%;
    display: flex;
    justify-content: center;

}
.Place-For-Heading-First-Block {

    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.Heading-First-Block {

    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
    font-size: 80px;

}

/* Первый блок */

.Fifth-Block {

    width: 100vw;
    height: 130vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.Place-For-Element6 {

    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid;
    border-radius: 10px;
    background-color: rgb(245, 245, 245);
    border-color: rgb(245, 245, 245);
    flex-direction: column;

}
.Line-Of-Fifth-Block {

    width: 96%;
    height: 17%;
    background-color: white;
    border: 0.1px solid;
    border-radius: 10px;
    border-color: white;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    transform: translateY(0px);

}
.Line-Of-Fifth-Block:hover {

    transform: translateY(-15px);
    box-shadow: 0px 0px 8px -1px rgba(174, 174, 174, 0.8);

}
.Place-For-Number-Line-Of-Fifth-Block {

    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.Number-Line-Of-Fifth-Block {

    color: rgb(255, 27, 206);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70px;

}
.Place-For-Text-Container-Line-Of-Fifth-Block {

    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.Place-For-Heading-Line-Of-Fifth-Block {

    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.Heading-Line-Of-Fifth-Block {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: black;

}
.Place-For-Text-Line-Of-Fifth-Block {

    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.Text-Line-Of-Fifth-Block {

    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    text-align: center;
    font-size: 20px;

}

/* Первый блок */

/* Второй блок */

.Third-Block {

    width: 100vw;
    height: 180vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.Place-For-Element3 {

    width: 85%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid;
    border-radius: 10px;
    background-color: rgb(245, 245, 245);
    border-color: rgb(245, 245, 245);
    flex-direction: column;

}
.Line-Third-Block {

    width: 98%;
    height: 24%;
    display: flex;
    border: 0.1px solid;
    border-color: rgb(245, 245, 245);
    border-radius: 10px;

}
.Big-Place-Third-Block1 {

    width: 55%;
    height: 100%;
    border: 0.1px solid;
    border-color: rgb(245, 245, 245);
    border-radius: 10px;
    background-image: url(Content-WebSites/MSR.png);
    background-size: cover;
    
}
.Big-Place-Third-Block2 {

    width: 55%;
    height: 100%;
    border: 0.1px solid;
    border-color: rgb(245, 245, 245);
    border-radius: 10px;
    background-image: url(Content-WebSites/Vargashi.png);
    background-size: cover;
    
}
.Big-Place-Third-Block3{

    width: 55%;
    height: 100%;
    border: 0.1px solid;
    border-color: rgb(245, 245, 245);
    border-radius: 10px;
    background-image: url(Content-Main/First-Project.webp);
    background-size: cover;
    
}
.Small-Place-Third-Block {

    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.Place-For-Text-Content-Line {

    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

}
.Heading-Line {

    font-size: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
    margin: 0;

}
.Text-Line {

    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    
}
.Left-Place-Third-Block {

    width: 50%;
    height: 100%;
    border: 0.1px solid;
    border-color: rgb(245, 245, 245);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
}
.Place-For-Project {

    width: 80%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(Content-WebSites/YITL.png);
    background-size: cover;
    border: 0.1px solid;
    border-color: rgb(245, 245, 245);
    border-radius: 10px;

}
.Project-Third-Block {

    width: 100%;
    height: 100%;
    border: 0.1px solid;
    border-color: rgb(245, 245, 245);
    border-radius: 10px;

}
.Right-Place-Third-Block {

    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.Place-For-Project2{

    width: 80%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(Content-WebSites/VCUBE.png);
    background-size: cover;
    border: 0.1px solid;
    border-color: rgb(245, 245, 245);
    border-radius: 10px;

}
.Place-For-Text-Line {

    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.Place-For-Text-Content-Line2 {

    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

}
.Heading-Line2 {

    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
    margin: 0;

}
.Text-Line2 {

    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    
}

/* Второй блок */

/* Шестой блок */

.Sixth-Block {

    width: 100vw;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.Place-For-Element7 {

    width: 85%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.Left-Half-Sixth-Block {
    
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;

}
.Right-Half-Sixth-Block {

    width: 100%;
    height: 100%;
    background-image: url(Content-Main/Consultation.jpg);
    background-size: cover;
    
}

.Name-Of-Input {

    margin: 0%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: grey;

}

input {
    
    width: 80%;
    height: 15%;
    border: 1px solid;
    border-radius: 20px;
    border-color: rgb(255, 27, 206);

}
input:focus{

    outline: none;
    border-color: rgb(255, 27, 206);

}
input:focus:hover{

    outline: none;
    border-color: rgb(255, 27, 206);
}
textarea {

    width: 80%; 
    height: 15%;
    border: 1px solid;
    border-radius: 20px;
    border-color: rgb(255, 27, 206);
    resize: none;

}

textarea:focus{

    outline: none;
    border-color: rgb(255, 27, 206);

}
textarea:focus:hover{

    outline: none;
    border-color: rgb(255, 27, 206);

}
.Place-For-Text-Sixth-Block {

    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.Bottom-Text-Sixth-Block {

    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    font-size: 20px;
    text-align: center;

}

/* Шестой блок */

/* Пятый блок  */

.Fourth-Block {

    width: 100vw;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.Place-For-Element8 {

    width: 85%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.Left-Half-Fourth-Block {
    
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;

}
.Right-Half-Fourth-Block {

    width: 100%;
    height: 100%;
    background-image: url(Content-Main/Consultation.jpg);
    background-size: cover;
    
}

.Name-Of-Input {

    margin: 0%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: grey;

}

input {
    
    width: 80%;
    height: 15%;
    border: 1px solid;
    border-radius: 20px;
    border-color: rgb(255, 27, 206);

}
input:focus{

    outline: none;
    border-color: rgb(255, 27, 206);

}
input:focus:hover{

    outline: none;
    border-color: rgb(255, 27, 206);
}
textarea {

    width: 80%; 
    height: 15%;
    border: 1px solid;
    border-radius: 20px;
    border-color: rgb(255, 27, 206);
    resize: none;

}

textarea:focus{

    outline: none;
    border-color: rgb(255, 27, 206);

}
textarea:focus:hover{

    outline: none;
    border-color: rgb(255, 27, 206);

}
.Place-For-Text-Fourth-Block {

    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.Bottom-Text-Fourth-Block {

    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    font-size: 20px;
    text-align: center;

}

/* Подвал  */

.Footer {

    width: 100vw;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(245, 245, 245);
    
}
.Place-For-Element7 {

    width: 85%;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;

}
.Top-Side-Footer {

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    

}
.Left-Side-Top-Footer{

    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: center;
    display: flex;

}
.Center-Side-Top-Footer{

    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    
}
.Button-Footer {

    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    
}
.Right-Side-Top-Footer{

    width: 100%;
    height: 100%;
    justify-content: end;
    align-items: center;
    display: flex;
    
}
.Number-Footer {

    color: rgb(255, 27, 206);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;

}
.Bottom-Side-Footer {

    width: 100%;
    height: 100%;
    display: flex;

}
.Left-Side-Bottom-Footer {

    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: top;

}
.Right-Side-Bottom-Footer {

    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;

}
.Address {

    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0%;
    
}




.Heading-Second-Block,
.Heading-First-Block {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.Place-For-Element3,
.Place-For-Element6,
.Place-For-Element8,
.Footer {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.Line-Of-Fifth-Block,
.Line-Third-Block,
.Left-Place-Third-Block,
.Right-Place-Third-Block {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


.Visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.Line-Of-Fifth-Block.Visible:nth-child(1) { transition-delay: 0.1s; }
.Line-Of-Fifth-Block.Visible:nth-child(2) { transition-delay: 0.2s; }
.Line-Of-Fifth-Block.Visible:nth-child(3) { transition-delay: 0.3s; }
.Line-Of-Fifth-Block.Visible:nth-child(4) { transition-delay: 0.4s; }
.Line-Of-Fifth-Block.Visible:nth-child(5) { transition-delay: 0.5s; }

.Line-Third-Block.Visible:nth-child(1) { transition-delay: 0.1s; }
.Line-Third-Block.Visible:nth-child(2) { transition-delay: 0.2s; }
.Line-Third-Block.Visible:nth-child(3) { transition-delay: 0.3s; }
.Line-Third-Block.Visible:nth-child(4) { transition-delay: 0.4s; }


@media (max-width: 1199px) {
    .Heading-First-Block {
        font-size: 70px;
    }
    
    .Heading-Second-Block {
        font-size: 36px;
    }
    
    .Place-For-Element1,
    .Place-For-Element2,
    .Place-For-Element3,
    .Place-For-Element6,
    .Place-For-Element8 {
        width: 90%;
    }
    
    .Text-Line {
        font-size: 26px;
    }
    
    .Heading-Line {
        font-size: 36px;
    }
}

/* Планшеты (768px - 991px) */
@media (max-width: 991px) {
    .Heading-First-Block {
        font-size: 60px;
    }
    
    .Heading-Second-Block {
        font-size: 32px;
        text-align: center;
    }
    
    /* Шапка */
    .Header {
        height: auto;
        padding: 15px 0;
        position: relative;
    }
    
    .Place-For-Element1 {
        flex-direction: column;
        gap: 20px;
    }
    
    .Place-For-Logo-Header {
        width: 100%;
        justify-content: center;
    }
    
    .Place-For-Button-Header {
        width: 100%;
        justify-content: center;
        gap: 15px;
    }
    
    .Button-Header1,
    .Button-Header2,
    .Button-Header3 {
        width: auto;
        padding: 12px 25px;
        font-size: 14px;
    }
    
    /* Первый блок */
    .First-Block {
        height: auto;
        min-height: 100vh;
        padding: 100px 0;
    }
    
    .Column-First-Block1 {
        width: 90vw;
        animation: Column-Animation 0.6s;
    }
    
    .Place-For-Heading-First-Block {
        width: 90%;
    }
    
    /* Второй блок (Fifth-Block) */
    .Fifth-Block {
        height: auto;
        min-height: 130vh;
        padding: 50px 0;
    }
    
    .Place-For-Element6 {
        gap: 30px;
        padding: 30px 0;
    }
    
    .Line-Of-Fifth-Block {
        height: auto;
        min-height: 150px;
        flex-direction: column;
        padding: 20px;
    }
    
    .Place-For-Number-Line-Of-Fifth-Block {
        width: 100%;
        height: auto;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
    
    .Number-Line-Of-Fifth-Block {
        font-size: 50px;
    }
    
    .Place-For-Text-Container-Line-Of-Fifth-Block {
        width: 100%;
        text-align: center;
    }
    
    /* Третий блок (Third-Block) */
    .Third-Block {
        height: auto;
        min-height: 180vh;
        padding: 50px 0;
    }
    
    .Place-For-Element3 {
        gap: 40px;
        padding: 30px 0;
    }
    
    .Line-Third-Block {
        flex-direction: column;
        height: auto;
        min-height: 400px;
    }
    
    .Big-Place-Third-Block1,
    .Big-Place-Third-Block2,
    .Big-Place-Third-Block3 {
        width: 100%;
        height: 50%;
    }
    
    .Small-Place-Third-Block {
        width: 100%;
        height: 50%;
        padding: 20px;
    }
    
    .Place-For-Text-Content-Line {
        width: 90%;
        align-items: center;
        text-align: center;
    }
    
    .Heading-Line {
        font-size: 32px;
        text-align: center;
    }
    
    .Text-Line {
        font-size: 24px;
        text-align: center;
    }
    
    /* Линия с двумя карточками */
    .Line-Third-Block:last-child {
        flex-direction: column;
    }
    
    .Left-Place-Third-Block,
    .Right-Place-Third-Block {
        width: 100%;
        height: 50%;
    }
    
    .Place-For-Project,
    .Place-For-Project2 {
        width: 90%;
    }
    
    .Heading-Line2 {
        font-size: 26px;
        text-align: center;
    }
    
    .Text-Line2 {
        font-size: 18px;
        text-align: center;
    }
    
    /* Четвертый блок (Fourth-Block) */
    .Fourth-Block {
        height: auto;
        min-height: 30vh;
        padding: 50px 0;
    }
    
    .Place-For-Element8 {
        flex-direction: column;
        gap: 30px;
    }
    
    .Left-Half-Fourth-Block,
    .Right-Half-Fourth-Block {
        width: 100%;
        height: 300px;
    }
    
    .Right-Half-Fourth-Block {
        min-height: 300px;
    }
    
    .Place-For-Text-Fourth-Block {
        width: 80%;
    }
    
    /* Подвал */
    .Footer {
        height: auto;
        min-height: 25vh;
        padding: 40px 0;
    }
    
    .Top-Side-Footer {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .Left-Side-Top-Footer,
    .Center-Side-Top-Footer,
    .Right-Side-Top-Footer {
        justify-content: center;
        text-align: center;
    }
    
    .Bottom-Side-Footer {
        flex-direction: column;
        gap: 30px;
    }
    
    .Left-Side-Bottom-Footer,
    .Right-Side-Bottom-Footer {
        width: 100%;
        align-items: center;
        text-align: center;
    }
}

/* Мобильные (576px - 767px) */
@media (max-width: 767px) {
    .Heading-First-Block {
        font-size: 48px;
    }
    
    .Heading-Second-Block {
        font-size: 28px;
        padding: 0 20px;
    }
    
    /* Шапка */
    .Place-For-Button-Header {
        flex-wrap: wrap;
    }
    
    .Button-Header1,
    .Button-Header2,
    .Button-Header3 {
        width: 45%;
        min-width: 150px;
        font-size: 13px;
        padding: 10px 15px;
    }
    
    /* Первый блок */
    .Place-For-Heading-First-Block {
        width: 95%;
    }
    
    /* Второй блок (Fifth-Block) */
    .Line-Of-Fifth-Block {
        width: 95%;
    }
    
    .Number-Line-Of-Fifth-Block {
        font-size: 40px;
    }
    
    .Heading-Line-Of-Fifth-Block {
        font-size: 24px;
    }
    
    .Text-Line-Of-Fifth-Block {
        font-size: 18px;
    }
    
    /* Третий блок */
    .Heading-Line {
        font-size: 28px;
    }
    
    .Text-Line {
        font-size: 20px;
    }
    
    .Heading-Line2 {
        font-size: 22px;
    }
    
    .Text-Line2 {
        font-size: 16px;
    }
    
    /* Форма */
    input,
    textarea {
        width: 95%;
    }
    
    .Place-For-Text-Fourth-Block {
        width: 90%;
    }
    
    .Bottom-Text-Fourth-Block {
        font-size: 18px;
    }
}

/* Маленькие мобильные (до 575px) */
@media (max-width: 575px) {
    .Heading-First-Block {
        font-size: 36px;
    }
    
    .Heading-Second-Block {
        font-size: 24px;
    }
    
    /* Шапка */
    .Place-For-Logo-Header img {
        width: 15%;
    }
    
    .Place-For-Button-Header {
        flex-direction: column;
        gap: 10px;
    }
    
    .Button-Header1,
    .Button-Header2,
    .Button-Header3 {
        width: 100%;
        max-width: 300px;
    }
    
    /* Первый блок */
    .Place-For-Heading-First-Block {
        height: 90%;
    }
    
    /* Второй блок (Fifth-Block) */
    .Fifth-Block {
        min-height: 150vh;
    }
    
    .Line-Of-Fifth-Block {
        width: 90%;
        padding: 15px;
    }
    
    .Number-Line-Of-Fifth-Block {
        font-size: 35px;
    }
    
    .Heading-Line-Of-Fifth-Block {
        font-size: 22px;
    }
    
    .Text-Line-Of-Fifth-Block {
        font-size: 16px;
    }
    
    /* Третий блок */
    .Third-Block {
        min-height: 200vh;
    }
    
    .Big-Place-Third-Block1,
    .Big-Place-Third-Block2,
    .Big-Place-Third-Block3 {
        height: 40%;
    }
    
    .Small-Place-Third-Block {
        height: 60%;
    }
    
    .Heading-Line {
        font-size: 24px;
    }
    
    .Text-Line {
        font-size: 18px;
    }
    
    .Place-For-Project,
    .Place-For-Project2 {
        height: 60%;
    }
    
    .Place-For-Text-Line {
        height: 40%;
    }
    
    .Heading-Line2 {
        font-size: 20px;
    }
    
    .Text-Line2 {
        font-size: 14px;
    }
    
    /* Форма */
    .Fourth-Block {
        height: auto;
        padding: 30px 0;
    }
    
    .Name-Of-Input {
        font-size: 14px;
    }
    
    input,
    textarea {
        height: 45px;
        font-size: 14px;
    }
    
    textarea {
        height: 80px;
    }
    
    .Bottom-Text-Fourth-Block {
        font-size: 16px;
    }
    
    /* Подвал */
    .Footer {
        padding: 30px 0;
    }
    
    .Center-Side-Top-Footer {
        flex-direction: column;
        gap: 10px;
    }
    
    .Button-Footer {
        font-size: 14px;
    }
    
    .Number-Footer,
    .Address {
        font-size: 14px;
    }
    
    .Left-Side-Bottom-Footer {
        align-items: center;
        text-align: center;
    }
}

/* Очень маленькие экраны (до 360px) */
@media (max-width: 360px) {
    .Heading-First-Block {
        font-size: 32px;
    }
    
    .Heading-Second-Block {
        font-size: 20px;
    }
    
    .Button-Header1,
    .Button-Header2,
    .Button-Header3 {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .Number-Line-Of-Fifth-Block {
        font-size: 30px;
    }
    
    .Heading-Line-Of-Fifth-Block {
        font-size: 20px;
    }
    
    .Text-Line-Of-Fifth-Block {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

/* Для картинок с background-image устанавливаем минимальные размеры и cover */
.Big-Place-Third-Block1,
.Big-Place-Third-Block2,
.Big-Place-Third-Block3,
.Place-For-Project,
.Place-For-Project2,
.Right-Half-Fourth-Block,
.Right-Half-Sixth-Block,
.Place-For-First-Project,
.Place-For-Second-Project {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px; /* Минимальная высота */
}

/* Исправления для планшетов (768px - 991px) */
@media (max-width: 991px) {
    /* Увеличиваем минимальную высоту для картинок */
    .Big-Place-Third-Block1,
    .Big-Place-Third-Block2,
    .Big-Place-Third-Block3 {
        min-height: 250px;
        height: 250px;
    }
    
    .Place-For-Project,
    .Place-For-Project2 {
        min-height: 200px;
        height: 200px;
    }
    
    .Right-Half-Fourth-Block,
    .Right-Half-Sixth-Block {
        min-height: 250px;
        height: 250px;
    }
    
    /* Исправляем размеры логотипа */
    .Place-For-Logo-Header img {
        width: auto;
        max-width: 150px;
        height: auto;
    }
}

/* Исправления для мобильных (до 767px) */
@media (max-width: 767px) {
    .Big-Place-Third-Block1,
    .Big-Place-Third-Block2,
    .Big-Place-Third-Block3 {
        min-height: 200px;
        height: 200px;
    }
    
    .Place-For-Project,
    .Place-For-Project2 {
        min-height: 180px;
        height: 180px;
    }
    
    .Right-Half-Fourth-Block,
    .Right-Half-Sixth-Block {
        min-height: 200px;
        height: 200px;
    }
    
    /* Картинки в карточках второго сайта */
    .Place-For-Img-Card-Of-Second-Block img,
    .Place-For-Img-Card-Of-Second-Block2 img {
        max-width: 80px;
        height: auto;
    }
}

/* Исправления для очень маленьких экранов */
@media (max-width: 575px) {
    .Big-Place-Third-Block1,
    .Big-Place-Third-Block2,
    .Big-Place-Third-Block3 {
        min-height: 180px;
        height: 180px;
    }
    
    .Place-For-Project,
    .Place-For-Project2 {
        min-height: 150px;
        height: 150px;
    }
    
    .Right-Half-Fourth-Block,
    .Right-Half-Sixth-Block,
    .Place-For-First-Project,
    .Place-For-Second-Project {
        min-height: 180px;
        height: 180px;
    }
    
    .Place-For-Logo-Header img {
        max-width: 120px;
    }
}