/*
Theme Name: 100days
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: anova team
Author URI: http://www.anova.co.il/
Description: template for 100days site by anova.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Responsive, Html5, Css3
Text Domain: twentyfourteen 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/h1{font-size: 23px; line-height: 26px}
.dialog__atPopupSU.ui-front {
	z-index: 100000 !important;
}
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clr {
	clear: both;
	height: 0;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	border: none;
}
.ir {
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	text-align: left;
	background-color: transparent;
	background-repeat: no-repeat;
}
.blocks-section {
	overflow: hidden;
	text-align: center;
}
.blocks-section .box > a {
	padding: 15px 0;
}
.single-registration-process section .container .row .box h3 {
	font-family: Alef_bold;
	padding-right: 10px;
	background: none;
}
.blocks-section h2,
.section-slider h2 {
	margin-bottom: 25px;
}
.blocks-section h2 span,
.section-slider h2 span,
.blocks-section h3 {
	color: #ce171f;
}
.blocks-section h3 {
	position: relative;
	display: inline-block;
}
.price-reg__list li:first-child p a {color: #000;}
.blocks-section h3::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 100px;
	height: 2px;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	background-color: currentColor;
}
.blocks-section .box:nth-child(2n) h3::after {
	width: 68px;
}
.blocks-section p {
	font-size: 20px;
	color: #070707;	font-family: Alef;	
}
.price-reg__list,
.price-reg__main-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.price-reg__main-list {
	text-align: center;
}
.price-reg__main-list h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 10px;
	background: none;
	font-size: 30px;
	color: #ce171f;
}
.price-reg__main-list h3::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 100px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: currentColor;
}
.price-reg__list li {
	position: relative;
	font-size: 20px;
}
.price-reg__list li:first-child p {
	padding-bottom: 20px;
}
.price-reg__list li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d2d2d2;
}
.price-reg__list p {
	margin-bottom: 0;
	line-height: 1.35;	font-family: Alef;
}
.price-reg__list li:not(:first-child) p {
	line-height: 57px;
}
.price-reg__list li:last-child {
	padding: 10px;
	padding-bottom: 15px;
}
.price-reg__list p:empty {
	display: none;
}
.price-reg__main-list {
	margin-bottom: 30px;
}
.price-reg__main-list::after {
	content: '';
	display: block;
	clear: both;
}
.price-reg__price {
	display: block;
	margin-bottom: 9px;
	font-size: 26px;
}
.price-reg__btn {
	display: inline-block;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
	background-color: #ce171f;
	transition: background-color 0.25s ease-in-out;	font-family: Alef;
}
.price-reg__btn:hover {
	color: #fff;
	background-color: #c0141c;
	text-decoration: none;
}
.strikethrough {
	position: relative;
}
.strikethrough span {
	position: relative;
	z-index: 3;
	display: inline-block;
	padding: 0 18px;
	background-color: #fff;
	font-family: Alef_bold;
}
.strikethrough::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	height: 1px;
	width: 100%;
	background-color: #d2d2d2;
}
.section-slider {
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}
.controls {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
}
#next,
#prev {
	position: absolute;
	width: 56px;
	height: 53px;
	background-color: black;
	cursor: pointer;
	background: url('./images/slider-arrow.jpg') no-repeat 50% 50%;
	background-size: cover;
	transition: opacity 0.3s ease-in-out;
}
#next:hover,
#prev:hover {
	opacity: 0.7;
}
#next {
	right: -90px;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}
#prev {
	left: -90px;
}
.cycle-slide {
	margin: 0 -20px;
}
.cycle-item {
	position: relative;
	width: 33.33%;
	padding: 0 20px;
	float: right;
	background-color: #fff;
}
.cycle-item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: #d2d2d2;
}
.cycle-item p {
	font-size: 20px;	font-family: Alef;
}
.slider-img {
	position: relative;
	min-height: 120px;
	overflow: hidden;
}
.slider-img img {
	display: block;
	max-height: 120px;
	margin: auto;
	/*position: absolute;
	top: 50%;
	left: 50%;*/
	/*-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);*/
}
.slider-img + p {
	min-height: 210px;
}
body section .container .blocks-section .row .box h3 {
	margin-bottom: 20px;
	padding: 0 10px;
	background: none;
	font-size: 30px;
	font-family: Alef_bold;
}
body section .container.second .row .box ul li a[href$=pdf] {
	background: url("images/pdf-icon.png") no-repeat right;
}
body section .container.second .row .box ul li a[href$=doc] {
	background: url("images/doc-icon.png") no-repeat right;
}
body section .container.second .row .box ul li a[href$=docx] {
	background: url("images/doc-icon.png") no-repeat right;
}
body section .container.second .row .box ul li a[href$=xlsx] {
	background: url("images/xlsx-icon.png") no-repeat right;
}
body section .container.second .row .box ul li a[href$=ppt] {
	background: url("images/ppt-icon.png") no-repeat right;
}
body section .container.second .row .box ul li a[href$=pptx] {
	background: url("images/ppt-icon.png") no-repeat right;
}
img, fieldset {
	border: none;
	outline: none;
}
h2.qa {
	font-size: 20px;
	font-family: Alef;
	color: #BB1215;
}
a {
	display: block;
	text-decoration: none;
	border: none;
	outline: none;
}
:focus {
	outline: none;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {

	/* */border: none;
}
.packageDetails {
	width: 100%;
	height: 35px;
	background: #f3f3f3;
	border: 1px solid #ccc;
}
.packageDetails h3 {
	margin: 0;
	padding: 5px;
	color: #f67979;
	font-size: 17px;
}
.packageDetails h3 span {
	margin-left: 30px;
	padding: 5px;
	color: #f67979;
}
.packagePayment {
	width: 100%;
	height: 100px;
	background: #bb1215;
	border: 1px solid #9e1111;
}
.packagePayment h3 {
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size: 19px;
}
.packagePayment h3 span {
	margin-left: 30px;
	padding: 5px;
	color: #fff;
}
.packagePayment form {
	width: 100% !important;
}
.avatar {
	float: right;
}
.popup {
	background: white;
	font-family: Alef;
	border: 1px inset gray;
	font-size: 18px;
	position: relative;
	padding: 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: right;
}
.popup span {
	font-weight: bold;
}
label.error {
	color: #bb1215;
	font-size: 11px;
	line-height: 11px !important;
	margin: -4px 0 0 !important;
}
.cap-overlay {
	color: #ffffff;
	line-height: 14px;
	background: #BB1215;
	padding: 5px 8px;
	line-height: 11px;
	font-size: 13px;
}
.hide-ovr {
	display: none;
}
.read-more {
	color: #bb1215;
	font-weight: bold;
	text-decoration: underline;
}
.read-more:hover {
	color: #bb1215;
}
.cycle-slideshow {
	overflow: hidden;
}
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}
body header {
	width: 980px;
	min-height: 141px;
	margin: 0 auto;
}
body header.second {
	min-height: 198px;
}
body header .logo {
	float: right;
	margin-left: 23px;
	margin-top: 14px;
}
body header .logo .navbar-brand {
	padding: 0;
	margin-top: 0;
}
body header .left_side {
	float: left;
	width: 84%;
	position: relative;
	margin-top: 33px;
}
body header .left_side .top_links {
	margin-top: 20px;
	float: left;
	min-width: 240px;
}
body header .left_side .tabs {
	float: left;
	width: 114px;
	height: 28px;
	background: url("images/top_nw_menu_bg.jpg") bottom no-repeat;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: Alef;
}
body header .left_side .tabs.register {
	margin-left: 6px;
}
body header .left_side .tabs:hover {
	text-decoration: none;
}
body header .slogan {
	float: right;
	font-size: 23px;
	font-family: Alef;
	margin: 20px 0 0 0;
}
body header .slogan p {
	margin: 0;
}
body header .slogan.second {
	margin-top: 84px;
}
body header .slogan span {
	font-family: Alef_bold;
}
body header .navbar {
	float: right;
	z-index: 99999;
}
body header .navbar .collapse {
	padding: 0;
	min-height: 54px;
	background: url("images/menu-shadow.png") bottom no-repeat;
	width: 100%;
}
body header.second {
	width: 100%;
	background: url("images/inner-page-menu-bg.jpg") right 120px repeat-x;
}
body header.second .mid {
	width: 100%;
	padding: 0;
	max-width: 980px;
}
body header.second .navbar {
	min-height: 35px;
}
body header.second .navbar .collapse.second {
	min-height: 35px;
	background: none;
}
body header.second .navbar .collapse.second ul {
	width: 980px;
}
body header.second .navbar .collapse.second ul li {
	width: 12.5%;
	height: 35px;
}
body header.second .navbar .collapse.second ul li.ikerut {
	background: url("images/ikerut-second-arrow.png") no-repeat;
}
body header.second .navbar .collapse.second ul li.ikerut:hover {
	background-position: 0 -35px;
}
body header.second .navbar .collapse.second ul li.bidul {
	background: url("images/bidul-second-arrow.jpg") no-repeat;
}
body header.second .navbar .collapse.second ul li.bidul:hover {
	background-position: 0 -35px;
}
body header.second .navbar .collapse.second ul li.mitug {
	background: url("images/mitug-second-arrow.jpg") no-repeat;
}
body header.second .navbar .collapse.second ul li.mitug:hover {
	background-position: 0 -35px;
}
body header.second .navbar .collapse.second ul li.taalih {
	background: url("images/taalih-second-arrow.jpg") no-repeat;
}
body header.second .navbar .collapse.second ul li.taalih:hover {
	background-position: 0 -35px;
}
body header.second .navbar .collapse.second ul li.gius {
	background: url("images/gius-second-arrow.jpg") no-repeat;
}
body header.second .navbar .collapse.second ul li.gius:hover {
	background-position: 0 -35px;
}
body header.second .navbar .collapse.second ul li.mocarim {
	background: url("images/mocarim-second-arrow.jpg") no-repeat;
}
body header.second .navbar .collapse.second ul li.mocarim:hover {
	background-position: 0 -35px;
}
body header.second .navbar .collapse.second ul li.tikshoret {
	background: url("images/tikshoret-second-arrow.jpg") no-repeat;
}
body header.second .navbar .collapse.second ul li.tikshoret:hover {
	background-position: 0 -35px;
}
body header.second .navbar .collapse.second ul li.integracia {
	background: url("images/integracia-second-arrow.png") no-repeat;
}
body header.second .navbar .collapse.second ul li.integracia:hover {
	background-position: 0 -35px;
}
body header.second .navbar .collapse.second ul li.current-menu-item {
	background-position: 0 -35px;
}
body header.second .navbar .collapse.second ul li a {
	height: 35px;
	padding: 11px 17px 0 0;
	background: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}
body header .navbar .collapse .right_side {
	float: right;
	width: 11px;
	height: 24px;
	background: url("images/right-menu-corner.png") no-repeat;
}
body header .navbar .collapse ul {
	float: right;
	width: auto;
}

/* Drop down menu */
body header .navbar .collapse ul ul {
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none !important;
	list-style: none !important;
	z-index: 99999
}
body header .navbar .collapse ul li:hover > ul {
	display: block;
}
body header .navbar .collapse ul ul li {
	float: none !important;
	border: 1px solid #c7c7c7;
	padding: 3px 0;
	overflow: hidden;
	width: 172px;
	background: #e5e5e5/*url("images/nw_menu_child_bg.jpg") repeat-x;*/ ;
	text-align: right;
	list-style-type: none !important;
	list-style: none !important
}
body header .navbar .collapse ul ul li:hover a {
	color: #af0c0f;
}
body header .navbar .collapse ul ul li a {
	height: 34px;
	line-height: 34px;
	padding-right: 10px;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	background: none;
	width: 100%;
}
body header .navbar .collapse ul ul li.bold a {
	font-weight: bold;
}
.ie9 body header .navbar .collapse ul li:hover > ul {
	display: inline-block
}
.ie9 body header .navbar .collapse ul ul li {
	height: 34px;
	display: table
}
.ie9 body header .navbar .collapse ul ul li a {
	height: auto;
	line-height: 30px;
}

/* End Drop down menu */
body header .navbar .collapse ul li {
	float: right;
	background: url("images/nw_menu_bg.jpg") repeat-x;
	text-align: center;
	font-family: Alef;
}
body header .navbar .collapse ul li a {
	height: 37px;
	width: 117px;
	line-height: 37px;
	padding: 0;
	font-size: 15px;
	color: #ffffff;
	background: url("images/menu-vert-delimiter.png") left center no-repeat;
}
body header .navbar .collapse .left_side {
	float: right;
	width: 11px;
	height: 24px;
	background: url("images/left-menu-corner.png") no-repeat;
}
body section.second {
	float: right
}
body section {
	width: 100%;
}
body section .intro {
	width: 100%;
	height: 335px;
	background: url("images/section-bg.jpg") bottom repeat-x;
	background-size: cover;
	overflow: hidden;
}
.intro .bottom-of-inner {
	display: none !important;
}
body section .intro.second {
	background: url("images/second-section-bg.jpg") bottom repeat-x;
}
body section .intro.second .inner {
	width: 606px;
	background: #dddddd;
}
body section .intro.second .inner .right iframe {
	margin: 0 0 -5px;
}
body section .intro.second .bottom-of-inner {
	width: 606px;
}
body section .intro .inner {
	width: 980px;
	margin: 0 auto;
	background: #bb1215;
	position: relative;
}
body section .intro .inner .right {
	float: right;
	position: relative;
}
body section .intro .inner .right iframe {
	margin: -6px 0 0;
}
body section .intro .inner .left {
	float: left;
	width: 374px;
	height: 348px;
	padding: 33px 39px 0;
	margin-top: 0;
	font-size: 21px;
	color: #ffffff;
	text-align: justify;
	line-height: 21px;
}
body section .intro .inner .left h2 {
	width: 205px;
	font-family: Alef_bold;
	font-size: 33px;
	margin: 0 auto 5px;
	text-align: center;
}
body section .intro .inner .left a.intro-button {
	width: 237px;
	height: 58px;
	padding: 9px 17px 0 0;
	margin: 5px auto 0;
	color: #ffffff;
	font-size: 27px;
	font-family: Alef_bold;
	background: url("images/intro-button.png") no-repeat;
}
body section .intro .inner .left a.intro-button:hover {
	text-decoration: none;
}
body section .intro .bottom-of-inner {
	width: 980px;
	margin: 0 auto;
}
body section .container {
	width: 980px;
	margin: 34px auto 0;
	min-height: 440px;
	background: #ffffff;
	padding: 0;
}
body section .container.inner {
	margin: 0 auto;
}
body section .container .row {
	margin: 0;
}
body section .container.inner .row.right {
	float: right;
	width: 70%;
	border-bottom: 1px solid rgba(70, 70, 70, 0.50);
	margin-bottom: 10px;
}
body section .container.inner .row.right .row.text {
	padding-bottom: 5px;
}
body section .container.inner .row.right .row.text img {
	float: right;
}
body section .container.inner .row.right .row.text .wp-caption {
	float: right;
}
body section .container.inner .row.right .row.text .wp-caption img {
	float: right;
}
body section .container.inner .row.right .row.text a {
	display: initial;
}
body section .container.inner .row.right .row.text form {
	float: right;
	width: 50%;
}
body section .container.inner .row.right .row.text form label {
	float: right;
	clear: right;
	line-height: 20px;
	margin-bottom: 10px;
}
body section .container.inner .row.right .row.text form input {
	float: left;
	clear: left;
	height: 20px;
	width: 50%;
	margin-bottom: 10px;
	border: 1px inset rgba(70, 70, 70, 0.50);
}
body section .container.inner .row.right .row.text form input.agree {
	float: none;
	height: auto;
	width: auto;
	margin: 2px 5px 10px 0;
}
body section .container.inner .row.right .row.text form .send {
	float: left;
	clear: both;
	width: 82px;
	height: 30px;
	padding: 0 0 9px;
	color: #ffffff;
	font-family: Alef_bold;
	background: url("images/send-button.png") no-repeat;
	border: 0;
}
body section .container.inner .row.right .row.text form select {
	float: left;
	clear: left;
	height: 20px;
	width: 50%;
	margin-bottom: 10px;
	border: 1px inset rgba(70, 70, 70, 0.50);
}
body section .container.inner .row.right .row.text form textarea {
	float: left;
	clear: left;
	margin-bottom: 10px;
	resize: none;
	border: 1px inset rgba(70, 70, 70, 0.50);
}
body section .container.inner .row.right .row.text form .agree-box {
	float: left;
	clear: left;
	width: 100%;
	text-align: left;
	font-weight: bold;
}
body section .container.inner .row.right .row.text .explaining {
	float: right;
	clear: left;
}
body section .container.inner .row.right .row.text a.reg {
	clear: both;
	float: right;
	color: #bb1215;
	font-weight: bold;
	text-decoration: underline;
}
body section .container.inner .row.right .row.qa-open {
	cursor: pointer;
}
body section .container.inner .row.right .row .read-more {
	float: left;
}
body section .container.inner .row.right .col-md-4 {
	margin: 0 0 15px;
}
body section .container.inner .row.right .col-md-4 .drop-panel a img {
	width: 100%;
}
body section .container.inner .row.right .col-md-4.push-right {
	margin-right: -15px;
}
body section .container.inner .row.right .row.breadcrumbs a {
	color: #000000;
	display: inline-block;
}
body section .container.inner .row.right .row.text-title h1 {
	font-size: 23px;
	color: #BB1215;
	font-family: Alef_bold;
}
body section .container.inner .row.right .row.text-title h2, body section .container.inner .row.right .row.text h2 {
	font-size: 21px !important;
	color: #000;
	font-family: Alef_bold;
}
body section .container.inner .row.right .row.text-title h1 a {
	color: #BB1215;
}
body section .container.inner .row.right .row.text-title h1 a:hover {
	text-decoration: none;
}.postid-540 h1{	font-size: 23px;    color: #BB1215;    font-family: Alef_bold;}
body section .container.inner .row.right .row.text p img {
	float: right;
	padding: 6px 0 6px 6px;
}
body section .container.inner .row.left {
	float: left;
	width: 25%;
}
body section .container.inner .row.left .col-md-12 {
	margin-bottom: 20px;
	padding: 0;
}
body section .container.inner .row.left .col-md-12.sheelon {
	background: #BB1215;
	color: #ffffff;
	padding: 0 10px;
	text-align: justify;
}
body section .container.inner .row.left .col-md-12.sheelon h2 {
	text-align: center;
	font-family: Alef_bold;
}
body section .container.inner .row.left .col-md-12.sheelon a.intro-button {
	width: 197px;
	height: 58px;
	margin: 5px auto 0;
	padding: 7px 22px 0 0;
	font-size: 20px;
	font-family: Alef_bold;
	color: #ffffff;
	background: url("images/widget-intro-button.png") no-repeat scroll;
}
body section .container.inner .row.left .col-md-12.sheelon a.intro-button:hover {
	text-decoration: none;
}
body section .container.inner .row.left .col-md-12 h3 {
	margin: 0 0 10px;
	background: url("images/top-arrow.png") no-repeat right center;
	padding-right: 30px;
}
body section .container.inner .row.left .col-md-12 .details {
	color: #343131;
	font-weight: bold;
	font-size: 14px;
}
body section .container .row .box {
	float: right;
}
body section .container .row .box.first {
	padding-right: 0;
}
body section .container .row .box h3 {
	padding-right: 30px;
	font-size: 23px;
	background: url("images/top-arrow.png") right center no-repeat;
}
body section .container .row .box .details {
	font-size: 14px;
	font-weight: bold;
	color: #343131;
}
body section .container .row .box .cycle-slideshow {
	min-height: 170px;
}
body section .container .row .box .cycle-slideshow > div {
	width: 100%;
}
body section .container .row .box .cycle-slideshow > div .right-side {
	float: right;
	width: 50%;
}
body section .container .row .box .cycle-slideshow > div .right-side img {
	width: 100%;
}
body section .container .row .box .cycle-slideshow > div .left-side {
	float: right;
	width: 50%;
	padding-right: 5px;
}
body section .container .row .box .controls {
	float: right;
	clear: right;
}
body section .container .row .box .controls span {
	width: 26px;
	height: 26px;
	cursor: pointer;
	display: block;
	float: right;
}
body section .container .row .box .controls span#next {
	margin-left: 10px;
	background: url("images/right-arrow-slider.png") no-repeat;
}
body section .container .row .box .controls span#prev {
	background: url("images/left-arrow-slider.png") no-repeat;
}
body section .container .row.bottom-row {
	margin: 40px 0 20px;
}
body section .container .row.bottom-row .col-md-6 {
	float: right;
	width: 45%;
	background: #dcdcdc;
	margin-left: 10%;
	padding: 0;
}
body section .container .row.bottom-row .col-md-6 a {
	color: #000000;
}
body section .container .row.bottom-row .col-md-6 a img {
	float: right;
}
body section .container .row.bottom-row .col-md-6 a .slogan {
	float: right;
	padding: 0 24px;
	width: 73%;
	line-height: 13px;
	max-height: 107px;
	overflow: hidden;
}
body section .container .row.bottom-row .col-md-6 a .slogan h3 {
	padding-right: 30px;
	font-size: 23px;
	margin-top: 10px;
	background: url("images/top-arrow.png") right center no-repeat;
}
body section .container .row.bottom-row .col-md-6.left {
	margin-left: 0;
}
body section .container.second .row .box {
	width: 30.06%;
	height: 207px;
	border: 1px solid #dddddd;
	overflow: auto;
	border-radius: 10px;
	padding: 20px 24px 20px;
	margin-left: 48px;
}
body section .container.second .row .box .details {
	margin-top: 5px;
}
body section.second .container.second .row.bottom-row .box h3 {
	margin-bottom: 10px;
}
body section.second .container.second .row .box a {
	color: #000000;
}
body section .container.second .row .box > span {
	font-family: Alef;
	font-size: 19px;
	color: #808080;
}
body section.ikerut .container .row .box h3 {
	margin: 0;
	background: url("images/top-arrow.png") right center no-repeat;
}
body section.bidul .container .row .box h3 {
	margin: 0;
	background: url("images/little-bidul.png") right center no-repeat;
}
body section.mitug .container .row .box h3 {
	margin: 0;
	background: url("images/little-mitug.png") right center no-repeat;
}
body section.taalih .container .row .box h3 {
	margin: 0;
	background: url("images/little-taalih.png") right center no-repeat;
}
body section.gius .container .row .box h3 {
	margin: 0;
	background: url("images/little-gius.png") right center no-repeat;
}
body section.mocarim .container .row .box h3 {
	margin: 0;
	background: url("images/little-mocarim.png") right center no-repeat;
}
body section.tikshoret .container .row .box h3 {
	margin: 0;
	background: url("images/little-tikshoret.png") right center no-repeat;
}
body section.integracia .container .row .box h3 {
	margin: 0;
	background: url("images/little-integracia.png") right center no-repeat;
}
body section .container.second .row .box.last {
	margin-left: 0;
}
body section.ikerut .container .row .box .read-more {
	float: left;
	color: #BB1215;
	clear: both;
}
body section.bidul .container .row .box .read-more {
	float: left;
	color: #901ecc;
	clear: both;
}
body section.mitug .container .row .box .read-more {
	float: left;
	color: #4C0083;
	clear: both;
}
body section.taalih .container .row .box .read-more {
	float: left;
	color: #41B3A8;
	clear: both;
}
body section.gius .container .row .box .read-more {
	float: left;
	color: #2f9730;
	clear: both;
}
body section.mocarim .container .row .box .read-more {
	float: left;
	color: #BBBB24;
	clear: both;
}
body section.tikshoret .container .row .box .read-more {
	float: left;
	color: #DA9008;
	clear: both;
}
body section.integracia .container .row .box .read-more {
	float: left;
	color: #D9408E;
	clear: both;
}

/*body section .container.second .row .box ul li { height: 25px; margin: 10px 0; background: url("images/pdf-icon.png") right center no-repeat; }*/
body section .container.second .row .box ul li a {
	color: #000000;
	padding-right: 25px;
	text-decoration: underline;
	line-height: 25px;
}
body footer {
	width: 100%;
	min-height: 27px;
	background: url("images/footer-bg.jpg") repeat-x #DCDCDC;
}
body footer.second {
	float: right;
	margin-top: 30px;
	padding-top: 21px;
	min-height: 139px;
	background: #dcdcdc;
}
body footer.second .dapper {
	margin: 0 auto;
}
body header.second .logo {
	margin-top: 0;
}
body header.second .left_side {
	margin-top: 0;
}
body footer .gapper {
	width: 980px;
	margin: 0 auto;
}
body footer .gapper .inner {
	float: right;
	width: 14.28%;
	min-height: 20px;
}
body footer .gapper .inner ul {
	list-style: none;
	margin-top: 5px;
}
body footer .gapper .inner ul li a {
	padding-right: 20px;
	text-decoration: none;
	color: #000000;
}
body footer .gapper .inner ul li a:hover {
	text-decoration: underline;
}
body footer .gapper .inner .head {
	height: 35px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	padding: 8px 20px 0 0;
	cursor: pointer;
}
body footer .gapper .inner .head.bidul {
	background-image: url("images/bidul-arrow.png");
	background-repeat: no-repeat;
}
body footer .gapper .inner .head.bidul:hover {
	background-position: 0 -35px;
}
body footer .gapper .inner .head.mitug {
	background: url("images/mitug-arrow.jpg");
	background-repeat: no-repeat;
}
body footer .gapper .inner .head.mitug:hover {
	background-position: 0 -35px;
}
body footer .gapper .inner .head.taalih {
	background: url("images/taalih-arrow.jpg");
	background-repeat: no-repeat;
}
body footer .gapper .inner .head.taalih:hover {
	background-position: 0 -35px;
}
body footer .gapper .inner .head.gius {
	background: url("images/gius-arrow.jpg");
	background-repeat: no-repeat;
}
body footer .gapper .inner .head.gius:hover {
	background-position: 0 -35px;
}
body footer .gapper .inner .head.mocarim {
	background: url("images/mocarim-arrow.jpg");
	background-repeat: no-repeat;
}
body footer .gapper .inner .head.mocarim:hover {
	background-position: 0 -35px;
}
body footer .gapper .inner .head.tikshoret {
	background: url("images/tikshoret-arrow.jpg");
	background-repeat: no-repeat;
}
body footer .gapper .inner .head.tikshoret:hover {
	background-position: 0 -35px;
}
body footer .gapper .inner .head.integracia {
	background: url("images/integracia-arrow.png");
	background-repeat: no-repeat;
}
body footer .gapper .inner .head.integracia:hover {
	background-position: 0 -35px;
}
body footer .dapper {
	width: 980px;
	margin: 40px auto 0;
}
body footer .dapper .row {
	margin: 0;
}
body footer .dapper .row ul {
	float: right;
	list-style: none;
	margin-right: 20px;
}
body footer .dapper .row ul li {
	float: right;
	background: url("images/footer-menu-delimiter.jpg") left top no-repeat;
}
body footer .dapper .row ul li a {
	color: #000000;
	text-decoration: underline;
	padding: 0 10px 0;
	line-height: 13px;
}
body footer .dapper .row ul li.first a {
	padding-right: 0;
}
body footer .dapper .row ul li.last {
	background: none;
}
body footer .dapper .row ul li.last a {
	padding-left: 0;
}
body footer .dapper .row .anova {
	float: left;
	margin-left: 20px;
}
body footer .dapper .row .anova a {
	color: #000000;
	display: inline-block;
}
body footer .dapper .row .anova a:hover {
	text-decoration: none;
}
body footer .dapper .row .anova a span {
	color: #0d8ebf;
}
table.package tr th {
	background: none repeat scroll 0 0 #202020;
	color: #FFFFFF;
}
table.package tr .perfect {
	background: none repeat scroll 0 0 #BB1215;
}
table.package tr th, td {
	text-align: center;
}
table.package tr.last td {
	background: none repeat scroll 0 0 #DCDCDC;
}
table.package tr.last td .send {
	background: url("images/send-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	color: #FFFFFF;
	font-family: Alef_bold;
	height: 30px;
	width: 82px;
	padding: 0 5px 9px 0;
}
@media (min-width:800px) and (max-width:980px) {
	body header {
		max-width: 800px;
		width: 100%;
		padding: 0 10px;
	}
	body header > .left_side {
		width: 76% !important;
	}

	/*body header .slogan { margin: 20px 0 0 !important; }*/

	/*body header .navbar .collapse ul li a { padding: 0 17% !important; }*/

	body header.second .navbar {
		width: 100%;
	}
	body header.second {
		max-width: 980px;
		float: right;
	}
	body header.second .navbar .collapse.second ul {
		width: 100%;
	}
	body section .intro {
		height: auto;
		padding: 0 10px;
	}
	body section .intro .inner {
		width: 100%;
	}
	body section .intro .inner .right {
		width: 52%;
	}
	body section.second .intro .inner .right {
		width: 100%;
	}
	body section .intro .inner .right iframe {
		width: 100%;
		margin: -19px 0 -5px;
	}
	body section .intro .bottom-of-inner {
		width: inherit;
	}
	body section .intro .bottom-of-inner img {
		width: 100%;
		max-width: 800px;
	}
	body section .container {
		width: 100%;
		max-width: 800px;
		padding: 0 10px;
	}
	body section .container.inner .row.right .row.text form {
		width: 53%;
	}
	body section .container.inner .row.right .col-md-4 {
		min-height: 100%
	}
	body section .container.inner .row.left {
		width: 29%;
	}
	body section .container .row .box {
		min-height: 313px;
		max-height: 313px;
	}
	body section .container .row .box .cycle-slideshow .right-side img {
		width: 100%;
	}
	body section .container .row.bottom-row {
		margin: 40px 0;
	}
	body section .container .row.bottom-row .col-md-6 a img {
		width: 33%;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan {
		width: 67%;
		padding: 0 20px;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan h3 {
		font-size: 19px;
		line-height: 19px;
		margin: 10px 0 7px;
	}
	body section.second .container {
		max-width: 980px;
	}
	body section.second .container .row .box {
		margin-left: 47px;
	}
	body footer {
		padding: 0 10px;
	}
	body footer .gapper {
		max-width: 800px;
		width: 100%;
	}
	body footer .gapper .inner .head {
		line-height: 14px;
		padding: 10px 20px 0 0;
	}
	body footer .gapper .inner .head.mocarim, body footer .gapper .inner .head.tikshoret {
		padding-top: 3px;
	}
	body footer .dapper {
		max-width: 800px;
		width: 100%;
	}
	body footer.second {
		margin-top: 0;
	}
	body footer.second {
		margin-top: 0;
	}
}
@media (width:980px) {
	body header {
		max-width: 980px;
	}
	body header.second {
		width: 100%;
		padding: 0;
	}
	body header.second .navbar {
		margin-right: 0;
	}
	body header.second .slogan {
		margin-top: 50px;
	}
	body header.second .left_side {
		width: 60%;
	}
	body header.second .slogan {
		margin: 85px 95px 0 0 !important;
	}
	body header > .left_side {
		width: 80% !important;
	}

	/*body header .slogan {margin: 20px 147px 0 0 !important;}*/
	body header .navbar {
		margin-right: 6px;
	}
	body header .navbar .collapse ul li a {
		width: 114px;
	}

	/*body header .navbar .collapse ul li a {padding: 0 27px !important;}*/
	body header.second .navbar .collapse.second ul li a {
		padding: 10px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.taalih a {
		padding: 4px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.mocarim a {
		padding: 4px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.tikshoret a {
		padding: 4px 27px 0 !important;
	}
	body section .intro .bottom-of-inner img {
		max-width: 980px;
	}
	body section .intro .inner .right {
		width: 61%;
	}
	body section .intro .inner .right iframe {
		margin: -20px 0 -5px;
	}
	body section .container.inner .row.right .row.text form {
		width: 50%;
	}
	body section .container {
		max-width: 980px
	}
	body footer .gapper {
		max-width: 980px;
	}
	body footer .dapper {
		max-width: 980px;
	}
	body section .container.inner .row.right .col-md-4 {
		min-height: 100%
	}
	body section .container .row.bottom-row .col-md-6 a img {
		width: 25%;
	}
	body footer .gapper .inner .head.mocarim, body footer .gapper .inner .head.tikshoret {
		padding-top: 10px;
	}

	/*body header .navbar .collapse {width:770px;}*/
}
@media (width:800px) {
	body header.second {
		background-position: right 120px;
	}
	body header.second .navbar .collapse {
		background: none;
	}
	body header.second .left_side {
		width: 60%;
	}
	body header .left_side {
		width: 80%;
	}
	body header .slogan p {
		font-size: 18px;
	}
	body header.second .slogan {
		margin-top: 85px !important;
	}
	body header .navbar .collapse ul li a {
		font-size: 11px;
		width: 88px;
	}
	body header.second .navbar .collapse.second ul li {
		background-image: none !important;
	}
	body header.second .navbar .collapse.second ul li a {
		padding: 10px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.taalih a {
		padding: 4px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.mocarim a {
		padding: 4px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.tikshoret a {
		padding: 4px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.ikerut:hover {
		background: #BB1215;
	}
	body header.second .navbar .collapse.second ul li.bidul:hover {
		background: #901ecc;
	}
	body header.second .navbar .collapse.second ul li.mitug:hover {
		background: #4c0083;
	}
	body header.second .navbar .collapse.second ul li.taalih:hover {
		background: #41b3a8;
	}
	body header.second .navbar .collapse.second ul li.gius:hover {
		background: #2f9730;
	}
	body header.second .navbar .collapse.second ul li.mocarim:hover {
		background: #bbbb24;
	}
	body header.second .navbar .collapse.second ul li.tikshoret:hover {
		background: #da9008;
	}
	body header.second .navbar .collapse.second ul li.integracia:hover {
		background: #D9408E;
	}
	body section.second .container .row .box {
		margin-left: 38px;
	}

	/*body section .container.inner .row.right .col-md-4.push-right {margin-right: 0;}*/
	body section .container.inner .row.right .col-md-4.second-row {
		margin-right: -15px
	}

	/*body header .navbar .collapse {width:582px;}*/
}
@media (width:768px) {
	body header .left_side {
		width: 79%
	}
	bdoy header .slogen p {
		font-size: 17px;
	}
}
@media (min-width:768px) and (max-width:799px) {
	body header {
		max-width: 800px;
		width: 100%;
		padding: 0 10px;
	}
	body header > .left_side {
		width: 75% !important;
	}
	body header .slogan {
		margin: 20px 0 0 !important;
	}
	body header.second .left_side {
		width: 62%;
	}
	body header .left_side {
		width: 79%
	}
	bdoy header .slogen p {
		font-size: 17px;
	}
	body header.second .slogan {
		margin: 85px 0 0 !important;
	}

	/*body header.second .navbar .collapse {background: none;}*/
	body header .navbar .collapse ul li a {
		padding: 0 15% !important;
	}
	body header.second .navbar {
		width: 100%;
	}
	body header.second .navbar .collapse.second ul {
		width: 100%;
		max-width: 768px;
	}
	body header.second .navbar .collapse.second ul li {
		background-image: none !important;
	}
	body header.second .navbar .collapse.second ul li a {
		padding: 10px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.taalih a {
		padding: 4px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.mocarim a {
		padding: 4px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.tikshoret a {
		padding: 4px 27px 0 !important;
	}
	body header.second .navbar .collapse.second ul li.ikerut:hover {
		background: #BB1215;
	}
	body header.second .navbar .collapse.second ul li.bidul:hover {
		background: #901ecc;
	}
	body header.second .navbar .collapse.second ul li.mitug:hover {
		background: #4c0083;
	}
	body header.second .navbar .collapse.second ul li.taalih:hover {
		background: #41b3a8;
	}
	body header.second .navbar .collapse.second ul li.gius:hover {
		background: #2f9730;
	}
	body header.second .navbar .collapse.second ul li.mocarim:hover {
		background: #bbbb24;
	}
	body header.second .navbar .collapse.second ul li.tikshoret:hover {
		background: #da9008;
	}
	body header.second .navbar .collapse.second ul li.integracia:hover {
		background: #D9408E;
	}
	body section .intro {
		height: auto;
		padding: 0 10px;
	}
	body section .intro .inner {
		width: 100%;
	}
	body section.second .intro .inner .right {
		width: 100%;
	}
	body section .intro .inner .right {
		width: 50%;
	}
	body section .intro .inner .right iframe {
		width: 100%;
		margin: -19px 0 -5px;
	}
	body section .intro .bottom-of-inner {
		width: inherit;
	}
	body section .intro .bottom-of-inner img {
		width: 100%;
		max-width: 800px;
	}
	body section .container {
		width: 100%;
		max-width: 800px;
		padding: 0 10px;
	}
	body section.second .container .row .box {
		margin-left: 36px;
		min-height: 262px;
	}
	body section.second .container .row .box > span {
		font-size: 18px;
	}
	body section .container .row .box {
		min-height: 313px;
		max-height: 313px;
	}
	body section .container.inner .row.right .col-md-4 {
		min-height: 100%;
	}
	body section .container.inner .row.right .row.text form {
		width: 55%;
	}
	body section .container.inner .row.right .col-md-4.push-right {
		margin-right: 0;
	}
	body section .container.inner .row.right .col-md-4.second-row {
		margin-right: -15px
	}
	body section .container.inner .row.left {
		width: 30%;
	}
	body section .container .row .box .cycle-slideshow .right-side img {
		width: 100%;
	}
	body section .container .row.bottom-row {
		margin: 40px 0;
	}
	body section .container .row.bottom-row .col-md-6 a img {
		width: 33%;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan {
		width: 67%;
		padding: 0 16px;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan h3 {
		font-size: 19px;
		line-height: 16px;
		margin: 6px 0 7px;
	}
	body footer {
		padding: 0 10px;
	}
	body footer .gapper {
		max-width: 800px;
		width: 100%;
	}
	body footer .gapper .inner .head {
		padding: 10px 20px 0 0;
		line-height: 14px;
	}
	body footer .gapper .inner .head.bidul {
		background: #888888;
	}
	body footer .gapper .inner .head.bidul:hover {
		background: #901ecc;
	}
	body footer .gapper .inner .head.mitug {
		background: #888888;
	}
	body footer .gapper .inner .head.mitug:hover {
		background: #4c0083;
	}
	body footer .gapper .inner .head.taalih {
		background: #888888;
	}
	body footer .gapper .inner .head.taalih:hover {
		background: #41b3a8;
	}
	body footer .gapper .inner .head.gius {
		background: #888888;
	}
	body footer .gapper .inner .head.gius:hover {
		background: #2f9730;
	}
	body footer .gapper .inner .head.mocarim {
		background: #888888;
		padding-top: 3px;
	}
	body footer .gapper .inner .head.mocarim:hover {
		background: #bbbb24;
	}
	body footer .gapper .inner .head.tikshoret {
		background: #888888;
		padding-top: 3px;
	}
	body footer .gapper .inner .head.tikshoret:hover {
		background: #da9008;
	}
	body footer .gapper .inner .head.integracia {
		background: #888888;
	}
	body footer .gapper .inner .head.integracia:hover {
		background: #d9408e;
	}

	/*body footer .dapper { max-width: 800px; width: 100%; }*/

	/*body header .navbar .collapse {width:550px;}*/
}
@media only screen and (max-width: 1030px) {
	.price-reg__main-list > li {
		margin-bottom: 30px;
		padding: 0 40px;
	}

	.price-reg__list li:first-child {
		height: auto !important;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
	.cycle-item {
		float: none;
		width: 100%;
	}
}

@media (min-width:481px) and (max-width:767px) {
	body header.second {
		background: none;
	}
	body section .intro .inner .right {
		float: none;
	}
	body header {
		float: right;
		width: 100%;
		max-width: 640px;
		padding: 0 10px;
	}
	body header.second .left_side {
		width: 87%;
	}
	body header.second .slogan.second {
		margin: 0;
	}
	body header .left_side {
		float: left;
		width: 75%;
	}
	body header .slogan {
		margin-right: 80px;
	}
	body header .navbar {
		width: 100%;
	}
	body header.second .navbar .navbar-header .navbar-toggle {
		background: #888888;
		background: -moz-linear-gradient(top, #888888 0%, #727272 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(100%, #727272));
		background: -webkit-linear-gradient(top, #888888 0%, #727272 100%);
		background: -o-linear-gradient(top, #888888 0%, #727272 100%);
		background: -ms-linear-gradient(top, #888888 0%, #727272 100%);
		background: linear-gradient(to bottom, #888888 0%, #727272 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#727272', GradientType=0);
	}
	body header.second .navbar .navbar-collapse {
		padding-top: 5px;
		max-height: none;
	}
	body header.second .navbar .navbar-collapse ul li {
		background: #a5a5a5;
		background: -moz-linear-gradient(top, #a5a5a5 0%, #666666 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5a5a5), color-stop(100%, #666666));
		background: -webkit-linear-gradient(top, #a5a5a5 0%, #666666 100%);
		background: -o-linear-gradient(top, #a5a5a5 0%, #666666 100%);
		background: -ms-linear-gradient(top, #a5a5a5 0%, #666666 100%);
		background: linear-gradient(to bottom, #a5a5a5 0%, #666666 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#666666', GradientType=0);
	}
	body header .navbar .navbar-collapse ul li ul {
		display: none;
	}
	body header.second .navbar .navbar-collapse ul li a:hover {
		background: #888888;
		background: -moz-linear-gradient(top, #888888 0%, #727272 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(100%, #727272));
		background: -webkit-linear-gradient(top, #888888 0%, #727272 100%);
		background: -o-linear-gradient(top, #888888 0%, #727272 100%);
		background: -ms-linear-gradient(top, #888888 0%, #727272 100%);
		background: linear-gradient(to bottom, #888888 0%, #727272 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#727272', GradientType=0);
	}
	body header .navbar .navbar-header {
		width: 100%;
	}
	body header .navbar .navbar-header .navbar-toggle {
		width: 100%;
		padding: 5px 10px;
		font-family: Alef_bold;
		margin-right: 0;
		background: #d31c20;
		background: -moz-linear-gradient(top, #d31c20 0%, b00d10 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d31c20), color-stop(100%, #b00d10));
		background: -webkit-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: -o-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: -ms-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: linear-gradient(to bottom, #d31c20 0%, #b00d10 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d31c20', endColorstr='#b00d10', GradientType=0);
		-webkit-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
		-moz-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
		box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
	}
	body header .navbar .navbar-header .navbar-toggle div {
		color: #ffffff;
		font-size: 15px;
	}
	body header .navbar .navbar-collapse ul li {
		margin-bottom: 2px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-background-radius: 4px;
		background: #D13E41;
		background: -moz-linear-gradient(top, #D13E41 0%, #AF0002 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D13E41), color-stop(100%, #AF0002));
		background: -webkit-linear-gradient(top, #D13E41 0%, #AF0002 100%);
		background: -o-linear-gradient(top, #D13E41 0%, #AF0002 100%);
		background: -ms-linear-gradient(top, #D13E41 0%, #AF0002 100%);
		background: linear-gradient(to bottom, #D13E41 0%, #AF0002 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D13E41', endColorstr='#AF0002', GradientType=0);
	}
	body header .navbar .navbar-collapse ul li a {
		color: #ffffff;
		text-align: center
	}
	body header .navbar .navbar-collapse ul li a:hover {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-background-radius: 4px;
		background: #D13E41;
		background: #d31c20;
		background: -moz-linear-gradient(top, #d31c20 0%, b00d10 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d31c20), color-stop(100%, #b00d10));
		background: -webkit-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: -o-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: -ms-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: linear-gradient(to bottom, #d31c20 0%, #b00d10 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d31c20', endColorstr='#b00d10', GradientType=0);
	}
	body section {
		float: right;
		width: 100%;
	}
	body section .intro {
		padding: 10px 10px 0;
		height: auto;
		float: right;
		background-repeat: repeat;
	}
	body section .intro .inner {
		float: right;
		height: auto;
		width: 100%;
	}
	body section .intro .inner .right iframe {
		width: 100%;
		margin: 0;
	}
	body section .intro .inner .left {
		position: relative;
		left: 50%;
		margin-left: -187px;
	}
	body section .intro .bottom-of-inner {
		display: none;
	}
	body section .container {
		width: 100%;
		max-width: 640px;
		padding: 0 10px;
		clear: both;
	}
	body section .container.inner .row.right {
		width: 55%;
	}
	body section.second .container .row.top {
		margin-top: 10px;
	}
	body section.second .container .row .box {
		width: 32.9%;
		margin-left: 4px;
		padding: 20px 15px;
	}
	body section .container.inner .row.right .row.text form {
		width: 100%;
	}
	body section .container.inner .row.right .col-md-4 {
		margin: 0 -15px 15px 0;
	}
	body section .container.inner .row.left {
		width: 40%;
	}
	body section .container .row .box .controls {
		clear: right;
	}
	body section .container .row.bottom-row .col-md-6 {
		width: 100%;
		margin: 0 0 10px;
	}
	body section .container .row.bottom-row .col-md-6 a img {
		width: 17%;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan {
		width: 83%;
	}
	body footer {
		float: right;
		width: 100%;
		padding: 0 10px;
	}
	body footer .gapper {
		float: right;
		width: 100%;
		margin-top: 40px;
	}
	body footer .gapper .inner {
		float: right;
		width: 100%;
		margin-bottom: 5px;
	}
	body footer .gapper .inner .head.bidul {
		background: #888888;
	}
	body footer .gapper .inner .head.bidul:hover {
		background: #901ecc;
	}
	body footer .gapper .inner .head.mitug {
		background: #888888;
	}
	body footer .gapper .inner .head.mitug:hover {
		background: #4c0083;
	}
	body footer .gapper .inner .head.taalih {
		background: #888888;
	}
	body footer .gapper .inner .head.taalih:hover {
		background: #41b3a8;
	}
	body footer .gapper .inner .head.gius {
		background: #888888;
	}
	body footer .gapper .inner .head.gius:hover {
		background: #2f9730;
	}
	body footer .gapper .inner .head.mocarim {
		background: #888888;
	}
	body footer .gapper .inner .head.mocarim:hover {
		background: #bbbb24;
	}
	body footer .gapper .inner .head.tikshoret {
		background: #888888;
	}
	body footer .gapper .inner .head.tikshoret:hover {
		background: #da9008;
	}
	body footer .gapper .inner .head.integracia {
		background: #888888;
	}
	body footer .gapper .inner .head.integracia:hover {
		background: #d9408e;
	}
	body footer .gapper .inner ul {
		display: none;
	}
	body footer .dapper {
		width: 100%;
		float: right;
	}
}
@media (max-width:536px) {
	.price-reg__main-list > li {
		padding: 0;
	}
	body header.second .left_side {
		width: 96%;
	}
	body header.second .slogan {
		margin: 0;
	}
	body section.second .container .row .box {
		width: 32.8%;
		padding: 20px 5px;
	}
	body header .left_side .tabs.register {
		float: left;
		clear: left;
		margin: 10px 0 0;
	}
	body header .slogan {
		margin-right: 25px;
	}
	body section.second .intro .inner {
		width: 100%;
	}
	body section.second .intro .inner .right iframe {
		max-width: 83%;
	}
	body section .intro .inner .right iframe {
		max-width: 500px;
		margin: 0 0 -5px !important;
	}
	.cap-overlay {
		font-size: 14px;
		line-height: 16px;
		padding: 5px 10px;
	}
	body header .left_side {
		width: 70%;
	}
	body header .navbar .navbar-collapse ul li ul {
		display: none;
	}
}
@media (max-width:480px) {
	body header.second {
		background: none;
	}
	body header {
		float: right;
		/*max-width: 360px;*/
		width: 100%;
		padding: 0 10px;
	}
	body header .logo {
		width: 38%;
		margin-left: 47px;
	}
	body header .left_side {
		width: 48%;
		margin: 10px 0 0;
	}
	body header.second .left_side {
		width: 100%;
	}
	body header.second .left_side .slogan {
		margin-top: 0;
	}
	body header .left_side .tabs.register {
		margin: 10px 0 0;
	}
	body header .slogan {
		margin: 0;
		font-size: 16px;
	}
	body header.second .navbar .navbar-header .navbar-toggle {
		background: #888888;
		background: -moz-linear-gradient(top, #888888 0%, #727272 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(100%, #727272));
		background: -webkit-linear-gradient(top, #888888 0%, #727272 100%);
		background: -o-linear-gradient(top, #888888 0%, #727272 100%);
		background: -ms-linear-gradient(top, #888888 0%, #727272 100%);
		background: linear-gradient(to bottom, #888888 0%, #727272 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#727272', GradientType=0);
	}
	body header.second .navbar .navbar-collapse {
		padding-top: 5px;
		max-height: none;
	}
	body header.second .navbar .navbar-collapse ul li {
		background: #a5a5a5;
		background: -moz-linear-gradient(top, #a5a5a5 0%, #666666 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5a5a5), color-stop(100%, #666666));
		background: -webkit-linear-gradient(top, #a5a5a5 0%, #666666 100%);
		background: -o-linear-gradient(top, #a5a5a5 0%, #666666 100%);
		background: -ms-linear-gradient(top, #a5a5a5 0%, #666666 100%);
		background: linear-gradient(to bottom, #a5a5a5 0%, #666666 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#666666', GradientType=0);
	}
	body header.second .navbar .navbar-collapse ul li a:hover {
		background: #888888;
		background: -moz-linear-gradient(top, #888888 0%, #727272 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(100%, #727272));
		background: -webkit-linear-gradient(top, #888888 0%, #727272 100%);
		background: -o-linear-gradient(top, #888888 0%, #727272 100%);
		background: -ms-linear-gradient(top, #888888 0%, #727272 100%);
		background: linear-gradient(to bottom, #888888 0%, #727272 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#727272', GradientType=0);
	}
	body header .navbar {
		width: 100%;
	}
	body header .navbar .navbar-header {
		width: 100%;
	}
	body header .navbar .navbar-header .navbar-toggle {
		width: 100%;
		padding: 5px 10px;
		font-family: Alef_bold;
		margin-right: 0;
		background: #d31c20;
		background: -moz-linear-gradient(top, #d31c20 0%, b00d10 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d31c20), color-stop(100%, #b00d10));
		background: -webkit-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: -o-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: -ms-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: linear-gradient(to bottom, #d31c20 0%, #b00d10 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d31c20', endColorstr='#b00d10', GradientType=0);
		-webkit-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
		-moz-box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
		box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.76);
	}
	body header .navbar .navbar-header .navbar-toggle div {
		color: #ffffff;
		font-size: 15px;
	}
	body header .navbar .navbar-collapse ul li {
		margin-bottom: 2px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-background-radius: 4px;
		background: #D13E41;
		background: -moz-linear-gradient(top, #D13E41 0%, #AF0002 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D13E41), color-stop(100%, #AF0002));
		background: -webkit-linear-gradient(top, #D13E41 0%, #AF0002 100%);
		background: -o-linear-gradient(top, #D13E41 0%, #AF0002 100%);
		background: -ms-linear-gradient(top, #D13E41 0%, #AF0002 100%);
		background: linear-gradient(to bottom, #D13E41 0%, #AF0002 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D13E41', endColorstr='#AF0002', GradientType=0);
	}
	body header .navbar .navbar-collapse ul li a {
		color: #ffffff;
		text-align: center
	}
	body header .navbar .navbar-collapse ul li a:hover {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-background-radius: 4px;
		background: #D13E41;
		background: #d31c20;
		background: -moz-linear-gradient(top, #d31c20 0%, b00d10 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d31c20), color-stop(100%, #b00d10));
		background: -webkit-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: -o-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: -ms-linear-gradient(top, #d31c20 0%, #b00d10 100%);
		background: linear-gradient(to bottom, #d31c20 0%, #b00d10 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d31c20', endColorstr='#b00d10', GradientType=0);
	}
	body section {
		float: right;
		width: 100%;
		/*max-width: 360px;*/
	}
	body section.second .intro {
		padding: 10px;
	}
	body section.second .intro .inner {
		max-width: 360px;
		width: 100%;
	}
	body section.second .intro .inner .right iframe {
		max-width: 100%;
	}
	body section .intro {
		float: right;
		height: auto;
		padding: 10px 10px 0;
		background-repeat: repeat;
	}
	body section .intro .inner {
		float: right;
		width: 100%;
		height: auto
	}
	body section .intro .inner .left {
		float: right;
		width: 100%;
		height: auto;
		padding: 48px 20px 0;
	}
	body section .intro .inner .right {
		width: 100%;
	}
	body section .intro .inner .right iframe {
		width: 100%;
		height: 250px;
		margin: 0;
	}
	body section .intro .bottom-of-inner {
		display: none;
	}
	body section.second .container .row.top .box {
		width: 100%;
		margin: 0 0 10px;
		padding: 20px 24px;
	}
	body section.second .container .row.top .box.first {
		margin-top: 10px;
	}
	body section.second .container .row.bottom-row {
		margin-top: 0;
	}
	body section.second .container .row.bottom-row .box {
		width: 100%;
		padding: 20px 24px;
		margin: 0 0 10px;
	}
	body section .container {
		float: right;
		width: 100%;
		padding: 0 10px;
		margin-top: 0;
	}
	body section .container.inner .row.right {
		width: 100%;
	}
	body section .container.inner .row.right .row.text form {
		width: 100%;
	}
	body section .container.inner .row.right .col-md-4.push-right {
		margin-right: 0;
	}
	body section .container.inner .row.left {
		float: right;
		width: 100%;
	}
	body section .container .row.top .box {
		padding: 0;
		text-align: justify;
	}
	body section .container .row.bottom-row .col-md-6 {
		width: 100%;
		margin: 0 0 10px;
	}
	body section .container .row.bottom-row .col-md-6 a img {
		width: 34%;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan {
		width: 66%;
		padding: 0 6px;
		text-align: justify;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan h3 {
		font-size: 19px;
		line-height: 16px;
		margin-top: 4px;
		bottom: 4px;
	}
	body footer {
		float: right;
		padding: 0 10px;
	}
	body footer .gapper {
		float: right;
		width: 100%;
		margin-top: 40px;
	}
	body footer .gapper .inner {
		width: 100%;
		margin-bottom: 5px;
	}
	body footer .gapper .inner .head.bidul {
		background: #888888;
	}
	body footer .gapper .inner .head.bidul:hover {
		background: #901ecc;
	}
	body footer .gapper .inner .head.mitug {
		background: #888888;
	}
	body footer .gapper .inner .head.mitug:hover {
		background: #4c0083;
	}
	body footer .gapper .inner .head.taalih {
		background: #888888;
	}
	body footer .gapper .inner .head.taalih:hover {
		background: #41b3a8;
	}
	body footer .gapper .inner .head.gius {
		background: #888888;
	}
	body footer .gapper .inner .head.gius:hover {
		background: #2f9730;
	}
	body footer .gapper .inner .head.mocarim {
		background: #888888;
	}
	body footer .gapper .inner .head.mocarim:hover {
		background: #bbbb24;
	}
	body footer .gapper .inner .head.tikshoret {
		background: #888888;
	}
	body footer .gapper .inner .head.tikshoret:hover {
		background: #da9008;
	}
	body footer .gapper .inner .head.integracia {
		background: #888888;
	}
	body footer .gapper .inner .head.integracia:hover {
		background: #d9408e;
	}
	body footer .gapper .inner ul {
		display: none;
	}
	body footer .dapper {
		float: right;
		width: 100%;
		margin-top: 25px;
	}
	body footer .dapper .row ul {
		margin-right: -114.5px;
		position: relative;
		right: 50%;
	}
	body footer .dapper .row .anova {
		float: right;
		clear: right;
		margin-right: -52px;
		position: relative;
		right: 50%;
	}
	body header .navbar .navbar-collapse ul li ul {
		display: none;
	}
}
@media (width:480px) {
	body header.second .left_side {
		width: 87%;
	}
	body header {
		max-width: 480px;
	}
	body header .logo {
		width: 28%;
	}
	body header .left_side {
		float: left;
	}

	/*body header .slogan {margin: 0 65px 0 0;}*/
	body section {
		max-width: 480px;
	}
	body section .intro .inner .right iframe {
		margin: 0 0 -5px !important;
	}
	body section.second .intro .inner {
		max-width: 480px;
	}
	body section .container .row .box .controls {
		clear: right;
	}
	body section .container .row.bottom-row .col-md-6 a img {
		width: 25%;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan {
		width: 74%;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan h3 {
		font-size: 22px;
		line-height: 22px;
	}
	body header .navbar .navbar-collapse ul li ul {
		display: none;
	}
}
@media (width:425px) {
	body header {
		max-width: 425px;
	}
	body header .logo {
		width: 34%;
	}
	body header .left_side {
		float: left;
	}
	body header .slogan {
		margin: 0 40px 0 0;
	}
	body section .intro .inner .right iframe {
		margin: 0 0 -5px !important;
	}
	body section .container.inner .row.right .row.text form {
		width: 100%;
	}
	body section {
		max-width: 425px;
	}
}
@media (max-width:360px) {
	body header.second {
		background: none;
	}
	body section .intro .inner .right iframe {
		margin: 0 0 -5px !important;
	}
}
@media (max-width:320px) {
	body header.second {
		background: none;
	}
	body header .logo {
		width: 43%;
		margin-left: 27px;
	}
	body header .left_side {
		width: 48%;
		margin: 10px 0 0;
	}
	body header .slogan {
		font-size: 14px;
	}
	body section .intro .inner .right iframe {
		margin: 0 0 -5px !important;
	}
	body section .container.inner .row.right .row.text form {
		width: 100%;
	}
	body section .container .row.bottom-row .col-md-6 a img {
		width: 34%;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan {
		width: 66%;
		padding: 0 5px;
		text-align: justify;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan h3 {
		font-size: 18px;
		line-height: 16px;
		margin: 6px 0 5px;
	}
	body section .container .row.bottom-row .col-md-6 a .slogan p {
		margin: 0;
	}
}