@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|PT+Sans:700&subset=cyrillic');
body {
	background: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    word-wrap: break-word;
    color: #303030;
    line-height: 1.6;
	min-width: 320px;
}
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar{
	width: 15px;
}
::-webkit-scrollbar-track{
	 background: #000000;
}
::-webkit-scrollbar-thumb{
	background: #028844;
}
::selection{
	background: #028844;
	color: #ffffff;
}
::-moz-selection{
	background: #028844;
	color: #ffffff;
}
input, a, a:focus, a:active, * {
	outline: 0;
}
a {
	color: #028844;
	text-decoration: none;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
a:hover, a:focus {
	color: #028844;
	text-decoration: none;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
b, strong {
	font-weight: 700;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: "PT Sans", sans-serif;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 1.4;

	transition: 0.2s;
}
h1 > span, .h1 > span,
h2 > span, .h2 > span,
h3 > span, .h3 > span,
h4 > span, .h4 > span,
h5 > span, .h5 > span,
h6 > span, .h6 > span {}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
.text-center {
	text-align: center;
}
.center {
	margin: 0 auto;
}
.large {
	position: relative;
}
.size {
	font-size: 30px !important;
}
.large:before {
	content: "";
	width: 100px;
	height: 4px;
	background: #028844;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
}
/*---------------------------------------------------------------------------------------------------------------------- Header */
#header {
	background: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
#header a.logo {
	display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 2) {
	#header a.logo {
		background: url("../images/logo2x.png");
		background-size: cover;
	}
}
#header a.logo img {
	width: 100%;
	height: auto;
}
#header .phone {
	display: block;
	line-height: 1.2;
	background: url(../images/user.gif) 0 50% no-repeat;
	padding-left: 36px;
	margin-top: 5px;
}
#header .phone span {
	display: block;
	font-size: 12px;
}
#header .phone b {
	font-size: 21px;
	color: #028844;
}
.nav {
	font-size: 0;
	list-style: none;
	padding: 0;
	font-family: "PT Sans", sans-serif;
	text-align: right;
}
.nav > li {
	display: inline-block;
	font-size: 16px;
}
.nav a {
	color: #303030;
	padding: 15px;
	display: block;
}
.nav a:hover,
.nav a:focus {
	color: #028844;
}
/*---------------------------------------------------------------------------------------------------------------------- Header End */

/*---------------------------------------------------------------------------------------------------------------------- Footer */
#footer {
	border-top: 1px solid #e1e1e1;
}
/*---------------------------------------------------------------------------------------------------------------------- Footer End */

/*---------------------------------------------------------------------------------------------------------------------- Buttons */
.button {
	background: #028844;
	color: #FFFFFF !important;
	padding: 15px;
	width: 180px;
	border: none;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	display: block;
	text-align: center;
}
@media (max-width: 768px) {
	.button-menu {}
}
.button-menu {
	position: relative;
	width: 40px;
	height: 20px;
	display: block;
	text-transform: uppercase;
	color: inherit;
	text-indent: -9999em;
	float: right;
	margin: 10px 0;
}
.button-menu span {
	width: 100%;
	height: 3px;
	background: #303030;
	display: block;
	position: absolute;
	top: 50%;
}
.button-menu span:before{
	content: "";
	width: inherit;
	height: inherit;
	background: inherit;
	display: inherit;
	position: inherit;
	top: -10px;

	transition:all .25s;
	-webkit-transition:all .25s;
}
.button-menu span:after{
	content: "";
	width: inherit;
	height: inherit;
	display: inherit;
	background: inherit;
	position: inherit;
	bottom: -10px;

	transition:all .25s;
	-webkit-transition:all .25s;
}
.button-menu.active {
	z-index: 100;
	position: fixed;
	right: 20px;
}
.button-menu.active span {
	background: transparent;
}
.button-menu.active span:before{
	background: #303030;

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0;
}
.button-menu.active span:after{
	background: #303030;

	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 0;
}
.button-menu b {
	line-height: 30px;
}
/*---------------------------------------------------------------------------------------------------------------------- Buttons End */

/*---------------------------------------------------------------------------------------------------------------------- Menu */
.menu {
	background: #FFFFFF;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 75px;
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {
	border-top: 1px solid #e1e1e1;
}
.menu a {
	display: block;
	padding: 20px;
	font-family: "PT Sans", sans-serif;
	color: inherit;
}
.menu .button {
	width: 100%;
}
/*---------------------------------------------------------------------------------------------------------------------- Menu End */

/*---------------------------------------------------------------------------------------------------------------------- Wrapper */
.wrapper {
	background: #028844;
	color: #FFFFFF;
}
.wrapper .form {
	position:relative;
}
/*---------------------------------------------------------------------------------------------------------------------- Wrapper End*/

/*---------------------------------------------------------------------------------------------------------------------- Content*/
.white-box {
	padding-top: 1px;
	background: #FFFFFF;
	padding-bottom: 30px;
}
.visible.active {
	animation-name: fadeIn;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.visible {
	opacity: 0;
}
.gray-box {
	padding-top: 1px;
	background: #f5f5f5;
	padding-bottom: 30px;
}
.partnership {
	overflow: hidden;
	height: 130px;
	margin-bottom: 15px;
}
figure.logo {
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
	display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	margin-top: 15px;
	margin-bottom: 15px;
}
.advantage {
	min-height: 250px;
	text-align: center;
}
.advantage .icon {
	width: 200px;
	height: 150px;
	margin: 0 auto;
	margin-top: 15px;
}
.advantage .title {
	text-indent: -9999em;
	display: inline-block;
}
figure.rub {
	background: url("../images/service.jpg") 0 0;
}
figure.docs {
	background: url("../images/service.jpg") -200px 0;
}
figure.delivery {
	background: url("../images/service.jpg") -400px 0;
}
figure.guarantee {
	background: url("../images/service.jpg") 0 -150px;
}
figure.box {
	background: url("../images/service.jpg") -200px -150px;
}
figure.wheel {
	background: url("../images/service.jpg") -400px -150px;
}

.advantage1 {
	text-align: center;
	margin-bottom: 30px;
}
.advantage1 .icon {
	width: 200px;
	height: 100px;
	margin: 0 auto;
}
.advantage1 .title {
	margin: 0;
}
figure.delay1 {
	background: url("../images/service.png") 0 0;
}
figure.delivery1 {
	background: url("../images/service.png") -200px 0;
}
figure.manager1 {
	background: url("../images/service.png") -400px 0;
}
figure.range1 {
	background: url("../images/service.png") 0 -100px;
}
figure.years1 {
	background: url("../images/service.png") -200px -100px;
}
figure.reserved1 {
	background: url("../images/service.png") -400px -100px;
}
figure.graphic1 {
	background: url("../images/service.png") 0 -200px;
}
figure.history1 {
	background: url("../images/service.png") -200px -200px;
}
figure.clock1 {
	background: url("../images/service.png") -400px -200px;
}


#content ol {
	counter-reset: myCounter;
	padding: 0;
	list-style: none;
}
#content ol li {
	margin-bottom: 10px;
}
#content ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: #ffffff;
	background: #028844;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	width: 32px;
	margin-right: 10px;
	height: 32px;
	float: left;
}
#content ol li:after {
	clear: both;
	content: "";
	display: table;
}
/*---------------------------------------------------------------------------------------------------------------------- Content End*/

/*---------------------------------------------------------------------------------------------------------------------- Forms */
.form {
	color: #303030;
	background: #FFFFFF;
	padding: 30px;
}
.form .title {
	text-align: center;
	margin-top: 0;
}
.form input[type="text"],
.form textarea {
	width: 100%;
	padding: 15px;
	border: 2px solid #cfcfcf;
	margin-bottom: 15px;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.form textarea {
	height: 170px;
	resize: none;
}
.form input[type="text"]:focus,
.form textarea:focus {
	border: 2px solid #2b9f25;
}
.form .button {
	width: 100%;
}
/*---------------------------------------------------------------------------------------------------------------------- Forms End */

/*---------------------------------------------------------------------------------------------------------------------- Slider */
.slider {
	height: 510px;
}
.bx-wrapper:before{
	content: "";
	position: absolute;
	z-index: 0;
	-webkit-box-shadow: 0 0 20px 10px #000000;
	box-shadow: 0px 0px 20px 10px #000000;
	background: #000000;
	bottom: 15px;
	left: 0;
	right: 0;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 120px;
	height: 20px;
	margin: auto;
}
.slider .slide {
	height: 100%;
}
.slider .poster {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.slider .info {
	background: #FFFFFF;
	color: #303030;
	font-family: "PT Sans", sans-serif;
	padding: 15px;
	width: 300px;
	margin: 20px auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.slider .info span {
	display: block;
	font-size: 18px;
}
.slider .info span.price {
	font-size: 28px;
}
.slider .info .button {
	width: 100%;
}
.slider .info:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FFFFFF;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}
.slider .price > span {
	color: #FF0000;
	display: inline;
	font-family: inherit;
	font-size: inherit;
}
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
	width: 47px;
	height: 30px;
	display: inline-block;
	text-indent: -9999em;
	margin: 10px;
	z-index: 50;
}
.bx-controls-direction .bx-prev {
	background: url("../images/arrows.png") 0 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bx-controls-direction .bx-next {
	background: url("../images/arrows.png") 47px 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav {
	
	display: flex;
	justify-content: center;

}
.nav a {
    color: #303030;
    padding: 10px;
    display: block;
	margin: 10px;
}
/* lp3 преимущества */
.advantage {   text-align: center;
  margin-bottom: 30px;
  min-height: 180px;
}
figure.access {   background: url("../images/service1.png") 0 0;
}
figure.reservation {
  background: url("../images/service1.png") -200px 0;
}
figure.delivery {
  background: url("../images/service1.png") -400px 0;
}
figure.manager {
  background: url("../images/service1.png") -600px 0;
}
figure.interface {
  background: url("../images/service1.png") 0 -100px;
}
figure.message {
  background: url("../images/service1.png") -200px -100px;
}
figure.price {
  background: url("../images/service1.png") -400px -100px;
}
figure.stock {
  background: url("../images/service1.png") -600px -100px;
}


.alert {
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

style.css:182
/*---------------------------------------------------------------------------------------------------------------------- Slider End */

