#header{
	background-color: rgba(13, 13, 13, 0.75);
	position: fixed;
	left: 0;
	right: 0;
	max-width: 100%;
	z-index: 1000;
	transition: all 1s;
	padding: 6px 0 6px;
}
#page.main-page #header{
	background-color: rgba(13, 13, 13, 0.2);
}
#header.scrolled{
	background-color: rgba(13, 13, 13, 0.85) !important;
}
a.logo{
	display: inline-block;
	width: 115px;
	height: 36px;
	background-image: url("./img/paketplus-logo.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.pushy-content li.logo{
	display: inline-block;
	width: 100%;
	height: 36px;
	background-image: url("./img/paketplus-logo.png");
	background-repeat: no-repeat;
	background-position: 30px center;
}
#header a.phone, #header a.viber, #header a.telegram{
	display: inline-block;
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	line-height: 36px;
	font-size: 18px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 40px;
	margin-top: 2px;
}
#header a.phone{
	background-image: url("./img/phone.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#header a.viber{
	background-image: url("./img/viber.png");
	background-repeat: no-repeat;
	background-position: left center;
	width: 50px;
	margin-right: 5px;
}
#header a.telegram{
	background-image: url("./img/telegram.png");
	background-repeat: no-repeat;
	background-position: left center;
	width: 50px;
	margin-right: 5px;
}
#main-page #first-screen{
	background-image: url("./img/first-screen-bg.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 140px 0;
}
#main-page #first-screen h1{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 72px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	margin: 35px auto 30px;
}
#main-page #first-screen h3{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	margin: 0px auto 82px;
}
#main-page h2{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 36px;
	text-align: center;
	color: #333333;
	margin: 48px auto 24px;
}
#main-page h2 + p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	text-align: center !important;
	color: #333333;
	margin: -2px auto 38px;
}
h4{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #333333;
	margin: 24px auto 10px;
}
#main-page #advantages{
	padding: 8px 0 70px;
	text-align: center;
}
#main-page #advantages button{
	margin-top: 6px;
}
#main-page #advantages h4{
	background-repeat: no-repeat;
	background-position: center top;
	padding: 74px 0 0;
	margin: 27px 0 12px;
}
#main-page #advantages .item1 h4{
	background-image: url("./img/quality.png");
}
#main-page #advantages .item2 h4{
	background-image: url("./img/low-price.png");
}
#main-page #advantages .item3 h4{
	background-image: url("./img/time.png");
}
#main-page #advantages .item4 h4{
	background-image: url("./img/ecology.png");
}
#main-page #assortiment{
	background-color: #f5f5f5;
	padding: 12px 0 58px;
	text-align: center;
}
#main-page #assortiment h4, #main-page #assortiment p{
	text-align: left;
}
#main-page #assortiment p+img{
	margin-top: 18px;
}
#main-page #assortiment button{
	margin-top: 28px;
}
#main-page #assortiment .row > div{
	margin-bottom: 24px;
}
#main-page #pvd-pnd{
	padding: 12px 0 60px;
}
#main-page #pvd-pnd h4{
	margin: 0px auto 40px;
}
#main-page #pvd-pnd strong{
	color: #DC4E92;
	font-weight: normal;
}
#main-page #pvd-pnd .pvd-descr p{
	text-align: right;
}
#main-page #pvd-pnd .pnd-descr p{
	text-align: left;
}
#main-page #quality{
	padding: 12px 0 0px;
	background: rgba(220, 78, 146, 0.1);
	position: relative;
}
#main-page #quality:before{
	position: absolute;
	content: "";
	left: 0;
	right: 50%;
	top: 0;
	bottom: 12px;
	background-image: url("./img/laboratory.jpg");
	background-size: cover;
}
#main-page #quality:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 12px;
	bottom: 0;
	background-color: #fff;
}
#main-page #quality img{
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
}
#main-page #quality h4{
	text-align: left;
}
#main-page #quality .row > div:nth-of-type(2){
	margin-bottom: 64px;
}
#main-page #quality h4+p{
	position: relative;
}
#main-page #quality h4+p:before{
	position: absolute;
	content: "";
	left: -37px;
	top: 8px;
	width: 20px;
	height: 12px;
	background-image: url("./img/left-arrow.png");
}
#main-page #delivery{
	padding: 31px 0 190px;
	background-image: url("./img/delivery-map.jpg");
	background-size: cover;
	background-position: center top;
}
#main-page #delivery h4{
	text-align: left;
	margin: 14px 0 20px;
}
#main-page #delivery button{
	margin-top: 20px;
}
#main-page #delivery .any-place:before{
	position: absolute;
	content: "";
	left: -421px;
	top: -125px;
	width: 727px;
	height: 528px;
	background-image: url("./img/delivery-bus.png");
}
#calculator{
	padding: 12px 0 50px;
	background-image: url("./img/calculator-bg.jpg");
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	text-align: center;
}
#calculator h4{
	margin: 25px 0 20px;
}
#calculator div+h4{
	margin-top: 70px;
}
#calculator div.radio+h4{
	margin-top: 43px;
}
#calculator h4.color-count{
	transition: all 0.25s ease-in;
}
#calculator h4.after-falz{
	margin-top: 50px;
}
#calculator #calc-panel-1, #calculator #calc-panel-2{
	background-color: rgba(255, 255, 255, 0.75);
	padding: 24px 24px 57px;
	margin: 0 auto 32px;
	max-width: 400px;
}
#calculator div.switch span{
	display: block;
	position: relative;
	margin-top: -18px;
	color: rgba(51, 51, 51, 0.5);
}
#calculator div.falz-width{
	text-align: center;
	margin-top: 27px;
}
#calculator div.falz-width input{
	width: 56px;
}
#calculator #show-paket{
	width: 285px;
	height: 338px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.25s ease-in;
	margin: 0 auto;
}
.paket-color-1{
	background-image: url("./img/paket-color-1.png");
}
.paket-color-2{
	background-image: url("./img/paket-color-2.png");
}
.paket-color-3{
	background-image: url("./img/paket-color-3.png");
}
.paket-transparent-1{
	background-image: url("./img/paket-transparent-1.png");
}
.paket-transparent-2{
	background-image: url("./img/paket-transparent-2.png");
}
.paket-transparent-3{
	background-image: url("./img/paket-transparent-3.png");
}
.paket-color-1.falz:before, .paket-color-2.falz:before, .paket-color-3.falz:before{
	position: absolute;
	content: "";
	left: 15px;
	top: 0px;
	height: 311px;
	width: 40px;
	background-color: rgba(220,78,146,0.5);
}
.paket-color-1.falz:after, .paket-color-2.falz:after, .paket-color-3.falz:after{
	position: absolute;
	content: "";
	right: 15px;
	top: 0px;
	height: 311px;
	width: 40px;
	background-color: rgba(220,78,146,0.5);
}
.paket-transparent-1.falz:before, .paket-transparent-2.falz:before, .paket-transparent-3.falz:before{
	position: absolute;
	content: "";
	left: 15px;
	top: 0px;
	height: 311px;
	width: 40px;
	background-color: rgba(255,255,255,0.5);
}
.paket-transparent-1.falz:after, .paket-transparent-2.falz:after, .paket-transparent-3.falz:after{
	position: absolute;
	content: "";
	right: 15px;
	top: 0px;
	height: 311px;
	width: 40px;
	background-color: rgba(255,255,255,0.5);
}
#calculator #razmer-paketa > div{
	display: inline-block;
	vertical-align: top;
}
#calculator #razmer-paketa > span{
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
}
#calculator #razmer-paketa > img{
	vertical-align: top;
	margin-top: 4px;
}
#calculator #razmer-paketa input, #razmer-paketa select{
	width: 60px;
	display: block;
}
#calculator #show-paket+h4{
	margin-top: 0px;
}
#calculator #THICKNESS{
	width: 60px;
}
#calculator #quantity{
	margin-top: 19px;
}
#calculator #quantity h4{
	display: inline-block;
}
#calculator #quantity input{
	width: 100px;
}
#calculator h4.calculator-result{
	margin: 18px auto 26px;
	color: #DC4E92;
}
#calculator h4.calculator-result-1{
	margin: 16px auto 0px;
	color: #DC4E92;
	font-size: 16px;
}
#footer{
	background-image: url("./img/footer-bg.jpg");
	background-size: cover;
	color: #e5e5e5;
	text-align: left;
	font-size: 14px;
	padding: 48px 0 50px;
}
#footer h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	text-align: left;
	color: #DC4E92;
	margin: 43px 0 23px;
}
#footer .footer-separator{
	height: 19px;
	border-bottom: 1px solid #DC4E92;
}
#footer h2{
	font-family: Comfortaa;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	color: #E5E5E5;
	padding: 10px 0 0;
}
#footer ul{
	padding-left: 1.1em;
}
#footer a{
	color: #37AEE2;
}
#footer li > a{
	color: #F5F5F5;
}
#footer a:hover{
	text-decoration: underline;
}
#footer ul.contacts{
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}
#footer a.phone, #footer a.viber, #footer a.telegram{
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	white-space: nowrap;
}
#footer a.phone{
	background-image: url("./img/phone2.png");
}
#footer a.viber{
	background-image: url("./img/viber2.png");
}
#footer a.telegram{
	background-image: url("./img/telegram2.png");
}
#template1-page{
	padding: 80px 0;
}
.pushy a.phone, .pushy a.viber, .pushy a.telegram{
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-left: 64px;
	white-space: nowrap;
}
.pushy a.phone{
	background-image: url("./img/phone2.png");
}
.pushy a.viber{
	background-image: url("./img/viber2.png");
}
.pushy a.telegram{
	background-image: url("./img/telegram2.png");
}
.pushy ul+ul{
	border-top: 1px solid #DC4E92;
	padding-top: 10px;
}
.pushy a:hover{
	background-color: rgba(255,255,255,0.25);
}
.pushy li{
	text-align: left !important;
}
div.simple-product-card{
	border: 1px solid #e5e5e5;
	max-width: 300px;
	text-align: center;
	padding: 24px 24px 16px;
	display: inline-block;
	margin: 0 16px 32px;
	vertical-align: top;
}
div.simple-product-card h3{
	margin: 8px 16px;
}
div.simple-product-card h4{
	margin: 0px 16px 8px;
	color: #DC4E92;
}
div.simple-product-card div.descr{
	padding: 8px 32px;
}
@media (max-width: 1199px){ /* lg */
	#main-page #delivery .any-place:before {
	    left: -300px;
	    top: -50px;
	}
}
@media (min-width: 992px){ /* lg */
	
}
@media (max-width: 991px){ /* md */
	#main-page #quality:before {
		right: 0px;
		opacity: 0.1;
	}
}
@media (max-width: 767px){ /* sm */
	#header div.row > div{
		text-align: left !important;
	}
	#mobile-menu-button {
		left: auto;
		right: 16px;
	}
	#header .container {
	    margin-left: 0px;
	}
	#main-page #first-screen h1 {
	    font-size: 46px;
	}
	#main-page #quality h4+p:before{
		display: none;
	}
	#main-page #delivery .any-place:before {
	    left: calc(40% - 300px);
	    top: -50px;
	}
	#main-page #delivery .any-place {
	    margin-bottom: 300px;
	}
	#main-page #delivery{
	    position: relative;
	    background-position: center bottom;
	    padding-bottom: 100px;
	}
	#main-page #delivery .container{
	    position: relative;
	    z-index: 2;
	}
	#main-page #delivery:after{
	    position: absolute;
	    content: "";
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    background-color: rgba(255,255,255,0.75);
	    z-index: 0;
	}
	#delivery .container{
		overflow: hidden;
	}
}
@media (max-width: 479px){ /* xs */
	#main-page #first-screen h1 {
	    font-size: 32px;
	    margin: 0px auto 30px;
	}
	#main-page #first-screen h3 {
	    margin: 0px auto 41px;
	}
	#main-page #first-screen{
	    padding-bottom: 80px;
	}
}