@import url(./fonts.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
:root {
    --primary-color: #F16718;
    --light-orange:  #FF9B62;
    --blue-bold: #162542;
    --grey: #7B8BAD;
    --ligth-gray: #E8EFF2;
    --white: #FFFFFF;
}
.nav-btn{
    transition: .5s;
}
.btn{
    display: block;
    width: 175px;
    height: 50px;
    background: #E8EFF2;
    text-align: center;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 20px;
    padding-left: 26px;
    padding-right: 26px;
    color: var(--blue-bold);
    font-family: "Barlow-bold";
    border-radius: 8px;
}
.header{
    width: 100%;
    height: auto;
}
.container{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-top: 20px;
}
.nav-btn:hover{
    background-color: var(--blue-bold);
    color: white;
}
.main{
    display: flex;
    width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
}
.main-ctr_h1{
    font-size: 60px;
    font-family: "Barlow-bold";
    width: 100px;
    color: var(--blue-bold);
    padding-bottom: 20px;
}
.main-ctr_p{
    width: 445px;
    color: #7B8BAD;
    font-family: "Barlow-thin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 20px;
}
.main-btn{
    background-color: var(--primary-color);
    color: white;
    transition: .5s;
}
.main-btn:hover{
    background-color: var(--light-orange);
}
.buttons{
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.main-img{
    display: block;
    border-radius: 30px;
}
.main-text{
    color: #7B8BAD;
    font-family: "Barlow-thin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.site-hero{
    width: 1200px;
    margin: auto;
}
.bitmap{
    border-radius: 25px;
}
.site-hero-h1{
    font-size: 60px;
    font-family: "Barlow-bold";
    width: 100px;
    color: var(--blue-bold);
    padding-bottom: 20px;
}
.site-hero-p{
    width: 445px;
    color: #7B8BAD;
    font-family: "Barlow-thin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 20px;
}
.site-hero{
    display: flex;
}
.site-hero-info{
    padding-left: 50px;
}
.site-hero{
    padding-top: 40px;
}

.site-end{
    padding-top: 100px;
    width: 1200px;
    margin: auto;
    display: flex;
    column-gap: 20px;
}

.box{
    width: 255px;
    height: 323px;
    margin: auto;
}
.box-h1{
    font-size: 24px;
    font-family: "Barlow-bold";
    width: 100px;
    color: var(--blue-bold);
    padding-bottom: 20px;
    padding-top: 20px;
}
.box-p{
    width: 250px;
    color: #7B8BAD;
    font-family: "Barlow-thin";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 20px;
}

.site-footer{
    width: 200px;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}