html {
    overflow: hidden;
}

body {
    background: #283048;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #859398, #283048);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #859398, #283048); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



    overflow-x: hidden;
    background-size: contain;
}

.preload {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: hidden;
}

.preload .triangle:nth-child(1) {
    position: absolute;
    z-index: 5;
}

.preload .triangle:nth-child(2) {
    position: absolute;
    top: 0;
    z-index: 5;
}

.preload .triangle:nth-child(3) {
    position: absolute;
    bottom: 0;
    z-index: 5;
}

.preload .triangle:nth-child(4) {
    position: absolute;
    right: 0;
    z-index: 5;
}

.first_section {
    width: 100%;
    height: 100vh;
    margin-top: 20%;
}

.first_section .circle_block {
    display: flex;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 0px 50px 39px rgba(0, 0, 0, 0.0), inset 0px 0px 106px 11px rgba(0, 0, 0, 0.0);
    transition: 3s ease-in-out all;
}

.first_section .circle_block img {
    display: block;
    margin: 0 auto;
    width: 150px;

}
.first_section .heading  {
    position: relative;
    text-align: center;
    margin-top: 8%;
}

.first_section .heading h1, .first_section .heading a  {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-family: 'yanone_kaffeesatz';
    color: #ffffff;
    letter-spacing: 0.33em;
}

.first_section .heading h1 {
    position: relative;
    font-size: 7vw;
    letter-spacing: 0.33em;
    margin-bottom: 6%;
}

.first_section .heading h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    right: 9px;
    width: 40%;
    height: 1px;
    background-color: #ffffff;
}

.first_section .heading .bottom_block {
    display: flex;
    align-items: center;
}

.first_section .heading .bottom_block img {
    width: 5%;
    margin-left: 27%;
}

.first_section .heading .bottom_block a {
    margin: 0 0 0 5%;
}


.second_section {
    width: 100%;
    background-color: #554A8E;
    overflow: hidden;
}

.second_section .heading {
    display: flex;
    width: fit-content;
    transform: translateX(0);
    transition: 300s linear all;
    overflow: hidden;
}


.second_section .heading h1 {
    width: fit-content;
    font-family: mr_Vokiar;
    font-weight: normal;
    font-size: 25vw;
    color: #ffffff;
    margin-left: 1%;
    white-space: nowrap;
}

.second_section .content {
    margin-left: 5%;
    margin-right: 5%;
}

.second_section .content .info {
    position: relative;
    margin-top: 8%;
    margin-bottom: 8%;
}

.second_section .content .info:nth-child(2), .info:nth-child(4) {
    position: relative;
    margin-top: 8%;
    margin-bottom: 8%;
    margin-left: 75%;
}

.second_section .info img {
    position: absolute;
}

.second_section .info h1 {
    font-family: mr_Vokiar;
    font-weight: normal;
    font-size: 20vw;
    color: #ffffff;
}

.second_section .info p {
    font-family: 'yanone_kaffeesatz';
    font-weight: normal;
    font-size: 8vw;
    color: #ffffff;
}

.third_section {
    width: 100%;
    overflow: hidden;
}

.third_section .heading {
    display: flex;
    width: fit-content;
    transform: translateX(-6000px);
    transition: 300s linear all;
    overflow: hidden;
    background-color: #F38181;

}

.third_section .heading h1 {
    width: fit-content;
    font-family: mr_Vokiar;
    font-weight: normal;
    font-size: 25vw;
    color: #ffffff;
    margin-left: 1%;
    white-space: nowrap;
}

.third_section .our_production {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60%;
    background-color: #F38181;
    overflow: hidden;
}

.third_section .our_production .imgs_block {
    width: fit-content;
    height: 100%;
    margin: 0 auto;
    transition: all 1s ease-in-out;
}

.third_section .our_production img {
    display: block;
    width: 100%;
    height: 218px;
    margin: 100px auto 0;
}

.third_section .our_production .bottom_block{
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: #FCE38A;
    bottom: 1px;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

.third_section .our_production .bottom_block .slider_block{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
    text-align: center;
}

.third_section .our_production .bottom_block h1 {
    display: block;
    width: fit-content;
    height: fit-content;
    margin: 30px auto 0;

    font-family: 'yanone_kaffeesatz';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 15vw;
    letter-spacing: 0.1em;

    color: #000000
}










