@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}


body{
    background: #262626;
    font-family: "Rubik", sans-serif;
}

header {
    width: 100%;
    height: calc(100vw/2);
    background: url(../img/header.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.container {
    margin: 0 70px;
}

.hader-content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 60px;

}

.hader-content div {
    width: auto;
}





section.section2 {
    width: 100%;
    height: calc(100vw/1.7);
    background: url(../img/section2.webp);
    background-color: #6d6b6d;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-position: bottom;



}

.content {
    padding: 0 70px;
    margin: 0 auto;
}

video {
    width: 100%;


}




.player {
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    margin: 70px 0;
}

.h-logo {
    width: 214px;
    height: auto;
    margin-bottom: 20px;
    display: flex;
}

.h-slogan {
    font-size: 56px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}

a.btn-white {
    font-size: 24px;
    width: 280px;
    height: 60px;
    border-radius: 40px;
    display: flex;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262626;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

a.btn-white:hover {
    text-decoration: underline;
    font-weight: bold;
}

a.btn-white:active {
    color: #6A6A6A;
    text-decoration: none;
}







section.section2 .content {
    margin-top: 60px;
}

section.section2 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;


}
section.section2 .content span {
    justify-content: center;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}

section.section2 input{
    width: 550px;
    height: 60px;
    margin-top: 30px;
    border-radius: 40px;
    outline: none;
    border: none;
    padding-left: 30px;
    font-size: 24px;
    color: #6A6A6A;
}

section.section2 input::placeholder{
    color: #6A6A6A;
    font-size: 24px;
}

a.btn-black {
    font-size: 24px;
    background: #262626;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: flex;
    width: 580px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-radius: 40px;
    text-transform: uppercase;


}

a.btn-black.no_active{
    color: #6A6A6A;
}

a.btn-black.no_active:hover{
    color: #6A6A6A;
    text-decoration: none;
}

a.btn-black:hover{
    text-decoration: underline;
}


.consent {
    text-align: center;
    margin-top: 30px;
    width: 472px;
}

.consent a, .consent {
    font-size: 20px;
    color: #262626;
    text-transform: uppercase;
}


footer .content {
    margin: 30px 0;
}

.footer-top {
    justify-content: space-between;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #6A6A6A;
    align-items: flex-end;
}

.footer-top img {
    width: 214px;
    height: 40px;
}

.footer-top a {
    font-size: 24px;
    color: #C3C3C3;
    margin-left: 10px;
}

.footer-bottom {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}

.footer-bottom img {
    height: 42px;
    width: auto;
}

.footer-bottom span {
    font-size: 24px;
    text-transform: uppercase;
    color: #C3C3C3;
}


.modal {
    max-width: 1140px;
    width: 1140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 700px;
    overflow-y: scroll;
}


.modal .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.modal-head {
    color:#fff;
    font-size: 56px;
    text-transform: uppercase;
    text-align: center;
}

.modal-content {
    max-width: 754px;
    background: #262626;
    color: #fff;
}

.modal-content b {
    font-weight: bold;
}

.modal-content ul{
    padding-left: 20px;

}

.modal-content ul li {
    list-style: outside;
    font-size: 23px;
    line-height: 29px;
}

.fancybox__content {
    background: #262626;

}

.modal-content p {
    margin: 40px 0;
    font-size: 23px;
    line-height: 29px;
}

.modal-content p span {
    font-size: 38px;
    display: flex;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 42px;
}

#sectionform input[name="private"]{
    width: 0px;
    height: 0px;
    border: 0;
    opacity: 0;
}


.thanks-modal {
    max-width: 561px;
    height: auto;
}

.thanks-img img {
    width: 100%;
}

#thanks {
    border-radius: 20px;
    padding: 0;

}


.thanks-modal .logo {
    margin: 20px
}

.thanks-modal .logo img{
    width: 117px;
    height: 22px;

}

#thanks .body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    color: #fff;
    max-width: 444px;
    text-align: center;
    margin: 20px auto;
}

#thanks .body .thanks-title {
    font-size: 38px;
    text-transform: uppercase;
    max-width: 345px;

}


#thanks .body .thanks-text {
    font-size: 24px;
}

.thanks-modal .white-btn {
    width: 140px;
    height: 60px;
    border-radius: 50px;
    background: #fff;
    font-size: 24px;
    text-transform: uppercase;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    text-decoration: none;
}


.thanks-modal .white-btn {
    font-weight: 600;
}

.thanks-modal .white-btn:hover {
    text-decoration: underline;
}

.thanks-modal .white-btn:active {
    color: #6A6A6A;
}

.select_lang {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 35px;
}

.select_lang a {
    color:white;
    margin-left:3px;
    margin-right:3px;
}

.select_lang span {
    color:black;
    maring-left:3px;
    margin-left:3px;
}
