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: 20px;
    line-height: 28px;
    margin: 0 0 20px;
    font-weight: 500;
}

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

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

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

article ul {
    margin: 0 0 20px;
}

article ul li {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    list-style-type: square;
    list-style-position: inside;
}

footer .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.contacts {
    width: 50%;
    box-sizing: border-box;
    padding: 0 80px 0 0;
    color: #fff;
}

.entermap {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.contacts p {
    font-size: 20px;
    padding: 10px 0;
    line-height: 26px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.contacts p a {
    color: inherit;
    text-decoration: none;
}

.contacts p span:first-child {
    margin: 0 10px 0 0;
    width: 100px;
    min-width: 100px;
    text-align: right;
}

section.notice {
    background: #ff6c0a;
}

section.notice h2 {
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}