

/* Start:/include/calc/calc.css?167058293732242*/
img{
	max-width: 100%;
}
.calc{
	margin: 40px 0 60px;
}
.calc__menu{
	display:flex;
	flex-wrap:wrap;
	border-bottom: 1px solid #5bcab2;
}
.calc__menu__item{
	padding: 11px;
	border-top: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	font-size: 16px;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
	transition: .4s;
	top: 1px;
}
.calc__menu__item.active{
	background: white;
	border-color: #5bcab2;
}
.calc__menu__item.active span{
	color: #5bcab2;
}
.calc__menu__item span{
	color: lightgrey;
	font-weight: 600;
	transition: .4s;
}
.calc__content{
	padding: 30px 0;
}
.calc__content__material{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calc__content__material__producers{
	width: 275px;
}
.calc__content__material__producers__item{
	padding: 10px;
	border-bottom: 1px solid lightgrey;
	text-align: center;
	width: 100%;
	cursor: pointer;
	position: relative;
}
.calc__content__material__producers__item img{
	transition: .4s;
}
.calc__content__material__producers__item span{
	transition: .4s;
}
.calc__content__material__producers__item:hover img{
	opacity: 0.5;
}
.calc__content__material__producers__item:hover span{
	opacity: 0.5;
}
.calc__content__material__data{
	width: 81%;
	max-width: calc(100% - 300px);
}
.calc__content__material__data-container{
	display: none;
	flex-wrap: wrap;
}
.calc__content__material__data__item{
	width: 118px;
	height: 118px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	border: 1px solid lightgrey;
	margin: 0 15px 15px 0;
	transition: .4s;
	position: relative;
}
.calc__content__material__data__item.active{
	box-shadow: 0px 0px 9px rgb(91,202,78,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__material__data__item-selected{
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5bcab2;
	opacity: 0;
	transition: .4s;
}
.calc__content__material__data__item-selected svg{
	width: 12px;
}
.calc__content__material__data__item-selected svg *{
	fill: white;
}
.calc__content__material__data__item.active .calc__content__material__data__item-selected{
	opacity: 1;
}
.calc__content__material__data__item:hover{
	box-shadow: 0px 0px 9px rgb(91,202,178,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__material__data-container#all-materials{
	display: flex;
}
.calc__content__material__data-container h2{
	width: 100%;
	margin-top: 0;
}
.calc__content__material__data__item__price{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #5bcab2;
	font-size: 12px;
}

.calc__content__edge{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calc__content__edge__data{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.calc__content__edge__data__item{
	width: 118px;
	height: 118px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	border: 1px solid lightgrey;
	transition: .4s;
	position: relative;
}
.calc__content__edge__data__item.active{
	box-shadow: 0px 0px 9px rgb(91,202,78,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__edge__data__item-selected{
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5bcab2;
	opacity: 0;
	transition: .4s;
}
.calc__content__edge__data__item-selected svg{
	width: 12px;
}
.calc__content__edge__data__item-selected svg *{
	fill: white;
}
.calc__content__edge__data__item.active .calc__content__edge__data__item-selected{
	opacity: 1;
}
.calc__content__edge__data__item:hover{
	box-shadow: 0px 0px 9px rgb(91,202,178,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__edge__data h2{
	width: 100%;
	margin-top: 0;
}
.calc__content__edge__data__item__price{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #5bcab2;
	font-size: 12px;
}
.calc__content__edge__data__item-container{
	margin: 0 15px 15px 0;
	width: 118px;
}
.calc__content__edge__data__item-container span{
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.calc__content__edge-border__data{
	margin-top: 30px;
}
.calc__content__edge-border{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calc__content__edge-border__data{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.calc__content__edge-border__data__item{
	width: 118px;
	height: 118px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	border: 1px solid lightgrey;
	transition: .4s;
	position: relative;
}
.calc__content__edge-border__data__item.active{
	box-shadow: 0px 0px 9px rgb(91,202,78,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__edge-border__data__item-selected{
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5bcab2;
	opacity: 0;
	transition: .4s;
}
.calc__content__edge-border__data__item-selected svg{
	width: 12px;
}
.calc__content__edge-border__data__item-selected svg *{
	fill: white;
}
.calc__content__edge-border__data__item.active .calc__content__edge-border__data__item-selected{
	opacity: 1;
}
.calc__content__edge-border__data__item:hover{
	box-shadow: 0px 0px 9px rgb(91,202,178,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__edge-border__data h2{
	width: 100%;
	margin-top: 0;
}
.calc__content__edge-border__data__item__price{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #5bcab2;
	font-size: 12px;
}
.calc__content__edge-border__data__item-container{
	margin: 0 15px 15px 0;
	width: 118px;
}
.calc__content__edge-border__data__item-container span{
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.calc__content__size{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calc__content__size__types{
	width: 275px;
}
.calc__content__size__types__item{
	padding: 20px 10px;
	border-bottom: 1px solid lightgrey;
	text-align: center;
	width: 100%;
	cursor: pointer;
	position: relative;
}
.calc__content__size__types__item img{
	transition: .4s;
}
.calc__content__size__types__item:hover img{
	opacity: .5;
}
.calc__content__size__types__item-selected{
	position: absolute;
	top: 15px;
	right: 5px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5bcab2;
	opacity: 0;
	transition: .4s;
}
.calc__content__size__types__item-selected svg{
	width: 12px;
}
.calc__content__size__types__item-selected svg *{
	fill: white;
}
.calc__content__size__types__item.active .calc__content__size__types__item-selected{
	opacity: 1;
}
.calc__content__size__data{
	width: 81%;
	max-width: calc(100% - 300px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.calc__content__size__data__item{
	display: none;
}
.calc__content__size__data__item#straight{
	display: block;
}
#straight-width-container{
    top: calc(50% - 175px);
    left: calc(50% - 25px);
}
.calc__content__size__data__item__input input{
	width: 60px;
}
#straight-height-container{
    top: calc(50% - 0px);
    left: calc(50% - 395px);
}
.calc__content__size__data__item__checkbox{
	position: absolute;
	z-index: 1;
}
.calc__content__size__data__item__checkbox input{
	cursor: pointer;
}
.calc__content__size__data__item__checkbox input[type=checkbox]:checked + span{
	background-color: unset;
}
.calc__content input{
	outline: none;
}
.calc__content__size__data__item__input{
	z-index: 1;
	position: absolute;
    background: white;
    padding: 10px;
}
.calc__content__size__data__item__input input{
	border: 1px solid lightgrey;
	padding: 5px;
	transition: .4s;
}
.calc__content__size__data__item__input input:focus{
	border-color: #5bcab2;
}
#straight-left-top-radius-container{
    left: calc(50% - 250px);
    top: calc(50% - 70px);
}
#straight-right-top-radius-container{
	left: calc(50% + 260px);
    top: calc(50% - 70px);
}
#straight-left-bottom-radius-container{
	left: calc(50% - 250px);
    top: calc(50% + 100px);
}
#straight-right-bottom-radius-container{
	left: calc(50% + 260px);
    top: calc(50% + 100px);
}
.calc__content__radius-img{
	position: absolute;
	display: none;
}
#straight-left-top-radius-img{
	left: calc(50% - 289px);
    top: calc(50% - 119px);
}
#straight-right-top-radius-img{
	left: calc(50% + 179px);
    top: calc(50% - 119px);
}
#straight-right-bottom-radius-img{
	left: calc(50% + 180px);
    top: calc(50% + 31px);
}
#straight-left-bottom-radius-img{
	left: calc(50% - 289px);
    top: calc(50% + 31px);
}
#g-obraz-width-container{
	left: calc(50% - 60px);
    top: calc(50% - 270px);
}
#g-obraz-height-container{
	left: calc(50% - 390px);
    top: calc(50% - 30px);
}
#g-obraz-width-small-container{
	left: calc(50% - 210px);
	top: calc(50% + 220px);
}
#g-obraz-height-small-container{
    left: calc(50% + 270px);
	top: calc(50% - 100px);
}
#g-obraz-radius-1-container{
	left: calc(50% - 249px);
    top: calc(50% + 160px);
}
#g-obraz-radius-2-container{
	left: calc(50% - 89px);
    top: calc(50% + 160px);
}
#g-obraz-radius-3-container{
	left: calc(50% - 80px);
    top: calc(50% - 10px);
}
#g-obraz-radius-4-container{
	left: calc(50% + 219px);
    top: calc(50% - 10px);
}
#g-obraz-radius-1-img{
	left: calc(50% - 287px);
    top: calc(50% + 100px);
}
#g-obraz-radius-2-img{
	left: calc(50% - 165px);
    top: calc(50% + 100px);
}
#g-obraz-radius-3-img{
	left: calc(50% - 64px);
    top: calc(50% - 0px);
}
#g-obraz-radius-4-img{
	left: calc(50% + 137px);
    top: calc(50% - 65px);
}
#p-obraz-top-container{
	left: calc(50% - 60px);
    top: calc(50% - 270px);
}
#p-obraz-left-container{
	left: calc(50% - 395px);
    top: calc(50% - 20px);
}
#p-obraz-right-container{
	left: calc(50% + 260px);
    top: calc(50% - 20px);
}
#p-obraz-bottom-left-container{
	left: calc(50% - 225px);
    top: calc(50% + 210px);
}
#p-obraz-bottom-right-container{
	left: calc(50% + 105px);
    top: calc(50% + 210px);
}
#p-obraz-center-container{
	left: calc(50% - 55px);
    top: calc(50% - 100px);
}
#p-obraz-radius-1-container{
	left: calc(50% - 255px);
    top: calc(50% + 155px);
}
#p-obraz-radius-2-container{
	left: calc(50% - 115px);
    top: calc(50% + 155px);
}
#p-obraz-radius-3-container{
	left: calc(50% - 115px);
    top: calc(50% - 5px);
}
#p-obraz-radius-4-container{
	left: calc(50% + 75px);
    top: calc(50% - 5px);
}
#p-obraz-radius-5-container{
	left: calc(50% + 75px);
    top: calc(50% + 155px);
}
#p-obraz-radius-6-container{
	left: calc(50% + 215px);
    top: calc(50% + 155px);
}
#p-obraz-radius-1-img{
	left: calc(50% - 282px);
    top: calc(50% + 86px);
}
#p-obraz-radius-2-img{
	left: calc(50% - 157px);
    top: calc(50% + 92px);
}
#p-obraz-radius-3-img{
	left: calc(50% - 87px);
    top: calc(50% + 5px);
}
#p-obraz-radius-4-img{
	left: calc(50% + 17px);
    top: calc(50% + 7px);
}
#p-obraz-radius-5-img{
	left: calc(50% + 33px);
    top: calc(50% + 79px);
}
#p-obraz-radius-6-img{
    left: calc(50% + 165px);
    top: calc(50% + 80px);
}
#erker-top-container{
	left: calc(50% - 35px);
    top: calc(50% - 180px);
}
#erker-left-container{
	left: calc(50% - 385px);
    top: calc(50% - 100px);
}
#erker-right-container{
	left: calc(50% + 275px);
    top: calc(50% - 100px);
}
#erker-bottom-container{
	left: calc(50% - 335px);
    top: calc(50% + 130px);
}
#radial-top-container{
	left: calc(50% - 55px);
    top: calc(50% - 220px);
}
#radial-left-container{
	left: calc(50% - 395px);
    top: calc(50% + 90px);
}
.calc__content__size__types__thickness{
	margin-top: 40px;
	width: 100%;
	height: 40px;
	border: 1px solid lightgray;
	padding: 10px;
	position: relative;
	font-size: 13px;
}
.calc__content__size__types__thickness svg{
	width: 12px;
	margin-left: 5px;
	transition: .4s;
}
.calc__content__size__types__thickness__item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.calc__content__size__types__thickness__dropdown{
	height: 100px;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	position: absolute;
	top: 42px;
	left: 0;
	border: 1px solid lightgray;
	display: none;
	z-index: 2;
	background: white;
}
.calc__content__size__types__thickness__dropdown__item{
	cursor: pointer;
	transition: .4s;
	padding: 5px 10px;
}
.calc__content__size__types__thickness__dropdown__item:hover{
	background-color: rgba(0,0,0,.05);
}

.calc__content__washing{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calc__content__washing__data{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	transition: .4s;
}
.calc__content__washing__data__item{
	width: 118px;
	height: 118px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	border: 1px solid lightgrey;
	transition: .4s;
	position: relative;
}
.calc__content__washing__data__item.active{
	box-shadow: 0px 0px 9px rgb(91,202,78,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__washing__data__item-selected{
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5bcab2;
	opacity: 0;
	transition: .4s;
}
.calc__content__washing__data__item-selected svg{
	width: 12px;
}
.calc__content__washing__data__item-selected svg *{
	fill: white;
}
.calc__content__washing__data__item.active .calc__content__washing__data__item-selected{
	opacity: 1;
}
.calc__content__washing__data__item:hover{
	box-shadow: 0px 0px 9px rgb(91,202,178,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__washing__data h2{
	width: 100%;
	margin-top: 0;
}
.calc__content__washing__data__item__price{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #5bcab2;
	font-size: 12px;
}
.calc__content__washing__data__item-container{
	margin: 0 15px 15px 0;
	width: 118px;
}
.calc__content__washing__data__item-container span{
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 10px;
}
.calc__content__washing__data.washing-integrate{
	opacity: .5;
	pointer-events: none;
}

.calc__content__panels{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calc__content__panels__data{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	transition: .4s;
}
.calc__content__panels__data__item{
	width: 118px;
	height: 118px;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	border: 1px solid lightgrey;
	transition: .4s;
	position: relative;
}
.calc__content__panels__data__item.active{
	box-shadow: 0px 0px 9px rgb(91,202,78,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__panels__data__item-selected{
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5bcab2;
	opacity: 0;
	transition: .4s;
}
.calc__content__panels__data__item-selected svg{
	width: 12px;
}
.calc__content__panels__data__item-selected svg *{
	fill: white;
}
.calc__content__panels__data__item.active .calc__content__panels__data__item-selected{
	opacity: 1;
}
.calc__content__panels__data__item:hover{
	box-shadow: 0px 0px 9px rgb(91,202,178,0.2);
	border: 1px solid #5bcab2;
}
.calc__content__panels__data h2{
	width: 100%;
	margin-top: 0;
}
.calc__content__panels__data__item__price{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #5bcab2;
	font-size: 12px;
}
.calc__content__panels__data__item-container{
	margin: 0 15px 15px 0;
	width: 118px;
}
.calc__content__panels__data__item-container span{
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.calc__content__add-work__data h2{
	width: 100%;
	margin-top: 0;
	margin-bottom: 40px;
}
.calc__content__add-work__data__item-container{
	display: inline-flex;
	align-items: center;
	position: relative;
}
.calc__content__add-work__data__item-container input{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.calc__content__add-work__data__item-container input+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}
.calc__content__add-work__data__item-container input+label::before {
	content: '';
	display: inline-block;
	width: 24px;
    height: 24px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
	transition: .4s;
	cursor: pointer;
}
.calc__content__add-work__data__item-container input:checked+label::before {
	border-color: #5bcab2;
	background-color: #5bcab2;
	background-image: url("/include/calc/img/checkbox.svg");
}
.calc__content__add-work__data__item-container svg{
	width: 14px;
	height: 14px;
	margin-left: 10px;
	cursor: pointer;
}
.calc__content__add-work__data__item-container svg:hover + .calc__content__add-work__data__item__dop{
	opacity: 1;
	pointer-events: all;
	background: white;
	z-index: 2;
}
.calc__content__add-work__data__item__dop{
	position: absolute;
    top: 0;
    left: 105%;
    width: 300px;
    background: white;
    border: 1px solid;
    padding: 10px;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
	transition: .4s;
}
.calc__content__result .calc__content__size__data{
	width: 100%;
	max-width: 100%;
}
.calc__content__result .calc__content__size__data__item#straight{
	display: none;
}
.result-material-img{
	position: absolute;
	background-size: 50px;
	background-repeat: repeat;
	left: 50%;
	transform: translateX(-50%);
}
#radial-result{
	margin-top: 100px;
	position: relative;
}

.calc__content__result{
	display: flex;
	flex-wrap: wrap;
}
.calc__content__result__table{
	width: 100%;
	margin-top: 40px;
	z-index: 1;
}
.calc__content__result__table table{
	width: 50%;
	margin: auto;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
.calc__content__result__table table tr{
	border-bottom: 1px solid black;
}
.calc__content__result__table table td{
	border-right: 1px solid black;
	padding: 10px 20px;
}

.calc-select-type{
	padding: 10px 11px;
    background: #5bcab2;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
    width: 270px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 15px;
}

.calc-select-type:hover{
	background: #43bca2;
}
.calc-select-type svg{
	width: 14px;
	height: 14px;
}

.calc__content__material__data__item__articul{
	padding: 5px 0 0 10px;
	text-shadow: 1px 1px 1px black, 0 0 3px black;
    color: white;
}
.calc-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.calc-navigation{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.calc-navigation__item{
	padding: 10px 11px;
    background: #5bcab2;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 120px;
}
.calc-navigation__item:hover{
	background: #43bca2;
}
.calc-navigation__item.prev-step{
	display: none;
}
.calc-bottom{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.calc-difficult{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
.calc-difficult-left{
	height: 377px;
	width: 569px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid lightgrey;
}
.calc-difficult-right{
	max-height: 377px;
	border: 1px solid lightgrey;
	max-width: 100%;
	width: 569px;
}
.calc-difficult-right img{
	max-height: 100%;
}
.calc-difficult-left h4{
	font-size: 17px;
	font-weight: 600;
	max-width: 95%;
	margin: 25px;
}
.calc-difficult-left p{
	font-size: 14px;
	max-width: 80%;
	margin: auto;
}
.calc-difficult-left .difficult-button{
	padding: 10px 11px;
    background: #5bcab2;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 210px;
	margin: 20px auto 0 auto;
	border: 0;
}
.calc-difficult-left .difficult-button:hover{
	background: #43bca2;
}
.calc__content__edge__data__item__mp{
	width: 70px;
    display: flex;
    font-size: 11px;
    align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: .4s;
}
.calc__content__edge__data__item.active .calc__content__edge__data__item__mp{
	opacity: 1;
	pointer-events: all;
}
.calc__content__edge__data__item__mp input{
	width: 100%;
    height: 20px;
    margin-right: 5px
}
.calc__content__edge-border__data__item__mp{
	width: 70px;
    display: flex;
    font-size: 11px;
    align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: .4s;
}
.calc__content__edge-border__data__item.active .calc__content__edge-border__data__item__mp{
	opacity: 1;
	pointer-events: all;
}
.calc__content__edge-border__data__item__mp input{
	width: 100%;
    height: 20px;
    margin-right: 5px
}
.calc__content__result__table table:first-child{
	margin-bottom: 30px;
}
.calc__content__result__table table:nth-child(2) tr:first-child{
	border-bottom: 3px solid #5bcab2;
}
.calc__content__result__table table:nth-child(2) tr:first-child td{
	font-weight: 700;
}
.calc__content__result__table table:nth-child(1) tr td:first-child{
	font-weight: 700;
}
#final-price{
	text-align: right;
	width: 50%;
	font-weight: 500;
	font-size: 20px;
	margin: 30px auto 0 auto;
}
#final-price span{
	font-weight: 700;
}

.d43 {
	width: 100px; 
	height: 100px;
	border: 15px solid #497DDD;  
	border-right-color: transparent;
	border-radius: 50%;
	border-left-color: transparent;
	position: relative;
	}
/* #radial-result-material-img-1{
	width: 932px;
    height: 806px;
    border: 193px solid #497DDD;
    border-right-color: transparent;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 13.6%;
    left: 50%;
    z-index: 1;
	border-image-slice: calc(50 / 184 * 100%) calc(80 / 284 * 100%) fill;
	border-image-width: 30px 48px;
} */
.radial-img-result {
	width: 126%;
    height: 252%;
    margin: 0 auto;
    transform: rotate(46deg);
    position: absolute;
    top: 23%;
    left: -13%;
}

.quarter {
	position:absolute;
	width:50%;
	height:50%;
	transition:background-color 0.2s ease-in-out;
}
.quarter1 {
	top: -3.2%;
    left: -3.8%;
	border-radius:100% 0 0 0;
	background-repeat: repeat;
    background-size: 50px;
}
.cutout {
	width: 67%;
    height: 67%;
    background-color: white;
    position: absolute;
    top: 16%;
    left: 16%;
    border-radius: 50%;
    pointer-events: none;
}

#radial-result-material-img-2{
	width: 23.6%;
    height: 41%;
    top: 35.5%;
    margin-left: -39.5%;
    transform: rotate(52deg);
}
#radial-result-material-img-3{
	width: 23.5%;
    height: 41%;
    top: 35.5%;
    margin-left: 17.6%;
    transform: rotate(-52deg);
}
#size-type-radial,#size-type-erker{
	display: none;
}
.result-buttons{
	text-align: right;
    width: 50%;
    font-weight: 500;
    font-size: 20px;
    margin: 30px auto 0 auto;
}
#result-submit{
	padding: 10px 11px;
    background: #5bcab2;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	border: 0;
	margin-right: 10px;
}
#result-submit:hover{
	background: #43bca2;
}
#get-consult{
	padding: 10px 11px;
    background: #5bcab2;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: .4s;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	border: 0;
	display: inline-block;
}
#get-consult:hover{
	background: #43bca2;
}
.calc__content__panels__data__item__m2{
	width: 70px;
    display: flex;
    font-size: 11px;
    align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: .4s;
}
.calc__content__panels__data__item__m2 span{
	text-shadow: 1px 1px 1px black, 0 0 3px black;
    color: white;
	margin-top: 0;
}
.calc__content__panels__data__item.active .calc__content__panels__data__item__m2{
	opacity: 1;
	pointer-events: all;
}
.calc__content__panels__data__item__m2 input{
	width: 100%;
    height: 20px;
    margin-right: 5px
}

.calc__content__material,.calc__content__edge,.calc__content__washing,.calc__content__panels,.calc__content__add-work,.calc__content__result{
	display: none;
}

@media(max-width: 1199.98px){
	.calc__content__size__types{
		width: 100%;
	}
	.calc__content__size__data{
		width: 100%;
		max-width: 694px;
		margin: auto;
	}
	#straight-left-top-radius-container{
		left: 14%;
    	top: 30%;
	}
	#straight-right-top-radius-container{
		left: 87.5%;
		top: 30%;
	}
	#straight-left-bottom-radius-container{
		left: 14%;
		top: 75.5%;
	}
	#straight-right-bottom-radius-container{
		left: 87.5%;
		top: 75.5%;
	}
	.calc__content__material__producers{
		width: 100%;
	}
	.calc__content__material__data{
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.calc__content h2{
		font-size: 28px;
	}
	.calc__content__size__types__item span{
		display: block;
		width: 100%;
	}
	#straight-left-top-radius-img{
		top: calc(50% - 120px);
	}
	#straight-right-top-radius-img{
		top: calc(50% - 120px);
	}
	#g-obraz-height-small-container{
		top: 32%;
		left: 89%;
		text-align: center;
	}
	#g-obraz-width-container{
		top: 4%;
		left: 44%;
	}
	#g-obraz-height-container{
		top: 45%;
    	left: -1%;
	}
	#g-obraz-width-small-container{
		top: 89%;
		left: 18%;
	}
	#g-obraz-radius-1-container{
		top: 77%;
    	left: 14%;
	}
	#g-obraz-radius-2-container{
		top: 77%;
		left: 37%;
	}
	#g-obraz-radius-3-container{
		top: 48%;
		left: 40%;
	}
	#g-obraz-radius-4-container{
		top: 48%;
    	left: 81%;
	}
	#g-obraz-radius-1-img{
		left: 8.7%;
		top: 67.3%;
		width: 20.74927954%;
	}
	#g-obraz-radius-2-img{
		left: 26.22478386%;
		top: 67.2826087%;
		width: 23.34293948%;
	}
	#g-obraz-radius-3-img{
		left: 40.77809798%;
		top: 49.56521739%;
		width: 8.78962536%;
	}
	#g-obraz-radius-4-img{
		top: 38.6%;
		left: 69.7%;
		width: 19.30835735%;
	}
	#p-obraz-right-container{
		text-align: center;
		left: 87%;
		top: 46%;
	}
	#p-obraz-top-container{
		top: 1%;
    	left: 42%;
	}
	#p-obraz-left-container{
		top: 46%;
    	left: 1%;
	}
	#p-obraz-bottom-left-container{
		top: 88%;
    	left: 18%;
	}
	#p-obraz-bottom-right-container{
		top: 88%;
    	left: 65%;
	}
	#p-obraz-center-container{
		left: 38%;
		top: 30%;
	}
	#p-obraz-radius-1-container{
		top: 77%;
		left: 14%;
	}
	#p-obraz-radius-2-container{
		top: 77%;
    	left: 33%;
	}
	#p-obraz-radius-3-container{
		left: 33%;
		top: 48%;
	}
	#p-obraz-radius-4-container{
		top: 48%;
		left: 62%;
	}
	#p-obraz-radius-5-container{
		top: 77%;
		left: 62%;
	}
	#p-obraz-radius-6-container{
		top: 77%;
		left: 80%;
	}
	#p-obraz-radius-1-img{
		left: 9.3%;
		top: 65.2%;
		width: 13.11239193%;
	}
	#p-obraz-radius-2-img{
		left: 27.37752161%;
		top: 66.50915619%;
		width: 14.55331412%;
	}
	#p-obraz-radius-3-img{
		left: 37.46397695%;
		top: 50.60789946%;
		width: 8.78962536%;
	}
	#p-obraz-radius-4-img{
		left: 52.41729107%;
		top: 50.60789946%;
		width: 8.78962536%;
	}
	#p-obraz-radius-5-img{
		left: 54.75504323%;
		top: 64.17289048%;
		width: 16.28242075%;
	}
	#p-obraz-radius-6-img{
		left: 73.77521614%;
		top: 64.17289048%;
		width: 16.28242075%;
	}
	.calc__content__result__table table{
		width: 100%;
	}
	.calc-difficult-left{
		order: 2;
	}
	.calc-difficult-right{
		order: 1;
	}
	.calc__content__size__types__thickness{
		margin-bottom: 20px;
	}
}
@media(max-width:991.98px){
	.calc__content__add-work__data__item__dop{
		left: unset;
		right: 5%;
		width: 200px;
	}
}
@media(max-width: 767.98px){
	.calc{
		margin: 30px 0 50px;
	}
	.calc__content__add-work__data__item-container{
		font-size: 16px;
	}
	.calc__content__size__data__item__input{
		padding: 1vw;
		font-size: 14px;
	}
	.calc__content__size__data__item__input input{
		padding: .5vw;
		font-size: 14px;
	}
	#straight-width-container{
		top: 5.5%;
		left: 44%;
	}
	#straight-height-container{
		top: 50%;
    	left: -1%;
	}
	.calc__content__size__data__item__checkbox{
		font-size: 14px;
	}
	.calc__content__radius-img{
		width: 21.1815562%
	}
	#straight-right-top-radius-img{
    	left: 75.9%;
    	top: 19.4%;
	}
	#straight-right-bottom-radius-img{
    	left: 75.9%;
    	top: 58%;
	}
	#straight-left-top-radius-img{
    	left: 8%;
    	top: 19.6%;
		width: 22.04610951%;
	}
	#straight-left-bottom-radius-img{
    	left: 8.6%;
		top: 58.1%;
		width: 22.19020173%;
	}
	#straight-result-material-img{
		width: 83% !important;
		height: 60% !important;
		top: 25% !important;
		margin-left: 2.7% !important;
	}
	#g-obraz-result-material-img-1{
		width: 77 !important;
		height: 37.2% !important;
		top: 16.7% !important;
		margin-left: -.7% !important;
	}
	#g-obraz-result-material-img-2{
		width: 32% !important;
		height: 30% !important;
		top: 54% !important;
		margin-left: -22.4% !important;
	}
	#p-obraz-result-material-img-1{
		width: 75% !important;
		height: 38% !important;
		top: 15.3% !important;
		margin-left: -.7% !important;
	}
	#p-obraz-result-material-img-2{
		width: 28% !important;
		height: 31% !important;
		top: 53% !important;
		margin-left: -24% !important;
	}
	#p-obraz-result-material-img-3{
		width: 28% !important;
		height: 31% !important;
		top: 53% !important;
		margin-left: 22.5% !important; 
	}
	#erker-top-container{
		left: 43%;
		top: 1%;
	}
	#erker-left-container{
		left: -2%;
		top: 22%;
	}
	#erker-right-container{
		left: 89%;
    	top: 22%;
	}
	#erker-bottom-container{
		left: 1%;
		top: 88%;
	}
	#radial-top-container{
		left: 43%;
    	top: 0%;
	}
	#radial-left-container{
		left: -3%;
    	top: 80%;
	}
	.calc__content__result__table{
		margin-top: 30px;
	}
	.calc__content__result__table table{
		font-size: 14px;
	}
	.calc__content__result__table table td{
		padding: 5px 15px;
	}
}
@media(max-width:599.98px){
	.calc-top{
		flex-wrap: wrap;
	}
	.calc-navigation{
		width: 100%;
		justify-content: flex-end;
	}
	
}
@media(max-width: 575.98px){
	.calc__menu{
		border-color: lightgrey
	}
	.calc__menu__item{
		width: 50%;
		margin: 0;
		font-size: 14px;
		border-color: lightgrey !important;
	}
	.calc__menu__item.active{
		font-weight: 700;
	}
	.calc__menu__item span{
		font-size: 14px;
	}
	.calc__menu__item:nth-child(2),.calc__menu__item:nth-child(4),.calc__menu__item:nth-child(6){
		border-left: 0;
	}
	.calc__menu__item:nth-child(7){
		width: 100%;
		text-align: center;
	}
	.calc__content h2{
		font-size: 24px;
	}
	.calc__content__add-work__data__item-container{
		font-size: 14px;
	}
	.calc__content__size__data__item__input{
		font-size: 13px;
	}
	.calc__content__size__data__item__input input{
		font-size: 13px;
	}
	#straight-width-container{
		top: 5%;
	}
	#straight-right-top-radius-container{
		left: 84.5%;
	}
	#straight-right-bottom-radius-container{
		left: 84.5%;
		top: 72.5%;
	}
	#straight-left-bottom-radius-container{
		top: 72.5%;
	}
	#g-obraz-radius-1-container{
		top: 75%;
    	left: 13%;
	}
	#g-obraz-radius-2-container{
		top: 75%;
		left: 34%;
	}
	#g-obraz-radius-3-container{
		top: 45%;
		left: 38%;
	}
	#g-obraz-radius-4-container{
		top: 45%;
    	left: 78%;
	}
	.calc__content__size__data__item__checkbox input{
		width: 12px;
		height: 12px;
	}
	#g-obraz-height-small-container{
		left: 81%;
    	top: 25%;
	}
	#p-obraz-right-container{
		left: 82%;
	}
	.calc-difficult-left .difficult-button{
		font-size: 14px;
		width: 190px;
	}
	.calc-navigation__item{
		font-size: 14px;
		width: 100px;
	}
	.calc__content__result__table table td{
		padding: 5px;
		font-size: 12px;
	}
}

@media(max-width: 479.98px){
	#p-obraz-radius-1-container{
		top: 74%;
	}
	#p-obraz-radius-2-container{
		top: 74%;
		left: 30%;
	}
	#p-obraz-radius-5-container{
		top: 74%;
	}
	#p-obraz-radius-6-container{
		top: 74%;
		left: 78%;
	}
}
@media(max-width: 379.98px){
	.calc-difficult-left{
		height: auto;
		padding: 20px 0;
	}
}
/* End */
/* /include/calc/calc.css?167058293732242 */
