.wrap {
    position: relative;
    width: 100%;
}

/*Header*/

.header {
    position: fixed;
    width: 100%;
    padding: 24px 0;
    background-color: #0c3c60;
    z-index: 1;
}

.container_wrap {
    max-width: 1020px;
}

.header_wrap {
    height: 65px;
    align-items: center;
}

.header_links_inner_wrap {
    text-align: right;
}

.logo_link {
    font: 42px 'Raleway', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.logo_link:hover. logo_link:active {
    color: #fff;
}

.no_link_styles a {
    text-decoration: none;
}

.header_links_inner_wrap a {
    font: 13px 'Open Sans', sans-serif;
    color: #fff;
    padding: 0 10px;
}

.header_links_inner_wrap a:hover, .header_links_inner_wrap a:active {
    color: #d1e0eb;
    transition: color 0.5s ease;
}

/*end Header*/

/*Main*/

.video-bg {
    height: 100vh;
    width: 100%;
}

.video-bg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main_wrap {
    background-color: rgba(255, 255, 255, 0.4);
}

.middle_text {
    text-align: center;
}

.middle_text_block_wrap {
    padding: 16px 0;
}

.middle_top_text, .middle_bottom_text {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #39729b;
}

.middle_top_text {
    font-size: 38px;
    line-height: 45px;
}

.middle_bottom_text {
    font-size: 58px;
    line-height: 68px;
}

.icons_block {
    background-color: #d1e0eb;
    padding: 80px 0 50px;
}

.icons_block_title {
    text-align: center;
    font: bold 55px 'Raleway', sans-serif;
    color: #39729b;
    margin-bottom: 25px;
}

.info_mini_blocks {
    padding: 0 10px;
}

.main_icons_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.img_wrap {
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_wrap img {
    max-width: 100%;
    height: auto;
}

.img_wrap_1 img {
    max-width: 210px;
}

.img_wrap_2 img {
    max-width: 219px;
}

.img_wrap_3 img {
    max-width: 164px;
}

.icon_text {
    text-align: center;
    font: 18px 'Raleway', sans-serif;
    color: #39729b;
    max-width: 295px;
}

/*end Main*/

/*Footer*/
.footer {
    padding: 22px 0;
    background-color: #F2F2F2;
}

.footer_links {
    text-align: center;
}

.footer_links a {
    display: inline-block;
    padding: 0 5px;
    font: 16px 'Open Sans', sans-serif;
    color: #39729b;
}

/*end Footer*/

/*Terms of use page + Privacy Policy*/
.main_info_block {
    padding-top: 135px;
}

.main_info_block span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 25px;
}

.info_text_options {
    color: #000;
}

.info_title {
    font: 28px 'Open Sans', sans-serif;
    font-weight: 500;
}

.item {
    font-weight: 700;
}

/*end Terms of use page + Privacy Policy*/

/*About us*/
.about_us_text {
    position: absolute;
    right: 0;
    left: 0;
    top: 175px;
    text-align: center;
}
.container_wrap_text {
color: #fff;
    font: 38px 'Open Sans', sans-serif;
}
.about {
    font-size: 97px;
    text-transform: uppercase;
}
/* end About us*/
