/*AlexFine Group 2023*/

a{
	color: #cccccc;
	text-decoration: none;
}

a:hover,
a:focus{
	color: #a6a6a6;
	text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

:focus {
	outline: none !important;
}

::-moz-focus-inner {
	border:0 !important;
}

img{
	width: 100%;
	vertical-align: middle;
}

html{
	background: #fff;
}

::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:10px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ffffff
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#009f4f;
}

::-webkit-scrollbar-thumb:hover{
background-color:#02773c;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width: 10px;
height:0px
}

::-webkit-scrollbar{
width: 10px;
}


/*----------------------------------------body----------------------------------------*/

body{
    font-size: 0.95rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.428571429;
	color: #333333;
	background-color: #ffffff;
}


/*----------------------------------------modal----------------------------------------*/

.sf2Win .sf2Win-body{
	padding: 20px;
	border-radius: 5px;
	max-width: 800px;
	max-height: 800px;
}

.sf2Win .sf2Win-body .end-x{
	position: absolute;
	top: 10px;
	right: 20px;
	padding: 5px;
	background: none;
	font-weight: bold;
	z-index: 5;
	font-size: 1.5rem;
	color: #b7b7b7;
}

.sf2Win .sf2Win-body .end-x:hover{
	color: #aaa;
}

.sf2Win .sf2Win-body .form-simple-form2{
	background: #f4f4f4;
	padding: 5px 20px 20px 20px;
	text-align: center;
	width: 600px;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #ddd;
	color: #000;
}

.sf2Win .sf2Win-body .form-simple-form2.order-product{
	width: 800px;
}

.form-simple-form2 input[type="text"],
.form-simple-form2 input[type="email"],
.form-simple-form2 select{
	padding: 10px 10px 10px 10px !important;
	border-radius: 5px !important;
}

.form-simple-form2 input[type="text"]:focus,
.form-simple-form2 input[type="email"]:focus,
.form-simple-form2 select:focus{
	box-shadow: 0px 0px 10px rgba(152, 26, 20, 0.17) !important;
	border: 1px solid rgb(177, 145, 0) !important;	
}

.form-simple-form2 .sf2-form-label-wrap{
	margin-bottom: 10px !important;
}

.form-simple-form2 .sf2-form-element-wrap{
	margin-bottom: 15px !important;
}

.form-simple-form2 .sf2-form-group span.sf2-submit-container button[type="submit"]{
	display: inline-block !important;
	background: #009f4f;
	padding: 12px 23px 12px 23px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #009f4f;
	font-size: 1rem;
}

.form-simple-form2 .sf2-form-group span.sf2-submit-container button[type="submit"]:hover{
	background: #006934;
	border: 1px solid #006230;
}

.form-simple-form2 .sf2-form-group span.sf2-submit-container button[type="submit"]:focus{
	box-shadow: 0px 0px 15px #006a35;
}

.sf2Win .sf2Win-footer{
	display: none;
}

.sf2Win .sf2Win-body .form-simple-form2 .from-header{
	background: #eee;
	position: relative;
	z-index: 4;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.sf2Win .sf2Win-body .form-simple-form2.order-product .from-header{
	margin-bottom: 20px;	
}

.sf2Win .sf2Win-body .form-simple-form2 .from-header span.oi{
	float: left;
	background: #009f4f;
	color: #fff;
	padding: 10px 10px 0px 13px;
	margin-right: 15px;
	font-size: 2rem;
}

.sf2Win .sf2Win-body .form-simple-form2 .from-header .form-h1{
	font: 14px/20px PT Sans Caption, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
    color: #1d2029;
    padding-left: 72px;
}

.sf2Win .sf2Win-body .form-simple-form2 .from-header .form-h2{
	padding-left: 72px;
    color: #555;
    font-size: 13px;
    line-height: 18px;	
}

.form-simple-form2 .form-h5{
	font-size: 0.8rem;
	margin-top: 10px;
	color: #888;
}

.simpleForm2 .sf2-message.sf2-type-success{
	border: none;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 0px 10px #fff;
}

.simpleForm2 .sf2-message.sf2-type-success .form-simple-form2-final p.text{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1rem;
	line-height: 30px;
	text-shadow: 0px 0px 0px #000;
}

.simpleForm2 .sf2-message.sf2-type-success .form-simple-form2-final p.head-1{
	font-size: 1.3rem;
	font-weight: bold;
	text-shadow: none;
	margin-bottom: 10px;
}

.form-simple-form2-final .end-x{
	display: inline-block !important;
	position: relative !important;
	background: #006532 !important;
	padding: 12px 23px 12px 23px !important;
	border-radius: 5px !important;
	color: #fff !important;
	border: 1px solid #005d2e !important;	
	font-size: 1rem !important;
	margin-top: 20px !important;
}

.form-simple-form2-final .end-x:hover{
	background: #004b25 !important;
}

.form-simple-form2-final .end-x:focus{
	box-shadow: 0px 0px 15px #006231 !important;
}

/**/

@media only screen and (max-device-width: 767px){
	.sf2Win.quiz .sf2Win-body{
		max-height: 100vh;
	}
	.sf2Win .sf2Win-body .form-simple-form2{
		width: 500px;
	}
}

@media only screen and (max-device-width: 575px){
	.sf2Win .sf2Win-body .form-simple-form2{
		width: 430px;
		width: 100%;
	}
}

@media only screen and (max-device-width: 475px){
	.sf2Win .sf2Win-body .form-simple-form2{
		width: 350px;
	}
}

@media only screen and (max-device-width: 375px){
	.sf2Win .sf2Win-body .form-simple-form2{
		width: 300px;
		width: 100%;
	}
}


/**/

.header-top-form{
	padding: 0px !important;
	margin: -20px !important;
}

.header-top-form .form-simple-form2 .row .form-left{

}

.header-top-form .form-simple-form2 .row .form-left img{
	width: 100%;
	border-radius: 5px;
	height: 100%;

	object-fit: cover;
}

.header-top-form .form-simple-form2 .row .from-right{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-top-form .form-simple-form2.order-product .row .from-right{
	padding-top: 0px;
	padding-bottom: 0px;
}

.header-top-form .form-simple-form2 .row .from-right textarea{
	font-size: 1rem;
}

.header-top-form .form-simple-form2 .row .from-right .form-h1{
	margin-bottom: 15px;
}

.header-top-form .form-simple-form2 .row .from-right .form-h2{
	margin-bottom: 15px;
	font-size: 1rem;
}

.form-simple-form2-final.modal-header-top-3{
	width: 100%;
	max-width: 400px;
	padding: 20px;
}

.form-simple-form2-final.modal-header-top-3 p.head-1{
	font-size: 1.6rem !important;
	margin-bottom: 20px !important;
}


@media only screen and (max-device-width: 767px){
	.header-top-form .form-simple-form2 .row .form-left{
		display: none;
	}
}


/*form-simple-form2.quiz*/

.sf2Win.quiz{
	max-width: 1100px !important;
	box-shadow: 0px 0px 10px #ddd;
}

.sf2Win.quiz .sf2Win-body{
	max-width: 1100px !important;
}

.sf2Win.quiz .sf2Win-body .form-simple-form2.quiz{
	background: #fff;
	box-shadow: none;
	width: 1000px;
}

.form-simple-form2.quiz #rootwizard .rootwizard-h1{
	font-size: 1.6rem;
	text-shadow: 0px 0px 0px #f4f4f4;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
	text-shadow: 0px 0px 0px #000;
}

.form-simple-form2.quiz #rootwizard .rootwizard-h2{
	margin-bottom: 30px;
}

.form-simple-form2.quiz #rootwizard .navbar{
	background: #f4f4f4;
	color: #f4f4f4;
	padding: 0px;
	margin: 0px;
	opacity: 0;
	height: 0px;
}

.form-simple-form2.quiz #rootwizard .navbar .navbar-inner{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.form-simple-form2.quiz #rootwizard .navbar ul{
	list-style-type: none;
	width: 100%;
}

.form-simple-form2.quiz #rootwizard .navbar ul li{
	width: calc(100% / 7);
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .navbar ul li a{
	display: inline-block !important;
	color: #f4f4f4;
}

.form-simple-form2.quiz #rootwizard .progress{
	min-height: 30px;
	padding-right: 5px;
	border-radius: 50px !important;
	background: none;
	margin-bottom: 40px;
}

.form-simple-form2.quiz #rootwizard .progress .name-progress-bar{
	font-size: 0.9rem;	
	font-weight: bold;
	padding: 5px 15px 5px 5px;
	width: 22%;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #000;
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar{
	background: #735046;	
	margin-top: 5px;
	height: 20px;	
	border-radius: 20px 5px 20px 5px !important;
	min-width: 14%;
	max-width: 78%;
	color: #fff;
	box-shadow: 2px 2px 3px #000000;
	padding-top: 3px;
}

@media only screen and (max-device-width: 767px){
	.form-simple-form2.quiz #rootwizard .progress .name-progress-bar{
		width: 32%;
	}

	.form-simple-form2.quiz #rootwizard .progress .progress-bar{
		max-width: 68%;
	}
}

@media only screen and (max-device-width: 555px){
	.form-simple-form2.quiz #rootwizard .progress{
		display: block;
		overflow: initial;
	}

	.form-simple-form2.quiz #rootwizard .progress .name-progress-bar{
		width: 100%;
		display: block;
	}

	.form-simple-form2.quiz #rootwizard .progress .progress-bar{
		max-width: 100%;
		display: block;
	}
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar .t-1,
.form-simple-form2.quiz #rootwizard .progress .progress-bar .t-2,
.form-simple-form2.quiz #rootwizard .progress .progress-bar .t-3,
.form-simple-form2.quiz #rootwizard .progress .progress-bar .t-4,
.form-simple-form2.quiz #rootwizard .progress .progress-bar .t-5,
.form-simple-form2.quiz #rootwizard .progress .progress-bar .t-6,
.form-simple-form2.quiz #rootwizard .progress .progress-bar .t-7,
.form-simple-form2.quiz #rootwizard .progress .progress-bar .t-8{
	display: none;
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar[style="width: 0%;"] .t-1{
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar[style="width: 40%;"] .t-2{
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar[style="width: 60%;"] .t-3{
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar[style="width: 80%;"] .t-4{
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar[style="width: 100%;"] .t-5{
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar[style="width: 75%;"] .t-6{
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar[style="width: 87.5%;"] .t-7{
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .progress .progress-bar[style="width: 100%;"] .t-8{
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .tab-content{
	padding-bottom: 55px;
}

.form-simple-form2.quiz #rootwizard .tab-content .tab-pane{
	min-height: 309px;
}

.form-simple-form2.quiz #rootwizard .tab-content .tab-content-h1{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;	
}

/*.radio-quiz*/

.form-simple-form2.quiz .radio-quiz div.label{
	width: 220px;
	height: 210px;
	display: inline-block;
	margin: 7px;
	border-radius: 5px;
}

.form-simple-form2.quiz .radio-quiz div.label img{
	width: 220px;
	height: 170px;
	position: relative;
	z-index: 4;
	border-radius: 10px 10px 0px 0px;
}

.form-simple-form2.quiz .radio-quiz div.label > label{
	position: relative;
	margin-top: -170px;
	z-index: 5;
	width: 220px;
	padding-top: 177px;
	padding-bottom: 7px;
	cursor: pointer;
	border: 2px solid #dadada;
	border-radius: 10px;
	font-size: 0.95rem;
}

@media only screen and (max-device-width: 1050px){
	.form-simple-form2.quiz .radio-quiz{
	}

	.form-simple-form2.quiz .radio-quiz div.label{
		margin-bottom: 30px;
	}

	.form-simple-form2.quiz #rootwizard .pager.wizard{
		bottom: auto !important;
	}
}


/*.radio-quiz-no-img*/

.form-simple-form2.quiz .sf2-form-item .sf2-form-label-wrap label{
	display: none;
}

.form-simple-form2.quiz .radio-quiz-no-img label.sf2-checkbox-label{
	border: 2px solid #dadada;
	padding: 10px;
	width: 100%;
	text-align: left;
	border-radius: 5px;
}

.form-simple-form2.quiz .radio-quiz-no-img label.sf2-checkbox-label:hover{
	cursor: pointer;
	box-shadow: 0px 0px 10px #ddd;
	border: 2px solid #ddd;
}


.form-simple-form2.quiz #rootwizard .pager.wizard{
	padding: 0px;
	margin-top: 20px;
	text-align: center;
	list-style-type: none;
	position: absolute;
	bottom: 35px;
	left: 50%;
	right: 50%;
	width: 260px;
	margin-left: -130px;
}

.form-simple-form2.quiz #rootwizard .pager.wizard li{
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.form-simple-form2.quiz #rootwizard .tab-content .pager.wizard li a{
	display: inline-block !important;
	background: #009f4f;
	padding: 12px 23px 12px 23px;
	border-radius: 5px;
	color: #fff;	
	font-size: 1rem;
}

.form-simple-form2.quiz #rootwizard .tab-content .pager.wizard li a span{
	position: relative;
	top: 1px;
	font-size: 0.8rem;
}

.form-simple-form2.quiz #rootwizard .tab-content .pager.wizard li a:hover{
	background: #007038;
	text-decoration: none;
}

.form-simple-form2.quiz #rootwizard .tab-content .pager.wizard li a:focus{
	box-shadow: 0px 0px 15px #006733;
}

/**/


@media only screen and (max-device-width: 1200px){
	
}

@media only screen and (max-device-width: 1100px){
	.sf2Win.quiz .sf2Win-body{
	max-width: 100% !important;
	width: 100% !important;
	}

	.sf2Win.quiz .sf2Win-body .form-simple-form2.quiz{
		width: 100% !important;
	}	
}


@media only screen and (max-device-width: 992px){
	
}

@media only screen and (max-device-width: 767px){

	
}

@media only screen and (max-device-width: 576px){
	.sf2Win.quiz{
	width: 92% !important;
	}
	.form-simple-form2.quiz{
		padding: 0px !important;
		}
	.form-simple-form2.quiz #rootwizard .rootwizard-h1{
		font-size: 1.1rem;
		}	
	.form-simple-form2.quiz #rootwizard .rootwizard-h2{
		font-size: 0.9rem;
		}
	.form-simple-form2.quiz #rootwizard .tab-content .tab-content-h1{
		font-size: 1.1rem;
		margin-bottom: 20px;
		}
}


/*form-simple-form2 quiz baza-otdiha*/

/*tab4*/

.form-simple-form2.quiz #tab4 .quiz-date input{
	border-radius: 5px;
	padding: 6px 10px 6px 10px;
}

/*tab5*/

.form-simple-form2.quiz #tab5{
	margin-bottom: -30px;
}

.form-simple-form2.quiz #tab5 .form-h1{
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.form-simple-form2.quiz #tab5 .form-h2{
	font-size: 1.1rem;
	margin-bottom: 40px;
}

.form-simple-form2.quiz #tab5 .form-h2 a{
	color: #000;
	text-shadow: 0px 0px 0px #000;
}

.form-simple-form2.quiz #tab5 .final-1{
	padding-top: 0px;
}

.form-simple-form2.quiz #tab5 .final-1 .form-h3{
	font-size: 1.1rem;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}

.form-simple-form2.quiz #tab5 .final-1 span.or{
	font-weight: bold;
	display: block;
	font-size: 1.1rem;
	margin-bottom: 10px;
	color: #3c3c3c;
}

.form-simple-form2.quiz #tab5 .final-1 button[type="submit"]{
	text-transform: uppercase;
	text-shadow: 0px 0px 0px #fff;
	width: 100%;
	background: #009f4f;
	border: 1px solid #009f4f;
	font-size: 0.9rem;
} 

.form-simple-form2.quiz #tab5 .final-1 button[type="submit"]:hover{
	background: #006130;
}

.form-simple-form2.quiz #tab5 .final-1 input[placeholder=""]{
	text-align: center;
}

.form-simple-form2.quiz #tab5 .final-2{
	padding-top: 10px;
}

.form-simple-form2.quiz #tab5 .final-2 img{
	border-radius: 5px;
	height: 300px;
}

/**/

@media only screen and (max-device-width: 1200px){
		
}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){

}

@media only screen and (max-device-width: 576px){
	.form-simple-form2.quiz #tab5 .form-h1{
		font-size: 1.2rem;
		padding-top: 20px;
		margin-bottom: 0px;
		}
	.form-simple-form2.quiz #tab5 .final-1{
		padding-top: 30px;
		}
	.form-simple-form2.quiz #tab5 .final-2{
		padding-top: 20px !important;
	    }
	.form-simple-form2.quiz #tab5 .final-2 img{
		height: 150px;
		object-fit: cover;
		}	
}



/*----------------------------------------bg-header----------------------------------------*/

.bg-header{
}

/**/

@media only screen and (max-device-width: 1900px){	
}

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){		
}




/*----------------------------------------header----------------------------------------*/

.bg-header header{
	clear: both;
	color: #222;
	position: relative;
	z-index: 10;
	/* box-shadow: 0px 0px 10px #d3d3d3; */
}

.bg-header.product-object-page header{
	box-shadow: none;
}

/**/

@media only screen and (max-device-width: 1200px){
		
}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){

}

@media only screen and (max-device-width: 576px){
	
}



/*----------------------------------------header-top----------------------------------------*/

.header-top{
	font-size: 0.9rem;	
	color: #000;
	background: #fff;
	padding-top: 23px;
	padding-bottom: 23px;
	overflow: hidden;
}

.header-top .container .row div p{
	margin: 0px;
}

/*1*/

.header-top .container .row .header-top-1{
}

/*2*/

.header-top .container .row .header-top-2{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.header-top .container .row .header-top-2 img{
	max-height: 60px;	
	width: auto;
}

/*3*/

.header-top .container .row .header-top-3{

}

/*4*/

.header-top .container .row .header-top-4{
	color: #00a73b;
    line-height: 18px;
    position: relative;
    z-index: 11;
    padding-top: 5px;
    cursor: pointer;
}

/*5*/

.header-top .container .row .header-top-5{
	position: relative;
	z-index: 11;
	font-size: 0.80rem;
	line-height: 15px;
	padding-left: 50px;
	padding-top: 10px;
}

.header-top .container .row .header-top-5 a{
	position: relative;
    display: inline-block;
    padding: 0 0 0 50px;
    cursor: pointer;
    color: #444;
}

.header-top .container .row .header-top-5 a:hover{
	color: #009f4f;
	text-decoration: none;
	text-align: left;
}

.header-top .container .row .header-top-5 span{
	border-radius: 50px;
	padding: 7.5px 0px 0px 8.5px;	
    position: absolute;
    left: 0;
    top: -3px;
    width: 36px;
    height: 36px;
    color: #009f4f;
    border: 2px solid #009f4f;
    font-size: 1.05rem;
}

.header-top .container .row .header-top-5 a:hover span{
	background: #009f4f;
	color: #fff;
}

/*6*/

.header-top .container .row .header-top-6{
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 25px;
}

.header-top .container .row .header-top-6 p.phone{
    position: relative;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 21px;
    padding: 5px  0 0 50px;
    right: -50px;
}

.header-top .container .row .header-top-6 p.phone a{
	color: #222;
}

.header-top .container .row .header-top-6 p.phone a:hover{
	color: #009f4f;
	text-decoration: none;
}

.header-top .container .row .header-top-6 p.phone span{
	border-radius: 50px;
	padding: 7.5px 0px 0px 9px;	
    position: absolute;
    left: 0;
    top: -3px;
    width: 36px;
    height: 36px;
    color: #009f4f;
    border: 2px solid #009f4f;
    font-size: 1.05rem;
}

.header-top .container .row .header-top-6 p.phone:hover span{
	background: #009f4f;
	color: #fff;
}


/*7*/

.header-top .container .row .header-top-7{
	text-align: right;
	padding-top: 10px;
}

.header-top .container .row .header-top-7 button.sf2-callBtn{	
	display: inline-block;
    margin: 0;
    letter-spacing: 0.4px;
    font-family: PT Sans Caption, Arial, sans-serif;
    color: #ffffff;
    background-color: #009f4f;
    border: 1px solid #009f4f;
    font-weight: 400;  
    text-align: center;
    vertical-align: middle;
    cursor: pointer;    
    white-space: nowrap;
    font-size: 0.8rem;
    border-radius: 16px;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;    
    padding: 6px 11px;
}

.header-top .container .row .header-top-7 button.sf2-callBtn:hover{
	background-color: #00b359;
    border-color: #00b359;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	.header-top .container .row .header-top-1,
	.header-top .container .row .header-top-7{
		display: none;
	}		
	.header-top .container .row .header-top-6{
		padding-left: 0px;
	}
	.header-top .container .row .header-top-6 span{
		display: none;
	}
	.header-top .container .row .header-top-6 p.phone{
		font-size: 1rem;
		padding: 2px 0px 0px 0px;
		right: -40px;
		}
}


/*----------------------------------------nav----------------------------------------*/

nav.navbar{
	z-index: 15 !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	background: #008b45 !important;
	padding: 0px 0px 0px 0px !important;
	position: relative;	
}

nav.navbar ul{
	width: 100%;
	text-align: center;
	display: block;
}

nav.navbar ul li{
	display: inline-block !important;
	padding: 0px !important;
	margin: 0px !important;
}

nav.navbar ul li a{
	display: block !important;
	text-align: center;
	font-weight: 700 !important;
	font-size: 0.85rem;
	text-shadow: 0px 0px 0px #000000;
	border: none;
	line-height: 20px;
	padding: 17px 15px 17px 15px !important;
	color: #fff !important;
	position: relative;
	text-shadow: 1px 1px 0px #00000047;
}

nav.navbar ul li a:hover{
	color: #fff !important;
	background: #00b359 !important;
}

/**/

nav.navbar ul li a.dropdown-toggle::after{
	color: #ffffff;
	top: 2px;
	position: relative;
	margin-left: 5px;
}

nav.navbar ul li a:hover.dropdown-toggle::after{
	color: #ffffff !important;
}

nav.navbar .dropdown:hover .dropdown-menu{
	display: block;
	transition: all 3s;
}

nav.navbar .dropdown-menu.katalog{    
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    border: none;    
    margin: 0;
    padding: 0;
    text-align: left;	
	margin-top: -2px;
	border-radius: 0px;
	background-color: #fff;
}

nav.navbar .dropdown-menu.katalog a{
	text-align: left;
	font-weight: 200 !important;
	border-top: 1px solid #f3f3f3;
	line-height: 1.428571429;    
    clear: both;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
	color: #333 !important; 
    font-size: 0.8rem;
    padding: 13px 25px 12px 15px!important;
    text-shadow: 0px 0px 0px #f3f3f3;
}

nav.navbar .dropdown-menu.katalog a:hover{
	background: #eee !important;
	color: #009f4f !important;
}

nav.navbar .dropdown-menu.katalog a span{
	font-size: 0.7rem;
	position: relative;
	left: -5px;
	color: #624238;
}

nav.navbar .dropdown-menu.katalog a.no-pc{
	display: none !important;
}

nav.navbar .dropdown.search-menu a{
	position: relative;
	top: 2px;
}

nav.navbar .dropdown.search-menu a:after{
	display: none;	
}

nav.navbar .dropdown.search-menu{
	position: inherit;
}

nav.navbar .dropdown.search-menu .dropdown-menu{
	width: 1100px;
	left: 50%;
	margin-left: -550px;	
	position: absolute;
}

/**/

nav.navbar ul li.noviu-god a{
	color: #ffffff !important;		
}

nav.navbar ul li.noviu-god a span{
	font-size: 0.7rem;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
}



/**/

@media only screen and (max-device-width: 1200px){
	nav.navbar ul li a{
		padding: 5px 20px 5px 20px !important;
		font-size: 0.85rem;
	}
}

@media only screen and (max-device-width: 992px){
	nav.navbar{
		padding: 9px 0px 9px 0px !important;
		}
	nav.navbar button.navbar-toggler{
		background: #fff;
		margin-left: 5px;
		font-size: 1rem;
		}
	nav.navbar ul li{
		width: 100%;
		display: block;
		float: left;
		border-bottom: 1px solid #42bf7f;
		padding: 5px 0px 5px 0px !important;
		}
	nav.navbar .dropdown .dropdown-menu{
		width: 100%;
		background: #076033;
		border: none;
		height: auto !important;
		float: left;
		margin-bottom: 5px;
		}
	nav.navbar .dropdown-menu.katalog a{
		width: 100%;
		white-space: normal;
		text-align: left;
		color: #fff !important;
		font-size: 0.85rem;
		}
	nav.navbar .dropdown-menu.katalog a span{
		display: none;
		}
	nav.navbar .dropdown-menu.katalog a.no-pc{
	    display: block !important;
	    }
}

@media only screen and (max-device-width: 767px){
		
}

@media only screen and (max-device-width: 576px){
	nav.navbar{
		padding: 5px 10px 5px 10px !important;
		}
	nav.navbar .navbar-collapse.collapse.show{		
	    margin-top: 5px;
		padding: 10px;
		background: rgba(0, 0, 0, 0.28);
		}	
}



/*----------------------------------------micro-bread----------------------------------------*/

.micro-bread{
	position: absolute;
	width: 100%;
	z-index: 12;
} 

.micro-bread .container{
	padding: 0px 0px 0px 0px;
}

.micro-bread .container .row .micro-bread-1{
	padding-left: 10px;
	padding-right: 10px;
}

.micro-bread .container .row .micro-bread-1 ul{
	background: none;
	padding: 25px 15px 15px 15px;
	overflow: hidden;
	width: 100%;
	margin: 0px;
}

.micro-bread .container .row .micro-bread-1 ul li{
  float: left;
  margin: 0px 10px 0px 5px;
}

.micro-bread .container .row .micro-bread-1 ul li .divider{
	padding-left: 15px;
	color: #777;
}

.micro-bread .container .row .micro-bread-1 ul li a{
  background: none;
  padding: 2px 0px 2px 0px;
  float: left;
  text-decoration: none;
  color: #777;
  position: relative;
  font-size: 0.8rem;
  font-weight: 500;
}

.micro-bread .container .row .micro-bread-1 ul li a:hover{
  color: #009f4f;
}

/**/

@media only screen and (max-device-width: 1200px){
		
}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){

}

@media only screen and (max-device-width: 576px){
}



/*----------------------------------------header-home-banner----------------------------------------*/

.header-home-banner{
	/* margin-bottom: 20px; */
}

.header-home-banner > div{
	border-radius: 0px !important;
}

.header-home-banner .carousel-inner .carousel-item{
	background-size: auto 100% !important;
	border-bottom: 3px solid #009f4f;
}

.header-home-banner .carousel-inner .carousel-item .row > div{
	height: 450px;	
}

.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1{
	padding-top: 110px;
	padding-right: 100px;
}

.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .title{
	font-size: 2rem;
    line-height: 38px;
    padding: 0 0 13px;
    font-weight: 700;	
    letter-spacing: -1px;
}

.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .title > span{
	color: #00c646;
	text-shadow: 1px 1px 1px #000;
}

.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .text-block{
	margin-bottom: 36px;
    line-height: 19px;	
}

.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .wr_button_slider .green-btn{
	padding: 13px 20px 13px 20px;
    font-weight: 700;
	text-align: center;
	margin: 0 10px 10px 0;
    border-radius: 3px;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    background: #009f4f;
    color: #fff;
}

.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .wr_button_slider .write-btn{
	padding: 13px 20px 13px 20px;
	font-weight: 700;
	text-align: center;
	margin: 0 10px 10px 0;
	border-radius: 3px;
	font-size: 0.8rem;
	letter-spacing: 0.3px;
	background: #fff;
	color: #009f4f;
	display: inline-block;
}

.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .text-bottom-btn{
	display: block;
	width: 100%;
	margin-top: 30px;
	color: #fff;
	font-size: 0.9rem;
}

.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-2{
	position: relative;
}

.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-2 img{
	height: 100%;
	width: auto;
	position: absolute;
	bottom: 0px;	
}

.header-home-banner .carousel-indicators li{
}

.carousel-block.header-home-banner .carousel-control-prev{
	
}

/**/

@media only screen and (max-device-width: 1200px){	
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1{
		background: rgba(0, 0, 0, 0.35);
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 50px;
	}
	.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .title{
		color: #fff !important;
		font-size: 1.1rem;
		letter-spacing: -0.9px;
		}
	.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .title br{
		display: none;
	}
	.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .text-block{
		color: #fff !important;
		}
	.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-1 .wr_button_slider .write-btn{
		margin-top: 20px;
	}
	.header-home-banner .carousel-inner .carousel-item .row .header-home-banner-2{
		display: none;
	}
	.header-home-banner .carousel-inner .carousel-item .row > div{
		height: auto;	
	}
}



/*----------------------------------------header-middle other-sections----------------------------------------*/

.header-middle.other-sections{
	background: #f7f7f8;
	border-bottom: 1px solid #ebeef1;
	/* margin-bottom: 30px; */
	border-top: 1px solid #ebeef1;
	min-height: 56px;
	position: relative;
	padding: 35px 0px 15px 0px;
}

.header-middle.other-sections .container .row .header-middle-1{
	background: none;
	box-shadow: none;
	padding: 20px 25px 10px 13px;
}

.header-middle.other-sections .container .row .header-middle-1 h1{
	font-size: 2.1rem;
    line-height: 34px;
    color: #333;
    font-weight: 600;
    letter-spacing: normal;
    font-family: PT Sans Caption, Arial, sans-serif;
}

.header-middle.other-sections .container .row .header-middle-1 p.text{
	color: #333;
	font-size: 1.1rem;
	margin-top: 25px;
}

/**/

.bg-header.product-object-page .header-middle.other-sections{
	border-bottom: none;
}

/**/

@media only screen and (max-device-width: 1200px){	
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
}




/*----------------------------------------bg-header leto-2022----------------------------------------*/

.leto-2022 .header-middle.other-sections{
	background: url(/images/template/bg-header-2021.jpeg) center center;      
	background-size: 100% auto;	
	padding-top: 70px;
	padding-bottom: 70px;
}

.leto-2022 .header-middle.other-sections .container .row .header-middle-1 h1{
	
}

/*----------------------------------------bg-header nw2021----------------------------------------*/

.nw2021 .header-middle.other-sections{
	background: url(/images/template/bg-header-2021.jpg) center center;      
	background-size: 100% auto;	
	padding-top: 40px;
	padding-bottom: 40px;
}





/*----------------------------------------section----------------------------------------*/

div.section{
	padding-top: 15px;
	padding-bottom: 60px;
}

div.section .container .row > h2,
div.section .container .row > h3,
div.section .container .row > h4{
	font-size: 2.2rem;	
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 60px;
	color: #333;
}

/**/

@media only screen and (max-device-width: 1200px){
		
}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){

}

@media only screen and (max-device-width: 576px){
	main > div.section{
		padding-top: 30px;
		padding-bottom: 30px;
		}
	div.section .container .row > h2,
	div.section .container .row > h3,
	div.section .container .row > h4{
		font-size: 1.6rem;
		}	
}



/*----------------------------------------carousel-block----------------------------------------*/

.carousel-block > div{
	height: auto !important;
	border-radius: 5px;
}

.carousel-block > div > .carousel{
	height: auto !important;
	margin: 0px !important;
}

/**/

@media only screen and (max-device-width: 1200px){
		
}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){

}

@media only screen and (max-device-width: 576px){
	
}



/*----------------------------------------main----------------------------------------*/

main{
	padding-top: 30px;
}

/**/

@media only screen and (max-device-width: 1200px){
		
}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){

}

@media only screen and (max-device-width: 576px){
	main{
		padding-top: 0px;
		}	
}






main.product-object-page.vip-dom,
main.product-object-page.dvukhetazhnyy-dom,
main.product-object-page.chetyrekhmestnyy-dom,
main.product-object-page.kemping,
main.product-object-page.taunkhaus,
main.product-object-page.besedka,
main.product-object-page.shale{
	padding-top: 0px;	
}



/*----------------------------------------left-block----------------------------------------*/
/*----------------------------------------left-block----------------------------------------*/

/*----------------------------------------menu-left-block----------------------------------------*/

.menu-left-block{
	border-left: 1px solid #ebeef1;
	border-bottom: 1px solid #ebeef1;
	border-right: 1px solid #ebeef1;
    overflow: hidden;
    border-radius: 2px;

    position: sticky;
    top: 30px;
    bottom: 30px;
    margin-bottom: 30px;
}

.menu-left-block > .manu-a a{
	border-top: 1px solid #ebeef1;
    font-size: 0.78rem;
    position: relative;
    text-decoration: none;
    padding: 16px 12px 15px 20px;
	display: block;
	color: #2f383d;
}

.menu-left-block > .manu-a a span{
	float: right;
	color: #999;
	font-weight: 100;
	font-size: 0.6rem;
	position: relative;
	top: 3px;
}

.menu-left-block > .manu-a a:hover,
.menu-left-block > .manu-a a:hover span{
	color: #008b45;
}

.menu-left-block > .manu-a .submenu{
	background:#eee;	
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

.menu-left-block > .manu-a .submenu > a{
	padding: 4px 12px 4px 25px !important;	
	color: #575757 !important;
}

/*catalog*/

.main.product-object-page.vip-dom .menu-left-block > .manu-a a.vip-dom{background: #008b45;	color: #fff;}
.main.product-object-page.vip-dom .menu-left-block > .manu-a a.vip-dom span{color: #fff;}
.main.product-object-page.vip-dom .menu-left-block > .manu-a .submenu.vip-dom{display: block;}

.main.product-object-page.dvukhetazhnyy-dom .menu-left-block > .manu-a a.dvukhetazhnyy-dom{background: #008b45;	color: #fff;}
.main.product-object-page.dvukhetazhnyy-dom .menu-left-block > .manu-a a.dvukhetazhnyy-dom span{color: #fff;}
.main.product-object-page.dvukhetazhnyy-dom .menu-left-block > .manu-a .submenu.dvukhetazhnyy-dom{display: block;}

.main.product-object-page.shale .menu-left-block > .manu-a a.shale{background: #008b45;	color: #fff;}
.main.product-object-page.shale .menu-left-block > .manu-a a.shale span{color: #fff;}
.main.product-object-page.shale .menu-left-block > .manu-a .submenu.shale{display: block;}

.main.product-object-page.chetyrekhmestnyy-dom .menu-left-block > .manu-a a.chetyrekhmestnyy-dom{background: #008b45;	color: #fff;}
.main.product-object-page.chetyrekhmestnyy-dom .menu-left-block > .manu-a a.chetyrekhmestnyy-dom span{color: #fff;}
.main.product-object-page.chetyrekhmestnyy-dom .menu-left-block > .manu-a .submenu.chetyrekhmestnyy-dom{display: block;}

.main.product-object-page.kemping .menu-left-block > .manu-a a.kemping{background: #008b45;	color: #fff;}
.main.product-object-page.kemping .menu-left-block > .manu-a a.kemping span{color: #fff;}
.main.product-object-page.kemping .menu-left-block > .manu-a .submenu.kemping{display: block;}

.main.product-object-page.taunkhaus .menu-left-block > .manu-a a.taunkhaus{background: #008b45;	color: #fff;}
.main.product-object-page.taunkhaus .menu-left-block > .manu-a a.taunkhaus span{color: #fff;}
.main.product-object-page.taunkhaus .menu-left-block > .manu-a .submenu.taunkhaus{display: block;}

.main.product-object-page.besedka .menu-left-block > .manu-a a.besedka{background: #008b45;	color: #fff;}
.main.product-object-page.besedka .menu-left-block > .manu-a a.besedka span{color: #fff;}
.main.product-object-page.besedka .menu-left-block > .manu-a .submenu.besedka{display: block;}



/**/

@media only screen and (max-device-width: 1200px){		
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){	
}



/*----------------------------------------main----------------------------------------*/
/*----------------------------------------main----------------------------------------*/

/*----------------------------------------akcia-block----------------------------------------*/

main .container.akcia-block{
	margin-top: 20px;
	margin-bottom: 40px;
	background: #008b45;
	padding: 20px;
	border-radius: 20px;
	color: #fff;
}

main .container.akcia-block .row .akcia-block-1 p{
	margin: 0px;
}

main .container.akcia-block .row .akcia-block-1 p img{
	border-radius: 20px;
	box-shadow: 2px 2px 15px #555;
	object-fit: cover;
	height: 210px;
}

main .container.akcia-block .row .akcia-block-2 h2{
	margin-bottom: 15px;
	font-size: 1.7rem;
}

main .container.akcia-block .row .akcia-block-2 p{
	font-size: 1.2rem;
	margin-bottom: 5px;
}

main .container.akcia-block .row .akcia-block-2 a{
	padding: 13px 20px 13px 20px;
    font-weight: 700;
	text-align: center;	
	margin: 10px 10px 10px 0;
    border-radius: 3px;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    background: #fff;
    color: #009f4f;
	display: inline-block;
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	main .container.akcia-block{
		margin-top: 10px;
		margin-bottom: 0px;
		background: none;
		padding: 10px;
		color: #000;
	}
	main .container.akcia-block .row .akcia-block-1 p img{
		height: 200px;
	}
	main .container.akcia-block .row .akcia-block-2 h2{
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 1.4rem;
		font-weight: 500;
	}
	main .container.akcia-block .row .akcia-block-2 p{
		font-size: 1rem;
		margin-bottom: 5px;
	}
	main .container.akcia-block .row .akcia-block-2 a{
	padding: 13px 20px 13px 20px;
    font-weight: 700;
	text-align: center;	
	margin: 10px 10px 10px 0;
    border-radius: 3px;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    background: #009f4f;
    color: #fff;
	display: inline-block;
}
}



/*----------------------------------------main-catalog----------------------------------------*/

main .container.main-catalog{
	margin-bottom: 40px;
}

main .container.main-catalog .row > div{
	padding: 10px;
}

main .container.main-catalog .row > div .block{
	background: #eee;
	height: 260px;
	display: block;
	position: relative;
	overflow: hidden;	
}

main .container.main-catalog .row .main-contacts-1 .block{
	background: url(/images/template/main-catalog-1.jpg) bottom no-repeat;
	background-size: 100% auto; 
	object-fit: cover;
}

main .container.main-catalog .row .main-contacts-2 .block{
	background: url(/images/template/main-catalog-2.jpg) bottom no-repeat;
	background-size: 100% auto; 
    object-fit: cover;

}

main .container.main-catalog .row .main-contacts-3 .block{
	background: url(/images/template/main-catalog-3.jpg) bottom no-repeat;
    background-size: 100% auto; 

}

main .container.main-catalog .row .main-contacts-4 .block{
	background: url(/images/template/main-catalog-4.jpg) bottom no-repeat;
    background-size: 100% auto; 

}

main .container.main-catalog .row .main-contacts-5 .block{
	background: url(/images/template/main-catalog-5.jpg) bottom no-repeat;
    background-size: 100% auto; 

}

main .container.main-catalog .row .main-contacts-6 .block{
	background: url(/images/template/main-catalog-6.jpg) bottom no-repeat;
    background-size: 100% auto; 

}

main .container.main-catalog .row .main-contacts-7 .block{
	background: url(/images/template/main-catalog-7.jpg) bottom no-repeat;
    background-size: 100% auto; 

}

main .container.main-catalog .row > div .block:hover .bg-black{
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);	
	display: block;
}

main .container.main-catalog .row > div .block:hover{
	background-size: 101% auto !important; 	
}

main .container.main-catalog .row > div .block .inner_text{
	display: block;
	width: auto;
	background: #008b45;
	position: absolute;   
    padding: 7px 15px 7px 15px;
    font-size: 1.1rem;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    bottom: 20px;
    left: 20px;

    -webkit-transition: -webkit-transform .333s cubic-bezier(.4,0,.2,1);
    transition: transform .333s cubic-bezier(.4,0,.2,1);
}



main .container.main-catalog .row .main-contacts-6  .block .bg-black{
	width: 100%;
	height: 100%;	
	display: block;

background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5494572829131652) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5494572829131652) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.5494572829131652) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

main .container.main-catalog .row .main-contacts-6 .block .help-title{
	color: #fff;
	font-size: 2rem;
	text-align: center;
	width: 100%;
	display: block;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	text-shadow: 2px 2px 2px #000;
}

main .container.main-catalog .row > div .block:hover .inner_text{
	bottom: 70px;	
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

main .container.main-catalog .row > div .block .text{
	position: absolute;
	display: block;
	bottom: -100px;		
	padding-left: 20px;
	padding-right: 20px;
	opacity: 1;
    color: #ffffff;
    font-size: 0.8rem;
    -webkit-transition: -webkit-transform .333s cubic-bezier(.4,0,.2,1);
    transition: transform .333s cubic-bezier(.4,0,.2,1);
}

main .container.main-catalog .row > div .block:hover .text{
	bottom: 10px;	
	-webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

main .container.main-catalog .row > div button.sf2-callBtn{
	display: none;
}

/**/

main .container.main-catalog-text .row .main-catalog-text-2{
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px solid #eee;
	padding-bottom: 50px;
}

main .container.main-catalog-text .row .main-catalog-text-2 h4{
	margin-bottom: 30px;
}

main .container.main-catalog-text .row .main-catalog-text-2 a{
	display: block;
	margin-bottom: 20px;
	width: 50%;
	float: left;
	font-size: 1.2rem;
	font-weight: bold;
}

main .container.main-catalog-text .row .main-catalog-text-2 a img{
	width: 50px;
	float: left;
	margin-right: 20px;
}

main .container.main-catalog-text .row .main-catalog-text-2 a span{
	color: #009f4f;
	display: block;
}

main .container.main-catalog-text .row .main-catalog-text-2 a span small{
	display: block;
	color: #555;
	font-size: 0.9rem;
}


/*----------------------------------------banners-small----------------------------------------*/

main .banners-small .container .row .banners-small-1 > a{
	display: block;
	float: left;
	width: calc(100%/5);
	padding: 0px 45px 45px 45px;
	text-align: center;
	color: #000;
	font-size: 0.8rem;
}

main .banners-small .container .row .banners-small-1 > a:hover{
	text-decoration: none;
	color: #008b45;
}

main .banners-small .container .row .banners-small-1 > a img{
	width: 60px;
	display: block;
	margin: 0px auto 20px auto;
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	main .banners-small .container .row .banners-small-1 > a{
	display: block;
	float: left;
	width: calc(100%/1);
	padding: 0px 45px 45px 45px;
	text-align: center;
	color: #000;
	font-size: 0.8rem;
}
}


/*----------------------------------------services-block----------------------------------------*/

main .services-block{
	background: #efefef;
	padding-top: 45px;
	padding-bottom: 55px;
}

main .services-block .container > h3{
	text-align: center;
	font-weight: 700;
}

main .services-block .container > hr{
	border: 1px solid #008b45;
	width: 100px;
}

main .services-block .container .row > div{
	text-align: center;
	padding-top: 30px;
}

main .services-block .container .row > div a img{
	border-radius: 200px;
	width: 150px;
	border: 3px solid #fff;
	display: block;
	margin: 0px auto 20px auto;
}

main .services-block .container .row > div a .title-services{
	display: block;
	color: #008b45;
	font-weight: bold;
	margin-bottom: 8px;
}

main .services-block .container .row > div a .text-services{
	color: #333;
	font-size: 0.8rem;	
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
}



/*----------------------------------------container gallery-home----------------------------------------*/

.container.gallery-home{
	padding-top: 50px;
}

.container.gallery-home .row > h3{
	text-align: center;
	display: block;	
	width: 100%;
	font-weight: bold;
	margin-bottom: 0px;
}

.container.gallery-home .row > hr{
	border: 1px solid #008b45;
	width: 100px;
	margin-bottom: 40px;	
}

.container.gallery-home .lightgallery,
.company .row.gallery-home .lightgallery{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.container.gallery-home .lightgallery a,
.company .row.gallery-home .lightgallery a{
	width: calc(100%/4);
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 1px;
}

.container.gallery-home .lightgallery a > img ,
.company .row.gallery-home .lightgallery a > img{
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  

  height: 200px;
  
  object-fit: cover;
}

.container.gallery-home .lightgallery a:hover > img ,
.company .row.gallery-home .lightgallery a:hover > img{
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	.container.gallery-home .lightgallery a,
	.company .row.gallery-home .lightgallery a{
	width: calc(100%/1);
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 1px;
}	
}



/*----------------------------------------container about-base----------------------------------------*/

.container.about-base{
	padding-top: 50px;
	padding-bottom: 45px;
	margin-bottom: 10px;
}

.container.about-base .row .about-base-1{
	padding-bottom: 15px;
}

.container.about-base .row .about-base-1 h3{
	font-weight: bold;
}

.container.about-base .row .about-base-2{
	text-align: center;
}

.container.about-base .row .about-base-2 img{
	border-radius: 200px;
	width: 250px;
	height: 250px;
	border: 2px solid #fff;
}

.container.about-base .row .about-base-3{
	font-size: 0.9rem;
}

.container.about-base .row .about-base-3 h4{
	margin-top: 25px;
	margin-bottom: 25px;
}

.container.about-base .row .about-base-3 p{
	margin-bottom: 5px;
}



/*----------------------------------------bg-form-options----------------------------------------*/

.bg-form-options{
	background: #fbfbfb;
	position: relative;
	z-index: 5;
	padding-top: 50px;
	margin-bottom: 50px;
}

.form-options .container > .row{
	background: #fff;
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 5px;
}


/*2*/

.form-options .container .row .form-options-2{
	text-align: center;
	padding-top: 180px;
}

.form-options .container .row .form-options-2 .text-h3{
	text-align: center;
	color: #009f4f;
	font-size: 2rem;
	font-weight: 400;
	text-shadow: 0px 0px 0px #000;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.form-options .container .row .form-options-2 .phone{
	margin: 0px;
}

.form-options .container .row .form-options-2 .phone a{
	font-size: 2rem;
	color: #000;
	font-weight: bold;
	display: inline-block;
}

.form-options .container .row .form-options-2 .text{
	font-size: 1.3rem;
	margin-top: 5px;
	margin-bottom: 10px;
}

.form-options .container .row .form-options-2 a.social img{
	width: 45px;
	margin: 0px 5px 0px 5px;
	border-radius: 10px;
}

/*3*/

.form-options .container .row .form-options-3{
	padding-top: 40px;
}

.form-options .container .row .form-options-3 > form{
	margin: 0px 30px 30px 20px !important;	
	background: none !important;
}

.form-options .container .row .form-options-3 > form .form-h1{
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	text-shadow: 0px 0px 0px #000;
}

.form-options .container .row .form-options-3 > form .form-h2{
	text-align: center;
	color: #000
}

.form-options .container .row .form-options-3 > form .row > div{
	padding: 0px 10px 0px 10px;
}

.form-options .container .row .form-options-3 > form .row > div label{
	color: #000;
}

.form-options .container .row .form-options-3 > form .row div button[type="submit"]{
	width: 100%;
	background: #009f4f;
	border: none;
}

.form-options .container .row .form-options-3 > form .form-h5{
	text-align: center;
}

/**/

@media only screen and (max-device-width: 1200px){

}

@media only screen and (max-device-width: 992px){
	
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	.bg-form-options .form-options{
		padding-top: 0px;
		padding-bottom: 0px;
		}
	.form-options .container .row .form-options-1{
		padding-bottom: 0px;
		padding-top: 40px;
		}
	.form-options .container .row .form-options-1 h5{
		font-size: 1.5rem;
		}
	.form-options .container .row .form-options-1 .text-h5{
		font-size: 1.3rem;
		margin-bottom: 20px;
		}
	.form-options .container .row .form-options-1 .text-transfers{
		font-size: 1rem;
		}
	.form-options .container .row .form-options-1 .text-transfers br{
		display: none;
		}
	.form-options .container .row .form-options-2{
		padding-top: 10px;
		}
	.form-options .container .row .form-options-2 .text-h3{
		font-size: 1.5rem;
		}
	.form-options .container .row .form-options-2 .phone a{
		font-size: 1.4rem;
		}
	.form-options .container .row .form-options-2 .text{
		font-size: 1rem;
		}
	.form-options .container .row .form-options-2 a.social img{
		width: 40px;
		}
	.form-options .container .row .form-options-3{
		padding-top: 20px;
		}	
	.form-options .container .row .form-options-3 .form-simple-form2 .row .form-left{
		display: block;
	}
}






/*----------------------------------------.main.company----------------------------------------*/

.main.company .container .row .aside-right hr{
	margin-top: 40px;
	margin-bottom: 40px;
}

.main.company .container .row .aside-right h2,
.main.company .container .row .aside-right h3{
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.main.company .container .row .aside-right .details-products-conteiner .container{
	padding: 0px;
}


/*----------------------------------------main  events / promo / services----------------------------------------*/

main.events,
main.promo{

}

main.events .blog.events .items-leading > div[itemprop="blogPost"],
main.promo .blog.promo .items-leading > div[itemprop="blogPost"],
main.services .blog.services .items-leading > div[itemprop="blogPost"]{
	padding-top: 30px;
	padding-bottom: 30px;
}

main.events .blog.events .items-leading > div[itemprop="blogPost"]:not(:last-child),
main.promo .blog.promo .items-leading > div[itemprop="blogPost"]:not(:last-child),
main.services .blog.services .items-leading > div[itemprop="blogPost"]:not(:last-child){
	border-bottom: 1px solid #eaeaea;
}

main.events .blog.events .items-leading > div[itemprop="blogPost"] .row.blog-novosti,
main.promo .blog.promo .items-leading > div[itemprop="blogPost"] .row.blog-novosti{
	padding-left: 20px;
	padding-right: 20px;
}

main.events .blog.events .items-leading > div[itemprop="blogPost"] .row.blog-novosti > div > img,
main.promo .blog.promo .items-leading > div[itemprop="blogPost"] .row.blog-novosti > div > img,
main.services .blog.services .items-leading > div[itemprop="blogPost"] .row.blog-novosti > div > img{
	height: 230px;
	object-fit: cover;
}


main.events .blog.events .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2,
main.promo .blog.promo .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2,
main.services .blog.services .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2,
main.events .blog.events .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2 a,
main.promo .blog.promo .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2 a,
main.services .blog.services .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2 a{
	font-size: 1rem;
	font-weight: bold;
	color: #008b45;
}

main.events .blog.events .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2:hover,
main.promo .blog.promo .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2:hover,
main.services .blog.services .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2:hover,
main.events .blog.events .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2 a:hover,
main.promo .blog.promo .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2 a:hover,
main.services .blog.services .items-leading > div[itemprop="blogPost"] .row.blog-novosti h2 a:hover{
	color: #04b35b;
	text-decoration: none;
}

main.events .blog.events .items-leading > div[itemprop="blogPost"] .row.blog-novosti .time-novost,
main.promo .blog.promo .items-leading > div[itemprop="blogPost"] .row.blog-novosti .time-novost,
main.services .blog.services .items-leading > div[itemprop="blogPost"] .row.blog-novosti .time-novost,
.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti .time-novost,
main.events .aside-left .item-page.events .row.full-novost .time-novost,
main.promo .aside-left .item-page.promo .row.full-novost .time-novost{
	background: #008b45;
	color: #fff;
	font-size: 0.8rem;
	padding: 3px 6px 3px 6px;
	margin-bottom: 10px;
	display: inline-block;	
}

main.events .blog.events .items-leading > div[itemprop="blogPost"] .row.blog-novosti p.text,
main.promo .blog.promo .items-leading > div[itemprop="blogPost"] .row.blog-novosti p.text,
main.services .blog.services .items-leading > div[itemprop="blogPost"] .row.blog-novosti p.text{
	
}

main.events .blog.events .items-leading > div[itemprop="blogPost"] .row.blog-novosti .full-novost,
main.promo .blog.promo .items-leading > div[itemprop="blogPost"] .row.blog-novosti .full-novost,
main.services .blog.services .items-leading > div[itemprop="blogPost"] .row.blog-novosti .full-novost{
	font: 14px/20px PT Sans Caption, Arial, sans-serif;

	display: inline-block;
	color: #008b45;	
	border: 1px solid #008b45;	
	padding: 7px 15px 7px 15px;
	border-radius: 5px;

	color: #009f4f !important;
    border: 1px solid #009f4f;
    font-weight: bold;
    letter-spacing: 0.3px;

    font-size: 0.8rem;

}

main.services .aside-right .item-page.services .row.full-novost > div.col-xl-4 > img{
	margin-bottom: 20px;
}

main.services .aside-right .item-page.services .row.full-novost > div > p{
	text-align: justify
}

/*ask-us*/

main.promo .aside-left .item-page.promo .row.full-novost > div .ask-us{
	background: #eee;
	margin-top: 20px;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #eee;
}

main.services .aside-right .item-page.services .row.full-novost > div .ask-us{
	float: right;
	background: #eee;
	margin: 0px 0px 20px 20px;
	padding: 40px 15px 15px 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #eee;
	width: 170px;
}

main.promo .aside-left .item-page.promo .row.full-novost > div .ask-us button.sf2-callBtn,
main.services .aside-right .item-page.services .row.full-novost > div .ask-us button.sf2-callBtn{	

	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

	text-decoration: none;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 13px 10px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    letter-spacing: 0.3px;

	background-color: #009f4f;
    border-color: #009f4f;
    color: #ffffff !important;
    border: 1px solid #009f4f;

	margin: -20px 0px 0px 0px;
}

main.promo .aside-left .item-page.promo .row.full-novost > div .ask-us p,
main.services .aside-right .item-page.services .row.full-novost > div .ask-us p{
	display: inline-block;	
	margin: 0px 0px 0px 10px;
	padding-top: 2px;
}

main.services .aside-right .item-page.services .row.full-novost > div .ask-us p{
	margin-top: 15px;
}

/*profit-block*/

main.services .aside-right .item-page.services .row.full-novost .profit-block{
	margin-top: 35px;
}

main.services .aside-right .item-page.services .row.full-novost .profit-block h3{
	padding-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #eee;
	font-weight: 700;
	color: #444;
}

main.services .aside-right .item-page.services .row.full-novost .profit-block a{
	display: block;
	float: left;
	width: calc(100%/2);
	padding: 10px;
	color: #008b45;
}

main.services .aside-right .item-page.services .row.full-novost .profit-block a:hover{
	text-decoration: none;
}

main.services .aside-right .item-page.services .row.full-novost .profit-block a img{
	width: 60px;
	margin-right: 10px;
	float: left;
}

main.services .aside-right .item-page.services .row.full-novost .profit-block a span{
	position: relative;
	top: 12px;
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	main.services .aside-right .item-page.services .row.full-novost .profit-block a{
		width: calc(100%/1);
		}
}

/*gallery-events*/

main.events .aside-left .item-page.events .row.full-novost > .gallery-events,
main.promo .aside-left .item-page.promo .row.full-novost > .gallery-events,
main.services .aside-right .item-page.services .row.full-novost > .gallery-events{
	margin-top: 40px;
	padding-bottom: 50px;
}

main.events .aside-left .item-page.events .row.full-novost > .gallery-events h3,
main.promo .aside-left .item-page.promo .row.full-novost > .gallery-events h3,
main.services .aside-right .item-page.services .row.full-novost > .gallery-events h3{
	padding-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #eee;
	font-weight: 700;
	color: #444;
}

main.events .aside-left .item-page.events .row.full-novost > .gallery-events .lightgallery,
main.promo .aside-left .item-page.promo .row.full-novost > .gallery-events .lightgallery,
main.services .aside-right .item-page.services .row.full-novost > .gallery-events .lightgallery{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

main.events .aside-left .item-page.events .row.full-novost > .gallery-events .lightgallery a,
main.promo .aside-left .item-page.promo .row.full-novost > .gallery-events .lightgallery a,
main.services .aside-right .item-page.services .row.full-novost > .gallery-events .lightgallery a{
	width: calc(100%/4);
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 1px;
}

main.events .aside-left .item-page.events .row.full-novost > .gallery-events a > img,
main.promo .aside-left .item-page.promo .row.full-novost > .gallery-events a > img,
main.services .aside-right .item-page.services .row.full-novost > .gallery-events a > img{
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  

  height: 200px;
  
  object-fit: cover;
}

main.events .aside-left .item-page.events .row.full-novost > .gallery-events a:hover > img,
main.promo .aside-left .item-page.promo .row.full-novost > .gallery-events a:hover > img,
main.services .aside-right .item-page.services .row.full-novost > .gallery-events a:hover > img{
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	main.events .aside-left .item-page.events .row.full-novost > .gallery-events .lightgallery a,
	main.promo .aside-left .item-page.promo .row.full-novost > .gallery-events .lightgallery a,
	main.services .aside-right .item-page.services .row.full-novost > .gallery-events .lightgallery a{
		width: calc(100%/1);
		}
}


/*application-website*/

main.promo .aside-left .item-page.promo .row.full-novost > .application-website,
main.services .aside-right .item-page.services .row.full-novost > .application-website{
	text-align: center;
	margin-top: -25px;
	margin-bottom: 50px;
}

main.promo .aside-left .item-page.promo .row.full-novost > .application-website .block,
main.services .aside-right .item-page.services .row.full-novost > .application-website .block{
	background: #eee;
	margin-top: 20px;
	padding: 40px 15px 35px 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #eee;
}

main.promo .aside-left .item-page.promo .row.full-novost > .application-website .block button.sf2-callBtn,
main.services .aside-right .item-page.services .row.full-novost > .application-website .block button.sf2-callBtn{	

	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

	text-decoration: none;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 13px 10px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    letter-spacing: 0.3px;

	background-color: #009f4f;
    border-color: #009f4f;
    color: #ffffff !important;
    border: 1px solid #009f4f;


	margin: 0px 20px 0px 0px;
	float: left;
}

main.promo .aside-left .item-page.promo .row.full-novost > .application-website .block p,
main.services .aside-right .item-page.services .row.full-novost > .application-website .block p{
	margin: 0px 0px 0px 10px;
	padding-top: 2px;
	text-align: left
}

/*documents*/

main.promo .aside-left .item-page.promo .row.full-novost > .documents,
main.services .aside-right .item-page.services .row.full-novost > .documents{	
	padding-bottom: 10px;
}

main.promo .aside-left .item-page.promo .row.full-novost > .documents h3,
main.services .aside-right .item-page.services .row.full-novost > .documents h3{
	margin-bottom: 25px;
	font-weight: 700;
	color: #444;
}

main.promo .aside-left .item-page.promo .row.full-novost > .documents a,
main.services .aside-right .item-page.services .row.full-novost > .documents a{
	display: block;
	margin-bottom: 50px;
}

main.promo .aside-left .item-page.promo .row.full-novost > .documents a img,
main.services .aside-right .item-page.services .row.full-novost > .documents a img{
	width: 40px;
	float: left;
	margin-right: 20px;
}

main.promo .aside-left .item-page.promo .row.full-novost > .documents a span,
main.services .aside-right .item-page.services .row.full-novost > .documents a span{
	color: #009f4f;
	display: block;
}

main.promo .aside-left .item-page.promo .row.full-novost > .documents a span small,
main.services .aside-right .item-page.services .row.full-novost > .documents a span small{
	display: block;
	color: #555;
	font-size: 0.8rem;
}

/*back-url*/

main.events .aside-left .item-page.events .row.full-novost > .back-url,
main.promo .aside-left .item-page.promo .row.full-novost > .back-url{
}

main.events .aside-left .item-page.events .row.full-novost > .back-url a,
main.promo .aside-left .item-page.promo .row.full-novost > .back-url a,
main.services .aside-right .item-page.services .row.full-novost > .back-url a{
	color: #009f4f;
}

main.events .aside-left .item-page.events .row.full-novost > .back-url a span,
main.promo .aside-left .item-page.promo .row.full-novost > .back-url a span,
main.services .aside-right .item-page.services .row.full-novost > .back-url a span{
	background: #009f4f;
	color: #fff;
	padding: 9px 8px 7px 8px;
	border-radius: 3px;
	margin-right: 10px;
}

/*share*/

main.events .aside-left .item-page.events .row.full-novost > .share,
main.promo .aside-left .item-page.promo .row.full-novost > .share,
main.services .aside-right .item-page.services .row.full-novost > .share{
	text-align: right;
}

main.events .aside-left .item-page.events .row.full-novost > .share h6,
main.promo .aside-left .item-page.promo .row.full-novost > .share h6,
main.services .aside-right .item-page.services .row.full-novost > .share h6{
	font-weight: 700;
	color: #000;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

main.events .aside-left .item-page.events .row.full-novost > .share .ya-share2,
main.promo .aside-left .item-page.promo .row.full-novost > .share .ya-share2,
main.services .aside-right .item-page.services .row.full-novost > .share .ya-share2{
	display: inline-block;
}


/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
}



/*----------------------------------------product-object-page----------------------------------------*/

.main.product-object-page .product-object.start{
	box-shadow: 2px 2px 5px #ddd;
	border-radius: 5px;
	margin-bottom: 30px;
}

/*1*/

.main.product-object-page .product-object.start .product-object-1{
	background: #fff;
	padding-left: 0px;
}

/*2*/

.main.product-object-page .product-object.start .product-object-2{
	padding: 28px;
}

.main.product-object-page .product-object.start .product-object-2 h2,
.main.product-object-page .product-object.start .product-object-2 h2 a{
	font-size: 1rem;
	font-weight: bold;
	color: #424242;
	margin-bottom: 25px;
}

.main.product-object-page .product-object.start:hover h2,
.main.product-object-page .product-object.start:hover h2 a{
	color: #04b35b;
	text-decoration: none;
}

.main.product-object-page .product-object.start .product-object-2 .zag-price{
	margin: 0px 0px 10px 0px;
	width: calc(100%/2);
	display: block;
	float: left;
	font-size: 0.8rem;
}

.main.product-object-page .product-object.start .product-object-2 .zag-price span{
	display: block;
	border-left: 3px solid #009f4f;
	padding-left: 8px;
	margin-top: 10px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #222;
	line-height: 23px;
}

.main.product-object-page .product-object.start .product-object-2 .zag-price.akcia span{
	color:red;
}

.main.product-object-page .product-object.start .product-object-2 .opis{
	margin-top:10px;
	display: inline-block;
	width: 100%;
	font-size: 0.9rem;
}

.main.product-object-page .product-object.start .product-object-2 a.readmore{

	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

	line-height: 1.5;

	text-decoration: none;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 13px 10px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    letter-spacing: 0.3px;

	padding: 6px 15px 7px;

	background-color: #009f4f;
    border-color: #009f4f;
    color: #ffffff !important;
    border: 1px solid #009f4f;

	white-space: normal;
    margin-bottom: 0;
    max-width: 100%;	
}

.main.product-object-page .product-object.start .product-object-2 button.sf2-callBtn{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

	line-height: 1.5;

	text-decoration: none;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 13px 10px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    letter-spacing: 0.3px;

	padding: 6px 15px 7px;

	background-color: #ffffff;
    border-color: #009f4f;
    color: #008b45 !important;
    border: 1px solid #009f4f;

	white-space: normal;
    margin-bottom: 0;
    max-width: 100%;
}

/*bg-grey-product*/

.bg-grey-product{
	background: #f7f7f8;
}

.main.product-object-page .product-object.full .container .product-object-1{
	background: #fff;
	padding-left: 0px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

/*2*/

.main.product-object-page .product-object.full .container .product-object-2{
	background: #fff;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-top: 30px;
	padding-bottom: 30px;
}

.main.product-object-page .product-object.full .container .product-object-2 .zag-price{
	margin: 0 0 13px;
    font-size: 13px;
    color: #555;
    display: block;
}

.main.product-object-page .product-object.full .container .product-object-2 .price{
	border-left: 3px solid #009f4f;
	padding-left: 10px;
	color: #1d2029;
	font-size: 28px;
	font-weight: 700;
	padding-right: 5px;
	line-height: 32px;
	margin-bottom: 30px;
}

.main.product-object-page .product-object.full .container .product-object-2 .opis{
	margin-top: 30px;
}

.main.product-object-page .product-object.full .container .product-object-2 > a.a-product-description{
	display: block;
	margin-bottom: 35px;
	color: #009f4f;
	font-weight: 500;
	text-decoration: none;
}

.main.product-object-page .product-object.full .container .product-object-2 > a.a-product-description:hover{
	text-decoration: none;
	color: #aaa;
}


.main.product-object-page .product-object.full .container .product-object-2 > a.a-product-description span{
	font-size: 0.8rem;
	font-weight: 100;
}

.main.product-object-page .product-object.full .container .product-object-2 button.sf2-callBtn{
	display: inline-block;
	background: #009f4f;
	margin: 0px 10px 0px 0px;
	color: #fff;
	padding: 8px 18px !important;
	border: 1px solid #009f4f;
	font-weight: 500;
	text-shadow: 0px 0px 0px #000;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 25px;
	border-radius: 5px;
}

.main.product-object-page .product-object.full .container .product-object-2 button.sf2-callBtn[data-formid="simpleForm2_215"]{
	background: none;
	color: #009f4f;
}

.main.product-object-page .product-object.full .container .product-object-2 .ya-share2{

}

.main.product-object-page .product-object.full .container .product-object-2 .ya-share2 ul li{
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
}

.main.product-object-page .product-object.full .container .product-object-2 .ya-share2 ul li span.ya-share2__icon{
	height: 30px;
	width: 30px;
	background-size: 30px 30px;
}

/**/

@media only screen and (max-device-width: 1200px){
		
}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){

}

@media only screen and (max-device-width: 576px){
}


/*----------------------------------------details-products----------------------------------------*/

.product-object-page .details-products{
	background: #f7f7f8;
	padding-top: 40px;
	padding-bottom: 40px;
}

.product-object-page .details-products div{
	text-align: center;
	font-size: 0.85rem;
}

.product-object-page .details-products img{
	height: 50px;
	width: auto;
	margin-bottom: 15px;
}

/**/

@media only screen and (max-device-width: 1200px){
		
}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){

}

@media only screen and (max-device-width: 576px){
}


/*----------------------------------------product-description----------------------------------------*/

.product-object-page .product-description{
	border-top: 1px solid #dedede;
	background: #fff;
}

.product-object-page .product-description .container .row .product-description-1{
	padding-top: 40px;
	padding-bottom: 20px;
}

.product-object-page .product-description .container .row .product-description-1 h3{
	margin-bottom: 25px;
	font-weight: 700;
	color: #444;
}

/*2*/

.product-object-page .product-description .container .row .product-description-2{
	text-align: center;
}

.product-object-page .product-description .container .row .product-description-2 .lightgallery{
	border: 1px solid #ddd;	
	padding: 30px;
}

.product-object-page .product-description .container .row .product-description-2 img{
	max-width: 600px;
	-webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%
}

.product-object-page .product-description .container .row .product-description-2 a:hover > img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

/**/

@media only screen and (max-device-width: 1200px){
		
}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){

}

@media only screen and (max-device-width: 576px){
}


/*----------------------------------------product-description----------------------------------------*/

.harakteristici{
	background: #fff;
}

.harakteristici .container .row > div{
	padding-top: 50px;
	padding-bottom: 80px;
}

.harakteristici .container .row > div h4{
	margin-bottom: 30px;
	font-weight: 700;
	color: #444;
}

.harakteristici .container .row .harakteristici-1 .props_table{
	 width: 100%;
	 border-collapse: collapse;
     border-spacing: 0;
     font-size: 14px;
}

.harakteristici .container .row .harakteristici-1 .props_table td{
	padding: 5px 0;
    border-bottom: 1px dotted #aaa;	
}

.harakteristici .container .row .harakteristici-1 .props_table .char .char_name {
    font-weight: 700;
    text-align: left;
    position: relative;
}

.harakteristici .container .row .harakteristici-1 .props_table .char .char_name span {
    font-style: normal;
    padding-right: 10px;
    left: -2px;
    display: inline-block;
    background: #fff;
    position: relative;
    zoom: 1;
    bottom: -12px;
}

.harakteristici .container .row .harakteristici-1 .props_table .char .char_value {
    text-align: right;
}

.harakteristici .container .row .harakteristici-1 .props_table .char .char_value span {
    padding-left: 10px;
    right: -2px;
    display: inline-block;
    background: #fff;
    position: relative;
    zoom: 1;
    bottom: -12px;
}

.harakteristici .container .row .harakteristici-2 a{
	display: block;
	margin-bottom: 20px;
}

.harakteristici .container .row .harakteristici-2 a img{
	width: 40px;
	float: left;
	margin-right: 20px;
}

.harakteristici .container .row .harakteristici-2 a span{
	color: #009f4f;
	display: block;
}

.harakteristici .container .row .harakteristici-2 a span small{
	display: block;
	color: #555;
	font-size: 0.8rem;
}


/*fotogall-products*/

.fotogall-products{
	margin-top: 0px;
	padding-bottom: 50px;
	background: #fff;
	display: inline-block;
	width: 100%;
}

.fotogall-products h3{
	padding-top: 35px;
	margin: 0px auto 25px auto; 
	border-top: 1px solid #eee;
	font-weight: 700;
	color: #444;
	display: block;
	max-width: 1120px;
}

.fotogall-products .lightgallery{
	list-style-type: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	display: block;
	max-width: 1120px;
}

.fotogall-products .lightgallery a{
	width: calc(100%/6);
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 1px;
}

.fotogall-products .lightgallery a > img{
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  

  height: 200px;
  
  object-fit: cover;
}

.fotogall-products .lightgallery a:hover > img{
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}


/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	.fotogall-products .lightgallery a{
		width: calc(100%/1);
		}
}


/*application-website*/

.details-products-conteiner{
	text-align: center;
	margin-top: -25px;
	margin-bottom: 50px;
}

.details-products-conteiner .block{
	background: #eee;
	margin-top: 20px;
	padding: 40px 45px 40px 45px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #eee;
}

.details-products-conteiner .block button.sf2-callBtn{	

	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

	text-decoration: none;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 13px 10px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    letter-spacing: 0.3px;

	background-color: #009f4f;
    border-color: #009f4f;
    color: #ffffff !important;
    border: 1px solid #009f4f;


	margin: 0px 20px 0px 0px;
	float: left;
}

.details-products-conteiner .block p{
	margin: 0px 0px 0px 10px;
	padding-top: 0px;
	text-align: left
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
	.details-products-conteiner .block button.sf2-callBtn{
		display: block;
		float: inherit;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 100%;
	}
}



/*back-url-conteiner*/

.back-url-conteiner{
	padding-bottom: 60px;
}

.back-url-conteiner a{
	color: #009f4f;
}

.back-url-conteiner a:hover{
	color: #000;
	text-decoration: none;
}

.back-url-conteiner a span{
	background: #009f4f;
	color: #fff;
	padding: 9px 8px 7px 8px;
	border-radius: 3px;
	margin-right: 10px;
}



/*----------------------------------------news-block home----------------------------------------*/

.container.news-block{

}

/*1*/

.container.news-block .row .news-block-1{
	padding-bottom: 0px;	
	padding-left: 0px;
}


.container.news-block .row .news-block-1 h4{
	margin-bottom: 30px;
	font-weight: 700;
	color: #444;
}

/*2*/

.container.news-block .row .news-block-2{
	text-align: right;	
}

.container.news-block .row .news-block-2 a{
	color: #008b45;
	border: 1px solid #008b45;
	padding: 7px 15px;
	border-radius: 5px;
}

/*3*/

.container.news-block .row .news-block-3{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
}

.container.news-block .row .news-block-3 .newsflash.home a.readmore{
	display: none;
}

.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti{
	width: calc(100%/3);
	float: left;
}

.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti > div{
	padding: 5px;
	display: flex;
	flex-direction: column;
}

.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti h2{
	font-size: 0.8rem;
	padding-right: 20px;
	order: 1;
}

.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti h2 a{
	color: #000;
	font-size: 0.8rem;
}

.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti p.text{
	display: none;
}

.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti .time-novost{
	display: inline-block;
	width: 110px;
	text-align: center
}

.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti a.full-novost{
	display: none;
}

/**/

@media only screen and (max-device-width: 1200px){		
}

@media only screen and (max-device-width: 992px){
	.container.news-block .row .news-block-3 .newsflash.home{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		display: inline-block;
	}
	.container.news-block .row .news-block-1{
		padding-left: 15px;
		padding-right: 15px;
	}
	.container.news-block .row .news-block-2{
		padding-top: 5px;
	}
	.container.news-block .row .news-block-3{
		padding-bottom: 20px;
	}
	.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti h2{
		padding-right: 0px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-device-width: 767px){	
}

@media only screen and (max-device-width: 576px){
	.container.news-block .row .news-block-3 .newsflash.home .row.blog-novosti{
		width: calc(100%/1);
		margin: 0px;
		}
}



/*----------------------------------------main  page----------------------------------------*/
/*----------------------------------------main  page----------------------------------------*/

/*----------------------------------------main price----------------------------------------*/

.main.price{

}

.main.price .aside-right h2{
    font-size: 20px;
    line-height: 22px;
    margin: 30px 0 20px 0px;
    font-weight: 600;
}

.main.price .aside-right h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.main.price .aside-right table{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}

.main.price .aside-right table thead{
	background: #008b45;
	color: #fff;
	font-size: 0.85rem;
}

.main.price .aside-right .table-striped > tbody > tr:nth-child(odd) > td,
.main.price .aside-right .table-striped > tbody > tr:nth-child(odd) > th {
    background: rgb(255 255 255 / 80%);
}

.main.price .aside-right table h4 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 13px;
    font-weight: 600;
}

/*----------------------------------------.table-scroll----------------------------------------*/

main .table-scroll{

}

main .table-scroll table{
	border: 2px solid #c5c5c5;
	box-shadow: 2px 2px 10px #ccc;
	background: rgb(255 255 255 / 79%);
}

main .table-scroll table tr td{
	padding: 15px;
}

main .table-scroll table tr td p{
	margin: 0px;
}

/**/

@media only screen and (max-device-width: 1200px){		
}

@media only screen and (max-device-width: 992px){
}

@media only screen and (max-device-width: 767px){	
}

@media only screen and (max-device-width: 576px){
	main .table-scroll{
		overflow-x: scroll;		
	}
}



/*----------------------------------------main  price leto-2022----------------------------------------*/

main.price.leto-2022{
	background: url(/images/template/bg-leto-2021.jpg) bottom center no-repeat;      
	background-size: cover;	
	border-bottom: 3px solid #f8005a;
}

main.price.leto-2022 .aside-left p > img{
	width: 100%; max-width: 727px; margin: 0 auto; display: block; opacity: 0.9;
}


/*----------------------------------------main  price osen-2023----------------------------------------*/

main.price.osen-2023{
	background: url(/images/template/bg-osen-2023.gif) bottom center no-repeat;      
	background-size: cover;	
	border-bottom: 3px solid #f8005a;
}

main.price.osen-2023 .aside-left p > img{
	width: 100%; max-width: 627px; margin: 0 auto; display: block; opacity: 0.9;
}



/*----------------------------------------main  price nw2021----------------------------------------*/

main.price.nw2021{
	background: url(/images/template/bg-nw21.gif) fixed center no-repeat;      
	background-size: 100% auto ;	
	border-bottom: 3px solid #f8005a;
}

main.price.nw2021 .aside-left p > img{
	width: 100%; max-width: 727px; margin: 0 auto; display: block; opacity: 0.9;
}

/**/

@media only screen and (max-device-width: 767px){	
	main.price.nw2021{
		background: url(/images/template/bg-nw21.gif) fixed center no-repeat;
		background-size: auto 100%;
	}
}


/*----------------------------------------main  price vesna-2026----------------------------------------*/

main.price.vesna-2026{
	background: url(/images/template/bg-vesna-2026.jpg) bottom center no-repeat;      
	background-size: cover;	
	border-bottom: 3px solid #f8005a;
}

main.price.vesna-2026 .aside-left p > img{
	width: 100%; max-width: 627px; margin: 0 auto; display: block; opacity: 0.9;
}











/*----------------------------------------main  faq----------------------------------------*/

.main.faq{
	padding-bottom: 30px;
}

.main.faq .container .row .aside-right{

}

.faq-mod{
	
}

.faq-mod .card{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd !important;
	border-radius: 5px !important;
}

.faq-mod .card .card-header{
	padding: 7px 5px 7px 5px;
	border-radius: 5px;
	background: #f7f7f7;
}

.faq-mod .card .card-header:hover{
	background: #f1f1f1;
}

.faq-mod .card .card-header h5{
	text-align: left;
}

.faq-mod .card .card-header h5 .btn.btn-link{
	text-align: left;
	display: block;
	font-size: 0.9rem;
	color: #009f4f;
	text-shadow: 0px 0px 0px #c2e0d1;
}

.faq-mod .card .card-header h5 .btn.btn-link:hover{
	text-decoration: none;
}

.faq-mod .card .card-header h5 .btn.btn-link span.oi{
	font-size: 1rem;
	color: #d6d6d6;
	display: none;	
	float: right;
	opacity: 1;
}

.faq-mod .card .card-header h5 .btn.btn-link.collapsed span.oi[data-glyph="chevron-bottom"]{
	display: block;
}

.faq-mod .card .card-header h5 .btn.btn-link span.oi[data-glyph="chevron-top"]{
		
}

.faq-mod .card .card-body{
	padding-bottom: 0px;
}

.faq-mod .card .card-body > a.btn{
	    text-decoration: none;
    margin: 0 10px 15px 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    padding: 11px 13px 10px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    letter-spacing: 0.3px;

	padding: 6px 15px 7px;

	background-color: #009f4f;
    border-color: #009f4f;
    color: #ffffff !important;
    border: 1px solid #009f4f;	
}



/*----------------------------------------main  partners----------------------------------------*/

.main.partners{
	padding-bottom: 30px;
}

.main.partners .container .row .aside-right{

}

.main.partners .container .row .aside-right .row.partners-list > div{
	padding: 15px 15px 15px 15px;
}

.main.partners .container .row .aside-right .row.partners-list > div .block{
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
	height: 100%;
}

.main.partners .container .row .aside-right .row.partners-list > div .block .title,
.main.partners .container .row .aside-right .row.partners-list > div .block .title a{
	text-align: center;
	color: #999;	
	font-weight: 500;
	text-shadow: 0px 0px 0px #999;
}

.main.partners .container .row .aside-right .row.partners-list > div .block .title a:hover{
	text-decoration: none;
	color: #009f4f;
}

.main.partners .container .row .aside-right .row.partners-list > div .block hr{

}

.main.partners .container .row .aside-right .row.partners-list > div .block > a{
	color: #000;
	display: block;
	margin: 8px 5px 8px 5px;
}

.main.partners .container .row .aside-right .row.partners-list > div .block > a:hover,
.main.partners .container .row .aside-right .row.partners-list > div .block > a[target="_blank"]:hover{
	text-decoration: none;
	color: #222;
}

.main.partners .container .row .aside-right .row.partners-list > div .block > a[target="_blank"]{
	color: #008b45;
}

.main.partners .container .row .aside-right .row.partners-list > div .block > a span{
	color: #008b45;
}



/*----------------------------------------main  kontakty----------------------------------------*/

.main.contacts .container.main-contacts{
	padding-top: 10px;
	padding-bottom: 30px;
}

.main.contacts .container.main-contacts .row.one{
	border-bottom: 1px solid #eee;	
	padding-bottom: 45px;
}

/*1*/

.main.contacts .container.main-contacts .row.one .main-contacts-1 p{
	color: #333;
	font-size: 0.9rem;
}

/*2*/

.main.contacts .container.main-contacts .row.one .main-contacts-2 p{
	margin-bottom: 5px;
}

.main.contacts .container.main-contacts .row.one .main-contacts-2 .icon-block{
	text-align: center;
}

.main.contacts .container.main-contacts .row.one .main-contacts-2 .icon-block span{
	display: inline-block;
	padding: 10px 0px 0px 0px;
    color: #fff;
    font-size: 1.8rem;
	background: #009f4f;
	height: 54px;
    width: 54px;
    border-radius: 100%;
}

.main.contacts .container.main-contacts .row.one .main-contacts-2 .icon-block.phone span{padding-left: 5px;}

.main.contacts .container.main-contacts .row.one .main-contacts-2 .info-block{
	padding-left: 0px;
}

.main.contacts .container.main-contacts .row.one .main-contacts-2 .info-block .name{
	color: #222;
    font-size: 0.96rem;
    line-height: 20px;
    font-weight: 600;

}

.main.contacts .container.main-contacts .row.one .main-contacts-2 .info-block .text{
	color: #666;
    font-size: 0.9rem;
	line-height: 21px;
}

.main.contacts .container.main-contacts .row.one .main-contacts-2 .info-block a{
	color: #009f4f;
    font-size: 0.9rem;
	line-height: 21px;	
	display: block;
}

.main.contacts .container.main-contacts .row.one .main-contacts-2 .info-block a > span{
	color: #222;
}

.main.contacts .container.main-contacts .row.one .main-contacts-2 .info-block a:hover{
	text-decoration: none;
	color: #005e2f;
}

/*nav nav-tabs container*/

.main.contacts .nav.nav-tabs.container{
	border: none;
	text-align: center;
	padding-bottom: 20px;
	display: block;
}

.main.contacts .nav.nav-tabs.container li{
	display: inline-block !important;
	border: none;
	padding: 5px 15px 15px 15px;
	margin: 0px;
}

.main.contacts .nav.nav-tabs.container li span{
	border: 0px;
	padding: 0px 1px 9px 1px;
	margin: 0px;
	font-weight: 700;
	font-size: 0.96rem;
	color: #009f4f;
	cursor: pointer;
	display: block !important;
}

.main.contacts .nav.nav-tabs.container li span.active{
	border-bottom: 2px solid #009f4f;	
	color: #333;
}

.main.contacts .nav.nav-tabs.container li span:hover{
	color: #333;
}

.main.contacts .tab-pane{
	position: relative;
}

.main.contacts .tab-pane .doroga-telefon{
	display: none;
}

/**/

@media only screen and (max-device-width: 1200px){

}

@media only screen and (max-device-width: 992px){
	
}

@media only screen and (max-device-width: 767px){
	.main.contacts .tab-pane .doroga-telefon{
	display: block;
	position: absolute;
	width: 270px;
	background: #009f4f;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	height: 44px;
	bottom: 10px;
	left: 50%;
	margin-left: -135px;
	color: #fff;
	text-decoration: none;
}

.main.contacts .tab-pane .doroga-telefon:hover{
	background: #323536;
}
}

@media only screen and (max-device-width: 576px){
	
}







/*----------------------------------------footer----------------------------------------*/
/*----------------------------------------footer----------------------------------------*/


/*----------------------------------------any-more-questions----------------------------------------*/

.any-more-questions{
	background: #009f4f;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	/* margin-bottom: -50px; */
}

.any-more-questions p{
	margin: 0px;
}

/*1*/

.any-more-questions .container .row .any-more-questions-1{
	font-size: 1.4rem;
	font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    padding-right: 30px;
}

.any-more-questions .container .row .any-more-questions-1 p{
	float: left;
}

.any-more-questions .container .row .any-more-questions-1 img{
	float: right;
	width: 24px;
}

/*2*/

.any-more-questions .container .row .any-more-questions-2{
	font-size: 0.95rem;
	padding-top: 3px;
}

/*3*/

.any-more-questions .container .row .any-more-questions-3{
	padding-top: 2px;
}

.any-more-questions .container .row .any-more-questions-3 button.sf2-callBtn{
	display: inline-block;
	font-weight: 700;
	font-size: 0.95rem;
	background: #009f4f !important;
	color: #ffffff;
	padding: 9px 18px;
	border-radius: 5px;
	border: 2px solid #fff;
	letter-spacing: 0.3px;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.any-more-questions .container .row .any-more-questions-3 button.sf2-callBtn:hover{
	color: #009f4f;
	background: #ffffff !important;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/**/

@media only screen and (max-device-width: 1200px){

}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){
	
	.any-more-questions .container .row .any-more-questions-1{
		padding-right: 15px;
	}
	.any-more-questions .container .row .any-more-questions-1 p{
		float: inherit;
		margin-bottom: 10px;
	}
	.any-more-questions .container .row .any-more-questions-1 p br{
		display: none;
	}
	.any-more-questions .container .row .any-more-questions-1 img{
		display: none;
	}
	.any-more-questions .container .row .any-more-questions-2{
		padding-bottom: 15px;
	}	
}

@media only screen and (max-device-width: 576px){
	.any-more-questions{
		text-align: center;
	}
}



/*----------------------------------------footer yandex-map----------------------------------------*/

.yandex-map{
	display: block;
	height: 575px;
	background: #d8d8d8;
}

.yandex-map,
.yandex-map a{
	position: relative;
	color: #fff;
}

.yandex-map .text-map{
	position: absolute;
	top: 90px;
	left: 50%;
	background: #323536;
	width: 275px;
	margin-left: -570px;
	border-radius: 3px;
	padding-bottom: 5px;
	z-index: 5;
}

.yandex-map .text-map h5{
	background: #009f4f;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}

.yandex-map .text-map p{
	padding-left: 50px;
	padding-right: 15px;
}

.yandex-map .text-map p > span{
	margin-left: -30px;
	margin-right: 8px;
	position: relative;
	top: 2px;
	color: #d9d9d9;
}

.yandex-map .text-map p span a{
	display: inline-block;
	padding-left: 30px;
}

/**/

@media only screen and (max-device-width: 1200px){
	.bg-footer footer .yandex-map .text-map{
		margin-left: -470px;
		}
}

@media only screen and (max-device-width: 992px){
	.bg-footer footer .yandex-map .text-map{
		margin-left: -370px;
		}
}

@media only screen and (max-device-width: 767px){
	.bg-footer footer .yandex-map{
		height: auto;
		}
	.bg-footer footer .yandex-map > ymaps{
		height: 300px !important;
		}
	.bg-footer footer .yandex-map .text-map{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		margin-left: 0px;
		border-radius: 0px;
		padding-bottom: 5px;
		}	
}

@media only screen and (max-device-width: 576px){
	
}




/*----------------------------------------footer----------------------------------------*/

.bg-footer{
    box-shadow: 0px 0px 10px #acacac;
    position: relative;
    z-index: 10;
    /* margin-top: 50px; */
}

.bg-footer footer{
	padding-top: 30px;
	padding-bottom: 0px;
	color: #fff;
	background: #323536;
	/* margin-top: 50px; */
	font-size: 0.95rem;
}

/*1*/

.bg-footer .footer .container .footer-1{
}

.bg-footer .footer .container .footer-1 > p{
	padding-left: 30px;	
	margin-bottom: 18px;
	color: #c2c3c3;
	font-size: 0.9rem;
}

.bg-footer .footer .container .footer-1 > p span{
	position: relative;
	margin-left: -25px;
	margin-right: 2px;
	top: 2px;
	color: #009f4f;
}

.bg-footer .footer .container .footer-1 > a{
	background: #009f4f;
	color: #fff;
	padding: 6px 16px !important;
	border-radius: 13px;
	font-size: 0.85rem;
	margin: 0px 0px 0px 30px;
	border: none;
	font-weight: 400;
}

/*2*/

.bg-footer .footer .container .footer-2{
	padding-left: 0px;
	padding-right: 0px;
}

.bg-footer .footer .container .footer-2 > a{
	width: calc(100%/3);
	float: left;
	color: #fff;
	padding-left: 0px;
	padding-right: 5px;
	margin-bottom: 8px;
	font-size: 0.85rem;
	font-weight: 700;
}

/*3*/

.bg-footer .footer .container .footer-3 h6{
	font-size: 0.85rem;	
	color: #b1b1b1;
	letter-spacing: 0.3px;
}

.bg-footer .footer .container .footer-3 a img{
	width: 30px;
	border-radius: 3px;
}

/**/

@media only screen and (max-device-width: 1200px){

}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){
	
}

@media only screen and (max-device-width: 576px){
	.bg-footer .footer{
		padding-top: 0px;
		margin-top: 0px;
		font-size: 1rem;		
		}
	.bg-footer .footer .container .footer-1{
		text-align: center;
	    }
	.bg-footer .footer .container .footer-1 > a{
	    	margin: 0px 0px 0px 0px;
	    }
	.bg-footer .footer .container .footer-2{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 20px;
		}
	.bg-footer .footer .container .footer-2 > a{
		width: calc(100%/1);
		text-align: center;
		padding-right: 0px;
		font-size: 1rem;
        }
	.bg-footer .footer .container .footer-3{
		text-align: center;
	    }
}



/*----------------------------------------copyright----------------------------------------*/

.bg-footer .copyright{
	margin-top: 40px;
}

.bg-footer .copyright .container{
	border-top: 1px solid #4f4f4f;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bg-footer .copyright p,
.bg-footer .copyright a{
	margin: 0px;
	font-size: 0.8rem;
	color: #797b7b;
}

/*2*/

.bg-footer .copyright .container .copyright-2{
	text-align: center;
	padding: 0px 5px 0px 5px;
}


/*3*/

.bg-footer .copyright .container .copyright-3{
	text-align: center;
}

.bg-footer .copyright .container .copyright-3 a{
	display: block;

}

/*4*/

.bg-footer .copyright .container .copyright-4{
	text-align: center;
}

.bg-footer .copyright .container .copyright-4 a{
	display: block;
	font-size: 0.68rem;
}

/**/

@media only screen and (max-device-width: 1200px){

}

@media only screen and (max-device-width: 992px){

}

@media only screen and (max-device-width: 767px){
	
}

@media only screen and (max-device-width: 576px){
	.bg-footer .copyright .container{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.bg-footer .copyright .container .row > div{
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.bg-footer .copyright .container .copyright-3 a{
		margin-bottom: 10px;		
	}

}



/*----------------------------------------ouibounce-modal----------------------------------------*/

#ouibounce-modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:  1000;
}

#ouibounce-modal .underlay{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,.5);
	cursor:pointer;
	-webkit-animation:fadein .5s;
	animation:fadein .5s
}

#ouibounce-modal .modal{
    width: 100%;
	max-width: 400px;
	height: 540px;
	background-color:#f2f8ff;
	z-index:1;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius: 4px;
	-webkit-animation:popin .3s;
	animation:popin .3s;
	display: block;
}

#ouibounce-modal .modal-title{
    font-size: 20px;
    color:#fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align:center;
    background: #009f4f;
}

#ouibounce-modal h4{
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-shadow: 0px 0px 1px #000;
    margin: 0px;
}

#ouibounce-modal .modal-body{
    padding: 20px 35px 5px 35px;
    font-size: 1rem;
    text-align: center;
}

#ouibounce-modal p{
    color:#000;
}

#ouibounce-modal .modal-body form{
	width: 100%;
	text-align: left;
}

#ouibounce-modal .modal-body label{
	text-align: left;
}

#ouibounce-modal .modal-body input{
	width: 100%;
}

#ouibounce-modal .modal-body button[type="submit"]{
	width: 100%;
}

#ouibounce-modal .modal-body p.checkbox-simple label{
	font-size: 15px;
	display: inline-block;
}

#ouibounce-modal .modal-body p.checkbox-simple input[type="checkbox"]{
	display: inline-block;
	width: auto;
}

#ouibounce-modal .modal-body .form-h5{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#ouibounce-modal .modal-footer{
	position:absolute;
	bottom: 7px;
	text-align: right;
	width:100%;
}

#ouibounce-modal .modal-footer p{
    text-transform:capitalize;
    cursor:pointer;
    display:inline;
    border-bottom:1px solid #344a5f;
    margin: 0px;
}

@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}

@-ms-keyframes fadein{0%{opacity:0}100%{opacity:1}}

@keyframes fadein{0%{opacity:0}100%{opacity:1}}

@-webkit-keyframes popin{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}

@-ms-keyframes popin{0%{-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-ms-transform:scale(1);transform:scale(1);opacity:1}}

@keyframes popin{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}





/*----------------------------------------END template END template END template END template END template END template----------------------------------------*/

no-no-no{
	object-fit: cover;
	overflow: hidden;
	background: url(/images/graphics-for-website/bg-exceptional-service.png) bottom no-repeat;
    background-size: 100% auto; 
}

/**/

.plastic-okna .container .row > div .block img{
-webkit-transform:scale(1); /*Webkit: umen'shaem razmer do 0.8*/
-moz-transform:scale(1); /*Mozilla: masshtabirovanie*/
-o-transform:scale(1); /*Opera: masshtabirovanie*/
-webkit-transition-duration: 0.5s; /*Webkit: dlitel'nost' animacii*/
-moz-transition-duration: 0.5s; /*Mozilla: dlitel'nost' animacii*/
-o-transition-duration: 0.5s; /*Opera: dlitel'nost' animacii*/
opacity: 1;  /*Nachal'naja prozrachnost' izobrazhenij*/
z-index: 5;
position: relative;
}

.plastic-okna .container .row > div .block img:hover{
-webkit-transform:scale(1.1); /*Webkit: uvelichivaem razmer do 1.2x*/
-moz-transform:scale(1.1); /*Mozilla: masshtabirovanie*/
-o-transform:scale(1.1); /*Opera: masshtabirovanie*/
opacity: 1;
z-index: 10;
}

/**/

.what-glazing .container .row > div img{
-webkit-transform:scale(1); /*Webkit: umen'shaem razmer do 0.8*/
-moz-transform:scale(1); /*Mozilla: masshtabirovanie*/
-o-transform:scale(1); /*Opera: masshtabirovanie*/
-webkit-transition-duration: 0.5s; /*Webkit: dlitel'nost' animacii*/
-moz-transition-duration: 0.5s; /*Mozilla: dlitel'nost' animacii*/
-o-transition-duration: 0.5s; /*Opera: dlitel'nost' animacii*/
opacity: 1;  /*Nachal'naja prozrachnost' izobrazhenij*/
}

.what-glazing .container .row > div img:hover{
-webkit-transform:scale(1.05); /*Webkit: uvelichivaem razmer do 1.2x*/
-moz-transform:scale(1.05); /*Mozilla: masshtabirovanie*/
-o-transform:scale(1.05); /*Opera: masshtabirovanie*/
opacity: 1;
}

/**/


@media only screen and (max-device-width: 1200px){

}

@media only screen and (max-device-width: 992px){
	
}

@media only screen and (max-device-width: 767px){
	
}

@media only screen and (max-device-width: 576px){
	
}





/* ----------------------------- cookies ----------------------------- */
.cookies {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    z-index: 1000;
    display: none;
}

.cookies__body {
    background-color: white;
    box-shadow: 0 0 40px rgba(196, 196, 196, 0.25);
    padding: 15px 0;
    border-radius: 10px;
}

.cookies__text {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    color: #000000;
    flex: 1 1 auto;
    margin-right: 30px;
}

.cookies__text a,
.cookies__text button{
    color: #6c757d;
    background: none;
    padding: 0px;
    border: none;
    font-size: 0.75rem;
}

.cookies__text a:hover,
.cookies__text button:hover{
    background: none;
    color: #000;
}

.cookies__btn {
    justify-content: center;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #ffffff;
    border: none;
    background: #28a745;
    border-radius: 25px;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 500;
    width: fit-content;
    display: inline-block;
    cursor: pointer;
    transition: background-color ease 0.3s;
}

.cookies__btn:hover {
    background-color: #008b45;
    border: none;
    color: #ffffff;
}

.cookies__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/**/

@media only screen and (max-device-width: 1200px){
}

@media only screen and (max-device-width: 992px){    
}

@media only screen and (max-device-width: 767px){
}

@media only screen and (max-device-width: 576px){
    .cookies {
        bottom: 0px;
        right: 0px;
        width: 100%;
        z-index: 1000;
        text-align: left;
    }
    .cookies__text {
        margin-right: 0px;
        /*margin-bottom: 15px;*/
    }
    .cookies__row {
        /*display: block;*/
    }    
}
