@font-face {
	font-family: "RobotoRegular";
	src: url("/cabinet/views/css/fonts/RobotoRegular/RobotoRegular.eot");
	src: url("/cabinet/views/css/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
	url("/cabinet/views/css/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
	url("/cabinet/views/css/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Comfortaa";
	src: url("/cabinet/views/css/fonts/Comfortaa-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
 

h1, h2, h3, h4 {
	font-weight: bold; 
}
body {
	background: #fff;
	font-family: "RobotoRegular";
	color: #2d2d2d;
	font-size: 16px;
}
a {
	text-decoration: none;
}

.auth_form {
	padding: 20px 30px 60px 30px;
	border-radius: 5px;
	box-shadow: 0 10px 55px 5px rgba(21, 21, 21, 0.35);
	width: 350px;
    margin: 50px auto;
    background: #179cde url("/images/bg.png") bottom center no-repeat;
    color: #fff;
    text-shadow: 0px 1px 0px #274b5d;
}

.main_header {
	background: #179cde url("/images/bg.png") bottom center no-repeat;
	color: #fff;
	font-size: 16px;
}
.main_header_menu {
	padding: 15px 0px 0px 0px;
}
.main_header a {
	color: #fff;
}
.buttons_rounded a {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
	border: 1px solid #fff;
	margin: 0px 0px 0px 5px;
}
.buttons_rounded a:hover {
	text-decoration: none;
}
.main_header_slider {
	padding: 60px 0px 120px 0px;
}
.main_header_slider h3 {
	font-family: 'Comfortaa';
}
.slider_wraper {
	 padding: 40px 0px 80px 0px;
}
.light_item_wraper {
	padding: 50px 0px 80px 0px;
}
.light_item {
	padding: 20px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	transition: all .2s cubic-bezier(.02,.54,.58,1);
	min-height: 310px;
	border-radius: 2px;
}
.light_item h3, .item_slide h3 {
	font-family: 'Comfortaa';	
	color: #334367;
	font-size: 28px;
	padding: 0px 0px 15px 0px;
}

div.light_item:hover {
 	-webkit-transform: translate3d(0,-20px,0);
    -moz-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
	box-shadow: 0 10px 55px 5px rgba(137,173,255,.35);
}
.register-form .input-group {
	width: 100% !important;
	margin: 10px 0px;
}
.btn-reg {
	float: right;
	margin: 10px 0px;
	background-color: #ff8a73;
    color: #fff !important;
    height: 40px;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
.a-btn-reg {
	display: block;
    margin: 45px auto;
    border-radius: 5px;
    width: 315px;
    background-color: #ff8a73;
    color: #fff !important;
    height: 60px;
    font-size: 18px;
    line-height: 30px;
    padding: 16px 16px 0px 16px;
    text-decoration: none;
    transition: all .2s cubic-bezier(.02,.54,.58,1);
    box-shadow: 0px 2px 20px #6ab9e0;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #e26d57;
}
.a-btn-reg:hover {
	text-decoration: none;
	box-shadow: 0 10px 55px 5px rgba(137,173,255,.35);
}
.btn-reg:hover {
	transition: all .2s cubic-bezier(.02,.54,.58,1);
	box-shadow: 0 10px 55px 5px rgba(137,173,255,.35);
}
.tarifs_wraper h3 {
	margin: 20px 0px 45px 0px;
}
.grey_text {
	color: #8a8a8a;
	font-size: 12px;
}
.item_slide {
	padding: 70px 0px;
}
.bx-viewport {
	padding: 50px 50px;
} 
.light_item_price {
	font-size: 18px;
	margin: -10px 0px 10px 0px;
}
.light_item_price div {
	display: inline-block;
}
.light_item_price .amount {
	font-size: 22px;
	font-weight: bold;
	color: #334367;
}
.tarifs_wraper .light_item h3 {
	font-size: 24px;
    margin: 0px 0px 5px 0px;
}

 .item_slide_image {
	padding: 0px 30px;
 }
.item_slide_image img {
	border-radius: 10px;
	box-shadow: 0 10px 55px 5px rgba(137,173,255,.35); 
}  



.reg_from {
	width: 85%;
	margin: 10px auto;
	padding: 25px 20px;
	border-radius: 7px;
	box-shadow: 0 10px 55px 5px rgba(137,173,255,.35);
}
.main_footer {
	background: #179cde;
	color: #fff;
	font-size: 16px;
	padding: 15px 0px;
}