/*Обнуление*/
*{padding:0;margin:0;border:0;}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
:focus,:active{outline:none;}
a:focus,a:active{outline:none;}
nav,footer,header,aside{display:block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
/*input::-ms-clear{display:none;}*/
button{cursor:pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
/*ul li{list-style:none;}*/
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}
/*--------------------*/
body{
    font-family: "Montserrat", serif;
    position: absolute;
    padding: 0 25px 0 25px;
}
body, html {
    overflow-x: hidden;
}
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main{
    flex: 1;
}
.header__container{
    max-width: 1392px;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__burger h1{
    color: #000;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-left: 70px;
}
.header__logo{
    display: flex;
    align-items: center;
}
.header__logo p{
    font-size: 31px;
}
.header__burger {
    display: flex;
    align-items: center;
}

.burger {
    font-size: 30px;
    color: white;
    cursor: pointer;
    margin-right: 40px;
    background: #ecbf0a;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
}

.header__navigation {
    position: fixed;
    top: 70px;
    left: 64px;
    background: #ecbf0a;
    width: 400px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    box-shadow: -4px 4px 10px #f2d413;
    transition: opacity 0.2s ease-in-out, visibility 0s 0.3s;
    display: flex;
    border-radius: 32px;
    z-index: 1000;

}
#language-toggle{
    width: 100px;
    height: 50px;
    border-radius: 10px;
    background: yellow;
    color: #6e6e6e;
    border: 2px solid yellow;
    transition: 0.2s;
    font-size: 21px;
    font-weight: 500;
    margin-right: 40px;
}
#language-toggle:hover{
    border: 2px solid yellow;
    transition: 0.2s;
    background: none;
    color: #ffffff;
}
.header__navigation a {
    width: 100%;
    color: #FFFFFF;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid white;
}

.header__navigation a {
    font-size: 20px;
    transition: 0.2s;
}

.header__navigation span {
    margin-left: 30px;
}

.header__navigation a:hover {
    margin-left: 20px;
    transition: 0.2s;
}


.header__navigation.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out, visibility 0s 0s;
    position: fixed;
    z-index: 1000;
}

#burger-icon {
    font-size: 30px;
    color: white;
}

#burger-icon.active {
    font-size: 36px;
    color: white;
}
/*--------------------*/
.preview{
    margin-bottom: 128px;
}
.preview__container{
    width: 100%;
    max-width: 1392px;
    min-height: 692px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: end;
    background-image: url("../images/prevback.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 32px;
}
.preview__main{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 24px 24px 24px;
    align-items: center;
}
.preview__main h2{
    color: #FFF;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -1px;
}
.preview__main button{
    border-radius: 64px;
    background: #f2d413;
    display: flex;
    width: 192px;
    height: 80px;
    padding: 25px 60.77px 25px 60.97px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 2px solid #f2d413;
    transition: 0.2s;
    color: #FFF;
    font-size: 18.438px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 162.712% */
}

.preview__main button:hover{
    background: none;
    border: 2px solid #f2d413;
    transition: 0.2s;
}

/*--------------------*/
.welcome{
    padding: 0 25px 0 25px;
    margin-bottom: 128px;
}
.welcome__container{
    max-width: 1184px;
    margin: 0 auto;
}
.welcome__container h2{
    color: #f2d413;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 55.2px; /* 122.667% */
    letter-spacing: -1px;
    margin-bottom: 45.19px;
}
.welcome__container p{
    color: #000;
    font-size: 16.363px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.16px; /* 172.101% */
    margin-bottom: 36.28px;
}
/*--------------------*/
.number{
    margin-bottom: 128px;
}
.number__container{
    max-width: 1392px;
    height: auto;
    margin: 0 auto;
    flex-shrink: 0;
    border-radius: 32px;
    padding: 36px 24px 24px 24px;
    background-image: url("../images/back2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.number__title{
    display: flex;
    justify-content: space-between;
}
.number__title h2{
    color: #FFF;
    font-size: 54.25px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 103.226% */
    letter-spacing: -1px;
}
.number__title button{
    border-radius: 64px;
    background: #f2d413;
    display: flex;
    width: 192px;
    height: 80px;
    padding: 25px 60.77px 25px 60.97px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 2px solid #f2d413;
    transition: 0.2s;
    color: #FFF;
    font-size: 18.438px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 162.712% */
}

.number__title button:hover{
    background: none;
    border: 2px solid #f2d413;
    transition: 0.2s;
}
.number__main{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.number__main{
    margin-top: 254px;
}
.number__main-block{
    width: 324px;
    height: auto;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid #f2d413;
    background: rgba(0, 0, 0, 0.40);
    padding: 26px 55px 23px 25px;
    transition: transform 0.2s ease;
}
.number__main-block:hover {
    transform: translateY(-10px);
}
.number__main-block h3{
    color: #FFF;
    font-size: 44.625px;
    font-style: normal;
    font-weight: 700;
    line-height: 55.2px; /* 123.697% */
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.number__main-block h4{
    color: #f2d413;
    font-size: 19.375px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 123.871% */
    margin-bottom: 7px;
    min-height: 50px;
}
.number__main-block p{
    color: rgba(255, 255, 255, 0.80);
    font-size: 15.125px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 158.678% */
}
/*--------------------*/
.team{
    margin-bottom: 128px;
}
.team__container{
    max-width: 1184px;
    margin: 0 auto;
    padding-bottom: 32px;
}
.team__title{
    display: flex;
    padding-top: 34px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);;
}
.team__title img{
    margin-right: 7px;
    width: 32.2px;
    height: 36px;
}
.team__title h2{
    color: #f2d413;
    font-size: 29.75px;
    font-style: normal;
    font-weight: 500;
    line-height: 38.4px; /* 129.076% */
    margin-bottom: 45px;

}
.team__main p{
    color: #000;
    font-size: 16.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.16px; /* 170.667% */
    margin-bottom: 36px;
}
.team__main button{
    border-radius: 64px;
    background: #f2d413;
    display: flex;
    width: 192px;
    height: 80px;
    padding: 25px 60.77px 25px 60.97px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 2px solid #f2d413;
    transition: 0.2s;
    color: #FFF;
    font-size: 18.438px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 162.712% */
}
.team__main button:hover{
    background: none;
    border: 2px solid #f2d413;
    transition: 0.2s;
    color: black;
}
/*--------------------*/
.join{
    margin-bottom: 256px;
}
.join__container{
    max-width: 1392px;
    margin: 0 auto;
    display: flex;
    gap: 16px;

}
.join__image {
    border-radius: 32px;
    overflow: hidden;
}
.join__image img {
    height: 780px;
    min-width: 680px;
    transition: transform 0.3s ease;
}
.join__image:hover img {
    transform: scale(1.1);
}
.join__main{
    padding: 25px 28px 28px 28px;
    border-radius: 32px;
    border: 4px solid #000;
}
.join__main-text{
    margin-bottom: 66px;
}
.join__main-text h2{
    color: #f2d413;
    font-size: 42.188px;
    font-style: normal;
    font-weight: 700;
    line-height: 43.2px; /* 102.4% */
    letter-spacing: -1px;
    margin-bottom: 64px;
    max-width: 620px;
}
.join__main-text p{
    color: rgba(0, 0, 0, 0.75);
    font-size: 16.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.64px; /* 149.333% */
    max-width: 575.62px;
}
.join__main-blocks{
    display: flex;
    gap: 16px;
}
.join__main-blocks_block{
    border-radius: 32px;
    background: rgba(0, 0, 0, 0.04);
    width: 308px;
    height: auto;
    flex-shrink: 0;
    padding: 24px 24px 28px 24px;
    transition: transform 0.2s ease;
}
.join__main-blocks_block:hover {
    transform: translateY(-10px);
}
.join__main-blocks_block p{
    font-size: 20px;
    margin-bottom: 17px;
}
.join__main-blocks_block h3{
    color: #f2d413;
    font-size: 19.063px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 125.902% */
    margin-bottom: 52px;
}
.join__main-blocks_block p{
    color: rgba(0, 0, 0, 0.75);
    font-size: 14.875px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 161.345% */
}
/*--------------------*/
.disclaimer__container{
    max-width: 1392px;
    margin: 0 auto;
}
.disclaimer__title{
    min-height: 96.52px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    display: flex;
    align-items: center;
}
.disclaimer__title h2{
    color: #000;
    font-size: 35.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.52px; /* 135% */
    margin-right: 15px;
}
.disclaimer__text{
    min-height: 122px;
    border-bottom: 1px solid grey;
    display: flex;
    align-items: center;
}
.disclaimer__text p{
    color: #000;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 160% */
}
footer{
    max-width: 1392px;
    border-bottom: 1px solid grey;
    margin: 0 auto;
    margin-bottom: 128px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer p{
    color: #000;
    font-size: 14.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 161.345% */
    padding: 24px 0;
}
.footer__help-info h2{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer__help-images img{
    width: 150px;
    margin-left: 20px;
}
/*--------------------*/



/*--------------------*/
#Modal21 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modalcontent {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 450px;
    margin: 20px;
}
.modalcontent img{
    margin-bottom: 20px;
}
.modalcontent p {margin-bottom: 20px;font-size: 18px;color: black;font-weight: 500}

#noBtn{
    margin: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
    width: 200px;
    background: yellow;
    border: 2px solid yellow;
}
#yesBtn{
    margin: 5px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
    max-width: 400px;
    border-radius: 20px;
    background: yellow;
    border: 2px solid yellow;
}
#noBtn:hover{
    background: none;
    border: 2px solid yellow;
    transition: 0.2s;
}
#yesBtn:hover{
    background: none;
    border: 2px solid yellow;
    transition: 0.2s;
}
.no-scroll {
    overflow: hidden;
}
.modal__yellow{
    background: #FF872A;
}
.modalcontent__buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*--------------------*/
@media(max-width: 1000px){
    .join__container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .join__image img{
        height: 475px;
    }
}
@media(max-width: 725px){
    .join__main-blocks{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media(max-width: 900px){
    .number__title{
        display: flex;
        flex-direction: column;
    }
    .number__title a{
        margin-top: 20px;
    }
    .preview__main{
        display: flex;
        flex-direction: column;
    }
    .preview__main h2{
        margin-bottom: 40px;
        text-align: center;
    }
}
@media(max-width: 670px){
    .number__title h2{
        font-size: 36px;
    }
    .preview__main h2{
        font-size: 32px;
    }
    .header__navigation{
        width: 280px;
        left: 20px;
    }
    .header__navigation a{
        font-size: 14px;
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .header__navigation span {
        margin-left: 15px;
    }
}
@media(max-width: 455px){
    .number__title h2{
        font-size: 26px;
    }
}
@media(max-width: 900px){
    .address{
        display: flex;
        flex-direction: column;
    }
    .address p{
        margin-bottom: 8px;
    }
}