/* Normalize v3.0.1
======================================================================================================================*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input{line-height:normal}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
b,strong,optgroup{font-weight:bold}
pre,textarea{overflow:auto}
button::-moz-focus-inner,input::-moz-focus-inner,legend{border:0;padding:0}
/* Template styles
======================================================================================================================*/
html, body {
	font: 18px/22px Tahoma, Arial, sans-serif;
	height:100%;
	width:100%;
	color: #515151;
	background: #fff;
	min-width: 1000px;
}
/* H Group
-----------------------------------------------------------*/
h1,.h1 {
	font-weight: bold;
	line-height: 1.2em;
	font-size:1.8em;margin:.6em 0
}
h2,.h2 {
	font-weight: bold;
	line-height: 1.2em;
	font-size:1.5em;margin:.6em 0
}
h3,.h3 {
	font-weight: bold;
	line-height: 1.2em;
	font-size:1.5em;margin:.6em 0
}
h4, h5, h6, .h4, .h5, .h6 {
	font-weight: bold;
	line-height: 1.2em;
	font-size:1.3em;margin:.5em 0
}
/* Links
-----------------------------------------------------------*/
a{
	color:#812537;
	text-decoration:underline;
	-webkit-transition: color 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: color 0.2s ease-out;  /* FF4+ */
	-ms-transition: color 0.2s ease-out;  /* IE10 */
	-o-transition: color 0.2s ease-out;  /* Opera 10.5+ */
	transition: color 0.2s ease-out;
}
a:visited{}
a:hover{
	text-decoration:none;
	-webkit-transition: color 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: color 0.2s ease-out;  /* FF4+ */
	-ms-transition: color 0.2s ease-out;  /* IE10 */
	-o-transition: color 0.2s ease-out;  /* Opera 10.5+ */
	transition: color 0.2s ease-out;
}
a:active{}
a:focus{outline: none;}
/* Form tags styles
-----------------------------------------------------------*/
input,
textarea,
select {
	position: relative;
	font: 12px Tahoma, Arial, sans-serif;
	outline: none;
	padding: 4px;
	border: 1px solid #ccc;
	color: black;
	vertical-align: middle;
	overflow: hidden;
	background: #fff;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
textarea{
	overflow: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #8a8a8a; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #8a8a8a;  }
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #8a8a8a;opacity: 1;  }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #8a8a8a;opacity: 1;  }
input.placeholder,
textarea.placeholder,
select.placeholder {
	color: #8a8a8a; }
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
	color: transparent !important; }
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
	color: transparent !important; }
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
	color: transparent !important; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
	color: transparent !important; }
input.placeholder:focus,
textarea.placeholder:focus,
select.placeholder:focus {
	color: transparent !important; }
input:focus,
textarea:focus,
select:focus {
	color: black;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
select {
	padding: 0; }
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	text-decoration: none;
	outline: none;
	padding: 4px 8px;
	border: 1px solid #ccc;
	font: 12px Tahoma, Arial, sans-serif;
	display: inline-block; }
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	 }
/* Meta classes
-----------------------------------------------------------*/
.hidden {
	display: none; }
.show {
	display: block !important; }
.visible {
	visibility: visible !important; }
.no-margin {
	margin: 0 !important; }
.no-padding {
	padding: 0 !important; }
.no-bg {
	background: none !important; }
.no-border {
	border: none !important; }
.bold {
	font-weight: 700; }
.italic {
	font-style: italic; }
.underline {
	text-decoration: underline; }
.uppercase {
	text-transform: uppercase; }
.lowercase {
	text-transform: lowercase; }
.disabled {
	cursor: default !important;
	opacity: .3;
	filter: alpha(opacity=30); }
.error {
	color: red !important; }
input.error {
	outline: 1px solid red !important;
	outline-offset: -1px; }
.va-top {
	vertical-align: top !important; }
.red {
	color: #9e3048; }
.blue {
	color: #2d4372; }
.yellow {
	color: yellow; }
.green {
	color: green; }
.gray {
	color: gray; }
.orange {
	color: orange; }
.f-left, .float-left, .left {
	position: relative;
	float: left; }
.f-right, .float-right, .right {
	position: relative;
	float: right; }
.f-center, .float-center {
	position: relative;
	float: none;
	margin: 0 auto;
	padding: 0 10px;
	width: 980px; }
.t-center, .text-center {
	text-align: center; }
.t-left, .text-left {
	text-align: left; }
.t-right, .text-right {
	text-align: right; }
.col {
	position: relative;
	margin: 0 0 15px;
	padding: 0;zoom: 1; }
.col:after, .f-row:after, .clear:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;}
.w-10 {
	width: 10%; }
.w-15 {
	width: 15%; }
.w-20 {
	width: 20%; }
.w-25 {
	width: 25%; }
.w-30 {
	width: 30%; }
.w-33 {
	width: 33.3333%; }
.w-50 {
	width: 50%; }
.w-66 {
	width: 66.6667%; }
.w-70 {
	width: 70%; }
.w-75 {
	width: 75%; }
.w-80 {
	width: 80%; }
.w-85 {
	width: 85%; }
.w-90 {
	width: 90%; }
.full-width, .w-100 {
	width: 100%; }
#wrapper,#header,#container,#footer,.pie{position:relative}
.pic-default{
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAjAgMAAACbV6A9AAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAABHRSTlMNAAUJRVLypgAAAMxJREFUGNNdz7HNwjAQBeD3x/oLCkTFCB4hDRWCBdK8JIgULpFowgYWO9wcMIKX8AgUdAxAQThfGl7jrzi9O4NkD/jp+TIAC2MEqsIWU0TZAzqMIywPjDOXiDMrpJkOP3meyqv9UaFbg7Fm+zKuOcCSOW7OhcIkHAu7pR0F6f/tVOTBXwYmbWhyCj5qbxDAb3VbkC2yVrggTWVtLwnOCEnwI5ISd79H1LpdI9fy4/rQ8g9HO75bgFPaihxqJeODMRcG93Ys7KZxI28r4Qc6l0eAD7DptgAAAABJRU5ErkJggg==');
	min-height: 35px;
	min-width: 40px;
}
/* Wrapper
-----------------------------------------------------------*/
#wrapper{
	min-height:100%;
	height: auto !important;
	height:100%;
	margin:0 auto;
}
/* Header
-----------------------------------------------------------*/
#header{
	margin-bottom: 36px;
	padding-top: 32px;
}
.header-center{
	position: relative;
	width: 974px;
	margin: 0 auto;
	padding-top: 54px;
}
/* Container
-----------------------------------------------------------*/
#container{
	padding:0 0 10px;
	zoom: 1;
}
#container:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.container-center{
	position: relative;
	width: 974px;
	margin: 0 auto;
}
/* Footer
-----------------------------------------------------------*/
#footer{
	margin:0 auto 0;
	clear:both;
}
.footer-center{
	position: relative;
	width: 974px;
	margin: 0 auto;
	padding-bottom: 15px;
    padding-top: 15px;
}
/* Page styles
======================================================================================================================*/
.header-top{
	 background: none repeat scroll 0 0 #d4d4d4;
    border-bottom: 1px solid #b6b6b6;
    left: 0;
    min-width: 1000px;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 999;
}
.header-top-center{
	width: 974px;
	margin: 0 auto;
	position: relative;
}
.header-top-center-right{
	float: right;
    padding-bottom: 3px;
    padding-top: 7px;
    position: relative;
    text-align: right;
    width: 262px;
}
.btn{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	background: url("../img/sprite.png") no-repeat 0 0;
	width: 111px;
  height: 27px;
	margin-bottom: -3px;
	 margin-left: 7px;
}
.btn:hover{
	background-position: 0 -29px;
}
.header-top-center-right-phone{
	font-weight: bold;
	color: #221e1f;
	font-size: 13px;
}
.header-top-center-nav{
	font-size: 11px;
	margin-left: -5px;
}
.header-top-center-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-top-center-nav ul li{
	float: left;
	border-right: 1px solid #b6b6b6;
}
.header-top-center-nav ul li a{
	display: block;
	text-decoration: none;
	color: #4a4a4a;
	height: 32px;
	line-height: 24px;
	 padding: 10px 5px 0;
}
.header-top-center-nav ul li a:hover{
	background: url("../img/menu-line.png") no-repeat 0 0 #ffffff;
}
.header-top-center-nav ul li.active a{
	background: url("../img/menu-line.png") no-repeat 0 0 #ffffff;
	cursor: default;
}
.header-center-logo{
	float: left;
    margin-bottom: 10px;
    margin-left: 31px;
    margin-right: 10px;
    position: relative;
    width: 438px;
}
.header-center-logo img{
	vertical-align: top;
	max-width: 100%;
}
.header-center-phone{
	position: relative;
	float: right;
	width: 300px;
	text-align: right;
	font-size: 13px;
}
.header-center-phone a{
	margin-left: 9px;
}
.header-center-phone-item{
	color: #211D1E;
    font-size: 36px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 3px;
	letter-spacing: -1px;
}
.header-center-phone-item span{
	font-weight: normal;
}
.title{
	font-size: 48px;
	color: #515151;
	line-height: 59px;
	font-weight: normal;
	margin: 30px 0;
	 padding-left: 38px;
	letter-spacing: -1px;
}
.title h1,.title h2,.title h3,.title h4,.title h5,.title h6{
	margin: 0;
	font-size: 48px;
	color: #515151;
	line-height: 48px;
	font-weight: normal;
}
.title h1{
	margin-bottom: 12px;
}
.title-text{
	font-size: 36px;
	line-height: 36px;
	color: #323232;
}
.style-list{
	margin: 28px 0 27px 92px;
	padding: 0;
	list-style: none;
	font-size: 20px;
	color: #323232;
}
.style-list li{
	padding-left: 30px;
	margin-bottom: 2px;
}
.style-list li:before{
	background: url("../img/sprite.png") no-repeat scroll -113px 0 transparent;
    content: "";
    display: block;
    float: left;
    height: 24px;
    margin-left: -34px;
    margin-top: -3px;
    width: 26px;
}
.slider-form{
	position: relative;
	margin: 6px 0 70px;
	border-top: 9px solid #085868;
	clear: both;
	-webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.6);
	 padding: 18px 0;
	background: rgb(8,88,104); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(8,88,104,1) 0%, rgba(8,41,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(8,88,104,1)), color-stop(100%,rgba(8,41,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(8,88,104,1) 0%,rgba(8,41,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(8,88,104,1) 0%,rgba(8,41,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(8,88,104,1) 0%,rgba(8,41,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(8,88,104,1) 0%,rgba(8,41,48,1) 100%); /* W3C */
	-pie-background: linear-gradient(to bottom,  rgba(8,88,104,1) 0%,rgba(8,41,48,1) 100%); /* W3C */
}
.slider-form-center{
	width: 974px;
	margin: 0 auto;
	position: relative;
}
.slider-form-center-left{
	position: relative;
	float: left;
	width: 670px;
}
.main-slider{
   position: relative;
	color: #fff;
	font-size: 24px;
	width: 670px;
	margin: 0 auto;
	line-height: 30px;
}
.main-slider p{
	margin: 0;
	padding-left: 38px;
}
.main-slider-head{
	font-size: 48px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 18px;
    padding-left: 37px;
}
.main-slider-item{
	position: relative;
	width: 100%;
}
.main-slider-pic{
  margin: 23px 0 0;
    padding-bottom: 11px;
    padding-left: 15px;
}
.main-slider-pic img{
	vertical-align: middle;
	max-width: 100%;
}
.slide-nav{
	position: absolute;
	right: 0;
	 bottom: 26px;
	z-index: 200;
	line-height: 15px;
}
.slide-nav span{
	display: inline-block;
	vertical-align: middle;
	 width: 12px;
  height: 12px;
	background: url("../img/sprite.png") no-repeat -113px -26px;
	cursor: pointer;
	margin-left: 8px;
}
.slide-nav span.cycle-pager-active{
	background-position: -127px -26px;
}
.slider-form-center-right{
	position: relative;
	float: right;
	width: 272px;
}
.feed-back{
	background: none repeat scroll 0 0 #fff;
    border: 5px solid #701725;
	-webkit-border-radius: 28px 28px 28px 28px;
	-moz-border-radius: 28px 28px 28px 28px;
	border-radius: 28px 28px 28px 28px;
    margin-bottom: 15px;
    margin-top: 5px;
   padding: 33px 39px;
    position: relative;
	text-align: center;
}
.feed-back-head{
	color: #9e3048;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom: 1px solid #d0d0d0;
	 padding-bottom: 11px;
}
.feed-back-head1{
	text-transform: uppercase;
	color: #3d3d3d;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 24px;
}
.feed-back-item{
	margin-bottom: 18px;
}
input.input-text,textarea.input-text{
	 background: none repeat scroll 0 0 #fff;
    border: 1px solid #878787;
    font-size: 18px;
    height: 32px;
    padding: 3px 7px;
    width: 100%;
}
textarea.input-text{
	 height: 72px;
    resize: none;
}
.btn1{
   width: 214px;
  height: 62px;
	cursor: pointer;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/sprite.png") no-repeat 0 -58px;
}
.btn1:hover{
   background-position: 0 -122px;
}
.feed-back-btns{
	position: relative;
	margin: 40px -25px 5px;
	width: 234px;
	display: block;
}
.feed-back-btns-arr{
	background: url("../img/sprite.png") no-repeat scroll -141px 0 rgba(0, 0, 0, 0);
    height: 24px;
    left: -102px;
    position: absolute;
    top: -16px;
    width: 139px;
    z-index: 200;
}
.services{
	margin: 49px 0 36px;
}
.services-item{
	position: relative;
	margin-bottom: 32px;
    padding-bottom: 29px;
	border-bottom: 1px dashed #bfbfbf;
}
.services-item:last-child{
	border-bottom: 0;
}
.services-item-left{
	position: relative;
	float: left;
	width: 46%;
}
.services-item-pic{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
	width: 154px;
	height: 154px;
	overflow: hidden;
	-webkit-border-radius: 150px 150px 150px 150px;
	-moz-border-radius: 150px 150px 150px 150px;
	border-radius: 150px 150px 150px 150px;
}
.services-item-pic img{
	-webkit-border-radius: 150px 150px 150px 150px;
	-moz-border-radius: 150px 150px 150px 150px;
	border-radius: 150px 150px 150px 150px;
	position: relative;
}
.services-item-center{
	width: 895px;
	margin: 0 auto;
	position: relative;
}
.services-item-text{
	display: inline-block;
	vertical-align: middle;
	 width: 216px;
	color: #515151;
	font-size: 18px;
	line-height: 18px;
}
.services-item-text-head{
	font-size: 24px;
	line-height: 24px;
	color: #9e3048;
	margin-bottom: 5px;
}
.services-item-right{
	position: relative;
	float: right;
	width: 48%;
}
.call-back{
	position: relative;
	background: #a6c3c9;
	border-bottom: 12px solid #085868;
	margin: 36px 0 45px;
	-webkit-box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.3);
}
.call-back-head{
	background: url("../img/line.png") repeat-x 0 2px #085868;
}
.call-back-head-center{
	color: #fff;
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto 15px;
    padding-bottom: 27px;
    padding-top: 19px;
    width: 843px;
}
.call-back-center{
	position: relative;
	width: 830px;
	margin: 0 auto;
	 padding: 66px 0 38px;
}
.call-back-center-item{
	margin-bottom: 25px;
}
.call-back-center-btns{
	position: relative;
	text-align: center;
	 margin-top: 59px;
}
input.input-text-big,textarea.input-text-big{
	 background: none repeat scroll 0 0 #fff;
    border: 1px solid #8c8d8d;
    font-size: 24px;
   padding: 5px 14px;
	height: 42px;
    width: 100%;
}
textarea.input-text-big{
	height: auto;
	resize: vertical;
}
.w-40 {
    width: 40%;
}
.btn2 {
    background: url("../img/sprite.png") no-repeat scroll -216px -58px;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
     width: 515px;
  height: 62px;
}
.btn2:hover{
	background-position: -216px -122px;
}
.popup{
	position: fixed;
	top: 50px;
	left: 50px;
	z-index: 2000;
}
.feed-back--w{
	 padding: 55px 58px 30px;
    width: 456px;
}
.popup-close{
	position: absolute;
	 right: 21px;
    top: 19px;
	cursor: pointer;
	 width: 19px;
  height: 20px;
	display: block;
	background: url("../img/sprite.png") no-repeat -282px 0;
}
.feed-back-head1--mb{
	margin-bottom: 35px;
	padding: 0 20px;
}
.feed-back-item--mb{
	margin-bottom: 23px;
}
.btn3 {
    background: url("../img/sprite.png") no-repeat scroll -733px -58px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 214px;
  height: 62px;
	 position: relative;
}
.btn3:hover{
	background-position: -733px -122px;
}
.popup-btns{
	 padding-bottom: 10px;
    padding-top: 4px;
    text-align: center;
}
.feed-back-btns-arr--ps{
	left: -118px;
    position: absolute;
    top: -6px;
}
.popup-ok{
    padding-top: 82px;
}
.feed-back-head1--mb1{
	 margin-bottom: 82px;
}
.btn4 {
    background: url("../img/sprite.png") no-repeat scroll -949px -58px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 214px;
  height: 62px;
	 position: relative;
}
.btn4:hover{
	background-position: -949px -122px;
}
.popup{
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-webkit-transform: rotate(0deg) translate(0px) skew(0deg) scale(0);
	-moz-transform: rotate(0deg) translate(0px) skew(0deg) scale(0);
	-o-transform: rotate(0deg) translate(0px) skew(0deg) scale(0);
	transform: rotate(0deg) translate(0px) skew(0deg) scale(0);
}
.transform{
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-webkit-transform: rotate(0deg) translate(0px) skew(0deg) scale(1);
	-moz-transform: rotate(0deg) translate(0px) skew(0deg) scale(1);
	-o-transform: rotate(0deg) translate(0px) skew(0deg) scale(1);
	transform: rotate(0deg) translate(0px) skew(0deg) scale(1);
}
.packages{
	position: relative;
	margin: 86px 0 0;
}
.packages-item{
	border-right: 1px dashed #bfbfbf;
    float: left;
   margin-bottom: 189px;
    min-height: 608px;
    padding-bottom: 34px;
    padding-right: 14px;
    position: relative;
    width: 314px;
}
.packages-item:nth-child(3n){
	border-right: 0;
	padding-right: 0;
}
.packages-item:nth-child(3n+4){
	clear: both;
}
.packages-item-pic{
	text-align: center;
	position: relative;
	height: 200px;
	 margin-bottom: 13px;
	line-height: 200px;
}
.packages-item-pic img{
	max-width: 100%;
	vertical-align: bottom;
}
.packages-item-head{
	color: #323232;
    font-size: 24px;
    line-height: 24px;
   margin-bottom: 20px;
    min-height: 74px;
    padding: 0 15px;
    text-align: center;
}
.packages-item-head .red{
	font-size: 30px;
	font-weight: bold;
	line-height: 26px;
}
.packages-item-list{
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: #323232;
	line-height: 16px;
	margin: 0 0 10px 50px;
}
.packages-item-list li{
	 margin-bottom: 7px;
	padding-left: 30px;
}
.packages-item-list li:before{
	background: url("../img/sprite.png") no-repeat scroll -303px 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    float: left;
    height: 10px;
    margin-left: -23px;
    margin-top: 4px;
    width: 10px;
}
.packages-item-btns{
	bottom: -34px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.btn5 {
    background: url("../img/sprite.png") no-repeat scroll 0 -186px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 255px;
  height: 62px;
}
.btn5:hover{
	background-position: 0 -250px;
}
.packages-item-price{
	 background: url("../img/sprite.png") no-repeat scroll -1165px 0 rgba(0, 0, 0, 0);
    height: 105px;
    left: 26px;
    position: absolute;
    text-align: center;
    top: -9px;
    width: 104px;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
}
.packages-item-price-item{
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
}
.packages-item-price--red{
	background-position: -1271px 0;
}
.packages-item-price-item--old{
	color: #000;
	text-decoration: line-through;
	margin-top: -8px;
}
.packages-item-price-item--mb{
	margin-bottom: -8px;
}
.btn6 {
    background: url("../img/sprite.png") no-repeat scroll -257px -186px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
     width: 257px;
  height: 62px;
}
.btn6:hover{
	background-position: -257px -250px;
}
.btn7 {
    background: url("../img/sprite.png") no-repeat scroll -516px -186px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
     width: 257px;
  height: 62px;
}
.btn7:hover{
	background-position: -516px -250px;
}
.btn8 {
    background: url("../img/sprite.png") no-repeat scroll -775px -186px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
     width: 257px;
  height: 62px;
}
.btn8:hover{
	background-position: -775px -250px;
}
.btn9 {
    background: url("../img/sprite.png") no-repeat scroll -1034px -186px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
     width: 257px;
  height: 62px;
}
.btn9:hover{
	background-position:  -1034px -250px;
}
.btn10 {
    background: url("../img/sprite.png") no-repeat scroll -1293px -186px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
     width: 257px;
  height: 62px;
}
.btn10:hover{
	background-position:  -1293px -250px;
}
.packages-item-list1{
	 margin: 0 0 0 37px;
	padding: 0;
	list-style: none;
	font-size: 20px;
	line-height: 20px;
	color: #323232;
}
.packages-item-list1 li:before {
    background: url("../img/sprite.png") no-repeat scroll -113px 0 transparent;
    content: "";
    display: block;
    float: left;
    height: 24px;
    margin-left: -34px;
    margin-top: -3px;
    width: 26px;
}
.packages-item-list1 li {
   margin-bottom: 20px;
    padding-left: 30px;
}
.packages-item-price--orange{
  background-position: -1377px 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 91px;
}
.packages-item--mb{
	margin-bottom: 115px;
}
.block-grey{
	background: url("../img/shadow.png")repeat-x 50% 0 #e9e9e9;
	padding: 35px 0;
	position: relative;
	clear: both;
	margin: 15px 0 0;
}
.tabs{
	position: relative;
	margin: 31px 0;
}
ul.tabs-menu{
	position: relative;
	border: 1px solid #acacac;
	border-bottom: 0;
	display: table;
	width: 100%;
	 margin: 0 0 34px;
	padding: 0;
	list-style: none;
	font-size: 18px;
	color: #545454;
	overflow: hidden;
}
ul.tabs-menu li{
	display: table-cell;
	border-right: 1px solid #acacac;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs-menu li:last-child{
	border-right: 0;
}
.tabs-menu a{
	color: #545454;
	text-decoration: none;
}
.tabs-menu li span{
	cursor: pointer;
	display: block;
	text-align: center;
	padding: 6px 10px 1px;
}
.tabs-menu li.active span{
	background: url("../img/menu-line.png") no-repeat 0 0;
	color: #9e3048;
	cursor: default;
}
.pics{
	 margin-bottom: 23px;
	 margin-right: -8px;
}
.pics-item{
	overflow: hidden;
	height: 242px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.tabs-content>div{
	display: none;
}
.tabs-content>div.active{
	display: block;
}
.tabs-content-price{
	color: #fff;
    float: right;
    font-size: 18px;
    line-height: 21px;
    margin-top: -11px;
    padding: 5px 10px 3px 28px;
    position: relative;
    width: 227px;
	background: #1a7481; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a7481 0%, #2e9a9f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a7481), color-stop(100%,#2e9a9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a7481 0%,#2e9a9f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a7481 0%,#2e9a9f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a7481 0%,#2e9a9f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a7481 0%,#2e9a9f 100%); /* W3C */
}
.tabs-content-price-item{
	font-weight: bold;
	font-size: 30px;
	line-height: 42px;
}
.tabs-content-text-head{
	color: #9e3048;
	font-size: 30px;line-height: 30px;
	 margin-bottom: 24px;
	font-weight: bold;
}
.tabs-content-text p{
	margin: 0;
	text-indent: 35px;
}
.tabs-content-text-head1{
	margin-bottom: 8px;
}
.tabs-content-text-list{
	color: #323232;
    list-style: none outside none;
   margin: 0 0 5px 8px;
    padding: 0;
}
.tabs-content-text-list li{
    padding-left: 30px;
}
.tabs-content-text-list li:before{
	background: url("../img/sprite.png") no-repeat scroll -315px 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    float: left;
    height: 10px;
    margin-left: -23px;
    margin-top: 4px;
    width: 10px;
}
.btn11 {
    background: url("../img/sprite.png") no-repeat scroll -1552px -186px rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 214px;
  height: 62px;
}
.btn11:hover{
	background-position: -1552px -250px;
}
.tabs-content-btns{
	 margin-bottom: 15px;
    margin-top: 30px;
    text-align: right;
}
.reviews{
	margin: 61px 0;
}
.reviews-item{
	margin-bottom: 67px;
	position: relative;
}
.reviews-item-info-foot{
	text-align: right;
	font-weight: bold;
	color: #515151;
	font-size: 18px;
	line-height: 22px;
	 margin-top: 26px;
}
.reviews-item-pic{
	position: relative;
	float: right;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.56);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.56);
	max-width: 159px;
	 margin: 12px 11px 5px 0;
}
.reviews-item-pic img{
	vertical-align: top;
	max-width: 100%;
}
.reviews-item-info{
	 color: #515151;
    font-size: 18px;
    line-height: 22px;
    margin-left: 112px;
    margin-right: 374px;
}
.reviews-item-info p{
	 margin: 7px 0;
}
.reviews-item-info-head{
	color: #9e3048;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 7px;
}
.reviews-item:before{
	color: #9e3048;
    content: "“";
    float: left;
    font-size: 172px;
    line-height: 141px;
    margin-left: 11px;
}
.logos{
	text-align: center;
	margin: 64px 0;
}
.logos img{
	vertical-align: middle;
	margin: 0 9px;
}
.sertif{
	position: relative;
	margin: 53px 0 5px;
}
.sertif-item{
	float: left;
	 margin-bottom: 29px;
    margin-right: 28px;
	width: 172px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.56);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.56);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.56);
	height: 239px;
	overflow: hidden;
}
.sertif-item:nth-child(5n){
	margin-right: 0;
}
.block-shadow{
	clear: both;
	background: url("../img/shadow.png") repeat-x scroll 50% 0 #fff;
	 padding-bottom: 26px;
    padding-top: 26px;
}
.montage{
	clear: both;
    margin: 78px 0 0;
    min-height: 100px;
    padding-bottom: 35px;
    position: relative;
}
.montage-head{
	width: 973px;
	position: relative;
	margin-bottom: 74px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
}
.montage-left-bg{
	position: absolute;
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
	background: #e5eac7;
}
.montage-right-bg{
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background: #e3c3ca;
}
.montage-head-left{
	position: relative;
	float: left;
	width: 50%;
	background: #a5b840;
	text-align: center;
}
.montage-head-right{
	position: relative;
	float: right;
	width: 50%;
	background: #9f324a;
	text-align: center;
}
.call-back--mb{
	 margin-bottom: 86px;
}
.montage-head-left >div,.montage-head-right >div{
	padding: 7px;
}
.montage-item{
	 margin-bottom: 41px;
	position: relative;
	padding-left: 37px;
}
.montage-item-left{
	float: left;
    position: relative;
    width: 46%;
}
.montage-item-right{
	float: right;
    position: relative;
    width: 48%;
}
.montage-item-pic{
	-webkit-border-radius: 150px 150px 150px 150px;
	-moz-border-radius: 150px 150px 150px 150px;
	border-radius: 150px 150px 150px 150px;
    display:block;
	float: left;
    height: 154px;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
    width: 154px;
	margin-top: 3px;
}
.montage-item-pic img{
	-webkit-border-radius: 150px 150px 150px 150px;
	-moz-border-radius: 150px 150px 150px 150px;
	border-radius: 150px 150px 150px 150px;
	position: relative;
}
.montage-item-text{
	color: #515151;
	font-size: 18px;
	line-height: 22px;
	 margin-left: 181px;
}
.montage-item-text-head{
	color: #65801b;
	font-size: 24px;
	line-height: 24px;
	 margin-bottom: 2px;
}
.montage-item-text p{
	margin: 0;
}
.montage-item-text-head--red{
	color: #9e3048;
}
.steps{
	margin: 59px 0 54px;
}
.steps-item{
	 min-height: 98px;
    padding-bottom: 25px;
    position: relative;
}
.steps-item-num{
	color: #2d4372;
    float: left;
    font-size: 148px;
    font-weight: bold;
    left: 0;
    line-height: 141px;
    margin-left: -8px;
    margin-top: -13px;
    position: absolute;
    top: 0;
}
.steps-item-info{
	color: #2f2f2f;
    font-size: 18px;
    line-height: 22px;
    margin-left: 167px;
    padding-top: 17px;
}
.steps-item-info p{
	margin:0;
}
.steps-item-info-list li:last-child{
	margin: 0;
}
.steps-item-info-head{
	margin-bottom: 14px;
	font-weight: bold;
	color: #2d4372;
	font-size: 24px;
	line-height: 29px;
}
.steps-item-info-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.steps-item-info-list li{
	margin-bottom: 30px;
}
.steps-item-line{
	position: absolute;
	top: 0;
	left: 105px;
	 bottom: -1px;
	width: 29px;
	border: 1px solid #acacac;
	border-right: 0;
}
.steps-item-line-bg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 10px;
	background: #2b4472; /* Old browsers */
	background: -moz-linear-gradient(top,  #2b4472 0%, #085868 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b4472), color-stop(100%,#085868)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2b4472 0%,#085868 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2b4472 0%,#085868 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2b4472 0%,#085868 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2b4472 0%,#085868 100%); /* W3C */
	-pie-background: linear-gradient(to bottom,  #2b4472 0%,#085868 100%); /* W3C */
}
.steps-item-line-bg--1{
	background: #085868; /* Old browsers */
	background: -moz-linear-gradient(top,  #085868 0%, #5c7d26 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#085868), color-stop(100%,#5c7d26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #085868 0%,#5c7d26 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #085868 0%,#5c7d26 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #085868 0%,#5c7d26 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #085868 0%,#5c7d26 100%); /* W3C */
	-pie-background: linear-gradient(to bottom,  #085868 0%,#5c7d26 100%); /* W3C */
}
.steps-item-num--col1{
	color: #085868;
}
.steps-item-info-head--col1{
	color: #085868;
}
.steps-item-line-bg--2{
	background: #5c7d26; /* Old browsers */
	background: -moz-linear-gradient(top,  #5c7d26 0%, #e4b62a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c7d26), color-stop(100%,#e4b62a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5c7d26 0%,#e4b62a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5c7d26 0%,#e4b62a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5c7d26 0%,#e4b62a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5c7d26 0%,#e4b62a 100%); /* W3C */
	-pie-background: linear-gradient(to bottom,  #5c7d26 0%,#e4b62a 100%); /* W3C */
}
.steps-item-num--col2{
	color: #68821d;
}
.steps-item-info-head--col2{
	color: #68821d;
}
.steps-item-line-bg--3{
	background: #e4b62a; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4b62a 0%, #ff8111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4b62a), color-stop(100%,#ff8111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4b62a 0%,#ff8111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4b62a 0%,#ff8111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4b62a 0%,#ff8111 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e4b62a 0%,#ff8111 100%); /* W3C */
	-pie-background: linear-gradient(to bottom,  #e4b62a 0%,#ff8111 100%); /* W3C */
}
.steps-item-num--col3{
	color: #e2b11b;
}
.steps-item-info-head--col3{
	color: #d2a51a;
}
.steps-item-line-bg--4{
	background: #ff7800; /* Old browsers */
}
.steps-item-num--col4{
	color: #ff7800;
}
.steps-item-info-head--col4{
	color: #ff7800;
}
.contacts{
	position: relative;
	clear: both;
	border-top: 8px solid #085868;
	border-bottom: 8px solid #085868;
	height: 522px;
}
.contacts-center{
	width: 974px;
	margin: 0 auto;
	position: relative;
}
.contacts-center-right{
	 float: right;
    margin-right: 13px;
    margin-top: 47px;
    position: relative;
    width: 272px;
}
.contacts-center-left{
	 float: left;
    margin-left: 23px;
    margin-top: 10px;
    position: relative;
}
.contacts-map{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.header-center--pt{
	padding-top: 37px;
}
.title--m{
	 margin: 12px 0;
}
.footer-center-copy{
	text-transform: uppercase;
	font-size: 18px;
	color: #2c2c2c;
	padding-left: 34px;
}
.taiso{
	 color: #939393;
    float: right;
    font-size: 14px;
    margin-right: 13px;
    position: relative;
    text-align: right;
    width: 225px;
}
.taiso img{
	position: relative;
	top: 2px;
}

.errorsend {
	border: 1px solid #f00 !important;
}

.pachage_hidden_head, .pachage_hidden_price {
	display: none;
}
.whatsapp-button {
       background: #25D366;
       border: 3px solid #1cc15a;
       border-radius: 50%;
       box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
       cursor: pointer;
       height: 68px;
       text-align: center;
       width: 68px;
       position: fixed;
       right: 5%;
       bottom: 8%;
       z-index: 9999;
       transition: .3s;
       -webkit-animation: hoverWave linear 1s infinite;
       animation: hoverWave linear 1s infinite;
}
  
.whatsapp-button .text-button {
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}
.whatsapp-button .text-button span {
    text-align: center;
    color:#23a455;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 8px;
        top: 27px;
    line-height: 14px;
        font-weight: 600;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.whatsapp-button .text-button:hover span {
    opacity: 1;
        font-size: 11px;
}
.whatsapp-button:hover i {
        display:none;
}
.whatsapp-button:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.whatsapp-button:hover i {
        color:#25D366;
        font-size:44px;
        transition:.3s;
}
.whatsapp-button i {
        color:#fff;
        font-size:44px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
        animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
@media all and (min-width: 1024px) {
    .whatsapp-button{
      display: none;
    }
}
@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}
@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}



















/* Screens
======================================================================================================================*/
@media only screen  and (max-width: 1000px),
only screen and (max-device-width: 1000px){}