/*   
Theme Name: ValkaLesa
Description: 111
Version: 2.5
*/

*,* {
	margin: 0px;
	padding: 0px;
}
*,*:focus {
    outline: none;
}

body {
	min-width: 320px;
	max-width: 1920px;
	width: 100%;
	margin: auto;
	font-family: HelveticaNeue, sans-serif; 
	background-color: #fff;
}

.wrapper {
	min-width: 300px;
	width: 1170px;
	max-width: 1170px;
	position: relative;
	margin: 0px auto;

}

.wrapper_header {
	min-height: 70px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}


.header {
	color: #919191;
	font-size: 17px;
	font-family: HelveticaNeue, sans-serif; 
	font-weight: 500;
	background-color: #121212;
	padding: 10px 0px;
	position: fixed;
	width: 100%;
	z-index: 2000;
	max-width: 1920px;
	top: 0;
}
.header .des {
	color: #919191;
	font-size: 17px;
	letter-spacing: 0.2px;
	vertical-align: top;
	width: 220px;
    text-decoration: none;
}
.header .phone-menu {
	font-size: 18px;
	display: none;
	position: absolute;
	top: 95px;
	right: 0px;
	background: #121212;
	border-radius: 5px;
}
.header .phone-menu li {
	float: none;
	display: block;
}
.header .phone-menu li a {
	padding: 10px 11px;
}
.header .phone-menu li a:after {
	display: none;
}
.header .phone-menu li a,
.header .phone-menu li a:hover {
	color: #919191;
	text-decoration: none;
	line-height: 60px;
}
.header .phone-menu li:first-of-type a:before {
	content: url('images/bg/tel2.webp');
	padding: 10px 10px 0 10px;
	float: left;
	line-height: 10px;
}
.header .phone-menu li:last-of-type a:before {
	content: url('images/bg/whatsapp2.webp');
	padding: 10px 10px 0 10px;
	float: left;
	line-height: 10px;
}

.header .top-menu {
    vertical-align: top;
	width: 520px;
	font-size: 17px;
}
.header .top-menu li {
    display: inline-block;
    vertical-align: top;
}
.header .top-menu li a {
    color: inherit;
    text-decoration: none;
	display: block;
	padding: 10px 27px;
	position: relative;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.header .top-menu li a:after {
	content: '/';
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	color: #87d37c;
}
.header .top-menu li:last-child a:after {
	display: none;
}
.header .top-menu li.active a,
.header .top-menu li a:hover {
	color: #fff;
}
.header .top-menu {}
.header .top-menu {}
.header .button {
	display: flex;
	align-items: center;
    vertical-align: top;
    color: #87d37c;
    font-size: 17px;
    text-decoration: none;
}

.header .button:before {
	content: url('images/bg/call.webp');
	width: 32px;
	height: 32px;
}
.header .phone {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	text-align: right;
}
.header .phone a, .header .phone a:hover, .header .phone a:visited {
	line-height: 22px;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}

.header .whatapp a {
	width: 41px;
	height: 41px;
	display: block;
	background-repeat: no-repeat;
	background-image: url("images/wh.png");
}
.header .whatapp a:hover {
	background-image: url("images/wh-2.png");
}


.home {
	font-family: HelveticaNeue, sans-serif; 
	height: 860px;
	background-image: url('images/bg/verhnii-best.webp') ;
	background-repeat: no-repeat;
	background-position: left 79px;
	padding: 80px 0px 0px;
	overflow: hidden;
}
.home .title {
	color: #fff;
	font-size: 44px;
	width: 765px;
	margin: 99px 0px 0px;
	padding: 65px 0px 0px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.8px;
	font-weight: 700;
}
.home .form {
    display: inline-block;
    vertical-align: top;
    margin: 99px 0px 0px;
	width: 334px;
	padding: 30px 33px;
    border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

.home .form_success {
    display: none;
    vertical-align: top;
    margin: 99px 0px 0px;
	width: 334px;
	padding: 30px 33px;
    border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	background-color: #87d37c;
	color: white;
}

#form_return {
	background-color: #87d37c;
	color: white;
	text-align: center;
	font-size: 22px;
	line-height: 1.3;
	padding: 80px 15px;
	border-radius: 4px
}
.fancybox-skin {
	padding: 0 !important;
}
#phone, #phone1 {
	padding: 15px;
}


.home .advan {
	display: block;
	vertical-align: top;
	text-align: center;
	margin: 42px auto 40px;
}
.home .advan li {
	color: #121212;
	font-size: 16px;
	font-family: HelveticaNeue; 
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	width: 230px;
}
.home .advan li:nth-child(2) {
    margin: 0px 140px;
}
.home .advan li .advanimg {
	display: block;
    margin: 0px auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0px 0px 8px -2px #939393;
	line-height: 96px;
	margin: 0px auto 14px;
	background: white;
}
.home .advan li img {
	display: inline-block;
    margin: 0px auto;
}
.home .advan li label {
	color: white;
}
.home .advan {}


.home .scroll {
	background-image: url('images/bg/scroll1.webp');
	background-repeat: no-repeat;
	background-position: top center;
	width: 25px;
	height: 55px;
	margin: 90px auto 0px auto;
	display: block;
}
/*
.home .wrapper:after {
	content: ' ';
	display: block;
	background-image: url('images/bg/home2.png');
	width: 250px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 145px;
	right: -170px;
}*/
.home {}




.form {}
.form .titl {
	font-size: 24px;
	font-weight: 700;
	font-family: HelveticaNeue, sans-serif; 
	text-align: center;
}
.form .titl span {
	color: #87d37c;
}
.form label {
	font-size: 16px;
	font-weight: 500;
	color: #2a2a2a;
	margin: 24px 0px 0px;
	display: inline-block;
	vertical-align: top;
}
.form span {}
.form input {
	border: 1px solid #cbcbcc;
    padding: 15px 10px;
    margin: 3px 0px 0px;
    width: 310px;
    font-size: 15px;
    font-weight: 400;
}
.form input:focus {
	border: 1px solid #87d37c;
}
.form textarea {}
.form .button {
    border: none !important;
    width: 331px;
    color: #fff;
    background-color: #87d37c;
    margin: 30px 0px 0px;
    background-image: url('images/bg/button.webp');
    background-repeat: no-repeat;
    background-position: left 18px center;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 0px 14px 32px;
    text-align: center;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-family: HelveticaNeue, sans-serif;
}
.form .button:hover {
	background-color: #94e888;
	
}
.form .button:active {
	margin: 33px 0px -3px;
	box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.5);
}


.feedback {
	background: #87d37c;
	padding: 20px 0;
}
.feedback_title .title {
	font-size: 44px;
	text-align: center;
	padding: 80px 0px 48px;
}
.feedback .slick-slide .title {
	color: white;
	text-align:  center;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 10px;
}
.feedback .slick-slide .text {
	text-align:  center;
	padding: 0 40px;
}
.feedback .slick-slide img {
	margin: 0 auto;
}
.slider-single-feedback .button {
	position: absolute;
	font-size: 0px;
	width: 50px;
	height: 28px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: top 30px center;
	z-index: 1000;
	cursor: pointer;
	top: 0px;
}
.slider-single-feedback .button-prev {
	background-image: url('images/bg/arrowl2.webp');
	left: 0px;
}
.slider-single-feedback .button-next {
	background-image: url('images/bg/arrowr2.webp');
	right: 0px;
}

.services {
    background-image: url('images/bg/services.webp');
    background-repeat: no-repeat;
    background-position: top 40px center;
}
.services .title {
	font-size: 44px;
	color: #000;
	text-align: center;
	padding: 80px 0px 48px; 
}
.services .thumbnail {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px 10px;
	width: fit-content;
	height: fit-content;
	background-color: #000;

} 
.services .thumbnail img {
	-webkit-transition: all .3s ease-in-out,all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out,all .3s ease-in-out;
	transition: all .3s ease-in-out,all .3s ease-in-out;
} 
.services .thumbnail:hover img {
	opacity: 0.2;
} 
.services a {
	color: inherit;
	text-decoration: none;
}
.services .labe .details {
	padding-top: 10px;
	font-size: 15px;
	font-weight: 100;
}
.services .labe {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
	line-height: 19px;
	padding: 15px 0px 9px;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 35%, rgba(204, 204, 204, 0));
} 
.services .next {
	font-weight: 300;
    margin-top: 15px;
    letter-spacing: 1.4px;
} 
.services .price {
	color: #87d37c;
	font-weight: 700;
	line-height: 25px;
	padding: 3px 0px 0px;
}
.brfront {
	clear: both;
    display: block;
}

#services-go, #about-go {
	position:relative;
	top: -85px;
}







.home #about{
	padding-top:40px;
}
.about {
	height: 665px;
}
.about .title {
	font-size: 44px;
	color: #000;
	text-align: center;
	padding: 80px 0px 48px; 
}
.about .box {
	margin: 40px 0px 0px;
	height: 470px;
	box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.5);
	overflow: hidden;
}
.about .photo {
	display: inline-block;
	width: 700px;
	overflow: hidden;
}
.about .photo img {
}
.about .info {
	color:#121212; 
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	width: 455px;
}
.about .info li {
	display: inline-block;
	padding: 48px 0px 27px 50px;
	vertical-align: middle;
}
.about .info li span {
	display: inline-block;
    vertical-align: middle;
	padding: 9px 0px 0px 25px;
	letter-spacing: 0.8px;
	font-weight: 500;
}
.about .info li .ingoimg {
	display: inline-block;
	width: 70px;
	text-align: center;
}
.about .info li img {}
.about {}
.about {}




.portfolio {
	height: 985px;
	padding: 70px 0px 0px;
	background-image: url('images/bg/work.webp');
	background-repeat: no-repeat;
	background-position: top 50px center;
	position: relative;
}
.portfolio .title {
	font-size: 44px;
	color: #000;
	text-align: center;
	padding: 150px 0px 45px;
}
.portfolio .scroll {
	background-image: url('images/bg/scroll1.webp');
	background-repeat: no-repeat;
	background-position: top center;
	width: 25px;
	height: 55px;
	margin: 43px auto 0px;
	display: block;
}
.portfolio .inf1 {
	padding: 30px 0px 0px 0px;
	line-height: 20px;
}
.portfolio .inf2 {
	padding: 37px 0px 0px 0px;
	line-height: 20px;
}
.portfolio {}
.portfolio {}
.portfolio {}



.section {
    width: 990px;
    margin: 0 auto 0px;
	font-size: 0px;
	box-shadow: 0px 0px 3px 0px rgba(192, 192, 192, 0.5);
	background-color: #fff;
	height: 620px;
	position: relative;
}

.portfolio .section:after {
	content: ' ';
	display: block;
	background-image: url('images/bg/work2.webp');
	width: 149px;
	height: 118px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -53px;
	left: 5px;
}

.tabs li {
    display: block;
    cursor: pointer;
    position: relative;
	height: 59px;
	font-size: 16px;
	font-weight: 500;
	color: #121212;
	line-height: 60px;
	border-top: 1px solid #f2f2f2;
}
.tabs li:first-child {
    border-top: none;
	height: 60px;
}
.tabs li label {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
}
.tabs li:hover{
	
}

.tabs li.current {
	background-color: #87d37c;
	color: #fff;
}
.work {
    display: none;
	-webkit-transition: all .3s ease-in-out,all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out,all .3s ease-in-out;
	transition: all .3s ease-in-out,all .3s ease-in-out;
	width: 670px;
	font-size: 14px;
	color: #121212;
	letter-spacing: 0.6px;
}
.work label {
	font-weight: 500;
	font-size: 16px;
	display: block;
}
.work img {
	box-shadow: 0px 0px 10px 0px rgba(192, 192, 192, 0.5);
}
.work.visible {
    display: inline-block;
}

.vertical .tabs {
    width: 320px;
    display: inline-block;
	vertical-align: top;
	height: 360px;
	box-shadow: 1px 3px 9px -4px rgba(192, 192, 192, 0.5);
}








.contacts {
	margin: 0;
	background-image: url('images/bg/nignii.webp');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	margin: 20px 0px 5px;
}
.contacts .title {
	font-size: 44px;
	color: #fff;
	text-align: center;
	padding: 170px 0px 50px; 
	font-weight: 700;
}
.contacts {}
.contacts .button {
	border: none !important;
	width: 285px;
	color: #fff;
	background-color: #87d37c;
	background-image: url('images/bg/button.webp');
	background-repeat: no-repeat;
	background-position: left 18px center;
	font-size: 18px;
	font-weight: 400;
	padding: 14px 0px 14px 45px;
	text-align: center;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin: 0px auto;
}
.contacts .button:hover {
	background-color: #94e888;
}
.contacts .button:active {
	margin: 3px auto 0px;
	box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.5);
}


.decto a, .decto a:hover, .decto a:visited,
.phn a, .phn a:hover, .phn a:visited {
	text-decoration: none;
	color: white;
}


.single {
	width: 100%;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	margin-top: 100px;
	background-image: url('images/bg/single.webp');
	/*background-image: url('images/singl110.jpg');  */
	background-position: top center;
	min-height: 430px;
}

.single2 {
	background-image: url('images/bg/single2.webp');
	background-position: top center;
}
.single .title {
	font-size: 36px;
	color: #000;
	padding: 10px 0px;
	font-weight: 700;
}
.single .price {
	font-weight: 500;
	font-size: 14px;
}
.single p {    
	padding: 3px 0px 9px;
	font-size: 18px;
    line-height: 1.33349;
    font-weight: 300;
    letter-spacing: 0em;
	
	
}
.single ul {
    padding: 4px 0px 4px 20px;
}
.single li {
	padding: 3px 0px 3px;
	font-size: 18px;
    line-height: 1.33349;
    font-weight: 300;
    letter-spacing: 0em;
}
.single ol {
    padding: 4px 0px 4px 20px;
}
.single h1 {
	padding: 10px 0px 0;
}
.single h2 {
	padding: 7px 0px;
}
.single h3 {
	padding: 5px 0px;
}
.single .price {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 0px 0px 15px;
    display: inline-block;
}








.single .slider-single {
	    margin: 20px 0px 10px;
}

.single .slider-single .slick-slide {
	padding: 00px 0px 00px;
	position: relative;
	overflow: hidden;
}
.single .slider-single .slick-slide img{
	width: 100%;
	height: auto;
	opacity: 0.3;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	transition: all 300ms ease;

}
.single .slider-single .slick-slide .slidvn{
	width: 100%;
	height: auto;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	transition: all 300ms ease;
	position: relative;

}


.single .slider-single .slidvn img{
	position: relative;
	left: 0px;
	right: 0px;

}


.single .slider-single .slick-current {
	padding: 0px 0px 0px;
	
}


.single .slider-single .slick-slide.slick-current .slidvn  {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	position: relative;

}

.single .slider-single .slick-slide.slick-current img {
	margin: 0px;
	position: relative;
	left: 0px;
	right: 0px;
	z-index: 5;
	opacity: 1;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}


.single .slider-single .slick-slide .slidvn:before{
	position: absolute;
	content: ' ';
	left: 195px;
	height: 100%;
	width: 100%;
	background-color: #000;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	transition: all 300ms ease;
	
}
.single .slider-single .slick-slide.slick-current .slidvn:before{
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	
}
.single .slider-single .slick-slide.slick-current + .slick-slide .slidvn:before {
	left: -195px;
}
.single .slider-single .slick-slide img{
	position: relative;
	left: 195px;
}
.single .slider-single .slick-slide.slick-current + .slick-slide img {
	position: relative;
	left: -195px;
}




.single .slider-single .button {
	position: absolute;
	font-size: 0px;
	width: 50px;
	height: 28px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center center;
	z-index: 1;
	cursor: pointer;
	top: 0px;
}

.single .slider-single .button-prev {
	background-image: url('images/bg/arrowl.webp');
	left: 0px;
}
.single .slider-single .button-next {
	background-image: url('images/bg/arrowr.webp');
	right: 0px;
}






.slider-single2{
	width:900px;
	height:684px;
	margin:0 auto;
	padding-top:47px;
	position:relative
}
.slider-single2 .controls{
	cursor:pointer;
	position:absolute;
	top:333px;
	z-index:200
}
.slider-single2 .controls.icon-arrow-left2{
	left:-18px
}
.slider-single2 .controls.icon-arrow-right2{
	right:-21px
}
.slider-single2 .wrapper-carousel{
	left:-210px;position:absolute;top:47px
}
.slider-single2 .items .item{
	display:block;float:left;border:none;position:relative;margin-top:20000px
}
.slider-single2 .items .item img{
	width:100%;max-height:100%
}

.slider-single2 {}

.slider-single2 {}
.slider-single2 {}
.slider-single2 {}
.slider-single2 {}
.slider-single2 {}







.single .slider-single3 {
	margin: 80px 0px 30px;
}
.single .slider-single3 div {
}
.single .slider-single3 img {
}
.single .slider-single3 .slick-slide {
	height: 320px;
	transition: all 0.3s linear;
	margin: 40px 0px 40px;
	position: relative;
	background-color: #000;
}
.single .slider-single3 .slick-slide img{
	width: 100%;
	transition: all 0.3s linear;
	height: 320px;
	opacity: 0.2;
}
.single .slider-single3 .slick-current {
	height: 400px;
	width: 770px;
	margin: 0px 0px 0px;
}
.single .slider-single3 .slick-current img{
	height: 400px;
	width: 770px;
	opacity: 1;
	transition: all 0.3s linear;
}
.single .slider-single3 .slick-active {}
.single .slider-single3 .slick-center {}
.single .slider-single3 .button {
	position: absolute;
	font-size: 0px;
	width: 50px;
	height: 28px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center center;
	z-index: 1;
	cursor: pointer;
	top: 0px;
}
.single .slider-single3 .button-prev {
	background-image: url('images/bg/arrowl.png');
	left: 0px;
}
.single .slider-single3 .button-next {
	background-image: url('images/bg/arrowr.png');
	right: 0px;
}



































.single .noslider-single {
	text-align: center;    
	margin: 50px 0px 30px;
}
.single .noslider-single img {
	height: auto;
	width: 550px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}






















.single .form {
	margin: 75px auto 0px;
    text-align: center;
}
.single .form label {
	margin: 0px 0px 0px;
	text-align: left;
}
.single .form label span {
	display: block;
	margin: 6px 0px 0px;
}
.single .form label span input {
	padding: 17px 9px;
}
.single .form  label input{
	 margin:  -3px 0px 0px!important;
}
.single .form .button {
	width: 304px;
    margin: 26px 0px 0px 30px;
    font-size: 18px;
    background-position: left 20px center;
	padding: 15px 0px 15px 32px;
}
.single .form .button :active {
	margin: 29px 0px -3px 30px;
}
.single .form {}
.single .form {}
.single {}
.single {}



.index {
	padding: 100px 0px 20px;
}
.index {}
.index {}

.page {
	padding: 100px 0px 20px;
}
.page {}
.page {}



#footer-home {}
#footer-home ul {width: 955px;margin: 0px auto 12px;}
#footer-home li {
    color: #fff;
    width: 255px;
    text-align: left;
    margin: 0px 0px;
}
#footer-home li:nth-child(2n) {
	margin: 0px 50px;
}
#footer-home li span {
	margin: 0px auto;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-shadow: 0px 0px 8px -2px #939393;
	line-height: 86px;
	margin: 0px auto 14px;
	background: #fff;
}
#footer-home li span img {}
#footer-home li label {
	vertical-align: middle;
    margin: 0px 0px 0px 10px;
}
#footer-home .info {
	text-align: center;
	padding: 20px 0px 30px;
}
#footer-home .info a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}




#footer {
	background-color: #121212;
}
#footer .info {
	display: none;
}
#footer li {
	color: #fff;
	padding: 20px 0px 20px;
	vertical-align: top;
	width: 331px;
	font-weight: 500;
}
#footer li span {
	vertical-align: middle;
	width: 35px;
	margin: 0px 30px 0px 0px;
}
#footer li span img{}
#footer li label {
	text-align: left;
	vertical-align: middle;
}
#footer li a label,
#footer-home li a label
{
	color: #fff;
	font-weight: 500;
	cursor: pointer;
}
#footer li a:hover label,
#footer-home li:hover a label,
#footer-home .info a:hover
{
	text-decoration: underline;
}





.footer {}
.footer ul {
	
	text-align: center;
	margin: 0px auto;
}
.footer li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 700;
}
.footer span {
	display: inline-block;
	text-align: center;
}
.footer ul li:last-child span img {margin-top:-2px;}
.footer span img {
	display: inline-block;
	margin: 0px auto;
}
.footer label {
	display: inline-block;
}







.policie {
	font-size: 15px;
	font-weight: 400;
	color: #121212;
	font-family: 'Ubuntu', sans-serif;
	padding: 10px 20px 20px;
}
.policie .title {
	color: #121212;
	font-size: 24px;
	font-weight: 500;
	padding: 0px 0px 10px;
	text-align: center;
}
.policie p {
	padding: 7px 0px;
}



.modal {
	text-align: center;
    padding: 10px 10px;
    /*height: 289px;*/
}
.modal .title {
	color: #121212;
	font-size: 24px;
	font-weight: 700;
	padding: 0px 0px 10px;
	text-align: center;
	line-height: 30px;
}
.modal.form label {
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    margin: 8px 0px 7px;
    display: inline-block;
    vertical-align: top;
	width: 100%;
}
.modal.form p{
    width: 334px;
    text-align: left;
    margin: auto;
}
.modal.form input {
	border: 1px solid #cbcbcc;
    padding: 15px 10px;
    margin: 12px 0px 0px;
    width: 310px;
    font-size: 15px;
    font-weight: 400;
}
.modal.form .button {
    border: none !important;
	width: 331px;
	color: #fff;
	background-color: #87d37c;
	margin: 20px auto 10px;
	background-image: none;
    background-repeat: no-repeat;
	font-size: 18px;
	font-weight: 400;
	padding: 14px 0px 14px 0px;
    text-align: center;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-family: HelveticaNeue, sans-serif;
    border-radius: 0px;
    display: block;
}
.modal.form .button:hover {
	background-color: #94e888;
}
.modal.form .button:active {
	margin: 23px auto 7px;
	box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.modal.form input:focus {
	border: 1px solid #87d37c;
}


.modal {}
.modal {}



.thanks {
	padding: 45px 30px;
	font-size: 24px;
	color: #2a2a2a;
	font-weight: 500;
	text-align: center;
	min-width: 400px;
}












.ajax-loader {
    display: none;
}
.wpcf7-response-output {
    font-size: 11px;
}

div.wpcf7-validation-errors {
	border: none !important;
}

span.wpcf7-not-valid-tip {
	color: #FFF;
	font-size: 11px;
	position: absolute;
	width: auto;
	height: 13px;
	top: -28px;
	right: 3px;
	display: block;
	padding: 5px;
	border-radius: 5px;
	background-color: RGBA(0, 0, 0, 0.55);
	text-align: center;
	box-shadow: 0px 0px 5px 0px #fff;
}
.wpcf7-form-control-wrap {
    position: relative;
}
div.wpcf7-response-output {
    background: transparent none repeat scroll 0% 0%;
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: center;
    font-size: 0;
    display: none !important;
}

.wpcf7-not-valid {
    box-shadow: 0px 0px 3px 0px #f00 inset;
    border-color: #f00 !important;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
}


/* AnPia */

.breadcrumbs {
	padding-top: 80px;
	@media (width <= 992px) {
		padding-top: 60px;
	}
	@media (width <= 767px) {
		padding-top: 40px;
	}
	@media (width <= 560px) {
		padding-top: 20px;
	}

	#breadcrumbs {
		font-size: 22px;
		font-weight: 600;
		color: #616161;
	}

	p {
		line-height: 1.45;
		margin-bottom: 10px;
	}
	a {
		color: inherit;
		text-decoration: none;
	}
	h2 {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	ul {
		margin-block: 20px;
		/* list-style: none; */
	}
	li {
		margin-left: 20px;
		strong {
			display: block;
		}
	}
	li:not(:last-child) {
		margin-bottom: 10px;
	}
	
}