html {
	font-size: 16px;
}
body {
	width: 100%;
	overflow-x: hidden;
	background-color: #191919;
	color: #e9e9e9;
	font-family: "Golos Text", "Tahoma", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem; /*16px;*/
	touch-action: pan-y;
	margin: 0px;
}
input {
	font-family: "Golos Text", serif;
}
textarea {
	font-family: "Golos Text", serif;
}
header {
	padding: 0 1.25rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	
	position: fixed;
    background-color: rgba(25, 25, 25, 0.75);
    backdrop-filter: blur(5px);
    width: 100%;
    top: 0;
    left: 0;
	z-index: 900;
}
.general {
	margin-top: 8rem;
}
.main_view {
	margin: 0;
}
.itmo_logo {
	width: 78px;
	margin: 2rem 0;
}
.itmo_logo_sm {
	width: 78px;
}
.menu_btn {
	background-color: #191919;
	margin: 2rem;
    border-radius: 10px;
    padding: 8px;
	/*position: absolute;
	top: 3rem;
	z-index: 999;
	transition: 50ms top ease;*/
	cursor: pointer;
}
.menu_close_img {
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
}
.menu {
	margin: 0px; 
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background-color: #191919;
	height: 100vh;
	width: 100vw;
	display: none;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
}
.menu_section {
	margin: 2rem;
	cursor: pointer;
}
.langs {
	font-weight: 400;
}
.wud_menu {
	margin: 4rem 0rem;
}
.close_btn {
	margin: 1.5rem;
	text-align: right;
	cursor: pointer;
}
.wud {
	margin: 2rem;
	color: #007A99;
}
.quote {
	text-align: center;
}
.quote_div {
	text-align: left;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	border-color: #787878;
	padding: 20px;
	margin: 2rem;
	max-width: 310px;
    min-width: 100px;
}
.quote_left {
	text-align: left;
}
.quoteImg_left{
    position: absolute;
    transform: TRANSLATE3D(50%, -50%, 0);
}
.quote_right{
	text-align: right;
}
.quoteImg_right{
    position: absolute;
    transform: TRANSLATE3D(0%, 0%, 0);
}
.section {
	padding-top: 2.75rem;
	margin: 2.5rem 0;
}
.ability {
    text-align: left;
	margin: 2rem auto 0;
	height: 260px;/*min-height: 260px;*/
	background-color: #202020;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 455px; /*740px;*/
	cursor: pointer;
}
.abilities {
	text-align: center;
}
.abilities_col{
	display: inline-block;
    vertical-align: top;
	margin-left: 2rem;
}
.ability_opened {
	height: auto;
	min-height: 260px;
}
.vr {
	background-image: url('pic/vr_c.png');/*url('pic/vr card.png');*/
}
.mocap {
	background-image: url('pic/mc_c.png');/*url('pic/mc.png');*/
}
.dh {
	background-image: url('pic/dh_c.png');/*url('pic/dh.png');*/
}
.ux {
	background-image: url('pic/uxui_c.png');/*url('pic/uxui.png');*/
}
.a11y {
	background-image: url('pic/a11y_c.png');/*url('pic/a11y.png');*/
}
.arrow_back {
	text-align: right;
	padding: 10px;
}
.ability_info_full {
	padding: 0px;
}
.ability_info_full_opened {
	padding: 10px 40px 30px;
}
.ability_title {
	font-weight: 600;
	margin-bottom: 1rem;
	display: none;
}
.ability_def {
	font-size: 0.875rem;
    line-height: 1.25rem;
}
.ability_def_not_hdn {
	display: block;
}
/*.ability_content {
	height: 223px;
}*/
.ability_title_txt {
	transform: rotate(-90deg) translateX(-100%);
    transform-origin: left;
    font-weight: 600;
    margin-left: 2rem;
    font-size: 1.25rem;
	text-align: right;
	margin-top: -47px;
}
.cuxr_title {
	font-weight: 400;
	writing-mode: vertical-rl;
	height:250px;
	font-size: 20px;
}
.menu_line {
	display: none;
    margin-right: 2rem;
}
.propeller_pic {
	width: 450px;
	height: 450px;
	visibility: hidden;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
.sec_title {
	font-size: 2.25rem;
	font-weight: 600;
	margin:  6rem 1.25rem 3.125rem 1.25rem;
}
.subsec_title {
	font-size: 1.5rem; /*24px;*/
	font-weight: 700;
}
.progr_left {
	text-align: left;
	border-style: solid;
	border-width: 2px;
	border-radius: 0rem 1.25rem 1.25rem 0rem;
	border-color: #787878 #787878 #787878 #191919;
	padding: 0rem 1.25rem;
	margin: 2rem 1.25rem 2rem 0rem;
}
.progr_right {
	border-style: solid;
	border-width: 2px;
	border-radius: 1.25rem 0rem 0rem 1.25rem;
	border-color: #787878 #191919 #787878 #787878;
	padding: 0rem 1.25rem;
	margin: 2rem 0rem 2rem 1.25rem;
}
.arrow_progr_left {
	text-align: right;
	height: 20px;
}
.arrow_progr_right {
	text-align: left;
	height: 20px;
}
.arrow_btn_progr_left {
	position: relative;
	top: 4px;
	right: -38px;
	cursor: pointer;
}
.arrow_btn_progr_right {
	position: relative;
	top: 4px;
	left: -38px;
	cursor: pointer;
}
.progr_left_page_btn {
	margin-left: 0;
}
.progr_right_page_btn {
	margin-right: 0;
	margin-left: auto;
}
.progr_name {
	font-size: 1rem;
	margin: 1.25rem 0rem;
	font-weight: 400;
}
.progr_name_open {
	font-size: 1.25rem;
	font-weight: 500;
	margin: 2.75rem 0rem;
}
.program_tags {
	margin: 3rem 0;
}
.def_full {
	margin: 0rem;
	padding: 0rem;
	font-size: 1rem;
}
.def_hdn {
  display: grid; 
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.def_not_hdn {
  grid-template-rows: 1fr;
}
.def_hdn > div {
  overflow: hidden;
}
.program_tag {
	font-size:0.875rem;
	margin: 1.5rem;
}
.page_btn_txt {
	padding: 0 1.125rem;
	margin-top: 3.25rem;
	width: 191px;
	height: 43px;
	line-height: 43px;
	border-style: none;
	border-radius: 32px;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}
.h_point {
	float: left;
	width: 0.875rem;
	height: 1px;
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	border-color: #FF4F00;
	background-color: #FF4F00;
	margin: 0.4rem 0.625rem 0.4rem 0;
}
.v_point {
	float: left;
	width: 1px;
	height: 0.875rem;
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	border-color: #FF4F00;
	background-color: #FF4F00;
	margin: 0rem 0.8rem 0rem 0.2rem;
}
.contact {
	margin: 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.contact_link {
	/*color: #787878;*/
	text-align: right;
}
.mail_contact {
	margin-top: 2.875rem;
}
.adress_txt {
	text-align: right;
}
.project_gallery {
	margin: 0 0 2rem 1.25rem;
}
.project_video {
	margin-bottom: 2rem;
}
video {
	/*width: 90vw;353px;*/
    width: 100%;
    max-height: 90vh;
	border-radius: 20px;
}
.photo_list {
	overflow-x: hidden;
	overflow-y: hidden;
}
.photos_container {
	position: relative;
	left: 0px;
	white-space: nowrap;
    text-align: center;
}
.photo {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 30px;
	display: inline-block;
}
.project_photo_img {
	border-radius: 20px;	
}
.card_list {
	overflow-x: hidden;
	overflow-y: hidden;
}
.cards_container {
	position: relative;
	left: 0px;
	padding: 20px;
	white-space: nowrap;
}
.cards_animation {
	transition: left 0.3s ease;
}
.card {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 311px;
	height: 482px;
	background-color: #202020;
	background-size: contain;
	border-radius: 18.67px;
	margin-right: 30px;
	display: inline-block;
	cursor: pointer;
}
.card_info {
	/*backdrop-filter: blur(15px);*/
	display: grid;
	grid-template-rows: 186px 226px 70px;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
	"A A"
	"B B"
	"C D";
}
.project_card_title {
	font-size: 1.25rem;
	font-weight: 400;
	margin: 18px 20px;
	grid-area: A;
	white-space: wrap;
}
.project_card_img {
	width: 271px;
	height: 226px;
	background-color: #111111;
	border-radius: 18px;
	grid-area: B;
	margin-left: 21px;
	filter: grayscale(1);
}
.project_card_year {
	font-size: 1.25rem;
	font-weight: 400;
	margin: 20px 20px;
	grid-area: C;
	line-height: 34px;
}
.project_card_about {
	font-size: 0.875rem;
	font-weight: 500;
	margin: 20px 20px;
	grid-area: D;
	border-style: solid;
	border-width: 1px;
	border-radius: 17.62px;
	border-color: #ffffff;
	text-align: center;
	line-height: 28px;
}
.project_properties {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.prop {
	margin-bottom: 1.25rem;
}
.prop_title {
	color: #bebebe;
    margin-right: 2rem;
}
.phone_txt {
	display: inline-block;
}
.yamap {
	border-radius: 1.25rem;
	margin: 6rem 1.25rem 1.25rem 1.25rem;
	height: 220px;
}
.adress_txt {
    margin: auto 0px;
	font-size: 0.825rem;
}
a {
	text-decoration: none;
	color: #e9e9e9;
}
.feedback {
	width: 100%;
	text-align: center;
	/*margin-top: 6rem;*/
}
.feedback_window {
	text-align: center;
	font-size: 0.875rem;
	z-index: 9999;
}
.feedback_content {
	padding: 20px 0 20px 20px;
	width: 90vw;
	height: 90vh;
	display: grid;
	grid-template-rows: 4rem 4rem 4rem 10rem auto 4rem;
	grid-template-columns: auto 3rem;
	grid-template-areas:
	"A B"
	"C D"
	"E F"
	"G H"
	"I J"
	"K L";
}
.feedback_success {
	height: 50vh;
}
.feedback_title {
	/*grid-area: A;*/
	text-align: left;
	font-size: 1.125rem;
	text-weight: 500;
}
.close_feedback {
	/*grid-area: B;*/
	text-align: right;
    position: relative;
    left: -65px;
}
.close_img {
	width: 1rem;
	height: 1rem;
	cursor: pointer;
}
.feedbackAll {
	/*grid-area: C;*/
}
.sendmsg_btn_txt {
	/*grid-area: D;*/
	text-align: right;
}
.sendmsg_btn_txt {
	text-align: right;
}
.feedback_btn_txt {
	margin: 0 auto 12rem auto;
	width: 353px;
	height: 55px;
	line-height: 55px;
	border-style: none;
	border-radius: 50px;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	cursor: pointer;
}
.feedbackButtons {
	grid-area: K;
}
.del_btn {
	cursor: pointer;
}

.sendOk {
	margin: 2.625rem;
}
.sendOk_info {
	display: none;
}
.input_row  {
	height: 4rem;
}
.input_area {
	background-color: rgba(126, 126, 126, 0.25);
	border-style: none;
	border-radius: 10px;
	width: 82vw;
	height: 2.5rem;
	font-size: 0.825rem;
	text-align: left;
}
.input_multi {
	height: 7rem;
	color: #e9e9e9;
	border-style: none;
	border-radius: 10px;
	padding: 10px 30px 10px 10px;
}
.input_line {
	color: #e9e9e9;
	line-height: 2.5rem;
	border-style: none;
	border-radius: 10px;
	padding: 0 30px 0 10px;
}
.input_pnt {
	color: #ff4f00;
	line-height: 3rem;
	height: 2.5rem;
    position: relative;
    left: -50px;
}
.feedback_tag {
	background-color: rgba(126, 126, 126, 0.25); 
	border-style: none;
	border-radius: 18px;
	text-align: left;
	padding: 0.875rem;
}
.tag_line {
	color: #7e7e7e;
}
.tag_list {
	font-size: 0.75rem;
	color: #d9d9d9;
	display: none;
	margin-top: -12px;
    padding: 0.5rem 0.872rem;
}
.list_opt {
	margin: 0.625rem 0;
	cursor: pointer;
}
.list_arrow {
	position: relative;
    top: -1.8rem;
    left: 41vw;
	cursor: pointer;
}
.selected_item {
	background-color: #d9d9d9;
	font-size: 0.825rem;
	color: #000000; 
	border-style: none;
	border-radius: 18px;
	display: inline-block;
	padding: 2px 5px;
	margin: 2px 5px 0 0;
}
.input_multiSelectItem {
	display: none;
	margin: 0 10px;
}
.input_multiSelectItem_btn{
	color: #ffffff;
	background-color: #ff4f00;
	border-radius: 18px;
	display: inline-block;
	padding: 5px 10px;
	cursor: default;
	margin: 0 10px;
	cursor: pointer;
}
.input_multiSelect_line {
	border-radius: 18px;
	border-style: none;
	padding: 5px 10px;
	font-size: 0.875rem;
	margin-left: 0.625rem;
}
.feedback_sending {
	margin: 2.625rem;	
}
.sending_fail {
	margin: 2.625rem;
}
.sending_info {
	display: none;
}
.sending_img {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
 
@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
.text_pnt {
	/*top: -8.8rem;*/
}
.gradient_btn {
	background: linear-gradient(90deg, #fb4d00, #a93401);/*linear-gradient(90deg, #ff4f00, #6d3015);*/	
	cursor: default;
	cursor: pointer;
}
.border_btn {
	margin: 0 0 auto auto;
	width: 158px;
	line-height: 55px;
	border-style: solid;
	border-radius: 46px;
	border-color: #ff4f00;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	cursor: default;
	cursor: pointer;
}
.sendOk_btn_txt {
	display: none;
	background-color: #ff4f00;
	padding: 0 2rem;
	cursor: pointer;
	margin: 0 auto;
}
.project_page{
	z-index: 9990;
}
.project_info {
	padding: 1.25rem;	
}
.project_year {
	font-size: 1.5rem;
	color: #ff4f00;
}
.project_title_txt {
	font-size: 1.25rem;
	margin: 2rem 0;
}

.yes_img {
	margin: -0.5rem auto;
}
.project_addition {	
	border-style: solid;
	border-width: 2px;
	border-radius: 0rem 1.25rem 1.25rem 0rem;
	border-color: #787878 #787878 #787878 #191919;
	padding: 1.25rem;
	margin: 2rem 1.25rem 2rem 0rem;
}
.slider_arrows {
	text-align: center;
}
.slider_left_arrow {
	transform: rotate(180deg);
	margin-right: 20px;
	cursor: pointer;
}
.slider_right_arrow {
	cursor: pointer;
}
.slider_arrow_disabled {
	cursor: default;
	opacity: 0.2;
}
.programs_line {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
}
.on_window_open{
	display: none;
}
.upper_window{
	margin: 0px; 
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #191919;
	height: 100vh;
	width: 100vw;
	display: none;
	overflow-y: auto;
}
.project_header {
	display: none;
    z-index: 999;
    position: relative;
	margin-top: 1rem;
}
/*@media screen and (max-width: 739px){*/
.bgOff {
	background-image: none;
}
/*}*/
/*@media screen and (min-width: 740px){
	
}*/
@media screen and (max-width: 350px){
	.card{
		margin-right: 5px;
	}
}

@media screen and (max-width: 360px){
	.card{
		margin-right: 15px;
	}
}

@media screen and (max-width: 350px){
	.card{
		margin-right: 5px;
	}
}

@media screen and (min-width: 500px){
	.progr_left {
		margin: 2rem auto 2rem 0rem;
		max-width: 400px;
	}
	.progr_right {
		margin: 2rem 0rem 2rem auto;
		max-width: 400px;
	}
	.ability {
		background-position: top 0px left -50px;
		background-size: auto 196px;/*auto 238px;*/
		height: 196px;/*238px;*/
		min-height: 196px;/*238px;*/
		display: flex;
	}
	.ability_opened{
		display: block;
		height: auto;
		min-height:  196px;/*238px;*/
	}
	.ability_title_txt {
		transform: rotate(0deg);
		font-weight: 400;/*600;*/
		/*margin-left: 256px;350px;*/
		margin: auto 30px auto 256px;/**/
		font-size: 1.5rem; /*1.875rem;*/
		text-align: left; /*center;*/
        /*line-height: 238px;*/
	}
	.ability .ability_content {
		position: absolute;
		width: 455px;
	}
	.ability_opened .ability_content {
		position: relative;
		width: auto;
	}
	/*.ability_info_full_opened {
		padding: 70px 40px 30px 368px;
	}
	.arrow_back_more {
		position: relative;
		bottom: 38px;
	}*/
}
@media screen and (min-width: 600px){
	.cuxr_title {
		font-weight: 500;
		font-size: 24px;
		writing-mode: unset;
		margin: auto auto auto 1.25rem;
	}
	.general {
		margin-top: 9rem;
	}	
	.quote {
		text-align: left;
	}
	.sec_title {
		text-align: center;
	}	
	.itmo_logo {
		width: 90px;
	}
	.contacts_text {
		margin: 0 auto;
		width: 400px;
	}
	.feedback_content {
		margin: 0 auto;
	}
}
@media screen and (min-width: 700px){
	.progr_left {
		border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
		border-color: #787878 #787878 #787878 #787878;
		margin: 2rem auto 2rem auto;
		width: 400px;
	}
	.progr_right {
		border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
		border-color: #787878 #787878 #787878 #787878;
		margin: 2rem 1.25rem 2rem auto;
		margin: 2rem auto 2rem auto;
		width: 400px;
	}
	.arrow_btn {
		display: none;
	}
	.page_btn_txt {
		margin: 0 auto;
	}
}
@media screen and (min-width: 800px){
	.project_info {
		max-width: 800px;
		margin: 0 auto;
	}
	.project_info_text {
		margin: 2rem 0;
	}
	.project_info_all {
		display: grid;
		grid-template-columns: 1fr 1.4fr;
		max-width: 800px;
	}
	.project_addition {
		border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
		border-color: #787878 #787878 #787878 #787878;
		margin: 2rem auto;
		width: 550px;
	}
}
@media screen and (min-width: 900px){
	.cuxr_title {
		font-weight: 600;
		font-size: 36px;
		margin: 60px auto auto 1.25rem;
	}
	.general {
		margin-top: 11rem;
	}		
	.itmo_logo {
		width: 100px;
	}
	.all_contacts {
		display: flex;
        max-width: 1200px;
		margin: auto;
	}
	.yamap {
		margin: 1.875rem auto 0.825rem auto;
		width: 400px;
		height: 198px;
	}
	.contact {
		margin: 1.875rem 1.25rem;
	}
	.contacts_map {
		margin: 0 auto;
	}
	.contact_under_map {
		margin: 0;
	}
	.mail_contact {
		margin-top: 3.125rem;
	}
	.upper_window {
		border-style: solid;
		border-width: 2px;
		border-radius: 1.125rem 1.125rem 1.125rem 1.125rem;
		border-color: #787878;
		padding: 1.25rem 0;
		max-width: 930px;
		position: relative;
		height: auto;
		margin: 0 auto;
	}	
	.on_window_open{
		display: block;
		filter: blur(10px);
		position: fixed;
	}
	.project_page{
		/*top: 80px;*/
	}
	.input_area {
		width: 800px;
	}
	.list_arrow {
		left: 400px;
	}
	.feedback_content {
		width: 800px;
		padding: 20px 40px 20px 0;
		margin: 0 auto;
		height: 86vh;
	}
	.feedback_success {
		height: 50vh;
	}
	.feedback_window {
		margin: 1rem auto;
	}
}
@media screen and (min-width: 1200px){
	.cuxr_title {
		font-weight: 700;
		font-size: 48px;
		writing-mode: unset;
		margin: 80px auto auto 1.25rem;
	}
	.general {
		margin-top: 16rem;
	}		
	.menu_line {
		display: block;
	}
	.menu_line_section {
		display: inline-block;
		white-space: nowrap;
		margin-left: 25px;
		cursor: pointer;
	}
	.menu_btn {
		display: none;
	}	
	/*.itmo_logo {
		width: 120px;
	}*/
	.quote_div {
		max-width: 350px;
		font-size: 16px;
	}	
	.wud {
		color: #00CCFF;
	}
}

@media screen and (min-width: 1400px){
	.cuxr_title {
		font-weight: 700;
		font-size: 64px;
		margin: 100px auto auto 1.25rem;
	}
	.quote {
		margin-top: 2rem;
	}	
	.menu_line {
		padding-right: 25px;
	}	
	.itmo_logo {
		width: 170px;
	}
	.wud {
		margin: 3rem;
	}
}

@media screen and (min-width: 1800px){
	.cuxr_title {
		font-size: 78px;
		/*margin: 100px auto auto 1.25rem;*/
	}
	.general {
		margin-top: 18rem;
	}
	.quote_div {
		max-width: 440px;
		font-size: 20px;
	}
	.menu_line{
		font-size: 1.25rem;
	}
}