body {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 20px;
}
div {
    border:0px red solid;
}
input {
    border-radius: 4px;
    height: 50px;
    width: 260px;
    text-align: center;
    margin-top: 40px;
}
input[type="submit"] {
    background: #2D7986;
    color: aliceblue;
    font-size: 18px;
    border: 1px solid aliceblue;
}
input[type="submit"]:hover {
    color: #2D7986;
    background: aliceblue;
    border: 1px solid #2D7986;
}
h1, h2, h3, h4, h5 {
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 0.04em;
}
h1 {font-size: 72px;}
h2 {font-size: 56px;}
h3 {font-size: 36px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
ch {}
video {
    width: 100%; 
    /* height: 100vh; */
}
.fn_video {
    position: fixed;
    z-index: -9999;
    right: 0;
    bottom: 0;
}
.bg-head {
    position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    background: rgb(239,239,239);
    background: linear-gradient(180deg, 
        rgba(83,82,82,0.60) 0%, 
        rgba(83,82,82,0.80) 100%);
    z-index: 0;
}
.bg_grey {background: #f0f0f0;}
.bg_white {background: white;}
.bg_black {background: black}
.bg_price {
    background: url(img/fon2.webp);
    background-attachment: fixed;
    height: 70vh;
    background-size: cover;
}
.fl_price {
    position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    background-size: cover;
    background: rgb(51,51,51);
    background: linear-gradient(0deg, rgba(83,82,82,0.8) 0%, rgba(83,82,82,0.6) 100%);}
.bg_video {
    position: relative;
} 
.bg_price {
    position: relative;
    background-attachment: fixed;
}
.main_video   {
    position: absolute;
    top:43%;
    bottom: 0;
    left: 0;
    right: 0;  
    z-index: 1;
}
.main_price {
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
}
.section-spiker img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    
}
.fw2 {font-weight: 200;}
.fw2-head {
    font-weight: 200;
    color: #fefefe;
}
.fw3 {font-weight: 300;}
.fw4 {font-weight: 400;}
.fw4-head {
    font-weight: 400;
    color: #fefefe;
}
.fw6 {font-weight: 600;}
.fw7 {font-weight: 700;}
.fw7-head {
    font-weight: 700;
    color: #fefefe;
}
.fw8 {font-weight: 800;}
.fs16 {font-size: 16px;}
.fs14 {font-size: 14px;}
.parthner {
    width: 14%;
}
.fw2-price {
    font-weight: 200;
    color: #fefefe;
    font-size: 20px;
}
.fw4-price {
    font-weight: 200;
    color: #fefefe;
    font-size: 28px;
}
.fw7-price {
    font-weight: 700;
    color: #fefefe;
    font-size: 84px;
}