body, html {
    font-family: 'effraregular';
    font-size: 20px;
    color: #2a3a58;
    height: 100%;
}
body {
	background-color: #262B47;
}
body, .header, .section {
	min-width: 300px;
}
a, input, textarea {
    outline: medium none;
}
input, textarea {
    padding: 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], textarea, .select_txt {
    background-color: transparent;
    border: 1px solid #dfe2e9;
    border-radius: 4px;
    height: 53px;
    line-height: 53px;
    margin-bottom: 26px;
    padding-left: 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 18px;
    color: #1d1d1a;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus, .select.open .select_txt {
	border-color: #bfc5d3;
}
.label {
    margin-bottom: 11px;
    display: block;
    font-size: 18px;
}
.checkbox {
    position: relative;
    cursor: pointer;
    min-height: 24px;
    display: block;
}
.checkbox, .radio {
	margin-bottom: 30px;
	display: block;
	font-size: 18px;
}
.checkbox input[type="checkbox"], .radio input[type="radio"]{
    position: absolute;
	visibility: hidden;
}
.checkbox input[type="checkbox"] + span {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #b3b3b3;
    left: 0;
    top: 2px;
    display: inline-block;
    margin: 0 15px;
}
.checkbox input[type="checkbox"] + span:before{
    background-position:-34px -157px;
	width: 12px;
	height: 13px;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -6px;
    display: none;
}
.checkbox input[type="checkbox"]:checked + span:before {
	display: block;
}
.radio {
	padding-left: 35px;
	cursor: pointer;
	min-height: 25px;
	position: relative;
	padding-top: 2px;
}
.radio.inline {
	display: inline-block;
	margin: 0 16px;
}
.radio input[type="radio"] + span{
	background-position:-48px -280px;
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.radio input[type="radio"]:checked + span {
	background-position:-21px -280px;
}
.inp_wrap {
    position: relative;
}
input, select, textarea {
	-webkit-appearance: none;
}
textarea {
    min-height: 120px;
    padding-top: 17px;
    resize: none;
    line-height: 1.3em;
}
table {
	width: 100%;
    margin-bottom: 20px;
}
table td, table th {
    border: 1px solid #c3c3c3;
    padding: 10px;
}
table th {
    background-color: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
a {
    color: #141313;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
b, strong {
	font-weight: normal;
	font-family: 'effrabold';
}
h1, h2, h3, h4, h5, .ttl {
    display: block;
    font-weight: normal;
    font-family: 'effraheavy';
    margin-bottom: 38px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, .title:first-child {
    margin-top: 0;
}
h1, .h1 {
    font-size: 26px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 22px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 18px;
}
.main_ttl {
    font-size: 56px;
    margin-bottom: 54px;
    font-family: 'effralight';
    text-transform: uppercase;
}
p {
    margin-bottom: 29px;
    line-height: 29px;
}
.programm, .main_section .bg, .header {
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	transform: translateZ(0px);
}
a img {
    transform: translateZ(0px);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
a:hover img {
    opacity: 0.8;
}
.accent {
    font-size: 24px;
    line-height: 36px;
    padding: 0 50px;
    /* letter-spacing: -0.016em; */
    margin-bottom: 66px;
}
.accent:before {
    background: rgb(157,131,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(157,131,255,1) 0%, rgba(117,200,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(157,131,255,1) 0%,rgba(117,200,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(157,131,255,1) 0%,rgba(117,200,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d83ff', endColorstr='#75c8ff',GradientType=1 ); /* IE6-9 */
    right: 100%;
    margin-right: -43px;
    width: 193px;
    height: 12px;
    top: 12px;
}
img {
    border: medium none;
    display: block;
	max-width: 100%;
}
.img_right, .img_left, .leftImg, .rightImg {
    margin-bottom: 20px;
}
.img_left, .leftImg {
    float: left;
    margin-right: 40px;
}
.img_right, .rightImg {
    float: right;
    margin-left: 10px;
}
.ta_c {
    text-align: center;
}
.ta_r {
    text-align: right;
}
.a, .b, .a_spr, .b_spr {
    position: relative;
}
.mark_list {
    margin-bottom: 100px;
}
.mark_list li, .pos_list .item {
	padding-left: 84px;
	color: #6978a7;
	font-size: 18px;
	font-family: 'effraitalic';
	margin-bottom: 29px;
	padding-right: 55px;
}
.mark_list li:before {
	background-position: -78px -281px;
	width: 53px;
	height: 1px;
	left: 0;
	top: 11px;
}
ol.nums {
    counter-reset: item;
    margin-bottom: 44px;
}
ol.nums li {
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 83px;
    position: relative;
    padding-top: 8px;
    margin-bottom: 38px;
    font-family: 'effraitalic';
    font-size: 18px;
    line-height: 26px;
}
ol.nums strong {
	display: block;
	font-size: 20px;
}
ol.nums li:after {
	background-position: -70px -425px;
	width: 60px;
	height: 60px;
	content: ' ';
	display: block;
	left: 0;
	line-height: 43px;
	position: absolute;
	top: 4px;
}
ol.nums li:before {
    color: #75c7ff;
    content: counter(item, decimal) " ";
    counter-increment: item;
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 39px;
    left: 20px;
    font-family: 'effralight';
    top: 21px;
}
.a:after, .b:before, .a_spr:after, .b_spr:before {
    content: " ";
    display: block;
    position: absolute;
}
.a_spr:after, .b_spr:before, .spr {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
}
.btn, input[type="submit"].btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262b47+0,37848d+100 */
background: rgb(38,43,71); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(38,43,71,1) 0%, rgba(55,132,141,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(38,43,71,1) 0%,rgba(55,132,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(38,43,71,1) 0%,rgba(55,132,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262b47', endColorstr='#37848d',GradientType=1 ); /* IE6-9 */

    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-family: 'efframedium';
    height: 82px;
    line-height: 82px;
    padding: 0 104px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    text-align: center;
}
.btn:hover, input.btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37848d+0,37848d+100 */
background: rgb(55,132,141); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(55,132,141,1) 0%, rgba(55,132,141,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(55,132,141,1) 0%,rgba(55,132,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(55,132,141,1) 0%,rgba(55,132,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37848d', endColorstr='#37848d',GradientType=1 ); /* IE6-9 */

    color: #fff;
}
.btn.min, input[type="submit"].btn.min  {
    height: 50px;
    line-height: 50px;
    border-radius: 7px;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

.txt_border {
	color:#1d1d1a;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #ff4a13;
}
.txt_border:hover {
	border-color: transparent;
}

.half, .third {
	float: left;
}
.half {
	width: 50%;
}
.third {
	width: 33.3%;
}
.section {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 117px 0 104px;
}
.wrap {
    margin: 0 auto;
    padding: 0 150px;
    position: relative;
    max-width: 1280px;
}
.wrap.big {
    padding: 0 110px;
}
.page {
    min-height: 100%;
}
.page:after {
	/* height: 250px; */
}
.page.index {
	/* background: url('../img/main_bg_light.png') repeat-x; */
}
.content {
    background-color: #fff;
    box-shadow: 0 0 50px rgba(18,53,113,0.15);
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.header {
	-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.header {
    position: fixed;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 20;
    transition: background .3s ease;
}
.doc_shift .header, .fancybox-margin .header {
	transition: none;
}
.mob_act .header {
	transition: none;
}
.mob_act .header {
	transition: none;
}
.top_nav.mob_act {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	transition: all .2s ease;
}
.header .wrap {
    max-width: 980px;
}
.header.fix {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(18,53,113,0.15);
}

.logo {
    position: absolute;
    width: 150px;
    top: 10px;
    left: -6px;
	cursor: pointer;
}
.top_nav {
    position: absolute;
    top: 33px;
    left: 295px;
    display: table;
}
.top_nav ul {
	display: block;
	clear: both;
	display: table-row;
}
.top_nav ul li {
    /* float: left; */
    /* margin-right: 56px; */
    display: table-cell;
    padding-right: 51px;
}
.top_nav .reg_mob {
	display: none;
}
.top_nav ul li:last-child {
	margin-right: 0;
}
.top_nav ul li a {
    font-size: 18px;
    display: block;
    text-decoration: none;
    margin-bottom: 3px;
    font-family: 'effralight';
}
.top_nav ul li a span {
    display: inline-block;
    padding-bottom: 7px;
}
.top_nav ul li a span:after, .org_links .item span:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262b47+0,37848d+100 */
background: #37848D; /* Old browsers */

    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0,5px);
    transition: all .2s ease;
}
.top_nav ul li a:before {
    background-position: -101px -337px;
    width: 4px;
    height: 4px;
    left: -15px;
    top: 10px;
}
.top_nav ul li:first-child a:before {

}
.top_nav ul li a:hover {
	color: #141313;
}
.top_nav ul li a:hover span:after, .top_nav ul li a.act span:after, .org_links .item span:after {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
.top_nav ul li a:hover span:after, .top_nav ul li a.act span:after {
	opacity: 1;
	visibility:visible;

}
.top_nav .reg span {
	color:#d93fbd;
	background: -webkit-linear-gradient(left, #bd39e5 26%,#ff4884 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top_nav .reg span:after {
	background: #bd39e5; /* Old browsers */
	background: -moz-linear-gradient(left,  #bd39e5 0%, #ff4884 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #bd39e5 0%,#ff4884 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #bd39e5 0%,#ff4884 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd39e5', endColorstr='#ff4884',GradientType=1 ); /* IE6-9 */
}
.top_nav .reg:before {
	background-position:-99px -345px;
	width: 8px;
	height: 8px;
	top: 7px;
}
.reg_btn {
	position: absolute;
	top: 20px;
	right: 0px;
	height: 48px;
	line-height: 50px;
	font-size: 14px;
	border-radius: 6px;
	padding: 0 30px;
	z-index: 1;
}
.top_nav .reg_btn {
	display: none;
	position: static;
	color:#fff;
}
.menu_btn {
    width: 27px;
    position: absolute;
    right: 33px;
    top: 32px;
    /* display: none; */
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.menu_btn span{
    display: block;
    height: 4px;
    background-color:#000;
    margin-bottom: 5px;
}
.top_nav .close {
	background-position:-100px -1007px;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 35px;
	top: 34px;
	cursor: pointer;
	display: none;
}

.main_section {
    padding-top: 145px;
    padding-bottom: 90px;
    position: relative;
}
.main_section .bg {
    background: url('../img/main_bg.jpg') no-repeat center bottom;
    -webkit-background-size: cover;
    position: absolute;
    background-size: cover;
    top: -125px;
    left: 0;
    right: 0;
    height: 1232px;
}
.main_section .bg:after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,262b47+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(38,43,71,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(38,43,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(38,43,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#262b47',GradientType=0 ); /* IE6-9 */
	bottom: 0;
	left: 0;
	right:0;
	height: 330px;
	opacity: 1;
	z-index: 2;
}
.main_section .bg:before{
	background-color: #fff;
	opacity: 0.6;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.main_section .txt {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.main_section .ttl {
    font-size: 48px;
    line-height: 62px;
    text-transform: none;
    font-family: 'effrabold';
    margin-bottom: 0;
}
.info {
    text-align: left;
}
.info .link {
    text-decoration: none;
    display: inline-block;
}
.info .link .item {
    font-family: 'efframedium';
    width: 100%;
    margin-bottom: 39px;
    line-height: 27px;
    text-align: left;
}
.info .link .item:before, .info .link .item span  {
	display: inline-block;
}

.info .link .item span {
	padding-left: 70px;
}
.info .link .date:before {
    background-position: -3px -59px;
    width: 61px;
    height: 54px;
}
.info .link .place:before {
    background-position: -69px -53px;
    width: 60px;
    height: 58px;
    margin-left: -3px;
}
.info .btn {
    display: block;
    padding: 0;
}
.main_section .info {
    width: 100%;
    font-size: 23px;
    margin-top: 12px;
    text-align: center;
}
.programm {
    background-position: top center;
    color: #fff;
    padding: 100px 0 38px;
    background-size: cover;
}
.about {
	padding-bottom: 80px;
}
.pos_list {
	font-size: 0;
	letter-spacing: -.31em;
	margin-top: 65px;
}
.pos_list .ttl {
	margin-bottom: 46px;
}
.pos_list .item {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 70px;
	margin-bottom: 36px;
}
.pos_list .item:before {
	left: 0;
	top: 0;
}
.pos_list .it1:before {
	background-position:-2px -500px;
	width: 60px;
	height: 44px;
	top: 5px;
}
.pos_list .it2:before {
	background-position:-77px -492px;
	width: 50px;
	height: 55px;
	left: 6px;
	top: 3px;
}
.pos_list .it3:before {
	background-position:-4px -570px;
	width: 60px;
	height: 34px;
	top: 9px;
}
.pos_list .it4:before {
	background-position:-79px -552px;
	width: 43px;
	height: 60px;
	left: 7px;
	top: -3px;
}
.pos_list .it5:before {
	background-position:-4px -624px;
	width: 60px;
	height: 58px;
}
.pos_list .it6:before {
	background-position:-70px -628px;
	width: 58px;
	height: 50px;
	top: 3px;
}
.pos_list .it7:before {
	background-position:-5px -697px;
	width: 60px;
	height: 46px;
}
.prog_list {
	font-size: 0;
	letter-spacing: -.31em;
	text-align: center;
}
.prog_list > div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-top: 5px;
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-family: 'effrabold';
    text-align: left;
    letter-spacing: 0.03em;
}
.prog_list > div > div {
	display: table;
	height: 62px;
	padding-left: 75px;
	padding-right: 20px;
}
.prog_list > div:before {
    left: 0;
    top: 4px;
}
.prog_list > .it1:before {
    background-position: -9px -137px;
    width: 50px;
    height: 51px;
    top: 8px;
}
.prog_list > .it2:before {
    background-position: -76px -135px;
	width: 50px;
	height: 50px;
}
.prog_list > .it3:before {
    background-position: -13px -207px;
	width: 42px;
	height: 49px;
    left: 6px;
}
.prog_list > .it4:before {
    background-position: -87px -203px;
    width: 31px;
    height: 54px;
    left: 10px;
}
.prog_list > .it5:before {
    background-position: -8px -503px;
    width: 43px;
    height: 50px;
    left: 7px;
    top: 9px;
}
.prog_list > .it6:before {
    background-position: -73px -506px;
    width: 54px;
    height: 45px;
    top: 12px;
}

.prog_list > .it7:before {
    background-position: -8px -570px;
    width: 45px;
    height: 45px;
    top: 8px;
    left: 4px;
}
.prog_list > .it8:before {
    background-position: -74px -580px;
    width: 53px;
    height: 41px;
    top: 11px;
}
.prog_list > .it9:before {
    background-position:-7px -633px;
    width: 50px;
    height: 53px;
    left: 3px;
    top: 6px;
}
.prog_list > .it10:before {
    background-position:-75px -640px;
    width: 51px;
    height: 46px;
    top: 15px;
    left: 3px;
}
.prog_list > .it11:before {
    background-position:-8px -703px;
    width: 48px;
    height: 31px;
    top: 20px;
    left: 3px;
}
.prog_list > .it12:before {
    background-position:-79px -694px;
    width: 45px;
    height: 45px;
    top: 12px;
    left: 3px;
}
.etc {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin: 50px 0;
	color: #37848D;
	font-family: 'effrabold';
}
.prog_list > div span {
	display: table-cell;
	vertical-align: middle;
	color: #37848D;
}
.prog_accent {
    text-align: center;
    font-family: 'effrabold';
    font-size: 18px;
    margin-bottom: 50px;
    width: 33.3%;
    float: left;
    color: #37848D;
}

.prog_accent .img {
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    border: 3px solid;
    border-radius: 50%;
}
.prog_accent .img:before{
    left: 50%;
    top: 50%;
}
.prog_accent.it1 .img:before{
	background-position:-22px -747px;
	width: 86px;
	height: 74px;
	margin-left: -43px;
	margin-top: -40px;
}
.prog_accent.it2 .img:before{
	background-position:-19px -825px;
	width: 90px;
	height: 51px;
	margin-left: -41px;
	margin-top: -21px;
}
.prog_accent.it3 .img:before{
	background-position:-20px -885px;
	width: 91px;
	height: 36px;
	margin-left: -46px;
	margin-top: -16px;
}

.gallery {
	margin-left: -2%;
}
.gallery .item{
	display: block;
	float: left;
	width: 23%;
	margin-left: 2%;
	overflow: hidden;
	margin-bottom: 2%;
	border: 2px solid #fff;
	position: relative;
	padding-bottom: 15%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform .1s ease 0s;
  transform: translate3d(0,0,0) scale(1);
}
.gallery .item:hover {
  transform: translate3d(0,0,0) scale(1.02);
}
.gallery .item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery .item:hover img {
	transform: translate3d(0,0,0) scale(1.1);
	opacity: 1;
}
.video {
  display: block;
  border: 2px solid #fff;
	position: relative;
  max-width: 430px;
  margin: 0 auto;
  background-color: #000;
}
.video .bg {
  padding-bottom: 60%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .5;
  transition: opacity .2s ease 0s;
}
.video span {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  padding: 0 20px;
  margin-top: -10px;
}
.video:hover .bg {
  opacity: .6;
}

.border_wrap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4884+0,bd39e5+100 */
    background: rgb(255,72,132); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,72,132,1) 0%, rgba(189,57,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,72,132,1) 0%,rgba(189,57,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,72,132,1) 0%,rgba(189,57,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4884', endColorstr='#bd39e5',GradientType=1 ); /* IE6-9 */
    padding: 20px;
}
.border_wrap > div {
    background-color: #fff;
}
.border_wrap .wrap {
    padding: 0 130px;
}
.tezis ol.nums {
	font-size: 0;
	margin-top: 65px;
}
.tezis ol.nums li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
}
.tezis ol.nums {
	font-size: 0;
	margin-top: 65px;
}

.tezis ol.nums li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
}
.reg_form {
    padding-top: 0;
    padding-bottom: 0;
}
.reg_ttl {
    background: url('../img/people.jpg') no-repeat top center;
    background-size: cover;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-bottom: 0;
}
.reg_ttl .half {
	margin-bottom: 30px;
}
.reg_ttl .ttl {
    font-size: 56px;
    line-height: 60px;
}
.reg_ttl .info {
	padding-left: 92px;
	color: #fff;
	margin-top: 9px;
}
.reg_ttl .info .item {
	color: #fff;
	margin-bottom: 24px;
}
.reg_ttl .info .item span {
	padding-left: 18px;
}
.reg_ttl .info .date:before {
	background-position: -7px -6px;
	width: 48px;
	height: 44px;
}
.reg_ttl .info .place:before {
	background-position: -74px -2px;
	width: 49px;
	height: 47px;
}
.form_wrap {
    position: relative;
}
.form_wrap .half {
	padding-right: 40px;
}
.form_wrap .half + .half {
	padding-right: 0;
	border: none;
	padding-left: 40px;
}
.radio_wrap {
    margin-top: 52px;
    margin-bottom: 34px;
}
.mask {
    position: absolute;
    height: 29px;
    top: -29px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.mask:after, .mask:before {
	height: 38px;
	background-color: #fff;
	width: 1000px;
	top: 0;
}
.mask:after {
    left: 50%;
    margin-left: 38px;
}
.mask:before {
    right: 50%;
    margin-right: 38px;
}
.mask span {
	position:absolute;
	border-right: 38px solid #fff;
	border-top: 29px solid transparent;
	border-left: 38px solid #fff;
	left: 50%;
	margin-left: -38px;
	display: block;
}

.reviews {
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}
.reviews .txt {
    text-align: center;
}

.reviews .txt p {
    font-size: 20px;
}
.reviews .slider{
    max-width: 980px;
    margin: 0 auto 50px;
    position: relative;
}
.reviews .slider .owl-stage-outer {
	overflow: visible;
}
.reviews .item{
    max-width: 980px;
    opacity: .3;
    transition: all .2s ease;
}
.reviews .owl-item.active .item{
    opacity: 1;
}
.reviews .item .mess {
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 29px;
    padding: 30px 43px;
    border-radius: 30px;
    margin-bottom: 14px;
}
.reviews .item .mess:after {}
.reviews .item .mess .tags {
    margin-top: 13px;
}
.reviews .item .mess .tags span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background-color: #fff;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
}
.reviews .item .author {
    overflow: hidden;
}
.reviews .item .author img {
    float: left;
    border-radius: 50%;
    width: auto;
}
.reviews .item .author span {
    display: block;
    margin-left: 44px;
    margin-top: 8px;
}
.reviews .item .author span + span {
    font-family: 'PT Serif';
    font-style: italic;
    font-size: 14px;
    color: #858481;
    margin-top: 0;
}




.contacts {
    padding-bottom: 0;
}
.contacts .wrap {
	z-index: 2;
	overflow: hidden;
}
.contacts .main_ttl {
	/* color:#fff; */
	margin-bottom: 65px;
}
.contacts .img {
    margin-bottom: 76px;
}

.contacts .list {
	margin-bottom: 0;
	white-space: nowrap;
}
.contacts .list .item {
	display: inline-block;
	max-width: 340px;
	padding-left: 79px;
	min-width: 300px;
	vertical-align: top;
	white-space: normal;
}
.contacts .list .item:before{
	left: 0;
	top: 0;

}
.contacts .list .it1:before{
	background-position:-6px -930px;
	width: 60px;
	height: 58px;
	top: -5px;
}
.contacts .list .it2:before{
	background-position:-77px -934px;
	width: 52px;
	height: 52px;
	top: -2px;
}
.contacts .list .it3:before{
	background-position:-7px -1000px;
	width: 52px;
	height: 36px;
	top: 6px;
}
.contacts .list .item span{
	display: block;
	font-size: 16px;
	margin-bottom: 7px;
}
.contacts .list .item p {
	font-size: 20px;
	font-family: 'effrabold';
	line-height: 22px;
	color: #37848D;
	margin-bottom: 0;
}
.contacts .list a {
	text-decoration: none;
}
.map_wrap {
	margin-top: 80px;
}
.map {
	width: 100%;
	height: 300px;
	position: relative;
}
.map:before {
	left: 0;
	right: 0;
	/* top: -2px; */
	/* height: 562px; */
	/* background: url('../img/map_overlay.png'); */
	/* z-index: 2; */
}
.footer {
	clear: both;
	background-color: #fff;
	padding-top: 55px;
	padding-bottom: 55px;
}
.footer .txt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.footer .txt strong {
    color: #cccccc;
}
.socials {
    font-size: 0;
}
.socials a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    margin-right: 29px;
}
.socials a:hover {
	color: #fff;
}
.socials a:before {
    width: 44px;
	height: 44px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.socials .fb:before {
    background-position: -4px -311px;
}
.socials .tw:before {
    background-position: -52px -311px;
}
.socials .vk:before {
    background-position: -4px -361px;
}
.subscr_form {
    position: relative;
}
.subscr_form .txt {
    width: 284px;
    color: #fff;
    margin-right: 8px;
    border: 1px solid #5e6067;
}
.subscr_form .btn, .subscr_form input.btn {
	height: 53px;
	line-height: 56px;
	font-size: 14px;
	padding: 0 31px;
	border-radius: 6px;
    background: rgb(117,200,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(117,200,255,1) 0%, rgba(156,133,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(117,200,255,1) 0%,rgba(156,133,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(117,200,255,1) 0%,rgba(156,133,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c8ff', endColorstr='#9c85ff',GradientType=1 ); /* IE6-9 */

}
.subscr_form .btn:hover, .subscr_form input.btn:hover {
    background: rgb(101,168,213); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(101,168,213,1) 0%, rgba(132,114,213,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(101,168,213,1) 0%,rgba(132,114,213,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(101,168,213,1) 0%,rgba(132,114,213,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a8d5', endColorstr='#8472d5',GradientType=1 ); /* IE6-9 */

}
.subscr_form .btn.disact, .subscr_form input.btn.disact {
    background: rgb(110,111,114); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(110,111,114,1) 0%, rgba(96,97,100,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(110,111,114,1) 0%,rgba(96,97,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(110,111,114,1) 0%,rgba(96,97,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6f72', endColorstr='#606164',GradientType=1 ); /* IE6-9 */
    color: #26282f;
    cursor: default;
}
input.error, .subscr_form .txt.error {
    border-color: #f15762;
}
.err_mess {
    position: relative;
    font-size: 14px;
    font-family: 'effraitalic';
    padding-left: 20px;
    left: 0;
    color: #f15762;
    top: 100%;
    top: -26px;
    /* display: block; */
}
.err_mess:before {
    background-position: -3px -285px;
	width: 15px;
	height: 15px;
    left: 0;
    top: 0;
}
.subscr_form .err_mess {
	top: 60px;
}
/*owl-custom*/
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    overflow: hidden;
    text-indent: -99999px;
    display: block;
    top: 30px;
    opacity: 0.5;
}
.owl-nav .owl-prev {
	background-position:-8px -1049px;
	width: 32px;
	height: 86px;
	left: -60px;
}
.owl-nav .owl-next {
	background-position:-62px -1049px;
	width: 32px;
	height: 86px;
	right: -60px;
}
.owl-dots {}
.owl-dots .owl-dot {}
.owl-dots .owl-dot.active {}
/*owl-custom-end*/
