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

.productList {
    float:left;
	width: calc(100% - 20px);
	position:relative;
	margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
}
.productList__all {
    float:left;
	width: 100%;
	position:relative;
	margin:20px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.productBox {
    float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
    padding:15px 15px 15px 15px;
    background: rgba(0,0,0,0.02);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.productBox__left {
    float:left;
	width:70%;
	position:relative;
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.productBox__foto {
	float: left;
	width: 30%;
	height: 120px;

	background-color: #fff;
}
.productBox__foto .zdjecie {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.productBox__foto .zdjecie img {
	float: left;
	width: 100%;
	height: 100%;

	object-fit: contain;
}
.productBox__inside {
	float: left;
	width: 70%;
	padding: 0px 20px;

	display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-content: center;
}
.productBox__name {
    float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    
}
.productBox__text {
    float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.productBox__price {
    float:left;
	width:100%;
	position:relative;
	margin:0px 0px 10px 0px;
    padding:0px 0px 10px 0px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.productBox__price span {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.productBox__form {
    float: left;
    width: 30%;
    position: relative;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 20px;
}
    .productBox__input {
        float: left;
        width: 40%;
        position: relative;
    }
    .productBox__input input {
        text-align: center;
        padding: 0px 0px 0px 10px;
    }
    .productBox__submit {
        float: left;
        width: 60%;
        position: relative;
    }
    .productBox__remove {
        float: left;
        width: 60%;
        height:45px;
        position: relative;
        background-color: #ff6805;
        font-family: 'Roboto', sans-serif;
		color: #ffffff;
		font-size:14px;
        font-weight: 400;
		line-height:16px;
		border:0px solid #dedede;
		cursor:pointer;
		border-radius:0px;
    }
    .productBox__remove input {
        padding: 0;
        margin: -2px 10px 0px 10px;
    }

    .order__allPrice {
        float: left;
        width: 100%;
        position: relative;
        margin:30px 0px 30px 0px;
        padding:0px 0px 0px 0px;
        font-family: 'Roboto', sans-serif;
		color: #000;
		font-size:20px;
        font-weight: 400;
        line-height:22px;
        text-align: center;
    }
    .order__allPrice strong {
        color: #e0142b;
        text-decoration: underline;
    }

.order__form {
    float:left;
	width:100%;
	position:relative;
	margin:0px 0px 20px 0px;
	padding:px 0px 0px 0px;
}
.formBox {
	float:left;
	width:100%;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
	.formBox__inside {
		float:left;
		width:100%;
		position:relative;
	}
	.formBox__inputBox {
		float:left;
		width:48%;
		margin:0px 0px 20px 0px;
	}
		.formBox__inputBox.allWidth {
			width:100%;
		}
	.formInput {
		float:left;
		width:100%;
		height:45px;
		position:relative;
		margin:0px 0px 0px 0px;
        padding:0px 10px 0px 10px;
        font-family: 'Roboto', sans-serif;
		color: #000;
        font-size:17px;
        font-weight: 400;
		line-height:17px;
		border:1px solid #eaeaea;
		background:#ffffff;
	}
	.formTextarea  {
		float:left;
		width:100%;
		min-width:100%;
		max-width:100%;
		height:100px;
		min-height:100px;
		max-height:100px;
		position:relative;
		margin:0px 0px 0px 0px;
        padding:10px;
        font-family: 'Roboto', sans-serif;
		color: #000;
        font-size:17px;
        font-weight: 400;
		line-height:19px;
		border:1px solid #eaeaea;
		background:#ffffff;
	}
	.formSelect {
		float:left;
		width:100%;
		height:45px;
		position:relative;
		margin:0px 0px 0px 0px;
		padding:0px 10px 0px 10px;
        border: 1px solid #eaeaea;
        font-family: 'Roboto', sans-serif;
		color: #000;
        font-size:17px;
        font-weight: 400;
		line-height:17px;
		outline-color: #b7d437;
		background:#fff url(images/selectArrow.svg) center right 1vw no-repeat;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.formSubmit  {
		float:right;
		width:100%;
		height:45px;
        background-color: #ff6805;
        font-family: 'Roboto', sans-serif;
		color: #ffffff !important;
		font-size:14px;
        font-weight: 400;
		line-height:16px;
        border:0px solid #dedede;
        
		cursor:pointer;
		border-radius:0px;
		
    }
        .formSubmit.otherHeight {
            height: 50px;
            font-size:18px;
            font-weight: 400;
            line-height:18px;
        }
        .formSubmit.otherColor {
            background-color: #21ae00;
        }
        .colorGreen {
            margin: 0px 0px 20px 0px;
            background-color: #21ae00;
        }
	.formBox__checkBox {
		float:left;
		width:100%;
		margin:0px 0px 20px 0px;
		cursor:pointer;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-between;
		align-items:center;
		align-content:center;
	}
	.formBox__checkInput {
		float:left;
		width:15px;
		height:15px;
		position:relative;
		border:1px solid #eaeaea;
	}
	.formBox__checkText {
		float:left;
		width:calc(100% - 30px);
		position:relative;
		color:#000;
		font-size:14px;
		line-height:16px;
		font-weight:300;
		text-align:justify;
	}
		.formBox__checkText a {
			color:#000;
			text-decoration:underline;
		}
	.formInput:focus, .formTextarea:focus, .formSelect, .formSubmit:focus { outline:none; }

	.recaptcha {
		float:right;
		margin:0px 20px 0px 0px;
		position:relative;
    }
    
    .bi {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .animate {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .animate-fast {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .animate-slow {
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }
    .noAnimate {
        -webkit-transition: all 0s ease-in-out !important;
        -moz-transition: all 0s ease-in-out !important;
        -o-transition: all 0s ease-in-out !important;
        transition: all 0s ease-in-out !important;
    }

.d-c-c {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.d-c-b {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	align-content:center;
}
.d-c-s {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	align-content:center;
}
.d-c-e {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	align-content:center;
}
.d-s-c {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	align-content:flex-start;
}
.d-s-s {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
}
.d-s-b {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	align-content:flex-start;
}
.d-s-e {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:flex-start;
	align-content:flex-start;
}
.d-e-c {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-end;
	align-content:flex-end;
}
.d-e-s {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-end;
	align-content:flex-end;
}
.d-e-e {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:flex-end;
	align-content:flex-end;
}


.popup {
	float:left;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.8);
	z-index:80;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
	.popup__wrap {
		float:left;
		width:80%;
		position:relative;
		display:flex;
		flex-direction:column;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		align-content:center;
	}
	.popup__title {
		float:left;
		width:100%;
		position:relative;
		color: #fff;
		font-size: 24px;
		font-weight: 300;
		line-height: 30px;
		text-align:center;
	}
		.popup__title a {
			color:#fff;
		}
	.popup__opis {
		float: left;
		width: 100%;
		color: #000;
		font-size: 17px;
		font-weight: 400;
		line-height: 26px;
	}
	.popup__close {
		float:left;
		height: 60px;
		position :relative;
		margin: 20px 0px 0px 0px;
		padding:0px 40px 0px 40px;
		color: #fff !important;
		font-size: 22px;
		font-weight: 300;
		line-height: 22/$vw;
		border:0;
		text-align:center;
		text-decoration:none;
		background: #ff6805;
	}
		.popup__text .popup__close {
			position: absolute;
			top: -60px;
			right: -40px;
			cursor: pointer;
		}

	.popup__inside {
		float: left;
		width: auto;
		max-width: 650px;
		position: relative;
		height: auto;
		padding: 40px 40px 30px 40px;
		background: #fff;
	}