/*        FONTs      */
@font-face {
    font-family: 'Raleway';
    src: url("/static/projects/fonts/Raleway-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/projects/fonts/Raleway-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/projects/fonts/Raleway-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/projects/fonts/Raleway-Italic-VariableFont_wght.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url("/static/projects/fonts/Raleway-VariableFont_wght.ttf") format('truetype');
    font-weight: 100 900;
    font-style: normal;
}




body{
    /* background-color: #0b0b0d; */
    /* padding: 45px 60px; */
    padding: 0;
    margin: 0;
}

.logo1{
    margin-top: -60px;
    display: flex;
    justify-content: center;
    height: 150px;
} 









/*     1 block     */

#firstBlock{
    padding-top: 19px;
    background-color: #0b0b0d;
    padding-bottom: 90px;
}

header{
    margin-left: 10%;
    margin-right: 9.5%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.logo{

}

#headerButton{
    border: 1px solid #fff;
    color: #fff;
    background-color: #0b0b0d;
    border-radius: 100px;
    font-family: 'Raleway', Regular;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 1.5%;
    padding: 7px 25px;
    margin: 4px;

    /* transition: background-color 0.3s;
    transition: color 0.3s; */
}

#headerButton:hover {
    border:1px solid #fff;
    background-color: #fff;
    color: #0b0b0d; /* Цвет при наведении */
}

/* .HeaderBackground{
    display: flex;
    text-align: center;
    margin-left: calc(50% - 1390px + 656px);;
    height: 500px;
    width: 100%;
} */

.HeaderBackground {
    display: flex;
    height: 45vh;
    justify-content: center;
}

.infoBlock{
    /* display: flex;
    text-align: center;
    justify-content: space-around; */
}

.projectName{
    color: #fff;
    font-family: 'Raleway', Regular;
    font-weight: 400;
    font-size: 46px;
    line-height: 47px;
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 100px;
}

.name{
    color: #fff;
    font-family: 'Raleway', Regular;
    font-size: 23px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;

    display: flex;
    width: 30%;
}

.about{
    color: #fff;
    font-family: 'Raleway', Regular;
    font-size: 20px;
    font-weight: 200;
    line-height: 21px;
    text-align: left;

    display: block;
    width: 70%;
}

#project-section{
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin-right: 20%;
    margin-left: 18%;
    margin-bottom: 70px;
}

#investment-section{
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin-right: 20%;
    margin-left: 18%;
    margin-bottom: 70px;
}

#potential-section{
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin-right: 20%;
    margin-left: 18%;
}







/*       2 block      */

#secondBlock{
    padding-top: 30px;
    background-color: #fff;
    padding-bottom: 90px;
}

/* .secondBlockPhoto{
    padding-top: 50px;
    padding-bottom: 30px;
    margin-left: calc(50% - 1170px + 656px);;
    height: 400px;
    width: 900px;
    display: flex;
} */

.secondBlockPhoto{
    display: flex;
    justify-content: center;
    height: 40vh;
}

#activity-section{
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin-left: 18%;
    margin-bottom: 70px;
}

.name2{
    color: #0b0b0d;
    font-family: 'Raleway', Regular;
    font-size: 23px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;

    display: flex;
    width: 30%;
}

.about2{
    margin-left: 100px;
    color: #0b0b0d;
    font-family: 'Raleway', Regular;
    font-size: 20px;
    font-weight: 200;
    line-height: 21px;
    text-align: left;

    display: block;
    width: 70%;
}

.activityPrice{
    display: flex;
    height: auto;
    width: 100%;
    font-variant-numeric: lining-nums;
    padding-top: 5px;
    padding-right: 10px;
}

.activity_price_task{
    display: inline; 
    margin-top: 0px;
}







/*       3 block       */

#thirdBlock{
    padding-top: 30px;
    background-color: #0b0b0d;
    /* padding-bottom: 90px; */
}

.contactsBlock{
    display: flex;
    margin-bottom: 0px;
    padding-right: 5%;
}

.contactsAnim{
    display: flex;
    height: 50vh;
    margin-top: 5%;
}

.contactsText{
    color: #fff;
    font-family: 'Raleway', Regular;
    font-size: 35px;
    font-weight: 400;
    line-height: 47px;
    text-align: left;
}

.buttonsBlock{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.buttonsBlockText{
    color: #fff;
    font-family: 'Raleway', Regular;
    font-size: 20px;
    font-weight: 200;
    line-height: 21px;
    text-align: left;
    display: block;
}

/* .buttonsBlockButtons{
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 100px;
    font-family: 'Raleway', Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 1.5%;
    padding: 15px 35px;
} */

#thirdBlockButton1{
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 100px;
    font-family: 'Raleway', Regular;
    font-weight: 200;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 1.5%;
    padding: 15px 35px;
}

#thirdBlockButton2{
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 100px;
    font-family: 'Raleway', Regular;
    font-weight: 200;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 1.5%;
    padding: 15px 35px;
}

#thirdBlockButton3{
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 100px;
    font-family: 'Raleway', Regular;
    font-weight: 200;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 1.5%;
    padding: 15px 35px;
}

.table{
    border: 1px solid #fff;
    border-bottom: none;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    height: 180px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -1.5%;
}