@font-face {
	font-family: ProximaNova-Reg;
	src: url("../fonts/ProximaNova-Reg.otf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: ProximaNova-Bold;
	src: url("../fonts/ProximaNova-Bold.otf");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: ProximaNova-XBold;
	src: url("../fonts/ProximaNova-XBold.otf");
	font-weight: 900;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: none;
}

ul, li {
	list-style: none;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

body {
	font-family: ProximaNova-Reg;
	font-weight: 400;
	background-color: #f3f3f3;
	position: relative;
}

::selection {
	background-color: #fb4d4d;
	color: #fff;
}

/*Clearfix*/

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*Шапка*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #343434;
	z-index: 10;
}

.header-inner {
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto;
	padding: 0 5%;	
}

.header .menu li {
	float: left;
}

.header .menu li > a {
	font-family: ProximaNova-Bold;
	color: #fff;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	height: 61px;
	line-height: 18px;
	padding: 0 15px;
	position: relative;
	transition: all 0.1s ease-in;
}

.header .menu li > a > span {
	border-bottom: 1px dotted #777;
	transition: all 0.1s ease-in;
}

.header .menu li:hover > a {
	background-color: #494949;
}

.header .menu li.active > a {
	background-color: #000;
}

/*Контент*/

.column-right {
	float: right;
	width: 30%;
}

.column-left {
	width: 65%;
	margin-right: 4%;
	float: left;
}

.button-registration {
	font-family: ProximaNova-XBold;
	float: right;
	width: 100%;
	height: 61px;
	line-height: 61px;
	background-color: #fb4d4d;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	position: relative;
	display: none;
	transition: all 0.1s ease-in;
}

.button-registration span {
	border-bottom: 1px dotted #fff;
}

.button-registration:hover {
	opacity: 0.9;
}

.button-registration.active {
	display: block;
}

.content {
	padding: 0 5% 5%;
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.content .about,
.content .program,
.content .company {
	padding-top: 108px;
}

.content .logos {
	margin-bottom: 27px;
}

.content .logos a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.content .logos a:last-child {
	margin-right: 0;
}

.content .button-registration {
	margin-top: 40px;
	display: block;
}

.content .button-registration.remove {
	display: none;
}

.content .interest {
	display: inline-block;
	width: 100%;
	padding-top: 50px;
}

.content .info-workshop div {
	font-size: 25px;
	color: #000;
	float: left;
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
	font-family: ProximaNova-Bold;
}

.content .info-workshop div:last-child {
	cursor: pointer;
	margin-left: 20px;
}

.content .info-workshop div > i {
	border-bottom: 1px dotted #000;
	transition: all 0.1s ease-in;
}

.content .info-workshop div:hover > i {
	color: #fb4d4d;
	border-bottom-color: #fb4d4d;
}

.content .info-workshop div > span {
	display: block;
	font-size: 12px;
	color: #999;
	font-family: ProximaNova-Reg;
	margin-top: 5px;
}

.content .info-workshop div:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background: url("../assets/time.png");
	width: 15px;
	height: 15px;
}

.content .info-workshop div:nth-of-type(2):before {
	background: url("../assets/location.png");
	width: 11px;
}

.content h1 {
	font-family: ProximaNova-XBold;
	color: #000;
	font-size: 55px;
	line-height: 55px;	
	margin: 7px 0 28px 0;
}

.content h2 {
	font-family: ProximaNova-XBold;
	color: #000;
	font-size: 45px;
	padding: 0 0 40px 0;
}

.content h3 {
	font-family: ProximaNova-XBold;
	font-size: 25px;
	color: #000;
}

.content h4 {
	font-family: ProximaNova-Bold;
	color: #fb4d4d;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.content p {
	font-size: 14px;
	color: #666;
	margin-bottom: 22px;
	line-height: 20px;
}

.content .column-left p:last-child {
	margin-bottom: 0;
}

.content .column-left span {
	font-family: ProximaNova-XBold;
	font-size: 18px;
	color: #000;
	display: block;
	margin-bottom: 12px;
	display:inline-block;
}
.column-left .column-left1
{
	display:inline-block;
 	height:63px;
	width:110px;
}

.content .column-right {
	border-bottom: 4px solid #fb4d4d;
}

.content .column-right p {
	color: #fb4d4d;
	margin-bottom: 10px;
}

.content .column-right b {
	font-family: ProximaNova-Bold;
	font-size: 16px;
}

.content .program-wrap {
	position: relative;
	padding-left: 25px;
}

.content .program-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: #fb4d4d;
}

.content .program-wrap .child {
	margin-bottom: 60px;
	position: relative;
}

.content .program-wrap .child:nth-of-type(5):after {
	content: "";
	width: 100%;
	height: 235px;
	/*background-color: #f3f3f3;*/
	position: absolute;
	top: -40%;
	left: -22px;
	z-index: -1;
}

.content .program-wrap .child:last-child {
	padding-bottom: 60px;
	margin-bottom: 0;
}

.content .program-wrap .child:last-child:before {
	content: "";
	position: absolute;
	left: -21px;
	bottom: 0;
	height: 4px;
	width: 100%;
	background-color: #fb4d4d;
}

.content .program-wrap .child time {
	font-family: ProximaNova-Bold;
	color: #fb4d4d;
	font-size: 16px;
	position: relative;
	margin-bottom: 5px;
	display: block;
}

.content .program-wrap .child time:before {
	font-family: ProximaNova-Bold;
	content: "1";
	width: 29px;
	height: 29px;
	position: absolute;
	left: -38px;
	top: -4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	background-color: #fb4d4d;
	border-radius: 50%;	
}

.content .program-wrap .child:nth-of-type(2) time:before {
	content: "2";
}

.content .program-wrap .child:nth-of-type(3) time:before {
	content: "3";
}

.content .program-wrap .child:nth-of-type(4) time:before {
	content: "4";
}

.content .program-wrap .child:nth-of-type(5) time:before {
	content: "5";
}

.content .program-wrap .child:nth-of-type(6) time:before {
	content: "6";
}

.content .program-wrap .child:nth-of-type(7) time:before {
	content: "7";
}

.content .program-wrap .child:nth-of-type(8) time:before {
	content: "8";
}

.content .program-wrap .child:nth-of-type(9) time:before {
	content: "9";
}
.content .program-wrap .child:nth-of-type(10) time:before {
	content: "10";
}

.content .program-wrap .child span {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
	display: block;
	margin-top: 30px;
}

.content .program-wrap .child span > b {
	font-family: ProximaNova-Bold;	
	color: #666;
}

.content .program-wrap .child ul > li {
	font-size: 16px;
	color: #000;
	display: block;
	margin-bottom: 20px;
	line-height: 20px;
	position: relative;
	padding-left: 15px;
}

.content .program-wrap .child ul > li:first-child {
	margin-top: 30px;
}

.content .program-wrap .child ul > li:last-child {
	margin-bottom: 0;
}

.content .program-wrap .child ul > li:before {
	content: "•";
	position: absolute;
	left: -1px;
	top: -2px;
	font-size: 25px;
	font-family: ProximaNova-Bold;
	color: #000;
}

.content .program-wrap .child p:last-child {
	margin-bottom: 0;
}

.content .company p {
	font-size: 16px;
	color: #333;
}

.content .company a {
	color: #000;
	border-bottom: 1px solid #000;
	transition: all 0.1s ease-in;
}

.content .company a:hover {
	color: #fb4d4d;
	border-bottom-color: #fb4d4d;
}

.content .company .column-right {
	border-bottom: none;
}

.content .company .column-right .info-cont span {
	display: block;
}


.registration {
	background-color: #fb4d4d;
}

.registration .content {
	background-color: transparent;
	margin: 0 auto;
	padding-top: 5%;
}

.registration .content h2 {
	color: #fff;
}

.registration .registration-wrap p {
	color: #fff !important;
	margin-bottom: 20px !important;
	font-size: 16px;
}

.registration .registration-wrap input[type="text"] {
	font-family: ProximaNova-Reg;
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: transparent;
	border: 1px solid #fc8383;
	outline: none;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	position: relative;
	margin-bottom: -1px;
	z-index: 2;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.1s ease-in;
}

.registration .registration-wrap input[type="text"]:focus {
	border-color: #fff;
	z-index: 10;
}

.registration .registration-wrap input[type="text"]:first-child {
	border-radius: 2px 2px 0 0;
}

.registration .registration-wrap input[type="text"]:nth-of-type(5) {
	border-radius: 0 0 2px 2px;
}

.registration .registration-wrap ::-webkit-input-placeholder {
	color: #fdb5b5;
	font-size: 16px;
	font-weight: 400;
}

.registration .registration-wrap ::-moz-placeholder {
	color: #fdb5b5;
	font-size: 16px;
	font-weight: 400;
}

.registration .registration-wrap :-moz-placeholder {
	color: #fdb5b5;
	font-size: 16px;
	font-weight: 400;
}

.registration .registration-wrap :-ms-input-placeholder {
	color: #fdb5b5;
	font-size: 16px;
	font-weight: 400;
}

.registration .registration-wrap input[type="submit"] {
	font-family: ProximaNova-Bold;
	width: 180px;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border: 2px solid #fff;
	cursor: pointer;
	outline: none;
	border-radius: 2px;
	height: 52px;
	margin-top: 10px;
	letter-spacing: 1.5px;
	transition: all 0.1s ease-in;
}

.registration .registration-wrap input[type="submit"]:hover {
	background-color: #fff;
	color: #fb4d4d;
}

.registration .registration-wrap .radio {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #fdb5b5;
	cursor: pointer;
	transition: all 0.1s ease-in;
}

.registration .registration-wrap .radio:hover {
	color: #fff;
}

.registration .registration-wrap .radio input {
	display: none;
}

.registration .registration-wrap .radio input:checked + .outer .inner {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.registration .registration-wrap .radio input:checked + .outer {
	border-color: #fff;
}

.registration .registration-wrap .radio input:checked ~ .from {
	color: #fff;
	transition: all 0.1s ease-in;
}

.registration .registration-wrap .radio .outer {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	border: 1px solid #fc8383;
	border-radius: 50%;
	background-color: transparent;
	margin: 0 9px 15px 0;
	transition: all 0.1s ease-in;
}

.registration .registration-wrap .radio:hover .outer {
	border-color: #fff;
}

.registration .registration-wrap .radio .inner {
	width: 8px;
	height: 8px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	display: block;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	margin: 3px;
	transition: all 0.1s ease-in;
}

.place {
	position: relative;
}

.place h2 {
	font-family: ProximaNova-XBold;
	color: #fff;
	font-size: 45px;
	position: absolute;
	top: 15%;
	left: 10%;
	z-index: 5;
}

.place .info {
	background-color: #fff;
	width: 280px;
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 5;
}

.place .info .info-inner {
	padding: 20px 70px 20px 20px;
}

.place .info span,
.place .info a{
	font-family: ProximaNova-Bold;
	font-size: 25px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.place .info a:hover {
    color: #fb4d4d;
    border-bottom-color: #fb4d4d;
}

.place .info p {
	font-size: 16px;
	color: #333;
}

.place .info .info-img {
	position: relative;
	width: 280px;
	height: 185px;
	overflow: hidden;
}

.place .info .info-img time {
	font-family: ProximaNova-Bold;
	position: absolute;
	top: 0;
	left: 0;
	height: 37px;
	line-height: 40px;
	background-color: #fb4d4d;
	width: 220px;
	text-align: center;
	font-size: 25px;
	color: #fff;	
}

#map-canvas {
	width: 100%;
	height: 600px;
}

@media screen and (min-width: 768px) {
	.content .program-wrap .child:nth-of-type(5):after {
		top: -19%;
	}
}






.photo_slider_wrap{
	width: 800px;
	height: 550px;
	margin-left: 105px;
	position: relative;
}

.photo_slider_wrap .arrow{
	background:url(../assets/slider_arrows.png) no-repeat;
	width: 70px;
	height: 550px;
	position: absolute;
    top: 0;
	cursor:pointer;
}

.photo_slider_wrap .arrow.prev{
	background-position: -30px;
	left: -70px;
}

.photo_slider_wrap .arrow.next{
	background-position:20px;
    right: -70px;
}

.photo_slider_wrap .arrow.prev:hover{
	background-position: -150px;
}

.photo_slider_wrap .arrow.next:hover{
	background-position: -80px;
}

.clear{
	clear:both;
}

.prezentation_link{
	margin-top: 10px;
    display: inline-block;
}

.prezentation_link span{
	display:inline !important;
	color: #fb4d4d !important;
    border-bottom:1px solid #fb4d4d !important;
}

.prezentation_link span:hover{
	color: #000 !important;
    border-bottom:1px solid #000 !important;
}

.reg_req{
	font-family: ProximaNova-XBold;
    font-size: 18px;
    color: #000;
	margin-top: -20px;
}

.reg_req a{
	color: #000;
	border-bottom: 1px dotted #000;
}

.disclaimer {
    margin-top: 20px;
}
.disclaimer .ff-checkbox {
    float: left;
}
.disclaimer .ff-checkbox input {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}
.disclaimer .ff-checkbox input:after {
    display: block;
    background-color: #fb4d4d;
    content: '';
    border: 1px solid #ffffff;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.disclaimer .ff-checkbox input:checked:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 5px;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.disclaimer .ff-checkbox input:checked:after {
    border-color: #ffffff;
}
.disclaimer .text {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    width: auto;
    padding-left: 28px;
    font-weight: normal;
}
.disclaimer .text a {
}
.disclaimer .text a > span {
    font-family: 'ProximaNova-Reg';
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    color: #ffffff;
    line-height: 15px;
    border-bottom: 1px solid rgba(255,255,255, 0.25);
    font-weight: normal;
}
.disclaimer .text a:hover > span {
    border-color: rgba(255,255,255,1);
}
.popup_success {
    width: 210px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -105px;
    display: none;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    background-image: url('/images/arrow_success.png');
    background-repeat: no-repeat;
    background-position: center 30px;
    border-radius: 3px;
}
    .popup_success span {
        display: block;
        position: absolute;
        bottom: 15px;
        left: 10px;
        text-align: center;
        width: 190px;
        font-size: 16px;
        line-height: 21px;
        color: #fb4d4d;
    }