body {
    font-family: 'Gotham Pro';
    width: 100%;
    height: 100%;
}

a.logotype {
    display: flex;
    text-decoration: none;
    width: 600px;
    flex-direction: row;
    align-items: center;
}

a.logotype img {
    height: 100px;
    margin: 0 20px 0 0;
    display: block;
}

.adaptive {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

section.welcome {
    display: flex;
    height: 300px;
    background-image: url(/images/photo2.jpg);
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding: 40px 0;
}

a.logotype h3 {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

.grid {
    display: flex;
    justify-content: space-between;
    margin: -80px 0 0;
}

.srvBlock {
    background: #fff;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.srvBlock h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

section.services {
    height: 200px;
}

.wrapper {
    min-height: 100vh;
    background: #f5f5f5;
}

section.article {
    background: #fff;
    padding: 50px 0;
}

section.article .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.article .adaptive .image img {
    width: 500px;
}

section.article .adaptive article {
    padding: 0 80px 0 0;
}

article p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
    font-weight: 500;
}

footer {
    height: 200px;
    background: #ff6c0a;
    margin: -200px 0 0px;
}

hr.clear {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    border: none;
}

hr.clear.footer {
    height: 200px;
}