/*HEADER*/

header {
  position: relative;
  z-index: 15;
  background-color: #fff;
}

.header__top {
  width: 1240px;
  margin: 0 auto;
  height: 80px;
  position: relative;
  background: white;
}

.notm .header__logo {
  width: 148px;
  height: 60px;
  background: url('../img/itSMF_Russia_logo.png') 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  z-index: 10;
}

.header__phone {
  outline: none;
  display: block;
  width: 152px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -76px;
  background: url('../img/header__phone.png') 0 0 no-repeat;
}

.header__itsm-logo {
  display: block;
  width: 168px;
  height: 70px;
  background-image: url('../img/DigitalITSM_bordo-min.png');
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  right: 0;
  z-index: 10;
}

.banner {
  background-image: url('../img/head.jpg?3444');
  -moz-background-size: auto 480px;
  -o-background-size: auto 480px;
  background-size: auto 480px;
  background-repeat: no-repeat;
  background-position: left 0;
  padding-bottom: 0px;
  height: 480px;
  position: relative;
  width: 100%;
  min-width: 1240px;
  max-width: 1920px;
}

@media screen and (min-width: 1920px) {
  .banner {
    margin: 0 auto;
  }
}

.banner__wrapper {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}

.header__nav {
  display: table;
  width: 100%;
  margin: 0 auto;
  /*
      display: flex;
    justify-content: space-around;
    align-items: center;
*/
}

.header__nav-item {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
}

.header__nav-item:not(.header__nav-item--active):hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.12);
}

.header__nav-item--active:before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}

.header__symbol {
  position: absolute;
  width: 391px;
  height: 158px;
  -moz-background-size: auto 158px;
  -o-background-size: auto 158px;
  background-size: auto 158px;
  left: 220px;
  top: 68px;
  background-image: url('../img/head_DigitalITS.png');
  background-repeat: no-repeat;
  background-position: center;
}
html[lang=en] .header__symbol{
 background-image: url('../img/head_DigitalITS-en.png');
}
.header__name {
  position: absolute;
  width: 100%;
  height: 258px;
  -moz-background-size: auto 157px;
  -o-background-size: auto 157px;
  background-size: auto 157px;
  background-position: 0 0;
  right: 87px;
  top: 156px;
  background-image: url('../img/head_name.png');
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 35px) center;
  background-position: -moz-calc(100% - 35px) center;
  background-position: calc(100% - 35px) center;
  border-right: 3px solid white;
}
html[lang=en] .header__name {
  background-image: url('../img/head_name-en.png');
}
.banner--short .header__name,
.banner--short .header__symbol {
  display: none;
}
.header__name:before {
  position: absolute;
  content: "";
  height: 3px;
  width: -webkit-calc(100% - 692px);
  width: -moz-calc(100% - 692px);
  width: calc(100% - 692px);
  right: 0px;
  top: 0px;
  background: white;
}

.header__name:after {
  position: absolute;
  content: "";
  height: 3px;
  width: -webkit-calc(100% - 790px);
  width: -moz-calc(100% - 790px);
  width: calc(100% - 790px);
  right: 0px;
  bottom: 0px;
  background: white;
}


/*
.header__timer {
	color: #fff;
	position: absolute;
	bottom: -50px;
	left: 33px;
	padding-left: 35px;
	font-size: 16px;
}

.header__timer:before {
	content: "";
	display: block;
	width: 24px;
	height: 30px;
	background: url('../img/header__timer.png') 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: -9px;
}

.header__timer:after {
	content: "left";
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 100%;
	top: 0;
}
*/

.banner--short {
  padding-bottom: 0;
  
}

html[lang=ru] .banner--short{
  height: 60px;
}
/*COUNTDOWN*/

.countdown-section {
  margin-right: 5px;
}

.countdown-amount {
  margin-right: 5px;
}

.countdown-period {
  text-transform: lowercase;
}


/*CONTENT*/

main {
  padding: 10px 0 80px;
}

.main__wrapper {
  width: 1240px;
  margin: 0 auto;
}

.registration {
  margin-bottom: 80px;
}

.registration img.logo {
  width: 100%;
  max-width: 400px;
}

@media (min-width:400px) {
  .registration img.logo {
    margin-left: -webkit-calc(50% - 200px);
    margin-left: -moz-calc(50% - 200px);
    margin-left: calc(50% - 200px);
  }
}

.notm .registration ul {
  margin-left: 10px;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 900px;
  font-size: 16px;
}

.registration h3+ul li {
  text-align: center;
  margin-bottom: 5px;
  line-height: 22px;
  text-align: justify;
}

.registration h3+ul li:before {
  content: "➢";
  font-size: 20px;
  color: #aa1144;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.registration__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: Cambria, Georgia, serif;
  font-weight: bold;
  text-align: center;
}

.registration__title .smf {
  color: #aa1144;
  text-transform: uppercase;
}

.registration__title .it {
  font-style: italic;
}

.registration__decor {
  width: 42px;
  height: 41px;
  margin: 0 auto 20px;
  background-image: url('../img/calendar.png');
}

.registration__date {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

.registration__text {
  text-align: center;
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.registration__text p {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}

.registration__text a {
  color: #08c;
  text-decoration: underline;
}

.registration__text a:hover {
  text-decoration: none;
}

.registration__text--center p {
  text-align: left;
}

.registration__button {
  width: 330px;
  height: 60px;
  cursor: pointer;
  margin: 0 auto 15px;
  background-image: url('../img/btn--get-ticket.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  z-index: 10;
}

.registration__button:hover {
  background-position: 0 -60px;
}

#tpw_cont button,
#tpw_cont button:hover {
  width: 330px;
  height: 60px;
  position: relative;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 0;
}

.registration__note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}

.registration__subtitle {
  font-size: 19px;
  color: #aa1144;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}


/*SECTION*/

section {
  margin-bottom: 80px;
}

.section__title {
  padding: 0 10px;
  margin: 0 auto 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
body:not(.m) .partners:not(.partners-in) .section__title {
  text-align: left;
}
.section__title--active .section__title-text {
  border-bottom: 4px solid #aa1144;
}

.section__title-text {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 24px;
  padding: 15px 10px;
  text-align: left;
  font-weight: normal;
  border-bottom: 4px solid #ebebeb;
  text-transform: uppercase;
}
.partners section {
  margin-bottom: 30px
}
body:not(.m) .partners:not(.partners-in) .section__title-text {
	text-transform: none;
}

/*STICKY FOOTER*/

html,
body {
  height: 100%;
  margin: 0;
}

body.notm {
  min-width: 1240px;
}
body.notm .content__wrapper {
  min-height: 100%;
}
body.notm .content__wrapper:not(.content--gallery) {
  min-width: 1240px;
}

.content__wrapper--participants {
  min-height: 3000px;
}


/*
footer {
  height: 80px;
  margin-top: -80px;
}
*/


/*FOOTER*/

.notm footer {
  min-width: 1240px;
}

footer {
  background-color: #1d1552;
  color: white;
  /*
  max-width:  1920px;
  margin: 0 auto;
*/
}

.notm .footer__wrapper {
  min-width: 1240px;
}

.footer__wrapper {
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 17px;
}

.footer__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 25px;
}

.section__list {
  padding-left: 30px;
  margin-bottom: 30px;
}

.section__list-item {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  font-size: 17px;
}

.section__list-item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #aa1144;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 9px;
}

section.conditions li {
  text-align: justify;
  margin-bottom: 5px;
}

section.conditions {
  margin-bottom: 30px;
}

section.conditions li:before {
  content: "➢";
  margin-right: 10px;
  font-size: 20px;
  color: #aa1144;
  position: relative;
  top: 2px;
}

.notm section.conditions ul {
  width: 900px;
}

section.conditions ul {
  margin: 0 auto;
  margin-bottom: 15px;
}

span.it {
  font-style: italic;
}

span.smf {
  color: #aa1144;
  text-transform: uppercase;
}

.btn--enroll {
  width: 280px;
  height: 48px;
  margin: 30px auto 10px;
  cursor: pointer;
  background: url('../img/btn--enroll.png') 0 0 no-repeat;
  font-size: 0;
}

.btn--speaker {
  width: 290px;
  height: 48px;
  margin: 0 auto 10px;
  cursor: pointer;
  background: url('../img/common__buttons__speaker.png') 0 0 no-repeat;
  font-size: 0;
}

.btn--enroll:hover,
.btn--speaker:hover {
  background-position: 0 -48px;
}

.btn--text {
  display: block;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 18px;
  background-color: #aa1144;
  color: #fff;
  border: 2px solid #aa1144;
  width: 300px;
  position: relative;
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  background-image: none;
}

.btn--text>div {
  position: absolute;
  top: 0;
}

.btn--text:hover {
  background-color: #a20f40;
}

.nowrap {
  white-space: nowrap;
}

.members-list {
  width: 100%;
  font-size: 0;
}

.notm .members-list {
  margin-bottom: 30px;
}

.member {
  width: 300px;
  float: left;
  /*  margin-right: 87px;*/
  text-align: left;
  font-size: 18px;
  /*  margin-bottom: 45px;*/
}

.member:nth-child(3n) {
  margin-right: 0;
}

.member__photo {
  width: 100px;
  float: left;
  margin-right: 15px;
}

.member__info {
  float: right;
  width: 240px;
}

.member__image {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.member__name {
  padding: 20px 0 10px;
  border-bottom: 2px solid #ebebeb;
}

.member__post,
.member__contact {
  padding: 10px 0;
  color: #999;
  font-size: 14px;
}

.member__post:empty,
.member__contact:empty {
  display: none;
}

.org-contacts {
  text-align: center;
  padding: 35px;
  background-image: url('../img/contacts.jpg?ggg');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-sizing: border-box;
  WIDTH: 100%;
}

.org-contacts:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: 5;
}

.org-contacts__wrapper {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 10;
}

.notm .org-contacts__wrapper {
  width: 400px;
}

.org-contacts a {
  color: #527498;
  display: inline-block;
  margin: 0 auto 10px;
}

.org-contacts a:hover {
  text-decoration: none;
}

.org-contacts__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #aa1144;
  margin-bottom: 20px;
}

.org-contacts__phone {
  position: relative;
  display: inline;
  padding-left: 30px;
}

.org-contacts__mail {
  position: relative;
  display: inline;
  padding-left: 35px;
}

.org-contacts__phone:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../img/contacts__phone.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.org-contacts__mail:before {
  content: "";
  display: block;
  width: 25px;
  height: 18px;
  background-image: url('../img/contacts__mail.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

.partners__title {
  font-size: 17px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: normal;
  text-transform: uppercase;
}

.partners__title--gold {
  font-weight: bold;
  font-size: 19px;
  color: #a61d49;
}

.partners__title--bronze {
  font-size: 15px;
      margin-top: 10px;
}

.partners__list {
  font-size: 0;
  text-align: center;
}

.partners__list-item {
  display: inline-block;
  width: auto;
  margin-right: 30px;
  overflow: hidden;
  margin-bottom: 40px;
  height: auto;
  vertical-align: middle;
}

.partners__list-item a {
  display: inline-block;
}

.partners__list-item--big {
  width: auto;
  height: 80px;
  margin-right: 65px;
  vertical-align: middle;
}

/*
.partners__list-item--big:last-child {
  height: 69px;
}
*/
.partners__title--gold + ul {
  margin-bottom: 20px;
}
.partners__list-item:last-child {
  margin-right: 0;
}
.notm .more-right {
  margin-right: 50px;
}
#anchor-map,
#anchor-org,
#anchor-partners,
#anchor-program {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  top: -20px;
  visibility: hidden;
  outline: none;
}

.map__wrapper {
  position: relative;
  width: 1240px;
  height: 640px;
}

.map {
  position: relative;
  z-index: 1;
  width: 1240px;
  height: 640px;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  left: -260px;
  top: -160px;
}

.js-map-blocked {
  pointer-events: none;
}

.map__popup__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.84);
  pointer-events: none;
}

.map__popup {
  width: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  background-color: rgba(255, 255, 255, 0.84);
}

.map__title {
  text-align: left;
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px solid #ebebeb;
}

.map__address {
  padding: 15px 0;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

.map__btn {
  width: 280px;
  height: 48px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -140px;
  margin-top: -24px;
  cursor: pointer;
  background: url('../img/map-btn.png') 0 0 no-repeat;
}

.map__btn:hover {
  background-position: 0 -48px;
}

.program__title {
  padding: 20px 20px 16px 20px;
  font-size: 20px;
  color: #333;
  display: inline-block;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  margin-bottom: 20px;
}

.program__title--active {
  border-bottom: 4px solid #aa1144;
}

.program__title:not(.program__title--active):hover {
  color: #aa1144;
}



.program__row {
  display: table-row;
}

.program__time,
.program__activity {
  display: table-cell;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #ebebeb;
}

.program__time {
  font-weight: bold;
  text-align: center;
  width: 150px;
}

.program__activity {
  font-size: 16px;
  text-align: left;
}

.program .section__title {
  margin-bottom: 20px;
}


/*
.registration__widget {
	display: block;
    width: 200px;
    max-width: 400px;
    min-width: 200px;
    padding: 10px 10px;
    margin: 0 0 36px 0;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #ebebeb;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/

.registration__widget-btn {
  width: 220px;
  height: 48px;
  margin: 0 auto 40px;
  cursor: pointer;
  background: url('../img/common__buttons__register.png') 0 0 no-repeat;
  font-size: 0;
}

.registration__widget-btn:hover {
  background-position: 0 -48px;
}


/*PARTNERS*/

.partners__tabs-list {}

.partner__tab {
  padding: 30px 40px 30px 0;
  display: table;
  border-bottom: 2px solid #eee;
}

.partner__logo,
.partner__description {
  display: table-cell;
  vertical-align: middle;
}

body:not(.m) .partner__logo {
  width: 350px;
}
.partner__logo {
	text-align: center;
}
.partner__logo a {
  display: block;
}
.partner__logo.min-img img{
  max-height: 50px;
  width: auto;
}
.partner__description {
  line-height: 1.3;
}

.partner__description a {
  color: #527498;
  outline: none;
}

.partner__description a:hover {
  text-decoration: none;
}
.partner__description p{
  margin: 5px 0 0;
}
.partner__name {
  font-weight: bold;
  color: #aa1144;
}

.achievments {
  font-size: 14px;
  padding-top: 0;
}

.achievments li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.achievments li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 10px;
  top: 8px;
}


/*TOGGLE LANG*/

.toggle-lang {
  position: absolute;
  z-index: 5;
  width: 1240px;
  text-align: center;
  padding-top: 30px;
  font-family: Cambria, Georgia, serif;
  color: #eee;
  font-size: 24px;
  font-weight: bold;
}

.toggle-lang a {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
  color: #999;
}

.toggle-lang a.active {
  color: #aa1144;
}

.toggle-lang a:not(.active) {
  pointer-events: none;
}

.toggle-lang a:first-child:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}


/*MAP PAGE*/

.map-page {}


/*PROGRAM*/

.program__title--calendar {
  text-align: center;
  border: 1px solid #999;
  width: 105px;
  padding: 0;
}

.program__title--calendar .day {
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  color: #333;
  padding: 5px 10px;
  font-size: 14px;
  border-bottom: 1px solid #999;
  background-color: #fff;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
  border: 1px solid transparent;
  border-bottom: 1px solid #aa1144;
}

.program__title--calendar .date {
  display: block;
  font-size: 25px;
  font-weight: bold;
  color: #aa1144;
  text-align: center;
  padding: 10px 0 0;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

.program__title--calendar .month {
  display: block;
  text-transform: uppercase;
  color: #aa1144;
  padding: 5px 10px;
  font-style: italic;
  font-size: 14px;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

.program__title--calendar:not(.program__title--active):hover .day {
  background-color: #aa1144;
  color: #fff;
}

.program__title--calendar.program__title--active,
.program__title--calendar.program__title--active .date,
.program__title--calendar.program__title--active .month {
  background-color: #aa1144;
  border-color: #fff;
  color: #fff;
}

.program__title--calendar.program__title--active .day {
  color: #aa1144;
  border: 1px solid transparent;
}

.program__title--calendar {
  margin-bottom: 50px;
}

.program__title--calendar.program__title--active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.program__title--calendar.program__title--active {
  -webkit-box-shadow: -1px 0px 2px 0 #888888;
  -moz-box-shadow: -1px 0px 2px 0 #888888;
  box-shadow: -1px 0px 2px 0 #888888;
}

.program__title--calendar.program__title--active:first-of-type {
  -webkit-box-shadow: 1px 0px 2px 0 #888888;
  -moz-box-shadow: 1px 0px 2px 0 #888888;
  box-shadow: 1px 0px 2px 0 #888888;
}

.program__day--full {
  width: 100%;
  border-top: 2px solid #ebebeb;
  margin-bottom: 150px;
}

.program__day--full .program__time {
  width: 300px;
  font-size: 18px;
  color: #aa1144;
}

.program__day--full .program__time,
.program__day--full .program__activity {
  padding: 20px;
}

.program__nav--calendar {
  padding-left: 50px;
}


/*UPWARD BUTTON*/

#upward-button {
  display: block;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #aa1144;
  border: 2px solid #aa1144;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 10;
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

#upward-button:hover {
  color: #fff;
  background-color: #aa1144;
}

.registration__subtitle--m40 {
  margin-bottom: 40px;
}


/*registration-feed*/

.registration__wrapper {
  width: 920px;
  float: left;
}

.feedback__wrapper {
  width: 300px;
  float: right;
  border: 1px solid #aa1144;
}

.feedback__top {
  position: relative;
  padding: 10px 15px 5px 15px;
}

.feedback__photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 5px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.feedback__name {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}

.feedback__post {
  display: block;
  font-size: 14px;
  color: #999;
  font-style: italic;
  margin-bottom: 5px;
}

.feedback__organization {
  display: block;
  font-weight: bold;
  color: #aa1144;
  font-size: 14px;
}

.feedback__info {
  text-align: center;
}

.feedback__text {
  padding: 0 15px 10px 15px;
  font-size: 14px;
  text-align: center;
  position: relative;
}

.feedback__text--short {
  height: 70px;
  overflow: hidden;
}

.feedback__text--short:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, 1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1));
}

.show-text {
  display: block;
  width: 18px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -11px;
  background-image: url('../img/arrow-down.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 10;
  cursor: pointer;
}

.feedback__item {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}


/*slider*/

.feedback__slider {
  margin: 0 auto 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 350px;
  /*	border: 2px solid #aa1144;*/
  width: 900px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}

.feedback__slider .feedback__top {
  display: table;
  width: 600px;
  margin: 0 auto 5px 0;
  vertical-align: middle;
}

.feedback__slider .feedback__photo-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}

.feedback__slider .feedback__text {
  text-align: left;
  font-size: 16px;
}

.feedback__slider .feedback__info {
  padding-left: 25px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.feedback__slider .feedback__item {
  width: 900px;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px 0;
  -webkit-transition: left .3s linear;
  -moz-transition: left .3s linear;
  -o-transition: left .3s linear;
  transition: left .3s linear;
  position: relative;
  top: 0;
}

.feedback__slider .feedback__item--left {
  left: -900px;
}

.feedback__slider .feedback__item--right {
  right: -900px;
}

.feedback__slider .feedback__item:not(.feedback__item--active) {
  display: none;
}

.feedback__item--active {
  -webkit-animation: active-slide .7s;
  -moz-animation: active-slide .7s;
  animation: active-slide .7s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.feedback__item--active-lf {
  -webkit-animation: active-slide-left .7s;
  -moz-animation: active-slide-left .7s;
  animation: active-slide-left .7s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes active-slide {
  from {
    left: 900px;
  }
  to {
    left: 0;
  }
}

@-moz-keyframes active-slide {
  from {
    left: 900px;
  }
  to {
    left: 0;
  }
}

@keyframes active-slide {
  from {
    left: 900px;
  }
  to {
    left: 0;
  }
}

@-webkit-keyframes active-slide-left {
  from {
    left: -900px;
  }
  to {
    left: 0;
  }
}

@-moz-keyframes active-slide-left {
  from {
    left: -900px;
  }
  to {
    left: 0;
  }
}

@keyframes active-slide-left {
  from {
    left: -900px;
  }
  to {
    left: 0;
  }
}

.feedback__slider-nav {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feedback__slider-nav__element {
  display: block;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 2px solid #aa1144;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.feedback__slider-nav__element:last-child {
  margin-right: 0;
}

.feedback__slider-nav__element--active {
  width: 10px;
  height: 10px;
  border: none;
  background-color: #aa1144;
}

.feedback__slider-arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid black;
  pointer-events: none;
}

.feedback__slider-arrow {
  display: block;
  background-color: #fff;
  width: 40px;
  height: 100%;
  top: 0;
  position: absolute;
  cursor: pointer;
  z-index: 15;
  pointer-events: all;
}

.feedback__slider-arrow--left {
  left: 0;
}

.feedback__slider-arrow--right {
  right: 0;
}

.feedback__slider-arrow span {
  display: block;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-image: url('../img/slider-arrows.png');
  background-repeat: no-repeat;
}

.feedback__slider-arrow--left span {
  background-position: 0 0;
  right: 0;
}

.feedback__slider-arrow--right span {
  background-position: 100% 0;
  left: 0;
}

.project__section {
  padding-bottom: 40px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 40px;
}

.project__description .section__list-item {
  font-size: 16px;
  margin-bottom: 5px;
}

.project__description .section-list {
  margin-bottom: 20px;
}

.project__description p {
  margin-bottom: 20px;
}

.project__btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #aa1144;
  color: #aa1144;
  text-decoration: none;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.project__btn:hover {
  background-color: #aa1144;
  color: #fff;
}

.project__logo {
  display: inline-block;
  float: left;
}

.project__logo--year {
  width: 150px;
  height: 150px;
  background: url('../img/project-year.png') 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.project__logo--juniors {
  width: 150px;
  height: 73px;
  background: url('../img/project-juniors.png') 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.project__logo--values {
  width: 173px;
  height: 150px;
  background: url('../img/logo-articles.png') 0 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.project__name {
  display: inline-block;
  float: left;
  line-height: 150px;
  vertical-align: middle;
  padding-left: 20px;
  font-weight: bold;
  color: #aa1144;
}

.project__logo--juniors+.project__name {
  line-height: 73px;
}

.no-margin {
  margin: 0;
}

.no-margin--b {
  margin-bottom: 0;
}

.mb30 {
  margin-bottom: 30px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb150 {
  margin-bottom: 150px;
}

.project__description {
  padding: 0 20px;
  line-height: 1.5;
}

.hidden {
  display: none !important;
}

.red {
  color: #aa1144;
}


/*SPEAKERS*/

.pluso-more {
  display: none !important;
}

/*
.speaker {
  padding-top: 40px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.7;
}

.speaker__photo {
  float: left;
  padding: 0 25px 35px 25px;
}

.speaker__photo a {
  display: block;
}
*/

.speaker__info {
  float: right;
  width: 1030px;
  padding-bottom: 20px;
}

.current-language {
  padding: 22px;
  font-size: 15px;
  color: #fff;
}

.speaker__title {
  min-width: 400px;
  padding-right: 35px;
  padding-left: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.2;
}

.speaker__name {
  margin-bottom: 5px;
  font-size: 18px;
}

.speaker__name a {
  text-decoration: none;
  color: #333;
}

.speaker__post {
  margin-bottom: 8px;
  font-size: 14px;
  color: #999;
}

.speaker__post--custom {
  color: #333;
}

.speaker__about {
  padding: 5px 0;
  font-style: italic;
}

.speaker__report {
  margin-bottom: 20px;
}

.speaker__report__title {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #a61d49;
}

.speaker__report__text {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.speaker__report__text--mc {
  font-size: 16px;
}

.speaker__report__text--nopadding {
  padding: 0;
  margin: 0;
}

.speaker__report__text__list {
  padding: 0;
  margin: 0;
  line-height: normal;
  list-style: none;
}

.speaker__report__text__list__item {
  position: relative;
  padding-left: 20px;
  margin: 0;
  line-height: normal;
}

.speaker__report__text__list__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  content: "";
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #a61d49;
}

.bullet {
  color: #a61d49;
}

ol.speaker__report__text {
  list-style: decimal;
  list-style-position: inside;
}

ol.speaker__report__text>li {
  margin-bottom: 10px;
  list-style: decimal !important;
  list-style-position: inside;
}

.avatar {
  margin-right: 10px;
  position: relative;
  bottom: -10px;
}

.expert {
  display: block;
  font-weight: normal;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}

.translated {
  color: #999;
  font-style: italic;
}

.template__title {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #a61d49;
}

.content__exception {
  width: 350px;
  padding: 0 0 15px 20px;
  margin-top: 40px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #a61d49;
  border-bottom: 2px solid #a61d49;
}

.speaker:only-child {
  border-bottom: 0;
}

.speaker__report__text .section__list {
  padding-top: 15px;
  margin-bottom: 0;
}

.m .content--template {
  padding: 0 15px;
}

.m .speaker__title {
  min-width: auto;
  border-bottom: 0;
}

.speaker__time {
  color: #333;
  font-size: 12px;
  padding-left: 20px;
}

div.speaker__time {
  padding-left: 10px;
}

.program__day--full span.program__time {
  width: 165px;
  padding: 15px 0 15px 10px;
}

.m .program__day--full span.program__time {
  width: 190px;
}

.program__day--full span.program__time.program__time--pt20 {
  vertical-align: middle;
}

.program__day--full .program__activity.program__activity--mc {
  padding-left: 0;
}

.program__activity--mc {
  display: table;
}

.master-class__company,
.master-class__info {
  display: table-cell;
}

.m .master-class__company {
  margin-bottom: 15px;
}

.m .master-class__company,
.m .master-class__info {
  display: block;
}

.master-class__company {
  padding: 0 25px 0 0;
  vertical-align: middle;
}

.master-class__detail {
  display: inline-block;
  width: 200px;
  max-width: 400px;
  min-width: 200px;
  padding: 10px 10px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #ebebeb;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ebebeb;
  cursor: pointer;
}

.master-class__detail:hover {
  color: #fff;
  background-color: #a61d49;
}

.master-class__title {
  margin-bottom: 5px;
}

.master-class__name {
  margin-bottom: 10px;
  color: #aa1144;
}

.master-class__narrators {
  color: #999;
  margin-bottom: 10px
}

.master-class__note {
  margin-bottom: 20px;
}

.program__day--full {
  margin-bottom: 130px !important;
  position: relative;
  margin-top: 50px;
}

.program__day .btn--enroll--left {
  margin: 20px auto 0 20px;
}

.program__day .btn--enroll--inline {
  position: relative;
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: top;
  height: 36px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #333;
  background-color: #eee;
  font-size: 13px !important;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  background-image: none !important;
  display: inline-block;
  width: 200px;
  max-width: 400px;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  color: #333;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ebebeb;
  cursor: pointer;
}

.program__day .btn--enroll--inline:hover {
  color: #fff;
  background-color: #a61d49;
}

.program__day .btn--enroll--inline>div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.template__paragraph--download-program {
  position: absolute;
  padding-top: 10px;
  top: -60px;
  font-size: 14px;
  padding-left: 30px;
}

.template__paragraph--download-program a {
  color: #aa1144;
  font-weight: bold;
}


.speaker--project .speaker__report__title {
  margin-bottom: 5px;
}

.speaker--project .speaker__report__title:first-of-type {
  margin-bottom: 0;
}

.speaker--project .speaker__report__download {
  margin-bottom: 0;
}

.speaker--project .speaker__report {
  margin-bottom: 15px;
}

.social_btns {
  margin: 0;
  padding: 45px 160px;
  display: block;
}

.social_btns a {
  margin-right: 5px;
}

.social_btns img {
  width: 35px;
  height: 35px;
}


/*
header .social_btns a{
  display: block;
  width: 20px;
  height: 20px;
}
*/

header .social_btns img {
  width: 20px;
  height: 20px;
}

footer .social_btns {
  margin: 0 auto;
  padding: 25px 0 0;
}

.notm .map--static {
  display: none;
}

.registration__text .btn-standart,
.btn-standart {
  display: inline-block;
  padding: 15px 40px;
  background-color: #a41c47;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0px auto 20px;
  min-width: 150px;
}

.btn-standart:hover {
  cursor: pointer;
  background-color: #9e1842;
}


/*GALLERY*/

.content--gallery {
  width: 1070px;
  margin: 0 auto 80px;
}

a.fancybox {
  display: inline-block;
  width: 210px;
  height: 140px;
  overflow: hidden;
}

a.fancybox img {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.disabled {
  pointer-events: none;
}