body {
	font-family: 'Open Sans',sans-serif;
	background-color:#ffffff;
}
canvas[resize] {
    width: 100%;
    height: 100%;
}
.header-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.subheading-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.regular-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.comment-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.sm-regular-text{
	color: #404D66;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sm-comment-text{
	color: #96A6BC;
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}
.text-16{
	color: #3B4862;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.text-18{
	color: #3B4862;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
.cursive-text-16{
	color: #717171;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}
#menu {
	background-color: rgba(200, 200, 200, 0.5);
    position: absolute;
    margin-top: 12px;
    padding: 10px;
    border-right: 2px solid #414099;
    left: -100%;
}

#menu .btn-gm {
	margin-bottom: 2px; 
}

.btn-gm {
	background-color: #414390;
	color: #ffffff;
}

.btn-gm:focus {
	color: #d3d3d3;
}

.btn-gm:disabled {
	background-color: #d3d3d3;
}

.sketch_hud {
	height: 38px;
}

.tar {
	display: inline-block;
	width: 100%;
	position: relative;
}

/*канва*/
.div_canvas {
	position: relative;
	display: inline-block;
	width: 100%;
}

canvas {
	margin: 2px 0px;
	background: #FFFFF0;
	background-image: url(/sketch/images/cells.png);
	background-size: 85px 85px;
	background-repeat: repeat;
	/*border-top: 2px solid #414099;
	border-bottom: 2px solid #414099;*/
}


/* для мобилки */
#sketch_editor {
	/*display: block;
	margin-top: 10px;*/
}

/* ----- */
.line_check {
	width: 45.28px;
	height: 45.28px;
	position: absolute;
	left: 5px;
	top: 25px;
}
.line_check input[type="checkbox"] + span {
	position: absolute; /* Абсолютное позиционирование */
	left: 10%; top: 10%;
	width: 80%; height: 80%;
	background-image: url('/images/new_design/1line.svg'); /* Фоновый рисунок */
	cursor: pointer; /* Курсор в виде руки */
	background-position: center top;
	background-size: 100%;
}
.line_check input[type="checkbox"] {
    display: none;
}
.line_check input[type="checkbox"]:checked + span {
	background-image: url('/images/new_design/line2.svg'); /* Фоновый рисунок */
}
/*--------*/
/* ----- */
.curve_check {
    width: 38px;
	height: 38px;
 	position: relative;
}
.curve_check input[type="checkbox"] + span {
	position: absolute; /* Абсолютное позиционирование */
	left: 10%; top: 10%;
	width: 80%; height: 80%;
	background-image: url('/images/new_design/curve.svg'); /* Фоновый рисунок */

	cursor: pointer; /* Курсор в виде руки */
	background-position: center center;
	background-size: 100%;
}
.curve_check input[type="checkbox"] {
    display: none;
}
.curve_check input[type="checkbox"]:checked + span {
	background-color: #F6C71C;
	border-radius: 5px;
}
/*--------*/
/* ----- */
.arc_check {
    width: 38px;
	height: 38px;
 	position: relative;
}
.arc_check input[type="checkbox"] + span {
	position: absolute; /* Абсолютное позиционирование */
	left: 10%; top: 10%;
	width: 80%; height: 80%;
	background: url('/images/new_design/arc.svg') no-repeat; /* Фоновый рисунок */
	cursor: pointer; /* Курсор в виде руки */
	background-position: center center;
	background-size: 100%;
}
.arc_check input[type="checkbox"] {
    display: none;
}
.arc_check input[type="checkbox"]:checked + span {
	background-color: #F6C71C;
	border-radius: 5px;
}
/*--------*/

#cancelLastAction {
	
}

#reset {
	
}

#back {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 38px;
}
/*#menu_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 38px;
}*/
/* ------------ */
#window {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	padding: 6px;
	margin: auto;
	background: #ffffff;
	z-index: 9999;
	border-radius: 5px;
	border: 1px solid #2C80BD;
}

.numpad {
	width: 280px;
}

.numpad td {
	padding: 2px 4px;
}

.but_num {
	width: 48px;
	height: 38px;
	text-align:center;
	background-color:#404199; 
	border: 1px solid #414099; 
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px; 
	border-radius: 12px;
	font-size: 20px;
	color:#ffffff;
	font-weight:bold; 
	text-decoration:none;
	cursor: pointer;
}

.but_num:disabled {
	background-color:#d3d3d3;
	cursor: not-allowed;
}

.but_num:active, .sketch_hud:active {
	background-color:#2a2b64; 
}

.but_num:hover, .sketch_hud:hover {
	color:#96A6BC; 
}

#newLength {
	width: 104px;
	height: 38px;
	font-size: 20px;
	padding-left: 10px;
	color: #2C80BD;
	border: 2px solid #2C80BD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: default;
}

/*---------*/

#close_sketch {
	margin-bottom: 10px;
	margin-top: 0px;
}
#create_calc{
	margin-bottom: 10px;
	margin-top: 0px;
}
/* для монитора */
#sketch_editor2 {
	display: none;
	position:absolute;
	height: 100%;
	margin-top: 0px;
}

#back2 {
	position: relative;
	top: 15px;
	margin-bottom: 15px;
	margin-left: 100px;
	width: 38px;
}

#menu_btn2{
	position: relative;
	top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
#btn_inner_cutout2 {
	position: absolute;
	top: 100px;
	left: 94px;
	margin-bottom: 15px;
	width: 38px;
}

#cancelLastAction2 {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#btn_info{
	width: 100%;
	margin-top: 53px;
}

#reset2 {
	width: 100%;
	margin-bottom: 15px;
}

#close_sketch2 {
	margin-bottom: 5px;
	margin-top: 5px;
	display: none;
	//position: absolute;
	//bottom: 15px;
	width: 100%;
}
#create_calc2 {
	margin-bottom: 5px;
	margin-top: 5px;
	display: none;
	//position: absolute;
	//bottom: 60px;
	width: 100%;
}
#newLength2 {
	width: 100%;
	height: 38px;
	font-size: 20px;
	padding-left: 10px;
	color: #2C80BD;
	border: 2px solid #2C80BD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: default;
}

#numback2 {
	width: 100%;
}

#numpadMonitor {
	display: none;
}

#numpadMobile {
	display: block;
}

.table-build {
	display: none;
}

.table-build td,th {
	padding: 6px;
	max-width: 100px;
	text-align: center;
}

@media screen and (orientation:landscape) {

	#menu {
		display: none;
	}

	.div_canvas {
		height: calc(100% - 130px);
	}
	canvas {
		margin: 0px 0px 0px 0px;
		border-top: 0;
		border-bottom: 0;
		/*border-right: 2px solid #414099;*/
	}
	#sketch_editor {
		display: none;
	}
	#sketch_editor2 {
		/*display: inline-block;*/
	}
	.line_check {
		position: absolute;
		left: 5px;
    	top: 25px;
	}
	.curve_check {
		position: absolute;
		top: 100px;
		left: 47px;
		margin-bottom: 15px;
	}
	.arc_check {
		position: absolute;
		top: 100px;
		right: 0px;
		margin-bottom: 15px;
	}
	#close_sketch {
		display: none;
	}
	#close_sketch2 {
		display: block;
	}
	#create_calc{
		display: none;
	}
	#create_calc2{
		display: block;
	}
	#window {
		left: auto;
		bottom: 53px;
		max-width: 190px;
		height: 250px;
		padding: 0;
		margin: 0 5px 0 0;
		z-index: 99999;
	}
	.but_num {
		width: 52px;
	}
	#numpadMobile {
		display: none;
	}
	#numpadMonitor {
		display: block;
	}
	.numpad {
		width: 180px;
	}

	.img_container{
		max-height: 165px;
		margin-bottom: 10px;
	}
	.slider-table{
	    position: absolute;
   	    bottom: 110px !important;  
    	left: 0;
    	text-align: center;
	}

/*	#walls_height{
		bottom:120px !important;
	}*/

/*	#height_img{
		position: absolute;
		bottom:125px !important;
		right:110px;
	}*/
	#op_btn_container{
		position: absolute;
		bottom: 175px !important;
		right: 10px;
	}
}	

#popup
{
	width: 320px;
	height: 160px;
}

#popup2
{
	width: 346px;
	height: 325px;
	border-radius: 4.035px;
	border: 0.404px solid #979797;
	background: #FFF;
	z-index: 1;
	margin-left: calc((100% - 346px)/2);
	margin-top: calc((100% - 325px)/6);
	position: fixed;

}

#popup_coordinates
{
	width: 340px;
	height: 380px;
}

#popup_innerCutout, #popup_level, #popup_canvas, #popup_canvasColor, #popup_build
{
	width: 320px;
}

#popup, #popup_coordinates, #popup_level,/* #popup_canvas, #popup_canvasColor,*/ #popup_build
{
	border-radius: 4px;
	border: 2px solid #414099;
	margin: 60px auto;
	left: 0px;
	right: 0px;
	display: none;
	background: #ffffff;
	position: fixed;
	padding: 10px;
	font-size: 12pt;
	font-weight: bold;
	z-index: 2;
}

#popup_innerCutout{
    font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
    position: absolute;
    height: 50%;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: 0.295251px solid #404D66;
    border-radius: 5px;
    z-index: 2;
    transform: translate(-50%, -50%);
 }

 .choose_window{
 	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: 0.295251px solid #404D66;
    border-radius: 5px;
    z-index: 2;
    transform: translate(-50%, -50%);
    height: 80%;
    
 }
 .choose_window .title{
	height: 30px;
	background: #2C80BD;	
	border-radius: 5px;
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14.1721px;
	line-height: 19px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 5px;
 }

 .choose_window .col-md-12,.choose_window .col-xs-12{
 	margin-top: 5px;
 	margin-bottom: 5px;
 }

.container-colors {
	width: 96%;
	height: 260px;
	border: 1px solid #414099;
	border-radius: 2px;
	margin-bottom: 10px;
	overflow: overlay;
}

.btn-color {
	position: relative;
	cursor: pointer;
	padding: 0px;
	width: 80px;
	height: 60px;
}

.btn-color img {
	width: 100%;
	height: 100%;
}

.color_title1 {
	font-size: 8pt;
    position: absolute;
    left: 4px;
    bottom: 4px;
    color: #000;
}

.color_title2 {
	font-size: 8pt;
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: #fff;
}

#textarea_coordinates
{
	width: 280px;
	height: 280px;
	resize: none;
}

/*PRELOADER*/
.PRELOADER_GM
{
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: rgb(54,53,127);
	width: 100vw;
	height: 100vh;
	line-height: 100vh;
	text-align: center;
	z-index: 1000;
}
.PRELOADER_GM_OPACITY
{
	background-color: rgba(54,53,127,.7);
}
.PRELOADER_GM .PRELOADER_BLOCK {
	position: absolute;
	top: calc(100%/2 - 110px);
	left: calc(100%/2 - 110px);
	width: 220px;
	height: 220px;
	display: inline-block;
	transform: rotate(0deg);
	border: 10px dashed rgb(255,255,255);
	border-radius: 110px;
	animation: PRELOADER 4s infinite linear;
	z-index: 1001;
}
.PRELOADER_GM .PRELOADER_IMG {
	position: absolute;
	top: calc(100%/2 - 100px);
	left: calc(100%/2 - 100px);
	width: 200px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	transform: rotate(0deg);
	z-index: 1002;
}
@keyframes PRELOADER {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}


	.closeBtn{
		position: absolute;
		border: none;
		right: 20px;
		background-color: transparent;
		font-size: 3.5em;
		color: #414099;
		top: -15px;
	}
	.btn_main_choice{
		width: 95%;
		height: 80px;
		background-color: #414099;
		margin-bottom: 15px;
		border: none;
		color: #FFFFFF;
		border-radius: 5px;
	}
	.menu_div{
		background: rgba(255,255,255, 0.8);
		position: absolute;
		width:50%;
		height:98%;
		right:0;
		top:5px;
		border:1px solid #414099;
		display:none; 
		z-index: 9999999;
	}
	.inner_row{
		width: 75%;
		text-align: center;
	}

	.catalog_title_main{
		position: absolute;
	    top: 5px;
	    left: 235px;
	    width: 45px;
	}

	.catalog_img_main{
		position: absolute;
		top: 10px;
		left: 200px;
	}

	@media screen and (max-width: 625px){

	.catalog_title_main{
		position: absolute;
	    top: 5px;
	    left: 55px;
	    width: 45px;
	}

	.catalog_img_main{
		position: absolute;
		top: 10px;
		left: 20px;
	}


		.menu_div{
			width:100%;
		}
		.btn-narrow{
			padding-left: 11px;
			padding-right: 11px;
			width: 40px;
		}
		.img_container{
			max-height: 85px;
			margin-bottom: 10px;
		}
/*		.height_title{
			bottom: 115px !important;
		}*/
	}

	 .category_title_shop{
        margin-bottom: 1em !important;
    }
    .category_title_shop{
        border: #414099 2px solid;
        background: #d3d3f9;
        height: 3em;
        line-height: 2em;
        cursor: pointer;
    }

    .category_title_shop span,i{
        vertical-align: middle;
    }

    .goods{
        display: none;
    }

    .goods_row{
        border: 1px solid #414099;
        margin: 0 0 5px 0 !important;
        padding: 0 !important;

    }

    .image_preview{
        max-height: 140px;
        vertical-align: middle;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .container {
        max-width:100%;
        font-family: "Cuprum";
    }

    
    .no-border{
        border:0px;
    }
    .total_price{
        font-family: "Cuprum";
        color: #414099;
    }
    .category_title{
       /* font-size: 14pt;
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
        border-radius: 5px;
        background-color:#414099;
        margin: 5px 0 5px 0;*/
    }
    .category_title:hover{
    	cursor: pointer;
    }
    .main_groups{
       display: none;
    }
    .add_fields {
	    width: 100%;
	    background-color: #414099;
	    border: 1px solid #414099 !important;
	    border-radius: 5px;
	    color: #ffffff;
	    cursor: pointer;
	    padding-left: 8px;
	    padding-right: 8px;
	}
	.img_calcform {
	    height: 20px;
	}

	.btn_calc {
	    width: 100%;
	    border: 1px solid #414099 !important;
	    border-left-color: #ffffff !important;
	    border-right-color: #ffffff !important;
	    border-bottom-color: #ffffff !important;
	    border-radius: 0 !important;
	    color: #414099;
	    background-color: #ffffff;
	    height: 38px;
	    /*margin-bottom: 15px;*/
	}

	.btn_calc, .btn_calc:active, .btn_calc:focus {
	    outline: none !important;
	    text-decoration: none;
	}

	.calculation_row{
		border: 1px solid #414099;
		margin: 10px;
	}

	.calculation_row:hover{
		background-color: rgba(64, 64, 153, 0.2);
		cursor:pointer ;
	}
	.selected_calc{
		background-color: rgba(64, 64, 153, 0.25);
	}
	.check{
		display: inline-block;
		position: relative;
		right: 10px;
		width: 25px;
		height: 40px;
		margin: -3px 10px 3px;
		border: double #414099;
		border-width: 0 10px 10px 0;
		transform: rotate( 45deg);
	} 
	.deleteCalc{
		text-align: right;
		padding-right: 2px;
	}
	// ---всплывающая подсказка 
.help { 
    padding: 15px;
    outline: none; /*цвет подсказки*/
    cursor: help; 
    text-decoration: none; /*вид курсора при наведении, можно заменить на pointer*/
    position: relative; /*позиция*/
}

/*положение всплывающей подсказки*/
.help span {
    display: none;
    position: absolute;
    font-family: "Cuprum", Verdana, Tahoma, Geneva, sans-serif;
    left: -255px;
    top: 45px;
    z-index: 99;
    margin-left: 0;
    width: 300px;
}

.help_question {
    font-size: 19px;
    font-family: Arial, sans-serif; /*шрифт*/
    font-weight: bold;
}

/*параметры изображения*/
.help img {
    max-width: 305px;
}

/*блок всплывающей подсказки*/
.airhelp {
    background: none repeat scroll 0 0 #414099 ; /*цвет и прозрачность фона*/
    border: 1px solid #ffffff; /*параметры бордюра*/
    border-radius: 5px; /*закругление углов*/
    color: #fff; /*цвет шрифта всплывающей подсказки*/
    padding: 5px; /*внутренний отступ*/
}
.btn-primary {
    color: #fff !important;
    background-color: #414099 !important;
    border-color: #414099 !important;
}

.center {
	text-align: center;
}
.goods_container{
	margin-top: 10px;
	margin-bottom: 10px;
}
#show_cart_btn{
	width: 100%;
}
.goods_list,.jobs_list{
	margin: 0 auto;
	display: none;
}
.circle{
    position: absolute;
    top: 8px;
    right: 48px;
    width: 10px;
    height: 10px;
    font-size: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #ff3d3d;
    color: #ffffff;
    display: none;
}

.added_to_cart{
	background-color: green !important;
}
.change_count{
	padding-left: 10px;
	padding-right: 10px;
	
}
.row_goods{
	padding-left: 0;
	padding-right: 0;
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	align-items: center;
	color: #404D66;
	margin-top: 15px;
}
.row_goods .col-xs-1,.row_goods .col-xs-5,.row_goods .col-xs-4,.row_goods .col-xs-2{
	padding-left: 0;
	padding-right: 0;
}
.title_div{
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}
.modal_window{
    display: none;
    width: 95%;
    min-height: 200px;
    max-height: 80%;
    margin-left: 2%;
    background-color: #ffffff;
    text-align: center;
    padding: 1em;
    transform: translateY(60px);
    overflow-y: auto;
}
.modal_window_container{
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0, 0.5);
    backdrop-filter: blur(5px);
}
.btn-close {
    display: none;
    position: fixed;
    top: 8px;
    right: 15px;
    background-color: transparent;
    border: 0px;
    outline: none;
    cursor: pointer;
    color: #ffffff;
}
.btn-close i{
	font-size: 50px;
}
.btn-close:hover {
    color: #d3d3f9;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

 .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  width: 100%;
  height: 100%;
  background: #506EEC;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 3px;
}
.cbx:hover span:first-child {
  border-color: #414099;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #414099;
  border-color: #414099;
  animation: wave 0.4s ease;
}
.inp-cbx:disabled + .cbx span:first-child {
  background: gray;
  border-color: #414099;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

 .manuf_div {
        height: 80px;
        border: 2px solid grey;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .manuf_div.selected {
        border: 2px solid #414099;
        background-color: #d3d3f9;
    }
.message-block{
	position: absolute;
	width: 100%;
	height: 65px;
	left: 0px;
	bottom: 45px;
	background: #FFE06F;
	display: none !important;
}
.message-block span{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	align-items: center;
	color: #404D66;
	line-height: normal;
}
.message-block i{
	font-style: normal;
	font-size: 22px;
	color: #404D66;
	line-height: 65px;
}

.navbar {
 	overflow: hidden;
 	background-color: #FFFFFF;
 	position: fixed !important;
 	bottom: 0;
 	width: 100%;
 	padding-top: 2px;
 	padding-bottom: 0px;
 	padding-left: 0px;
 	padding-right: 0px;
}
.nav_item{
	cursor: pointer;
    width: 20% !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.tab-category,.filter-category{
	box-sizing: border-box;
	height: 35px;
	background: #F1F5FB;
	border: 1px solid #96A6BC;
	border-radius:5px;
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 13px;
	align-items: center;
	text-transform: uppercase;
	color: #96A6BC;
	margin-right: -10px;
}
.tab-calculation{
	height: 25px;
	background: #FFFFFF;
	border: 0.235974px solid #96A6BC;
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 9px;
	align-items: center;
	color: #96A6BC;
	margin-left: 0px;
	border-radius: 0px;
	border-left: 0px;
}

#create_calculation{
	margin-left: 5px;
	border: 0.235974px solid #96A6BC;
	height: 25px;
	background: #FFFFFF;
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 9px;
	align-items: center;
	color: #96A6BC;
	border-radius: 0px;
}
.active_tab{
	background-color: #2C80BD;
	color: #ffffff;
}
#undo{
	background-image: url("/images/new_design/back.svg");
    background-repeat: no-repeat;
    background-position: center;
}
#forward{
	background-image: url("/images/new_design/next.svg");
    background-repeat: no-repeat;
    background-position: center;
}
#delete_calculation{
	background-image: url("/images/new_design/trash-x.svg");
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 7px;
}
#delete_element{
	background-image: url("/images/new_design/trash-alt.svg");
    background-repeat: no-repeat;
    background-position: center;
}
#cart{
	background-image: url("/images/new_design/to_cart.svg");
    background-repeat: no-repeat;
    background-position: center;
}


.top-btn{
	width: 34px;
	height: 34px;
	background: #FFFFFF;
	border: 1px solid #404D66;
	border-radius: 5px;
	margin-top: 5px;
}

.action-btn{
	width: 45.28px;
	height: 45.28px;
	background: #FFFFFF;
	border: 1.5px solid #404D66;
	border-radius: 6px;
}


#curve_btn{
	position: absolute;
	left:55px;
    top:95px;
}

#btn_inner_cutout{
	background-image: url("/images/new_design/cutout.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left:55px;
    top:45px;
}

#arc_btn{
	position: absolute;
	left: 5px;
    top: 95px;
}

#project_total_row{
	height: 98px;
	background: #2C80BD !important; 
	color: #FFF !important;
	border-radius: unset !important;
	margin: 0 !important;
}

#project_total_row .title_text{
	color: #FFF !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}
#project_total_row .sm-regular-text{
	color: #FFF !important;
}

/*слайдер*/
.slider-table {
	position: absolute;
	left:0;
	bottom: 80px;
    text-align: center;
}

.switcher {
	position: relative;
	display: inline-block;
	margin: 1px 10px;
	height: 15px;
	width: 38px;
}

.switcher-state1 {
	left: 1px;
	width: 33%;
	height: 100%;
}

.switcher-state2 {
	left: 33%;
	width: 33%;
	height: 100%;
}

.switcher-state3 {
	right: 1px;
	width: 33%;
	height: 100%;
}

.switcher-label {
	position: absolute;
	text-indent: -9999px;
	z-index: 2;
}

.switcher input {
	visibility: hidden;
	position: absolute;
}

.switcher-slider {
	height: 100%;
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(0, 0, 0, 0.5) inset, 0 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
	transition: background-color 0.2s linear 0s;
}

.switcher-slider:after {
	transition: left 0.2s linear 0s, right 0.2s linear 0s;
	background: linear-gradient(#D0D0D0, #FDFDFD) repeat scroll 0 0 rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	top: 1px;
	border-radius: 50%;
	height: calc(100% - 2px);
	width: calc(100%/3 - 1px);
	box-shadow: 0 0 1px 1px #f4f4f4 inset, 0 0 3px 1px rgba(0, 0, 0, 0.6);
	left: 33%;
}

.switcher-radio-state3:checked  ~ .switcher-slider {
	background-color: #2C80BD;
}

.switcher-radio-state2:checked  ~ .switcher-slider {
	background: rgb(141, 117, 248);
}

.switcher-radio-state1:checked  ~ .switcher-slider {
	background-color: black;
}

.switcher-radio-state3:checked  ~ .switcher-slider:after {
	left: calc(2*(100%/3));
}

.switcher-radio-state2:checked  ~ .switcher-slider:after {
	left: calc(1px + 87px / 3);
}

.switcher-radio-state1:checked  ~ .switcher-slider:after {
	left: 1px;
}
/**/

#info_btn{
	box-sizing: border-box;
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 10px;

	background: #FFFFFF;
	border: 1px solid #404D66;
	border-radius: 5px;
}

#info_window{
	box-sizing: border-box;
	position: absolute;
	width: 203px;
	height: 352px;
	right: 10px;
	top: 10px;
	background: rgba(255, 255, 255, 0.8);
	border: 0.295251px solid #404D66;
	border-radius: 5px;
	overflow-y: auto;
}
#info_window .title{
	height: 30px;
	background: #2C80BD;	
	border-radius: 5px;
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14.1721px;
	line-height: 19px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}
#info_window legend{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0px;
	align-items: center;
	color: #404D66;
	width: fit-content;

}
#info_window fieldset{
	border: 1px solid black;
	margin-left: 5px;
	margin-right: 5px;
	border-radius:5px;
}
#info_window span{
	line-height: normal;
	font-size: 13px;
}

.img-container{
    height: 115px;
    width: 115px;
    margin-left: auto;
    margin-right: auto;
    line-height: 115px;
    background-color: #F1F5FB;
    border-radius: 5px;
    position: relative;
}
.img-container img{
    max-width: 115px;
    max-height: 115px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.type-title{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    color: #404D66;
}
.icon{
    margin-top: 25px;
}

#nodes_categories_container .row{
	margin-left: 0px;
	margin-right: 0px;
}
.project_title{
    line-height: 94px;
    height: 94px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.category_row{
    cursor: pointer;
    background-color: #FFFFFF;
    height: fit-content;
}
#cart_project_info{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;

	color: #404D66;
}
#project_total_sum{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 17px;
	align-items: center;
	text-decoration-line: line-through;
	color: #818181;
}
#project_total_discount_sum{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 17px;
	align-items: center;
	color: #3B4862;
}
.but_num{
	background-color: #2C80BD;
	color:#ffffff;
}
#create_nodes{
	background-image: url(/images/new_design/create_project.png);
    width: 47.51px;
    height: 47.51px;
    border-radius: 24px;
    border: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.info_left,.info_right{
	padding-left: 0;
	padding-right: 0;
}
.price{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	align-items: center;
	color: #96A6BC;
}

.dotted-hr{
	border-top: 0.54161px dashed #96A6BC;
	width: 100%;
	margin-top: 0;
	margin-bottom: 5px;
}
.count{
	border-radius: 12px;
	background: #F1F5FB;
	color: #404D66;
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	border:none;
	text-align: center;
	height: 39px;
}
.minus{
	position: absolute;
	left:0;
	top:0;
	height: 39px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 15px;
	border: none;
	border-right: 0.2px solid #96A6BC;
	background: #F1F5FB;
	height: 39px;

}
.plus{
	position: absolute;
	right:0;
	top:0;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 15px;
	border: none;
	border-left: 0.2px solid #96A6BC;
	background: #F1F5FB;
	height: 39px;

}
.price_sum{
	padding-top: 15px;
}

#cart_popup .row{
    background: #FFFFFF;
    border-radius: 10px;
    margin: 10px auto !important;
}
#cart_popup .img-div{
	line-height: inherit;
	height: inherit;
	padding-top: 33px;
}
#cart_popup .btn-delete{
	background-image: none;
}
#cart_popup .to_readactor,#cart_popup .to_node_catalog,#cart_popup .btn-delete{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12.9986px;
	line-height: 26px;
	color: #404D66;
	text-align: left;
}
.grey-text{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 27px;
    color: #96A6BC;
}
.dark-text{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #404D66;
}
.grey-border-input{
    box-sizing: border-box;
    height: 50px;
    border: 0.5px solid #98B5E0;
    border-radius: 14px;
    width: 100% !important;
}
.blue-border-btn{
    color: #2C80BD;
    background-color: #FFFFFF;
    border: 1px solid #2C80BD;
    border-radius: 14px;
    height: 50px;
    line-height: 30px;
}
.tab-span{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: rgba(113, 113, 113, 0.3);
    border-bottom: solid 1px  rgba(113, 113, 113, 0.3);
    cursor: pointer;
}
.active-span{
    color: #2372AB;
    border-bottom: 1px dashed #2372AB;
}
#description_block,#characteristic_block,#job_description_block{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #717171;
}
#lines_type{
	top: 45px;
    left: 5px;
}
#walls_height{
	position: absolute;
	width: 95px;
	top: 200px;
	right:5px;
	background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 5px;
	font-family: 'Open Sans',sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: center;
	height: 32px;
}
/*#op_btn_container{
	position: absolute;
	bottom: 135px;
	right: 10px;
}*/

#height_img{
	position: absolute;
    top: 206px;
    left: 5px;
}
.height_title{
	position: absolute;
    top: 180px;
	right: 5px;
	color: #000;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
#calc_details{
	position: absolute;
    top: 240px;
    left: 5px;
    background: #FFFFFF;
	border: 1px solid #979797;
	border-radius: 5px;
	font-family: 'Open Sans',sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: center;
	width: 95px;
	height: 32px;
}

.color-div{
    height: 50px;
    width: 50px;
    border-radius: 11px;
    margin:4px 3px;
}
.selected-color{
    border: 1px solid #404D66;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
#color_name{
    position: absolute;
    width: 120px;
    height: 41px;
    display: none;
    background: #FFFFFF;
    border: 1px solid #404D66;
    border-radius: 13.7483px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #404D66;
    text-align: center;
    line-height: 41px;
}
/*#nodes_popup .col-xs-12{
	padding-left: 1px !important;
	padding-right: 1px !important;
}*/
#textures .col-xs-4{
	padding-left: 1px !important;
	padding-right: 1px !important;
}
.node{
	min-height:200px;
}
#nodes_categories_container .col-xs-6{
	padding-left: 1px;
	padding-right: 1px;
}
#nodes_popup .img-container{
	height: 115px;
    width: 115px;
    margin-left: auto;
    margin-right: auto;
    line-height: 115px;
    background-color: #F1F5FB;
    border-radius: 5px;
}
#nodes_popup .img-container img{
	max-width: 115px;
    max-height: 115px;
    border-radius: 5px;
}
.run-label{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 18.3426px;
	color: #404D66;
}

.block-title{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;

	color: #404D66;
}
.nav-span{
	width: 58px;
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #98B5E0;
}
.nav-img{
	height:28px;
}

.detailed_row{
	margin-top: 38px;
	margin-bottom: 23px;
	border: 1px dashed #96A6BC;
	border-radius: 14px;
	background-color: transparent !important;
}
.angle_img{
	height: 11px;
    margin-top: 18px;
}
.total_sum,.total_goods_sum,.total_job_sum{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-decoration-line: line-through;
	color: #96A6BC;
}
.title_text{
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #404D66;
}
.div_container{
	padding-left: 0;
	padding-right: 0;
}
.run-label{
	margin-top: 14px;
	line-height: normal;
}

.add_image{
	width: 100px;
	height: 100px;
	background: #DEE6F3;
	border-radius: 13px;
	border: none;
	
}

.include_goods{
	width: 20px;
	height: 20px;
}
.goods_list, .jobs_list{
	padding-left: 15px;
	padding-right: 15px;
}
.include_calculation{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0px;
    bottom: -10px;
}
.blue-text{
   	color: #2C80BD;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.black-text{
	color: #000;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.round-icon{
	width: 45px;
	height: 45px;
	background-color: #F1F5FB;
	border-radius: 45px;
	margin-left: auto;
	margin-right: auto;
}

.preloader-text{
	color: #2C80BD;
	text-align: center;
	font-family:'Open Sans',sans-serif;
	font-size: 26.545px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.plus-span{
	color: #404D66;
	font-family:'Open Sans',sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: 48px;
}

.filter-btn{
	border-radius: 12px;
    background: #F1F5FB;
    border: none;
    height: 39px;
    width: 122px;
	color: #404D66;
    font-family: 'Open Sans',sans-serif;
    font-size: 13.087px;
    font-style: normal;
    font-weight: 700;
    line-height: 15.268px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}
.active{
	background: #404D66;
	color: #F1F5FB;
}
.filter{
	display: none;
}
.no-l-padding{
	padding-left: 0px;
}
.no-r-padding{
	padding-right: 0px;
}
.no-hor-padding{
	padding-left: 0px;
	padding-right: 0px;
}
.del-span{
	color: #96A6BC;
	font-family: 'Open Sans',sans-serif Sans;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.information_block{
	display: block;
}
.items_count{
	display: none;
}
.fixed-height{
	height: 100px;
	padding-top: 25px;
}

#in_cart_img{
	position: absolute;
	/*top: -2px;*/
	right: 0px;
	display: none;
}
#in_cart_img_b{
	position: absolute;
	top: 0px;
	right: 10px;
	display: none;
}

.create_group{
    background-image: url("/images/new_design/square_plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F1F5FB;
    width: 35px;
	height: 35px;
    vertical-align: bottom;
    border: 1px solid #96A6BC;
   	margin-right: -10px;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 15px;
}

#info_btn{
	background: #F6C71C;
}
.active-nav-span{
	color: #2C80BD !important;
}
.goods_count,.jobs_count{
	width: 100%;
	height:	48px;
	border-radius: 10px;
	border: 1px solid #D2D5DB;
	background: #F0F0F2;
}
.del_goods, .del_jobs{
	height:	48px;
	position: relative;
}
.del_goods img, .del_jobs img{
	height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.explanation{
	color: #717171;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}
.btn-delete{
	background-color: transparent;
	height:45px;
	
}
.del-selected{
	background-color: transparent;
	border: none;
	padding-right: 0px;
}
/*--------custom checkbox start-------------*/
.dark-checkbox{
	/*скрываем чекбокс*/
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.dark-checkbox+label{
	display: inline-flex;
	align-items: center;
	user-select: none;
}
.dark-checkbox+label::before{
	content: '';
  	display: inline-block;
  	width: 26px;
	height: 25px;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 5.416px;
	border: 0.812px solid #96A6BC;
	margin-right: 0.5em;
	background: #FFF;
	background-repeat: no-repeat;
    background-position: center center;
}

.dark-checkbox:checked+label::before {
  border-color:#404D66;
  background-color: #404D66;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='21' height='19' viewBox='0 0 21 19' fill='none'><path d='M1.08251 8.24428L7.2289 16.0912L19.0188 0.995302' stroke='white' stroke-width='2.70805'/></svg>");
}
.dark-checkbox:not(:disabled):active+label::before {
	border-radius: 5.416px;
	border: 0.812px solid #404D66;
	background: #404D66;
}
/*--------end---------------------------------*/
/*анимация в прелоадере*/
.d-container {
	height: 15px;
  	width: 150px;
  	display: flex;
  	position: relative;
}
.d-container .dot {
	width: 15px;
  	height: 15px;
  	border-radius: 50%;
  	background-color: #2C80BD;
  	animation: move 700ms linear 0ms infinite;
  	margin-right: 30px;
}
.d-container .dot:first-child {
	position: absolute;
  	top: 0;
  	left: 0;
  	animation: grow 700ms linear 0ms infinite;
}
.d-container .dot:last-child {
  	position: absolute;
  	top: 0;
  	right: 0;
  	margin-right: 0;
  	animation: grow 700ms linear 0s infinite reverse;
}

@keyframes grow {
	from {
    	transform: scale(0, 0);
    	opacity: 0;
  	}
  	to {
    	transform: scale(1, 1);
    	opacity: 1;
  	}
}
@keyframes move {
  	from {
    	transform: translateX(0px);
  	}
  	to {
    	transform: translateX(45px);
  	}
}


.fieldset {
	display: none;
	border: 3px solid #E2E9F5;
  	margin: 2px;
  	border-radius: 15px;
  	margin-top: 10px;
  	position: relative;
  	padding: 15px 12px 10px;
  	border-color: #E2E9F5;

  	.legend {
    	position: absolute;
    	top: -13px;
    	left: 15px;
    	background: white;
    	padding-left: 10px;
    	padding-right: 15px;
  	}
}
.catalog_name{
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

/*Бургер меню*/
.burger-checkbox {
  position: absolute;
  visibility: hidden;
}
.burger {
  position: absolute;;
  z-index: 1;
  cursor: pointer;
  display: block;
  border: none;
  background: transparent;
  left: 5px;
  top: 10px;
  width: 45px;
  height: 26px;
}
.burger::before,
.burger::after {
  content: '';
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #2C80BD;
}
.burger::before {
  top: 0;
  box-shadow: 0 11px 0 #2C80BD;
  transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
  bottom: 0;
  transition: bottom .3s .15s, transform .3s;
}
.burger-checkbox:checked + .burger::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0,0,0,0);
  transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
  bottom: 11px;
  transform: rotate(-45deg);
  transition: bottom .3s, transform .3s .15s;
}
.menu-list {
  top: 0;
  left: 0;
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 42px 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.6);
  list-style-type: none;
  transform: translateX(-100%);
  transition: .3s;
  width: 105px;
  height: 325px;
}
.menu-item {
  display: block;
  padding: 8px;
  color: white;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.menu-item:hover {
  background: rgba(255,255,255,.2)
}
.burger-checkbox:checked ~ .menu-list {
  transform: translateX(0);
}