id="message-success"*,
*::before,
*::after {
	box-sizing: border-box;
}

a,
a:hover,
a:active {
	text-decoration: none;
}

input,
button,
textarea,
select {
	outline: none;
}


body {
	position: relative;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #FFF;
}

header {
	padding-top: 30px;
}

.logo-block {
	padding-bottom: 50px;
}

.logo-h {
	display: inline-block;
	background-image: url(./img/logo.png);
	background-size: 270px 70px;
	background-repeat: no-repeat;
	width: 270px;
	height: 70px;
	vertical-align: top;
}

.phone-block-h {
	display: inline-block;
	vertical-align: top;
	float: right;
}

.phone-block-h a {
	font-size: 20px;
	font-weight: 600;
	color: #666;
}

.phone-block-h a:hover {
	color: #2D5E2F;
}

.phone-block-h a i {
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 20px;
	color: #2D5E2F;
	margin-right: 6px;
}

.btn-page {
	display: inline-block;
	border: 0;
	border-radius: 25px;
	background: #4B914D;
	background: -webkit-linear-gradient(top left, #4B914D, #2D5E30);
	background: -moz-linear-gradient(top left, #4B914D, #2D5E30);
	background: linear-gradient(to bottom right, #4B914D, #2D5E30);
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 25px;
	box-shadow: 0 0 0 3px #d3ebd4;
	border: 1px solid #2D5E2F;
	transition: .6s;
}

.btn-page:hover {
	background: #2D5E2F;
	background: -webkit-linear-gradient(top left, #2D5E2F, #2D5E30);
	background: -moz-linear-gradient(top left, #2D5E2F, #2D5E30);
	background: linear-gradient(to bottom right, #2D5E2F, #2D5E30);
	box-shadow: none;
	color: #FFF;
}

.btn-call-h {
	text-align: right;
	margin-top:  10px;
}

.address-block-h {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-right: 80px;
	padding-top: 10px;
}

.address-block-h i {
	display: inline-block;
	font-size: 20px;
	color: #2D5E2F;
	margin-right: 6px;
	vertical-align: middle;
}

.icon-clock {
	font-size: 16px !important;
	margin-right: 4px !important;
}

.work-h {
	margin-top: 10px;
}

.address-block-h .address-text {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
}

.menu-main {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-main li {
	position: relative;
	display: inline-block;
}

.menu-main li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #666;
	padding: 10px 10px;
}

.menu-main li a:hover {
	color: #2D5E2F;
}

.menu-main li:first-child a {
	padding-left: 0;
}

.menu-main li:not(:first-child):before {
    content: "\2022";
	position: relative;
	top: 6px;
	color: #2D5E2F;
	font-size: 40px;
	line-height: 10px;
}

.banner-bg {
	position: relative;
	width: 100%;
	min-height: 400px;
	background-image: url(./img/banner-bg.jpg);
	background-size: cover;
	background-position: left center;
	margin-top: 20px;
}

.banner-bg-saw {
	content: '';
	position: absolute;
	background-image: url(./img/saw-modal.png);
	background-repeat: no-repeat;
	background-size: 400px 400px;
	width: 400px;
	height: 400px;
	top: 20px;
	left: -300px;
	z-index: 9;
	 -webkit-animation-name: rotation;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner-bg-container {
	position: relative;
}

.h1-header {
	position: relative;
	margin: 0;
	padding: 40px 0 20px 0;
	font-size: 50px;
	line-height: 56px;
	font-weight: 700;
	color: #444;
	z-index: 10;
}

.h1-header span {
	color: #2D5E2F;
}

.header-clt {
	font-size: 26px;
	font-weight: 700;
	color: #444;
	margin-bottom: 30px;
}

.h1-sub {
	position: relative;
	width: 100%;
	max-width: 500px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	padding-bottom: 60px;
	z-index: 10;
}

.text-center {
	text-align: center;
}

h1 {
	margin: 0;
	padding: 80px 0 40px 0;
	font-size: 26px;
	font-weight: 700;
	color: #666;
}

h2 {
	margin: 0;
	padding: 80px 0 40px 0;
	font-size: 26px;
	font-weight: 700;
	color: #666;
}

.service-section {
	padding-bottom: 80px;
}

.service-link,
.service-link:hover,
.service-link:visited {
	color: #483935;
}

.service-item {
	background-color: #FFF;
	box-shadow: 0 0 20px 0 rgba(100, 100, 100, 0.1);
	margin-bottom: 30px;
	border: 1px solid #EEE;
}

.service-img {
	position: relative;
	overflow: hidden;
}

.service-img-before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(241, 132, 37, 0);
	transition: .8s;
	z-index: 9;
}

.service-link:hover > .service-img .service-img-before {
	background-color: rgba(45, 94, 47, 0.7);
}

.service-img img {
	width: 100%;
	height: auto;
	transition: .6s;
}

.service-link:hover > .service-img img {
	-webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}

.service-title {
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	min-height: 86px;
	color: #666;
	padding: 10px;
}

.service-title {
	font-size: 16px;
}

.service-title span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.service-btn {
	padding: 20px 0 20px 0;
	text-align: center;
}

.btn-page-s {
	display: inline-block;
	border: 0;
	border-radius: 25px;
	background: #4B914D;
	background: -webkit-linear-gradient(top left, #4B914D, #2D5E30);
	background: -moz-linear-gradient(top left, #4B914D, #2D5E30);
	background: linear-gradient(to bottom right, #4B914D, #2D5E30);
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 15px 6px 25px;
	box-shadow: 0 0 0 3px #d3ebd4;
	border: 1px solid #2D5E2F;
}

.btn-page-s:hover {
	background: #2D5E2F;
	background: -webkit-linear-gradient(top left, #2D5E2F, #2D5E30);
	background: -moz-linear-gradient(top left, #2D5E2F, #2D5E30);
	background: linear-gradient(to bottom right, #2D5E2F, #2D5E30);
	box-shadow: none;
	color: #FFF;
}

.btn-page-s i {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
}

.privilege-section {
	background-image: url(./img/privilege-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 60px;
}

.h2-privilege {
	padding: 80px 0 50px 0;
	text-align: center;
}

.privilege-section h2 {
	display: inline-block;
	position: relative;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

.privilege-section h2:after {
	content: "";
	position: absolute;
	left: -90px;
	top: 14px;
	width: 80px;
	height: 2px;
	background-color: #FFF;
}

.privilege-section h2:before {
	content: "";
	position: absolute;
	right: -90px;
	top: 14px;
	width: 80px;
	height: 2px;
	background-color: #FFF;
}

.privilege-item {
	text-align: center;
	margin-bottom: 20px;
}

.privilege-img  {
	text-align: center;
}

.privilege-img img {
	display: inline-block;
	width: 120px;
	height: 120px;
}

.privilege-desc {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	margin-top: 15px;
	font-weight: 600;
}

footer {
	background-image: url(./img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	padding: 20px 0;
	color: #fcf9f2;
}

.logo-f {
	background-image: url(./img/logo-footer.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	max-width: 270px;
	height: 70px;
}

.footer-block {
	margin: 30px 0;
}

.footer-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #99BB33;
	font-weight: 600;
	padding: 2px 0 10px 0;
	border-bottom: 2px solid #99BB33;
	margin-bottom: 10px;
}

.footer-link,
.footer-link:hover {
	display: inline-block;
	font-size: 14px;
	color: #fcf9f2;
	border-bottom: 1px dashed #fcf9f2;
	margin: 10px 0;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin-bottom: 6px;
}

.footer-menu li:before {
	font-family: "Font Awesome 5 Free";
    content: "\f105 ";
    font-size: 16px;
    color: #99BB33;
    font-weight: 900;
}

.footer-menu li a {
	font-size: 16px;
	color: #fcf9f2;
	padding-left: 6px;
}

.footer-menu li a:hover {
	color: #99BB33;
}

.contacts-section {
	padding: 40px 0 80px 0;
}

.phone-block-f {
	margin-bottom: 20px;
}

.contact-title-f {
	font-size: 14px;
	margin-bottom: 4px;
}

.phone-block-f a {
	font-size: 20px;
	font-weight: 600;
	color: #666;
}

.phone-block-f a:hover {
	color: #2D5E2F;
}

.phone-block-f a i {
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 20px;
	color: #2D5E2F;
	margin-right: 6px;
}

.btn-call-f {
	margin-top: 30px;
}

.address-block-f {
	margin-bottom: 20px;
}

.address-block-f i {
	position: relative;
	top: 5px;
	display: inline-block;
	font-size: 24px;
	color: #2D5E2F;
	margin-right: 6px;
	vertical-align: top;
}

.address-text-f {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}

.work-block-f i {
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 20px;
	color: #2D5E2F;
	margin-right: 6px;
	vertical-align: top;
}

.call-form {
	position: absolute;
	top: 60px;
	right: 0;
	width: 280px;
	background-color: rgba(237, 237, 237, 0.9);
	border-radius: 15px;
	padding: 15px 20px;
	text-align: center;
	z-index: 99;
}

.call-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(./img/consult.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
}

.call-title {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

#call-form label {
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	margin: 10px 0 3px 0;
	color: #818181;
}

#call-form input {
	border: 0;
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 16px;
	width: 100%;
	background-color: #B2B3B3;
	color: #FFF;
}

#call-form button {
	margin-top: 20px;
}

.call-text {
	font-size: 12px;
	color: #818181;
	line-height: 14px;
	margin-top: 15px;
}

.call-text a {
	color: #2D5E2F;
	font-size: 12px;
	border-bottom: 1px dashed #2D5E2F;
}

.call-text a:hover {
	color: #666;
	border-bottom: 0;
}

.page-h2 {
	margin: 0;
	padding: 40px 0 40px 0;
	font-size: 26px;
	font-weight: 700;
	color: #666;
	text-align: center;
}

h3 {
	display: inline-block;
	padding-bottom: 6px;
	margin: 40px 0 30px 0;
	font-size: 20px;
	font-weight: 700;
	color: #2D5E2F;
	border-bottom: 3px solid #2D5E2F;
}

.about-section {
	padding-bottom: 80px;
}

.about-h2 {
	padding-top: 0 !important;
	padding-bottom: 30px !important;
}

.img-page {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}


.card-section {
	padding-bottom: 0px;
}

.card-item {
	background-color: #FFF;
	box-shadow: 0 0 20px 0 rgba(100, 100, 100, 0.1);
	margin-bottom: 30px;
	border: 1px solid #EEE;
}

.card-item img {
	width: 100%;
	height: auto;
}

.card-title {
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #666;
	padding: 10px;
}

.card-title span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.card-desc {
	padding: 10px;
}

.card-table {
	width: 100%;
}

.card-table td {
	font-size: 14px;
}

.card-table td:first-child {
	font-weight: 600;
}

.card-table td:last-child {
	text-align: right;
}

.page-desc {
	margin-bottom: 30px;
}

#message-success {
	font-size: 18px;
	text-align: center;
}

#message-success span {
	display: block;
	margin: 30px 0 15px 0;
	font-size: 16px;
	font-weight: 600;
}

#message-success i {
	font-size: 60px;
	color: #2D5E30;
}

#message-success-2 {
	font-size: 18px;
	text-align: center;
}

#message-success-2 span {
	display: block;
	margin: 30px 0 15px 0;
	font-size: 16px;
	font-weight: 600;
}

#message-success-2 i {
	font-size: 60px;
	color: #2D5E30;
}

.cert-item {
	display: inline-block;
	width: 200px;
	margin: 0px 10px 30px 10px;
	vertical-align: top;
}

.cert-img img {
	width: 100%;
	height: auto;
}

.h-email {
	display: inline-block;
	margin-top: 10px;
	font-size: 16px !important;
}






















.mobile-menu-fixed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 42px;
	width: 100%;
	background-color: #2D5E2F;
	z-index: 999;
}

.mobile-menu-fixed i {
	display: inline-block;
	color: #FFF;
	font-size: 28px;
	line-height: 42px;
	margin-left: 15px;
	cursor: pointer;
}

@media screen and (max-width: 992px) {
	.address-block-h {
		display: none;
	}

	.mobile-menu-fixed {
		display: block;
	}

	header {
	    padding-top: 72px;
	}

	.menu-main {
		display: none;
		position: fixed;
		top: 42px;
		left: 0;
		width: 250px;
		height: 100vh;
		background-color: #2D5E2F;
		z-index: 999;
	}

	.menu-main li {
		display: block;
	}

	.menu-main li a {
		display: inline-block;
		width: 100%;
		padding: 10px 15px;
		color: #FFF;
	}

	.menu-main li a:hover {
		color: #333;
		background-color: #FFF;
	}

	.menu-main li:first-child a {
		padding-left: 15px;
	}

	.menu-bull {
		display: none !important;
	}

	.menu-main li:not(:first-child):before {
		display: none;
	}

	.h1-header {
		max-width: 380px;
		font-size: 36px;
	}

	.h1-sub {
		max-width: 380px;
	}

}

@media screen and (max-width: 768px) {
	.banner-bg-saw {
		display: none;
	}

	.call-form {
	    position: static;
	    top: unset;
	    right: unset;
	    margin: 0 auto;
	}

	.h1-header {
		max-width: 100%;
		text-align: center;
	}
	.header-clt,
	.header-clt > div {
		text-align: center;
	}

	.h1-sub {
		max-width: 100%;
		font-size: 16px;
		text-align: center;
	}

	.banner-bg {
		padding-bottom: 30px;
	}

	.privilege-section h2:after {
		display: none;
	}

	.privilege-section h2:before {
		display: none;
	}
}

@media screen and (max-width: 576px) {
	.btn-call-h {
		display: none;
	}

	.phone-block-h {
		position: fixed;
		top: 7px;
		right: 15px;
		z-index: 999;
	}

	.phone-block-h a {
	    font-size: 18px;
	    color: #FFF;
	}

	.phone-block-h a i {
		color: #FFF;
	}

	.h-email {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.h1-header {
		font-size: 28px;
	}
}




/********** КНОПКА ОБРАТНЫЙ ЗВОНОК **********/
#zcwMiniButton {
    display: none !important;
}

.callback {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

.callback-bt {
    display: inline-block;
    background: #2D5E30;
    border: 2px solid #2D5E30;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(45,94,47,0.3);
    cursor: pointer;
    height: 50px;
    width: 50px;
    text-align: center;
    position: relative;
    z-index: 10;
    transition:.3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
    height: 50px;
    width: 50px;        
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.callback-bt i {
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    margin-right: 2px;
    transition: .5s ease-in-out;

}

.svg-inline--fa.fa-phone-alt {
	position: relative;
	top: 10px;
	color: #fff;
    font-size: 24px;
    line-height: 44px;
    margin-right: 2px;
    transition: .5s ease-in-out;
    vertical-align: inherit;
}

.svg-inline--fa.fa-bars {
	position: relative;
	top: 7px;
	display: inline-block;
	color: #FFF;
	font-size: 28px;
	line-height: 42px;
	margin-left: 15px;
	cursor: pointer;
}

.phone-block-h > a > .svg-inline--fa.fa-phone-alt {
	position: relative;
	top: 4px;
	font-size: 20px;
	line-height: 20px;
    margin-right: 5px;
}

.phone-block-f > a > .svg-inline--fa.fa-phone-alt {
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 20px;
	color: #2D5E2F;
	margin-right: 6px;
}

.address-block-f > .svg-inline--fa.fa-map-marker-alt {
	position: relative;
	top: 5px;
	display: inline-block;
	font-size: 24px;
	color: #2D5E2F;
	margin-right: 6px;
	vertical-align: top;
}

.work-block-f > .svg-inline--fa.fa-clock {
	position: relative;
	top: 2px;
	display: inline-block;
	font-size: 20px;
	color: #2D5E2F;
	margin-right: 6px;
	vertical-align: top;
}

.address-block-h > div > .svg-inline--fa.fa-map-marker-alt {
	display: inline-block;
	font-size: 20px;
	color: #2D5E2F;
	margin-right: 6px;
	vertical-align: middle;
}

.work-h > .svg-inline--fa.fa-clock {
	display: inline-block;
	font-size: 20px;
	color: #2D5E2F;
	margin-right: 6px;
	vertical-align: middle;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(45,94,47,0.3),0 0 0 0 rgba(45,94,47,0.2),0 0 0 0 rgba(45,94,47,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(45,94,47,0.3),0 0 0 15px rgba(45,94,47,0.2),0 0 0 0 rgba(45,94,47,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(45,94,47,0.3),0 0 0 30px rgba(45,94,47,0),0 0 0 26.7px rgba(45,94,47,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(45,94,47,0.3),0 0 0 30px rgba(45,94,47,0),0 0 0 40px rgba(45,94,47,0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(45,94,47,0.3),0 0 0 0 rgba(45,94,47,0.2),0 0 0 0 rgba(45,94,47,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(45,94,47,0.3),0 0 0 15px rgba(45,94,47,0.2),0 0 0 0 rgba(45,94,47,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(45,94,47,0.3),0 0 0 30px rgba(45,94,47,0),0 0 0 26.7px rgba(45,94,47,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(45,94,47,0.3),0 0 0 30px rgba(45,94,47,0),0 0 0 40px rgba(45,94,47,0.0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
            -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
            -ms-transform: rotateZ(15deg);
            -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
            -ms-transform: rotateZ(-10deg);
            -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
            -ms-transform: rotateZ(7.5deg);
            -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
            -ms-transform: rotateZ(-6deg);
            -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
            -ms-transform: rotateZ(5deg);
            -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
            -ms-transform: rotateZ(-4.28571deg);
            -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
            -ms-transform: rotateZ(3.75deg);
            -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
            -ms-transform: rotateZ(-3.33333deg);
            -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
}
/********************/


.clt-section {
	padding-bottom: 80px;
}

.clt-h2 {
	padding-top: 50px !important;
	padding-bottom: 6px !important;
	text-align: center;
}

.clt-h2-sub {
	color: #2D5E2F;
	font-weight: 700;
	font-size: 26px;
	padding-bottom: 80px !important;
	text-align: center;
}

.clt-priv-border {
  border: 4px solid #2D5E2F;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 4px;
}
.clt-priv-border::after,
.clt-priv-border::before {
  content: "";
  display: block;
  border: 4px solid #fff;
  z-index: 20;
  position: absolute;
}
.clt-priv-border::after {
  left: -4px;
  top: 20px;
  right: -4px;
  bottom: 20px;
  border-top: none;
  border-bottom: none;
}
.clt-priv-border::before {
  left: 20px;
  top: -4px;
  right: 20px;
  bottom: -4px;
  border-left: none;
  border-right: none;
}

.clt-priv-item {
	padding: 15px;
	min-height: 230px;
	background-color: #F9F9F9;
	margin: 10px 0;
}

.clt-priv-item-title {
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.clt-priv-item-desc {
	text-align: center;
	font-size: 18px;
}

.clt-h3 {
	padding-top: 50px !important;
	padding-bottom: 6px !important;
	font-size: 24px;
}

.clt-img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.clt-text-big {
	font-size: 22px;
}

.clt-section-eco {
	background-image: url(img/clt-2.jpg);
	background-size: cover;
	background-position: center;
	padding: 20px 0 60px 0;
}

.clt-eco-block {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.clt-eco-ul {
	position: relative;
	padding-top: 4px;
	padding-left: 40px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
}
.clt-eco-ul:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background-image: url(img/check.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}

.pr-block {
	background: #FFC18C;
	background: linear-gradient(135deg, #FFC18C, #43A858);
	padding: 5px;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.pr-block-content {
	background-color: #FFF;
}

.hr-block {
	background: #A1EBFF;
	background: linear-gradient(135deg, #A1EBFF, #43A858);
	padding: 5px;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.hr-block-content {
	background-color: #FFF;
}

.pr-block-content ol {
	margin: 0;
	padding: 10px 10px 10px 40px;
}

.pr-block-content ol li {
	margin: 10px 0;
	font-weight: 700;
}

.pr-block-content ol li span {
	font-weight: 400;
}

.hr-block-content ul {
	margin: 0;
	padding: 10px 10px 10px 40px;
}

.hr-block-content ul li {
	margin: 10px 0;
	font-weight: 700;
}

.hr-block-content ul li span {
	font-weight: 400;
}

.pr-h4 {
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}

.pr-section {
	padding: 70px 0;
}

.clt-section-cost {
	background-image: url(img/clt-4.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0 60px 0;
}

.table-cost {
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #4C4D52;
}

.table-cost th {
	padding: 10px 15px;
	font-weight: 700;
	border: 1px solid #4C4D52;
	font-size: 12px;
	vertical-align: top;
}

.table-cost td {
	padding: 10px 10px;
	border: 1px solid #4C4D52;
}

.clt-h2-cost {
	color: #FFF;
	font-size: 22px;
	text-align: center;
	padding-top: 0;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.section-img {
	padding: 80px 0 80px 0;
	font-size: 18px;
}

.title-slt-sip {
	color: #2D5E30;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.title-slt-sip-sub {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}

.title-slt-sip-text {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}

.hr-line {
	border: 0;
	background-color: #2D5E30;
	width: 100%;
	height: 2px;
	margin: 30px 0;
}

.clt-change-style {
	font-size: 50px;
	text-align: right;
	font-weight: 700;
}

.proisvodstvo-img {
	background-image: url(img/clt-11.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	max-width: 600px;
	height: 300px;
	color: #FFF;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 100px 10px 10px 10px;
}

.proisvodstvo-text {
	padding-top: 120px;
}

@media screen and (max-width: 576px) {
	.proisvodstvo-text {
		padding-top: 10px;
	}
}

.preim-item {
	text-align: center;
	margin: 20px 0;
	font-weight: 600;
}

.preim-icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #50B72B;
	background: linear-gradient(135deg, #50B72B, #2D5E31);
	text-align: center;
	line-height: 100px;
	margin-bottom: 10px;
}

.preim-icon i {
	color: #FFF;
	font-size: 60px;
	line-height: 90px;
}

.ingener-img {
	margin-top: 75px
}

@media screen and (max-width: 576px) {
	.ingener-img {
		margin-top: 0
	}
}
