:root {
    --Soft-red: #FC6465;
    --Black: #000;
    --White: #FFF;
    --Slightly-cyan: #73C0C6;
    --Dark-cyan: #26A8B2;
}

@font-face {
    font-family: Belgro;
    src: url(./BelgroDisplayFont/Belgro.ttf);
}

h1, p.stat-text {
    color: var(--Black);
    font-family: Belgro;
    font-size: 37px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    color: var(--Black);
}

body {
    background: url(./imgs/Line.svg) 100% 43px no-repeat,  url(./imgs/background.png) left top repeat;
    height: fit-content;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.content {
    margin-top: 78px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: url(./imgs/back-logo2.svg) no-repeat;
    background-position: right 105%;
    max-width: 100%;
}

    #content-left picture {
        position: fixed;
    }
    #content-left img {
        max-width: 60vw;
    }
.content-right {
    max-width: 545px;
}

.content h1 {

    padding: 4px 1px;
    width: fit-content;
    margin: 0;
}

.content #we-are h1 {
    background: var(--Soft-red);
}

.content p {
    margin-top: 8px;
}

.content #we-are {
    max-width: 540px;
}

.content #we-have h1 {
    margin-top: 40px;
    background: var(--Slightly-cyan);
}

.statistics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 14px;
    margin-top: 14px;
}

.stat {
    padding: 15px 18px 9px 18px;
    max-width: 255px;
    background: var(--White);
    height: 137px;
}

.we-offer-do {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    margin-top: 40px;
}

.content #we-offer h1 {
    background: var(--Soft-red);
}

.content #we-do h1 {
    background: var(--Slightly-cyan);
}

.desc-footer {
    padding-top: 48px;
    padding-bottom: 23px;
    
    max-width: 100%;
}

.desc-footer #footer, .tablet-footer #footer{
    display: flex;
    align-items: center;
}
#footer p{
font-size: 14px;
margin-top: 0
}
.social {
    margin-right: 8px;
}
.social img{
    max-width:32px
}

.location {
    display: flex;
    align-items: center;
    margin-left: 8px;
    text-decoration:underline;
    color: var(--Black)
}

.location img {
    margin-right: 8px;
    max-width: 16px;
}

a {
    text-decoration: none;
}
.mail {
    display: flex;
    align-items: center;
    margin-left: 16px;
    text-decoration: underline;
    color: var(--Black)
}
.mail img{
    margin-right: 8px;
    max-width: 16px
}


.tablet-footer{
    display: none;
    margin-top: 51px;
    padding-bottom: 74px;
   
}
.tablet-footer #footer .social{
    margin-top: 16px
}

@media screen and (max-width: 1240px) {
    body{
        background: url(./imgs/Line.svg) 115% 43px no-repeat,  url(./imgs/background.png) left top repeat;
    }
    .we-offer-do {
        display: block;
    }
    .content {
        background-position: right 100%;
    }
    .content #we-offer {
        margin-bottom: 40px;
    }
    .location{
        margin-left: 0;
    }
    .location p{
        margin-top: 0;
    }
    .mail p{
        margin-top: 0;
    }
    .map p{
        margin-top: 0;
    }
  
    .tablet-footer{
        display: block;
    }
    .desc-footer{
        display: none;
    }
}

@media screen and (max-width: 950px) {
    .stat {
        height: 167px;
    }
}
@media screen and (max-width: 840px) {
    .tablet-footer #footer:first-child{
        display: block
    }
    .mail {
        margin-top: 16px;
        margin-left:0
    }
}
@media screen and (max-width: 600px) {
    
    body{
        background: url(./imgs/background.png) left top repeat;
    }
    .content {
        display: block;
        margin-top: 24px;
        background: url(./imgs/back-logo.svg) no-repeat;
        background-position: bottom;
        background-size: 100%;
        padding-bottom: 210px;
    }
    #content-left picture{
        position:relative !important;
    }
    #content-left img{
        max-width: 100%;
    }
    .content-right{
        padding: 24px;
        padding-bottom:0
    }
    .statistics{
        display: block;
    }
    .stat{
        margin-bottom: 8px;
        max-width: 100%;
        max-height: 120px;
    }
    .tablet-footer {
        padding-bottom:0
    }
}