.show480 {
	display: none;
}
html, body {
    height: 100%;
    margin: 0;
	padding: 0;
}
body {
	background: #fff url(../img/index-header.jpg) top center no-repeat;
	color: #282829;
    font-family: 'Helvetica';
    font-weight: 300;
    font-style: normal;
	font-size: 17px;
	line-height: 25px;
	width: 100%;
	overflow-x: hidden;
}
body.page {
	background: #faf8f6 url(../img/page-header.jpg) top center no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Hypatia';
	font-weight: bold;
}
h1 {
	font-size: 60px;
	color: #79c42a;
	line-height: 60px;
	margin: 30px 0;
}
h1.page_h1 {
	font-size: 40px;
	color: #282829;
	font-weight: 600;
	line-height: 60px;
	margin: 0px 0 30px;
}
h1 span {
    font-family: 'Helvetica';
    font-weight: 300;
	color: #282829;
	font-size: 45px;
	display: block;
}
p {
	margin: 15px 0;
}
img {
	border: none;
	max-width: 100%;
}
textarea, input, select, radio, button {
	outline: none;
    font-family: 'Helvetica';
	font-size: 16px;
	color: #413e3b;
}
button {
	cursor: pointer;
}
a {
	color: #282829;
}
a:hover {
	text-decoration: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Иконки */
.ico {
	vertical-align: middle;
	display: inline-block;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}
.ico-direction {
	width: 38px;
	height: 38px;
	background-position: 0 0;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.ico-head-phone {
	width: 10px;
	height: 22px;
	background-position: -40px 0;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.ico-footer-phone {
	width: 10px;
	height: 22px;
	background-position: -50px 0;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.ico-price {
	width: 35px;
	height: 43px;
	background-position: -60px 0;
	margin-left: 5px;
}
.ico-more {
	width: 9px;
	height: 14px;
	background-position: -100px 0;
}
.ico-calc {
	width: 46px;
	height: 46px;
	background-position: 0 -45px;
}
.ico-doc {
	width: 35px;
	height: 43px;
	background-position: -50px -45px;
}
.ico-list {
	width: 26px;
	height: 26px;
	background-position: -125px 0;
	border-radius: 13px;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.ico-contact-address {
	width: 20px;
	height: 27px;
	background-position: -155px 0;
}
.ico-contact-phone {
	width: 10px;
	height: 22px;
	background-position: -180px 0;
}
.ico-contact-mail {
	width: 22px;
	height: 22px;
	background-position: -155px -45px;
}
.ico-arrow-slider-left {
	width: 17px;
	height: 14px;
	background-position: -100px -45px;
}
.ico-arrow-slider-right {
	width: 17px;
	height: 14px;
	background-position: -125px -45px;
}
.ico-close {
	width: 15px;
	height: 15px;
	background-position: -100px -65px;
}
.ico-menu {
	width: 26px;
	height: 22px;
	background-position: 0 -95px;
}
.ico-close-menu {
	width: 24px;
	height: 24px;
	background-position: -30px -95px;
}
.ico-menu-green {
	width: 26px;
	height: 22px;
	background-position: -55px -95px;
}

/* Иннер и Враппер */
.leaves-left{
	position: absolute;
	top: -50px;
	right: 50%;
	margin-right: 640px;
	background: url(../img/leaves-left.png) no-repeat;
	width: 351px;
	height: 855px;
}
.leaves-right {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: 400px;
	background: url(../img/leaves-right.png) no-repeat;
	width: 661px;
	height: 868px;
}
.page .leaves-left {
	position: absolute;
	top: -140px;
	right: 50%;
	margin-right: 690px;
	background: url(../img/leaves-left-page.png) no-repeat;
	width: 351px;
	height: 855px;
}
.page .leaves-right {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: 770px;
	background: url(../img/leaves-right-page.png) no-repeat;
	width: 265px;
	height: 853px;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.content {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 20%, #fff6e8 100%);
	background: -webkit-linear-gradient(top, #ffffff 20%,#fff6e8 100%);
	background: linear-gradient(to bottom, #ffffff 20%,#fff6e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff6e8',GradientType=0 );
}
.sidebar {
	width: 370px;
	float: left;
}
.page_content {
	width: 770px;
	float: right;
}

/* Шапка */
.head {
	height: 100px;
	line-height: 100px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.head .left {
	float: left;
}
.head .right {
	float: right;
	font-size: 24px;
}
.head .right a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin-left: 35px;
	display: inline-block;
}
.navigation {
	width: 1340px;
	height: 151px;
	padding: 40px 70px;
	margin-left: -70px;
	background-color: #fff;
	box-shadow: 0px 17px 16px 2px rgba(188, 51, 24, 0.1);
	position: relative;
	margin-bottom: 207px;
}
.page .navigation {
	margin-bottom: 30px;
}
.navigation:before {
	content: '';
	width: 132px;
	height: 235px;
	background: url(../img/nav-leaves-left.png) no-repeat;
	position: absolute;
	left: -53px;
    top: -41px;
}
.navigation:after {
	content: '';
	width: 192px;
	height: 275px;
	background: url(../img/nav-leaves-right.png) no-repeat;
	position: absolute;
	right: -94px;
    top: -56px;
}
.logo {
	float: left;
	color: #7e8792;
	margin-top: 15px;
	position: relative;
	z-index: 2;
	display: block;
	text-decoration: none;
}
.logo b {
	font-family: 'Hypatia';
	font-weight: bold;
	font-size: 39px;
	color: #282829;
	display: block;
}
.navigation ul {
	float: right;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 2;
}
.navigation li {
	display: inline-block;
	margin-left: 70px;
	text-transform: uppercase;
}
.navigation li a {
	font-family: 'Hypatia';
	font-weight: 600;
	font-size: 15px;
	color: #282829;
	text-decoration: none;
}
#mobile_menu {
	display: none;
}

/* Хлебные крошки */
.breadcrumbs {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.breadcrumbs li {
	display: inline-block;
	padding-right: 19px;
	margin-right: 17px;
	border-right: 1px solid #e3b7a0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}
.breadcrumbs li:last-child {
	border: none;
}
.breadcrumbs a {
	text-decoration: none;
	color: #c93614;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

/* Форма заказа на главной */
.form-index {
	width: 490px;
	margin: 0 auto;
	border-radius: 20px;
	background: #fff;
	padding: 80px;
	text-align: center;
}
.form-echo {
	width: 490px;
	margin: 360px auto 292px;
	height: 240px;
	border-radius: 20px;
	background: #fff url(../img/echo.png) no-repeat 50% 50%;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	padding: 65px 0;
	display: none;
}
.form-echo span {
	font-family: 'Hypatia';
	font-size: 32px;
	color: #79c42a;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
}
.form-index .title {
	font-family: 'Hypatia';
	font-weight: bold;
	font-size: 40px;
	color: #79c42a;
	margin-bottom: 30px;
}
.form-index .desc {
	font-size: 22px;
	margin-bottom: 55px;
}
.row-form + .row-form {
	margin-top: 10px;
}
.row-form input[type=text] {
	width: 100%;
	height: 60px;
	border: 1px solid #e9edf3;
	border-radius: 3px;
	padding: 0 35px;
}
.row-form input[type=text]::-webkit-input-placeholder {
	color: #acb5c3;
}
.row-form input[type=text]:-moz-placeholder {
	color: #acb5c3;
}
.row-form textarea {
	width: 100%;
	height: 110px;
	border: 1px solid #e9edf3;
	border-radius: 3px;
	padding: 25px 35px;
	resize: none;
}
.row-form textarea::-webkit-input-placeholder {
	color: #acb5c3;
}
.row-form textarea:-moz-placeholder {
	color: #acb5c3;
}
.row-form.personal {
	margin: 35px 0;
}
.row-form .checkbox {
	opacity: 0;
    cursor: pointer;
    margin: 0;
    width: 34px;
    height: 34px;
    position: relative;
    top: -2px;
    left: -2px;
}
.row-form label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 23px;
	position: relative;
	cursor: pointer;
	width: 34px;
	height: 34px;
	border: 3px solid #fee9cd;
	border-radius: 3px;
	background: #fff;
}
.row-form label.a {
	border: 3px solid #a9d40b;
}
.row-form label.a:after {
	content: '';
	width: 23px;
	height: 16px;
	background: url(../img/sprite.png) no-repeat -120px -65px;
	position: absolute;
	right: 0;
    top: 5px;
}
.row-form span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #b2bac7;
	line-height: 20px;
}
.row-form button {
	width: 100%;
	height: 70px;
	font-family: 'Hypatia';
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	background: #79c42a;
	border: none;
	border-radius: 35px;
}

/* Портфолио */
.portfolio {
	margin: 90px 0 130px;
	position: relative;
    padding-bottom: 20px;
}
.portfolio #goToPrevWorksSlide {
	border-radius: 50%;
	width: 54px;
	height: 54px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 64px;
	text-align: center;
	line-height: 53px;
	z-index: 3;
}
.portfolio #goToNextWorksSlide {
	border-radius: 50%;
	width: 54px;
	height: 54px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 53px;
	z-index: 3;
}
.portfolio ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio li {
	padding: 10px 0 30px;
}
.portfolio .name {
	font-family: 'Hypatia';
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 30px;
}
.portfolio .image {
	float: left;
	position: relative;
	padding: 8px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 3px 0px rgba(74, 48, 32, 0.11);
	margin-right: 40px;
}
.portfolio .image img {
	vertical-align: top;
}
.portfolio .image .more {
	width: 180px;
    line-height: 60px;
    height: 60px;
    border-radius: 30px;
    color: #fff;
    background: #79c42a;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: -24px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
	text-align: center;
}
.portfolio .text {
	float: left;
	width: 430px;
}

/* Последние работы */
.block-title {
    font-family: 'Helvetica';
    font-weight: 300;
	color: #282829;
	font-size: 40px;
}
.block-title.center {
    text-align: center;
}
.block-title span {
	font-family: 'Hypatia';
	font-weight: bold;
	font-size: 50px;
	color: #79c42a;
	line-height: 50px;
	margin: 10px 0 0;
	display: block;
}
.last-work {
	padding: 100px 0;
}
.last-work ul {
	margin: 70px 0 0 -156px;
	padding: 0;
	list-style: none;
}
.last-work li {
	float: left;
	margin-left: 176px;
	width: 270px;
	padding: 0 10px;
	margin-bottom: 80px;
}
.last-work .image {
	display: flex;
    width: 100%;
    height: 250px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.last-work .image:after {
	content: '';
	width: 230px;
	height: 230px;
	position: absolute;
	top: -30px;
	left: -30px;
	border: 10px solid #fee9cd;
	opacity: 0.9;
}
.last-work li img {
	vertical-align: top;
}
.last-work .desc {
	font-size: 15px;
	line-height: 20px;
	color: #b2bac7;
	display: flex;
    width: 100%;
    height: 80px;
    margin: 20px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.last-work .text-work {
	display: none;
}
.last-work li a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 65px;
	font-family: 'Hypatia';
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background: #79c42a;
	border-radius: 30px;
	text-decoration: none;
	text-align: center;
}
.slider-last-work > a {
	display: none;
}

/* Услуги на главной */
.services-index {
	padding-bottom: 140px;
}
.services-index ul {
	margin: 80px 0 0 -10px;
	padding: 0;
	list-style: none;
}
.services-index li {
	margin: 0 0 10px 10px;
	float: left;
	width: 392px;
}
.services-index a {
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 40px 60px;
	text-decoration: none;
}
.services-index .image {
	display: flex;
    width: 100%;
    height: 90px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.services-index .name {
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 19px;
    text-align: center;
}

/* Услуги */
.services {
	margin: 0;
	padding: 0;
	list-style: none;
}
.services li {
	background: #fff;
	border-radius: 10px;
	padding: 45px;
	position: relative;
}
.services li + li {
	margin-top: 10px;
}
.services .image {
	width: 90px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
.services .description {
	width: 570px;
	float: right;
	font-size: 15px;
}
.services .name {
	font-family: 'Hypatia';
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
}
.services .more {
	background: #ffc59a;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 10px 0 10px 0;
	text-align: center;
	line-height: 37px;
    padding-left: 2px;
}
.services-phone {
	margin: 60px 0;
	text-align: center;
}
.services-phone > div {
	background: #fff;
	border-radius: 10px;
	padding: 45px;
	position: relative;
}
.services-phone > div + div {
	margin-top: 10px;
	font-family: 'Hypatia';
	font-size: 26px;
	padding-bottom: 60px;
}
.services-phone > div + div b {
	display: block;
}
.services-phone h2 {
	margin: 0 0 15px;
}
.services-phone .phone {
	font-size: 30px;
	margin-top: 15px;
}
.services-phone .or {
	position: absolute;
	background: #ffc59a;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	width: 100px;
	height: 32px;
	border-radius: 16px;
	left: 50%;
	margin-left: -50px;
	bottom: -21px;
	z-index: 2;
}
.services-phone .more {
	position: absolute;
	background: #79c42a;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 62px;
	width: 400px;
	height: 60px;
	border-radius: 30px;
	left: 50%;
	margin-left: -200px;
	bottom: -30px;
	z-index: 2;
	text-decoration: none;
}
.calculation {
	border: 4px solid #fff;
	border-radius: 10px;
	margin: 120px 0 70px;
}
.calculation > div {
	float: left;
	width: 50%;
	padding: 70px 60px;
	text-align: center;
	position: relative;
}
.calculation .icon {
	background: #ffc59a;
	width: 106px;
	height: 106px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -53px;
	top: -55px;
	line-height: 106px;
}
.calculation .bg {
	background: #fff;
}
.calculation .more {
	width: 300px;
	line-height: 60px;
	height: 60px;
	border-radius: 30px;
	color: #fff;
	background: #79c42a;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	bottom: -32px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.calculation .not-bg .more {
	background: #fff;
	color: #282829;
}
.prices {
	margin: 50px 0;
	padding: 0;
	list-style: none;
}
.prices li {
	background: #fff;
	margin-top: 3px;
	border-radius: 10px;
	padding: 20px 25px 15px;
    line-height: 30px;
}
.prices .name {
	float: left;
	width: 580px;
}
.prices .price {
	float: right;
	width: 130px;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
}
.prices .price .before {
	font-weight: normal;
	font-size: 14px;
	color: #b3b7be;
}
.prices .price .after {
	font-size: 14px;
	color: #79c42a;
}

/* Прайс-лист */
.prices-page {
}
.prices-page .price-list {
	width: 370px;
	float: left;
	position: relative;
	z-index: 2;
	border-right: 3px solid #79c42a;
}
.prices-page .tabs {
	width: 830px;
	float: left;
	position: relative;
}
.prices-page .tabs:after {
	content: '';
	position: absolute;
	left: -3px;
	top: 0px;
	width: 3px;
	height: 100%;
	background: #79c42a;
}
.prices-page .tab {
	display: none;
}
.prices-page .tab.active {
	display: block;
}
.prices-page .price-list {
	margin: 0;
	padding: 30px 0;
	list-style: none;
	background: #fff;
	border-radius: 10px 0 0 10px;
}
.prices-page .price-list li {
	position: relative;
}
.prices-page .price-list a {
	display: block;
	line-height: 60px;
	text-decoration: none;
	cursor: pointer;
	padding: 0 40px;
	font-size: 14px;
	text-transform: uppercase;
}
.prices-page .price-list .active a {
	color: #fff;
	background: #79c42a;
}
.prices-page .price-list .active:after {
	content: '';
	border-top: 30px solid transparent;
	border-left: 20px solid #79c42a;
	border-bottom: 30px solid transparent;
	position: absolute;
	top: 0;
	right: -20px;
}
.prices-page .tab {
	background: #fff;
	border-radius: 0 10px 10px 0;
	padding: 10px 0 20px;
}
.tab-desc {
	padding: 40px 60px 30px;
}
.tab-desc + .tab-desc {
	border-top: 3px solid #faf6ef;
}
.prices-page .tab .name {
	font-family: 'Hypatia';
	font-size: 30px;
	font-weight: 600;
	float: left;
	width: 570px;
	line-height: 29px;
	position: relative;
}
.prices-page .tab .name:before {
	content: '';
	position: absolute;
	top: -7px;
	left: -27px;
	width: 3px;
	height: 35px;
	background: #ffc59a;
	border-radius: 2px;
}
.prices-page .tab .price {
	float: right;
	width: 130px;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
.prices-page .tab .price .before {
	font-weight: normal;
	font-size: 14px;
	color: #b3b7be;
}
.prices-page .tab .price .after {
	font-size: 14px;
	color: #79c42a;
}
.prices-page .list-desc ul {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}
.prices-page .list-desc li {
	position: relative;
	padding-left: 35px;
	line-height: 26px;
}
.prices-page .list-desc li + li {
	margin-top: 10px;
}
.prices-page .list-desc li:after {
	content: '';
	background: url(../img/sprite.png) no-repeat;
	width: 26px;
	height: 26px;
	background-position: -125px 0;
	border-radius: 13px;
	position: absolute;
	top: 0;
	left: 0;
}
.haha-zabil-pro-eto {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -30px;
}
.haha-zabil-pro-eto a {
	display: inline-block;
	background: #79c42a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    border-radius: 30px;
    z-index: 2;
    text-decoration: none;
	padding: 0 55px;
	font-family: 'Hypatia';
}

/* Контакты */
.contacts {
	background: url(../img/contacts.jpg) no-repeat top center;
	background-size: cover;
	margin-bottom: -100px;
	height: 600px;
	padding: 80px 0;
}
.contacts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contacts li {
	margin: 40px 0;
	padding: 0;
	list-style: none;
}
.contacts li span {
	display: inline-block;
	vertical-align: middle;
}
.contacts li .icon {
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
	line-height: 60px;
	text-align: center;
}
.contacts li span:not(.icon) {
	font-size: 25px;
}
.contacts li span:not(.icon) span {
	font-size: 17px;
	display: block;
}

/* Сайдбар */
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar a {
	display: block;
	text-decoration: none;
	line-height: 45px;
	padding: 0 40px;
}
.sidebar .left-menu > li + li {
	border-top: 1px solid #f4ede3;
}
.sidebar .left-menu > li > a {
	padding: 10px 40px 5px;
	font-weight: bold;
	font-family: 'Hypatia';
	text-transform: uppercase;
	font-size: 14px;
	background: #fff;
}
.sidebar .left-menu > li.active > a {
	background: #79c42a;
	color: #fff;
}
.sidebar .left-menu > li:first-child > a {
	padding-top: 30px;
	border-radius: 10px 10px 0 0;
}
.sidebar .left-menu > li:last-child > a {
	padding-bottom: 30px;
	border-radius: 0 0 10px 10px;
}
.sidebar ul ul {
	display: none;
	background: #fafafa;
	padding: 20px 0;
	font-size: 16px;
}
.sidebar ul li.active ul {
	display: block;
}
.sidebar ul ul li.active a {
	background: #ffc59a;
	color: #fff;
}

/* Прайс на главной */
.index-price {
	background: #fff url(../img/index-price-bg.png) no-repeat bottom center;
	height: 690px;
	padding: 80px 0;
}
.index-price .price-bg {
	background: rgba(247, 243, 237, 0.65);
	padding: 30px;
	width: 675px;
	max-width: 100%;
	height: 155px;
	margin: 55px auto;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.index-price .price-bg span {
	display: inline-block;
	vertical-align: middle;
}
.index-price .price-bg a {
	text-decoration: none;
	background: #79c42a;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	margin: 0 3px;
}
.price-icon {
	width: 98px;
	height: 98px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 95px;
	margin-right: 20px;
}
.not-standart {
	text-align: center;
}
.not-standart .title {
	font-family: 'Hypatia';
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
}
.not-standart a {
	display: inline-block;
	background: #fff;
	text-decoration: none;
	margin-top: 52px;
	line-height: 60px;
	padding: 0 100px;
	border-radius: 30px;
}

/* О компании */
.years_about {
	margin: 0;
	padding: 0 0 0 45px;
	list-style: none;
}
.years_about li {
	position: relative;
}
.years_about li:before {
	content: '';
	width: 24px;
	height: 24px;
	background: #ffc59a;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -45px;
	z-index: 3;
}
.years_about li:after {
	content: '';
	width: 4px;
	height: calc(100% + 70px);
    background: #fce8d8;
    position: absolute;
    top: 0;
    left: -35px;
	z-index: 2;
}
.years_about li:last-child:after {
	display: none;
}
.years_about li + li {
	margin-top: 50px;
}
.years_about .year {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 40px;
}

/* Подвал */
.footer {
	padding: 55px 0;
	background: #fff;
}
.page .footer {
	margin-top: 100px;
}
.footer .logo {
	margin: 30px 0 25px;
}
.footer .footer-cont {
	float: left;
	padding: 25px 0 25px 40px;
	margin-left: 40px;
	font-size: 25px;
	border-left: 1px solid #efe6da;
}
.footer .footer-cont div + div {
	margin-left: 20px;
	font-size: 19px;
}
.footer .bottom-navigation {
	float: right;
	text-align: right;
	padding: 25px 0 0;
}
.footer .bottom-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .bottom-navigation li {
	display: inline-block;
	margin-left: 25px;
}
.footer .bottom-navigation li a {
	font-family: 'Hypatia';
	font-weight: 600;
	font-size: 15px;
	color: #282829;
	text-decoration: none;
	text-transform: uppercase;
}
.footer .powered {
	font-size: 15px;
	margin-top: -2px;
}
.footer .powered a {
	color: #79c42a;
	text-decoration: none;
}

/* Модалки */
.overlay {
	background: rgba(128, 177, 76, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	z-index: 8;
}
.modal {
	padding: 60px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	display: none;
	width: 410px;
	z-index: 9;
}
.modal .close-modal {
	background: #79c42a;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: -28px;
	right: -28px;
}
.modal .block-title {
	font-size: 30px;
}
.modal .block-title span {
	font-size: 32px;
    line-height: 30px;
    margin-bottom: 20px;
}
.modal input[type=text] {
	height: 50px;
}
.modal textarea {
	height: 110px;
}
.modal .personal {
	margin: 15px 0;
}
.modal button {
	height: 60px;
	margin-top: 20px;
}
.modal .form-echo {
	width: 100%;
	margin: 0;
}

.form-error {
	display: block;
    width: 250px;
    color: #af1414 !important;
    font-size: 15px;
}

/* 404 */
.error404 {
	text-align: center;
	margin: 150px auto;
	width: 100%;
	max-width: 793px;
	padding-top: 200px;
	background: url(../img/404.png) no-repeat top center;
	background-size: contain;
}
.error_text {
	font-size: 20px;
    font-family: 'Helvetica';
	color: rgb(168, 109, 123);
	font-weight: bold;
	text-transform: uppercase;
    line-height: 0.8;
}
.error_code {
	font-size: 180px;
    font-family: 'Helvetica';
	color: rgb(168, 109, 123);
	font-weight: bold;
	line-height: 1;
}
.error_desc {
	font-size: 24px;
    font-family: 'Helvetica';
	color: rgb(40, 40, 41);
	line-height: 2.375;
	margin: 10px 0 50px;
}
.error_button {
	background-color: rgb(121, 196, 42);
	width: 100%;
	max-width: 400px;
	line-height: 60px;
	display: inline-block;
	font-size: 20px;
	font-family: "Hypatia";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-decoration: none;
	border-radius: 30px;
}

/* Клир */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}