/* THANKS WINDOW */
#seolight {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 999999;
	display: none; 
	height: 100%;
	width: 100%; 
	left: 0;
	top: 0;
}
.text-seolight {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #000;
	padding: 65px 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	position: fixed;  
	z-index: 999;
	color: #000;
	left: 50%;
	top: 50%;
}
@media screen and (max-width: 519px) {
	.text-seolight { 
		padding: 45px 10px;
		min-width: 270px;
		font-size: 18px;
	}
}
#close {
	position: absolute;
	cursor: pointer;
	opacity: 1;
	z-index: 5;
	right: 5px;
	top: 5px;
}
/* THANKS WINDOW END */

/* COMMON */
body {
	font-family: 'latoregular';
	color: #343434;
}
#main {
	overflow: hidden;
}
.container-fluid {
	position: relative;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
	z-index: 3;
}
.centered_box {
	display: table;
}
.centered_content {
	display: table-cell;
}
.centered_box,
.centered_content {
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.block {
	display: block;
}
/* END */

/* MODALS */
.modal_window {
	display: none;
}
.fancybox-slide > div {
	background-color: transparent;
	padding: 0 20px;
}
.fancybox-close-small {
	display: none;
}
.close_window {
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	opacity: 1;
	z-index: 5;
	right: 15px;
	padding: 0;
	border: 0;
	top: 10px;
}
.modal-content {
	background-color: #fff;
	padding: 25px 30px 15px;
	border-color: #fff;
	border-radius: 15px;
	text-align: center;
	max-width: 390px;
	margin: 0 auto;
	color: #343434;
}
.window_header h3 {
	font-family: 'latobold';
	text-transform: uppercase;
	margin: 0 auto 10px;
	line-height: 1.2;
	font-size: 20px;
}
.window_header p {
	margin-bottom: 20px;
	line-height: 1.25;
	font-size: 16px;
}
body.iosBugFixCaret.modal-open { 
	position: fixed; 
	width: 100%; 
}
#user-agreement .modal-content,
#privacy-policy .modal-content {
	padding: 5px 15px 25px;
	text-align: left;
	max-width: 800px;
	font-size: 14px;
}
#user-agreement ul,
#privacy-policy ul {
	margin-left: -20px;
}
#user-agreement ul li,
#privacy-policy ul li {
	margin-bottom: 10px;
}
#user-agreement ol li span,
#privacy-policy ol li span {
	font-family: 'latomedium';
	margin: 25px auto 10px;
	text-align: center;
	display: block;
	font-size: 20px;
}
#user-agreement h4 i,
#privacy-policy h4 i {
	border-bottom: 1px solid #fff;
	font-size: 18px;
}

@media screen and (max-width: 519px) {
	.modal-content {
		padding: 25px 15px 15px;
	}
	.window_header h3 {
		font-size: 18px;
	}
	.window_header p {
		font-size: 14px;
	}
	#user-agreement h3,
	#privacy-policy h3 {
		font-size: 20px;
	}
	#user-agreement ol li span,
	#privacy-policy ol li span {
		font-size: 18px;
	}
	#user-agreement h4 i,
	#privacy-policy h4 i {
		font-size: 16px;
	}
}
/* MODALS END */

/* BUTTONS */
a, .btn, .anim {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
}
a:focus,
button:focus {
	outline: none!important;
}

.btn {
	text-transform: uppercase;
	font-family: 'latobold';
	padding: 15px 18px 13px;
	position: relative;
	border-radius: 10px;
	line-height: 20px;
	font-size: 14px;
}
.form_box .btn {
	margin-top: 10px;
	width: 100%;
}
.form_box2 .btn {
	width: 100%;
}
.btn span {
	position: relative;
	z-index: 3;
}
.btn.btn_red:after,
.btn.btn_yellow:after {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
	border-radius: 10px;
	position: absolute;
	content: "";
	opacity: 1;
	z-index: 1;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.btn.btn_red:hover:after,
.btn.btn_yellow:hover:after {
	opacity: 0;
}
.btn.btn_red {
	background-color: #ec2121;
	color: #fff;
}
.btn.btn_red:after {
	background: rgba(254,39,39,1);
  background: -moz-linear-gradient(top, rgba(254,39,39,1) 0%, rgba(162,6,6,1) 50%, rgba(254,39,39,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,39,39,1)), color-stop(50%, rgba(162,6,6,1)), color-stop(100%, rgba(254,39,39,1)));
  background: -webkit-linear-gradient(top, rgba(254,39,39,1) 0%, rgba(162,6,6,1) 50%, rgba(254,39,39,1) 100%);
  background: -o-linear-gradient(top, rgba(254,39,39,1) 0%, rgba(162,6,6,1) 50%, rgba(254,39,39,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,39,39,1) 0%, rgba(162,6,6,1) 50%, rgba(254,39,39,1) 100%);
  background: linear-gradient(to bottom, rgba(254,39,39,1) 0%, rgba(162,6,6,1) 50%, rgba(254,39,39,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2727', endColorstr='#fe2727', GradientType=0 );
}
.btn.btn_yellow {
	background-color: #fbda00;
	color: #632a02;
}
.btn.btn_yellow:after {
	background: rgba(255,225,0,1);
  background: -moz-linear-gradient(top, rgba(255,225,0,1) 0%, rgba(255,225,0,1) 10%, rgba(219,164,0,1) 50%, rgba(219,164,0,1) 90%, rgba(219,164,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,225,0,1)), color-stop(10%, rgba(255,225,0,1)), color-stop(50%, rgba(219,164,0,1)), color-stop(90%, rgba(219,164,0,1)), color-stop(100%, rgba(219,164,0,1)));
  background: -webkit-linear-gradient(top, rgba(255,225,0,1) 0%, rgba(255,225,0,1) 10%, rgba(219,164,0,1) 50%, rgba(219,164,0,1) 90%, rgba(219,164,0,1) 100%);
  background: -o-linear-gradient(top, rgba(255,225,0,1) 0%, rgba(255,225,0,1) 10%, rgba(219,164,0,1) 50%, rgba(219,164,0,1) 90%, rgba(219,164,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,225,0,1) 0%, rgba(255,225,0,1) 10%, rgba(219,164,0,1) 50%, rgba(219,164,0,1) 90%, rgba(219,164,0,1) 100%);
  background: linear-gradient(to bottom, rgba(255,225,0,1) 0%, rgba(255,225,0,1) 10%, rgba(219,164,0,1) 50%, rgba(219,164,0,1) 90%, rgba(219,164,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe100', endColorstr='#dba400', GradientType=0 );
}

@media screen and (max-width: 519px) {
	.btn {
		padding: 12px 12px 10px;
		font-size: 12px;
	}
}
/* BUTTONS END */

/* FORMS */
.form_box {
	max-width: 330px;
	margin: 0 auto;
}
.form-group {
	padding: 0 15px;
}
.form-control {
	border-radius: 10px;
	padding: 15px 25px;
	height: 50px;
}
.white_border .form-control {
	border-color: #fff;
}
/* FORMS END */

/* CAPTIONS */
.title_block {
	padding: 70px 0 40px;
}
h2.title {
	font-family: 'latoblack';
	line-height: 1.2;
	font-size: 30px;
	margin: 0 auto;
}
h2.title span.anoser_font {
	font-family: 'latolight';
}

@media (min-width: 768px) and (max-width: 991px) {
	h2.title {
		font-size: 28px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	h2.title {
		font-size: 25px;
	}
}
@media screen and (max-width: 519px) {
	h2.title {
		font-size: 22px;
	}
}
/* CAPTIONS END */

/* NAVBAR */
.navbar-default {
	background: rgba(97,98,98,1);
  background: -moz-linear-gradient(top, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,98,98,1)), color-stop(100%, rgba(3,3,4,1)));
  background: -webkit-linear-gradient(top, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  background: -o-linear-gradient(top, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  background: -ms-linear-gradient(top, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  background: linear-gradient(to bottom, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616262', endColorstr='#030304', GradientType=0 );
	text-align: center;
	margin-bottom: 0px;
	border-radius: 0px;
	padding: 10px 0;
	border: 0px;
	border-bottom: 10px solid #fff;
}
.navbar-default .nav-pills a {
	font-family: 'latobold';
	white-space: nowrap;
	position: relative;
	padding: 25px 10px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	border: 0px;
}
.navbar-default .nav-pills a span {
	background-color: #ed1c24;
	position: absolute;
	margin-top: 10px;
	height: 0px;
	right: 2px;
	left: 2px;
	top: 100%;
}
.navbar-default .nav-pills li:last-child a {
	color: #fbda00;
}
.nav-pills > li.active > a span,
.nav-pills > li.active > a:focus span,
.nav-pills > li.active > a:hover span,
.navbar-default .nav-pills a:hover span,
.navbar-default .nav-pills a:focus span {
	height: 10px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.navbar-default .nav-pills a:hover,
.navbar-default .nav-pills a:focus {
	background-color: transparent;
	color: #fff;
}
.navbar-brand {
	height: 70px;
	width: 400px;
	padding: 0;
}
.navbar-brand img {
	margin: 13px 15px 10px 0;
	width: 194px;
	float: left;
}
.description {
	border-left: 2px solid #fff;
	padding: 11px 10px 11px 15px;
	font-family: 'latolight';
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	height: 70px;
	float: left;
	color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 13px;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #343434;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand {
		height: 60px;
		width: 340px;
	}
	.navbar-brand img {
		margin: 10px 10px 10px 0;
		width: 176px;
	}
	.description {
		padding: 6px 10px 6px 10px;
		font-size: 12px;
		height: 60px;
	}
	.navbar-default .nav-pills a {
		padding: 20px 7px;
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-brand {
		display: inline-block;
		margin: 0 auto 5px;
		float: none;
	}
	.navbar-default .nav-pills a {
		padding: 15px 10px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.navbar-brand {
		height: 60px;
		width: 340px;
	}
	.navbar-brand img {
		margin: 10px 10px 10px 0;
		width: 176px;
	}
	.description {
		padding: 6px 10px 6px 10px;
		font-size: 12px;
		height: 60px;
	}
	.navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
    border-color: #fff;
    margin-top: 10px;
    padding-top: 10px;
  }
	.navbar-default .nav-pills a {
		padding: 15px 10px;
	}
	.navbar-default .nav-pills a span {
		display: none;
	}
	.nav-pills > li.active > a,
	.nav-pills > li.active > a:focus,
	.nav-pills > li.active > a:hover,
	.navbar-default .nav-pills a:hover,
	.navbar-default .nav-pills a:focus {
		background-color: #fff;
		color: #343434;
	}
}
@media screen and (max-width: 519px) {
	.navbar-brand {
		height: 50px;
		width: 230px;
	}
	.navbar-brand img {
		width: 132px;
		float: none;
		margin: 3px 0 0;
	}
	.description {
		padding: 5px 10px 0 0;
		font-size: 10px;
		border-left: 0;
		line-height: 1;
		height: auto;
		float: none;
	}
	.description span {
		display: inline;
	}
	.navbar-default .navbar-toggle {
	  margin-top: 8px;
	}
	.navbar-default .nav-pills a {
		padding: 10px 10px;
		font-size: 14px;
	}
}
/* END */

/* PROMO */
#promo {
	background: url(../img/bg/promo-bg.jpg) center bottom no-repeat;
	position: relative;
	padding-top: 40px;
	color: #fff;
}
#promo:after {
	background: rgba(86,86,86,1);
  background: -moz-linear-gradient(left, rgba(86,86,86,1) 0%, rgba(3,3,4,1) 60%, rgba(3,3,4,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,86,86,1)), color-stop(60%, rgba(3,3,4,1)), color-stop(100%, rgba(3,3,4,1)));
  background: -webkit-linear-gradient(left, rgba(86,86,86,1) 0%, rgba(3,3,4,1) 60%, rgba(3,3,4,1) 100%);
  background: -o-linear-gradient(left, rgba(86,86,86,1) 0%, rgba(3,3,4,1) 60%, rgba(3,3,4,1) 100%);
  background: -ms-linear-gradient(left, rgba(86,86,86,1) 0%, rgba(3,3,4,1) 60%, rgba(3,3,4,1) 100%);
  background: linear-gradient(to right, rgba(86,86,86,1) 0%, rgba(3,3,4,1) 60%, rgba(3,3,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#030304', GradientType=1 );
  position: absolute;
  opacity: 0.8;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#promo h1 {
	font-family: 'latoblack';
	margin: 0 auto 30px;
	text-align: right;
	line-height: 1.25;
	padding: 0 20px;
	font-size: 40px;
}
.promo_slogan {
	background: rgba(254,39,39,0.6);
  background: -moz-linear-gradient(top, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,39,39,0.6)), color-stop(100%, rgba(162,6,6,0.6)));
  background: -webkit-linear-gradient(top, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  background: -o-linear-gradient(top, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  background: -ms-linear-gradient(top, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  background: linear-gradient(to bottom, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2727', endColorstr='#a20606', GradientType=0 );
  border-right: 10px solid #fff;
  font-family: 'latolight';
  margin-bottom: 30px;
  position: relative;
  font-style: italic;
  padding: 14px 20px;
  margin-left: 100px;
	text-align: right;
  line-height: 1.2;
  font-size: 30px;
}
.promo_content {
	position: relative;
	padding-left: 55px;
}
.promo_content .metod_img {
	margin-right: -65px;
	position: absolute;
	right: 100%;
	top: -180px;
	z-index: 2;
}
.promo_list {
	margin: 0 0 35px 0;
}
.promo_list li {
	font-family: 'latolight';
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
	line-height: 25px;
	font-size: 20px;
}
.promo_list li:last-child {
	margin-bottom: 0;
}
.promo_list li span {
	background-color: #fff;
	position: absolute;
	height: 8px;
	width: 8px;
	left: 9px;
	top: 8px;
}
.promo_btn {
	margin: 0 0 20px 0;
	min-height: 130px;
}
.promo_btn .btn {
	-webkit-box-shadow: 4px 3px 13.5px 1.5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 3px 13.5px 1.5px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 3px 13.5px 1.5px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
	margin-right: 35px;
}
.about_journal {
	background: rgba(214,2,48,1);
  background: -moz-linear-gradient(left, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,48,1)), color-stop(100%, rgba(109,1,37,1)));
  background: -webkit-linear-gradient(left, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -o-linear-gradient(left, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -ms-linear-gradient(left, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: linear-gradient(to right, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60230', endColorstr='#6d0125', GradientType=1 );
  -webkit-box-shadow: 4px 3px 13.5px 1.5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 4px 3px 13.5px 1.5px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 3px 13.5px 1.5px rgba(0, 0, 0, 0.25);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 90px;
	padding: 50px 0 50px 40px;
	margin: 0 0 -540px 45px;
	min-height: 620px;
	max-width: 525px;
	color: #fff;
}
.about_journal ul {
	padding-left: 70px;
	margin: 0 auto;
}
.about_journal ul li {
	border-bottom: 2px solid #fff;
	font-family: 'latolight';
	padding: 0 30px 20px 0;
	margin-bottom: 45px;
	position: relative;
	text-align: left;
	line-height: 20px;
	min-height: 70px;
	font-size: 18px;
}
.about_journal ul li span {
	text-transform: uppercase;
	font-family: 'latoblack';
	margin-bottom: 10px;
	font-size: 14px;
}
.about_journal ul li .about_icon {
	position: absolute;
	height: 50px;
	width: 50px;
	left: -70px;
	top: 0;
}

@media screen and (min-width: 1200px) {
	.promo_btn .btn:first-child {
		margin-right: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#promo h1 {
		font-size: 35px;
	}
	.promo_slogan {
	  font-size: 25px;
	}
	.promo_content .metod_img {
		margin-right: -100px;
	}
	.promo_list li {
		font-size: 18px;
	}
	.promo_btn {
		text-align: right;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#promo h1 {
		font-size: 30px;
	}
	.promo_slogan {
	  font-size: 20px;
	}
	.promo_content .metod_img {
		margin-right: -100px;
		top: -150px;
		width: 500px;
	}
	.promo_list li {
		font-size: 16px;
	}
	.promo_btn {
		text-align: right;
	}
	.about_journal {
		border-top-left-radius: 60px;
		padding: 50px 0 50px 20px;
	}
	.about_journal ul li {
		padding: 0 15px 20px 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	#promo {
		background: url(../img/bg/promo-bg.jpg) center bottom no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		text-align: center;
	}
	#promo h1 {
		text-align: center;
		font-size: 30px;
	}
	.promo_slogan {
		border-right: 0;
	  display: inline-block;
	  text-align: center;
	  margin-left: auto;
	  font-size: 24px;
	}
	.promo_content {
		text-align: center;
		padding-left: 0;
	}
	.promo_content .metod_img {
		margin-right: auto;
		position: relative;
		margin-bottom: 25px;
		min-width: 400px;
		max-width: 60%;
		width: 100%;
		right: auto;
		top: 0;
	}
	.promo_list {
		display: inline-block;
	}
	.promo_list li {
		text-align: left;
		font-size: 18px;
	}
	.promo_btn {
		margin: 0 0 20px 0;
		min-height: 130px;
	}
	.promo_btn .btn {
		margin: 0 17.5px 15px;
	}
	.about_journal {
		margin: 0 auto -540px;
	}
}
@media screen and (max-width: 519px) {
	#promo h1 {
		font-size: 22px;
	}
	.promo_slogan {
		font-size: 18px;
	}
	.promo_content .metod_img {
		min-width: 270px;
		max-width: 60%;
	}
	.promo_list li {
		padding-left: 30px;
		line-height: 20px;
		font-size: 14px;
	}
	.promo_list li span {
		background-color: #fff;
		position: absolute;
		height: 6px;
		width: 6px;
		left: 9px;
		top: 8px;
	}
	.promo_btn .btn {
		margin: 0 5px 15px;
	}
	.about_journal {
		border-top-left-radius: 60px;
		padding: 50px 0 50px 20px;
		max-width: 400px;
	}
	.about_journal ul {
		padding-left: 10px;
	}
	.about_journal ul li {
		padding: 0 15px 20px 0;
		font-size: 16px;
	}
	.about_journal ul li .about_icon {
		margin-bottom: 10px;
		position: relative;
		left: 0;
	}
}
/* PROMO END */





/* ONLY */
#only {
	background-color: #fff;
	padding: 135px 0 65px;
}
.only_block {
	padding-right: 95px;
	position: relative;
	text-align: right;
	min-height: 300px;
}
.only_block ul {
	display: inline-block;
}
.only_block ul li:first-child {
	font-family: "Exo2Black";
	margin-bottom: 36px;
	font-size: 70px;
	line-height: 1;
	color: #bd1e24;
}
.only_block ul li:first-child strong span {
	font-family: 'latoblack';
}
.only_block ul li {
	text-transform: uppercase;
	font-family: 'latolight';
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 30px;
}
.logo_vertical {
	margin-left: -75px;
	position: absolute;
	left: 100%;
	top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.only_block ul li {
		font-size: 26px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.only_block {
		padding-right: 65px;
	}
	.only_block ul li:first-child {
		font-size: 60px;
	}
	.only_block ul li {
		font-size: 22px;
	}
	.logo_vertical {
		margin-left: -55px;
		width: 90px;
	}
}
@media screen and (max-width: 767px) {
	.only_block ul,
	.logo_vertical {
		display: none;
	}
}
/* ONLY END */





/* BEST FORM */
#best_form {
	background: url(../img/bg/best-form-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 120px 0 85px;
	position: relative;
	min-height: 555px;
	color: #fff;
}
#best_form:after {
	background: rgba(97,98,98,0.5);
  background: -moz-linear-gradient(left, rgba(97,98,98,0.5) 0%, rgba(3,3,4,0.73) 45%, rgba(3,3,4,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(97,98,98,0.5)), color-stop(45%, rgba(3,3,4,0.73)), color-stop(100%, rgba(3,3,4,1)));
  background: -webkit-linear-gradient(left, rgba(97,98,98,0.5) 0%, rgba(3,3,4,0.73) 45%, rgba(3,3,4,1) 100%);
  background: -o-linear-gradient(left, rgba(97,98,98,0.5) 0%, rgba(3,3,4,0.73) 45%, rgba(3,3,4,1) 100%);
  background: -ms-linear-gradient(left, rgba(97,98,98,0.5) 0%, rgba(3,3,4,0.73) 45%, rgba(3,3,4,1) 100%);
  background: linear-gradient(to right, rgba(97,98,98,0.5) 0%, rgba(3,3,4,0.73) 45%, rgba(3,3,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616262', endColorstr='#030304', GradientType=1 );
  position: absolute;
  opacity: 0.5;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.best_form_box {
	background: url(../img/bg/best-form-border.png) right center no-repeat;
	margin: 0 0 0 auto;
	min-height: 350px;
	padding-top: 80px;
	max-width: 850px;
}
.best_form_box .title_form {
	text-align: right;
	max-width: 350px;
	height: 190px;
}

@media screen and (max-width: 767px) {
	.best_form_box {
		background: transparent;
		margin: 0 auto;
		padding-top: 0;
	}
	.best_form_box .title_form {
		margin: 0 auto 35px;
		text-align: center;
		height: auto;
	}
}
/* BEST FORM END */





/* READERS */
#readers {
	background-color: #fff;
	padding-bottom: 100px;
}
#readers ul {
	max-width: 665px;
	margin: 0 auto;
}
#readers ul li {
	font-family: 'latoregular';
	margin-bottom: 20px;
	position: relative;
	padding-left: 45px;
	line-height: 1.38;
	text-align: left;
	font-size: 18px;
}
#readers ul li span {
	background: rgba(214,2,48,1);
  background: -moz-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,2,48,1)), color-stop(100%, rgba(109,1,37,1)));
  background: -webkit-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -o-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -ms-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: linear-gradient(to bottom, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60230', endColorstr='#6d0125', GradientType=0 );
	position: absolute;
	height: 10px;
	width: 10px;
	top: 7.5px;
	left: 0;
}
.readers_box {
	position: relative;
}

@media screen and (min-width: 768px) {
	.readers_img {
		position: absolute;
		margin-right: 30px;
		top: -210px;
		right: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#readers {
		padding-bottom: 70px;
	}
	#readers ul li {
		margin-bottom: 15px;
		padding-left: 35px;
		line-height: 1.28;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	#readers {
		padding-bottom: 70px;
		text-align: center;
	}
	.readers_img {
		display: none;
	}
}
@media screen and (max-width: 519px) {
	#readers ul li {
		margin-bottom: 15px;
		padding-left: 35px;
		line-height: 1.28;
		font-size: 16px;
	}
}
/* READERS END */





/* EXPERTS */
#experts {
	background: url(../img/bg/experts-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 55px;
	position: relative;
	color: #fff;
}
#experts:after {
	background: rgba(97,98,98,1);
  background: -moz-linear-gradient(top, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 70%, rgba(3,3,4,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,98,98,1)), color-stop(70%, rgba(3,3,4,1)), color-stop(100%, rgba(3,3,4,1)));
  background: -webkit-linear-gradient(top, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 70%, rgba(3,3,4,1) 100%);
  background: -o-linear-gradient(top, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 70%, rgba(3,3,4,1) 100%);
  background: -ms-linear-gradient(top, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 70%, rgba(3,3,4,1) 100%);
  background: linear-gradient(to bottom, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 70%, rgba(3,3,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616262', endColorstr='#030304', GradientType=0 );
  position: absolute;
  opacity: 0.75;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.experts_form {
	background: url(../img/bg/experts-border.png) center bottom no-repeat;
	padding: 0 55px 65px;
	position: relative;
	margin: 0 0 0 auto;
	max-width: 590px;
}
.experts_form .form_box {
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.expert_foto {
		margin-bottom: -55px;
		margin-right: -95px;
		position: absolute;
		right: 100%;
		bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.expert_foto {
		margin-right: -140px;
		width: 95%;
	}
}
@media screen and (max-width: 767px) {
	#experts {
		padding-bottom: 0;
	}
	.experts_form {
		background: transparent;
		padding-bottom: 0;
		margin: 0 auto;
	}
	.expert_foto {
		margin-top: 25px;
		max-width: 90%;
		width: 100%;
	}
}
@media screen and (max-width: 519px) {
	.experts_form {
		padding: 0;
	}
}
/* EXPERTS END */





/* RUBRIC */
#rubric {
	background-color: #fff;
}
#rubric .container-fluid {
	max-width: 1500px;
	padding: 0;
}
.rubric_column {
	min-height: 700px;
	max-width: 500px;
	margin: 0 auto;
}
.rubric_box {
	text-align: center;
	position: relative;
	overflow: hidden;
	max-width: 500px;
	height: 140px;
	color: #fff;
}
.rubric_box.active {
	height: 280px;
}
.rubik_content {
	background-color: rgba(0, 0, 0, 0.65);
	padding: 30px 15px 15px;
	position: relative;
	height: 280px;
	z-index: 3;
}
.rubik_content h3 {
	font-family: 'latomedium';
	text-transform: uppercase;
	margin: 0 auto 30px;
	line-height: 1.875;
	font-size: 16px;
}
.rubik_content h3 img {
	margin: 5px auto;
}
.rubik_content p {
	font-family: 'latolight';
	line-height: 1.25;
	max-width: 380px;
	font-size: 16px;
	margin: 0 auto;
	opacity: 0;
	top: 25%;
}
.rubric_box.active p {
	opacity: 1;
	top: 0;
}
.rubric_img {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			 -o-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.rubik_content h3 {
		font-size: 14px;
	}
	.rubik_content p {
		font-size: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.rubik_content h3 {
		font-size: 12px;
	}
	.rubik_content p {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.rubric_column {
		min-height: inherit;
	}
}
@media screen and (max-width: 519px) {
	.rubik_content h3 {
		font-size: 14px;
	}
	.rubik_content p {
		font-size: 15px;
	}
}
/* RUBRIC END */





/* SUBSCRIPTION */
#raiting {
	background-color: #f8f8f8;
	padding: 0 0 70px;
	overflow: hidden;
}
#raiting h2.title {
	text-align: left;
}
.raiting_box {
	position: relative;
	text-align: right;
	margin: 0 auto;
}
.raiting_box p {
	font-family: 'latolight';
	margin-bottom: 25px;
	line-height: 1.25;
	text-align: left;
	font-size: 18px;
}
.raiting_box p.rait_experts {
	font-family: 'latomedium';
	font-style: italic;
	text-align: right;
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.raiting_img {
		margin-left: 40px;
		position: absolute;
		left: 100%;
		top: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.raiting_box p {
		font-size: 16px;
	}
	.raiting_box p.rait_experts {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	#raiting h2.title {
		text-align: center;
	}
	.raiting_box {
		text-align: center;
	}
	.raiting_img {
		display: none;
	}
	.raiting_box p,
	.raiting_box p.rait_experts {
		margin: 0 auto 20px;
		text-align: center;
		max-width: 570px;
	}
}
@media screen and (max-width: 519px) {
	.raiting_box p {
		font-size: 16px;
	}
	.raiting_box p.rait_experts {
		font-size: 18px;
	}
}
/* SUBSCRIPTION END */





/* PDF JORNAL */
#pdf_jornal {
	background: rgba(214,2,48,1);
  background: -moz-linear-gradient(left, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,2,48,1)), color-stop(100%, rgba(109,1,37,1)));
  background: -webkit-linear-gradient(left, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -o-linear-gradient(left, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -ms-linear-gradient(left, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: linear-gradient(to right, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60230', endColorstr='#6d0125', GradientType=1 );
	padding-bottom: 45px;
	position: relative;
	color: #fff;
	z-index: 5;
}
#pdf_jornal .title_block {
	padding-right: 15px;
	padding-left: 15px;
}
.pdf_form {
	position: relative;
	max-width: 660px;
}
.pdf_form .form_box .btn {
	margin-top: 0;
}
.pdf_slogan {
	font-family: 'latolight';
	margin: 25px auto 0;
	text-align: center;
	font-size: 20px;
}
.pdf_slogan a {
	font-family: 'latobold';
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
}
.pdf_img {
	position: absolute;
	margin-right: 30px;
	top: -245px;
	right: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	#pdf_jornal h2.title span.block {
		display: inline;
	}
	.pdf_img {
		margin-right: 0;
		top: -200px;
	}
}
@media screen and (max-width: 767px) {
	#pdf_jornal h2.title {
		text-align: center;
	}
	.pdf_form {
		max-width: 100%;
	}
	.pdf_img {
		margin: 0 auto 25px;
		position: relative;
		min-width: 450px;
		max-width: 70%;
		right: auto;
		top: 0;
	}
}
@media screen and (max-width: 519px) {
	#pdf_jornal h2.title span.block {
		display: inline;
	}
	.pdf_img {
		min-width: 270px;
	}
}
/* PDF JORNAL END */





/* SUBSCRIPTION */
#subscription {
	background-color: #f8f8f8;
	padding: 50px 0 55px;
}
.subscription_form {
	max-width: 760px;
	margin: 0 auto;
}
.online_pay {
	padding: 5px 15px 33px;
	text-align: center;
	line-height: 1.2;
	max-width: 330px;
	font-size: 20px;
	margin: 0 auto;
	height: 221px;
}
.online_pay span {
	font-family: 'latobold';
}
.online_pay a {
	font-family: 'latobold';
	text-decoration: none;
	white-space: nowrap;
	color: #343434;
}

@media screen and (max-width: 991px) {
	#subscription {
		padding: 0 0 55px;
	}
}
@media screen and (max-width: 369px) {
	#subscription h2.title span.block {
		display: inline;
	}
	.online_pay {
		font-size: 18px;
	}
}
/* SUBSCRIPTION END */





/* PUBLISHING */
#publishing {
	background: url(../img/bg/publishing-bg.jpg) center top no-repeat;
	padding-bottom: 65px;
	position: relative;
	color: #fff;
}
#publishing:after {
	background: rgba(97,98,98,1);
  background: -moz-linear-gradient(-45deg, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(97,98,98,1)), color-stop(100%, rgba(3,3,4,1)));
  background: -webkit-linear-gradient(-45deg, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  background: linear-gradient(135deg, rgba(97,98,98,1) 0%, rgba(3,3,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616262', endColorstr='#030304', GradientType=1 );
  position: absolute;
  opacity: 0.75;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.publish_box_bg {
	padding: 35px 15px 50px
}
.publish_box {
	font-family: 'latolight';
	padding: 50px 20px 20px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	line-height: 1.25;
	min-height: 150px;
	max-width: 470px;
	font-size: 18px;
	color: #343434;
	margin: 0 auto;
}
.publish_icon {
	background: rgba(214,2,48,1);
  background: -moz-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,2,48,1)), color-stop(100%, rgba(109,1,37,1)));
  background: -webkit-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -o-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -ms-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: linear-gradient(to bottom, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60230', endColorstr='#6d0125', GradientType=0 );
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35); 
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35); 
	border: 2px solid #fff;
	position: absolute;
	margin-top: -35px;
	height: 70px;
	width: 70px;
	top: 0;
}
.publish_slogan {
	font-family: 'latolight';
	margin: 30px auto 0;
	text-align: center;
	line-height: 1.25;
	max-width: 650px;
	font-size: 24px;
}

@media screen and (min-width: 768px) {
	.publ_left .publish_box {
		border-top-right-radius: 50px;
		text-align: left;
	}
	.publ_left .publish_box .publish_icon {
		left: 20px;
	}
	.publ_right .publish_box {
		border-top-left-radius: 50px;
		text-align: right;
	}
	.publ_right .publish_box .publish_icon {
		right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.publish_box {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	#publishing {
		background: url(../img/bg/publishing-bg.jpg) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.publish_box {
		border-top-right-radius: 50px;
		min-height: auto;
	}
	.publish_slogan {
		font-size: 22px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 519px) {
	.publish_box_bg {
		padding: 35px 0 40px
	}
	.publish_box {
		font-size: 15px;
	}
	.publish_slogan {
		font-size: 18px;
	}
}
/* PUBLISHING END */





/* READERS */
#forum {
	background-color: #f8f8f8;
	overflow: hidden;
}
.forum_box {
	position: relative;
	text-align: center;
}
.forum_img_box {
	position: absolute;
	overflow: hidden;
	width: 960px;
	right: 100%;
	bottom: 0;
	top: 0;
}
.forum_img_box:after {
	background-color: #000;
	position: absolute;
  opacity: 0.45;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.forum_slogan {
	background: rgba(254,39,39,0.6);
  background: -moz-linear-gradient(top, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,39,39,0.6)), color-stop(100%, rgba(162,6,6,0.6)));
  background: -webkit-linear-gradient(top, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  background: -o-linear-gradient(top, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  background: -ms-linear-gradient(top, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  background: linear-gradient(to bottom, rgba(254,39,39,0.6) 0%, rgba(162,6,6,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2727', endColorstr='#a20606', GradientType=0 );
  position: relative;
  font-style: italic;
  padding: 14px 20px;
  margin-top: 70px;
  z-index: 3;
}
.forum_slogan p {
  font-family: 'latolight';
	margin: 0 0 0 auto;
	text-align: right;
  line-height: 1.25;
	max-width: 550px;
  font-size: 24px;
	color: #fff;
}
.forum_img {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
					transform: translateX(-50%);
	position: absolute;
	height: 100%;
	width: auto;
	bottom: 0;
	left: 50%;
	top: 0;
}
.forum_box_content {
	padding: 0 15px 70px;
}
.forum_box h3 {
	font-family: 'latomedium';
	margin: 0 auto 25px;
	line-height: 1.5;
	font-size: 20px;
}
.forum_box ul {
	margin: 0 auto 35px;
	max-width: 470px;
}
.forum_box ul li {
	font-family: 'latolight';
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
	line-height: 20px;
	text-align: left;
	font-size: 18px;
}
.forum_box ul li span {
	background: rgba(214,2,48,1);
  background: -moz-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,2,48,1)), color-stop(100%, rgba(109,1,37,1)));
  background: -webkit-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -o-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -ms-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: linear-gradient(to bottom, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60230', endColorstr='#6d0125', GradientType=0 );
	position: absolute;
	height: 10px;
	width: 10px;
	top: 5px;
	left: 0;
}
.invitation {
	font-family: 'latolight';
	margin: 0 auto 30px;
	line-height: 1.23;
	max-width: 470px;
	font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	#forum .container-fluid {
		padding: 0;
	}
	.forum_img_box {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.forum_slogan p {
	  font-size: 20px;
	}
	.forum_box h3 {
		font-size: 17px;
	}
	.forum_box ul li {
		padding-left: 25px;
		font-size: 16px;
	}
	.invitation {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	#forum .container-fluid {
		padding: 0;
	}
	.forum_img_box {
		position: relative;
		overflow: hidden;
		width: 100%;
		bottom: 0;
		right: 0;
		top: 0;
	}
	.forum_slogan {
		margin-top: 0;
	}
	.forum_slogan p {
		text-align: center;
		max-width: 100%;
	}
	.forum_img {
		position: relative;
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 519px) {
	.forum_slogan p {
	  font-size: 20px;
	}
	.forum_box h3 {
		font-size: 17px;
	}
	.forum_box ul li {
		padding-left: 25px;
		font-size: 16px;
	}
	.invitation {
		font-size: 16px;
	}
}
/* READERS END */





/* SALE */
#sale {
	background: #fff url(../img/bg/sale-bg.jpg) center top no-repeat;
	padding: 290px 0 100px;
	min-height: 555px;
	color: #343434;
}
.sale_box {
	background: url(../img/bg/sale-border.png) right center no-repeat;
	min-height: 350px;
	padding-top: 80px;
	max-width: 1040px;
}
.sale_box .title_form {
	margin-top: -15px;
	text-align: right;
	max-width: 600px;
	height: 220px;
}

@media screen and (max-width: 991px) {
	#sale {
		background: #fff url(../img/bg/sale-bg.jpg) center top no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		padding: 180px 0 70px;
	}
	.sale_box {
		background: transparent;
		margin: 0 auto;
		padding-top: 0;
	}
	.sale_box .title_form {
		margin: 0 auto 35px;
		text-align: center;
		height: auto;
	}
}
@media screen and (max-width: 519px) {
	#sale {
		padding: 100px 0 70px;
	}
}
/* SALE END */





/* CONTACTS */
#contacts {
	background-color: #f8f8f8;
	padding-bottom: 20px;
	text-align: center;
}

.adress_box,
.contcts_form {
	background: rgba(214,2,48,1);
  background: -moz-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,2,48,1)), color-stop(100%, rgba(109,1,37,1)));
  background: -webkit-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -o-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: -ms-linear-gradient(top, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  background: linear-gradient(to bottom, rgba(214,2,48,1) 0%, rgba(109,1,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60230', endColorstr='#6d0125', GradientType=0 );
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35); 
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35); 
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
  color: #fff; 
}
.adress_bg {
	margin: 0 auto -70px;
	position: relative;
	max-width: 440px;
	padding: 0 15px;
	z-index: 3;
}
.adress_box {
	padding: 15px 15px 20px;
}
.adress_box p {
	font-family: 'latolight';
	line-height: 1.875;
	margin-bottom: 5px;
	font-size: 16px;
}
.adress_box a {
	font-family: 'latomedium';
	text-decoration: none;
	line-height: 1.2;
	font-size: 24px;
	color: #fff;
}
#map {
	background-color: #000;
	height: 405px;
}
.contcts_form_bg {
	margin: -80px auto 0;
	position: relative;
	max-width: 1040px;
	padding: 0 15px;
	z-index: 3;
}
.contcts_form {
	padding: 25px 10px 10px;
}
.contcts_form h3 {
	font-family: 'latolight';
	margin: 0 auto 20px;
	line-height: 1.2;
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	.contcts_form_bg {
		max-width: 450px;
	}
}
@media screen and (max-width: 519px) {
	.adress_box p {
		font-size: 14px;
	}
	.adress_box a {
		font-size: 22px;
	}
	.contcts_form h3 {
		font-size: 20px;
	}
}
/* CONTACTS END */





/* FOOTER */
footer {
	background-color: #f8f8f8;
	font-family: 'latolight';
	padding: 15px 0 10px;
	line-height: 1.35;
	font-size: 12px;
	color: #343434;
}
.copyright {
	margin-bottom: 10px;
}
.user_info {
	text-align: right;
}
.user_info a {
	display: inline-block;
	margin: 0 0 10px 30px;
	color: #343434;
}

@media screen and (max-width: 991px) {
	footer {
		padding: 20px 0 15px;
	}
	.copyright {
		line-height: 1.5;
	}
	.copyright,
	.user_info {
		text-align: center;
	}
	.user_info a {
		margin: 0 15px 10px;
	}
}
/* FOOTER END */





/* BACK BUTTON */
.cd-top {
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
		 -moz-transition: opacity .3s 0s, visibility 0s .3s;
					transition: opacity .3s 0s, visibility 0s .3s;
	background: rgba(255, 255, 255, 0.8);
	border: 3px solid #000;
	display: inline-block;
	border-radius: 50%;
	visibility: hidden;
	overflow: hidden;
	position: fixed;
	height: 40px;
	width: 40px;
	z-index: 99;
	bottom: 5px;
	right: 5px;
	opacity: 0;
}
.cd-top.cd-is-visible, 
.cd-top.cd-fade-out, 
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
		 -moz-transition: opacity .3s 0s, visibility 0s 0s;
					transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #fff;
	opacity: 1;
}
/* BACK BUTTON END */

.pay-purple{
	color: #9b2d30;
	font-weight: bold;
	font-size: 40px;
}
