/* Design by  lostprophet lostprophetsco@gmail.com  http://61site.ru  Enjoy it =) */

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* ie 6/7 */
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{height:100%;}

body{
margin:0;
padding:0;
height:100%;
font-family: 'Inter', sans-serif;
font-weight: 400; /* 700 bold */
font-size: 100%;
line-height: 150%;
color: #333333;
min-width: 320px;
min-height: 320px;
background: #fff;
}
/*  Heading Formatting */
h1, h2, h3, h4, h5, h6 {margin: 1.625rem 0 .625rem 0; font-weight: 700;}
h1 {font-size: 1.8rem; line-height: 2rem;}
h2 {font-size: 1.6rem; line-height: 1.8rem}
h3 {font-size: 1.4rem; line-height: 1.6rem}
h4 {font-size: 1.4rem; line-height: 1.6rem}
h5 {font-size: 1.4rem; line-height: 1.6rem}
h6 {font-size: 1.4rem; line-height: 1.6rem}
.page-header h1 {margin-top: 0;}

/*links*/
a:link {color: #03a65a; text-decoration: none;}
a:hover {color: #03a65a; text-decoration: underline;}
a:visited {color: #03a65a;}
img {border: 0 none;}
a {outline: 0 none;}	

p {padding: .5rem 0;}
p:empty {display: none;}

.content img  {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
/*
#content p > img {
width: 100%;
}
*/
embed, object, iframe {
width: 100%;
}

ol,ul{list-style:none;}

.inner {
	margin: 0 auto;
	max-width: 1240px;
}

/* #######################  END GENERAL SETTINGS ############################ */

#wrapp {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#main {
	flex: 1 0 auto;
	overflow: hidden;
}
#footer {
	flex-shrink: 0;
}


/*** header group ***/
.header {
	position: relative;
	z-index: 3;
	background: #1e2e3c;
	padding: .875rem 0;
}
.header .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
}
.header-logo a {
	text-decoration: none;
	display: block;
}
.header-logo a img {
	display: block;
	width: 100%;
	height: auto;
}
.header-phone {
	flex-grow: 1;
	font-weight: 700;
	font-size: 1.25rem;
	padding: 0 0 0 10%;
}
.header-phone,
.header-phone a {
	text-decoration: none;
	color: #fff;
}
.header-phone span {
	display: block;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: 1px;
}
.header-menu {
	
}
.hamburger {
	padding: 0;
	display: none;
	/*display: inline-block;*/
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	/*margin: 8px 0 0 0;*/
	border: 0;
	overflow: visible;
	float: left;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	outline: 0 none;
	}
.hamburger.is-active {
	/*margin: 8px 0 0 0;*/
	background: #ffcc25;
}
.hamburger:hover {
	color: #3b3a3a ;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #3b3a3a ;
}
.hamburger-box {
	width: 34px;
	height: 26px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 4px;
    background-color: #3b3a3a;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-menu .nav {
	display: block;
	white-space: nowrap;
}
.header-menu .nav li {
	display: inline-block;
	margin: 0 .7rem;
	position: relative;
	padding: .5rem 0;
}
.header-menu .nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.header-menu .nav .active > a,
.header-menu li a:hover {
	color: #ffcc25;
}
.header-menu .nav ul {
	display: none;
	position: absolute;
	left: -200%;
	top: 2rem;
	padding: 1rem;
	background: #1e2e3c;
}
.header-menu .nav > li:hover > ul {
	display: block;
}
.header-menu .nav ul li {
	display: block;
}
.header-menu .nav ul li a {
	text-transform: none;
	display: block;
}
.header__mobile-phone {
	display: none;
	/*display: block;*/
	position: absolute;
	top: 0;
	right: 54px;
	height: 65px;
	padding: .7rem 2rem .7rem 2rem;
	background: #ffcc25;
	font-size: 1.25rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.header__mobile-phone,
.header__mobile-phone a {
	text-decoration: none;
	color: #3b3a3a;
}
.header__mobile-phone span {
	display: block;
	font-size: .875rem;
	font-weight: 400;
}


/***** mainpage blocks *****/
.mainpage-inner {
	position: relative;
}
.mainpage-inner > div {
	position: relative;
	z-index: 2;
}
.mainpage-inner .mainpage-banner {
	z-index: 1;
	position: fixed;
}
.mainpage-banner {
  	top: 0;
	left: 0;
	height: calc(100vh);
	background: url('../images/mainpage-banner.jpg') no-repeat center;
	background-size: cover;
	width: 100%;
}
.mainpage-banner .inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mainpage-banner__title {
	position: relative;
	padding: 0 0 50px 0;
	color: #ffffff;
	font-size: 4.125rem;
	line-height: 5.4rem;
	text-align: center;
}
.mainpage-banner__title::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 3.4rem;
	height: 2rem;
	margin: 0 0 0 -1.7rem;
	content: '';
	background: url('../images/mainpage-banner__title.png') no-repeat center;
	background-size: 100%;
}
.mainpage-banner__button {
	text-align: center;
	margin: 10% 0 0 0;
}
.mainpage-banner__button a {
	font-weight: 700;
	color: #ffcc25;
	text-decoration: none;
	font-size: 1.125rem;
	background: #3b3a3a;
	padding: 1.625rem;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	border-radius: 2px;
}
.mainpage-banner__button a:hover {
	color: #333333;
	background: #ffcc25;
}
.mainpage-banner + div {
	margin-top: calc(100vh - 65px);
}
.mainpage-services {
	padding: 3rem 0;
	opacity:0.1;
	background: #ffffff;
	-webkit-box-shadow: 0px -10px 15px -8px rgba(0,0,0,0.80);
	-moz-box-shadow: 0px -10px 15px -8px rgba(0,0,0,0.80);
	box-shadow: 0px -10px 15px -8px rgba(0,0,0,0.80);
}
.mainpage-title {
	font-size: 3.75rem;
	line-height: 3.8rem;
	color: #c6c6c6;
	text-align: center;
	margin: 0 0 2.5rem 0;
	text-transform: uppercase;
}
.mainpage-title__border {
	width: 10%;
	min-width: 80px;
	height: .625rem;
	background: #03a65a;
	margin: 1.375rem auto 0;
}
.mainpage-services__link {
	margin: 2rem 0;
}
.mainpage-services__link a {
	display: block;
	padding: 0 0 0 3rem;
	text-decoration: none;
	color: #373b4d;
	font-size: 2.6rem;
	line-height: 3rem;
	position: relative;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.mainpage-services__link a::before {
	width: 2rem;
	height: 2rem;
	position: absolute;
	content: '';
	background: url('../images/mainpage-services__link.png') no-repeat center;
	background-size: 100%;
	left: 0;
	top: .5rem;
}
.mainpage-services__link a:hover {
	color: #03a65a;
}
.mainpage-aboutus {
	background-color: #f5f6f7;
	background-image: url('../images/mainpage-aboutus.jpg');
	background-position: right center;
	background-size: 50% auto;
	background-repeat: no-repeat;
	overflow: hidden;
}
.mainpage-aboutus .mainpage-title {
	text-align: left;
	margin: 3.75rem 0 2.5rem 0;
}
.mainpage-aboutus .mainpage-title__border {
	margin: 1.374rem 0 0 0;
}
.mainpage-aboutus__text {
	margin: 0 0 3.75rem 0;
	width: 50%;
	padding: 0 1rem 0 0;
	font-size: 1.125rem;
	float: left;
}
.mainpage-aboutus__more {
	margin: 2.5rem 0 0 0;
	text-align: left;
}
.mainpage-aboutus__more a {
	font-weight: 700;
	color: #ffcc25;
	text-decoration: none;
	background: #3b3a3a;
	padding: .75rem 2.5rem;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	border-radius: 2px;
	font-size: 1rem;
}
.mainpage-aboutus__more a:hover {
	color: #333333;
	background: #ffcc25;
}
.mainpage-discount {
	background: #03a65a;
	text-align: center;
	padding: 2.6rem 0;
	color: #fff;
	font-size: 1.875rem;
	line-height: 2.6rem;
}
.mainpage-discount span {
	font-size: 3.75rem;
	font-weight: 700;
}
.mainpage-whyus {
	background: #fff;
	padding: 3.73rem 0;
}
.mainpage-whyus__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto auto;
	grid-gap: 3rem;
}
.mainpage-whyus__row {
	padding: 10rem 0 0 0;
	background-size: 9rem auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.mainpage-whyus__row1 {
	background-image: url('../images/mainpage-whyus__row1.png');
}
.mainpage-whyus__row2 {
	background-image: url('../images/mainpage-whyus__row2.png');
}
.mainpage-whyus__row3 {
	background-image: url('../images/mainpage-whyus__row3.png');
}
.mainpage-whyus__title {
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: center;
}
.mainpage-whyus__title div {
	font-size: 1.25rem;
	text-transform: none;
	margin: .5rem 0 0 0;
}
.mainpage-whyus__text {
	color: #979797;
	margin: 1.5rem 0 0 0;
}
.mainpage-whyus__more {
	text-align: center;
	margin: 1.5rem 0 0 0;
}
.mainpage-whyus__more a {
	background: #03a65a;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 1.375rem 5rem;
	display: inline-block;
	border-radius: 2px;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.mainpage-whyus__more a:hover {
	color: #ee5951;
	background: none;
}
.mainpage-howwework {
	padding: 3.75rem 0;
	background: #fff;
}
.mainpage-howwework .inner {
	position: relative;
}
.mainpage-howwework__border {
	position: absolute;
	top: 3.1rem;
	left: 10%;
	width: 80%;
	height: 0;
	border-bottom: 4px dotted #03a65a;
	display: block;
	z-index: 1;
}
.mainpage-howwework__body {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto auto;
	grid-gap: 4rem;
	position: relative;
}
.mainpage-howwework__row {
	text-align: center;
}
.mainpage-howwework__count {
	color: #03a65a;
	font-weight: 700;
	font-size: 3.75rem;
	border: 1px #03a65a solid;
	border-radius: 50%;
	width: 6.2rem;
	height: 6.2rem;
	display: flex;
	flex-basis: 6.2rem;
	min-width: 6.2rem;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 2;
}
.mainpage-howwework__text {
	font-size: 1.375rem;
	line-height: 135%;
	margin: 1.5rem 0 0 0;
}
.mainpage-separator {
	padding: 20% 0 0 0;
	background: url('../images/mainpage-separator.jpg') no-repeat center;
	background-size: cover;
}
.mainpage-partners {
	background: #f5f6f7;
	padding: 3rem 0;
}
.mainpage-partners__body {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto auto;
	grid-gap: 3rem;
	justify-content: center;
	align-items: center;
}
.mainpage-partners__body img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	max-width: 100%;
	height: auto;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.mainpage-partners__body img:hover {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.mainpage-contacts {
	background: #ffffff;
	padding: 3rem 0;
}
.mainpage-contacts__body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4rem;
	justify-content: center;
	margin: 2.3rem 0 0 0;
}
.mainpage-contacts__title {
	font-size: 1.5rem;
	margin: 0 0 1.5rem 0;
}
.mainpage-contacts__form {
	display: block;
	margin: 1rem 0 0 0;
}
.hidden {
	display: none!important;
}
.mainpage-contacts__form input {
	display: block;
	border: 0 none;
	border-bottom: 1px #dadada solid;
	padding: 0 1rem;
	width: 100%;
	margin: 0 0 1.5rem 0;
	height: 2.5rem;
}
.mainpage-contacts__form textarea {
	display: block;
	width: 100%;
	border: 0 none;
	border-bottom: 1px #dadada solid;
	padding: 1rem;
	margin: 0 0 1rem 0;
}
.mainpage-contacts__form .mcGo {
	float: right;
	display: inline-block;
	padding: .5rem 1.125rem;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: #03a65a;
	border-radius: 2px;
	width: auto;
	cursor: pointer;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	border: 0 none;
	margin: 1rem 0 0 0;
}
.mainpage-contacts__form .mcGo:hover {
	background: 0 none;
	color: #ee5951;
}
.mainpage-contacts__icons {
	margin: 1.5rem 0 0 0;
}
.mainpage-contacts__email,
.mainpage-contacts__phone, 
.mainpage-contacts__timetable {
	padding: 0 0 0 25px;
	margin: 0 0 .5rem 0;
	color: #333;
	min-height: 20px;
}
.mainpage-contacts__email {
	background: url('../images/footer-contacts__mail.png') no-repeat left center;
}
.mainpage-contacts__phone {
	background: url('../images/footer-contacts__phone.png') no-repeat left center;
}
.mainpage-contacts__timetable {
	background: url('../images/footer-adress__timetable.png') no-repeat left center;
}
.mainpage-contacts__modal {
	margin: 2rem 0 0 0;
}
.mainpage-contacts__modal div {
	font-size: 1.25rem;
	margin: 0 0 1.125rem 0;
}
.mainpage-contacts__modal a {
	background: #fab216;
	color: #fff;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 700;
	display: inline-block;
	padding: 1.375rem 5rem;
	border-radius: 2px;
	text-align: center;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.mainpage-contacts__modal a:hover {
	background: 0 none;
	color: #ee5951;
}



/**** inner pages styles ****/
.content {
	background: #fff;
	margin: 0 0 4rem 0;
}
.article-title {
	background: #f5f6f7;
	padding: 3rem 0 2.75rem 0;
}
.content .article-title .inner {
	margin-top: 0;
}
.article-title h1 {
	margin: 0;
	color: #c6c6c6;
	font-size: 3.3rem;
	line-height: 100%;
	font-weight: 400;
	/*-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;*/
}
.article-title .mainpage-title__border {
	margin: 1.375rem 0 0 0;
}
.content .inner {
	margin-top: 2.125rem;
}
.h2-styled,
.h2-styled__blue {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 700;
	margin: 1.625rem 0 .625rem 0;
	padding: 0;
}
.h2-styled__blue {
	color: #1469b3;
}
.content-ol,
.content-ul {
	margin: 1.5rem 0;
	padding: 0 0 0 1.5rem;
}
.content-ol li,
.content-ul li {
	margin: 1rem 0;
}
.content-ol li {
	list-style: decimal outside;
}
.content-ul li {
	list-style: disc outside;
}
a.content-modal__button {
	display: inline-block;
	padding: 1rem 1.75rem;
	font-weight: 700;
	color: #ffcc25;
	font-size: 1rem;
	text-decoration: none;
	background: #3b3a3a;
	margin: 1rem 0 0 0;
}
.info-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto auto;
	grid-gap: 2rem;
	justify-items: center;
	justify-content: center;
	align-content: center;
	justify-self: stretch;
	align-self: stretch;
}
.info-row > div {
	text-align: center;
}
.info-row > div > a {
	display: block;
	font-size: 1.2rem;
	color: #333;
	text-decoration: none;
	font-weight: 700;
}
.info-row > div > a > img {
	display: block;
	margin: 0 auto 2rem auto;
	max-height: 5.8rem;
	width: auto;
}
.about-us__row {
	display: grid;
	grid-template-columns: 60% 40%;
	overflow: hidden;
	margin: 0 0 5rem 0;
}
.about-us__title {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.about-us__text {
	padding: 0 3rem 0 0;
}
.owl-carousel .owl-item img {
}
.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	font-size: 0!important;
	display: block;
	width: 41px;
	height: 59px;
	margin: -30px 0 0 0;
	position: absolute;
}
.owl-carousel .owl-prev {
	left: 1rem;
	background: url('../images/owl-prev.png') no-repeat!important;
}
.owl-carousel .owl-next {
	right: 1rem;
	background: url('../images/owl-next.png') no-repeat!important;
}
.advantages-row {
	display: grid;
	grid-template-columns: 40% 60%;
	align-self: stretch;
	margin: 0 0 .5rem 0;
}
.advantages-row__left {
	background: #03a65a;
	padding: 2rem 1.6rem;
	font-size: 1.375rem;
	color: #fff;
	font-weight: 700;
}
.advantages-row__right {
	background: #f5f6f7;
	padding: 2rem;
}






/*** modal ***/
.reveal-modal.medium {
}
.reveal-modal input:focus,
.reveal-modal textarea:focus,
.mainpage-contacts__form input:focus,
.mainpage-contacts__form textarea {
	outline: 0 none;
}
.reveal-modal__title {
	font-size: 1.375rem;
	line-height: 1.8rem;
	font-weight: 700;
	margin: 1rem 0 2rem 0;
}
.reveal-modal form label {
	display: block;
	width: 100%;
	margin: 0 0 1rem 0;
	position: relative;
}
.reveal-modal form label.inputfile {
	font-size: .75rem;
	color: #979797;
	border-bottom: 1px #ccc solid;
	cursor: pointer;
}
.reveal-modal form label * {
	display: inline-block;
}
.reveal-modal form input[type="checkbox"] {
	
}
.reveal-modal form input[type="text"] {
	display: block;
	border: 0 none;
	border-bottom: 1px #dadada solid;
	padding: 0 .5rem;
	width: 100%;
	margin: 0 0 1rem 0;
}
.reveal-modal form textarea {
	display: block;
	border: 0 none;
	border-bottom: 1px #dadada solid;
	padding: 1rem .5rem;
	width: 100%;
	margin: 0 0 1rem 0;
	min-height: 4rem;
}
.reveal-modal .formgo {
	display: flex;
	padding: .875rem 1.625rem;
	color: #fff;
	border: 0 none;
	background: #03a65a;
	font-size: 1.125rem;
	font-weight: 700;
	border-radius: 2px;
	margin: 0 auto;
	cursor: pointer;
}
.reveal-modal .hidden {
	display: none;
}
.modal-checkbox {
	font-size: .75rem;
}
.reveal-modal label input[type="file"] {
	display: block;
	border: 0 none;
	border-radius: 4px;
	padding: 0 10px;
	height: 30px;
	width: 100%;
}
.reveal-modal .file-modal {
	position: absolute;
	bottom: 1px;
	left: 4px; 
	content: '';
	width: 98%;
	display: block;
	height: 34px;
	background: url('../images/modal-file.png') no-repeat 96% center #fff;
	cursor: pointer;
	line-height: 33px;
	padding: 0 30px 0 10px;
	overflow: hidden;
}

 /**** anomation group ****/
.mainpage-services .mainpage-services__link {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.mainpage-services__link1 {
	-webkit-animation-delay: 0s;
	-o-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}
.mainpage-services__link2 {
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}
.mainpage-services__link3 {
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}
.mainpage-services__link4 {
	-webkit-animation-delay: .6s;
	-o-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
.mainpage-discount .inner div {
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}
.mainpage-howwework__row1 .mainpage-howwework__count {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}
.mainpage-howwework__row2 .mainpage-howwework__count {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
}
.mainpage-howwework__row3 .mainpage-howwework__count {
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
}

.mainpage-howwework__row4 .mainpage-howwework__count {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.mainpage-howwework__row1 .mainpage-howwework__text {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.mainpage-howwework__row2 .mainpage-howwework__text {
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
}
.mainpage-howwework__row3 .mainpage-howwework__text {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
}
.mainpage-howwework__row4 .mainpage-howwework__text {
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}
.info-row > div img {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.info-row > div:first-child + div img {
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}
.info-row > div:first-child + div + div img {
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.advantages > .advantages-row .advantages-row__left {
	
}
.advantages > .advantages-row + div > .advantages-row__left {
	-webkit-animation-delay: .6s;
	-o-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
.advantages > .advantages-row + div + div > .advantages-row__left {
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.advantages > .advantages-row + div + div + div > .advantages-row__left {
	-webkit-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.advantages-row__right {
	-webkit-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	animation-delay: 2.8s;
}


/*** footer group ***/
#footer {
	background-color: #f5f6f7;
	position: relative;
	z-index: 2;
}
#footer .inner {
	position: relative;
	padding-top: 1.624rem;
	padding-bottom: 1rem;
}
.footer-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: .625rem;
	background: #03a65a;
}
.footer_first-row,
.footer_second-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer-phone {
	flex-grow: 1;
	font-size: 1.5rem;
}
.footer-phone a {
	color: #333;
	text-decoration: none;
}
.footer-phone div {
	color: #979797;
	font-size: 1rem;
	letter-spacing: 3px;
	margin: .5rem 0 0 0;
}
.footer-adress__place,
.footer-adress__timetable,
.footer-contacts__mail,
.footer-contacts__phone {
	padding: 0 0 0 25px;
	margin: 0 0 .5rem 0;
	color: #333;
	min-height: 20px;
}
.footer-adress {
	margin: 0 3rem 0 0;
}
.footer-adress__place {
	background: url('../images/footer-adress__place.png') no-repeat left center;
}
.footer-adress__timetable {
	background: url('../images/footer-adress__timetable.png') no-repeat left center;
}
.footer-contacts__mail {
	background: url('../images/footer-contacts__mail.png') no-repeat left center;
}
.footer-contacts__phone {
	background: url('../images/footer-contacts__phone.png') no-repeat left center;
}
.footer-contacts__mail a {
	text-decoration: none;
}
.footer-contacts__phone a {
	color: #333;
	text-decoration: none;
}
.footer_second-row {
	margin: 1.5rem 0 0 0;
}
.footer-copyright {
	flex-grow: 1;
	font-size: .875rem;
	margin: 0 0 1rem 0;
}
.footer-icons {
	display: flex;
}
.footer-icons a {
	width: 2rem;
	height: 2rem;
	background-size: 100% 100%;
	background-position: center;
	display: block;
	text-decoration: none;
	margin: 0 0 1rem .8rem;
}
.footer-icons__instagram {
	background-image: url('../images/instagram_icon.png');
}
.footer-icons__what {
	background-image: url('../images/what_icon.png');
}
.footer-icons__tele {
	background-image: url('../images/tele_icon.png');
}