@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@300;400;500;600;700&display=swap');

@media (max-width: 1650.98px) {  
	.selection_panel{
		left: 482px !important;
	}
	.button-home2{
		left: 789px !important;
	}

	.newplan_button{
		left: 1094px !important;
	}
	.newplan_button-big {
		left: 1080px !important;
	}
	
	.new_plan_menu{
		left: 1094px !important;
	}
	
	.save_button{
		left: 1280px !important;
	}
}

@media (max-width: 1400.98px) {  
	.selection_panel{
		left: 482px !important;
	}

	.button-home2{
		left: 575px !important;
	}

	.newplan_button{
		left: 877px !important;
	}
	.newplan_button-big {
		left: 862px !important;
	}
	
	.new_plan_menu{
		left: 981px !important;
	}
	
	.save_button{
		left: 1060px !important;
	}
}


@media (max-width: 1250px) {  
	.selection_panel{
		left: 282px !important;
	}

	.button-home2{
		left: 490px !important;
	}

	.newplan_button{
		left: 794px !important;
	}
	.newplan_button-big {
		left: 780px !important;
	}
	
	.new_plan_menu{
		left: 794px !important;
	}
	
	.save_button{
		left: 980px !important;
	}
}


@media (max-width: 1650.98px) {  
	#canvas{
		/*width: 1600px !important;*/
		height: 650px; 
	}
}

@media (max-width: 1400.98px) {  
	#canvas{
		/*width: 1400px !important;*/
		height: 550px; 
	}
}

@media (max-width: 1200px) {  
	#canvas{
		/*width: 1200px !important;*/
		height: 250px; 
	}
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  
  position: relative;
  min-height: 100%;
}
body {
  margin: 0;
  background: #F1F1F1;
  
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.header{
	display: block;
    height: 90px;
    background-color: #2A293D;
}
.head_name{
	position: absolute;
	width: 290px;
	height: 25px;
	left: 101px;
	top: 35px;

	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 25px;
	/* identical to box height */


	color: #ffffff;
}
.head_logo{
	/*border-radius: 100%;*/
	
	position: absolute;
	width: 37px;
	height: 37px;
	left: 52px;
	top: 29px;

	/*background: #FFC700;*/
	background: url(/app/img/site/logo.png) no-repeat;
}

/* - КНОПКИ В ШАПКЕ - */

/* справка 
.help_button{
	position: absolute;
	height: 53px;
	left: 1260px;
	top: 18px;

	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 58px;
	cursor:pointer;
	display: inline-block;
	width: 145px;
}*/
.help_button{
	position: absolute;
	width: 228px;
	height: 53px;
	left: 52px;
	top: 115px;

	background: #F9F2B4;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.help_button:hover{
	background: #E6DD95;
}
.help_button_text{
	display: inline-block;
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    margin-top: 24px;
    margin-left: 6px;
    top: -5px;
}
.help_button_icon{
	background-image: url(/app/img/site/btn_help_ico.png);
    height: 22px;
    width: 22px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 15px;
    margin-top: 15px;
}
/* справка */

/* сохранение */
.save_button{
	position: absolute;
	width: 165px;
	height: 53px;
	left: 1654px;
	top: 18px;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	background: transparent;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	border: 1px solid #FFFFFF;
	border-radius: 80px;
	cursor:pointer;
	transition: ease .3s;
}
.save_button_text{
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
		transition: ease .3s;
}
.save_button_icon{
	background-image: url(/app/img/site/btn_save_ico.png);
    height: 22px;
    width: 22px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px;
	transition: ease .3s;
}
.save_button:hover {
	background: #fff;
}
.save_button:hover .save_button_text{
	color: #2A293D;
}
.save_button:hover .save_button_icon {
	filter: invert(1);
}
/* сохранение */

/* новый план */
.newplan_button{
	position: absolute;
	width: 172px;
	height: 53px;
	left: 1468px;
	top: 18px;

	display: flex;
  justify-content: center;
  align-items: center;
	border: 1px solid #FFFFFF;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	border-radius: 80px;
	background: transparent;
	cursor:pointer;
	transition: ease .3s;
}
.newplan_button_text{
	position: relative;

	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;

	color: #FFFFFF;
	
    display: inline-block;
    margin-left: 6px;
}
.newplan_button_icon{
	background-image: url(/app/img/site/newplan.svg);
    height: 22px;
    width: 22px;
	background-repeat: no-repeat;
	display: inline-block;
}
.newplan_button:hover {
	background: #fff;
}
.newplan_button:hover .newplan_button_text{
	color: #2A293D;
}
.newplan_button:hover .newplan_button_icon {
	filter: invert(1);
}

.newplan_button-big {
	width: 185px;
	left: 1453px;
}
.newplan_button-big .newplan_button_text {
	width: 128px;
}
/* новый план */

.selection_panel{
	position: absolute;
	width: 506px;
	height: 77px;
	left: 765px;
	top: 120px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
}
.selection_panel_disabler{
	position: absolute;
	width: 391px;
	height: 68px;
	background: rgba(233, 233, 233, 0.52);
}
.selection_panel_element_frame{
    position: relative;
    width: 54.65px;
    height: 50px;
    left: 9px;
    /* top: 9px; */
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 2px;
    display: inline-block;
}
.selection_panel_element{
    position: absolute;
    width: 34px;
    height: 34px;
    left: 9px;
    top: 7px;
	/*background: url(image.png);*/
	background-size: contain;
    background-repeat: no-repeat;
}
.selection_panel_btn_block{
	position: relative;
	width: 206px;
	height: 50px;
	display: inline-block;
	/* top: 7px; */
	left: 5px;
}
.selection_panel_btn{
	position: relative;
	width: 48px;
	height: 48px;

	background: #EDEDED;
	border-radius: 45px;
	display: inline-block;
	cursor:pointer;
}
#clone_layer{
	background-image: url(/app/img/site/btn_clone_layer_ico.png);
    position: absolute;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    margin-top: 13px;
    margin-left: 14px;
}
#rotate_layer_left{
	background-image: url(/app/img/site/akar-icons_arrow-clockwise.png);
	position: absolute;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	margin-top: 11px;
	margin-left: 13px;
}
#rotate_layer_right{
	background-image: url(/app/img/site/akar-icons_arrow-clockwise.png);
    position: absolute;
    width: 24px;
	height: 24px;
    background-repeat: no-repeat;
	margin-top: 11px;
	margin-left: 13px;
	
	transform: scale(-1, 1);
}
#delete_layer{
	background-image: url(/app/img/site/btn_del_layer_ico.png);
    position: absolute;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
	margin-top: 13px;
    margin-left: 14px;
}
.selection_panel_text_area{
	display: inline-block;
	width: 190px;
	margin-left: 20px;
	padding-top: 8px;
}
.selection_panel_text_main{
	display: block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;

	color: #0D0D0D;
}
.selection_panel_text_hint{
	display: block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #979797;
}

.new_plan_menu{
	position: absolute;
	width: 252px;
	height: 106px;
	left: 1474px;
	/*top: 190px;*/

	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;

	color: #000000;
}
.new_plan_menu li{
    height: 53px;
    width: 310px;
    list-style: none;
    width: 250px;
    cursor: pointer;
    margin-left: -39px;
    padding-left: 52px;
    padding-top: 20px;
}
.new_plan_menu li:hover{
	color:red;
}
.new_plan_menu span{
	margin-left: -35px;
}
#menu_item_rect_plan{
	position: absolute;
	width: 23.73px;
	height: 18px;

	background: #E6FBED;
	border: 1.5px solid #252525;
}
#menu_item_custom_plan{
	position: absolute;
	width: 18px;
	height: 18px;
	
	background-image: url(/app/img/site/gg_pen.png);
	background-repeat:no-repeat;
}

.left_menu{
	position: absolute;
	width: 231px;
	/* height: 370px; *//*418px;*/
	left: 52px;
	right: 85.42%;
	top: 120px;
	/*bottom: 42.38%;*/
	/* background: #FFFFFF; */
	/* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25); */
	/* border-radius: 2px; */
}
.left_menu ul{
    margin-top: 15px;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
    border-radius: 2px;
}
.left_menu li{
    list-style: none;
    padding: 0px;
    width: 231px;
    cursor: pointer;
    margin-left: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    margin-left: -40px;
    color: #4B4B4B;
	padding-left: 15px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%);
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 64px;
    padding-top: 5px;
	border-bottom-width: 0px;
}

.left_menu li:hover{
	background: #F2F2F2;
}

.left_menu li .menu_li_text{
    padding-left: 10px;
}

.left_menu_2{
    position: absolute;
    min-width: 131px;
    left: 101.66%;
    top: 16.8%;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
    border-radius: 2px;
	padding: 12px;
}
p.inner_menu{
	padding:12px;
	width: 130px;
    text-align: center;
	border: 2px solid white;
}
p.inner_menu:hover{
	border: 2px solid rgba(16, 175, 70, 0.35);
    box-shadow: 0px 0px 12px rgb(172 227 191 / 56%);
    border-radius: 5px;
}
a.addNewElement{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
}
a.addBGElement{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
}
.left_menu_2_peview{
    min-width: 81px;
	max-width: 81px;
    min-height: 81px;
	max-height: 81px;
    left: 101.66%;
    top: 16.8%;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
    border-radius: 2px;
	display: block;
    margin: auto;
}

.scaleText{
	font-size: 26px;
    position: relative;
    top: -11px;
    /*left: -3px; - задано на странице из-за разницы размера текста*/
}


.scaleBTNs{
	position: relative;
	width: 37px;
	height: 37px;

	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
	display: inline-block;
	margin: 5px;
}
#footer_scale_bar {
  position: absolute;
  bottom: 0;
    width: 438px;
    height: 67px;
    right: 3%;
  /*background-color: #f5f5f5;*/
}
#mashtab_line{
	position:relative;
	width: 279px;
	height: 7px;
	
	background: #FFFFFF;
	border: 1px solid #FFE600;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	border-radius: 12px;
	display: inline-block;
}
#mashtab_line_span{
	position: absolute;
	width: 91px;
	height: 6px;

	background: #FFE600;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	border-radius: 12px 0px 0px 12px;
}

.scaleitem{
position: absolute;
    width: 0px;
    height: 13px;
    list-style: none;
    display: inline;
    border: 2px solid #C1AC5E;
    top: 8px;

	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;

	color: #000000;
}

#planner_footer {
    max-width: 400px;
    display: block;
    /* margin: auto; */
    float: right;
    margin-right: 200px;
}
progress {
  /* стилевые правила */
	position:relative;
	width: 279px;
	height: 7px;
	
	background: #fff;
	border: 1px solid #FFE600;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	border-radius: 12px;
}
progress::-webkit-progress-bar {
  /* стилевые правила */
	position:relative;
	width: 279px;
	height: 7px;
	
	background: #fff;
	border: 1px solid #FFE600;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	border-radius: 12px;
}
progress::-webkit-progress-value {
  /* стилевые правила */
	background: #FFE600;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.47);
	border-radius: 12px 0px 0px 12px;
}
progress::-moz-progress-bar {
  /* стилевые правила */
}

.metrogress{
	position: relative;
    display: inline-block;
}

.metrogress_hint{
    display: block;
    white-space: nowrap;
    margin-top: 12px;
    margin-left: -8px;
}

.headrow{

}
#info{
	display:inline-block;
}
#metrohint {
	color: #0075b9;
    background-color: #efefef;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgb(0 0 0 / 25%); 
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgb(0 0 0 / 25%);
}

.disabled
{
	pointer-events: none;
	
	/*
	opacity: 0.52;
	background: #CCC;
	*/
}

.canvas-container{
	/*border: 1px red dashed;*/
	float:left;
}

#catalog{
	/*float:left;*/
	display: block;
}

#controls{
	display: block;
    margin: 10px;
    padding: 10px;
}

#planner_footer{
	display: block;
    margin: auto;
}

#planner{
    display: flex;
    flex-direction: column;
    float: right;
}

/* правая панель */
.selection_panel2{
	position: absolute;
	width: 50px;
	height: 226px;
	left: 95%;
	top: 120px;
	/* background: #FFFFFF; */
	/* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25); */
	border-radius: 2px;
}
.selection_panel_btn2{
	width: 48px;
	height: 48px;
	left: 1283px;
	top: 133px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 58px;
	margin: 10px 0 10px 0;
	cursor:pointer;
	}
#SetForward_ico{
    background-image: url(/app/img/site/v2.png);
    position: relative;
    width: 28px;
    height: 28px;
    left: 11px;
    top: 8px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
#SetBackward_ico{
    background-image: url(/app/img/site/v2.png);
    position: relative;
    width: 28px;
    height: 28px;
    left: 11px;
    top: 9px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    transform: scale(1, -1);
}
#SetUp1_ico{
    background-image: url(/app/img/site/v1.png);
    position: relative;
    width: 28px;
    height: 28px;
    left: 11px;
    top: 12px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
#SetDown1_ico{
    background-image: url(/app/img/site/v1.png);
    position: relative;
    width: 28px;
    height: 28px;
    left: 11px;
    top: 8px;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    transform: scale(1, -1);
}
.hint_btns_block{
	display:inline-block;
	float:right;
	width:100px;
}