body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    color: #222222;
    letter-spacing: -0.025em;
}

/* * {
    border: 1px solid red;
} */

.clearfix:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

div {
    box-sizing: border-box;
}

header {
    background: url(../img/first-bg.jpg) no-repeat center top / cover;
    padding-bottom: 320px;
    /* height: 100vh; */
}

.container {
    width: 930px;
    margin: 0px auto;
}

.logo {
    margin: 41px 0 0 0;
    float: left;
}

nav {
    float: right;
    margin-top: 50px;
}

.menu {
    padding: 0;
    margin: 0;
    display: block;
}

.menu li {
    float: left;
    display: block;
    margin: 0 41px 0 0;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-style: 14px;
    letter-spacing: 0em;
}

.titles__first {
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 200px;
}

h1 {
    font-size: 75px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 15px;
}

.button {
    background: #fed136;
    color: #484543;
    border-radius: 3px;
    display: block;
    width: 240px;
    padding: 20px 0;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 50px;
    letter-spacing: 0em;
}

.title {
    padding-top: 115px;
    padding-bottom: 85px;
}

.title h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.title p {
    color: #777777;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 0em;
}

.services {
    width: 100%;
}

.services__item {
    width: 270px;
    float: left;
    text-align: center;
}

.services__item h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.services__item p {
    color: #777777;
    font-size: 14px;
    line-height: 1.55em;
}

.services__item:last-child {
    float: right;
}

.services__item:nth-child(2) {
    margin-left: 60px;
}

#services {
    padding-bottom: 120px;
}

#portfolio {
    background: #f7f7f7;
    padding-bottom: 120px;
}

.works {
    width: 100%;
}

.works img {
    float: left;
}

.works img:nth-child(2) {
    margin-left: 30px;
}

.works img:last-child {
    float: right;
}

.about__item {
    margin-bottom: 93px;
}

.about__text__left {
    float: right;
    width: 340px;
    text-align: right;
}

.about__text__right {
    float: left;
    width: 340px;
    text-align: left;
}

.about__item h3 {
    font-size: 18px;
    margin-bottom: -2px;
    line-height: 0.5em;
    /* letter-spacing: -0.025em; */
}

.about__item h3:first-child {
    text-transform: uppercase;
}

.about__item p {
    color: #777777;
    font-size: 14px;
    line-height: 1.55em;
    margin-top: 20px;
}

.about__item div {
    float: left;
}

.about__item div:nth-child(2) {
    margin-left: 30px;
}

.about__item div:last-child {
    float: right;
}

.about__item img {
    margin-top: 8px;
}

.about__item:last-child {
    margin-bottom: 125px;
}

#footer {
    background: #f7f7f7;
}

#footer .title {
    padding: 38px;
}

#footer p {
    font-size: 14px;
}