@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
}
body p{
    margin: 0;
    font-family: Montserrat;
}
body a{
    font-family: Montserrat;
}
main {
    display: block;
}
tr td{ padding:10px;
     border:1px #9E9E9E solid;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;    font-family: Montserrat;
}
.header{
    margin-bottom: 100px;
}
.footer{
    margin-top: 100px;
}
.header_top{
    background: #FBE400;
    padding: 20px 0;
}
.header_top .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_top .header_adress{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_top .header_adress a{
    text-decoration: none;
    color: #000;
    margin-left: 30px;
}
.header_bottom{
    background-image: url("/img/header_fon1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 780px;
}
.header_bottom .container{
    position: relative;
    height: 100%;
}
.header_video{
    position: absolute;
    bottom: 65px;
    right: 0;
}
.header_video img{
    border-radius: 20px;
    width: 100%;
}
.header_bottom p{
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 67.2px;
    text-align: left;
    max-width: 580px;
    padding-top: 100px;
}
.header_bottom p span{
    color: #FBE400;
}
.footer{
    background: #323232;
    padding: 50px 0;
}
.footer_top{
    margin-bottom: 40px;
}
.footer_top  .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_top  .container .footer_adress{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_top .footer_adress a, .footer_top .footer_adress p{
    text-decoration: none;
    color: #fff;
    margin-left: 30px;
}
.footer_bottom .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_bottom .container a{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    opacity: 0.4;
    color: #fff;
}
.body_cast .head{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 44.8px;
    text-align: left;
    margin-bottom: 30px;
}
.body_cast_content_top{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.body_cast_content_top a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #FBE400;
    padding: 16px 24px 16px 50px;
    border-radius: 16px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #000;
    margin-right: 30px;
    text-decoration: none;
}
.body_cast_content_top a::before{
    display: block;
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background-image: url("/img/file-text.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 15px;
}
.body_cast_content_bottom{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.body_cast_content_bottom_left{
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 30px;
    max-height: 1800px;
    overflow: auto;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #FBE400 #ffffff;
}
*::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
*::-webkit-scrollbar-thumb {
     background-color: #FBE400;
    -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
     border-radius: 6px;
}
.body_cast_content_card{
    background: #E2E4E6;
    padding: 20px;
    border-radius: 16px;
}
.body_cast_content_card .card_head{
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color: #323232;
}
.body_cast_content_card a{
    display: block;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #323232;
    text-decoration: none;
}
.body_cast_content_card p{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #323232;
    margin-bottom: 10px;
}
.body_cast_content_bottom_right_carta{
    margin-bottom: 30px;
}
.body_cast_content_bottom_right .labaz_head{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 30px;
    color: #323232;
}
.body_cast_content_bottom_right_labaz{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.labaz_card{
    background: #FBE400;
    padding: 20px;
    border-radius: 16px;
}
.labaz_card p{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    margin-bottom: 20px;
    color: #323232;
}
.labaz_card a{
    display: block;
    color: #323232;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    text-decoration: none;
}
.mail{
    text-decoration: underline!important ;
}
.body_cast_content_bottom_mobile{
    display: none;
}