// 1. b1d9f2 и 1a83c7
// 2. E98074 и E85A4F
// 3. F172A1 и E64398
// 4. E64398 и C8806A
// 
// 
// 




body {
	font-family: "Montserrat" !important;
}


.header {
	padding-top:  15px;
	padding-bottom:  15px;
	font-family: 'Montserrat';
}

.header .title1 {
	font-weight: 600;
	font-size:  21px;
	font-family: 'Montserrat';
}

.header .title2 {
	font-weight: 500;
	font-size:  19px;
	margin-top:  -5px;
	font-family: 'Montserrat';
}


.header .logoblock {

}

.header .menu {

}

.header .buttons {

}



.header .buttons button {
	border:  2px solid black;
	background: white;
	font-weight: 600;
	border-radius:  30px;
	padding:  5px 20px;
	transition:  0.3s;
	margin-right: 20px;
	color: black;
	font-family: 'Montserrat';
}

	.header .buttons button:hover {
		background:  black;
		color:  white;
		transition:  0.5s;
		font-family: 'Montserrat';
	}


.header .logoblock a:link{
	color:  black;
	text-decoration: none;
	font-family: 'Montserrat';
}

	.header .logoblock a:visited{
		color:  black;
		text-decoration: none;
		font-family: 'Montserrat';
	}


.header .buttons a.wa:link {
	color:  black;
	text-decoration: none;
	font-size: 20px;
	transition: 0.3s;
}

	.header .buttons a.wa:visited {
		color:  black;
		text-decoration: none;
		transition: 0.3s;
	}

	.header .buttons a.wa:hover {
		color:  #595959;
		text-decoration: none;
		transition: 0.3s;
	}




.header .menu .full {
	margin-top:  5px;
	font-family: 'Montserrat';
}

.header .full a:link {
	color:  black;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	transition:  0.3s;
	font-weight: 500;
	font-family: 'Montserrat';
}

	.header .full a:visited {
		color:  black;
		text-decoration: none;
		transition:  0.3s;
	}

	.header .full a:hover {
		color:  #595959;
		text-decoration: none;
		transition:  0.3s;
	}
	



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

.header .logoblock {
	text-align: center;
	margin-bottom: 15px;
}

.header .menu {
	text-align: center;
	margin-bottom: 20px;
}

.header .buttons {
	text-align: center;
	margin-bottom: 20px;
}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.header .logoblock {
	text-align: left;
	margin-bottom: 0px;
}

.header .menu {
	text-align: center;
	margin-bottom: 0px;
}

.header .buttons {
	text-align: right;
	margin-bottom: 0px;
}
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}















.promo1 {
	background: lazur;
	padding-top:  80px;
	padding-bottom:  80px;
	/*
	background-image:  url('images/bg2.jpg');
	background-position: center;
	background-size: cover;
	*/
	background: -moz-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -webkit-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -o-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -ms-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	font-family: 'Montserrat';
}

.promo1 .buttons {

}


.promo1 .buttons button {
	border:  2px solid white;
	background: none;
	font-weight: 600;
	border-radius:  30px;
	padding:  10px 25px;
	font-size:  20px;
	transition:  0.3s;
	margin-right: 20px;
	color:  white;
	font-family: 'Montserrat';
}

	.promo1 .buttons button:hover {
		background:  white;
		color:  black;
		transition:  0.5s;
	}


.promo1 .buttons a.wa:link {
	color:  white;
	text-decoration: none;
	font-size: 20px;
	transition: 0.3s;
}

	.promo1 .buttons a.wa:visited {
		color:  white;
		text-decoration: none;
		transition: 0.3s;
	}

	.promo1 .buttons a.wa:hover {
		color:  black;
		text-decoration: none;
		transition: 0.3s;
	}

.promo1 .photo img {
	border-radius:  10px;
}



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

.promo1 .title1 {
	text-align: center;
	font-size:  30px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 10px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .title2 {
	text-align: center;
	font-size:  20px;
	font-weight: 400;
	margin-bottom: 30px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .text1 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .buttons {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Montserrat';
}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

.promo1 .title1 {
	text-align: center;
	font-size:  30px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 0px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .title2 {
	text-align: center;
	font-size:  20px;
	font-weight: 400;
	margin-bottom: 30px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .text1 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .buttons {
	text-align: center;
	margin-bottom: 50px;
	font-family: 'Montserrat';
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.promo1 .title1 {
	text-align: left;
	font-size:  40px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 0px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .title2 {
	text-align: left;
	font-size:  25px;
	font-weight: 400;
	margin-bottom: 60px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .buttons .text1 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 25px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .buttons {
	text-align: left;
	font-family: 'Montserrat';
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.promo1 .title1 {
	text-align: left;
	font-size:  40px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 40px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .title2 {
	text-align: left;
	font-size:  25px;
	font-weight: 400;
	margin-bottom: 90px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .buttons .text1 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 25px;
	color:  white;
	font-family: 'Montserrat';
}

.promo1 .buttons {
	text-align: left;
}
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}











.footer	{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: LightCyan;
	font-family: 'Montserrat';
}


.footer .left_block .title1 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Montserrat';
}

.footer .left_block .title2 {
	font-size: 20px;
	font-family: 'Montserrat';
}

.footer .menu_title {
	margin-bottom: 10px;
	font-weight: 600;
	font-family: 'Montserrat';
}

.footer .left_block {
	margin-bottom: 20px;
	font-family: 'Montserrat';
}

.footer .menu_block {
	margin-bottom: 20px;
	font-family: 'Montserrat';
}


.footer .right_block {
	margin-bottom: 20px;
	font-family: 'Montserrat';
}


.footer a:link {
	color: black;
	text-decoration: none;
	transition: 0.3s;
	border-bottom: 1px dashed black;
	font-family: 'Montserrat';
}

	.footer a:visited {
		color: black;
		text-decoration: none
		transition: 0.3s;
		border-bottom: 1px dashed black;
		font-family: 'Montserrat';
	}

	.footer a:hover {
		color: #999;
		transition: 0.3s;
		border-bottom: 1px dashed #999;
	}


.footer .bott_text {
	margin-top: 50px;
	font-size: 12px;
	color: #595959;
	font-family: 'Montserrat';
}
	
	





/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

.footer .left_block {
	text-align: center;
}


.footer .menu_block {
	text-align: center;
}


.footer .right_block {
	text-align: center;
}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.footer .left_block {
	text-align: left;
}


.footer .menu_block {
	text-align: left;
}


.footer .right_block {
	text-align: left;
}
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}












.registration {
	padding-top: 70px;
	padding-bottom: 70px;
	background: -moz-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -webkit-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -o-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -ms-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	font-family: 'Montserrat';
}


.registration .title {
	color: white;
	font-size: 30px;
	margin-bottom: 20px;
	font-family: 'Montserrat';
}

.registration .text {
	color: white;
	font-size: 16px;
	margin-bottom: 30px;
	font-family: 'Montserrat';
}

.registration .text a:link {
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed white;
	transition: 0.5s;
}
	
	.registration .text a:visited {
		color: white;
		border-bottom: 1px dashed white;
		transition: 0.5s;
	}

	.registration .text a:hover {
		color: #eee;
		border-bottom: 1px dashed #eee;
		transition: 0.5s;
	}	




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

.registration .title {
	text-align: center;
}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

.registration .title {
	text-align: left;
}
	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}









.about {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f9f9f9;
	font-family: 'Montserrat';
}


.about h2 {
	margin-bottom: 20px;
	font-family: 'Montserrat';
}


.about .content { 
	background: LightCyan;
	padding: 20px 30px;
	border-radius: 20px;
	font-family: 'Montserrat';
}


.about .title {
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 10px;
	font-family: 'Montserrat';
}

.about .content .year {
	font-weight: 400;
	background: Aquamarine;
	width: 55px;
	text-align: center;
	border-radius: 10px;
	padding: 2px 10px;
	margin-top: 10px;
	margin-bottom: 3px;
	font-family: 'Montserrat';
}

.about .img_s {
	border-radius: 20px;
	border: 1px solid blue;
}

.about button {
	background: white;
	color: #555;
	border: 2px #555 solid;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 20px;
	font-family: 'Montserrat';
}

	.about button:hover {
	
	}	
















.page_title {
	padding-top: 50px;
	padding-bottom: 50px;
	background: -moz-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -webkit-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -o-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -ms-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	font-family: 'Montserrat';
}

.page_title .title {

}

.page_title .desc {
	
}



















.headertitle1 {
	padding-top: 50px;
	padding-bottom: 50px;
	background: -moz-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -webkit-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -o-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	background: -ms-radial-gradient(center, ellipse cover, #b1d9f2, #1a83c7);
	color: white;
	font-family: 'Montserrat';
}















.plastic_list {
	padding-top: 80px;
	padding-bottom: 80px;
	font-family: 'Montserrat';
}

.plastic_list .blocktitle1 {
	margin-bottom: 10px;
	font-family: 'Montserrat';
}

.plastic_list a.title1:link {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
	transition: 0.3s;
	font-size: 20px;
	font-family: 'Montserrat';
}

	.plastic_list a.title1:visited {
		text-decoration: none;
		color: black;
		border-bottom: 1px dashed black;
		transition: 0.3s;
		font-size: 20px;
	}

	.plastic_list a.title1:hover {
		text-decoration: none;
		color: #999;
		border-bottom: 1px dashed #999;
		transition: 0.3s;
		font-size: 20px;
	}








.plastic_list1 {
	padding-top: 80px;
	padding-bottom: 80px;
	font-family: 'Montserrat';
}

.plastic_list1 .blocktitle1 {
	margin-bottom: 10px;
	font-family: 'Montserrat';
}

.plastic_list1 a.title1:link {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
	transition: 0.3s;
	font-size: 20px;
	font-family: 'Montserrat';
}

	.plastic_list1 a.title1:visited {
		text-decoration: none;
		color: black;
		border-bottom: 1px dashed black;
		transition: 0.3s;
		font-size: 20px;
	}

	.plastic_list1 a.title1:hover {
		text-decoration: none;
		color: #999;
		border-bottom: 1px dashed #999;
		transition: 0.3s;
		font-size: 20px;
	}




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

.plastic_list1 .mobile {
	display: block;
}

.plastic_list1 .full {
	display: none;
}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.plastic_list1 .mobile {
	display: none;
}

.plastic_list1 .full {
	display: block;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


	
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}












.page_ops {
	margin-top: 80px;
	margin-bottom: 80px;
}

.pc {
	margin-top: 80px;
}

.page_ops .cont {
	background: #FAFAFA;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 20px;
}

.page_ops .cont h2 {
	font-weight: 200;
}

.page_ops .cont h4 {
	color: #595959;
	font-weight: 200;
	font-family: 'Montserrat';
}

.page_ops .cont .txt {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: 'Montserrat';
}

.page_ops .cont .doposle {
	margin-top: 30px;
	font-family: 'Montserrat';
}

.page_ops .cont .price {
	margin-top: 30px;
	font-family: 'Montserrat';
}

.page_ops .cont .price hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

.page_ops .cont .inc {
	margin-top: 30px;
	font-family: 'Montserrat';
}

.page_ops .cont .ord {
	margin-top: 30px;
	font-family: 'Montserrat';
}

.page_ops .cont .ord span {
	color: #1a83c7;
	font-size: 12px;
}

.page_ops button {
	background: #FAFAFA;
	color: #1a83c7; 
	border: 2px solid #1a83c7;
	font-size: 20px;
	border-radius: 20px;
	padding: 10px 20px;
	transition: 0.5s;
}

	.page_ops button:hover {
		color: #F1F1F1;
		background: #1a83c7;
		transition: 0.5s;
	}	



p {
	font-family: 'Montserrat';
}






.cprice {
	padding-top: 80px;
	padding-bottom: 80px;
	font-family: 'Montserrat';
}

.cprice h4 {
	font-family: 'Montserrat';
	margin-bottom: 20px;
	margin-top: 20px;
}

.cprice hr {
	margin-top: 0px;
	margin-bottom: 0px;
}







.beforeafter {
	padding-top: 80px;
	padding-bottom: 80px;
}

.beforeafter h4 {
	font-family: 'Montserrat';
	margin-bottom: 20px;
	margin-top: 20px;
}







.faq {
	padding-top: 80px;
	padding-bottom: 80px;
}







.rep {
	padding-top: 80px;
	padding-bottom: 80px;
	font-family: 'Montserrat';
}

.rep h2 {
	margin-bottom: 40px;
}

.rep img {
	margin-bottom: 20px;
	border: 1px solid #b1d9f2;
	border-radius: 15px;
	padding: 10px;
}









.accordion .ui-accordion-header {
	font-size: 20px;
	text-decoration: none;
	line-height: 1.2;
	margin: 0 0 0 0;
	padding: 10px 0 10px 30px;
	outline: none;
	cursor: pointer;
	background: url(/down.png) 0 15px no-repeat;
	font-family: 'Montserrat';
}
.accordion .ui-state-active {
	background-image: url(/up.png);
	font-family: 'Montserrat';
}
.accordion .ui-accordion-content {
	padding: 0 0 0 40px;
	font-size: 16px;
	line-height: 1.4;
	color: #444;
}

.accordion a:link {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
	transition: 0.5s;
}

	.accordion a:visited {
		color: black;
		border-bottom: 1px dashed black;
		transition: 0.5s;
	}
	

	.accordion a:hover {
		color: #999;
		border-bottom: 1px dashed #999;
		transition: 0.5s;
	}








