body {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: 'Roboto';
    display: flex;
    flex-direction:column;
    height: 100vh;
    justify-content: space-between;
    overflow-x:hidden;
}
header {
    padding: 1em 2em;
    background-color: #009999;
    color: #fff;
}
footer {background: #A64B01;color: #fff;font-size: .8em;padding: 1em;display: flex;justify-content: space-evenly;align-items: center;}
span.site-title {
    font-size: 2em;
}
nav {
    display: flex;
    justify-content: space-between;
}
.contacts {
    place-self: center;
}
a, a:visited {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #ff7400;
}
a.alt:hover {
    color: #5ccccc;
}
.email:before {
    content: "\2709";
    font-size: 2em;
    margin-right:.2em;
}
.phone:before {
    content: '\260E';
    font-size: 2em;
    margin-right: .2em;
}
.contacts a, footer a {
    margin-left: 1em;
    line-height:1em;
    display: inline-flex;
    align-items: center;
}
.item-content {
    display: flex;
    width: 1000px;
    margin: auto;
}

.item-content img {
    width: auto !important;
    height: 700px;
}
.owl-carousel {
    position: relative;
    height: 100%;
}

main {
    position: relative;
    margin: 2em;
}
.item-text {
    margin-lefT: 2em;
    padding: 2em 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.item-title {
    text-transform: uppercase;
    font-size: 4em;
    font-weight: bold;
    color: #ff7400;
}

.item-descr {
    margin-top: 4em;
    text-align: left;
}

.item-descr span {
    font-size: .8em;
}
button.owl-prev, button.owl-next {
    position:absolute;
    top: 50%;
    background-color: #a64b00 !important;
    width: 30px;
}
button.owl-prev {
    left: 2em;
}
button.owl-next {
    right: 2em;
}
button.owl-prev span, button.owl-next span {
    color: #fff;
    font-size: 2em;
    line-height: .7em;
}