@font-face{
	font-family: "HypatiaSansPro-Regular"; 
	src: url("fonts/Roboto-Medium.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
}
@font-face{
	font-family: "HypatiaSansPro-Bold"; 
	src: url("fonts/Roboto-Bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
}
.textarea{

	font-family: "HypatiaSansPro-Regular"; 
}
html {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height:100%;
   display: flex; 
display: -webkit-flex;
  justify-content: center;
}
body {
    position: relative;
     display: flex; 
display: -webkit-flex;
    width:100%;
    flex-direction: column;
    margin: 0;
    background-color: #000;
    background-image: url("img/bg_main.svg");
    background-position:  left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
    align-items: center;
    justify-content: flex-start;
	font-family: "HypatiaSansPro-Regular";
}

.header{
    position: relative;
     display: flex; 
display: -webkit-flex;    
    width:calc(90% - 20px);
    margin: 0 auto ;
    flex-direction: column;
    height:auto;
    box-sizing: border-box;
    margin-bottom:0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-radius: 1px;
}
.logo{
    justify-content: flex-start;
}
.logo img{
    object-fit: contain;
    width:30%;
    box-sizing: border-box;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-start;
}
.buttons > *{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 20px 0 0;
    height:100%;background: #323232;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    color: #999999;
    text-transform: uppercase;
    transition: 0.3s;
	font-family: "HypatiaSansPro-Regular"; 
}
.buttons > *:hover{
    font-size:22px;
    transition: 0.3s;
    background: #269D98;
    color:#fff;
    cursor: pointer;
}
.buttons > *.active_btn{

    color:#fff;
    background: #269D98;
}
.header.header_container img{
    width:100%;
    object-fit: contain;
}
.header .hrefs{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width:60%;
    margin:0;
}
.hrefs > *{
    width:max-content;
    margin:0 0 0 42px;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 122% */
    
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    text-align: right;
    color: #269D98;
    text-decoration: none;
    transition: 0.3s;
}
.hrefs > *:hover{
    font-size:20px;
    transition: 0.3s;
}
.hrefs > *.active_a{
    color:#fff;
}
.container{
    position: relative;
     display: flex; 
display: -webkit-flex;    
    width:90%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-grow: 3;
    max-width: none;
    background: transparent;
    height:auto;
}
.row,.materials{
     display: flex; 
display: -webkit-flex;
    position:relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width:100%;
    box-sizing: border-box;
    flex-grow: 3;
    background: transparent;
    box-shadow: none;
}
.row_lib,.row_lib_mob{
    box-sizing: border-box;
    padding:51px;
    padding-bottom: 0;
    padding-top:10px;
}
.materials{
    flex-direction: column;
}
.row_a{
    justify-content: center;
}
.column{
     display: flex; 
display: -webkit-flex;
    position:relative;
    flex-direction: column;
    box-sizing: border-box;
}
.poll,.chat,.sq{
    border-radius: 1px;
}
.column_translation,.buttons,.under_tr{    
     display: flex; 
display: -webkit-flex;
    position: relative;    
    width:55%;
    height:auto;
    flex-direction: column;    
    margin-top: 0;  
    justify-content: flex-start;
    align-items: flex-start;  
    margin:0 10px 0 10px;
    border-radius: 4px;
    box-sizing: border-box;
}
.under_tr{
    width:100%;
    margin:0;
}
.mat{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:20px;
    box-sizing: border-box;
}
.mat > *{
    width:100%;
    display:flex;
    flex-direction: column;
    width:max-content;
    height:auto;
    padding:10px 20px 10px 20px;
    box-sizing: border-box;
    max-width: 150px;
}
.cell .pdf {
    width:max-content;
}
.cell .cell_text{
    font-size: 18px;
    line-height: 22px;
    color: #999999;
}
.cell .pdf .svg{
    object-fit: contain;
    width:100%;
}
.svg:hover{
	cursor: pointer;
	filter: invert(0.5) sepia(1) saturate(3) hue-rotate(125deg);
}
.container.page-feedback{
    max-width:400px;
    margin-top:50px;
    background: rgba(26, 26, 26, 0.4);
border: 1px solid #1E4543;
box-sizing: border-box;
backdrop-filter: blur(10px);
padding:20px;
}
.under_tr .text p{
	font-family: "HypatiaSansPro-Bold"; 
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #E2231A;
    margin-top:20px;
    width:100%;
    text-align: left;
    padding-left:10px;
    margin:5px auto;
}
.under_tr .text {
    width:100%;
    justify-content: flex-start;
}
.description{
    width:100%;
}
.buttons{
    margin:0;
}
.description{
    margin:0 auto;
    width:100%;
    min-height:max-content;
    height:auto;
}
.footer{
     display: flex; 
display: -webkit-flex;
    position: relative;
    margin:10px auto 0 auto;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding:5px;
    width:100%;
    max-height:30px;
    height:max-content;
}
.footer p{
	font-family: "HypatiaSansPro-Regular"; 
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 12px;
    color: #2A9F75;
}
.buttons{
    justify-content: space-between;
    flex-direction: row;
    width:100%;
}
.translation{
     display: flex; 
display: -webkit-flex;
    position: relative;    
    width:100%;
    height:auto;
    background-color: #fff;
}
.video-wrapper {
  width: 100%;
  position: relative;
  height: 0;
  margin-top:10px;
  padding-bottom: 56.25%;
  filter: drop-shadow(0px 4px 8px rgba(38, 38, 38, 0.2));
border-radius: 1px;
}

.translation {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius:4px ;
}
.column{
     display: flex; 
display: -webkit-flex;
    position: relative;
    flex-direction: column;
    width:20%;
    flex-grow: 3;
    justify-content: space-between;
}
.buttons a{
     display: flex; 
display: -webkit-flex;
    width:49%;
    text-decoration: none;
    box-sizing: border-box;

}

.btn_chatra{
	font-family: "HypatiaSansPro-Bold"; 
    width:100%;
    display:inline-flex;
    position:relative;
    max-width:200px;
    background: #04614C;
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px; line-height: 20px;
    text-transform: uppercase;
    justify-content: space-around;
    align-items: center;
    color: #FFFFFF;
    box-sizing: border-box;
    padding:5px;
    height:60px;
    transition: 0.3s;
    border:none;
    align-self: flex-end;
    
	outline:none;
}
.main_text h2, .main_text h3{
    max-width:830px;
    margin:20px;
}
.arrow{
    
	font-family: "HypatiaSansPro-Regular"; 
    width:100%;
     display: flex; 
display: -webkit-flex;
    flex-direction: row;
    box-sizing: border-box;
    padding:10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top:25px;
}
.arrow a{
	font-family: "HypatiaSansPro-Bold"; 
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #232323;
}
.arrow a img{
    box-sizing: border-box;
    padding-right: 10px;
}
button{
    border:none;
}
.btn_chatra img{
    object-fit: contain;
    height:80%;
}
.btn_chatra:hover,.tree_btn:hover{
    transition: 0.3s;
    font-size:1.4em;
    cursor: pointer;
}

.button,.button_sq {
    width:100%;
    height:50px;
    color:#fff;
    border-width:0;
    font-size:18px;
    text-transform: uppercase;
    font-family: 'HypatiaSansPro-Regular';
    box-sizing: border-box;
    margin:10px auto 0 auto;
}
#library,.button_sq{
    background: #F8B82B;
    color:#00255C;
}
.button_sq{
    margin:0;
    margin-top:10px;
}
.frame{
    width:100%;
    flex-grow:3;
    border-width: 0;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    border:none;
}
#description,#player{
    border-radius: 4px;
}
.poll_body,.chat_body,.sq_body{
    width: calc(100% - 2px);
     display: flex; 
display: -webkit-flex;
    flex-grow: 3;
    height:auto;
}
.sq_body{
    min-height:calc(100% - 100px - 56%);

}
.poll_body{
    min-height:calc( 100% - 100px - 43%);
}
.chat_body{    
    height:calc(100% - 50px);
}
.header_frame{
height:50px;
width:100%;
 display: flex; 
display: -webkit-flex;
box-sizing: border-box;
justify-content: flex-start;
align-items: center;
background: rgba(26, 26, 26, 0.4);
border-radius: 1px 1px 0px 0px;
border-bottom: 1px solid #1E4543;

}
.poll,.sq_desktop,.chat{
    background: rgba(26, 26, 26, 0.4);
border: 1px solid #1E4543;
box-sizing: border-box;
backdrop-filter: blur(10px);
}
.header_frame.buttons{
    background: transparent;
    border:none;
}
.header_frame p{
    color:#fff;
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
.poll{
     display: flex; 
display: -webkit-flex;
    width:100%;
    justify-content: center;
    align-items: center;
    height:60%;
    flex-direction: column;
}
.sq{
    flex-direction: column;
     display: flex; 
display: -webkit-flex;
    width:100%;
    height:calc(40% - 10px);
    margin-top:10px;
    justify-content: center;
    align-items: center;

}

.right_row{
     display: flex; 
display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-right:51px;
}
.row_btn{
    width:100%;
    margin:10px auto 0 auto;
     display: flex; 
display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
}
.tree_btn{
    font-family: "HypatiaSansPro-Bold"; 
    background: #8EB63B;
    border-radius: 100px;
    width:100%;
    max-width:220px;
    color:#fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    transition: 0.3s;
    height:60px;
	outline:none;
}
.page{
    display:none;    
}
.page.active{
     display: flex; 
display: -webkit-flex;
}

.mob,.mob_btn{
    display:none;
}
@media  (max-width:1024px){
    .sq{
        min-height: 300px;
    }
    .header{
        width:calc(100% - 20px);
        box-sizing: border-box;
        margin:10px;
    }
    .container{
        width:100%;
        margin-bottom: 60px;
        margin-top:0;
        padding:0;

    }
    .row{
        width:100%;
        flex-direction: column;
    }
    .chat_mob{
        width:100%;
        margin-top:10px;
        min-height: 500px;
    }
    .video-wrapper,.under_tr,.chat_body,.data_input,.poll_body{
        width:calc(100% - 40px);
        margin :0 auto;
    }
    .chat_body,.data_input,.poll_body{
        display:none;
    }
    .column_poll{
        width:100%;
        margin-top:10px;
        height:max-content;
    }

    #chat_mob{
        min-height: 500px;
    }
    .poll_body{
        min-height: 420px;
    }
    .column.chat {
        width:100%;
    }
    .sq_body{
        flex-direction: column;
    }
    .header_frame{

        background: #1E4543;
        left:0;
        widtH:100%;
    }
    .header .hrefs{
        width:90%;
    }
    .logo img{
        width:100%;
    }
    .mat{
        flex-direction: column;
    }
    .page-mat{
        flex-direction: row;
    }
    .desktop_none{
        display:none;
    }
    .mob{
        display:flex;
    }
    .arrow{
        display:flex;
        align-self: flex-end;
        justify-content: flex-end;
        align-items: center;
        width:24px;
        height:100%;
        padding:0;

    }
    .arrow img{
        object-fit: contain;
        width:100%;
    }
	 .hide{
		display:none;
	}
	.show{
		display:flex;
	}
    .header_frame p{
        display:flex;
        width:calc(100% - 24px);
    }
}
@media(max-width:768px){
    .header .hrefs{
        display:none
    }
}