@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('../fonts/helveticaneuecyrlight.eot');
    src: url('../fonts/helveticaneuecyrlight.eot') format('embedded-opentype'),
         url('../fonts/helveticaneuecyrlight.woff2') format('woff2'),
         url('../fonts/helveticaneuecyrlight.woff') format('woff'),
         url('../fonts/helveticaneuecyrlight.ttf') format('truetype'),
         url('../fonts/helveticaneuecyrlight.svg#helveticaneuecyrlight') format('svg');
}

@font-face {
    font-family: 'SF UI';
    src: url('../fonts/sfuitext-bold-webfont.eot');
    src: url('../fonts/sfuitext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sfuitext-bold-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-bold-webfont.woff') format('woff'),
         url('../fonts/sfuitext-bold-webfont.ttf') format('truetype'),
         url('../fonts/sfuitext-bold-webfont.svg#sf_ui__textbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'SF UI';
    src: url('../fonts/sfuitext-italicg3-webfont.eot');
    src: url('../fonts/sfuitext-italicg3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sfuitext-italicg3-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-italicg3-webfont.woff') format('woff'),
         url('../fonts/sfuitext-italicg3-webfont.ttf') format('truetype'),
         url('../fonts/sfuitext-italicg3-webfont.svg#sf_ui__textitalic_g3') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SF UI';
    src: url('../fonts/SFUITextSemibold.eot');
    src: url('../fonts/SFUITextSemibold.eot') format('embedded-opentype'),
         url('../fonts/SFUITextSemibold.woff2') format('woff2'),
         url('../fonts/SFUITextSemibold.woff') format('woff'),
         url('../fonts/SFUITextSemibold.ttf') format('truetype'),
         url('../fonts/SFUITextSemibold.svg#SFUITextSemibold') format('svg');
    font-weight: 600;
}

@font-face {
    font-family: 'SF UI';
    src: url('../fonts/sfuitext-light-webfont.eot');
    src: url('../fonts/sfuitext-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sfuitext-light-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-light-webfont.woff') format('woff'),
         url('../fonts/sfuitext-light-webfont.ttf') format('truetype'),
         url('../fonts/sfuitext-light-webfont.svg#sf_ui__textlight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'SF UI';
    src: url('../fonts/sfuitext-regularg3-webfont.eot');
    src: url('../fonts/sfuitext-regularg3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sfuitext-regularg3-webfont.woff2') format('woff2'),
         url('../fonts/sfuitext-regularg3-webfont.woff') format('woff'),
         url('../fonts/sfuitext-regularg3-webfont.ttf') format('truetype'),
         url('../fonts/sfuitext-regularg3-webfont.svg#sf_ui__textregular_g3') format('svg');
    font-weight: normal;
    font-style: normal;
}

#scs:target,
#contact_form:target {
 display: block;
}


html, body {
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}
body {
	background: #ffffff;
	width: 100%;
	color: #000;
	font-style: normal;
	font-weight: 400;
}
body.gray {
	background-color: #f4f4f4;
}
body, textarea {
	font-size: 14px;
	font-family: "PT Sans", sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:focus, a:hover {
	color: #BCD839;
}
input[type="text"], input[type="email"] {
	border: 1px solid #d2d2d2;
	padding: 6px;
	width: 100%;
}
input[type="submit"], input[type="button"], button {
	font-size: 15px;
	border-radius: 5px;
	padding: 3px 15px;
	background-color: #fff;
	border: 2px solid #000;
	cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover,
.form-signin > form input[type='submit']:hover,
.form-signin > form .close_btn:hover {
	background-color: #268bd0;
	color: #fff;
}
.preload {
    background: url("../img/preload.gif") no-repeat 50% 50% #fff;
}

#container {
	position: relative;
	height: auto;
    min-height: 100%;
	overflow: hidden;
}
.align {
	width: 98%;
	margin: 0 auto;
	max-width: 1100px;
	overflow: hidden;
}
#main {
	/*padding-bottom: 133px;*/
}
header {
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
header .top {
	overflow: hidden;
}

header .top .phones {
	float: right;
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
	font-family: "PT Sans", sans-serif;
}
header .top .phones > i {
	color: #cccccc;
    font-size: 14px;
}
header .top .phones > button {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 12px;
	color: #fff;
	margin: -3px 0 0 20px;
	padding: 5px 12px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
header .top .phones > button:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
header .top .social {
	float: right;
	margin: 6px 0 0 15px;
	padding-left: 8px;
	border-left: 1px solid #e5e5e5;
}
header .top .social > a {
	color: #bababa;
	font-size: 18px;
	display: table-cell;
}
header .top .social > a > .fa {
	vertical-align: middle;
	margin: 0 5px;
}
header .top .social > a:hover {
	color: #991F5D;
}
header .logo {
	float: left;
}
header .menu {
	margin: 0 auto;
    max-width: 1100px;
    width: 98%;
}
header .menu > .fa {
	display: none;
}
header .menu > div {
    display: table;
    margin: 0 auto;
	max-width: 1100px;
    width: 70%;
}
header .menu > div > li {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	position: relative;
	max-width: 75px;
}
header .menu > div > li > a {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 14px 0;
	width: 100%;
}
header .menu > div > li > a:hover {
	background-color: rgba(0, 0, 0, 0.33);
}
header .menu > div > li > div {
	background-color: #fff;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
	display: none;
	list-style: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	width: 545px;
}
header .menu > div > li:hover > div {
	display: block;
}
header .menu > div > li > ul {
	float: left;
	text-align: left;
    width: 50%;
}
header .menu > div > li > ul li {
	display: block;
	margin: 5px 0;
}
header .menu > div > li > ul ul {
	padding-left: 10px;
}
header.active {
	background-color: rgba(0, 0, 0, 0.6);
}
header.active .menu {
	margin-top: 2px;
}
header.active .logo {
    top: 12px;
}
header .top_bar {
	margin: 7px -15px 0 0;
	display: table;
}
header .top_bar > b {
	font-size: 14px;
	font-weight: normal;
}
header .top_bar > img {
	border: 3px solid rgba(201, 194, 15, 0.53);
    border-radius: 50%;
    width: 40px;
	margin: 0 5px 0 7px;
}
header .top_bar > b, header .top_bar > img, header .top_bar > i {
	vertical-align: middle;
	display: table-cell;
}
header .top_bar > i {
	color: #c9bf0f;
	font-size: 16px;
}
header #home_btn {
	background-color: #e3d707;
    border-radius: 5px;
    display: inline-block;
    margin: 16px 0 0 25px;
    padding: 9px 20px 10px;
}
header #home_btn:hover {
	background-color: #C1BA0B;
	color: #fff;
}
#lang_bar {
	float: right;
	margin-top: 12px;
}
#lang_bar a {
	font-size: 12px;
	color: #ccc;
	display: inline-block;
	margin-top: 4px;
	text-align: left;
	font-weight: 600;
}
#lang_bar a.active, #lang_bar a:hover {
	color: #000;
}
#lang_bar > img {
	display: none;
	width: 50px;
	vertical-align: middle;
	cursor: pointer;
}
#lang_bar > img:hover {
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
	opacity: 0.7;
}
#lang_bar .choose_lang {
	text-align: right;
}
#lang_bar .choose_lang > ul {
	display: none;
}
#lang_bar .choose_lang:hover > .fa {
	color: #991F5D;
}
#lang_bar .choose_lang:hover > ul, #lang_bar .choose_lang > ul > a {
	display: block;
}
#search {
	background-color: #9deaf9;
	margin-top: 9px;
    padding: 3px 5px;
	float: right;
}
#search > input, #search > button {
	background-color: #9deaf9;
	border: none;
	padding: 0;
	vertical-align: middle;
}
#search > input {
	padding: 0 5px 2px;
	width: 150px;
}
#search > button {
	color: #737575;
}
#search > button:hover {
	color: #000;
}
.internal_page {
	width: 98%;
	margin: 100px auto 0;
	max-width: 1100px;
	overflow: auto;
	position: relative;
}
.internal_page h1 {
	font-size: 21px;
	margin-bottom: 24px;
	text-align: center;
	font-weight: normal;
}
.internal_page ul {
	list-style: disc inside;
	/*padding: 5px 0 5px 15px;*/
}
.internal_page .select_event {
	text-align: center;
	margin-top: 50px;
}
.internal_page .select_event > form > input {
	border: 2px solid #000;
	border-radius: 7px;
	padding: 6px;
	width: 40%;
}
.internal_page .select_event input.datepicker {
	background: url('../img/dropdown.png') no-repeat 95% 54% transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100px;
}
.internal_page .select_event table {
	margin-top: 35px;
	text-align: left;
}
.internal_page .select_event .p_info {
	margin: 35px 0 0 30px;
}
.internal_page .select_event .p_info .p_block {
	width: 50%;
	float: left;
	margin-top: 30px;
	text-align: left;
}
.internal_page .select_event .p_info .p_block > h2 {
	font-weight: normal;
}
.internal_page .select_event .p_info .p_block table {
	margin-top: 20px;
	width: 60%;
}
.internal_page .select_event .p_info .p_block table td {
	padding: 2px;
	font-size: 12px;
	border: none;
}
.internal_page .select_event .p_info .p_block table td.exp_date > input,
.internal_page .select_event .p_info .p_block table td.csc > input {
	width: 50px;
	text-align: center;
}
.internal_page .select_event .p_info .p_block table td.csc > a {
    border-bottom: 1px dashed #ccc;
    font-size: 11px;
    margin-left: 5px;
}
.internal_page .select_event .have_acc {
	font-size: 12px;
	text-align: left;
}
.internal_page .select_event .have_acc a {
	background-color: #ffe3e3;
    color: #ff0000;
    padding: 7px 10px;
	margin-left: 7px;
}
.internal_page .select_event .have_acc a:hover {
	background-color: #d7d7d7;
    color: #000;
}
.internal_page .select_event .deliv label {
	cursor: pointer;
	float: right;
    margin-top: 7px;
}
.internal_page .select_event .deliv label.upd {
	color: #24C21D;
}
.internal_page .select_event .deliv label:hover {
	color: #268bd0;
}
.internal_page .select_event .deliv label > input {
	display: none;
}
.internal_page .select_event .deliv select {
	width: 90%;
}
.internal_page .select_event table > thead > tr {
	background-color: #e8e8e8;
}
.internal_page .select_event table td {
	padding: 12px;
	border-bottom: 1px solid #e8e8e8;
}
.internal_page .select_event table td input, .internal_page .select_event table td select {
	border: 1px solid #d2d2d2;
	padding: 6px;
	width: 100%;
}
.internal_page .select_event .splits {
	border: 1px solid #d2d2d2;
	margin-left: 10px;
    padding: 9px;
    width: 180px;
}
.internal_page .select_event .addmore {
	border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 3px;
}
.internal_page .select_event .tickets-cell td:first-child, .internal_page .select_event .tickets-cell td:last-child {
	background-color: #fff;
	border-bottom: none;
}
.internal_page .select_event .tickets-cell td:last-child {
	text-align: right;
}
.internal_page .select_event .tickets-cell td.price {
	padding-right: 0;
}
.internal_page .select_event .tickets-cell td.price > input {
	width: 60px;
}
.internal_page .select_event .tickets-cell td.price > span .fa {
	cursor: default;
}
.internal_page .select_event .tickets-cell td.price > span .fa:hover {
	color: #268bd0;
}
.internal_page .select_event .tickets-cell input.center {
	text-align: center;
	font-weight: bold;
}
.internal_page .select_event .left {
	float: left;
	padding: 10px 25px;
    text-align: left;
}
.internal_page .select_event .left.ml40 {
	margin-left: 40px;
}
.internal_page .select_event .left.st:first-child {
	font-size: 20px;
}
.internal_page .select_event .left.st:nth-child(2n) {
	border-left: 1px solid #E8E8E8;
}
.internal_page .select_event .left.st a {
	border-bottom: 1px dashed #000;
    font-size: 12px;
    padding-bottom: 1px;
}
.internal_page .select_event .left b {
	display: block;
    font-size: 17px;
    margin-bottom: 5px;
}
.internal_page .select_event .right {
	float: right;
    padding: 10px 15px;
    text-align: left;
}
.internal_page .select_event .agree {
	font-size: 12px;
}
.internal_page .select_event .agree > input {
	vertical-align: sub;
	margin-right: 3px;
}
.internal_page .select_event .agree > a {
	color: #ff0000;
}
.internal_page .select_event .agree > a:hover {
	color: #268bd0;
}
.internal_page .select_event button.right {
	font-size: 16px;
    margin-right: 125px;
    padding: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
.internal_page .select_event .right.st {
	background-color: #e8e8e8;
    border-radius: 7px;
    font-size: 12px;
}
.internal_page .select_event .right b {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.internal_page .select_event .right b > span,
.internal_page .select_event .required,
.internal_page .select_event .remove {
	color: #ff0000;
}
.internal_page .select_event .remove:hover {
	color: #000;
}
.internal_page.catalog h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 0;
}
.internal_page.catalog .products {
	margin-top: 10px;
}
.internal_page.catalog .product_block {
	overflow: hidden;
    position: relative;
	float: left;
	width: 33%;
}
.internal_page.catalog .product_block:nth-child(2n) {
	margin: 0 0.5%;
}
.internal_page.catalog .cat_img {
	float: left;
	position: relative;
    z-index: 1;
	margin-left: 10px;
}
.internal_page.catalog .thumb {
	max-width: 115px;
	margin: 0;
	padding: 0;
}
.internal_page.catalog .thumb:hover {
   filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
	opacity: 0.7;
}
.internal_page.catalog .content-area {
	border: 1px solid #e5e5e5;
    color: #9b9b9b;
    min-height: 120px;
    margin-top: 30px;
    padding: 18px 10px 10px 150px;
    position: absolute;
	width: 92%;
}
.internal_page.catalog .content-area > h3 {
	font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.internal_page.product {
	color: #2f2f2f;
}

.product img {
	max-width: 100%;
    height: auto;
}

.internal_page.product p {
	padding: 5px 0;
}
.internal_page.product .left {
	float: left;
    width: 89%;
}
.internal_page.product .right {
	float: right;
}
.internal_page.product .right > span {
	text-transform: uppercase;
	color: #afafaf;
	font-size: 12px;
	text-align: center;
	display: block;
}
.internal_page.product h1 {
	margin: 30px 0 10px;
}
.internal_page.product .cell {
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
}
.internal_page.product .cell.gray {
	background-color: #f3f3f3;
	padding: 15px 30px 10px;
	width: 65%;
}
.internal_page.product .cell.gray strong:first-child {
	text-transform: uppercase;
}
.internal_page.product .cell.gray ul {
	list-style: outside disc;
	padding-left: 13px;
}
.internal_page.product .cell.gray ul li {
	margin-bottom: 5px;
}
.internal_page.product hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 22px 0 15px;
}
.internal_page.product table {
	width: 83%;
	float: right;
}
.internal_page.product table td img {
	vertical-align: middle;
	margin-right: 10px;
}
.internal_page .seo_text {
	color: #727070;
}
.internal_page .az {
	color: #585858;
	float: left;
	width: 18%;
	padding-right: 10px;
	margin: 15px 0;
}
.internal_page .wz {
	float: left;
	width: 82%;
}
.internal_page .workshop_block {
    float: left;
    padding: 0 50px;
	margin: 15px 0;
	border-left: 1px dashed #d0d0d0;
}
.internal_page .workshop_block .wr_block {
	float: left;
	margin-right: 40px;
}
.internal_page .workshop_block .wr_block .paynow {
	background-color: #0bcbef;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	font-size: 14px;
	padding: 11px 20px;
	float: left;
}
.internal_page .workshop_block .wr_block .paynow:hover {
	background-color: #666;
}
.internal_page .workshop_block .wr_block > img {
	float: left;
    height: 22px;
    margin: 9px 0 0 20px;
}
.internal_page .workshop_block .workshop_title {
	color: #b6b6b6;
    font-size: 14px;
	text-transform: uppercase;
}
.internal_page .workshop_block .workshop_title > h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.internal_page .workshop_block .wr_date, .internal_page .workshop_block .wr_price, .internal_page .workshop_block .wr_place {
    border: 1px solid #ccc;
    color: #000;
    float: left;
    margin: 30px 30px 30px 0;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
}
.internal_page .workshop_block .wr_place {
	border: none;
	text-transform: none;
	text-align: left;
	clear: left;
	line-height: 1.3;
	margin: 40px 30px 20px 0;
}
.internal_page .workshop_block .wr_place > span {
	display: block;
	color: #b1b1b1;
	text-transform: uppercase;
}
.internal_page .workshop_block .wr_date {
	padding: 29px 15px 28px;
}
.internal_page .workshop_block .wr_date > span {
	display: none;
    font-size: 36px;
}
.internal_page .workshop_block .wr_price > div {
   float: left;
   line-height: 1.3;
   color: #a5a5a5;
   padding: 6px 0 5px;
}
.internal_page .workshop_block .wr_price > div > b {
	font-size: 24px;
	color: #000;
	display: block;
}
.internal_page .workshop_block .wr_price > div > span {
	color: #d61725;
	text-transform: none;
	display: block;
	padding: 15px 0 15px 15px;
}
.internal_page .workshop_block .wr_price > div > span > b {
	color: #17D67A;
	font-weight: normal;
}
.internal_page .az > h2 {
	font-size: 18px;
    font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.internal_page .contacts {
	text-align: left;
}
.internal_page .contacts > div {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.internal_page .contacts #err {
	padding: 95px 5% 0;
}
.internal_page .contacts > div > img {
	position: absolute;
	margin: -3px 0 0 -45px;
}
.internal_page .contacts > div > .adress {
	font-size: 16px;
	display: block;
	margin: 20px 0;
	padding-bottom: 22px;
	border-bottom: 1px dotted #e5e5e5;
}
.internal_page .contacts > div > .phone_addit {
    float: left;
    line-height: 1.4;
    width: 48%;
	margin-bottom: 30px;
}
.internal_page .contacts > div > .phone_addit:nth-child(1n) {
	margin-right: 1%;
}
.internal_page .contacts > div > .phone_addit:nth-child(2n) {
	margin-left: 1%;
}
.internal_page .contacts > div > .phone_addit > div {
	color: #710039;
}
.internal_page .contacts > div > form {
	background-color: #f8f8f8;
	padding: 26px 40px 15px;
	margin-bottom: 40px;
}
.internal_page .contacts > div > form > h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.internal_page .contacts > div > form > input[type="text"], 
.internal_page .contacts > div > form > input[type="email"], 
.internal_page .contacts > div > form > textarea,
.internal_page .contacts > div > form > select {
	background-color: #e6e6e6;
	width: 100%;
	border: none;
	margin: 2.5px 0;
	padding: 14px;
	font-size: 12px;
}
.internal_page .contacts > div > form > input.half {
	width: 48%;
}
.internal_page .contacts > div > form > input.half.left {
	float: left;
}
.internal_page .contacts > div > form > input.half.right {
	float: right;
}
.internal_page .contacts > div > form > select {
	background: url('../img/dropdown.png') no-repeat 95% 54% #e6e6e6;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
.internal_page .contacts > div > form > select option:first-child {
	color: #787878;
}
.internal_page .contacts > div > form > textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 140px;
	max-height: 280px;
	font-size: 13px;
}
.internal_page .contacts > div > form > input[type="submit"] {
	background-color: #710039;
	border: none;
	font-size: 19px;
	color: #fff;
	margin: 7px auto 0;
	padding: 14px 0 16px;
    width: 52%;
	border-radius: 0;
	display: block;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.internal_page .contacts > div > form > input[type="submit"]:hover {
	background-color: #8f1955;
}
.internal_page .contacts > div > form .error, .form-signin > form .error {
	color: #ea1010;
    text-align: left;
	clear: both;
}
.internal_page .contacts > div > form .error-border, .form-signin > form .error-border {
	border: 2px solid #EA1010 !important;
}
.internal_page .contacts > div > iframe {
	width: 100%;
	height: 363px;
}
.internal_page.geo {
	color: #3a3a3a;
	font-size: 16px;
}
.internal_page.geo > h1 {
	margin-bottom: 0;
}
.internal_page.faq a {
	display: block;
	font-weight: bold;
	color: #3399cc;
	margin: 30px 0 10px;
}
.internal_page.faq a:hover {
	color: #666;
}
.internal_page.faq .ans {
	display: none;
	color: #999;
}
.front_page {
	line-height: 1.5;
	font-size: 16px;
	overflow: auto;
}
.front_page p, .internal_page p {
	padding: 7px 0;
}
.front_page.frontside p {
	padding-left: 2px;
}
.front_page .text_main {
    padding: 0 50px;
    position: absolute;
    top: 260px;
    width: 45%;
	color: #fff;
	text-shadow: 0 0 9px rgba(0, 0, 0, 0.54);
}
.front_page .text_main a, #activate_text > a {
	background-color: #faed00;
    border-bottom: 3px solid #c9bf0f;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 1;
    margin: 15px 55px 0 0;
    padding: 18px 10px;
    text-align: center;
    text-shadow: none;
    width: 210px;
	text-transform: none;
}
#activate_text > a {
	float: none;
    width: auto;
	padding: 18px 15px;
}
.front_page .text_main a:hover, #activate_text > a:hover {
	background-color: #333;
    color: #fff;
}
.front_page .about {
	font-size: 15px;
	margin: 35px auto;
	overflow: hidden;
}
.front_page .about > div {
	float: left;
	width: 50%;
	line-height: 1.2;
	padding: 0 10px;
}
.front_page.inside .about > div {
	padding: 0;
}
.front_page .about > div > h4 {
	font-size: 24px;
	font-weight: normal;
	margin: 55px 0 22px;
}
.front_page .about > div > p {
	width: 90%;
}
.front_page .about > div a {
	background-color: #fcf2c6;
    border-radius: 7px;
    color: #725f07;
    float: right;
    font-size: 14px;
    padding: 10px 15px;
}
.front_page .about > div a:hover {
	background-color: #faed00;
	color: #000;
}
.front_page .nav_menu > a.order {
	background-color: rgb(255, 201, 14);
	color: #000;
	border: none;
	text-transform: none;
}
.front_page .text_main a.v_btn {
	background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 0 0 6px;
    width: 170px;
}
.front_page .text_main a > img {
	margin: 0 7px -10px 0;
}
.front_page .nav_menu > a.order > img {
	margin-bottom: -10px;
}
.front_page .text_main a.v_btn > img {
	margin-bottom: -12px;
}
.front_page .text_main a.order {
	background-color: rgba(255, 201, 14, 0.85);
	color: #000;
}
.front_page .text_main a.order:hover, .front_page .nav_menu > a.order:hover {
	background-color: rgba(255, 246, 14, 0.85);
}
.front_page .text_main a.order > img {
	margin-right: 0;
}
.front_page .text_main > h1 {
    font-size: 36px;
    font-weight: normal;
	text-align: left;
}
.front_page .m_over {
	margin-top: -120px;
    position: absolute;
	cursor: pointer;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.front_page .m_over:hover {
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
	opacity: 0.7;
	-moz-transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}
.front_page .nav_menu {
	margin-top: 35px;
}
.front_page .nav_menu > a {
	font-size: 22px;
	color: #949494;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 25px;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 10px 25px 8px;
}
.front_page .nav_menu > a:hover {
	color: #612502;
}
.front_page .nav_menu > a.active {
	color: #612502;
	border-color: rgba(97, 37, 2, 0.3);
	cursor: default;
}
.front_page .menu_area {
	text-align: left;
	color: #777;
	padding: 5px 30px;
	line-height: 1.2;
	margin: 45px 0;
	display: none;
}
.front_page .menu_area.active {
	display: block;
}
.front_page .menu_area table tr {
	border-bottom: 1px dashed #e6e6e6;
}
.front_page .menu_area table td {
	padding: 14px 0 9px;
}
.front_page .menu_area > h2 {
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}
.front_page .menu_area img.thumb {
	width: 151px;
	margin-right: 25px;
}
.front_page .menu_area h4 {
	font-family: "MyriadProRegular", sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #000;
}
.front_page .menu_area h4 > img {
	margin: 0 0 -4px 5px;
}
.front_page .menu_area h4 > a {
    border: 1px solid rgba(97, 37, 2, 0.3);
    font-size: 13px;
    padding: 0 0 8px;
	margin: 0 0 -6px 25px;
    width: 150px;
	border-radius: 5px;
    color: #612502;
    display: inline-block;
	text-align: center;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.front_page .menu_area h4 > a:hover {
	background-color: rgba(96, 36, 2, 0.3);
    color: #fff;
}
.front_page .menu_area h4 > a > img {
	margin: 0 2px -12px 0;
}
.front_page .menu_area span {
	color: #b5b5b5;
	display: block;
	font-style: italic;
}
.front_page .menu_area p {
	padding-top: 10px;
}
.front_page .menu_area .price {
	background-color: #f7f7f7;
	border-radius: 5px;
	font-size: 20px;
	color: #612502;
	text-align: center;
    width: 160px;
	padding: 30px 10px;
	margin-left: 25px;
}
.front_page .menu_area .price > b {
	font-size: 30px;
	font-weight: normal;
}
.front_page .menu_area .lookin {
	margin-top: 15px;
}
.front_page .menu_area .lookin > div {
	display: inline-block;
	margin-right: 30px;
    padding-right: 35px;
	border-right: 1px dotted #e8e8e8;
	color: #612502;
}
.front_page .menu_area .lookin > div:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.front_page .menu_area .lookin > div > img {
    margin: 0 5px -5px 0;
}
.front_page .menu_area .lookin > div > img:first-child {
	margin-bottom: -4px;
}
.front_page .menu_area .lookin > div > span {
	font-style: normal;
	display: inline-block;
}
.inst_block {
	color: #afafaf;
	font-size: 24px;
	margin-top: 25px;
}
.inst_block > iframe {
	margin-top: 30px;
	height: 380px;
	overflow: hidden;
	width: 100%;
}
.order_block {
	background: url('../img/fitomodul-green-tree.jpg') no-repeat 100% 80% #e2d89f;
	background-position: 106% center;
	background-size: contain;
	height: 350px;
	margin-top: -7px;
	position: relative;
}
.order_block > span {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-top: 18px;
}
.order_block > span > b {
	font-weight: normal;
	font-size: 30px;
	color: #000;
	display: block;
}
.order_block form {
	padding-top: 30px;
	text-align: left;
}
.order_block form > a.close {
	display: none;
}
.order_block form > div > h4 {
	font-size: 46px;
}
.order_block form > div > p {
	font-size: 18px;
	color: #fff;
}
.order_block form > div {
	float: left;
}
.order_block form > .c2 {
    background: url("../img/promo.png") no-repeat 0 0 transparent;
    color: #fff;
    font-family: "MyriadProRegular", sans-serif;
    font-size: 16px;
    height: 99px;
    margin: -7px 0 0 55px;
    width: 333px;
	padding: 28px;
}
.order_block form > input {
	font-size: 16px;
	font-family: "MyriadProLight", sans-serif;
	width: 25%;
	padding: 15px 20px;
	margin: 2px 1px;
	border: 1px solid #fff;
	/*box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);*/
}
.order_block form > input.error-border {
	border: 1px solid #ff0000;
}
.order_block form .error {
	color: #ff0000;
    position: absolute;
    top: 115px;
}
.order_block form > input.datepicker {
	background: url("../img/date.png") no-repeat 18px 50% #fff;
	padding-left: 47px;
}
.order_block form > input[type="submit"] {
	background-color: #525252;
	color: #fff;
	border-radius: 0;
	width: 20%;
	border: 1px solid #525252;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.order_block form > input[type="submit"]:hover {
	background-color: #8B8B8B;
}

.page_404 p {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	
	color: rgb(0, 0, 0);
	padding-top: 100px;
}

.page_404 span {
	font-size: 11em;
	line-height: 1em;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	color: #1276c0;
}

.page_404 > a {
	display: block;
	position: static;
	margin: 0 auto;
	width: 250px;
	margin-bottom: 40px;
	background-color: #1276c0;
}


.front_page.single {
	margin-top: 17%;
}
.front_page.single h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 36px;
	color: #000;
	font-weight: normal;
}
.front_page.single a {
	border: 2px solid #000;
	font-size: 18px;
	padding: 12px 30px;
	margin: 0 10px;
	border-radius: 8px;
}
.news_block .button {
	background-color: #fefabf;
    border-radius: 5px;
    color: #000;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    width: 145px;
}
.news > h1 {
	margin-bottom: 25px !important;
}
.news_block .button:hover {
	background-color: #FAED00;
}
.news_section {
	background-color: #f4f4f4;
	padding: 30px 0 60px;
}
.news_section h2 {
	font-size: 29px;
	font-weight: normal;
	margin-bottom: 20px;
}
.news_section .news_sec {
	float: left;
	margin-right: 30px;
	position: relative;
}
.news_section .news_sec:last-child {
	margin-right: 0;
}
.news_section .news_sec .date, .news_block .date, .news_child .date {
	background-color: rgba(0, 0, 0, 0.46);
    border-bottom: 5px solid rgba(0, 0, 0, 0.26);
    color: #fff;
    font-family: "Myriad pro",sans-serif;
    font-size: 14px;
    left: 8px;
    padding: 10px 7px 2px;
    position: absolute;
    top: 0;
	z-index: 1;
}
.news_block .date {
	left: 15px;
}
.news_section .news_sec .cat_img {
	height: 140px;
	overflow: hidden;
}
.news_section .news_sec .cat_img .thumb {
	width: 248px;
}
.news_section .news_sec .thumb:hover {
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
	opacity: 0.7;
}
.front_page .button:hover, .news_block .button:hover {
	color: #000;
}
.front_page .front_feeds, .front_page .front_partners {
	background-color: #f5f5f5;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	box-shadow: 0 2px 4px 0 #ccc inset;
	padding: 10px;
	height: 150px;
	display: table;
	width: 100%;
}
.internal_page .back_partners {
	background-color: #f5f5f5;
	padding: 20px;
	display: table;
	width: 100%;
	margin-bottom: 12px;
}
.front_page .front_feeds .feed, .internal_page .back_partners > p {
    height: 100%;
    overflow: hidden;
	font-size: 12px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
}
.front_page .front_feeds .feed {
	border-right: 2px solid #e7e7e7;
	padding: 0 25px;
}
.internal_page .back_partners > p {
	font-size: 14px;
	width: auto;
	padding-left: 4%;
}
.internal_page .back_partners > p:first-child {
	text-align: center;
    width: 18%;
	padding-left: 0;
}
.front_page .front_feeds .feed > p > img {
	float: left;
    margin-right: 20px;
}
.front_page .front_feeds .feed > p > strong {
	font-size: 16px;
	display: block;
	margin-bottom: 12px;
}
.front_page .front_partners > p, .front_page .front_feeds .feed > p {
	display: table-cell;
    vertical-align: middle;
	padding: 0;
}
.front_page .front_partners > p > img {
	margin: 0 22px;
}
.news.left {
	float: left;
	width: 77%;
	margin-right: 3%;
}
.news.right {
	float: left;
	width: 20%;
	margin-top: 35px;
}
.news.right .tw_block > iframe {
	height: 840px !important;
}
.news_child > h1 {
	text-align: left !important;
}
.news_child .cat_img {
	position: relative;
	float: left;
    margin: 0 20px 10px 0;
}
.news_child .cat_img .thumb > img {
	width: 100%;
}
.news_block {
    font-size: 15px;
    margin-bottom: 35px;
    overflow: hidden;
    text-align: left;
	position: relative;
}
.news_block > div {
	display: table-cell;
	vertical-align: middle;
}
.news_block .cat_img {
	padding-right: 20px;
	max-width: 330px;
}
.news_block .thumb {
	max-width: 330px;
	max-height: 330px;
	margin: 0;
}
.news_block .thumb:hover {
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
	opacity: 0.7;
}
.news_block .cat_img > div {
	float: right;
}
.news_block .content-area {
	min-height: 242px;
    position: relative;
	padding-left: 35px;
}
.news_block h3 {
	font-family: "Myriad Pro", sans-serif;
	font-size: 20px;
    margin-bottom: 10px;
	font-weight: 600;
}
.news_block h2 span {
	float: right;
	font-size: 14px;
	text-transform: none;
}
.work_child .left {
	float: left;
    line-height: 1.5;
    width: 40%;
	margin-right: 10%;
}
.work_child .right {
	float: left;
	width: 50%;
	margin-top: -20px;
}
.work_child .right .title {
	color: #b1b1b1;
	font-weight: bold;
	margin: 0 0 15px 5px;
}
.work_child .right .title > b {
	color: #727070;
	font-weight: inherit;
	text-transform: uppercase;
}
.work_child .right > form > table {
	border-collapse: inherit;
    border-spacing: 5px;
}
.work_child .right > form > table td {
	background-color: #f5f5f5;
	width: 20%;
	color: #727070;
	text-align: center;
	font-size: 12px;
	padding: 8px 0;
}
.work_child .right > form > table > thead > tr > td {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
.work_child .right > form > table td:first-child {
	width: 1%;
	background-color: transparent;
}
.work_child .right > form > table td:first-child > input {
	vertical-align: middle;
}
.work_child .right .regnow {
	background-color: #0bcbef;
	float: right;
	margin: 20px 5px 0 0;
	border: none;
	border-radius: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 8px 20px;
	text-transform: uppercase;
	width: 135px;
}
.work_child .right .regnow:hover {
	background-color: #666;
}
.work_child .right .learn {
    color: #0bcbef;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: 12px 5px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 135px;
}
.work_child .right .learn:hover {
	color: #666;
}
.internal_page .learn_btn {
	background-color: #0bcbef;
	color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 5px 0 0;
    padding: 8px 20px;
    text-transform: uppercase;
    width: 135px;
	text-align: center;
}
.internal_page .learn_btn:hover {
	background-color: #666;
}
.work_child .right .text_work {
	color: #9c9b9b;
	font-size: 12px;
	clear: both;
	margin-left: 5px;
	padding-top: 25px;
	line-height: 1.5;
}
.work_child h4, .work_child .attend > h4 {
	color: #575756;
	margin: 0 0 6px 0 !important;
	font-size: 14px;
}
.work_child > h4 > img {
	margin: 0 0 -5px 10px !important;
}
.work_child .attend {
	font-size: 13px;
	padding-top: 22px;
}
.work_child .attend > div > div {
	line-height: 1.3;
	-webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 0px solid #ccc;
    -moz-column-rule: 0px solid #ccc;
    column-rule: 0px solid #ccc;
}
.work_child .attend > iframe {
	width: 50%;
}
.content {
	display: table;
    width: 100%;
}
.content-block {
	border: 2px solid #000;
	padding: 10px;
	display: table-cell;
}
.content-block.left, .content-block.right {
	width: 15%;
}
.content-block.top, .content-block.bottom {
	display: block;
}
.content-block .thumb > img {
	max-width: 100%;
}
.content .front_page > .thumb {
	max-height: 690px;
    overflow: hidden;
}
.content .front_page.practic > .align {
	margin-top: -120px;
}
.content .front_page.practic > .thumb {
	max-height: 305px;
}
.content .inside {
	font-size: 15px;
	text-align: justify;
	line-height: 1.4;
	margin-bottom: 50px;
}
.content .inside > .thumb {
	max-height: 407px;
}
.content .front_page > .thumb > img {
	width: 100%;
}
.content .breadcrumbs, .content .breadcrumbs a {
	color: #c3c3c3;
	font-size: 14px;
	/*margin: 10px 0 10px 6px;*/
}
.content .breadcrumbs a:hover {
	color: #000;
}
.content .breadcrumbs > span {
	margin: 0 5px;
}
.content .breadcrumbs > span:first-child {
	margin-left: 0;
}
.content h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.content marquee {
	display: table-cell;
    vertical-align: middle;
}
.pagination {
	border-top: 5px solid #f6f6f6;
    margin-bottom: 10px;
    overflow: hidden;
}
.pagination .left {
	float: left;
	font-size: 12px;
	display: none;
}
.pagination .right {
	float: right;
    font-size: 14px;
    margin-top: 18px;
    text-align: center;
	color: #c6c6c6;
}
.pagination .right > span, .pagination .right > a {
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    width: 40px;
}
.pagination .right > span {
	background-color: #faed00;
    border: 1px solid #faed00;
	color: #000;
}
.pagination .right > a {
	color: #9c9c9c;
	border: 1px solid #EBEBEB;
}
.pagination .right > a:hover {
	background-color: #EBEBEB;
	color: #000;
}
footer {
	background-color: #faed00;
	position: relative;
    width: 100%;
    /*margin-top: -133px;*/
    min-height: 118px;
    clear: both; 
	overflow: hidden;
	border-top: 6px solid #c4ba0b;
	padding: 12px 0 22px;
}
footer h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 35px;
}
footer h3 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 8px;
}
footer h4 {
	font-size: 16.5px;
	text-transform: uppercase;
	border-bottom: 2px solid #8f1955;
	color: #fff;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 1.4;
	font-weight: normal;
}
footer .f_logo {
	float: left;
	height: 65px;
}
footer .menu {
	display: table;
    margin: 40px 0 0 44.55%;
    text-align: center;
    width: 55.45%;
    max-width: 585px;
}
footer li.col {
	display: block;
}
footer li.col > a:hover {
	color: #ada606;
}
.social {
	float: left;
    margin-top: 22px;
}
.social > a {
	color: #000;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.social > a > img {
	width: 40px;
	border-radius: 50%;
}
footer .copy {
	color: #b19c25;
    float: right;
    font-size: 10px;
    margin-top: 30px;
}
footer .bottom_block > a {
	padding: 0 10px;
	border-left: 1px solid #727070;
	margin: 2px 0;
	display: inline-block;
	color: #727070;
}
footer .bottom_block > a:hover {
	color: #0bbbef;
}
footer .bottom_block > a:first-child {
	border: none;
}
footer #search {
	background-color: #f6f6f6;
	border: 1px solid #d0d0d0;
}
footer #search > input, footer #search > button {
	background-color: #f6f6f6;
	color: #666;
}

.content-block {
	display: block;
	padding: 0;
	border: none;
}

header .top {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

.langs {
	display: inline-block;
	margin-top: 0;
	float: right;

}

header .top .phones {
	margin-top: 0;
	color: #fff;
}

header .top .phones a {
	color: #fff;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	line-height: 30px;
	font-size: 14px;
}

.inside header .top .phones a {
	color: #000;
}

.inside #lang_bar a.active {
	background-color: #d0e4f2;
	color: #1276c0;
}

.inside #lang_bar a {
	color: #858585;
}

.inside #lang_bar a:hover {
	color: #1276c0;
}

header .top .phones a:first-child {
	background-image: url(../img/tel.png);
}


header .top .phones a:nth-child(2)
{
	margin-right: 40px;
	padding-left: 10px;
}

.inside header .top .phones a:first-child  {
	background-image: url(../img/tel2.png);
}

header .top .phones a:last-child {
	background-image: url(../img/mail.png);
	margin-right: 35px;
}

.inside header .top .phones a:last-child  {
	background-image: url(../img/mail2.png);
}

#lang_bar a {
	margin-top: 0;
	color: #fff;
	font-size: 14px;
	padding:  0 10px;
	line-height: 30px;
}

#lang_bar a.active
{
	background-color: #8a8c8e;
	color: #fff;
}

#lang_bar a {
	color: rgba(255, 255, 255, 0.341);
}

#lang_bar a:hover {
	color: #fff;
}


#lang_bar {
	margin-top: 0;
}

#langs {
	display: inline-block;
	float: none;
	margin-top: 0;
}

.menu_bar {
	border-top: rgba(255,255,255, .25) 1px solid;
	border-bottom: rgba(255,255,255, .25) 1px solid;
	position: relative;
}

.menu_bar button {
	height: 47px;
	top: -1px;
	background-color: #1276c0;
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 0 25px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	transition: background-color .3s;
}

.front_page.frontside .advantages {
	padding-top: 255px;
	padding-bottom: 70px;
	box-sizing: border-box;
	text-align: center;
	max-height: 690px;
	color: #fff;
}

.front_page.frontside .advantages img:last-child {
	position: relative;
	animation: mouseIconMove 1s ease-out infinite;

}

@keyframes mouseIconMove {
	0% {
		top: 0;
	}

	100% {
		top: 15px;
	}
}

.front_page {
	font-family: 'PT Sans', sans-serif;
}

.front_page.frontside  p {
	padding: 0;
	line-height: 1.5em;
}

.front_page.frontside .advantages p:first-child {
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1em;
}

.front_page.frontside .advantages h1 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 42px;
	line-height: 1em;
	margin-bottom: 100px;
}


.front_page.frontside .advantages button {
	height: 55px;
	border-radius: 0;
	border: #fff 3px solid;
	box-sizing: border-box;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 75px;
	
}

.front_page.frontside .advantages button:hover {
	background-color: #fff;
	color: #000;
}

.content .front_page > .thumb {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: -1;
}

.menu_bar button:hover
{
	background-color: #268cd8;
}

#auth_bar {
	display: none;
	margin: 0;
}

.menu_bar .menu {
	display: block;
	position: relative;
}

.menu > div > li {
	text-transform: uppercase;
	position: relative;
}

header .menu > div > li > div li {
	text-transform: none;
}

.menu > div > li:nth-child(3):after,
.menu > div > li:nth-child(4):after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	width: 7px;
	height: 7px;
	border-bottom: #fff 1px solid;
	border-left: #fff 1px solid;
	transform: rotate(-45deg);
	top: 1.13em;
}

.menu > div > li:nth-child(3):hover,
.menu > div > li:nth-child(4):hover {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}

.inside .menu > div > li:nth-child(3):after,
.inside .menu > div > li:nth-child(4):after  {
	border-color: #000;
}

.menu > div > li:nth-child(3):hover:after,
.menu > div > li:nth-child(4):hover:after {
	border-color: #000;
}

header .menu > div {
	display: inline-block;
}

header .menu > div > li {
	display: inline-block;
	max-width: 100%;
}

header .menu > div > li a {
	padding: 0 25px;
	font-size: 14px;
	line-height: 45px;
}

header .menu > div > li > div {
	padding: 0;
	box-shadow: none;
	width: 270px;
	box-shadow: 0 5px 4px rgba(0, 0, 0, .3);
}

header .menu > div > li > div li {
	list-style: none;
	padding-left: 30px;
	text-align: left;
}

header .menu > div > li > div a {
	padding: 0;
	line-height: 1em;
	padding-top: 13px;
	padding-bottom: 13px;
	display: inline-block;
	
}

header .menu > div > li > a:hover,
header .menu > div > li:hover a {
	background-color: transparent;
	color: #000;
}




header .menu > div > li:hover {
	background-color: #fff;
	color: #000;
}

header .menu > div > li > div li:hover {
	background-color: #d4e6f4;
}

.inside header {
	position: relative;
}

.inside .internal_page {
	margin-top: 0px;
}

.inside header .menu > div > li > div {
	/*background-color: #c5c5c5;*/
}
/*
.inside header .menu > div > li > div li:hover {
	background-color: #e8e8e8;
}*/

.inside .menu_bar {
	background-color: #e8e8e8;
}

.inside header .menu > div > li > a{
	color: #000;
}

/*.inside header .menu > div > li:hover {
	background-color: #c5c5c5;
}*/



.frontside .about {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 50px;
}

.frontside .about  .left h2 {
	text-transform: uppercase;
	font-size: 27px;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 25px;
}
.frontside .about  .left h2:after {
	content: '';
	display: block;
	width: 70px;
	position: absolute;
	bottom: 0;
	border-bottom: #cacbcd 4px solid;
}


.frontside .about  .left p:nth-child(2) 
{
	color: rgb(88, 88, 90);
    font-size: 16px;
  	line-height: 1.5;
  	margin-bottom: 30px;
}

.frontside .about  .right {
	padding: 0;
}

/*.frontside .about  .right table,
.frontside .about  .right table tr,
.frontside .about  .right table td {
	display: block;
}
*/

.frontside .about  .right table tr td {
	vertical-align: top;
	padding: 0;
}

.frontside .about  .right table tr td:nth-child(2n+1) {
	display: block;
	padding-right: 20px;
	padding-top: 5px;
}

.frontside .about  .right table tr td:nth-child(2n) {
	width: 280px;
}

.frontside .about  .right table tr td p strong {
	font-size: 18px;
	line-height: 1.3;
	display: inline-block;
	height: 40px;
	margin-bottom: 15px;
}

.frontside .about  .right table tr:nth-child(2) {
	padding-bottom: 57px;
	display: table-cell;
	
}


button, .form-signin > form input[type='submit'],
.form-signin > form .close_btn {
	height: 47px;
	line-height: 47px;
    background-color: #1276c0;
    color: #fff;
    border: none;
    display: inline-block;
    border-radius: 0;
    padding: 0 25px;
    text-transform: uppercase;
    transition: background-color .3s;
}

.form-signin > form .close_btn {
	padding: 0 65px; 	
}

.front_page .about > .left {
	min-width: 320px;
	width: 41.36%
}

.front_page .about > .right {
	min-width: 320px;
	width: 58.63%;
}

.practics {
	padding-top: 45px;
	background-color: #f4f4f4;
	font-family: 'PT Sans',sans-serif;
	padding-bottom: 60px;
}

.practics h2 {
	padding-bottom: 25px;
	position: relative;
	font-size: 27px;
	margin-bottom:  35px;
}

.practics h2:after {
	content: '';
	display: block;
	width: 70px;
	position: absolute;
	border-bottom: #cacbcd 4px solid;
	left: 0;
	bottom: 0;
}

.practics .align {
	overflow: visible;
}

.practics em {
	color: #58585a;
}

.content .breadcrumbs {
	margin-left: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 30px;
}

.content .breadcrumbs  a {
	color: #1276c0;
}

.pr_box {
	box-shadow: 0 0 9px 4px #ccc;
	overflow: hidden;
	background-color: #fff;

	margin-top: 35px;
}

.pr_box .pr_block .pr_img {
	height: 53px;
	
	transition: margin-top .3s;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}

.pr_box .pr_block b:after,
 {
	content: '';
	display: block;
	width: 35px;
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-bottom: #cacbcd 2px solid;
}

.pr_box .pr_block {
	width: 25%;
	display: block;
	padding-top: 55px;
	float: left;
	box-sizing: border-box;
	padding-bottom: 50px;
	border-bottom: #ebebec 1px solid;
	border-right: #ebebec 1px solid;
	overflow: hidden;
	text-align: center;
	max-height: 215px;
	transition: padding-top .3s;
	min-width: 275px;
}

.pr_box .pr_block:focus {
	color: #fff;
}

.pr_box .pr_block:nth-child(n+5) {
	border-bottom: none;
}

.pr_box .pr_block:nth-child(4n) {
	border-right: none;
}

.pr_box .pr_block b {
	height: 2.5em;
	padding: 0 10px;
	padding-top: 15px;
	position: relative;
	margin-top: 15px;
	font-family: 'PT Sans',sans-serif;
	font-weight: bold;
	
 	line-height: 1.167;
 	overflow: hidden;
 	box-sizing: content-box;
	display: block;
	font-size: 18px;
}


.pr_box .pr_block b:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	width: 35px;
	border-bottom: #cacbcd 2px solid;
}

.pr_box .pr_block:hover b:after,
.pr_box .pr_block:focus b:after {
	border-color: rgba(255,255,255, .3);
}

.pr_box .pr_block .pr_more {
	display: block;
	background-color: #0e619f;
	width: 100%;
	line-height: 50px;
	height: 50px;
	transition: all .3s;
	margin-top: 14px;
	color: #fff;
	transform: translateY(100%);
}

.pr_box .pr_block:hover,
.pr_box .pr_block:focus
{
	background-color: #1276c0;
	padding-bottom: 0;
	padding-top: 30px;

}

.pr_box .pr_block:hover .pr_more,
.pr_box .pr_block:focus .pr_more{
	display: block;
	transform: translateY(-7px);
}

.pr_box .pr_block:hover b,
.pr_box .pr_block:focus b {
	color: #fff;
}

.pr_box .pr_block:hover .pr_img,
.pr_box .pr_block:focus .pr_img  {
	background-position:  center;
	background-position-y: -53px;
}


footer  {
	background-color: transparent;
	border: none;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

footer a:focus {
	color: #000;
}

footer  iframe {
	width: 100%;
	position: absolute;
	z-index: -1;
}

footer .align {
	/* position: absolute; */
	margin-top: 35px;
	margin-bottom: 75px; 
	overflow: visible;
}

footer .contact-box {
	background-color: #fff;
	padding: 50px 45px;
	max-width: 395px;
	padding-right: 60px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3);
}

footer .contact-box button {
	margin-top: 25px;
	font-size: 14px;
	padding: 0 20px;

}

.contact-title {
	text-transform: uppercase;
	padding-bottom: 35px;
	margin-bottom: 30px;
	font-size: 30px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	
	position: relative;
	
}

.contact-title:after {
	content: '';
	display: block;
	width: 72px;
	border-bottom: #cacbcd 4px solid;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact-phones,
.contact-email,
.contact-address {
	padding-left: 50px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	line-height: 22px;
	line-height: 1.389;
  	font-size: 18px;
	background-position: left 5px;
	color: #000;
}

.contact-email {
	background-image: url(../img/mail2.png);
}

.contact-phones {
	background-image: url(../img/tel2.png);
}

.contact-address {
	background-image: url(../img/geo.png);
}

.contact-phones a {
	display: block;
}

.contact-phones a:nth-child(n + 2) {
	margin-top: -1.5em;
}

footer .copy.clear {
	height: 60px;
	line-height: 60px;
	background-color: #58585a;
	position: relative;
}

footer .copy.clear  .align {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 0;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
}

footer .copy.clear .align .left,
footer .copy.clear .align .right {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-self: center;
	align-items: center;
}


footer .copy.clear .align .right a,
footer .copy.clear .align .right img {
	max-height: 30px;
}

footer .copy.clear .align .right a {
	margin-left: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

footer .copy.clear .align .right
{
	font-size: 12px;
  	font-family: "PTSans", sans-serif;
  	color: rgba(255, 255, 255, 0.349);
}

footer .copy.clear .align img {
	height: 45px;
}


footer a,
footer a:hover {
	color: #000;
}

em {
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
}

footer a:hover,
header a:hover {
	color: #1276c0;
}

header .top .phones a:hover {
	opacity: .7;
}


.internal_page > h1,
.docs h1 {
	text-align: left;
	text-transform: uppercase;
	font-size: 27px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 15px;
	
}

.internal_page > h1:after,
.docs  h1:after {
	content: '';
	display: block;
	width: 75px;
	border-bottom: #cacbcd 4px solid;
	position: absolute;
	bottom: 0;
}

.front_page.about,
.front_page.practic  {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
	padding-bottom: 30px;
}

.front_page.about h2, .front_page.practic h2,
.internal_page.news_child h2,
.internal_page.about h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	color: #1276c0;
	margin-top: 25px;
	text-transform: uppercase;
}

.front_page.practic h2 {
	padding-top: 20px;
	margin-top: 0;
}

.front_page.about p,
.front_page.practic p,
.internal_page.news_child p {
	/*margin-bottom: 30px;*/
}

.about ul,
.front_page.practic ul,
.internal_page.news_child ul {
	margin: 15px 0;
	padding-left: 10px; 
}

.about ul li,
.front_page.practic ul li,
.internal_page.news_child ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 5px;
	list-style: none;

}

.about ul li:before,
.front_page.practic ul li:before,
.internal_page.news_child ul li:before {
	position: absolute;
	content: '';
	left: 0;
	height: 0;
	width: 0;
	top: 8px;
	margin: auto;
	border: #1276c0 3px solid;
}

.internal_page.about {
	font-size: 16px;
	line-height: 1.4em;
}

.front_page.practic .breadcrumbs {
	margin-bottom: 15px;
}

.front_page.practic h1 {
	position: absolute;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	top: 195px;
	font-size: 36px;
	line-height: 1em;
	padding-bottom: 15px;
}

.front_page.practic h1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 70px;
	border-bottom: rgba(255, 255, 255, .4) 4px solid;
}

.content .front_page.practic > .align {
	margin-top: 305px;
}

.front_page.practic  {
	padding-bottom: 130px;
}

.internal_page.news {
	overflow: visible;
}

.internal_page.news:after {
	visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.internal_page.news  .news_block {
	width: 33%;
	max-width: 285px;
	min-width: 275px;
	margin-left: 10.9%;
	padding-bottom: 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}

.internal_page.news  .news_block:nth-child(n + 3) {
	margin-left: 0;
}

.internal_page.news  .news_block .news_name {
	color: #000;
	display: block;
	
	max-width: calc(100% - 20px);
	margin: 0 auto;
	padding-left: 14px;
	border-left: #cacbcd 4px solid;
	height: 60px;
	overflow: hidden;
	
	margin-top: 20px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}


.internal_page.news  .news_block .news_name:hover
{
	color: #1276c0
}

.internal_page.news  .news_block .more {
	background-color: #d4e6f4;
  	color: rgb(18, 118, 192);
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	padding: 0 10px;
	cursor: pointer;
	margin-right: 20px;
	float: right;
	
	transition: all .4s;
}

.internal_page.news  .news_block .more:hover
{
	background-color: #1276c0;
	color: #fff;
}

.internal_page.news .news_block .date {
	position: static;
	background-color: transparent;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0;
	padding-left: 10px;
	color: rgb(88, 88, 90);
}


.pagination {
	border: none;
	margin-top: 35px;
	margin-bottom: 40px;

	text-align: center;
}

.pagination  .right {
	float: none;
	font-size: 14px;
	margin-top: 0;
	color: rgb(88, 88, 90);
  	text-transform: uppercase;
}

.pagination .right > span,
.pagination .right > a {
	height: 37px;
	line-height: 35px;
	vertical-align: middle;
	padding: 0;
	text-align: center;
	border: #c5c8ca 1px solid;
	color: #000;
	font-size: 18px;
	border-radius: 0;
	background-color: transparent;
}

.pagination .right > a:hover {
	background-color: #eaf3f9;
	color: #1276c0;
	border: none;
}

.pagination .right > span {
	background-color: #eaf3f9;
	color: #1276c0;
	border: none;
}

.inside #container {
	min-height: initial;
}

.page_404 > a {
	margin-bottom: 150px;
}

.page_404 > span {
	padding-bottom: 45px;
	margin-bottom: 45px;
	position: relative;
	display: inline-block;
	
}

.page_404 > span:after {
	position: absolute;
	content: '';
	width: 70px;
	display: block;
	border-bottom: #cacbcd 4px solid;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.content {
	display: block;
}

.videos {
	overflow: visible;
}

.videos .video_block {
	padding: 10px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35);
	margin-bottom: 30px;
	overflow: hidden;
}
.videos .video_block .left b
{
	font-size: 20px;
	line-height: 1.2;
	font-family: 'PT Sans', sans-serif;
}

.videos .video_block .left .date {
	padding-top: 15px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	color: rgb(88, 88, 90); 
	position: relative;
	
	font-size: 14px;
	display: inline-block;
	
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}

.videos .video_block .left {
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	line-height: 1.4em;
}


.videos .video_block .left .date:after {
	content: '';
	display: block;
	width: 60px;
	border-bottom: #cacbcd 4px solid;
	position: absolute;
	bottom: 0;
	left: 0;
}

.videos .video_block .left
{
	width: 49.09%;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 40px;
	float: left;
}

.videos .video_block .right {
	max-width: 510px;
	width: 46.36%;
	float: right;
	overflow: hidden;
	
}

.videos .video_block .right img {
	width: 100%;
	height: auto;
	transition: transform .4s;
}

.videos .video_block .right img:hover {
	transform: scale(1.125);
}

#video.form-signin > form {
	min-width: 320px;
	width: 45%;
	max-width: 620px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: 0;
	transform: translate(-50%, -50%);
}

#video.form-signin .close {
	margin-right: 10px;
	top: -15px;
}

#video.form-signin > form p {
	margin-bottom: 0;
}

#video.form-signin > form iframe{
	max-width: 100%;
	width: 100%;
}

.docs {
	font-size: 16px;
}
.docs .align
{
	padding-bottom: 85px;

}

.docs .order {
	padding-top: 80px;
	background-color: #f4f4f4;
	background-image: url(../img/paper-mockup-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.docs .order  button {
	margin-top: 35px;
}

.docs .align> p:nth-child(3) {
	margin-bottom: 35px;
}

.docs .doc_block {
	width: calc(50% - 30px);
	float: left;
	
	vertical-align: middle;
	max-width: 520px;
	margin-bottom: 25px;
	position: relative;
	
	padding-right: 100px;
	background-color: #e2eef8;
}

.docs .doc_block .fa {
	position: absolute;
	right: 30px;
	top: 0;
	height: 22px;
	font-size: 22px;
	bottom: 0;
	margin: auto;
}

.docs .doc_block:nth-child(2n) {
	margin-right: 60px;
}

.docs .doc_block a:hover,
.docs .doc_block a:focus {
	color: #000;
}

.docs .doc_block a:hover {
	color: #1276c0;
}

.docs .doc_block a {
	height: 65px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 1em;
	align-items: center;
}

.docs .doc_block img {
	margin-right: 25px;
	margin-left: 15px;
}


.docs .doc_block img:last-child {
	position: absolute;
	right: 25px;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
}

.docs .align {
	padding-bottom: 125px;
}

.internal_page.news_child p {
	font-size: 16px;
  	font-family: "PT Sans";
  	color: rgb(0, 0, 0);
  	line-height: 1.3em;
}

.internal_page.news_child p:nth-of-type(2) {
	display: none;
}

.internal_page.news_child {
	padding-bottom: 65px;
}

.internal_page.news_child h1 {
	margin-bottom: 	15px;
	padding-bottom: 0;
	
}

.internal_page.news_child .date {
	position: static;
	background-color: transparent;
	color: rgb(88, 88, 90);
	font-size: 14px;
	padding-top: 0;
	padding-left: 0;
	max-width: 72px;
	padding-bottom: 20px;
	margin-bottom: 	30px;
}

.internal_page.news_child h1:after {
	display: none;
}

.internal_page.news_child .back_news
{
	background-color: #d4e6f4;
	color: #268bd0;
	line-height: 50px;
	height: 50px;
	display: inline-block;
	padding: 0 35px;
  	font-size: 15px;
}

.internal_page.news_child .back_news:hover
{
	background-color: #b9defb;
}

footer {
	position: relative;
	
}

footer .map {
    height: 100%;
    min-height: 300px;
    width: 100%;
    position:absolute;
}

.form-signin > form {
	padding-top: 15px;
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 35px;
	width: 100%;
	max-width: 855px;
}

.form-signin > form .left,
.form-signin > form .right {
	width: calc(50% - 20px);
	float: left;
	margin-bottom: 25px;

}

.form-signin > form .left {
	margin-right: 40px;
}

.form-signin > form input[type='submit']{
	clear: both;
	display: block;
	padding: 0 65px;
	margin: 0 auto;
}

.form-signin > form {
	border-radius: 0;
}

.form-signin .close {
	background-color: transparent;
	color: #ccc;
	border-radius: 0;
	position: relative;
	
	width: 22px;
	height: 22px;
	margin-right: -50px;
	float: right;
	
	display: block;
}

.form-signin > form .error {
	line-height: 1em;
	font-size: 14px;
	margin-bottom: 10px;
}

.form-signin > form p {
	text-align: center;
	margin-bottom: 35px;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
}


.form-signin .close:hover:after,
.form-signin .close:hover:before {
	background-color: #a9a7a7;
}

.form-signin .close:after,
.form-signin .close:before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
}
.internal_page.about {
	padding-bottom: 65px;
}

.form-signin .close:after {
	transform: rotate(45deg);
}

.form-signin .close:before {
	transform: rotate(-45deg);
}

.form-signin .close .fa {
	display: none;
}

.form-signin .close:hover {
	background-color: transparent;
}

.form-signin input,
.form-signin input[type="text"] {
	margin: 0px;

	margin-bottom: 10px;background-color: #d4e6f4;
	color: #1276c0;
	outline: none !important;
	border: none !important;
}

.form-signin .right textarea {
	height: 155px;
	width: 100%;
	border: none;
	resize: none;
	background-color: #d4e6f4;
	color: #1276c0;
	padding-left: 25px;
	padding-top: 20px;

}

#contact_form2.form-signin > form {
	max-width: 525px;
}

#contact_form2.form-signin > form  input[type='submit'] {
	margin-top: 25px;
}

input::-moz-placeholder { color: #1276c0; font-family: 'PT Sans', sans-serif;
font-style: italic; font-size:   14px;}
input::-webkit-input-placeholder { color: #1276c0; font-family: 'PT Sans', sans-serif;
font-style: italic; font-size: 14px;  }
textarea::-moz-placeholder { color: transparent; font-family: 'PT Sans', sans-serif;
font-style: italic; font-size: 14px;  }
textarea::-webkit-input-placeholder { color: #1276c0; font-family: 'PT Sans', sans-serif;
font-style: italic; font-size: 14px;  }

.form-signin h4 {
	font-size: 27px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	margin-bottom: 20px;
	clear: both;
	text-transform: uppercase;
	
}

#scs.form-signin > form {
	text-align: center;
	max-width: 525px;
}

#scs.form-signin > form > img {
	margin: 0 auto;

	margin-bottom: 30px;
	margin-top: 45px;
	display: block;
	clear: both;
}

@media (max-width: 1220px) {
	.front_page.frontside .advantages {
		padding-top: 175px;
	}

	.front_page.practic h1 {
		top: 130px;
	}

	.content .front_page.practic > .align {
		margin-top: 24%;
	}
}

@media (max-width: 1125px) {
	.pr_box .pr_block {
		border: #ebebec 1px solid !important;
	}

	.pr_box {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px 0;
	}
}

@media (max-width: 1120px) {
	.front_page.frontside .advantages {
		padding-top: 150px;
	}

	header .menu > div > li a {
		padding: 0 15px;
	}

	.menu > div > li:nth-child(3):after, .menu > div > li:nth-child(4):after {
		right: 5px;
	}
}


@media (max-width: 1024px)
{
	.front_page.frontside .advantages img:last-child {
		display: none;
		
	}

	.front_page.practic h1 {
		font-size: 32px;
	}

	.form-signin > form {
		padding-left: 15px;
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 15px;
	}
}

@media (max-width: 950px) {
		header .top .phones a:nth-child(2) {
			display: none;
		}
}


@media (max-width: 868px)
{
	header .menu > div > li a  {
		font-size: 12px;
	}

	.front_page.frontside .advantages h1  {
		font-size: 32px;
		margin-bottom: 50px;
	}

	header .top .phones a:first-child,
	header .top .phones a:last-child {
		margin-right: 10px;
	}

	.front_page .about > .left {
		width: 100%;
		text-align: center;
		float: none;
		margin-bottom: 20px;
	}

	.front_page .about > .right {
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}

	.frontside .about  .right table tr td:nth-child(2n) {
		width: auto;
	}

	.videos {
		text-align: center;
	}

	.videos .video_block {
		display: -webkit-inline-flex;
		max-width: 360px;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		margin: 15px;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.videos .video_block .left {
		order: 2;
		text-align: left;
	}

	.videos .video_block .left,
	.videos .video_block .right {
		float: right;
		width: 100%;
		max-width: 620px;
	}

	.frontside .about  .left h2:after {
		left: 0;
		right: 0;
		margin: auto;
	}
	.front_page .about > div > p {
		width: 100%;
	}
}

@media (max-width: 768px) {
	header .menu > div, .menu_bar button {
		display: none;
	}

	header .menu > div {
		background-color: #e8e8e8;
		width: 100%;
		position: absolute;
		top: 25px;
	}

	header .menu > div li {
		display: block;
		float: none;
		text-align: center;
	}

	header .menu > div > li a {
		padding: 0;
		color: #000;
	}

	header .menu > div > li > div {
		width: 100%;
		position: static;
	}

	.page_404 p {
		padding-top: 20px;
	}
	.page_404 span {
		font-size: 8em;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.page_404 > a {
		margin-bottom: 30px;
		

	}

	header .menu > .fa {
		display: inline-block;
		color: #fff;
		font-size: 22px;
		float: right;
		cursor: pointer;
	}

	.practics {
		padding-top: 20px;
		text-align: center;
	}

	.practics h2 {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.inside header .menu > .fa {
		color: #000;
	}

	.menu_bar {
		border: none;
	}

	header .logo img {
		height: 30px;
	}

	.internal_page.about {
		padding: 0 10px;
		padding-bottom: 30px;
	}

	.menu > div > li:nth-child(3):after, .menu > div > li:nth-child(4):after {
		display: none;
	}

	.menu > div > li:nth-child(3)>a:after, .menu > div > li:nth-child(4)>a:after {
		content: '';
		display: inline-block;
		position: relative;
		margin-left: 10px;
		width: 7px;
		height: 7px;
		border-bottom: #fff 1px solid;
		border-left: #fff 1px solid;
		transform: rotate(-45deg);
		border-color: #000;
		top: -3px;
	}

	.front_page.frontside .advantages {
		padding-top: 100px;
	}

	.content .front_page > .thumb {
		height: 360px;
		overflow: hidden;
		width: 100%;
	}

	.content .front_page > .thumb img {
		max-width: initial;
		width: auto;
		height: 100%;
	}

	.front_page.frontside .advantages h1 {
		font-size: 28px;
		letter-spacing: 1px;
	}
	.front_page.frontside .advantages {
		max-height: 320px;
	}

	.frontside .about  .left h2 {
		text-align: center;
		font-size: 24px;
	}

	.front_page .about > div > p:last-child {
		margin: 0 auto;
	}

	.front_page .about > div > p {
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
	}

	.front_page.frontside .about > div > p {
		text-align: center;
	}

	.front_page .about > .right table {
		margin-top: 20px;
	}

	.front_page .about > .right table,
	.front_page .about > .right tr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		
	}

	.frontside .about  .right table tr td:nth-child(2n+1) {
		width: 40px;
		padding-right: 5px;
		padding-left: 10px;
		box-sizing: border-box;
		left: 0;
		top: 0;
	}

	.frontside .about  .right table tr td p strong {
		height: auto;
	}

	.frontside .about  .right table tr td:nth-child(2n+1) img {
		max-width: 100%;
		height: auto;
	}

	.frontside .about  .right table tr td:nth-child(2n) {
		width: calc(100% - 50px);
		padding-bottom: 20px;
	}

	.frontside .about  .right table tr:nth-child(2) {
		display: none;
	}

	.videos .video_block {
		max-width: 100%;
	}

	.videos .video_block .left {
		padding: 5px;
	}

	.docs .doc_block {
		width: 100%;
		max-width: 100%;
	}
	.docs .align {
		padding-bottom: 20px;
	}

	.docs .order {
		background-image: none;
		text-align: center;
		padding-top: 20px;
	}

	footer .contact-box {
		padding: 10px;
	}

	footer .contact-phones, footer .contact-email, footer .contact-address {
		font-size: 15px;
	}

	footer .contact-box .contact-title {
		text-align: center;
	}

	.contact-title:after {
		left: 0;
		right: 0;
		margin: auto;
	}

	footer .contact-box > div {
		text-align: left;
	    display: inline-block;
    	width: 205px;
	}
	footer {
		text-align: center;
	}

	footer .align {
		margin-top: 10px;
		margin-bottom: 10px;
		order: -1;
	}

	footer .contact-box {
		text-align: center;
		box-shadow: none;
	}

	footer {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	footer .copy.clear {
		margin-top: 0;
	}

	footer .map {
		position: relative;
	}

	footer .copy.clear .align img {
		height: 25px;
	}

	footer .copy.clear .align .right a {
		margin-left: 5px;
	}

	.content .front_page.practic > .align {
		margin-top: 0;
	}
	.content .front_page > .thumb {
		position: static;
		height: 175px;
		min-height: auto;
	}

	.front_page.frontside > .thumb {
		position: absolute;
		height: 365px;
	}

	.content  .front_page.frontside > .thumb img {
		width: 100%;
		left: -20%;
	}

	.content .front_page > .thumb img {
		width: 100%;
	}

	.content .front_page.practic > .align {
		margin-top: -100px;
		padding: 0 10px;
		position: relative;
		
	}

	.front_page.practic {
		padding-bottom: 30px;
	}

	.front_page.practic h1 {
		top: 0;
		margin-bottom: 20px;
		position: relative;
		font-size: 25px;
		text-align: center;
		height: 96px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.front_page.practic h1:after {
		left: 0;
		right: 0;
		margin: auto;
		position: static;
		margin-top: 5px;
	}

	.front_page.about h2, .front_page.practic h2,
	.internal_page.news_child h2 {
		font-size: 20px;
		text-align: center;
	}

	.internal_page > h1, .docs h1 {
		font-size: 22px;
		text-align: center !important
	}

	.internal_page.news_child .date {
		margin: 0 auto;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.internal_page.news_child p, .internal_page.news_child ul{
		text-align: left;
	}

	.internal_page.news_child {
		padding: 0 5px;
		padding-bottom: 15px;
		text-align: center;
	}

	.form-signin .close{
		margin-right: 0;
	}

	.form-signin > form {
		padding-left: 15px;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 15px;
		max-width: 480px;
	}
	.form-signin > form .left {
		margin-bottom: 5px;
	}

	.form-signin > form .left,
	.form-signin > form .right {
		width: 100%;
		float: none;
		
	}

	.practics h2:after,
	.internal_page > h1:after, .docs  h1:after {
		right: 0;
		left: 0;
		margin: auto;
	}

	header .menu > div > li > div,
	.menu > div > li:nth-child(3):hover, .menu > div > li:nth-child(4):hover {
		box-shadow: none;
	}

	.pr_box .pr_block {
		width: 50%;
		min-width: initial;
	}

	.pr_box .pr_block b {
		font-size: 14px;
		height: 3.125em;
	}
}

@media (max-width: 720px) {
	.content  .front_page.frontside > .thumb img {
		width: auto;
		left: -20%;
	}
}

@media (max-width: 667px) {
	header .top .phones {
		display: none;
	}

	.pr_box {
		padding-left: 5px;
		padding-right: 5px;
	    max-width: 95%;
    	margin: 0 auto;
	}
}

@media (max-width: 567px) {
	.pr_box .pr_block {
		width: 50%;
		min-width: 275px;
	}
}


