/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	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;
}
*{
    font-family: 'Montserrat', sans-serif;
    outline: none;
    box-sizing: border-box;
}









/* my styles */
body{
    background-color: #000;
}
.subcontainer{
    width: 100%;
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto;
}
.logo{
    margin-bottom: 50px;
}
header{
    padding-top: 47px;
}
header .subcontainer{
    padding: 0 20px!important;
}
.first_screen{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/first_bg.png');
}
.first_screen .subcontainer{
    position: relative;
    padding-bottom: 110px;
}
.first_screen .when_box{
    display: flex;
    align-items: center;
    gap: 33px;
    margin-bottom: 36px;
}
.first_screen .when_box .item{
    display: flex;
    align-items: center;
    gap: 21px;
}
.first_screen .when_box .item span{
    color: #fff;
    font-size: 20px;
}
.first_screen .when_box .item span small{
    color: #FCED18;
}
h1{
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
h1 span{
    display: block;
    font-size: 35px;
}
h2{
    font-weight: 600;
    line-height: 1.3;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
}
h2 span{
    color: #FCED18;
}
.first_screen h1 + p{
    color: #fff;
    font-size: 20px;
    width: 100%;
    max-width: 545px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.first_screen .yellow{
    font-size: 25px;
    color: #FCED18;
    font-weight: 600;
    width: 100%;
    max-width: 545px;
    margin-bottom: 33px;
}
.first_screen .reg{
    display: inline-block;
    border-radius: 25px;
    background-color: #DC5242;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 20px 110px;
}
.first_screen .right{
    position: absolute;
    right: 0;
    bottom: 0;
}
.first_screen .right::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.first_screen .right img{
    width: 100%;
    max-width: 500px;
    object-fit: contain;
}
.first_screen .right .box{
    position: absolute;
    left: 50%;
    bottom: 63px;
    background: rgba(26, 26, 26, 0.5);
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 19px 30px 21px;
    text-align: center;
    width: 100%;
    max-width: 325px;
    transform: translateX(-50%);
    z-index: 2;
}
.first_screen .right .box p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.first_screen .right .box p.name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.themes_box{
    padding-top: 64px;
    padding-bottom: 90px;
}
.themes_box h2{
    margin-bottom: 65px;
}
.themes_box h2 span{
    display: block;
}


.themes_list .item{
    display: flex;
    align-items: center;
    gap: 41px;
    margin-bottom: 12px;
}
.themes_list .item:last-child{
    margin-bottom: 0;
}
.themes_list .numb{
    padding: 12px 20px;
    background-color: #fff;
    color: #000;
    border-radius: 150px;
    font-size: 18px;
}
.themes_list .item p{
    color: #fff;
    font-size: 20px;
}

.reg_box{
    overflow: hidden;
    padding: 60px 0 50px;
}
.reg_box .subcontainer{
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    padding: 67px 20px 50px 51px;
}
.reg_box h2{
    margin-bottom: 30px;
    color: #000;
    width: 100%;
    max-width: 656px;
}
.reg_box p{
    margin-bottom: 45px;
    font-size: 20px;
    width: 100%;
    max-width: 566px;
    line-height: 1.3;
}
.reg_box .quote{
    color: #DC5242;
    font-style: italic;
    font-weight: 600;
}
.reg_box .reg{
    display: inline-block;
    background-color: #DC5242;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 24px 60px;
    border-radius: 150px;
    text-decoration: none;
}
.reg_box .book{
    position: absolute;
    right: -130px;
    top: -90px;
    width: 100%;
    max-width: 874px;
    object-fit: contain;
}



.speaker_box{
    padding-top: 86px;
    padding-bottom: 89px;
}
.speaker_box h2{
    margin-bottom: 73px;
}
.params_list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 55px;
}
.params_list .item{
    border: 1px solid #fff;
    padding: 25px 24px;
    display: inline-block;
    border-radius: 25px;
}
.params_list .item p{
    color: #fff;
    width: 100%;
    max-width: 423px;
    line-height: 1.2;
    font-size: 20px;
}
.params_list .item:first-child{
    margin-left: 51px;
}
.params_list .item:nth-child(2){
    padding: 14px 24px;
}
.params_list .item:last-child{
    margin-left: 223px;
}
.speaker_box .subcontainer{
    position: relative;
}
.speaker_box ul{
    padding-left: 51px;
    width: 100%;
    max-width: 577px;
}
.speaker_box ul li{
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-bottom: 27px;
    line-height: 1.2;
}
.speaker_box ul li::after{
    position: absolute;
    left: -51px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
}
.speaker_box ul li:last-child{
    margin-bottom: 0;
}
.speaker_box .right{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 657px;
}
.speaker_box .right::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.speaker_box .right img{
    width: 100%;
}




.for_box{
    margin-bottom: 113px;
}
.for_box .subcontainer{
    background-color: #fff;
    border-radius: 25px;
    padding: 25px 45px 50px 51px;
    display: flex;
    justify-content: space-between;
}
.for_box h2{
    color: #000;
    margin-bottom: 48px;
}
.for_box form{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 453px;
    min-width: 453px;
    gap: 8px;
}
.for_box form input{
    width: 100%;
    border: 1px solid #000;
    border-radius: 150px;
    padding: 18px 0;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.for_box form button{
    padding: 24px;
    border: none;
    background-color: #DC5242;
    border-radius: 150px;
    color: #fff;
    font-size: 20px;
}
.for_box ul{
    padding-left: 26px;
}
.for_box ul li{
    position: relative;
    margin-bottom: 21px;
    font-size: 20px;
}
.for_box ul li:last-child{
    margin-bottom: 0;
}
.for_box ul li::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: -25px;
    top: 8px;
    border-radius: 50%;
    background-color: #DC5242;
}




@media screen and (max-width: 1200px){
    .reg_box .book{
        right: -300px;
    }
    .first_screen{
        overflow: hidden;
    }
    .first_screen .right{
        right: -150px;
    }
    .speaker_box{
        overflow: hidden;
    }
    .speaker_box .right{
        right: -200px;
    }
}
@media screen and (max-width: 1024px){
    .first_screen .reg{
        padding: 20px;
        width: 100%;
    }
    .for_box{
        padding: 0 20px;
    }
    .for_box form{
        gap: 15px;
    }
    .for_box h2{
        font-size: 35px;
    }
    .for_box .subcontainer{
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .speaker_box{
        padding-bottom: 50px;
    }
    .speaker_box .right::after{
        display: none;
    }
    .params_list{
        align-items: center;
    }
    .params_list .item{
        display: block;
        max-width: 372px;
        width: 100%;
    }
    .params_list .item:last-child{
        margin-left: 0;
    }
    .params_list .item:first-child{
        margin-left: 0;
    }
    .speaker_box h2{
        position: absolute;
        top: 0;
        width: 100%;
    }
    .speaker_box .right{
        position: initial;
        max-width: 300px;
        margin: 60px auto;
    }
    .speaker_box .subcontainer{
        display: flex;
        flex-direction: column-reverse;
    }
    .themes_box{
        padding-bottom: 160px;
    }
    .reg_box{
        overflow: hidden;
        padding: 150px 29px 0;
    }
    .reg_box .book{
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        top: -150px;
        max-width: 500px;
        min-width: 500px;
    }
    .reg_box .subcontainer{
        padding: 250px 30px 42px;
    }
    .themes_list .item p{
        font-size: 18px;
    }
    .themes_list .item{
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 24px;
    }
    h2{
        font-size: 25px;
    }
    .themes_box{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .first_screen .subcontainer{
        padding-bottom: 30px;
    }
    .first_screen .right::after{
        bottom: 30px;
    }
    .first_screen .right .box{
        max-width: 371px;
        bottom: 30px;
        backdrop-filter: blur(10px) saturate(150%);
    }
    .first_screen .right img{
        max-width: 300px;
    }
    .first_screen .right{
        position: initial;
        margin-top: 50px;
        text-align: center;
    }
    .logo img{
        max-width: 127px;
    }
    .first_screen .when_box{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    h1{
        font-size: 40px;
        margin-bottom: 26px;
    }
    h1 span{
        font-size: 26px;
        line-height: 1.1;
    }
    .first_screen .when_box{
        margin-bottom: 30px;
    }
    .first_screen .when_box .item span{
        font-size: 18px;
    }
    .first_screen h1 + p{
        font-size: 18px;
    }
    .first_screen .yellow{
        font-size: 20px;
    }
    .for_box form{
        min-width: initial;
    }
    .for_box .subcontainer{
        padding: 37px 30px 35px;
    }
    .reg_box .reg{
        padding: 25px 20px;
    }
}
