/*MAIN*/
.mrgn {
    overflow-x: hidden;
    font-family: 'Roboto';
}
h1 {
    font-size: 200px;
    font-weight: 600;
    top: 25%;
    color: #e9db7b;
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
section {
    position: relative;
}
.first {
    z-index: -2;
}
.first span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20%;
    color: #e9db7b;
    font-size: 18px;
}
.first img {
    width: 100%;
    height: auto;
}
.second {
    margin-top: -20%;
}
.second::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../img/fon-section1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.container {
    z-index: 2;
    padding-top: 420px;
    padding-bottom: 900px;
}
.title {
    font-size: 36px;
    color: #f1601b;
    text-transform: uppercase;
    text-align: left;
}
p {
    font-size: 25px;
    color: #e9db7b;
}
.row {
    margin-top: 60px;
}
.third .item-img{
    width: calc(100% / 3);
    display: inline-block;
    margin-right: -3px;
    transform: translateY(-50%);
}
.ab-block {
    position: absolute;
    width: 100%;
}
.third::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../img/fon-section2.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.third .container {
    z-index: 2;
    padding-top: 300px;
    padding-bottom: 500px;
}
.forth img {
    width: 100%;
    margin-top: -15%;
}
.fifth::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../img/fon-section4.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.fifth .container {
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 225px;
}
@media (max-width: 1440px) {
    h1 {
        font-size: 170px;
    }
    .second {
        margin-top: -23%;
    }
    .fifth .container {
        padding-top: 70px;
        padding-bottom: 135px;
    }
}
@media (max-width: 1366px) {
    .container {
        padding-bottom: 760px;
    }
    .third .container {
        padding-top: 220px;
        padding-bottom: 400px;
    }
    .fifth .container {
        padding-top: 35px;
        padding-bottom: 95px;
    }
}
@media (max-width: 1024px) {
    h1 {
        font-size: 115px;
        top: 20%;
    }
    .second {
        margin-top: -20%;
    }
    .container {
        padding-top: 190px;
        padding-bottom: 420px;
    }
    .title {
        font-size: 30px;
    }
    p{
        font-size: 17px;
    }
    .third .container {
        padding-top: 150px;
        padding-bottom: 300px;
    }
    .fifth .container {
        padding-top: 25px;
        padding-bottom: 65px;
    }
}
@media (max-width: 768px) {
    .first span {
        top: 12%;
        font-size: 16px;
    }
    h1 {
        font-size: 85px;
        top: 18%;
    }
    .title {
        font-size: 25px;
    }
    p {
        font-size: 14px;
    }
    .container {
        padding-top: 120px;
        padding-bottom: 370px;
    }
    .row {
        margin-top: 45px;
    }
    .third .container {
        padding-top: 80px;
        padding-bottom: 175px;
    }
}
@media (max-width: 414px) {
    .first span {
        top: 5%;
        font-size: 12px;
    }
    h1 {
        font-size: 30px;
        top: 6%;
    }
    .title {
        font-size: 18px;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .row {
        margin-top: 20px;
    }
    .second {
        margin-top: -25%;
    }
    .container {
        padding-top: 65px;
        padding-bottom: 20px;
    }
    .third .container {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .fifth .container {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}
