body {
    color: #303235;
    font-family: Gilroy;
    font-size: 18px;
}

* {
    scroll-behavior: smooth;
}   

.wrapper {
    width: 1410px;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3 {
    font-family: 'Bebas Neue Pro';
    text-transform: uppercase;
}

h1 {
    font-size: 84px;
    line-height: 75px;
    font-weight: 300;
}

h2 {
    font-size: 58px;
    line-height: 58px;
    font-weight: 300;
}

h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
}

h1 b {
    font-weight: 600;
    color: #FFE551;
}

h2 b {
    font-weight: 600;
    color: #303235;
    background: #FFE551;
    padding: 0 10px;
    display: inline-block;
}

h1 strong, h2 strong {
    font-weight: 600;
}

.button {
    background: #FFE551;
    display: inline-block;
    padding: 17px 30px;
    color: #303235;
    font-family: 'Bebas Neue Pro';
    text-transform: uppercase;
    font-size: 26px;
    border-radius: 10px;
} 


/* main screen */

.main-screen {
    background: url(../img/works.svg) 850px 150px no-repeat,
                url(../img/main-bg.jpg) center top no-repeat;
    overflow: hidden;
    padding-bottom: 270px;
    /* border: 1px solid #000; */
}

header {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

header div {
    display: flex;
    align-items: center;
}

header .logo {
    display: block;
    background: url(../img/logo.png) no-repeat;
    width: 85px;
    height: 145px;
}

.mail {
    color: #fff;
    background: url(../img/mail.svg) center left no-repeat;
    padding-left: 30px;
    margin-right: 70px;
}

.phone {
    background: url(../img/phone.svg) center left no-repeat;
    color: #fff;
    font-size: 40px;
    font-family: Bebas Neue Pro;
    font-weight: 300;
    padding-left: 30px;
    margin-right: 70px;
}

.telegram {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: url(../img/telegram.svg) center no-repeat #27A7E7;
    margin-right: 10px;
}

.whatsapp {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: url(../img/whatsapp.svg) center no-repeat #2CB742;
}

.main-screen-content {
    display: flex;
    padding-top: 100px;
    justify-content: space-between;
}

.main-screen-content-left {
    color: #fff;
    width: 550px;
    /* border: 1px solid #fff; */
}

.main-screen-content-left h1 {
    margin-bottom: 30px;
}

.main-screen-content-left ul {
    margin-left: 20px;
    margin-bottom: 40px;
}

.main-screen-content-left ul li {
    list-style-image: url(../img/check.svg);
    margin-bottom: 7px;
}

.main-screen-content-right {
    /* border: 1px solid #fff; */
    width: 820px;
}

.main-screen-content-right .slider ul.bxslider li {
    display: flex;
    justify-content: space-between;
}


/* screen 2 */

.screen-2 {
    padding-bottom: 100px;
    margin-top: 20px;
    background: url(../img/d.png) left 150px no-repeat;
    /* border: 1px solid #000; */
}

.screen-2 .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.screen-2 .wrapper .screen-2-left {
    width: 50%;
    /* border: 1px solid #000; */
}

.screen-2 .wrapper .screen-2-left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -40px;
}
.screen-2 .wrapper .screen-2-left ul li {
    margin-bottom: 40px;
}

.screen-2 .wrapper .screen-2-left ul li a img {
    border-radius: 20px;
}

.screen-2 .wrapper .screen-2-right {
    width: 41%;
    /* border: 1px solid #000; */
}

.screen-2 .wrapper .screen-2-right h2 {
    margin-bottom: 30px;
}

.screen-2 .wrapper .screen-2-right ul {
    margin-bottom: 30px;
}


.screen-2 .wrapper .screen-2-right ul {
    margin-left: 20px;
    margin-bottom: 40px;
}

.screen-2 .wrapper .screen-2-right ul li {
    list-style-image: url(../img/check.svg);
    margin-bottom: 7px;
}


/* screen 3 */

.screen-3 {
    background: url(../img/bg-2.jpg) center no-repeat;
    height: 916px;
    display: flex;
    align-items: center;
}

.screen-3 h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-bottom: 70px;
    width: 530px;
}

.screen-3 ul {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #fff; */
}

.screen-3 ul li {
    /* border: 1px solid #fff; */
    width: 330px;
    text-align: center;
}

.screen-3 ul li img {
    border-radius: 20px;
}

.screen-3 ul li h3 {
    color: #fff;
    margin-top: 40px;
}


/* screen 4 */

.screen-4 {
    background: url(../img/d-2.png) -50px center no-repeat;
    padding-top: 140px;
}

.screen-4 .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.screen-4 .wrapper h2 {
    width: 35%;
    /* border: 1px solid #000; */
    margin-bottom: 60px;
}

.screen-4 .wrapper h2 b {
    font-size: 118px;
    line-height: 100px;
    color: #FFE551;
    background: none;
    padding: 0;
}

.screen-4 .wrapper .slider {
    width: 773px;
    /* border: 1px solid #000; */
}

.screen-4 .wrapper .slider ul li img {
    border-radius: 20px;
}


/* rest */

.rest {
    margin-top: 80px;
    background: url(../img/d-3.png) right bottom no-repeat;
}

.rest h2 {
    text-align: center;
    margin-bottom: 70px;
    font-weight: 900;
}

.rest ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.rest ul li img {
    border-radius: 20px;
}


/* vizual */

.vizual {
    margin-bottom: 140px;
}

.vizual .wrapper {
    display: flex; 
    align-items: center;
    justify-content: space-between;
}

.vizual h2 {
    text-align: center;
    font-weight: 900;
    width: 500px;
    text-align: left;
}


/* exemple */

.exemple {
    background: url(../img/bg-3.jpg) center top no-repeat;
    height: 1335px;
    /* border: 1px solid #000; */
    padding-top: 150px;
}

.exemple h2 {
    font-weight: 900;
    color: #fff;
    margin-bottom: 70px;
}

.exemple ul {
    display: flex;
    justify-content: space-between;
}

.exemple h3 {
    color: #fff;
    font-size: 39px;
    margin-bottom: 40px;
}

.exemple h3 b {
    font-weight: normal;
    color: #FFE551;
}

.exemple img {
    border-radius: 20px;
}

.exemple ul li ul {
    width: 700px;
}


/* contact */

.contact {
    text-align: center;
    margin-top: 270px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact h2 {
    color: #303235;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.contact p {
    font-size: 20px;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    /* border: 1px solid #000; */
    margin-top: 40px;
}

.contact .button {
    background: #fff;
    margin-right: 20px;
}

.contact .telegram {
    width: 64px;
    height: 64px;
    border-radius: 10px;
}

.contact .whatsapp {
    width: 64px;
    height: 64px;
    border-radius: 10px;
}


/* footer */

footer {
    padding-bottom: 50px;
    padding-top: 40px;
    background: url(../img/d-4.png) top right no-repeat;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .logo {
    background: url(../img/logo-footer.png) no-repeat;
    width: 58px;
    height: 100px;
}

footer .mail {
    color: #303235;
}

footer .phone {
    color: #303235;
    font-weight: 700;
}

.cop {
    margin-right: 250px;
    color: #a0a3a8;
}





@media (min-width: 320px) and (max-width: 480px) {

    body {
        /* color: #303235; */
        /* font-family: Gilroy; */
        font-size: 14px;
    }
    
    * {
        scroll-behavior: smooth;
    }   
    
    .wrapper {
        width: 300px;
        /* margin-left: auto; */
        /* margin-right: auto; */
    }
    
    h1, h2, h3 {
        /* font-family: 'Bebas Neue Pro'; */
        /* text-transform: uppercase; */
    }
    
    h1 {
        font-size: 40px;
        line-height: 35px;
        /* font-weight: 300; */
    }
    
    h2 {
        font-size: 34px;
        line-height: 30px;
        /* font-weight: 300; */
    }
    
    h3 {
        font-size: 16px;
        line-height: 16px;
        /* font-weight: 400; */
    }
    
    h1 b {
        /* font-weight: 600; */
        /* color: #FFE551; */
    }
    
    h2 b {
        /* font-weight: 600; */
        /* color: #303235; */
        /* background: #FFE551; */
        padding: 0 5px;
    }
    
    h1 strong, h2 strong {
        /* font-weight: 600; */
    }
    
    .button {
        /* background: #FFE551; */
        /* display: inline-block; */
        padding: 10px 20px;
        /* color: #303235; */
        /* font-family: 'Bebas Neue Pro'; */
        /* text-transform: uppercase; */
        font-size: 18px;
        border-radius: 6px;
        font-weight: 700;
    } 
    
    
    /* main screen */
    
    .main-screen {
        background: url(../img/main-screen-bg-mob.jpg) center top no-repeat;
        background-size: 360px;
        /* overflow: hidden; */
        padding-bottom: 20px;
        /* border: 1px solid #000; */
    }
    
    header {
        margin-top: 10px;
        /* display: flex; */
        /* justify-content: space-between; */
    }
    
    header div {
        position: relative;
        width: 240px;
        /* border: 1px solid #fff; */
    }
    
    header .logo {
        /* display: block; */
        /* background: url(/img/logo.png) no-repeat; */
        background-size: 35px;
        width: 38px;
        height: 63px;
        /* border: 1px solid #fff; */
    }
    
    .mail {
        /* color: #fff; */
        /* background: url(/img/mail.svg) center left no-repeat; */
        padding-left: 20px;
        margin-right: 0px;
        /* border: 1px solid #fff; */
        position: absolute;
        top: 22px;
        background-size: 15px;
        font-size: 13px;
    }
    
    .phone {
        /* background: url(/img/phone.svg) center left no-repeat; */
        /* color: #fff; */
        font-size: 24px;
        line-height: 18px;
        /* font-family: Bebas Neue Pro; */
        font-weight: 700;
        padding-left: 20px;
        margin-right: 0px;
        /* border: 1px solid #fff; */
        position: absolute;
        top: 1px;
        background-size: 15px;
    }
    
    .telegram {
        width: 36px;
        height: 36px;
        border-radius: 5px;
        /* background: url(/img/telegram.svg) center no-repeat #27A7E7; */
        /* margin-right: 10px; */
        /* border: 1px solid #fff; */
        position: absolute;
        right: 30px;
        top: 0;
        background-size: 17px;

    }
    
    .whatsapp {
        width: 36px;
        height: 36px;
        border-radius: 5px;
        /* background: url(/img/whatsapp.svg) center no-repeat #2CB742; */
        /* border: 1px solid #fff; */
        position: absolute;
        right: 0;
        top: 0;
        background-size: 17px;
    }
    
    .main-screen-content {
        display: block;
        padding-top: 20px;
        /* justify-content: space-between; */
    }
    
    .main-screen-content-left {
        /* color: #fff; */
        width: 300px;
        /* border: 1px solid #fff; */
        margin-bottom: 40px;
    }
    
    .main-screen-content-left h1 {
        margin-bottom: 15px;
    }
    
    .main-screen-content-left ul {
        /* margin-left: 20px; */
        margin-bottom: 10px;
        width: 180px;
    }
    
    .main-screen-content-left ul li {
        /* list-style-image: url(/img/check.svg); */
        /* margin-bottom: 7px; */
        line-height: 15px;
    }
    
    .main-screen-content-right {
        /* border: 1px solid #fff; */
        width: 300px;
    }
    
    .main-screen-content-right .slider ul.bxslider li {
        /* display: flex; */
        /* justify-content: space-between; */
    }

    .main-screen-content-right .slider ul.bxslider li a {
        width: 95px;
    }
    
    
    /* screen 2 */
    
    .screen-2 {
        padding-bottom: 30px;
        /* margin-top: 20px; */
        background: url(../img/d.png) left 320px no-repeat;
        background-size: 70px;
        /* border: 1px solid #000; */
    }
    
    .screen-2 .wrapper {
        /* display: flex; */
        flex-direction:column-reverse;
        /* justify-content: space-between; */
        /* align-items: center; */
        /* border: 1px solid #000; */
    }
    
    .screen-2 .wrapper .screen-2-left {
        width: 100%;
        /* border: 1px solid #000; */
    }
    
    .screen-2 .wrapper .screen-2-left ul {
        /* display: flex; */
        /* justify-content: space-between; */
        /* flex-wrap: wrap; */
        margin-bottom: -15px;
    }
    .screen-2 .wrapper .screen-2-left ul li {
        margin-bottom: 15px;
    }
    
    .screen-2 .wrapper .screen-2-left ul li a img {
        border-radius: 10px;
        width: 90px;
    }
    
    .screen-2 .wrapper .screen-2-right {
        width: 100%;
        /* border: 1px solid #000; */
        margin-bottom: 30px;
    }
    
    .screen-2 .wrapper .screen-2-right h2 {
        margin-bottom: 20px;
    }
    
    .screen-2 .wrapper .screen-2-right ul {
        /* margin-left: 20px; */
        margin-bottom: 20px;
    }
    
    .screen-2 .wrapper .screen-2-right ul li {
        /* list-style-image: url(/img/check.svg); */
        /* margin-bottom: 7px; */
    }
    
    
    /* screen 3 */
    
    .screen-3 {
        background: url(../img/screen3-bg-mob.jpg) center no-repeat;
        background-size: 355px;
        height: 636px;
        /* display: flex; */
        align-items: flex-start;
        /* border: 1px solid #000; */
    }
    
    .screen-3 h2 {
        /* text-align: center; */
        /* margin-left: auto; */
        /* margin-right: auto; */
        /* color: #fff; */
        margin-bottom: 25px;
        width: 290px;
        margin-top: 60px;
    }
    
    .screen-3 ul {
        /* display: flex; */
        /* justify-content: space-between; */
        /* border: 1px solid #fff; */
        flex-wrap: wrap;
    }
    
    .screen-3 ul li {
        /* border: 1px solid #fff; */
        width: 140px;
        /* text-align: center; */
        margin-bottom: 25px;
    }
    
    .screen-3 ul li img {
        border-radius: 10px;
    }
    
    .screen-3 ul li h3 {
        /* color: #fff; */
        margin-top: 15px;
    }
    
    
    /* screen 4 */
    
    .screen-4 {
        background: url(../img/d-2.png) 0px top no-repeat;
        background-size: 190px;
        padding-top: 30px;
        /* border: 1px solid #000; */
    }
    
    .screen-4 .wrapper {
        /* display: flex; */
        flex-wrap: wrap;
        /* justify-content: space-between; */
        align-items: flex-start;
    }
    
    .screen-4 .wrapper h2 {
        width: 300px;
        /* border: 1px solid #000; */
        margin-bottom: 25px;
    }

    .screen-4 .wrapper h2 b {
        font-size: 50px;
        line-height: 40px;
        /* color: #FFE551; */
        /* background: none; */
        /* padding: 0; */
    }

    .screen-4 .wrapper h2 strong {
        font-size: 28px;
        line-height: 24px;
        margin-top: 10px;
        /* border: 1px solid #000; */
        width: 150px;
        display: block;
        color: #fff;
    }
    
    .screen-4 .wrapper .slider {
        width: 300px;
        /* border: 1px solid #000; */
    }
    
    .screen-4 .wrapper .slider ul li img {
        border-radius: 10px;
    }
    
    
    /* rest */
    
    .rest {
        margin-top: 10px;
        /* background: url(../img/d-3.png) right bottom no-repeat; */
        /* border: 1px solid #000; */
        background-size: 150px;
    }
    
    .rest h2 {
        text-align: left;
        margin-bottom: 25px;
        /* font-weight: 900; */
    }
    
    .rest ul {
        /* display: flex; */
        /* justify-content: space-between; */
        margin-bottom: 35px;
    }
    
    .rest ul li img {
        border-radius: 10px;
        width: 92px;
    }
    
    
    /* vizual */
    
    .vizual {
        margin-bottom: 30px;
    }
    
    .vizual .wrapper {
        /* display: flex;  */
        /* align-items: center; */
        flex-wrap: wrap;
        /* justify-content: space-between; */
    }
    
    .vizual h2 {
        text-align: left;
        /* font-weight: 900; */
        /* width: 300px; */
        /* border: 1px solid #000; */
        margin-bottom: 25px;
    }
    
    
    /* exemple */
    
    .exemple {
        background: url(../img/screen4-bg-mob.jpg) center top no-repeat;
        background-size: 325px;
        height: 745px;
        /* border: 1px solid #000; */
        padding-top: 50px;
    }
    
    .exemple h2 {
        /* font-weight: 900; */
        /* color: #fff; */
        margin-bottom: 30px;
        text-align: center;
    }
    
    .exemple ul {
        /* display: flex; */
        flex-wrap: wrap;
        /* justify-content: space-between; */
    }

    .exemple ul li {
        margin-bottom: 30px;
    }
    
    .exemple h3 {
        /* color: #fff; */
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .exemple h3 b {
        /* font-weight: normal; */
        /* color: #FFE551; */
    }
    
    .exemple img {
        border-radius: 10px;
    }
    
    .exemple ul li ul {
        width: 300px;
    }

    .exemple ul li ul li a img {
        width: 143px;
    }
    
    
    /* contact */
    
    .contact {
        /* text-align: center; */
        margin-top: 5px;
        width: 300px;
        /* margin-left: auto; */
        /* margin-right: auto; */
    }
    
    .contact h2 {
        /* color: #303235; */
        /* margin-left: auto; */
        /* margin-right: auto; */
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 25px;
    }
    
    .contact p {
        font-size: 12px;
    }
    
    .button-wrapper {
        /* display: flex; */
        /* justify-content: center; */
        /* border: 1px solid #000; */
        margin-top: 15px;
    }
    
    .contact .button {
        /* background: #fff; */
        /* margin-right: 20px; */
    }
    
    .contact .telegram {
        position: static;
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }
    
    .contact .whatsapp {
        position: static;
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }
    
    
    /* footer */
    
    footer {
        padding-bottom: 20px;
        padding-top: 20px;
        background: url(../img/d-4.png) 170px 0px no-repeat;
        /* border: 1px solid #000; */
        background-size: 250px;
    }
    
    footer .wrapper {
        /* display: flex; */
        /* justify-content: space-between; */
        /* align-items: center; */
    }

    footer .wrapper div {
        display: flex;
        /* border: 1px solid #000; */
        flex-wrap: wrap;
        width: 245px;
    }
    
    footer .logo {
        /* background: url(/img/logo-footer.png) no-repeat; */
        width: 37px;
        background-size: 35px;
        /* border: 1px solid #000; */
        height: 62px;
    }
    
    footer .mail {
        position: static;
        /* border: 1px solid #000; */
        /* color: #303235; */
        margin-top: 7px;
        margin-bottom: 7px;
        font-size: 12px;
        width: 100%;
    }
    
    footer .phone {
        /* color: #303235; */
        /* font-weight: 700; */
        /* border: 1px solid #000; */
        position: static;
    }
    
    .cop {
        margin-right: 0px;
        /* color: #a0a3a8; */
        /* border: 1px solid #000; */
        font-size: 12px;
        width: 100%;
    }

}