*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.vf-invalid::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "PTSerifRegular";
	overflow-x: hidden;
}
.hidden {
	display: none;
}


h1,h2,h3,h4, b, strong {
	font-weight: normal;
}

a,a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline:none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style:none;
}



.done-w {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0 ,0 , .5);
	display: none;
	bottom: 0;
	right: 0;
	z-index: 10000;

}

.done-window {
	position: fixed;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,1);
	color: #010101;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 35px  15px;
	border: 3px solid #86bc42;
	padding-top: 13px;
}
.done-window h3 {
	margin: 0;
}

.done-window small {
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}

.video-responsive { 
  position: relative; 
  overflow:hidden; 
  height: 270px;
  margin: auto;
  margin-bottom: 25px;
} 

.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.main_mnu_button  {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 36px;
}


.popup-form {
	background-color: #fff;
	border-radius: 3px;
	padding: 25px;
	position: relative;
	margin: 0 auto;
	max-width: 350px;
	text-align: center;
}

.popup-form input, .popup-form textarea {
	border: none;
	border-bottom: 1px solid #BCBCBC;
	text-indent: 15px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 0;
}

.popup-form h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-family: "PTSerifBold";
	color: #250445;
}
.popup-form h4 {
	font-family: "PTSerifBold";
	color: #250445;
}

.dib {
	display: inline-block;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

img {
	max-width: 100%;
}



.particle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

header {
	position: relative;
	z-index: 10;
	background: rgb(88,21,94); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(88,21,94,1) 0%, rgba(54,9,60,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(88,21,94,1) 0%,rgba(54,9,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(88,21,94,1) 0%,rgba(54,9,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58155e', endColorstr='#36093c',GradientType=0 ); /* IE6-9 */
	color: #fff;
	-webkit-box-shadow: 0 10px 35px rgba(0,0,0,.5);
	box-shadow: 0 10px 35px rgba(0,0,0,.5);
}

.nav {
	text-align: right;
}

.nav ul li {
	display: inline-block;
	font-family: "PTSerifBold";
	padding: 10px 0;
	margin-left: -3px;
}

.nav ul li a {
	display: inline-block;
	color: #fff;
	padding: 7px 15px;
	cursor: pointer;
	border-right: 1px solid #210224;
	border-left: 1px solid #691e70;

}

.nav ul li a:hover {
	color: #f1c40f;
}

.nav ul li:first-child a {
	border-left: none;
} 

.nav ul li:last-child a {
	border-right: none;
} 



.logo-box {
	margin-top: 10px;
}
.logo-box a {
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
	font-family: "lobsterRegular";
}
.slider {
	color: #fff;
}

.slider a {
	color: #fff;
}
.slider img {
	margin-top: 100px;
	position: relative;
	z-index: 5;
	margin-bottom: -75px;
}
.phone-box {
	margin-top: 35px;
}
.phone-box a {
	display: inline-block;
	position: relative;
	font-size: 28px;
	padding-left: 35px;
	font-family: "PTSerifBold";
}

.phone-box a:before {
	content: '\f095';
	display: inline-block;
	font-family: "FontAwesome";
	position: absolute;
	top: 2px;
	left: 0;
}

.soc-box ul li {
	display: inline-block;
	margin-left: 5px;
}

.soc-box ul li a {
	font-size: 28px;
}

.soc-box ul li a:hover {
	color: #f1c40f;
}

.text-box {
	margin-top: 120px;
}
.text-box h1 {
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 0;
	font-family: "lobsterRegular";
}

.text-box h1 span {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	border-top: 3px solid #fff;
	font-family: "PTSerifRegular";
	margin-top: 10px;
	padding-top: 10px;
}

.text-box  p {
	margin-top: 25px;
	font-size: 33px;
	line-height: 1.2;
	font-family: "PTSerifBold";
}

.feed-text {
	font-size: 36px;
	color: #f1c40f;
	line-height: 1.2;
	position: relative;
	font-family: "lobsterRegular";
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	display: inline-block;
	margin-right: 170px;
	text-align: left;
}
.feed-text  p {
	margin: 0;
}

.feed-text:after {
	content: url(../img/arrow-yellow.png);
	position: absolute;
	display: inline-block;
	bottom: -74px;
    right: -49px;
	-webkit-transform: rotate(-36deg);
	-ms-transform: rotate(-36deg);
	-o-transform: rotate(-36deg);
	transform: rotate(-36deg);
}

.feed-box {
	position: relative;
	padding: 60px 35px;
	border-radius: 6px;
	z-index: 1;
	background: rgb(89,22,95); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89,22,95,1) 0%, rgba(51,8,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(89,22,95,1) 0%,rgba(51,8,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(89,22,95,1) 0%,rgba(51,8,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59165f', endColorstr='#330839',GradientType=0 ); /* IE6-9 */
}

.feed-box:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 6px;
	z-index: -1;
	-webkit-box-shadow: 12px 12px 62px rgba(54,9,60,.7);
	box-shadow: 12px 12px 62px rgba(54,9,60,.7);
}

.feed-box input, footer input, footer textarea {
	text-indent: 42px;
	width: 230px;
	padding: 10px 0;
	border-radius: 3px;
	border: none;
	margin-right: 10px;
	font-family: "PTSerifItalic";
	-webkit-box-shadow: inset 9px 1px 34px rgba(0,0,0,.4) ;
	box-shadow:  inset 9px 1px 34px rgba(0,0,0,.4)  ;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: inline-block;
	vertical-align: middle;
}

.feed-box input:focus, footer input:focus, footer textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.feed-block {
	top: -50px;
	position: relative;
}


.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 9px 40px;
	border-radius: 3px;
	font-size: 17px;
	border: none;
	color: #0a090a;
	font-family: "PTSerifBold";
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}
.btn:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #0a090a;
}

.btn-yellow {
	background: rgb(251,211,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,211,50,1) 0%, rgba(188,153,14,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,211,50,1) 0%,rgba(188,153,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,211,50,1) 0%,rgba(188,153,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd332', endColorstr='#bc990e',GradientType=0 ); /* IE6-9 */
}

.btn-yellow:hover {
	opacity: .8;
}

.circle-box {
	text-align: center;
	position: relative;
	margin-top: -130px;
	left: 35px;
	z-index: 2;
}


.spin {
  animation: spin 3.5s linear infinite;
  transform-origin: 50% 50%;
s}

@keyframes spin{
  0% { transform:rotate(0deg) }
  42.85714% { transform:rotate(359deg) }
  100% { transform:rotate(359deg) }
}

.slider {
	background: url(../img/bg-one.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.life-box {
	margin-top: 35px;
}
.life-box p{
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 7px;
	color: #370a3d;
	text-transform: uppercase;
	font-family: "PTSerifBold";
}

h2 {
	color: #57155d;
	font-size: 60px;
	line-height: 1.2;
	font-family: "lobsterRegular";
}

.sit-box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 160px;
    margin: 0 30px 25px 30px;
}
.sit-box:after {
	content: '';
	display: inline-block;
	width: 70px;
	height: 1px;
	position: absolute;
	top: 55px;
	right: -70px;
	background-color: #57155d;
}
.sit-box p {
	font-size: 15px;
	line-height: 1.2;
	font-family: "PTSerifBold";
}


.sit-box span {
	display: inline-block;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	text-align: center;
	font-size: 58px;
	line-height: 110px;
	border: 2px solid #57155d;
	color: #57155d;
}

.sit-box:last-child:after {
	display: none;
}

.situation {
	padding-bottom: 70px;
}

.situation .btn {
	margin: 40px 0;
}

.situation h2 {
	margin-top: 0;
}

.sit-box.s2, .i1 {
 -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.sit-box.s3, .i2 {
	-webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}

.sit-box.s4, .i3 {
	-webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  -moz-animation-delay: .9s;
  animation-delay: .9s;
}

.sit-box.s5 {
	-webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.astralogy {
	background: url(../img/bg-two.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
}

.astralogy img {
	margin-top: -40px;
}

.astralogy h2 {
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
}

.astralogy h2 span {
	font-size: 48px;
	line-height: 1.2;
}

.icon-box {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 220px;
}

.icon-box p {
	text-transform: uppercase;
	font-size: 18px !important;
	line-height: 1.2;
	font-family: "PTSerifBold";
}

.icon-box  span {
	width: 90px;
	display: inline-block;
	height: 90px;
	font-size: 60px;
	line-height: 90px;
	color: #f1c40f;
	position: relative;
}

.icon-box  span:before {
	content: '';
	display: inline-block;
	width: 100%;
	position: absolute;
	height: 4px;
	top: 40px;
	background-color: #ff0000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


.icon-box  span:after {
	content: '';
	display: inline-block;
	width: 100%;
	position: absolute;
	height: 4px;
	top: 40px;
	left: 0;
	background-color: #ff0000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.astralogy p {
	font-size: 36px;
	line-height: 1.2;
	font-family: "PTSerifBold";
	margin-top: 15px;
}
.feed-block-2 {
	margin-top: -50px;
}
.feed-block-2 p {
	color: #fff;
	margin: 0;
	line-height: 1.2;
	margin-top: -25px;
	font-family: "PTSerifItalic";
}

.feed-block-2 p strong {
	font-size: 28px;
	line-height: 1.2;
	display: block;
	font-family: "PTSerifBoldItalic";
}

.feed-block-2 .feed-box {
	padding-bottom: 45px;
}
.reasons {
	padding-bottom: 50px;
}
.reasons h2 {
	font-size: 50px;
}


.reasons ul li {
	color: #370a3d;
	font-size: 17px;
	line-height: 1.2;
	font-family: "PTSerifBold";
	position: relative;
	padding: 0 15px;
	background-color: #f4f4f3;
	margin-bottom: 20px;
	height: 65px;
}

.reasons ul li strong {
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.reasons ul li:after {
	content: '\f00c';
	font-family: "FontAwesome";
	text-align: center;
	font-size: 36px;
	line-height: 65px;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -90px;
	width: 70px;
	background-color: #27972f;
	color: #fff;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.reasons ul li:hover:after {
	background-color: #187c1f;
	right: -70px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
} 

.reasons h3 {
	font-size: 29px;
	color: #370a3d;
	line-height: 1.2;
	font-family: "PTSerifBold";
}

.faq {
	background: url(../img/bg-three.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 60px;
	min-height: 110vh;
}

.faq-img {
	min-height: 110vh;
	position: relative;

}
.faq-img img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.faq h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
	margin-top: 0;
}

.faq dt {
	position: relative;
	color: #3c0b42;
	font-size: 24px;
	line-height: 1.2;
	font-family: "PTSerifBold";
	cursor: pointer;
	padding: 15px 0;
	padding-left: 80px;
	border-radius: 3px;
	background: rgb(251,211,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,211,50,1) 0%, rgba(188,153,14,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,211,50,1) 0%,rgba(188,153,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,211,50,1) 0%,rgba(188,153,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd332', endColorstr='#bc990e',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.4);
	box-shadow: 0 10px 15px rgba(0,0,0,.4);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.faq dt:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.faq dt span {
	color: #fff;
	position: absolute;	
	top: 0;
	bottom: 0;
	left: 0;
	font-family: "ImpactRegular";
	font-size: 36px;
	border-radius: 3px 0 0 3px;
	line-height: 1.2;
	display: inline-block;
	padding: 7px 25px;
	background: rgb(88,21,94); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(88,21,94,1) 0%, rgba(54,9,60,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(88,21,94,1) 0%,rgba(54,9,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(88,21,94,1) 0%,rgba(54,9,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58155e', endColorstr='#36093c',GradientType=0 ); /* IE6-9 */
}

.faq dd {
	margin-left: 0;
	background-color: #fff;
	padding: 15px;
}

.services {
	padding-bottom: 60px;
}

.serv-img-wrap {
	overflow: hidden;
	-webkit-transform: translateZ(0px);
	width: 260px;
	height: 260px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
}

.serv-img-wrap:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: rgba(25,2,57,.3);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.serv-img-wrap:before {
	content: '';
	position: absolute;
	display: inline-block;
	top: 00px;
	right: 00px;
	bottom: 00px;
	left: 00px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.5);
	z-index: 5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.serv-img-wrap:hover:after {
	background-color: rgba(25,2,57,.5);
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
} 

.serv-img-wrap:hover:before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.serv-img-wrap .more {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 35px;
	border-radius: 3px;
	font-size: 14px;
	display: inline-block;
	z-index: 5;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
}

.serv-img-wrap .more:hover {
	background-color: #fff;
	color: #190239;
}
.serv-img-wrap:hover .more {
	opacity: 1;
	visibility: visible;
}

.serv-box {
	text-align: center;
}

.serv-box h3 {
	color: #250445;
	line-height: 1.2;
	font-size: 16px;
	font-family: "PTSerifBold";
}

.owl-dots {
	text-align: center;
	width: 100%;
	margin-top: 35px;
}

.owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #d1d0d2;
	margin: 0 3px;
}

.owl-dot.active {
	background-color: #250447;
}

.feed-block-3 {
	background: url(../img/bg-four.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;

}

.feed-block-3 .feed-box {
	margin-bottom: -80px;
	text-align: center;
}

.feed-block-3  h3 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #fff;
	font-family: "lobsterRegular";
}

.feed-block-3  p {
	font-size: 24px;
	line-height: 1.2;
	color: #ddb721;
	font-family: "PTSerifBold";
	margin-top: 0;
}

.sert {
	padding-top: 80px;
	padding-bottom: 80px;
}


footer {
	padding: 60px 0;
	background: url(../img/bg-five.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.f-contacts {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "PTSerifBold";
}
.f-contacts a {
	color: #fff;
}
.f-contacts a:hover {
	color: #e4be25;
}
.f-contacts i {
	color: #e4be25;
	margin-right: 15px;
}

.f-feed-box input {
	margin-bottom: 25px;
}

.f-feed-box textarea {
	width: 100%;
	margin-bottom: 25px;
	min-height: 120px;
}

.f-feed-box h3 {
	color: #fff;
	font-family: "lobsterRegular";
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}


.btn-big {
	font-size: 22px;
	padding: 20px 45px;
}


.breadcrumb {
	font-size: 14px;
	margin: 35px 0 25px;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb  a {
	color: #6d16c1;
}

.breadcrumb  a:hover {
	text-decoration: underline;
}

.content {
	padding-bottom: 70px;
}

.content h1 {
	font-family: "lobsterRegular";
	font-size: 48px;
	line-height: 1.2;
	color: #3d0572;
}
.content h2 {
	font-size: 36px;
	line-height: 1.2;
}
.content h3 {
	font-family: "PTSerifBold";
	color: #3d0572;
	font-size: 24px;
	line-height: 1.2;
}
.content strong {
	font-family: "PTSerifBold";
}

.content li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}

.content li:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	top: 8px;
	left: 0;
	background-color: #3d0572;
	position: absolute;
}

.content  a {
	color: #6d16c1;
}




.btn-call {
    position: fixed;
    bottom: 85px;
    right: 15px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: rgba(18,212,41,.6);
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 0 5px rgba(0,0,0,.2);
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    z-index: 15;
    animation: tada_6877 3.6s linear infinite;
    transform-origin: 50% 50%;
}


.btn-call:hover {
	background-color: rgba(18,212,41,1);
	color: #fff;
}


@keyframes tada_6877 {
  0% { transform: scale(1) }
  5.55556% { transform:scale(.9) rotate(-8deg) }
  11.11111% { transform:scale(.9) rotate(-8deg) }
  16.66667% { transform:scale(1.3) rotate(8deg) }
  22.22222% { transform:scale(1.3) rotate(-8deg) }
  27.77778% { transform:scale(1.3) rotate(8deg) }
  33.33333% { transform:scale(1.3) rotate(-8deg) }
  38.88889% { transform:scale(1.3) rotate(8deg) }
  44.44444% { transform:scale(1) rotate(0) }
  100% { transform:scale(1) rotate(0) }
}

