﻿/*

Theme Name: ut
Author: ArturBoot
Author URI: www.mowu.ru

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

sup { 
	position: relative; 
	top: -0.2em;
	vertical-align: text-top; 
}

ol,
ul {
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'RubikBold';
	color: #005792;
    line-height: 1.2;
	font-weight: 400;
    margin: 20px 0;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

p {
    margin: 15px 0;
}

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

a:hover {
    color: #f91402;
}

@font-face {
    font-family: 'RubikRegular';
    src: url('fonts/Rubik-Regular.eot');
    src: url('fonts/Rubik-Regular-1.eot') format('embedded-opentype'),
         url('fonts/Rubik-Regular.woff2') format('woff2'),
         url('fonts/Rubik-Regular.woff') format('woff'),
         url('fonts/Rubik-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'RubikBold';
    src: url('fonts/Rubik-Bold.eot');
    src: url('fonts/Rubik-Bold-1.eot') format('embedded-opentype'),
         url('fonts/Rubik-Bold.woff2') format('woff2'),
         url('fonts/Rubik-Bold.woff') format('woff'),
         url('fonts/Rubik-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}


body {
	background: #fff;
	min-width: 320px;
	font-family: 'RubikRegular';
	color: #000;
	font-size: 17px;
	line-height: 1.5;
	overflow-x: hidden;
	opacity: 1;
}

.row {
    font-size: 0;
}

.clear:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.bold {
    font-weight: bold;
}

.button {
	position: relative;
    display: table;
    background: #ff6623;
    background: -moz-linear-gradient(top,#ff6623 0,#e4361a 100%);
    background: -webkit-linear-gradient(top,#ff6623 0,#e4361a 100%);
    background: linear-gradient(to bottom,#ff6623 0,#e4361a 100%);
	font-family: 'RubikBold';
    color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 7px rgba(255,255,255,.28);
    cursor: pointer;
    white-space: nowrap;
    outline: none;
	border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.button:before,
.button:after {
	content: "";
	position: absolute;
}

.button:after {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	box-shadow: 0 0 1px 0 rgba(251, 96, 34, 0.29), inset 0 0 1px 0 rgba(251, 96, 34, 0.29);
	-webkit-border-radius: 124px;
	-moz-border-radius: 124px;
	-o-border-radius: 124px;
	-ms-border-radius: 124px;
	border-radius: 124px;
}

.button:before {
	top: -22px;
	left: -22px;
	right: -22px;
	bottom: -22px;
	box-shadow: 0 0 1px 0 rgba(251, 96, 34, 0.14), inset 0 0 1px 0 rgba(251, 96, 34, 0.14);
	-webkit-border-radius: 148px;
	-moz-border-radius: 148px;
	-o-border-radius: 148px;
	-ms-border-radius: 148px;
	border-radius: 148px;
}

.button:hover {
    background: #e4361a;
    background: -moz-linear-gradient(top,#e4361a 0,#ff6623 100%);
    background: -webkit-linear-gradient(top,#e4361a 0,#ff6623 100%);
    background: linear-gradient(to bottom,#e4361a 0,#ff6623 100%);
}

.button:active {
	-webkit-transform:scale(.85);
	-ms-transform:scale(.85);
	transform:scale(.85);
}

.button.disabled {
	cursor: default;
}


/* АДАПТИВ */


@media screen and (min-width: 980px)  {
	
	.button {
		height: 104px;
		font-size: 20px;
		line-height: 104px;
		-webkit-border-radius: 104px;
		-moz-border-radius: 104px;
		-o-border-radius: 104px;
		-ms-border-radius: 104px;
		border-radius: 104px;
		padding: 0 55px;
	}
	
	.outer {
		margin: 0 -12px;
	}
	
	.wrapper {
		position: relative;
		height: 100%;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}

	.main {
		flex: 1 0 auto;
		overflow: hidden;
	}
		
	.container {
		position: relative;
		max-width: 1205px;
		height: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 5px;
	}
	
	.section {
		padding: 75px 0 100px;
	}
	
	.section h2 {
		max-width: 800px;
		font-size: 44px;
		margin-bottom: 58px;
	}

	.banner .container:after {
		position: absolute;
		left: 50px;
		bottom: -62px;
		width: 423px;
		height: 202px;
	}
	
	.banner:before {
		z-index: 1;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-image: url(images/banner.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		display: block;
	}
	
	.banner .col {
		z-index: 3;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.banner .col.first {
		width: 35%;
	}
	
	.banner .col.second {
		width: 45%;
	}
	
	.banner .col.third {
		width: 20%;
	}
	
	.banner .banner-subtitle {
		font-size: 20px;
	}

	.banner .banner-title {
		font-size: 40px;
	}
	
	.header {
		position: absolute;
		top: 0;
		left: 0;
		height: 100px;
	}

	.header .container {
		height: 100px;
	}
	
	.header .menu-toggle {
		display: none;
	}
	
	.header .logo {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		padding-left: 74px;
	}
	
	.header .logo h1 {
		max-width: 290px;
		font-size: 18px;
	}
	
	.header .navigation {
		z-index: 15;
		position: relative;
		height: 100px;
		display: inline-block;
		vertical-align: middle;
		font-family: 'RubikBold';
		line-height: 100px;
		margin-left: 40px;
	}
	
	.header .navigation li {
		position: relative;
		display: inline-block;
		color: #333;
		font-size: 15px;
		padding: 0 12px;
	}
	
	.header .navigation li.dropdown {
		margin: 0 20px 0 12px;
	}
	
	.header .navigation li.dropdown:before {
		content: "";
		position: absolute;
		top: 52%;
		right: 0;
		background-image: url(images/icons/dropdown.png);
		background-repeat: no-repeat;
		background-size: 8px;
		width: 8px;
		height: 8px;
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	.header .navigation li a {
		color: #333;
		font-size: 15px;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		transition: all .2s;
		border-bottom: 1px solid rgba(0,0,0,0.6);
	}
	
	.header .navigation li a:hover {
		border-bottom: 1px solid rgba(0,0,0,0.8);
	}
	
	.header .navigation .sub-menu {
		z-index: 1001;
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		min-width: 250px;
		visibility: hidden;
		opacity: 0;
		transform-origin: 0% 0%;
		transform: rotateX(-90deg);
		transition: .3s linear;
		-webkit-box-shadow: 0 10px 20px -4px rgba(0,0,0,.4);
		-moz-box-shadow: 0 10px 20px -4px rgba(0,0,0,.4);
		box-shadow: 0 10px 20px -4px rgba(0,0,0,.4);
	}
	
	.header .navigation li:hover > .sub-menu {
		display: block !important;
		transform: rotateX(0deg);
		visibility: visible;
		opacity: 1;
	}
	
	.header .navigation .sub-menu:after {
		content: "";
		position: absolute;
		left: 30px;
		top: -10px;
		width: 0;
		height: 0;
		border: solid transparent;
		border-bottom-color: #fff;
		border-width: 9px;
		pointer-events: none;
		margin: -8px 0 0 -9px;
	}
	
	.header .navigation .sub-menu li {
		width: 100%;
		height: auto;
		display: block;
		line-height: 1.35;
		border: none !important;
		padding: 0;
		margin: 0;
	}
	
	.header .navigation .sub-menu li a, 
	.header .navigation .sub-menu li span {
		display: block;
		color: #333;
		line-height: 20px;
		padding: 10px 12px;
		border: none;
		margin: 0;
	}
	
	.header .navigation .sub-menu li.active span {
		background-color: #fd5f00;
		color: #fff;
	}
	
	.header .navigation .sub-menu li a:hover {
		color: #000;
		background-color: #fafafa;
		border: none;
	}
	
	.header .phone {
		position: absolute;
		top: 36px;
		right: 0;
	}
	
	.header .phone .numb {
		display: block;
		font-size: 20px;
		margin: 5px 0;
	}
	
	.hero {
		height: 777px;
		padding-top: 152px;
	}
	
	.hero:after {
		bottom: 0;
	}
	
	.hero .left,
	.hero .right {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.hero .left {
		z-index: 2;
		position: relative;
	}
	
	.hero .title {
		font-size: 46px;
		line-height: 1.4;
	}
	
	.hero li {
		font-size: 22px;
	}
	
	.hero p {
		margin: 40px 0;
	}
	
	.hero .circles {
		z-index: 2;
		position: absolute;
		top: -5px;
		right: 116px;
		width: 380px;
		height: 380px;
	}
	
	.hero .stove {
		z-index: 3;
		position: absolute;
		width: 328px;
	}
	
	.hero.index .stove {
		top: 68px;
		right: 335px;
	}
	
	.hero.washer .stove {
		top: 68px;
		right: 335px;
	}
	
	.hero.fridge .stove {
		top: 68px;
		right: 335px;
	}
	
	.hero .fridge {
		z-index: 4;
		position: absolute;
		top: -79px;
		right: 155px;
		width: 318px;
	}
	
	.hero .washer {
		z-index: 5;
		position: absolute;
		width: 360px;
	}
	
	.hero.index .washer {
		top: 175px;
		right: -85px;
	}
	
	.hero.washer .washer {
		top: 8px;
		right: 127px;
	}
	
	.hero.fridge .washer {
		top: 175px;
		right: -85px;
	}
	
	.hero .appliances {
		display: none;
	}
	
	.hero .cooktops {
		z-index: 4;
		position: absolute;
		top: 140px;
		right: -125px;
		width: 800px;
	}
	
	.hero .ovens {
		z-index: 4;
		position: absolute;
		top: -70px;
		right: 0;
		width: 600px;
	}
	
	.hero .conditioner {
		z-index: 4;
		position: absolute;
		top: -55px;
		right: -90px;
		width: 760px;
	}
	
	.hero .dishwashers {
		z-index: 4;
		position: absolute;
		top: -35px;
		right: 55px;
		width: 500px;
	}
	
	.hero .tv {
		z-index: 4;
		position: absolute;
		top: -125px;
		right: -35px;
		width: 700px;
	}
	
	.hero .electricrange {
		z-index: 4;
		position: absolute;
		top: -95px;
		right: 55px;
		width: 500px;
	}
	
	.cost {
		z-index: 2;
	}
	
	.cost .form-wrap {
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-o-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		padding: 40px 86px 64px;
	}
	
	.cost .form-wrap .col {
		width: 29.333333333333333%;
		display: inline-block;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.cost .form-wrap .col.middle {
		margin: 0 6%;
	}
	
	.cost .form-wrap .col .fields {
		padding: 71px 0 0;
	}
	
	.form-wrap .fields .form-name {
		margin-bottom: 25px;
	}
	
	.benefits .item {
		width: 33.333333333333333%;
		display: inline-block;
		vertical-align: top;
		padding: 0 10px 68px 127px;
	}
	
	.benefits .item .icon {
		position: absolute;
		top: 23px;
		left: 0;
	}
	
	.benefits .item h3 {
		max-width: 220px;
	}

	.benefits .item p {
		max-width: 220px;
	}
	
	.defects .col, 
	.defects .img {
		width: 33.33333333333333%;
		display: inline-block;
		vertical-align: top;
	}

	.defects .col.right {
		float: left;
		text-align: right;
		padding-right: 30px;
	}

	.defects .col.left {
		float: right;
		text-align: left;
		padding-left: 30px;
	}
	
	.reviews .container:after {
		z-index: 3;
		content: "";
		position: absolute;
		bottom: -265px;
		left: -126px;
		background-image: url(images/bg/reviews.png);
		background-repeat: no-repeat;
		background-size: 513px 479px;
		width: 513px;
		height: 479px;
		display: block;
	}
	
	.reviews.r .container:after {
		background-image: url(images/bg/repairreviews.png);
		background-size: 570px 509px;
		width: 570px;
		height: 509px;
	}
	
	.reviews.rf .container:after {
		bottom: -360px;
		left: -203px;
		background-image: url(images/bg/repairfridgereviews.png);
		background-size: 560px 560px;
		width: 560px;
		height: 560px;
	}
	
	.reviews .reviews-wrap {
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-o-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		padding: 93px 86px 64px;
		margin: 0 85px;
	}
	
	.reviews .reviews-wrap .col {
		width: 37%;
		display: inline-block;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.reviews .reviews-wrap .col.big {
		width: 63%;
	}
	
	.reviews .reviews-wrap .avatar {
		margin: 0 auto 44px;
	}
	
	.reviews .owl-prev {
		left: -110px;
	}

	.reviews .owl-next {
		right: -110px;
	}
	
	.text {
		padding-top: 288px;
	}
	
	.text h2 {
		font-size: 40px;
	}
	
	.text .content {
		padding-right: 170px;
	}
	
	.tile .row {
		margin: 0 -1.5%;
	}
	
	.tile .item {
		width: 22%;
		display: inline-block;
		vertical-align: top;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-o-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		padding: 30px 25px;
		margin: 1.5%;
	}
	
	.tile .item .tile-name {
		font-size: 17px;
	}
	
	.faq .qa {
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-o-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		padding: 40px 86px;
	}
	
	.faq .qa .item .question {
		font-size: 20px;
	}
	
	.feedback .container:after,
	.feedback .container:before {
		content: "";
		position: absolute;
		background-repeat: no-repeat;
		display: block;
	}
	
	.feedback .container:after {
		z-index: 3;
		bottom: 0;
		left: -155px;
		background-image: url(images/bg/man.png);
		width: 566px;
		height: 860px;
	}
	
	.feedback .container:before {
		z-index: 1;
		bottom: 0;
		right: -109px;
		background-image: url(images/bg/money.png);
		width: 397px;
		height: 331px;
	}
	
	.feedback.r .container:before {
		right: -400px;
		bottom: -70px;
		background-image: url(images/bg/tester.png);
		width: 900px;
		height: 537px;
	}
	
	.feedback h3 {
		font-size: 36px;
	}
	
	.feedback .form-wrap {
		z-index: 2;
		position: relative;
		-webkit-border-radius: 60px 60px 0 0;
		-moz-border-radius: 60px 60px 0 0;
		-o-border-radius: 60px 60px 0 0;
		-ms-border-radius: 60px 60px 0 0;
		border-radius: 60px 60px 0 0;
		padding: 50px 164px 53px;
	}
	
	.feedback .form-wrap .successful-sending {
		min-height: 359px;
	}
	
	.map:after {
		z-index: 4;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background-image: url(images/bg/wave6.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 345px;
	}
	
	.map .container {
		min-height: 700px;
	}
	
	.map .contact-wrap {
		z-index: 2; 
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: #fff;
		max-width: 465px;
	}
	
	.map .contact-wrap .contact-wrap-inner {
		padding: 300px 50px 20px 56px;
	}
	
	.map .ymap {
		z-index: 1; 
		position: absolute;
		top: 0;
		left: 0;
		background-color: #eee;
		width: 100%;
		height: 100%;
	}
	
	.footer {
		flex: 0 0 auto;
	}
	
	.footer .row {
		margin: 0 -20px;
	}
	
	.footer .col {
		width: 33.3333333333333333333%;
		display: inline-block;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}
	
	.footer .second ul {
		padding-left: 66px;
	}

	.footer .second ul:after {
		top: 6px;
		left: 0;
	}
	
	.readmore-toggle {
		margin: 20px 0 0;
	}
	
	.form .outer {
		margin: 0 -5px;
	}
	
	.form .fields.small {
		width: 50%;
		display: inline-block;
		padding: 0 5px;
	}
	
}


@media screen and (max-width: 979px) {
	
	.button {
		height: 70px;
		font-size: 14px;
		line-height: 70px;
		-webkit-border-radius: 70px;
		-moz-border-radius: 70px;
		-o-border-radius: 70px;
		-ms-border-radius: 70px;
		border-radius: 70px;
		padding: 0 50px;
	}
	
	.outer {
		margin: 0 -12px;
	}
	
	.wrapper {
		position: relative;
		background: #fff;
		width: 100%;
		max-width: 768px;
		overflow: hidden;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-ie-box-shadow: 0 0 5px rgba(0,0,0,.1);
		-o-box-shadow: 0 0 5px rgba(0,0,0,.1);
		box-shadow: 0 0 5px rgba(0,0,0,.1);
		margin: 0 auto;
	}
	
	.container {
		position: relative;
		padding: 0 15px;
	}
	
	.section {
		padding: 60px 0;
	}
	
	.section h2 {
		max-width: 640px;
		font-size: 30px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
	}
	
	.banner {
		text-align: center;
	}
	
	.banner .banner-title {
		font-size: 42px;
		margin: 0 auto 20px !important;
	}
	
	.banner .banner-subtitle {
		font-size: 20px;
	}
	
	.banner .more {
		margin: 0 auto;
	}
	
	.banner .container:after {
		width: 423px;
		height: 202px;
		margin: 15px auto -63px;
	}
	
	.header {
		height: 100px;
		padding: 40px 0 10px !important;
	}

	.header .container {
		height: 100px;
	}
	
	.header .logo {
		padding-left: 74px;
	}
	
	.header .logo h1 {
		font-size: 18px;
	}
	
	.header .menu-toggle {
		z-index: 1001;
		position: absolute;
		top: 32px;
		right: 20px;
		background-color: transparent;
		width: 36px;
		height: 36px;
		cursor: pointer;
		border: none;
		outline: none;
	}

	.header .menu-toggle .menu-toggle-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #fd5f00;
		width: 36px;
		height: 4px;
		display: block;
		font-size: 0;
		cursor: pointer;
		transition: 0.35s;
		margin: -2px 0 0 -18px;
	}

	.header .menu-toggle .menu-toggle-inner:before, 
	.header .menu-toggle .menu-toggle-inner:after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		background-color: #fd5f00;
		width: 100%;
		height: 4px;
		border: none;
		display: block;
		transition: transform 0.35s;
		transform-origin: 100% 0%;
	}
	
	.header .menu-toggle .menu-toggle-inner:before {
		transform: translate(-50%, -12px);
	}

	.header .menu-toggle .menu-toggle-inner:after {
		transform: translate(-50%, 12px);
	}

	.header .navigation {
		z-index: 1000;
		position: absolute;
		top: 100%;
		right: 0;
		background-color: #fff;
		background-image: linear-gradient(#fff 0%, #edf9ff 100%);
		display: none;
		opacity: .98;
		-webkit-box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
		-moz-box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
		box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
		padding: 20px 25px 7px 35px;
	}

	.header .navigation.show {
		display: block;
		opacity: 1;
	}

	.header .navigation li {
		position: relative;
		display: block;
		color: #000;
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.header .navigation li.active:after {
		content: "";
		position: absolute;
		top: 9px;
		left: -17px;
		background-color: #fd4d00;
		width: 5px;
		height: 5px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		box-shadow: 0 0 10px rgba(255, 109, 45, 0.48);
	}

	.header .navigation li a {
		display: block;
		color: #000;
		font-size: 18px;
	}

	.header .navigation li:hover a {
		color: #fd5f00;
	}
	
	.header .logo {
		position: absolute;
		top: 50%;
		left: 20px;
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	.header .logo h1 {
		max-width: 290px;
	}
	
	.header .phone {
		position: absolute;
		top: 50%;
		right: 77px;
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	.header .phone .numb {
		display: block;
		font-size: 22px;
		margin: 5px 0;
	}
	
	.hero {
		padding-bottom: 50px;
	}
	
	.hero:after {
		bottom: 0;
	}
	
	.hero .left,
	.hero .right {
		width: 100%;
		display: block;
	}
	
	.hero .title {
		font-size: 40px;
		line-height: 1.4;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero ul {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero li {
		font-size: 22px;
	}
	
	.hero p {
		text-align: center;
		margin: 30px 0 40px;
	}
	
	.hero .button {
		z-index: 3;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero .right {
		position: relative;
		margin-top: 80px;
	}
	
	.hero .circles {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 50%;
		width: 300px;
		height: 300px;
		-moz-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	
	.hero.index .stove,
	.hero.index .fridge,
	.hero.index .washer {
		display: none;
	}
	
	.hero.washer .washer {
		z-index: 3;
		position: relative;
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.hero.fridge .fridge {
		z-index: 3;
		position: relative;
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.hero .appliances {
		z-index: 3;
		position: relative;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.hero .cooktops,
	.hero .ovens,
	.hero .conditioner,
	.hero .dishwashers,
	.hero .tv,
	.hero .electricrange {
		z-index: 3;
		position: relative;
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.hero .electricrange {
		width: 100%;
		max-width: 500px;
	}
	
	.hero.fridge .appliances,
	.hero.washer .appliances {
		display: none;
	}
	
	.cost {
		z-index: 2;
		padding-top: 0;
	}
	
	.cost .form-wrap {
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-o-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		padding: 10px 20px 64px;
	}
	
	.cost .form-wrap .col {
		width: 46%;
		display: inline-block;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 2%;
	}
	
	.cost .form-wrap .col .fields {
		padding: 35px 0 0;
	}
	
	.form-wrap .fields .form-name {
		margin-bottom: 25px;
	}
	
	.benefits {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
	}
	
	.benefits .item {
		width: 50%;
		max-width: 398px;
		display: inline-block;
		vertical-align: top;
		padding: 0 10px 30px 127px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.benefits .item .icon {
		position: absolute;
		top: 23px;
		left: 0;
	}
	
	.benefits .item h3 {
		max-width: 220px;
	}

	.benefits .item p {
		max-width: 220px;
	}
	
	.defects {
		text-align: center;
	}
	
	.defects .col {
		width: 100%;
		max-width: 400px;
		display: block;
		margin: 15px auto;
	}

	.defects .img img {
		display: none;
	}
	
	.reviews .reviews-wrap {
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-o-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		padding: 40px 20px 50px;
		margin: 0 20px;
	}
	
	.reviews .reviews-wrap .col {
		width: 100%;
		display: block;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-bottom: 30px;
	}
	
	.reviews .reviews-wrap .avatar {
		margin: 0 auto 20px;
	}
	
	.reviews .owl-prev {
		left: -42px;
	}

	.reviews .owl-next {
		right: -42px;
	}
	
	.text {
		padding: 140px 0;
	}
	
	.tile .row {
		margin: 0 -1.5%;
	}
	
	.tile .item {
		width: 30.33333333333333%;
		display: inline-block;
		vertical-align: top;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-o-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		padding: 30px;
		margin: 1.5%;
	}
	
	.tile .item .tile-name {
		font-size: 17px;
	}
	
	.faq .qa {
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-o-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		padding: 20px 20px;
	}
	
	.faq .qa .item .question {
		font-size: 18px;
	}
	
	.feedback h3 {
		font-size: 26px;
	}
	
	.feedback .form-wrap {
		-webkit-border-radius: 60px 60px 0 0;
		-moz-border-radius: 60px 60px 0 0;
		-o-border-radius: 60px 60px 0 0;
		-ms-border-radius: 60px 60px 0 0;
		border-radius: 60px 60px 0 0;
		padding: 50px 80px 53px;
	}
	
	.content .video {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		padding-top: 30px;
	}
	
	.map .ymap {
		margin-top: 50px;
	}

	.content .video iframe, 
	.content .video object, 
	.content .video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.footer {
		text-align: center;
	}
	
	.footer .col {
		width: 100%;
	}
	
	.footer .third {
		padding-top: 50px;
	}
	
	.footer li.name {
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer .sitemap {
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer .third ul {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 66px;
	}

	.footer .third ul:after {
		top: 0;
		left: 50%;
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	
	.readmore-toggle {
		display: table;
		margin: 20px auto 0;
	}
	
	.form .outer {
	    margin: 0 -1%;
	}
	
	.form .fields.small {
		width: 48%;
		display: inline-block;
		margin: 0 1%;
	}

}


@media screen and (max-width: 728px) {

	.benefits .item {
		width: 100%;
		max-width: 398px;
		display: block;
		text-align: center;
		padding: 0 0 30px;
	}
	
	.benefits .item .icon {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 40px;
	}
	
	.benefits .item h3 {
		max-width: 100%;
	}

	.benefits .item p {
		max-width: 100%;
	}
	
}


@media screen and (max-width: 640px) {
	
	.outer {
		margin: 0;
	}
	
	.section h2 {
		font-size: 26px;
	}
	
	.header {
		height: auto;
		padding: 10px 0;
	}

	.header .container {
		height: auto;
	}
	
	.header .menu-toggle {
		top: 2px;
		right: 15px;
		width: 30px;
		height: 30px;
	}

	.header .menu-toggle .menu-toggle-inner {
		width: 30px;
		margin: -2px 0 0 -15px;
	}
	
	.header .logo {
		position: relative;
		top: auto;
		left: auto;
		display: table;
		text-align: left;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		padding-left: 74px;
		margin: 0 auto 15px;
	}
	
	.header .phone {
		position: relative;
		top: auto;
		right: auto;
		display: table;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		margin: 0 auto;
	}
	
	.header .phone .numb {
		font-size: 20px;
	}
	
	.hero .title {
		font-size: 36px;
	}
	
	.hero li {
		font-size: 18px;
	}
	
	.hero .circles {
		width: 200px;
		height: 200px;
	}
	
	.reviews .reviews-wrap {
		padding: 40px 20px 50px;
		margin: 0 10px;
	}
	
	.reviews .owl-prev {
		left: -42px;
	}

	.reviews .owl-next {
		right: -42px;
	}
	
	.feedback .form-wrap {
		padding: 50px 50px 53px;
	}
	
	.tile .item {
		width: 47%;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-o-border-radius: 30px;
		-ms-border-radius: 30px;
		border-radius: 30px;
		margin: 1.5%;
	}
	
	.tile .item .tile-name {
		font-size: 15px;
	}
	
	.form .fields.small {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}

}


@media screen and (max-width: 540px) {
	
	.hero .title {
		font-size: 34px;
	}
	
	.cost .form-wrap {
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-o-border-radius: 30px;
		-ms-border-radius: 30px;
		border-radius: 30px;
		padding: 60px 40px;
	}
	
	.cost .form-wrap .col {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	
	.cost .form-wrap .col .fields {
		padding: 35px 0 0;
	}
	
	.form-wrap .fields .form-name {
		margin-bottom: 10px;
	}
	
	.faq .qa {
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-o-border-radius: 30px;
		-ms-border-radius: 30px;
		border-radius: 30px;
		padding: 60px 40px;
	}
	
	.feedback .form-wrap {
		-webkit-border-radius: 30px 30px 0 0;
		-moz-border-radius: 30px 30px 0 0;
		-o-border-radius: 30px 30px 0 0;
		-ms-border-radius: 30px 30px 0 0;
		border-radius: 30px 30px 0 0;
		padding: 50px 30px 53px;
	}

}


@media screen and (max-width: 480px) {
	
	.button {
		height: 60px;
		font-size: 13px;
		line-height: 60px;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-o-border-radius: 60px;
		-ms-border-radius: 60px;
		border-radius: 60px;
		padding: 0 20px;
	}
	
	.banner .container:after {
		width: 300px;
		height:143px;
		margin: 15px auto -51px;
	}
	
	.banner .banner-title {
		font-size: 32px;
	}
	
	.banner .banner-subtitle {
		font-size: 17px;
	}
	
	.header .menu-toggle {
		right: 10px;
		width: 24px;
		height: 24px;
	}

	.header .menu-toggle .menu-toggle-inner {
		width: 24px;
		margin: -2px 0 0 -12px;
	}
	
	.header .logo h1 {
		max-width: 240px;
		font-size: 18px;
	}
	
	.hero .title {
		font-size: 30px;
	}
	
	.hero p {
		margin: 30px 0;
	}
	
	.cost .form-wrap {
		padding: 30px 30px 40px;
	}
	
	.faq .aq {
		padding: 30px 30px 40px;
	}

}


@media screen and (max-width: 360px) {
	
	.button {
		font-size: 11px;
	}
	
	.container {
		padding: 0 10px;
	}
	
	.section {
		padding: 45px 0;
	}
	
	.section h2 {
		font-size: 24px;
	}
	
	.header .logo {
		margin: 0 0 15px;
	}
	
	.header .logo h1 {
		max-width: 210px;
		font-size: 17px;
	}
	
	.header .menu-toggle {
		top: 18px;
	}
	
	.hero:after {
		bottom: -55px;
	}
	
	.hero .title {
		font-size: 28px;
	}
	
	.hero .circles {
		width: 160px;
		height: 160px;
	}
	
	.cost {
		z-index: 11;
		padding-top: 0;
	}
	
	.cost .form-wrap {
		padding: 20px 20px 40px;
	}
	
	.faq .qa {
		padding: 40px 20px;
	}
	
	.tile .item {
		margin: 2% 1.5%;
		padding: 20px;
	}
	
	.tile .item .tile-name {
		font-size: 13px;
	}
	
	.text {
		padding: 100px 0;
	}

}


@media screen and (max-width: 320px) {
	
	.container {
		padding: 0 5px;
	}
	
	.section h2 {
		font-size: 22px;
	}
	
	.header .menu-toggle {
		right: 5px;
	}

}


@media 	only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi)  {
	
	.header .logo a {
		background-image: url(images/logo@2x.png) !important;
	}
	
	.header .navigation li.dropdown:before {
		background-image: url(images/icons/dropdown@2x.png) !important;
	}
	
	.form-wrap .text-select {
		background-image: url(images/icons/select@2x.png) !important;
	}
	
	.cost .form-wrap .fields .form-field.phone-field:after {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.benefits .item .icon:after {
		background-image: url(images/icons/benefits@2x.png) !important;
	}
	
	.readmore-toggle:before {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.footer .sitemap {
		background-image: url(images/icons/sprite@2x.png) !important;
	}
	
	.footer .right ul:after {
		background-image: url(images/icons/sprite@2x.png) !important;
	}

}


.main.padding {
	padding: 0 0 100px;
}

.section h2 {
	text-transform: uppercase;
}


/* НАВИГАЦИЯ НА ГЛАВНОЙ */

.nav-scroll {
	z-index: 1000;
	position: fixed;
	top: 50%;
	left: 20px;
	display: block;
	font-size: 0;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.nav-scroll li {
	position: relative;
	background-color: #00204a;
	width: 4px;
	height: 4px;
	display: block;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	margin: 0 auto 20px;
}

.nav-scroll li.active {
	background-color: #fd4d00;
	width: 10px;
	height: 10px;
}

.nav-scroll li.active:after {
    content: "";
    position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	box-shadow: 0 0 2px 0 rgba(253, 77, 0, 0.9), inset 0 0 2px 0 rgba(253, 77, 0, 0.9);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.nav-scroll li a {
	width: 4px;
	height: 4px;
	display: block;
}

.nav-scroll li.active a {
	width: 10px;
	height: 10px;
}

.nav-scroll li span {
	position: absolute;
	top: 50%;
	left: 30px;
	background-color: #000;
	height: 26px;
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	transition: .3s linear; 
	padding: 0 20px;
	margin-top: -15px;
}

.nav-scroll li:hover span {
	display: block !important;
	visibility: visible;
	opacity: 1;
}

.nav-scroll li span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	display: inline-block;
	border: 6px solid transparent;
	border-right: 6px solid #000;
	margin-top: -6px;
}


/* БАННЕР */

.banner {
	z-index: 999;
	position: relative;
	background-color: #fd5f00;
	font-family: 'RubikBold';
	padding: 25px 0;
}

.banner .container:after {
	z-index: 1;
	content: "";
	background-image: url(images/woman.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

.banner .banner-subtitle {
    color: #fff163;
    line-height: 1.25;
    margin-bottom: 5px;
}

.banner .banner-title {
    max-width: 450px;
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
}

.banner .more {
	position: relative;
    display: table;
    background-color: #fff;
	height: 60px;
    color: #000;
	font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
	line-height: 60px;
    outline: none;
    border: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-o-border-radius: 60px;
	-ms-border-radius: 60px;
	border-radius: 60px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	padding: 0 25px;
}


/* ФОРМА ЗАЯВКИ */

.form-wrap {
    -webkit-box-shadow: 0 21px 65px rgba(0,0,0,.07);
    box-shadow: 0 21px 65px rgba(0,0,0,.07);
}

.form-wrap .fields {
    text-align: left;
}

.form-wrap .fields .form-name {
    font-family: 'RubikBold';
	display: block;
	color: #000;
    font-size: 16px;
}

.form-wrap .fields .form-field {
    position: relative;
}

.form-wrap .fields .form-field .text-field, 
.form-wrap .fields .form-field .text-select {
    position: relative;
    background-color: #fff;
    width: 100%;
	height: 50px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
	line-height: 50px;
    border: 1px solid #ff9352;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 0 20px;
}

.form-wrap .fields .form-field .text-field:focus,
.form-wrap .fields .form-field .text-select:focus {
	-webkit-box-shadow: 0 0 0 1px #ff9352;
    box-shadow: 0 0 0 1px #ff9352;
}

.form-wrap .fields .form-field .text-field.error,
.form-wrap .fields .form-field .text-select.error {
	background-color: rgba(252, 0, 0, 0.019);
}

.form-wrap .fields .form-field .text-select {
	background-image: url(images/icons/select.png);
    background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

.form-wrap .fields .form-field.form-icon:after {
	content: "";
    position: absolute;
    top: 49%;
    right: 13px;
    background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-size: 500px;
    width: 18px;
    height: 18px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.form-wrap .fields .form-field.phone-field:after {
	background-position: 0 0;
}

.form-wrap .fields .form-field.user-field:after {
	background-position: -54px 0;
}

.form-wrap .checkbox-control {
    position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px;
}

.form-wrap .checkbox-control .toggle {
    position: relative;
	background-color: #f5f5f5;
    width: 85px;
    height: 46px;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -o-border-radius: 46px;
    -ms-border-radius: 46px;
    border-radius: 46px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-wrap .checkbox-control input[type='checkbox'].toggle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 39px;
	background-color: #9a9a9a;
    width: 34px;
    height: 34px;
	display: block;
	border: 6px solid #fff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-wrap .checkbox-control input[type='checkbox']:checked.toggle:after {
    left: 0;
    background-color: #fd4d00;
	box-shadow: 0 0 10px rgba(253, 77, 0, 0.48);
}

.form-wrap .successful-sending {
	text-align: center;
	padding: 50px 0 0;
}

.form-wrap .successful-circle {
	position: relative;
	width: 98px;
	height: 98px;
	display: block;
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-left-color: #5cb85c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	animation: loader-spin 1.2s infinite linear;
	margin: 0 auto 30px;
}

.form-wrap .successful-circle.animated {
	border-color: #5cb85c;
	transition: border 500ms ease-out;
	-webkit-animation: none;
	animation: none;
}

.form-wrap .successful-circle .checkmark {
    display: none;
}

.form-wrap .successful-circle.animated .checkmark {
    display: block;
}

.form-wrap .successful-circle.animated .checkmark:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.form-wrap .successful-circle .checkmark:after {
	content: "";
	position: absolute;
	top: 52px;
	left: 27px;
	width: 20px;
	height: 40px;
	opacity: 1;
	border-right: 5px solid #5cb85c;
	border-top: 5px solid #5cb85c;
	transform-origin: left top;
}

@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	} 100% {
		transform: rotate(360deg);
	}
}

@keyframes checkmark {
	0% {
		width: 0;
		height: 0;
		opacity: 1;
	} 20% {
		width: 20px;
		height: 0;
		opacity: 1;
	} 40% {
		width: 20px;
		height: 40px;
		opacity: 1;
	} 100% {
		width: 20px;
		height: 40px;
		opacity: 1;
	}
}

.form-wrap .successful-sending .successful-sending-title {
	font-family: 'RubikBold';
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.form-wrap .successful-sending p {
	max-width: 320px;
	margin: 20px auto 0;
}


/* ШАПКА */

.header {
	width: 100%;
}

.header:after {
	z-index: 5;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    background-color: #fff;
	width: 100%;
	height: 100px;
}

.header .logo {
	z-index: 15;
}

.header .logo h1 {
	position: relative;
	display: block;
	font-family: 'RubikRegular';
	color: #000;
	text-decoration: none;
	margin: 0;
}

.header .logo a {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 58px;
    width: 58px;
    height: 58px;
    display: block;
	font-size: 0;
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.header .phone {
	z-index: 15;
}

.header .phone .numb {
	color: #005792;
	line-height: 1;
}


/* ГЛАВНЫЙ БЛОК */

.hero {
	z-index: 10;
	position: relative;
    background-image: radial-gradient(circle at 25% 40%, #fff 0%, #f4f9fc 20%, #b3d5e7 93%);
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hero:after {
	z-index: 1;
	content: "";
	position: absolute;
	left: 0;
	background-image: url(images/bg/wave.png);
    background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 336px;
}

.hero .title {
	max-width: 570px;
	font-family: 'RubikBold';
	color: #005792;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.hero .title span {
	display: block;
	color: #fd5f00;
}

.hero .title span {
	display: block;
	color: #fd5f00;
}

.hero li {
	position: relative;
	display: block;
	font-family: 'RubikBold';
	color: #000;
	line-height: 1.25;
	padding-left: 24px;
	margin-bottom: 5px;
}

.hero li:before {
    content: "";
    position: absolute;
    top: 49%;
    left: 0;
    background-color: #ff6623;
    width: 10px;
    height: 10px;
	box-shadow: 0 0 10px rgba(255, 109, 45, 0.48);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.hero p {
	color: #000;
	font-size: 18px;
}

.hero .circles {
	box-shadow: 0 0 2px 0 #005792, inset 0 0 2px 0 #005792;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.hero .circles:after,
.hero .circles:before {
	content: "";
	position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.hero .circles:after {
	top: -55px;
	left: -55px;
	right: -55px;
	bottom: -55px;
	box-shadow: 0 0 1px 0 rgba(0, 87, 146, 0.5), inset 0 0 2px 0 rgba(0, 87, 146, 0.5);
}

.hero .circles:before {
	top: -116px;
	left: -116px;
	right: -116px;
	bottom: -116px;
	box-shadow: 0 0 1px 0 rgba(0, 87, 146, 0.25), inset 0 0 1px 0 rgba(0, 87, 146, 0.25);
}


/* ПЛИТКА ТЕГОВ */

.tile {
	position: relative;
	background-color: #fff;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 150px;
}

.tile:after {
	z-index: 2;
	content: "";
	position: absolute;
	top: -230px;
	left: 0;
	background-image: url(images/bg/wave5.png);
    background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 230px;
}

.tile .item {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 21px 65px rgba(0,0,0,.04);
    box-shadow: 0 21px 65px rgba(0,0,0,.04);
}

.tile .item img {
	max-width: 120px;
	width: 100%;
	display: none !important;
	margin: 0 auto 15px;
}

.tile .item .tile-name {
    font-family: 'RubikBold';
    color: #00204a;
    text-transform: uppercase;
}

.tile .button {
	z-index: 3;
	position: relative;
    margin: 45px auto 0;
}



/* ВОПРОСЫ И ОТВЕТЫ */

.faq {
	position: relative;
	background-color: #fff;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 150px;
}

.faq:after {
	z-index: 2;
	content: "";
	position: absolute;
	top: -230px;
	left: 0;
	background-image: url(images/bg/wave5.png);
    background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 230px;
}

.faq .qa {
	-webkit-box-shadow: 0 21px 65px rgba(0,0,0,.07);
    box-shadow: 0 21px 65px rgba(0,0,0,.07);
}

.faq .qa .item {
	border-bottom: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.faq .qa .item:last-child {
	border-bottom: none;
}

.faq .qa .item.disabled .answer {
	display: none;
}

.faq .qa .item .question {
    position: relative;
	cursor: pointer;
	font-family: 'RubikBold';
    color: #000;
    font-size: 20px;
    line-height: 1.35;
	padding: 30px 20px 30px 43px;
}

.faq .qa .item .question .icon {
    position: absolute;
    top: 50%;
    left: -6px;
	width: 36px;
	height: 36px;
	color: #fd4d00;
    text-align: center;
    cursor: pointer;
    line-height: 36px;
	border: 1px solid #eaeaea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	margin-top: -18px;
}

.faq .qa .item .question .icon .fa-question {
    color: #555;
    font-size: 16px;
}

.faq .qa .item .question .fa-plus {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    font-size: 13px;
	line-height: 16px;
	text-align: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
	margin-top: -8px;
}

.faq .qa .item.active .question .fa-plus {
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq .qa .item .answer {
    font-size: 18px;
    padding: 0;
}


/* СТОИМОСТЬ */

.cost {
	position: relative;
	background-color: #fff;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 0;
}

.cost:after {
	z-index: 2;
	content: "";
	position: absolute;
	bottom: -300px;
	left: 0;
	background-image: url(images/bg/wave2.png);
    background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 350px;
}

.cost h2 {
	max-width: 800px;
	color: #f34a00;
}

.cost .form-wrap {
    z-index: 3;
	position: relative;
}

.cost .form-wrap .fields .checkbox-control-text {
    font-family: 'RubikBold';
	display: inline-block;
	vertical-align: middle;
    font-size: 20px;
	text-transform: uppercase;
}

.cost .form-wrap .fields .checkbox-control-text.yes {
	color: #fd4d00;
}

.cost .form-wrap .fields .checkbox-control-text.no {
	color: #9a9a9a;
}

.cost .form-wrap .button {
    margin: 64px auto 0;
}


/* ПРЕИМУЩЕСТВА */

.benefits {
	z-index: 1;
	position: relative;
	background-color: #f8fbfc;
	background-image: url(images/bg/benefits.jpg);
    background-position: center top;
	padding-top: 250px;
}

.benefits:after {
	z-index: 2;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(images/bg/wave3.png);
    background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 270px;
}

.benefits h2 {
	color: #005792;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.benefits .item {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.benefits .item .icon {
	background-color: #fd4d00;
    width: 110px;
    height: 110px;
	display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.benefits .item .icon:after {
	content: "";
	position: absolute;
	top: -18px;
	left: -16px;
	background-image: url(images/icons/benefits.png);
    background-repeat: no-repeat;
    background-size: 864px 144px;
    width: 144px;
    height: 144px;
	display: block;
}

.benefits .item .icon.first:after {
    background-position: 0 0;
}

.benefits .item .icon.second:after {
    background-position: -144px 0;
}

.benefits .item .icon.third:after {
    background-position: -288px 0;
}

.benefits .item .icon.fourth:after {
    background-position: -432px 0;
}

.benefits .item .icon.fifth:after {
    background-position: -576px 0;
}

.benefits .item .icon.sixth:after {
    background-position: -720px 0;
}

.benefits .item h3 {
	font-family: 'RubikBold';
	color: #00204a;
	font-size: 18px;
	text-transform: uppercase;
}

.benefits .item p {
	color: #000;
	font-size: 18px;
	line-height: 1.3;
}


/* ЦЕНЫ */

.defects {
    position: relative;
    background-color: #fff;
    padding-bottom: 150px;
}

.defects:after {
    z-index: 2;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(images/bg/wave3.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 270px;
}

.defects h2 {
    max-width: 800px;
    color: #005792;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.defects .col {
	z-index: 6;
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.defects .img img {
	margin: 0 auto;
}

.defects .col .item {
	margin: 30px 0 0;
}

.defects .col .item h3 {
	display: inline;
	cursor: pointer;
	font-family: 'RubikBold';
	color: #005792;
    font-size: 18px;
	line-height: 1.4;
    text-transform: uppercase; 
	border-bottom: 1px dashed rgba(0, 87, 146, 0.21);
}

.defects .col .item .hidden {
	display: none;
}

.defects .col .item p {
	color: #333;
    font-size: 18px;
    line-height: 1.3;
	margin: 0 0 7px;
	padding: 10px 0 0;
}

.defects .col .item .value {
    font-family: 'RubikBold';
    color: #f34a00;
    font-size: 20px;
	margin: 0;
}

.defects .col .item p span {
    font-size: 14px;
}


/* ПРЕИМУЩЕСТВА */

.reviews {
	position: relative;
	background-color: #fff;
	padding-top: 97px;
}

.reviews.center {
	text-align: center;
}

.reviews:after {
	z-index: 2;
	content: "";
	position: absolute;
	bottom: -270px;
	left: 0;
	background-image: url(images/bg/wave4.png);
    background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 270px;
}

.reviews h2 {
	max-width: 100%;
	color: #f34a00;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.reviews .reviews-wrap {
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0 21px 65px rgba(0,0,0,.07);
    box-shadow: 0 21px 65px rgba(0,0,0,.07);
}

.reviews .reviews-wrap .col.big {
    padding: 0 8px;
}

.reviews .reviews-wrap .avatar {
    width: 180px;
	height: 180px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.reviews .reviews-wrap .name {
    font-family: 'RubikBold';
    color: #000;
    font-size: 20px;
	text-align: center;
}

.reviews .reviews-wrap h3 {
    color: #005792;
    font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.reviews .reviews-wrap p {
    color: #000;
    font-size: 18px;
}

.reviews .reviews-wrap .button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
}

.reviews .owl-prev, 
.reviews .owl-next {
	position: absolute;
	top: 50%;
	background-color: #fd4d00;
	width: 48px;
	height: 48px;
	font-size: 0;
	cursor: pointer;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
	margin: -24px 0 0;
}

.reviews .owl-prev:after, 
.reviews .owl-next:after {
    content: "";
	position: absolute;
	top: 50%;
	left: 50%;
    background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-size: 500px;
    width: 18px;
    height: 18px;
    display: block;
	-moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reviews .owl-prev:after {
    background-position: -18px 0;
}

.reviews .owl-next:after {
    background-position: -36px 0;
}

.reviews .owl-prev:hover, 
.reviews .owl-next:hover {
	background-color: #ee4800;
}

.reviews .owl-prev.disabled, 
.reviews .owl-next.disabled {
	opacity: 0.8;
	cursor: default;
}


/* ТЕКСТ */

.text {
	background-color: #f8fbfc;
}

.text h2 {
	text-transform: none;
	margin-bottom: 33px;
}


/* СТОИМОСТЬ */

.feedback {
	position: relative;
	background-color: #fff;
	padding-bottom: 0;
}

.feedback:after {
	z-index: 2;
	content: "";
	position: absolute;
	top: -230px;
	left: 0;
	background-image: url(images/bg/wave5.png);
    background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 230px;
}

.feedback h3 {
	max-width: 615px;
	color: #005792;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}

.feedback .desc {
    max-width: 585px;
    display: block;
    font-family: 'RubikBold';
    color: #000;
    font-size: 20px;
    text-align: center;
    margin: 46px auto 42px;
}

.feedback .form-wrap {
	background-color: #fff;
	max-width: 627px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 auto;
}

.form-wrap .form-title {
	font-family: 'RubikBold';
	color: #005792;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.form-wrap .fields {
    padding-bottom: 30px;
}

.feedback .form-wrap .button {
    margin: 15px auto 0;
}


/* КОНТАКТЫ */

.map {
	z-index: 10;
	position: relative;
}


/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs {
    color: #b9b9b9;
    font-size: 15px;
	margin: 150px 0 35px;
}

.breadcrumbs .separator {
    position: relative;
    margin: 0 10px;
}

.breadcrumbs .current {
    color: #8c8c8c;
}

.breadcrumbs a {
    color: #676767;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}


/* КОНТЕНТ */

.content {
    font-size: 17px;
	margin-top: 15px;
}

.content img {
    max-width: 100%;
    height: auto;
}

.content ul {
    display: table;
    padding-left: 24px;
    margin-top: 25px;
}

.content ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
    padding-left: 5px;
}

.content ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -20px;
    background-color: #fd4d00;
    width: 3px;
    height: 3px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.content ol {
    counter-reset: list;
    margin-top: 25px;
}

.content ol li {
    position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
}

.content ol li:before {
    content: counter(list) ". ";
	counter-increment: list;
    position: absolute;
    top: 0;
    left: 0;
}

.content table {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0 20px;
}

.content th {
	font-family: 'RubikBold';
    color: #333;
    vertical-align: bottom;
}

.content th,
.content td {
    vertical-align: top;
	border: 1px solid #eee;
    padding: 8px 10px;
}

.content .wrap-pic {
    display: block;
}

.content .wrap-pic .caption {
    display: block;
	color: #666;
	font-size: 15px;
    font-style: italic;
}


/* ПОДВАЛ */

.footer {
	background-color: #003356;
	width: 100%;
	color: #fff;
	padding: 60px 0 0;
}

.footer p {
	color: #fff;
	font-size: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
	padding: 20px;
	margin-top: 35px;
}

.footer li {
	color: #fff;
	font-size: 19px;
	margin-bottom: 5px;
}

.footer li a,
.footer p a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer li.name {
	max-width: 360px;
	font-size: 22px;
	margin-bottom: 30px;
}

.footer .sitemap {
	position: absolute;
	top: 50%;
	right: 10px;
    background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: -72px 0;
    background-size: 500px;
    width: 16px;
    height: 16px;
    display: block;
	font-size: 0;
	opacity: .4;
	-moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.footer li .phone {
	font-family: 'RubikBold';
}

.footer .col ul {
	position: relative;
}

.footer .col.second ul:after {
    content: "";
    position: absolute;
    background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
	background-position: -23px -18px;
    background-size: 500px;
    width: 34px;
    height: 48px;
}

.footer .bottom {
	position: relative;
	text-align: center;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	margin-top: 50px;
	padding: 10px 36px;
}


/* СКРЫТЫЙ ТЕКСТ */

.readmore-section, 
.collapsed {
	position: relative;
    overflow: hidden;
	padding: 0 0 10px;
}

.readmore-section.collapsed:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;
    background-image: -webkit-linear-gradient(top,rgba(255, 255, 255,0),#f8fbfc);
    background-image: -o-linear-gradient(top,rgba(255, 255, 255,0),#f8fbfc);
    background-image: linear-gradient(to bottom,rgba(255, 255, 255,0),#f8fbfc);
    width: 100%;
    height: 100px;
}

.readmore-toggle {
	z-index: 3;
    position: relative;
	background-color: transparent;
	cursor: pointer;
	color: #868686;
    font-size: 15px;
	border: none;
	outline: none;
	padding: 0 0 0 33px;
}

.readmore-toggle:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
	background-image: url(images/icons/sprite.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 500px;
    width: 23px;
    height: 23px;
    display: block;
}

.readmore-toggle.open:before {
    background-position: 0 -18px;
}

.readmore-toggle.close:before {
    background-position: 0 -41px;
}

.readmore-toggle span {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.38);
    padding-bottom: 1px;
}


/* ЭФФЕКТЫ */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	} to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	} to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	} to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	} to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


/* КОНТАКТНАЯ ФОРМА */

.form {
	max-width: 800px;
    margin: 60px 0;
}

.form .row {
	font-size: 0;
}

.form .fields {
	position: relative;
	text-align: left;
    margin-bottom: 15px;
}

.form .fields .form-name {
	font-family: 'RubikBold';
    color: #000;
    font-size: 16px;
    padding: 12px 0 0;
}

.form .fields .form-name .red {
    color: #ef0037;
}

.form .fields .fields.small {
	vertical-align: top;
}

.form .fields .input,
.form .fields .select,
.form .fields .textarea {
    background-color: #fff;
    width: 100%;
	height: 50px;
	display: block;
    color: rgba(0,0,0,.8);
    font-size: 14px;
    line-height: 50px;
    border: 1px solid #ff9352;
	outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px;
	margin: 4px 0 0;
}

.form .fields .textarea {
	height: auto;
    line-height: 1.45;
    padding: 10px 20px;
}

.form .fields .input:hover,
.form .fields .select:hover,
.form .fields .textarea:hover {
    border-color: #aaa;
}

.form .fields .input.error,
.form .fields .textarea.error {
    border-color: #F44336;
}

.form .fields span,
.form .note {
	color: #676767;
	font-size: 13px;
	line-height: 1.5;
}

.form .fields span a,
.form .note a {
	color: #676767;
}


/* КАРТА */

.map-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	height: 270px;
}

.map-wrap .ymap {
	z-index: 7;
	position: relative;
	background-color: #003356;
	width: 100%;
	height: 270px;
}

.map-wrap .loader {
	z-index: 15;
	position: absolute;
	top: -100%;
	left: 0;
	background-color: #003356;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #000;
	overflow: hidden;
	transition: opacity .7s ease;
}

.map-wrap .loader.active {
	top: 0;
	opacity: 1;
}

.map-wrap .loader:after {
	content: '';
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
	border: 8px solid #fff;
	border-left-color: transparent;
	border-radius: 50%;
	-webkit-animation: rotation 1s linear infinite;
	        animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform:rotate(0);
		        transform:rotate(0);
	}
	to {
		-webkit-transform:rotate(359deg);
		        transform:rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform:rotate(0);
		        transform:rotate(0);
	}
	to {
		-webkit-transform:rotate(359deg);
		        transform:rotate(359deg);
	}
}

@-webkit-keyframes blink {
	from {
		opacity:.5;
	}
	to {
		opacity:1;
	}
}

@keyframes blink {
	from {
		opacity:.5;
	}
	to {
		opacity:1;
	}
}