.flex{
	display: flex;
}

.fvcenter{
	align-items: center;
}

.cart{
    overflow: hidden;
    overflow-x: scroll !important;
    justify-content: start;
    padding: 20px;
    /*scroll-behavior: smooth;*/
    mask-image: linear-gradient(to left, transparent, #000, #000, #000, #000, #000, transparent);
    height: 190px;
}

.cart::-webkit-scrollbar {
	height: 0px;
	width: 0px;
}

.calc_matterials{
	position: absolute;
	margin-right: 40px;
	margin-left: auto;
	left: 0;
	right: 0;
	max-width: 400px;
	bottom: 50px;
	height: 90px;
	cursor: pointer;
	font-size: 11pt;
	text-align: right;
}

.calc_matterial_selected{
	background-color: #fff;
	padding: 15px 20px;
	border-radius: 20px;
	width: auto;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; 
  transform: scale(1);
}

.calc_matterial_selected:hover{
	background-color: rgb(252, 231, 16);
	transform: scale(1.05);
	  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; 
}

.calc_matterials_title{
	padding-right: 0px;
  font-size: 18pt;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.calc_matterials span{
	font-size: 9pt;
	display: block;
}

.cart_leftbtn, .cart_rightbtn{
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 20px;
	top: 110px;
	left: 30px;
	z-index: 999;
	background: url('../i/arrow.svg') center center no-repeat;
	background-size: 50%;
	background-color: rgba(100, 100, 100, 0.3);
	/*backdrop-filter: blur(10px);*/
	cursor: pointer;
	transform: rotate(180deg);
}

.cart_rightbtn{
	left: auto;
	right: 30px;
	transform: rotate(0deg);
}

.recomendation{
	max-width: 400px;
	text-align: right;
	padding: 30px;
}

.sendto{
  font-family: 'Grandis Extended';
  font-size: 14pt;
  font-weight: 600;
  color: #1b7955;
  background-color: #00ff9c;
  height: 68px;
  line-height: 68px;
  text-align: center;
  width: 230px;
  border-radius: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; 
  cursor: pointer;
  opacity: .5;
}

.sendto:hover{
	transform: scale(1.02);
	box-shadow: 0px 0px 40px rgba(0, 255, 156, 0.7);
	-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; 
}

.sendblock{
	width: 98%;
	height: 100px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.ipos{
	position: absolute;
	width: 10px;
	height: 10px;
	left: 15px;
	top: 13px;
}

.cart_items{
	height: 144px;
  display: inline-flex;
 	margin-right: auto;
 	margin-left: auto;
  min-width: 100%;
  padding: 0 440px;
}

.cart_item{
	padding: 10px;
	width: 320px;
	height: 160px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1.0);
	border: 4px solid #fff;
	margin-right: 20px;
	cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; 
  display: flex;
  position: relative;
}

.cart_item_summ{
	margin-top: 20px;
	font-weight: 600;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.cart_item_img{
	width: 150px;
	height: 80%;
	position: absolute;
}

.cart_item_info{
	text-align: right;
	font-weight: 300;
	position: relative;
	width: 100%;
}

.cart_item_name{
	font-weight: 600;
}

.cart_item_matterial{
	margin-top: 6px;
	font-size: 9pt;
	text-align: right;
	width: 55%;
	float: right;
	font-weight: 500;
}

.item_trash{
	bottom: 13px;
	left: 13px;
	width: 18px;
	height: 18px;
	position: absolute;
	background: url("../i/trash.svg") center center no-repeat;
	opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.item_trash:hover{
	opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;	
}

.cart_item:hover{
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; 
}

.cart_item.select{
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border: 4px solid #fce710;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; 
}

.cart_descr{
	text-align: center;
	width: 320px;
	color: #888;
	display: flex;
	align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.calc_view_block h4{
	font-size: 24pt;
	font-weight: 700;
	font-family: 'Grandis Extended';
	margin: 0;
}

.calc_menu_title{
	font-size: 24pt;
	font-weight: 800;
	font-family: 'Grandis Extended';
	text-align: center;
}

.removeall{
	position: absolute;
	top: 13px;
	right: 20px;
	border-radius: 30px;
	border: 2px solid #ddd;
	padding: 5px;
	font-size: 10pt;
	padding-right: 10px;
	padding-left: 30px;
	background: url('../i/cross.svg') 10px center no-repeat;
	background-size: 6%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	filter: grayscale(100);
	cursor: pointer;
}

.removeall:hover{
	filter: none;
	border: 2px solid #ff8888;
	color: #ff8888;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease; 
}

.removeall:hover .st0{
	fill: #ff8888;
}

.selected{
	text-align: center;
	padding-top: 20px;
	font-size: 14pt;
}

.selected_descr{
	color: #999;
	font-weight: 400;
	font-size: 10pt;
	text-align: center;
	margin-top: 10px;
}

.item_addcart{
	width: 200px;
	height: 46px;
	line-height: 46px;
	margin-top: 20px;
	border-radius: 30px;
	font-size: 12pt;
	font-weight: 700;
	color: #000;
	text-align: center;
	background-color: #fce710;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease; 
}

.item_addcart:hover{
	transform: scale(1.05);
	background-color: #fff606;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease; 
}


.item_addcart.update{
	background-color: #ff7e00;
	color: #fff;
}

.item_addcart.update:hover{
	background-color: #ffbc3a;
}

.calc_wrapper{
	color: #393d4e;
	width: 80%;
	max-width: 1350px;
	/*min-width: 960px;*/
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-radius: 56px;
	background-color: rgba(155, 200, 255, 1.0);
	position: relative;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 40px;
}

.calc_block{
	border-radius: 36px;
	padding: 30px;
	width: 100%;
	background-color: rgba(244, 244, 244, 1.0);
	user-select: none;
}

.calc_top{
	display: flex;
	align-items: center;
}

.calc_icon{
	background:  url('../i/calc.svg') center center no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-left: 0px;
	margin-right: 30px;
}

.calc_view_block h2{
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}

.calc_cols{
	display: flex;
}



.calc_menu{
	width: 490px;
	height: 500px;
	position: fixed;
	background-color: #fff;
	border-radius: 20px;
	opacity: 0;
	display: none;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 100px 25px rgba(0, 0, 0, 0.3);
	top: calc(50% - 300px);
	left: calc(50% - 225px);
	z-index: 999;
}

.calc_menu ul{
	padding: 0;
}

.calc_menu ul li{
	cursor: pointer;
	list-style-type: none;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease; 
	font-size: 11pt;
	border-radius: 8px;
	border: 2px solid transparent;
}

.calc_menu ul li:hover{
	border: 2px solid #fce710;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease; 
}

.calc_menu ul li.selprice{
	border: 2px solid #fce710;
	background-color: #fce710;
}


.calc_manualnum{
	width: 300px;
	height: 300px;
	position: fixed;
	background-color: #fff;
	border-radius: 20px;
	opacity: 0;
	display: none;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 100px 25px rgba(0, 0, 0, 0.3);
	top: calc(50% - 150px);
	left: calc(50% - 150px);
	z-index: 999;
	text-align: center;
}

.fingernum{
	border: none;
	outline: none;
	font-size: 72pt;
	height: 180px;
	width: 220px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}

.okay{
	font-size: 12pt;
	width: 150px;
	height: 40px;
	line-height: 25px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fad41c;
  border-radius: 6px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}

.okay:hover{
	background-color: rgba(255,228,0,1);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease; 
	box-shadow: 0px 0px 20px rgba(255,228,0,1);
}

	.calc_data{
		height: 600px;
		display: inline-block;
		width: 78%;
		position: relative;
	}

	.calc_switchers{
		display: flex;
		text-align: right;
		font-size: 20pt;
		font-weight: 600;
		width: 22%;
		flex-wrap: wrap;
		justify-content: right;
		margin-top: 50px;
	}

	.calc_switchers .okay{
		display: none;
	}

.calc_switchers span{
	padding-right: 0px;
	font-size: 18pt;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.calc_switchers ul{
	font-size: 12.5pt;
	font-weight: 500;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	position: relative;
	width: 230px;
	right: 0;
}

.calc_switchers ul li{
	list-style-type: none;
	padding: 18px;
	line-height: 8px;
	cursor: pointer;
	width: 250px;
	border: 3px solid transparent;
 	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.calc_switchers ul li.act{
	border-radius: 10px;
	border: 3px solid rgba(252, 231, 16, 1.0);
 	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ui-slider{
	background-color: transparent !important;
	border: none !important;
	position: relative;
	cursor: pointer !important;
}

.ui-slider::after{
	position: absolute;
	content: '';
	height: 2px;
	top: 4px;
	background-color: #dadada !important;
	width: 100%;
}

.ui-slider-handle{
	width: 20px !important;
	height: 20px !important;
	border-radius: 10px !important;
	background-color: #fce710 !important;
	border: none !important;
	z-index: 1 !important;
}

.calc_info{
	background: url(/i/logo_gabion_mini.svg) left top no-repeat;
	background-size: 80px;
	padding-top: 70px;
	position: absolute;
	bottom: 30px;
}

.calc_type{
	font-size: 24pt;
	font-weight: 800;
	width: 240px;
	line-height: 24pt;
	height: 60px;
	display: flex;
	align-items: center;
}

.calc_size{
	font-size: 22pt;
	font-weight: 500;
	font-family: 'Grandis Extended';
}

.calc_param{
	text-align: left;
}

.calc_typetitle{
	text-align: left;
}

.calc_val{
	font-size: 14pt;
	font-weight: 400;
}

.calc_view_block{
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
	position: relative;
}

.calc_control_block{		
	width: 100%;		
}

.calc_cblock_1{
	width: 100%;
	padding: 30px 20px;
	padding-top: 10px;
	padding-bottom: 0;
	border-radius: 11px;
	background-color: rgba(255, 255, 255, 1.0);
	display: flex;
	align-items: center;
}

.calc_cblock_2{
	position: relative;
	/*border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;*/
	/*padding: 30px 40px;*/
}

.calc_cblock_3{
	width: 100%;
	padding: 30px 40px;
}

.calc_value{
	display: block;
	font-size: 18pt;
	height: 30px;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
 	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.calc_value:hover{
		 	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #facd20 !important;
}

.calc_slide{
	margin: 20px;
}

.calc_sliders{
	width: 90%;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.calc_buttons{
	padding-left: 30px;
}

.strng{
	display: inline-block;
	font-weight: 600;
}

.slide_descript{
	color: #a6a8ae;
	font-size: 11pt;
}

.calc_sliders > div{
	padding: 20px;
	flex-basis: 32%;
}

.ui-slider{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.ui-slider-horizontal{
	height: 1.2em !important;
}

.slider_min, .slider_max{
	font-family: 'Montserrat', sans-serif;
	left: -40px;
	top: -5px;
	position: absolute;
	width: 30px;
	text-align: right;
}

.slider_max{
	text-align: left;
	left: auto;
	right: -40px;
}

.ui-state-focus{
	border: none !important;
	outline: none !important;
	box-shadow: 0px 0px 20px rgba(255,228,0,1);
/*		 	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;*/
}

.calc_price{
	font-size: 12pt;
	font-weight: 400;
	flex-grow: 1;
	line-height: 22pt;
	display: inline-block;
	margin-right: 40px;
	margin-top: 20px;
}

.calc_price_num{
	font-style: italic;
	font-weight: 800;
	font-size: 26pt;
}

.calc_price span{
  font-size: 10pt;
  display: block;
  font-style: normal;
  font-weight: 400;
}

.calc_price span sup{
  line-height: 5pt;
  font-size: 6pt;
}

.totals{
	flex-grow: 1;
	padding-left: 40px;
	font-size: 16pt;
	font-weight: 600;
}

.total_amount{
	font-weight: 500;
	font-size: 16pt;
	display: inline-block;
}

.total_sum{
	font-style: italic;
	font-weight: 800;
	font-size: 26pt;
}

.prompt{
	padding: 10px 14px;
  color: rgb(255 255 255);
  border-radius: 16px;
  background: linear-gradient(15deg, rgb(0 123 255) 0%, rgb(204 0 255) 100%);
  box-shadow: 5px 5px 30px rgba(0, 123, 255, 0.3), -5px -5px 30px rgba(204, 0, 255, 0.3);
	position: absolute;
	width: 180px;
	font-size: 11pt;
	line-height: 11pt;
	font-weight: 500;
	text-align: left;
	z-index: 999;
	top: -50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	text-align: center;
}

.calc_amount{
	position: relative;
	display: flex;
	width: 186px;
	height: 50px;
	border-radius: 90px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	justify-items: center;
	padding: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.calc_amount_title{
	position: absolute;
	top: -14px;
	background-color: #fff;
	color: rgba(200, 200, 200, 1.0);
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	width: 120px;
	padding: 4px;
	font-size: 11pt;
	text-align: center;
}

.calc_minus, .calc_plus{
	width: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}

.calc_minus{
	background: url("../i/minus.svg") center center no-repeat;
	background-size: 50%;
}

.calc_plus{
	background: url("../i/plus.svg") center center no-repeat;
	background-size: 50%;
}

.calc_plus:active{
	opacity: 0.5;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.calc_minus:active{
	opacity: 0.5;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.calc_amount_value input{
	border: none;
	outline: none;
	width: 100px;
	height: 30px;
	font-size: 16pt;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.calc_amount_value input::-webkit-outer-spin-button,
.calc_amount_value input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc_amount_value input {
  -moz-appearance: textfield;
}
.calc_amount_value input:hover,
.calc_amount_value input:focus {
  -moz-appearance: number-input;
}

.calc_amount_value::-webkit-inner-spin-button,
.calc_amount_value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.grad{
	background-image: linear-gradient(to right, rgb(69, 195, 255), rgb(0, 136, 204), rgb(127, 196, 0), rgb(255, 200, 108), rgb(255, 178, 30), rgb(255, 77, 77), rgb(100, 71, 182));
}

.prices{
	width: 100%;	
	position: relative;
}

.price_del {
	filter: invert(1);
	margin-top: 8px;
	margin-left: 10px;
	width: 14px;
	height: 26px;
	position: absolute;
	display: inline-block;
	background: url(../i/trash.svg) center center no-repeat;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.prices:hover .price_del{
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.prices label{
		width: 30px;
    position: absolute;
    left: -35px;
    text-align: right;
    top: 10px;
}

.prices input{
	padding: 8px;
	outline: none;
	border: none;
	border-radius: 6px;
	margin: 4px;
	background-color: rgba(255, 255, 255, 1);
}

.itemname{
	max-width: 400px;
}

.itemcoating{
	width: 50px;
}

.itemprice{
	text-align: right;
	width: 6%;
}

.itemsize{
	width: 100px;
}

.itemdiam{
	width: 50px;
	text-align: right;
}

.itemtype{
	width: 50px;
	text-align: right;
}

.calc_pict{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
	height: 80%;
}

#gabion{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
	height: 100%;
}

.colonna{
	background: url('../i/colonna.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 60% center;
  pointer-events: none;
}

.cokol{
	background: url('../i/cokol.webp');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}

.pergona{
	background: url('../i/pergona.webp');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 60% center;
	pointer-events: none;
}

.spergona{
	background: url('../i/spergona.webp');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 60% center;
	pointer-events: none;
}

.boxsvarnoy{
	background: url('../i/boxsvarnoy.webp');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 60% center;
	pointer-events: none;
}

.boxpodporniy{
	background: url('../i/boxpodporniy.webp');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}

.c_width{
	bottom: 10%;
	left: 45%;
	position: absolute;
	transform: skewY(10deg);
	display: none;
}

.c_height{
	top: 40%;
	right: 25%;
	position: absolute;
	transform: rotate(90deg);
	display: none;
}

.c_length{
  bottom: 10%;
  right: 31%;
  position: absolute;
  transform: skewY(-15deg) skew(30deg) rotate(-16deg) skew(-10deg);
  display: none;
}

.typebtn{
	width: 190px;
	height: 32px;
	border-radius: 20px;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 228, 0, 1);
	left: 0;
	bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 99;
	font-size: 10pt;
}


@media only screen and (min-device-width: 320px) and (max-device-width : 999px){

	.calc_switchers .okay{
		display: block;
	}

	.typebtn{
		display: flex;
	}

	.calc_wrapper{
		min-width: auto;
		width: 100%;
		padding: 10px;
		border-radius: 42px;
		top:0;
	}

	.calc_view_block{
		padding: 10px;
	}

	.calc_buttons{
		padding: 0;
		margin-bottom: 30px;
	}

	.calc_sliders{
		flex-wrap: wrap;
	}

	.calc_sliders div{
		flex-basis: 100%;
	}

	.calc_view_block h4{
		font-size: 12pt;
		line-height: 12pt;
		font-weight: 900;
		text-transform: uppercase;
	}

	.removeall{
		width: 28px !important;
		height: 28px;
		top: 18px;
		overflow: hidden;
		font-size: 0pt;
		padding: 0;
    background: url(../i/cross.svg) center center no-repeat;
    background-size: 50%;
	}

	.calc_block{
		padding: 10px;
	}

	.calc_cblock_1{
		padding: 20px 10px;
		flex-direction: column;
	}

	.calc_icon{
		width: 12%;
		margin-right: 15px;
	}

	.cart_items{
		padding: 0px;
	}

	.calc_menu{
		max-width: 90%;
		height: auto;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		padding: 20px;
	}

	.sendblock{
		height: auto;
		display: block;
	}

	.totals{
		padding: 0;
		text-align: center;
	}

	.recomendation{
		text-align: center;
	}

	.sendto{
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
	}

	.cart_leftbtn, .cart_rightbtn{
		top: 30%;
		width: 30px;
		height: 30px;
		left: 20px;
		opacity: 0.5;
	}
	.cart_rightbtn{
		left: auto;
		right: 20px;
	}

	.calc_price_num{
		font-size: 16pt;
	}

	.calc_info{
		z-index: 2;
		bottom: 0px;
		background: none;
		width: 100%;
		position: relative;
		display: flex;
		padding-top: 0;
	}

	.calc_pict{
		position: relative;
		/*transform: scale(0.7) translateY(-100px);*/
	}

	.calc_switchers ul{
		margin-right: auto;
		margin-left: auto;
		list-style-type: none;
		padding-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 250px;
	}

	.calc_type{
		height: auto;
		font-size: 16pt;
		line-height: 16pt;
		max-width: 50%;
 		align-items: end;
	}

	.calc_val{
		font-size: 12pt;
	}

	.calc_size{
		font-size: 14pt;
	}

	.calc_param{
		width: 50%;
	}

	.calc_slide {
	  margin: 10px;
	}

	.ui-slider {
    width: auto;
  }

	.calc_price{
		font-size: 11pt;
		width: 50%;
		margin-right:0;
		margin-top:0;
		line-height: normal;
		text-align: right;
	}

	.calc_matterials{
		margin-right: 0px;
		bottom: 0px;
		position: relative;
		text-align: center;
	}


	.calc_matterials_title{
		font-size: 14pt;
	}

  .calc_matterial_selected{
  	padding: 10px 15px;
  	max-width: 100%;
  }

	.calc_cols{
		display: block;
	}

	.calc_data{
		width: 100%;
		height: 500px;
	}

	.calc_switchers{
		display: none;
		position: fixed;
		background-color: #fff;
		width: 90%;
		border-radius: 30px;
		z-index: 999;
		justify-content: center;
		top: 40px;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		padding: 30px 30px;
		box-shadow: 0px 0px 100px 25px rgba(0, 0, 0, 0.3);
	}

	.calc_menu_title{
		font-size: 18pt;
	}

	.cart_descr{
		font-size: 10pt;
		width: 280px;
	}

	.total_sum{
		font-size: 20pt;
	}

	.selected_descr{
		margin-top: 10px;
	}


	.colonna{
		background-position: 50% center;
		background-size: 40%;
	}

	.cokol{
		background-position: center center;
		background-size: 100%;
	}

	.pergona{
		background-position: center center;
		background-size: 90%;
	}

	.spergona{
		background-position: center center;
		background-size: 90%;
	}

	.boxsvarnoy{
		background-position: center center;
		background-size: 90%;
	}

	.boxpodporniy{
		background-size: 90%;
		background-position: center center;
	}
}

@media only screen and (min-device-width: 1080px) and (max-device-width : 1920px){
	.calc_wrapper{
		width: 100%;
		max-width: 100%;
	}
}