@import url("fonts/stylesheet.css");


@font-face {
    font-family: 'Alternate';
    src: url('fonts/alternate-gothic-comp-atf-black.otf');
    font-weight: normal;
    font-style: normal;
}


body, html{
	overflow-x: hidden;
}


*{
	margin: 0px;
	padding: 0px;
}

.top_section{
	min-height: 100vh;
	width: 100vw;
	position: relative;
	background: #0D0D0D;
}

.top_zag{
font-family: 'Alternate';
    font-size: 231px;
    text-align: center;
    color: #fff;
letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 230px);
}

.too_swction{
	background: #E2DCD7;
	padding-top: 95px;
	padding-bottom: 213px;
}

.conteiner{
	width: 1437px;
	margin: auto;
}


.line{
	border: 3px solid #100E0E
}

.blok_text{
	margin-top: 93px;
}

.big_text{
    font-family: 'Alternate';
        font-size: 219px;
    color: #100E0E;
letter-spacing: 0.03em;
    text-transform: uppercase;
       line-height: 0.85;
}

.big_text span{
	color:#73706E;
}

.big_top{
	margin-top: 232px;
}

.smol_text{
	font-family: Jost;
font-size: 54px;
font-weight: 900;
letter-spacing: 0.03em;
text-align: left;
color: #0D0D0D;

}

.round{
display: inline-block;
    font-family: Jost;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 138px 67px;
    color: #FFFFFF;
    background: #1C1FCA;
    border-radius: 100%;
    text-decoration: none;
        margin-top: 80px;
}

.right_box{
	    display: flex;
    justify-content: end;
        margin-top: -21px;
    align-items: flex-start;
}


.text_around{
       text-align: right;
    margin-right: -37px;
}

.text_around p{
color: #0D0D0D;
font-family: Jost;
font-size: 20px;
font-weight: 500;
letter-spacing: 0.03em;
text-transform: lowercase;
}

.text_around p span{
color: #1C1FCA;
text-transform: uppercase;
}

.footer img{
	width: 100%;
}

.footer{
	background: #F1ECE8;
	padding-top:108px;
	padding-bottom:108px
}

.flex1{
	display: flex;
	gap: 27px;
	align-items: center;
	margin-block: 45px;
}

.black_text{
	font-family: 'Alternate';
font-size: 73px;
font-weight: 900;
letter-spacing: 0.03em;
color: #fff;
background: #100E0E;
padding: 22px 28px;
text-transform: uppercase;
line-height: 0.8;

}

.film_text_big{
font-family: Jost;
font-size: 40px;
font-weight: 500;
letter-spacing: 0.03em;
text-align: left;
color: #0D0D0D;
display: flex;
    align-items: center;

}

.film_text_big span{
	width: 11px;
	height: 11px;
	background: #73706E;
	display: inline-block;
	border-radius: 50px;
	margin-right: 27px;
}

.film_text{
max-width: 817px;
font-family: Jost;
font-size: 25px;
font-weight: 400;
letter-spacing: 0.02em;
text-align: left;
color: #0D0D0D;

}

.film_text span{
    width: 11px;
    height: 11px;
    display: inline-block;
    background: #73706E;
    border-radius: 50px;
    margin-right: 27px;
    margin-left: 27px;
}

.flex2{
	display: flex;
	gap: 148px;
	align-items: center;
	margin-block: 80px;
	align-items: center;
}


.flex_film1{
    margin-top: 45px;
}

.flex_film2{
    display: flex;
    justify-content: flex-end;
    margin-top: 45px;
    align-items: end;
    gap: 140px;
    text-align: right;

}

.text{
    font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: right;
    color: #000000;
    max-width: 589px;
}

.flex_film3{
    display: flex;
    justify-content: flex-end;
    margin-top: 140px;
    align-items: end;
    gap: 130px;
    text-align: right;

}


.text_film3{
	 font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    max-width: 587px;
}


.flex_film4{
	 display: flex;
    justify-content: flex-end;
    margin-top: 140px;
    align-items: end;
    gap: 130px;
    text-align: right;
}

.flex_film4 .text_around {
    margin-right: -68px;
}

.flex_film5 {
    display: flex;
    margin-top: 140px;
    align-items: self-start;
    gap: 45px;
    text-align: right;
}

.flex_film6 {
    display: flex;
    justify-content: space-between;
    align-items: end;
    text-align: right;
    flex-direction: column;
    height: 100%;
    gap: 365px;
}
.text_film6{
	 font-family: Jost;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    max-width: 587px;
}


.video{

}

.video video{
    width: 100%;
        max-height: 808px;
}



                                /*Стандартные стили кнопки*/
                                .button_class {
                                    position: relative;
                                        display: inline-block;
    margin-bottom: 30px;
                                }

                                .button_class:after, .button_class:before {
                                    content: " ";
                                    width: 10px;
                                    height: 10px;
                                    position: absolute;
                                    border: 0px solid #fff;
                                    transition-timing-function: linear;
                                    transition: all 1s;
                                }

                                .button_class:after {
                                    top: -1px;
                                    left: -1px;
                                    border-top-width: 5px;
                                    border-top-color: var(--color_top);
                                    border-left-width: 5px;
                                    border-left-color: var(--color_left);
                                }

                                .button_class:before {
                                    bottom: -1px;
                                    right: -1px;
                                    border-bottom-width: 5px;
                                    border-bottom-color: var(--color_bottom);
                                    border-right-width: 5px;
                                    border-right-color: var(--color_right);
                                }

                                .button_class:hover {
                                    border-top-right-radius: 0px;
                                    border-bottom-left-radius: 0px;
                                }

                                .button_class:hover:before, .button_class:hover:after {
                                    width: 100%;
                                    height: 100%;
                                }


.button_class a{
        font-family: Jost;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: left;
    color: #0D0D0D;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px 30px;
    position: relative;
    z-index: 99;
}






























@media (max-width: 1474px) {
.conteiner {
    width: 1200px;
    margin: auto;
}

.flex_film6 img{
    width: 100%;
}
.flex_film6 {
    gap: 515px;
}



}


@media (max-width: 1200px) {

.flex_film1 img, .flex_film2 img, .flex_film3 img, .flex_film4 img, .flex_film5 img, .flex_film6 img{
width: 100%;
}



.conteiner {
    width:auto;
    margin: auto;
    padding-left: 21px;
    padding-right: 21px;
}


.top_zag {
font-size:80px;
top: calc(50% - 80px);
}

.big_text {
font-size:80px;
}

.smol_text {
font-size:20px;
}

.right_box {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    align-items: end;
    flex-direction: column;
}
.text_around {
    text-align: right;
    margin-right: 0px;
}
.text_around p {
    color: #0D0D0D;
    font-family: Jost;
    font-size: 15px;
 }
 .round {
    display: inline-block;
    font-family: Jost;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 70px 31px;
    color: #FFFFFF;
    background: #1C1FCA;
    border-radius: 100%;
    text-decoration: none;
    margin-top: 50px;
}
.black_text {
    font-family: 'Alternate';
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.03em;
    color: #fff;
    background: #100E0E;
    padding: 13px 25px;
    text-transform: uppercase;
    line-height: 0.8;
}
.film_text_big {
    font-family: Jost;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: left;
    color: #0D0D0D;
    display: flex;
    align-items: center;
}
.flex1 {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-block: 30px;
    flex-wrap: wrap;
}
.flex2 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-block: 30px;
    margin-top: 80px;
    align-items: center;
}
.film_text {
    max-width: 817px;
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: left;
    color: #0D0D0D;
}
.film_text span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #73706E;
    border-radius: 50px;
    margin-right: 14px;
    margin-left: 12px;
}
.film_text_big span {
    width: 6px;
    height: 6px;
    background: #73706E;
    display: inline-block;
    border-radius: 50px;
    margin-right: 15px;
}

.flex_film2 {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    margin-top: 45px;
    align-items: end;
    gap: 29px;
    text-align: right;
}
.text {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: right;
    color: #000000;
}
.flex_film3 {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    margin-top: 140px;
    align-items: end;
    gap: 29px;
    text-align: right;
}
.text_film3 {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    max-width: 587px;
}
.flex_film4 {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    margin-top: 130px;
    align-items: end;
    gap: 29px;
    text-align: right;
}
.flex_film4 .text_around {
    margin-right: 0px;
}
.flex_film5 {
    flex-wrap: wrap;
    display: flex;
    margin-top: 140px;
    align-items: self-start;
    gap: 45px;
    text-align: right;
}
    .flex_film6 {
        gap: 29px;
    }
    .text_film6 {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    max-width: 587px;
}

}

 /*Additional styles for the updated website*/
 
 	.line-padding-bot {padding-bottom: 60px;}
	.line-blocks{
		border-top: 3px solid #100E0E;
		padding-bottom: 40px;
      }
	    
	  
	 hr.style-volna2 {
		height: 12px;
		width: 80%;		
		align: center;
		border: 0;
		box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
		}

	.horizontal-line{
		height: 12px;
		border: 0;
		box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
		margin-top: 2vh;         
	}
	  
	  
    .text-padding{
		padding-bottom: 40px;	
	}	
    .synopsis {
	    margin: 2vh 0;
	}
   .flex_synopsis{
		display: flex;
		justify-content: flex-end;
		align-items: end;
		gap: 140px;
   }	
   .text_synopsis{
		font-family: Jost;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0.5px;
		color: #000000;
      }

	.synopsis h2{
		font-family: 'Alternate';
        font-size: 58px;
		color: #100E0E;
		letter-spacing: 0.03em;
		text-transform: uppercase;
		line-height: 0.85;
		padding-bottom: 4vh;
		}

	.synopsis h2 span{
		color:#73706E;
		}
		
	.synopsis h3{
		font-family: 'Alternate';
        font-size: 44px;
		color: #100E0E;
		letter-spacing: 0.03em;
		line-height: 0.85;
		padding-top: 3vh;
		padding-bottom: 3vh;
		}

	.synopsis h3 span{
		color:#73706E;
		}
				
    .film-materials	h3{
		font-family: 'Alternate';
        font-size: 44px;
		color: #100E0E;
		letter-spacing: 0.03em;
		line-height: 0.85;
		text-transform: uppercase;
		padding-top: 3vh;
		padding-bottom: 3vh;
		}	

	.film-materials h3 span{
		color:#73706E;
		}	


.resize {height: 95vh; }
.resize-horizontal {
	width: 60%; 
    float: right;
}		

.resize-horizontalez {
	max-width: 70%;
}	

.flex_bloks {
    display: flex;
    margin-top: 4vh;
    align-items: self-start;
    gap: 45px;
    text-align: left;
}

.flex_bloks h4 {
		font-family: 'Alternate';
        font-size: 30px;
		color: #100E0E;
		letter-spacing: 0.03em;
		line-height: 0.85;
		text-transform: uppercase;
		max-width: 587px;
		padding-top: 4vh;
		text-align: left;		
}
    .flex_bloks_header {
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
    text-align:left;
    flex-direction: column;
	width: 95%;            
    height: 100%;
    gap: 8vh;
    }
    .flex_bloks_text {
	font-family: Jost;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: left;
    color: #000000;
    max-width: 587px;
}

.flex_bloks_cnt  {
    display: flex;
    flex-direction: row;
	align-items: flex-start;        
    /*flex-direction: row-reverse; */
    /*flex-direction: column; */
    /*flex-direction: column-reverse; */
}

.flex_bloks_cnt h4 {
 margin-left: 1vw;
}

.flex_bloks_cnt p {
	margin-left: 1vw;
	margin-top: 2vh;
 	font-family: Jost;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.flex_bloks_cntver  {
    display: flex;
    flex-direction: column;
}


@media (max-width: 1200px) {
	.synopsis h2{
        font-size: 44px;
		}
	.synopsis h3{
        font-size: 34px;
		}			
	.film-materials h3{
        font-size: 34px;
		}			
	.flex_bloks img {
		width: 100%;
		height: auto;
		}	
    .flex_bloks h4{
        font-size: 28px;
		max-width: 95%;
		}	

	.flex_bloks {
		flex-wrap: wrap;
		display: flex;
		margin-top: 10px;
		align-items: self-start;
		gap: 45px;
		text-align: left;
	}
    .flex_bloks_header {
        gap: 29px;
		width: 100%;
		text-align: left;	
        align-items: flex-start;		
    }
    .flex_bloks_text {
		font-size: 20px;
		max-width: 95%;
		text-align: left;	
	}
	.flex_bloks_cnt p {	
		font-size: 20px;
	}		
	.flex_bloks_cnt  {
		display: flex;
		flex-direction: column;
		/*flex-direction: row-reverse; */
		/*flex-direction: column; */
		/*flex-direction: column-reverse; */
	}	
	
.resize-horizontal {
	width: 100vh; 
}		

		
	}

@media (max-width: 500px) {
	.synopsis h2{
        font-size: 34px;
		}
	.synopsis h3{
        font-size: 30px;
		}	
	.film-materials h3{
        font-size: 30px;
		}	
    .flex_bloks h4{
        font-size: 25px;
		max-width: 95%;
		}	
    .flex_bloks_text {
		font-size: 17px;
		}	
	.flex_bloks_cnt p {	
		font-size: 17px;
	}			
		
	}

