* {
    -webkit-font-smoothing: antialiased!important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
	a[href^=tel]{
    outline: none;
}
	p {
		padding: 0;
		margin: 0;
	}
	ul,li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	html {
		margin: 0;
    	padding: 0;
	}
	body {
		min-width: 1000px;
    	margin: 0 auto;
		padding: 0;
		font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color: #000101;
	}
.fancybox-iframe body {
  min-width: auto;
}
	.header {
		height: 93px;
		padding-top: 20px;
		position: relative;
	}
	.wrapper {
		width: 960px;
		margin: 0 auto;
	}
	.logo {
		text-align: left;
		width: 325px;
		height: 76px;
		padding-top: 8px;
	}
	.header__contacts {
		position: absolute;
		right: 0;
		top: 20px;
		width: 309px;
		height: 93px;
		line-height: 1;
		z-index: 10;
		background-color: #fff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 5px;
		background-image: url('../img/samday__header__contacts.png');
		background-repeat: no-repeat;
		background-position: right center;
		text-align: right;
	}
	.header__phone {
		display: block;
		font-size: 24px;
		text-decoration: none;
		font-weight: bold;
		color: #6d1228;
		margin-bottom: 15px;
	}
	.header__phone-title {
		font-size: 18px;
	}
	.small-text {
		font-size: 14px;
	}
	.main__banner {
		background-image: url('../img/samday__main-banner.jpg');
		background-position: center;
		background-size: cover;
	}
	.header__nav-wrapper {
		background-color: rgba(59,88,92, .2);
	}
	.header__nav {
		width: 960px;
		margin: 0 auto;
		display: table;
		height: 70px;
		margin-bottom: 70px;
	}
	.header__nav-item {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	.header__nav-link {
		display: block;
		line-height: 2;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
		border-bottom: 1px solid transparent;
		font-family: sans-serif;
	}
	.header__nav-link:hover {
		border-bottom: 1px solid #fff;
	}
	.main__banner-title,
	.main__banner-text {
		font-weight: bold;
		color: #fff;

	}
	.main__banner {
		text-align: center;
		padding-bottom: 70px;
	}
	.main__banner-title {
		font-size: 55px;
		line-height: 1;
		margin-bottom: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.main__banner-text {
		width: 960px;
		margin: 0 auto 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 50px;
		text-align: center;
		font-size: 36px;
		line-height: 1.3;
	}
	.samday__timer-text {
		text-align: center;
		font-size: 24px;
		margin-bottom: 20px;
		color: #fff;
		font-family: 'Roboto Condensed', sans-serif;
	}
	.samday__timer {
		margin-bottom: 50px;
	}
.samday__banner-info {
	color: #fff;
	font-size: 20px;
}
	.samday__participate-btn {
		display: inline-block;
		min-width: 210px;
		margin: 0 auto;
		text-align: center;
		padding: 10px 20px;
		text-decoration: none;
		color: #7b293d;
		line-height: 1;
		background-color: #fff;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 24px;
		border: 1px solid #7b293d;
		font-weight: 100;
    	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    	text-transform: uppercase;
    	-webkit-transition: .5s;
    	transition: .5s;
    	cursor: pointer;
	}
	.samday__participate-btn:hover {
		color: #fff;
		background-color: #7b293d;
		border: 1px solid #7b293d;
	}
	.samday__participate-btn.inverted {
		color: #fff;
		background-color: transparent;
		border: 1px solid #fff;
	}
		.samday__participate-btn.inverted:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #7b293d;
	}
	.samday__about {
		margin: 0 auto;
		padding: 40px 0;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
	}
	.samday__about-image {
		margin-bottom: 40px;
	}
	.samday__about-text {
		width: 960px;
		margin: 0 auto 10px;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
	}
	.samday__about-link {
		width: 960px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		font-style: italic;
		color: #6d1228;
    	line-height: 19px;
    	font-size: 16px;
    	text-decoration: none;
    	text-align: right;
    	margin: 0 auto 30px;
    	padding-right: 45px;
	}
	.samday__about-link:hover {
		text-decoration: underline;
	}
	.samday__about-link img {
		margin-right: 10px;
		position: relative;
		bottom: -10px;
	}
	.samday__divider {
		width: 85%;
		height: 14px;
		margin: 0 auto;
		background-image: url(../images/curve.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	.samday__about-diagram {
		padding: 30px 25px;
		width: 960px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.diagram__title {
		font-size: 30px;
		color: #a71c49;
		text-align: left;
		margin-bottom: 60px;
	}
	.diagram__title--sam {
		font-weight: 700;
		color: #6d1228;
	}
	.diagram__title--day {
		color: #535353;
		font-weight: 700;
	}
	.diagram__description {
		display: block;
		width: 960px;
		margin: 0 auto;
		background-image: url('../img/samday__diagram.png');
		background-repeat: no-repeat;
		background-position: 250px 4px;
	}
	.diagram__description-item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		width: 49%;
		font-size: 16px;
		margin-bottom: 103px;
		text-align: right;
	}
	.diagram__description-item:nth-child(2n) {
		text-align: left;
	}
	.diagram__description-item:nth-child(5),
	 .diagram__description-item:nth-child(6) {
	 	margin-bottom: 55px;
	}

	.diagram__description-item:nth-child(1),
	.diagram__description-item:nth-child(5) {
		 padding-right: 190px;
	}
	.diagram__description-item:nth-child(2),
	.diagram__description-item:nth-child(6) {
		 padding-left: 136px;
	}   
	.diagram__description-item:nth-child(3) {
		 padding-right: 244px;
	}   
	.diagram__description-item:nth-child(4) {
		 padding-left: 195px;
	} 
	.samday__speakers {
		padding: 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	} 
	.speakers__title {
		text-align: center;
		margin-bottom: 40px;
	}
	.speakers__title img {
		margin-bottom: 20px;
	}
	.speakers__title h2 {
		font-size: 19px;
		font-weight: 700;
		margin: 0 0 15px 0;
	}
	.speakers__title-text {
		font-size: 16px;
		color: #6d6d6d;
	}
	.speaker {
		width: 24%;
    display: inline-block;
    /* float: left; */
    vertical-align: top;
		text-align: center;

	}
	.speaker a {
		text-decoration: none;
	}
	.speaker__photo {
		width: 180px;
		height: 180px;
		margin: 0 auto 15px;
		border-radius: 50%;
		overflow: hidden;
	}
	.speaker__photo img {
		min-width: 180px;
		height: auto;
	}
	.speaker__name {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
		margin-bottom: 10px;
		position: relative;
		color: #2f2f2f;
	}
	.speaker__name:after {
		content: "";
		display: block;
		width: 56px;
		height: 1px;
		background-color: #252525;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -28px;
	}
	.speaker__text {
		width: 195px;
		margin: 0 auto 35px;
		color: #252525;
		font-size: 11px;
		line-height: 16px;
		min-height: 80px;
	}
	.speaker__photo--sabaev {
		background-image: url(../img/speakers/sabaev.jpg);
	    background-size: 321px auto;
	    background-position: center 0;
	}
	.speaker__photo--sokolov {
		background-image: url('../img/speakers/sokolov.jpg');
		background-position: center -26px;
    	background-size: 310px auto;
	}
	.speaker__photo--fateev {
		background-image: url('../img/speakers/fateev.jpg');
		background-size: 300px;
   		background-position: center 0;
	}
	.speaker__photo--kuijper {
		background-image: url('../img/speakers/Kuijper.jpg');
		background-size: 180px auto;
	}
	.speaker__photo--thompson {
		background-image: url('../img/speakers/thompson.jpg');
		background-size: 180px auto;
	}
	.speaker__photo--toburdanovskiy {
		background-image: url('../img/speakers/toburdanovsky.jpg'); 
		background-size: 180px auto;
	}
	.speaker__photo--shabanov {
		background-image: url('../img/speakers/shabanov.jpg');
		background-size: 250px auto;
    	background-position: -30px 0;
	}
	.samday__programme {
		padding: 20px;
	}
	.samday__programme .speakers__title {
		margin-bottom: 30px;
	}
	.samday__programme .speakers__title h2 {
		margin-bottom: 0;
	}
	.programme__list {
		width: 90%;
		max-width: 1090px;
		margin: 0 auto;
	}
	.programme__list-item {
		padding: 10px 0;
		color: #2f2f2f;
	}
	.programme__list-item:first-child {
		border-top: 1px solid #8f9a9c;
	}
	.programme__list-item {
		border-bottom: 1px solid #8f9a9c;
	}
	.programme__time {
		font-size: 20px;
		font-weight: bold;
		color: #3a585c;
		margin-right: 20px;
	}
	.programme__list-item:nth-child(2n),
	 .programme__list-item:nth-child(2n) .programme__time {
		color: #811537;
	}
	.programme__description {
		font-size: 16px;
	}
	.programme__detail-link {
		text-align: right;
		padding-top: 10px;
	}
	.programme__detail-link a{
		font-size: 16px;
		font-style: italic;
		color: #a71c49;
		text-decoration: none;
	}
	.programme__detail-link--disabled a,
.program .programme__detail-link--disabled {
		color: #ebebeb;
		pointer-events: none;
	}
	.programme__detail-link a:hover {
		text-decoration: underline;
	}
	.report__list {
		width: 915px;
		margin: 0 auto 30px;
		border-top: 1px solid #8f9a9c;
	}
	.report {
		padding: 15px 0;
		border-bottom: 1px solid #8f9a9c;
		color: #303030;
		font-size: 18px;
	}
	.report__name {
		font-weight: bold;
		text-align: left;
		margin-bottom: 15px;
	}
	.report__author {
		text-align: center;
		font-style: italic;
		margin-bottom: 20px;
	}
	.report__list .programme__detail-link a{
		float: right;
    margin-bottom: 20px;
	}
	.report__social {
		display: block;
		text-align: right;
	}
	.samday__location {
		width: 100%;
		text-align: center;
		padding: 40px 0 5px;
		background-image: url('../img/location-bg.png');
		background-size: cover;
		background-repeat: no-repeat;
	}
	.samday__location-info {
		width: 411px;
		margin: 0 auto 30px;
	}
	.samday__location .samday__participate-btn {
		margin-bottom: 20px;
	}
	.participation__info {
		padding: 30px 0;
		    text-align: center;
	}
	.participation__info .speakers__title {
		margin-bottom: 30px;
	}
	.participation__info .speakers__title h2{
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.participation__subtitle {
		font-style: italic;
		font-size: 12px;
		font-weight: 100;
		text-transform: lowercase;
	}
	.participation__info-list {
		width: 720px;
		margin: 0 auto 50px;
		text-align: left;
	}
	.participation__info-list li{
		margin-bottom: 20px;
	}
	.participation__info-list .decor {
		margin-right: 20px;
		position: relative;
    	bottom: -7px;
	}
.samday__partners {
	padding: 20px 0 50px;
}
.samday__partners h2 {
	margin-bottom: 30px;
}
.samday__partners h3 {
	font-weight: 400;
	margin: 0 0 15px 0;
	}

	.partner__list {
		width: 960px;
		margin: 0 auto;
		text-align: center;
	}
	.partner__list li {
		display: inline-block;
		vertical-align: middle;
		margin-left: 60px;
		margin-bottom: 50px;
	}
	.partner__list li:first-child/*,
	.partner__list li:last-child */{
		margin-left: 0;
	}
	.partner__list--information li {
		max-width: 130px;
		height: auto;
		    margin-bottom: 15px;
	}

.partner__list--information li a {
	display: block;
}
.partner__list--information li a img {
	max-width: 100%;
	height: auto;
}
	.samday__organizers {
		padding: 20px 0;
		max-width: 960px;
    	margin: 0 auto;
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.organizers {
		width: 870px;
		margin: 0 auto;
	}
	.organizers li{
		display: inline-block;
		width: 33%;
		    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
		text-align: left;
		margin-bottom: 10px;
	}
	.organizers li .avatar {
		margin-right: 10px;
		position: relative;
		    bottom: -10px;
	}
	.samday__contacts {
		text-align: center;
		padding: 40px 0 65px;
		background-image: url(../images/%d0%ba%d0%be%d0%bd%d1%82%d0%b0%d0%ba%d1%82%d1%8b%d0%ba.png); 
		background-size: cover;
		background-repeat: no-repeat;

	}
.samday__contacts p{
	margin-bottom: 15px;
			font-style: italic;
}
	.contacts__wrapper {
		width: 445px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px;
		font-size: 14px;
		margin: 0 auto 40px;
		background-color: rgba(255,255,255,.83);
	}
	.samday__pluses {
		padding: 20px 0;
	}

	.plus-list {
		width: 750px;
		margin: 0 auto;
	}
	.plus-list li{
		padding-left: 45px;
		margin-bottom: 25px;
		position: relative;
		text-align: left;
	}
	.plus-list li .subtitle{
		font-weight: bold;
		display: block;
	}
	.plus-list li p {
		font-style: italic;
	}
	.plus-list li .decor {
		position: absolute;
		top: 0;
		left: 0;
	}
	.footer {
		padding: 45px 0;
		text-align: center;
		background-color: #7d1535;
		position: relative;
	}
	.footer__social {
		display: table;
		width: 270px;
		margin: 0 auto 25px;
	}
	.footer__social li {
		display: table-cell;
		height: 30px;
		width: 33%;
		vertical-align: middle;
		text-align: center;
	}
	.footer__social li a {
		display: block;
	}
	.footer__social li img{
		max-width: 100%;
	}
	.footer__title {
		font-size: 48px;
		font-weight: bold;
		margin-bottom: 25px;
		color: #fff;
	}
	.footer__copyright {
		font-size: 14px;
		color: #fff;
		font-style: italic;
	}
	.footer .samday__participate-btn {
		margin-bottom: 30px;
	}

	#upward-btn {
		display: block;
		cursor: pointer;
		width: 48px;
		height: 48px;
		background-image: url('../img/upward-btn.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		border-radius: 50%;
		right: 10px;
		top: 23px;
		position: fixed;
		background-color: rgba(59,88,92, .2);
	}
	.report__detail-info {
		display: table;
		margin-bottom: 20px;
	}
	.report__detail-info > div{
		display: table-cell;
		vertical-align: middle;

	}
	.report__detail-photo {
		text-align: center;
	}

	.report__detail__speaker {
		font-size: 16px;
		font-style: italic;
		margin-bottom: 10px;
	}
	.report__detail {
		padding: 20px;
	}
	.report__details {
		padding-left: 30px;
	}
	.report__detail__name {
		font-size: 24px;
		font-weight: bold;
		color: #811537;
	}
	.report__detail-text {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px 20px;
		font-style: italic;
		border-top: 1px solid #3a585c;
		border-bottom: 1px solid #3a585c;
		margin-bottom: 20px;
	}
	.red-link {
		color: #a71c49;
	}
	#members {
		padding-top: 15px;
		border-top: 3px solid #943855;
		margin-top: -5px;
	}
	.members__wrapper {
		width: 800px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.members--closed,
	.members--opened {
		font-weight: bold;
		display: block;
		padding-left: 45px;
		position: relative;
		cursor: pointer;
	}
	.members--closed:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;

		display: block;
		width: 24px;
		height: 24px;

		background-image: url('../images/members__plus.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		cursor: pointer;
	}
	.members--opened:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;

		display: block;
		width: 24px;
		height: 24px;

		background-image: url('../images/members__minus.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		cursor: pointer;
	}
.speaker__photo--2speakers {
	height: 130px;
}
.speaker__photo--2speakers img {
    min-width: 80px;
    max-width: 80px;
    border-radius: 45px;
    height: auto;
    margin-right: 10px;
}
.speaker__photo--2speakers img:last-child {
	margin-right: 0;
}
.main__banner--program {
	padding-bottom: 0;
/*	background-image: none;*/
}
.samday__divider--program {
	width: 100%;
	margin-bottom: 20px;
}
.speakers__title-text--program {
	font-size: 12px;
	font-style: italic;
}

.program {
	width: 90%;
    max-width: 1090px;
    margin: 0 auto;
	border-top: 1px solid #8f9a9c;
}
.program > li {
	padding: 10px 0;
    color: #2f2f2f;
	display: table;
	width: 100%;
	border-bottom: 1px solid #8f9a9c;
}
.program > li > * {
	display: table-cell;
	vertical-align: top;
	padding: 10px 0;
}
.program__time {
	font-size: 20px;
    font-weight: 700;
    color: #3a585c;
	width: 130px;
}
.program__speaker {
	display: block;
	margin-bottom: 10px;
}
.program__speaker b {
	text-transform: uppercase;
}
.program__lection a {
	font-size: 16px;
    color: #a71c49;
    text-decoration: none;
}
.program__lection a:hover {
	text-decoration: underline;
}
.program__note {
	font-style: italic;
	font-size: 14px;
}

.program > li.program__3column,
.program > li.program__3column > *{
	padding: 0;
}
.program__column {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 317px;
	padding: 0 4px;
}
.program__3column > * {
	border-right: 1px solid #8f9a9c;
	position: relative;
}
.program__3column > *:after {
	content: "";
	display: block;
	width: 1px;
	height: 7px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: -1px;
}
.program__3column > *:before {
	content: "";
	display: block;
	width: 1px;
	height: 7px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: -1px;
}
.program__company {
	display: block;
	padding: 0px 5px 5px;
	text-decoration: underline;
	font-weight: 700;
	background-color: #fff;
    outline: 4px solid #fff;
}
.program__column .program__lection {
	padding: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 80px;
}
.program__column .wrapper{
	max-width: 290px;
}
.program__column .program__lection a {
	white-space: normal;
}
.program__column--1 {
	background-color: #eef6f2;
}
.program__column--2 {
	background-color: #f6eef1;
}
.program__column--3 {
	background-color: #fefeed;
}
.column-3 td:nth-child(2) {
	background-color: #eef6f2;
}
.column-3 td:nth-child(3) {
	background-color: #f6eef1;
}
.column-3 td:nth-child(4) {
	background-color: #fefeed;
}
.program__company + .program__lection a {
	display: block;
	margin-bottom: 5px;
}

.program {
	display: table;
	max-width: 1080px;
	margin: 0 auto;
	border-collapse: collapse;
}
.program li{
	display: table-row;
}
.program li > *{
	display: table-cell;
}
.program td:first-child {
width: 135px;}
.program td {
	border: 1px solid #8f9a9c;
}
.program__company + .program__lection {
	padding-top: 8px;
}
.program td {
	vertical-align: top;
	padding: 9px;
    margin: 0 4px;
    position: relative;
    overflow: hidden;
	border-right: 0;
	border-left: 0;
}
.program .column-3 td {
	padding: 4px 9px;
}
.program .column-3 td:nth-child(n+1) {
	border-right: 1px solid #8f9a9c;
}
.program .column-3 td:nth-child(n+2) {
width: 290px;}
.program .column-3 td:nth-child(2) {
	border-left: 1px solid #8f9a9c;
}
.program .column-3 td:last-child {
	border-right: 1px solid #8f9a9c;
}
.program .column-3 .program__activity {
	position: relative;
}
.program .column-3 .program__activity {
	
}
td:before {
	width: 5px;
    height: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
td:after {
	width: 5px;
    height: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}

.program .one-row td {
	vertical-align: middle;
}
.bb-0 td {
	border-bottom: 0;
}
.bt-0 td {
	border-top: 0;
}
.fancybox-link--disabled {
	pointer-events: none;
	opacity: .8;
}
/*gallery*/
.gallery {
	width: 940px;
	margin: 0 auto;
}
.gallery li {
	float: left;
	display: block;
	width: 120px;
	height: 90px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	text-align: center;
}
.gallery li a {
	display: block;
	width: 120px;
	height: 90px;
	overflow: hidden;
}
.gallery img {
	max-width: 100%;
}
.gallery li:nth-child(7n) {
	margin-right: 0;
}

/*materials*/
.main__banner--materials .header__nav {
	margin-bottom: 0;
}
.main__banner--materials .header__nav-wrapper {
	background-color: rgba(152,58,91,.9);
}
.warning {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #a71c49;
}
.materials__wrapper {
	margin: 0 auto 0 0;
	padding: 18px 0;
	width: 60%;
	background-image: url('../img/bg-pattern.png');
	background-repeat: repeat;
	position: relative;
	max-height: 220px;
	min-width: 760px;
}

.materials__wrapper:after {
	content: "";
	
	display: block;
	width: 105px;
	height: 256px;
	
	position: absolute;
	right: -105px;
	top: 0;
	
	background-image: url('../img/offer-bg.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.materials__wrapper p {
	font-size: 22px;
	color: #fff;
	text-align: left;
	width: 715px;
	margin: 0 0 20px auto
}
.main__banner--materials {
	padding-bottom: 0;
	background-image: url('../img/offer-speaker-bg.jpg');
}
.materials__offer-checkbox {
	position: absolute;
	color: #fff;
	font-size: 14px;
	bottom: 20px;
	right: 0;
	cursor: pointer;
}
.materials__offer-checkbox input {
	display: none;
}
.materials__offer-checkbox label {
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}
.materials__offer-checkbox label:before {
	content: "";
	
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.materials__offer-checkbox input:checked + label:before {
	background-image: url('../img/checkbox--checked.png');
	background-position: center;
	background-repeat: no-repeat;
}
.materials__form__wrapper {
	max-width: 1280px;
	display: table;
	margin: 0 auto 50px;
	padding-top: 20px;
	pointer-events: all;
}
.materials__form__wrapper--blocked {
	pointer-events: none;
}
.materials__form__wrapper > div {
	display: table-cell;
	width: 33%;
	min-width: 310px;
	text-align: center;
}
.materials__form__logo {
	text-align: center;
	vertical-align: middle;
	height: 120px;
	position: relative;
}
.materials__form__logo a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none;
}
.materials__form__logo--samday a {
    width: 95px;
	margin-left: -47px;
	margin-top: -40px;
    height: 80px;
    background-image: url('../img/materials-sprite.png');
    background-repeat: no-repeat;
    background-position: 0 -307px;
}
.materials__form--focused .materials__form__logo--samday a {
	background-position: 0 -395px;	
}
.materials__form__logo--itsmf a {
    width: 150px;
	margin-left: -75px;
	margin-top: -28px;
    height: 56px;
    background-image: url('../img/materials-sprite.png');
    background-repeat: no-repeat;
    background-position: -3px -4px;
}
.materials__form--focused .materials__form__logo--itsmf a {
	background-position: -3px -69px;	
}

.materials__form__logo--professional a {
    width: 80px;
	margin-left: -40px;
	margin-top: -40px;
    height: 80px;
    background-image: url('../img/materials-sprite.png');
    background-repeat: no-repeat;
    background-position: -4px -134px;
}
.materials__form--focused .materials__form__logo--professional a {
	background-position: -4px -221px;	
}
.materials__form input {
	outline: none;
}
.materials__form input[type="email"] {
	min-height: 36px;
	padding-left: 10px;
}
.materials__form--focused input[type="email"] {
	border: 2px solid #999;	
}
.materials__form p:first-of-type {
	font-size: 16px;
	text-align: center;
	height: 70px;
	color: #6d6d6d;
}
.materials__form--focused p:first-of-type {
	color: #000;	
}
.materials-send-btn {
	font-size: 20px;
	background-color: transparent;
	position: relative;
	display: inline-block;
	min-width: auto;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	top: 1px;
	left: -2px;
}
.materials__payment-page {
	position: relative;
	width: 690px;
	margin: 0 auto 100px;
	padding-top: 20px;
}
.materials__payment-page p {
	font-size: 16px;
	font-style: italic;
}
.materials__payment-page a {
	min-width: 150px;
	position: absolute;
	right: -220px;
	top: 25px;
}
.materials__copyright {
	padding: 5px;
	color: #fff;
	background-color: #a61d49;
	font-size: 12px;
	text-align: center;
	font-style: italic;
}
body.popup {
	overflow: hidden;
}
.materials__popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -200px;
	z-index: 10;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 500px;
	background-color: #F0FFF0;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 50px 0;
	border: 10px solid rgba(152,58,91,.9);
}
body.popup .materials__popup {
	display: block;	
}
.materials__popup p {
	width: 400px;
	margin: 0 auto 50px;
}
.materials__popup .ok-btn {
	min-width: 80px;
	
}
.materials__popup--error {
	background-color: #FFF0F5;
}
/*DEBUG*/
	.clearfix:before,
	.clearfix:after {
		content: " ";
		display: table;
	}

	.clearfix:after {
		clear: both;
	}
	.hidden,
	.hidden > *{
		display: none !important;
	}