html, body {
    height: 100%;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Geologica', sans-serif;
    color: #373737;
    letter-spacing: -0.2px;
}
*,
*::after,
*::before{
    box-sizing: border-box;
}
a{
    text-decoration:none;
}
h1{
    margin:0;
}
img{
    float: left;
}
.container{
    margin: 0 auto;
    width: clamp(200px, 100%, 1920px);
}
.header{
    position: fixed;
    width:100%;
    padding: 20px;
    z-index: 5;
    background: white;
}
.header .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header .logo-header img{
    width:170px;
    height: auto;
    margin: 20px 0 0 0;
}
.header-right-side{
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0 0 0 40px;
}
.header span{
    font-size: 25px;
}
.header .header-hint{
    font-size: 16px;
    color: #206958;
    text-align: right;
}
/* Секции */
.section-1{
    width:100%;
    background: url('./img/bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    min-height: 90dvh;
    height: 100%;
    position: relative;
}
.section-1 h1{
    color: white;
    position: absolute;
    top: calc(160px + 3vw);
    right: calc(12% + 1vw);
    font-weight: 400;
    font-size: 35px;
}
.section-1 .for-who{
    color: white;
    position: absolute;
    top: calc(204px + 16vw);
    right: calc(6% + 2vw);
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
    border-left: 2px solid white;
    line-height: 125%;
}
.section-1 .for-who span{
    display: block;
    margin: -4px 0 0px 0;
}
.section-2{
    margin-top: 40px;
    padding: 30px;
}
.section-2 .row-1-1{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}
.section-2 .row-1-1 h2{
    margin: 0;
    color: #a80000;
    font-size: 35px;
    font-weight: 400;
}
.section-2 .row-1-1 span{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #acacac;
}
.section-2 .row-1-2{
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
}
.section-2 .row-1-2 > *{
    width: 50%;
}
.section-2 .row-1-2-block{
    font-size: 25px;
    line-height: 140%;
    font-weight: 400;
}
.section-2 .row-1-2-block h3{
    color: #206958;
    font-size: 25px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
}
.section-2 .row-2{
    display: flex;
    background: #206958;
    padding: 60px 0;
    margin: 0 -30px;
}
.section-2 .row-2 > *{
    width:33%;
}
.section-2 .row-2 .row-2-block{
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 20px 60px;
    font-size: 18px;
}
.section-2 .row-2 .row-2-block:not(:first-child){
    border-left: 2px solid #cdebff;
}
.section-2 .row-2 .row-2-block .row-2-1{
    color: #ffffff;
}
.section-2 .row-2 .row-2-block .row-2-2{
    display: flex;
    flex-direction: column;
    margin-top: -20px;
}
.section-2 .row-2 .row-2-block .row-2-2 .big{
    color: rgb(141, 207, 172);
    font-size: 120px;
}
.section-2 .row-2 .row-2-block .row-2-2 .small{
    color: #ffffff;
    margin-top: -20px;
    font-size: 25px;
}
.section-2 .row-2 .row-2-block .row-2-3{
    color: #ffffff;
}
.section-3{
    display: flex;
    margin-top: 40px;
}
.section-3 > *{
    width: 50%;
    padding: 30px;
}
.section-3 > .left-side{
    border-right: 2px solid #cccccc;
    font-size: 24px;
    line-height: 140%;
    text-wrap: balance;
}
.section-3 > .left-side .clients-grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
    gap: 100px 40px;
}
.section-3 > .left-side .clients-grid img{
    width: 100%;
    max-width: 220px;
    object-fit: contain;
}
.section-3 > .left-side .clients-grid img:nth-child(4){
    width: 100%;
    max-width: 320px;
    object-fit: contain;
}
.section-3 > .left-side .clients-grid img:nth-child(5){
    width: 100%;
    max-width: 280px;
    object-fit: contain;
}
.section-3 > .right-side{
    font-size: 18px;
    line-height: 160%;
}
.section-3 > .right-side .clients-grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
    gap: 40px;
}
.section-3 > .right-side .clients-grid img{
    width: 100%;
    max-width: 190px;
    object-fit: contain;
    object-position: center center;
}
.section-3 > .right-side .clients-grid img:nth-child(9){
    padding: 20px;
    max-width: 150px;
}
.section-4{
    width: 100%;
    display: grid;
    padding: 30px;
    grid-template-columns: repeat(auto-fill, minmax(calc(35vw + 100px), 1fr));
}
.section-4 .block{
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 18px;
    margin: 40px 0;
    padding: 0 40px;
    border-right: 2px solid #cccccc;
}
.section-4 .block img{
    width: 100%;
}
.section-4 .block .description{
    color: #959595;
}
.section-4 .block .item-inside{
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.section-4 .block .item-link{
    background: #e31919;
    color: white;
    text-transform: uppercase;
    padding: 9px 76px;
    align-self: flex-start;
    border-radius: 8px;
    font-weight: 600;
}
    .section-4 .block .item-link:hover{
        background: #fa6363;
    }
.section-4 .block .item-link-clarification{
    color: #959595;
    font-size: 14px;
}
.section-5{
    display: flex;
}
.section-5 > *{
    width: 50%;
}
.section-5 .left-side{
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.section-5-middle-icon{
    width: 60px;
    border-radius: 50%;
    border: 10px solid white;
    position: absolute;
    top:30px;
    right: -30px;
}
.section-5 .left-side .row-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px 40px;
    margin-bottom: 20px;
}
.section-5 .left-side .row-1 .logo-section-5 img{
    margin-top: 15px;
    width: 170px;
}
.section-5-hint{
    text-align: right;
    font-size: 16px;
    color: grey;
}
.section-5 .left-side .row-2{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section-5 .left-side .row-2 h2{
    font-size: 24px;
    font-weight: 400;
    color: black;
    margin: 0;
}
.section-5 .left-side .row-2 .contacts{
    line-height: 180%;
    color: grey;
    font-weight: 400;
    font-size: 16px;
}
.section-5 .left-side .row-2 .contacs-links{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.section-5 .left-side .row-2 .contacts-phone{
    font-size: 30px;
    font-weight: 400;
    color: black;
}
    .section-5 .left-side .row-2 .contacts-phone:hover{
        text-decoration: underline;
    }
.section-5 .left-side .row-2 .contacts-mail{
    font-size: 30px;
    font-weight: 400;
    color: #e31919;
}
    .section-5 .left-side .row-2 .contacts-mail:hover{
        text-decoration: underline;
    }
.section-5 .left-side .row-2 .price-list-clarification{
    line-height: 150%;
    color: grey;
    font-weight: 400;
    font-size: 23px;
}
.section-5 .left-side .row-3{
    display: flex;
    justify-content: space-between;
    gap: 20px 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.section-5 .left-side .row-3 .price-list-link{
    background: #e31919;
    color: white;
    text-transform: uppercase;
    padding: 9px 76px;
    align-self: flex-start;
    border-radius: 8px;
    font-weight: 600;
}
    .section-5 .left-side .row-3 .price-list-link:hover{
        background: #fa6363;
    }
.section-5 .right-side img{
    width: 100%;
    object-fit: cover;
    max-height: 80dvh;
    min-height: 100%;
}

@media (max-width: 1280px){
    .header{
        padding: 10px;   
    }
    .header .container{
        gap: 10px;
        flex-direction: column;
    }
    .header .logo-header img{
        margin: 0;
    }
    .header-right-side{
        margin: 0;
        width: 100%;
        justify-content: space-around;
    }
    .section-1 .for-who{
        top: 420px;
    }
    .section-2{
        padding: 20px;
    }
    .section-2 .row-2{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .section-2 > *{
        flex-direction: column;
        align-items: center;
        width:100%;
    }
    .section-2 .row-2 > *{
        width: 100%;
    }
    .section-2 .row-2 .row-2-block{
        padding: 40px 20px;
        text-align: center;
        gap: 30px;
    }
    .section-2 .row-2 .row-2-block:not(:first-child){
        border-left: 0;
        border-top: 2px solid #cdebff;
    }

}
@media (max-width: 780px){
    .header-right-side{
        display: none;
    }
    .section-1{
        padding: 100px 20px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        background: url('./img/bg-2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right;
        min-height: 60dvh;
    }
    .section-1 h1{
        position: static;
        margin: auto;
        font-size: 28px;
        padding-top: 20px;
    }
    .section-1 .for-who{
        position: static;
        margin: auto 0;
    }
    .section-2{
        margin: 0;
    }
    .section-2 .row-1-1{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    .section-2 .row-1-1 h2{
        font-size: 22px;
        width: 100%;
        text-align: center;
    }
    .section-2 .row-1-1 span{
        width: 100%;
        text-align: center;
    }
    .section-2 .row-1-2{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .section-2 .row-1-2 > *{
        width: 100%;
    }
    .section-2 .row-1-2-block h3,
    .section-2 .row-1-2-block{
        font-size: 18px;
    }
    .section-2 .row-2 .row-2-block .row-2-2 .big{
        font-size: 35px;
    }
    .section-2 .row-2 .row-2-block .row-2-2 .small{
        margin: 0;
        font-size: 20px;
    }
    .section-3{
        flex-direction: column;
        gap: 20px;
        margin-top: 0;
    }
    .section-3 > *{
        padding: 20px;
        width: 100%;
    }
    .section-3 > .left-side{
        font-size: 18px;
        border: 0;
    }
    .section-3 > .left-side .clients-grid{
        padding: 20px 0 40px 0;
        gap: 40px;
    }
    .section-3 > .right-side .clients-grid{
        padding: 20px 0 40px 0;
        gap: 0px;
    }
    .section-4{
        padding: 0;
    }
    .section-4 .block{
        border: 0;
        padding: 0 20px 20px 20px;
        gap: 20px;
    }
    .section-5{
        flex-direction: column;
        gap: 40px;
    }
    .section-5 > *{
        width: 100%;
    }
    .section-5-middle-icon{
        display: none;
    }
    .section-5 .left-side{
        padding: 0 20px;
    }
    .section-5 .left-side .row-1{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .section-5 .left-side .row-1 .logo-section-5 img{
        margin: 0;
        width: 150px;
    }
    .section-5-hint{
        text-align: center;
    }
    .section-5 .left-side .row-2{
        gap: 20px;
    }
    .section-5 .left-side .row-2 .price-list-clarification{
        font-size: 18px;
    }
    .section-5 .left-side .row-3{
        margin-top: 40px;
        gap: 10px;
    }
    .section-5 .left-side .row-2 .contacts-phone,
    .section-5 .left-side .row-2 .contacts-mail{
        font-size: 24px;
    }
    .section-5 .right-side img{
        min-height: 0;
    }
}
@media (max-width: 350px){
    .section-3 > .left-side .clients-grid img,
    .section-3 > .left-side .clients-grid img:nth-child(8),
    .section-3 > .left-side .clients-grid img:nth-child(9),
    .section-3 > .left-side .clients-grid img:nth-child(10),
    .section-3 > .left-side .clients-grid img:nth-child(11){
        max-width: 100%;
    }
    .section-3 > .right-side .clients-grid img{
        max-width: 100%;
    }
    .section-5 .right-side img{
        display: none;
    }
}
@font-face {
    font-family: "Geologica";
    src: url('./fonts/Geologica-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Geologica";
    src: url('./fonts/Geologica-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}