@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * Get a unitless number
 * @param  {Number} $number Number to remove unit from
 * @return {Number}         Unitless number
 */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 30, 2017 */
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/roboto-light-webfont.woff2") format("woff2"), url("/fonts/Roboto/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/roboto-lightitalic-webfont.woff2") format("woff2"), url("/fonts/Roboto/roboto-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/roboto-medium-webfont.woff2") format("woff2"), url("/fonts/Roboto/roboto-medium-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto/roboto-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/Roboto/roboto-mediumitalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.btn-cancel:not([disabled]) {
  background-color: #f5f5f5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100 */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-9 */
  background-repeat: repeat-x;
  border-image: none;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  border-bottom-color: #b3b3b3;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
}

.btn-cancel:not([disabled]):hover {
  background-color: #e6e6e6;
  background-position: 0 -15px;
  transition: background-position 0.1s linear 0s;
}

.btn-cancel:not([disabled]).active,
.btn-cancel:not([disabled]):active {
  background-color: #e6e6e6;
  background-image: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-cancel.disabled {
  background-image: none;
}

.file-upload {
  position: relative;
  padding-top: 32px;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.42857143;
  color: #555;
  letter-spacing: 0;
}
.file-upload::after {
  content: "Обзор...";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  padding: 6px 12px;
  color: #333;
}
.file-upload::after:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.file-upload::after:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.file-upload::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: calc(100% - 40px);
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.file-upload > input[type="file"] {
  position: absolute;
  display: block;
  top: 0;
  height: 32px;
  z-index: 99;
  width: 100%;
  opacity: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

html {
  font: 16px Arial, sans-serif;
  letter-spacing: 0;
}

body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  color: #000;
}
body * {
  /*vertical-align: middle;*/
}
body #gray-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 231px;
  background-color: #f5f5f5;
  z-index: -1;
}
body #gray-bg.on-main-page {
  height: 429px;
}
body > nav > ul {
  width: 960px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 auto;
  color: #fff;
}
body > nav > ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  margin: 0 10px;
}
body > nav > ul li:first-child {
  margin-left: 0;
}
body > nav > ul li:last-child {
  margin-right: 0;
}
body > nav > ul li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  border-bottom: 2px solid transparent;
}
body > nav > ul li > a > img {
  display: block;
  width: 19px;
}
body > nav > ul li > a:hover {
  text-decoration: none;
}
body > nav > ul li#item-personal-office {
  justify-self: flex-end;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
body > nav > ul li#item-personal-office > a {
  -webkit-align-items: stretch;
  align-items: stretch;
  padding-top: 3px;
  padding-bottom: 3px;
}
body > nav > ul li#item-personal-office > a > span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  padding: 3px 10px;
}
body > nav > ul li#item-personal-office > a > span > span {
  display: block;
  margin-left: 8px;
}
body > nav > ul li#item-personal-office > a > span > svg {
  height: 20px;
  width: 17px;
}
body > nav > ul li#item-personal-office > a > span > svg path {
  fill: #000;
}
body > nav > ul li#item-personal-office > a:hover, body > nav > ul li#item-personal-office > a.active {
  border-bottom-color: transparent;
}
body > nav > ul li#item-personal-office > a:hover > span, body > nav > ul li#item-personal-office > a.active > span {
  background-color: #000;
  color: #fff;
}
body > nav > ul li#item-personal-office > a:hover > span > svg path, body > nav > ul li#item-personal-office > a.active > span > svg path {
  fill: #fff;
}
body > nav > ul li > a {
  color: inherit;
}
body > nav > ul li > a:hover, body > nav > ul li > a:focus, body > nav > ul li > a:active, body > nav > ul li > a.active {
  color: inherit;
  border-bottom-color: #fff;
  text-decoration: none;
}
body header {
  width: 960px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
}
body header #top-images {
  margin: 25px 0;
}
body header #top-images > img {
  width: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body header > h1 {
  font-size: 20px;
  line-height: 33px;
  vertical-align: middle;
  font-weight: bold;
  margin: 25px 0;
}
body header > #logo-with-back {
  background: url('../img/logo-with-back.png?1516046425') no-repeat 100% #bd1514;
  width: 960px;
  margin: 0 auto;
  height: 160px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  position: relative;
  color: #fff;
}
body header > #logo-with-back > div {
  position: absolute;
  left: 480px;
  width: 460px;
  top: 30px;
  text-align: left;
}
body header > #logo-with-back > div > p {
  vertical-align: middle;
}
body header > #logo-with-back > div > p.dates {
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
body header > #logo-with-back > div > p.venue-name, body header > #logo-with-back > div > p.venue-address {
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 0;
}
body header > nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 50px 0;
}
body header > nav > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #a71625;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
  height: 40px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 10px;
}
body header > nav > a.smaller {
  font-size: 16px;
}
body header > nav > a > svg {
  height: 20px;
  width: 21px;
}
body header > nav > a > svg path, body header > nav > a > svg polygon {
  fill: #fff;
  stroke: #fff;
}
body header > nav > a > span {
  display: block;
  margin-left: 15px;
}
body header > nav > a:hover, body header > nav > a:active, body header > nav > a:focus {
  background-color: #fff;
  color: #a71625;
  text-decoration: none;
  border-color: #a71625;
}
body header > nav > a:hover > svg path, body header > nav > a:hover > svg polygon, body header > nav > a:active > svg path, body header > nav > a:active > svg polygon, body header > nav > a:focus > svg path, body header > nav > a:focus > svg polygon {
  fill: #a71625;
  stroke: #a71625;
}
body > main {
  width: 960px;
  margin: 50px auto;
}
body > main h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 20px;
  text-transform: uppercase;
}
body > main > section {
  border-top: 1px solid #eee;
  margin-top: 50px;
}
body > main > section#greetings {
  position: relative;
}
body > main > section#greetings > img {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body > main p {
  margin: 30px 0;
  line-height: 24px;
}
body > main h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
body > main h2 + p {
  margin-top: 10px;
}
body > main #mobile-app-links p > a {
  margin: 0 10px;
}
body > main #mobile-app-links p > a > img {
  height: 50px;
}
body > footer {
  width: 960px;
  margin: 0 auto 20px;
  padding-top: 50px;
  border-top: 1px solid #eee;
  text-align: center;
}
body > footer > p {
  color: #999;
}
body ol {
  padding-left: 20px;
  counter-reset: my-counter;
}
body ol > li {
  margin: 10px 0;
  position: relative;
}
body ol > li:before {
  content: counter(my-counter) ")";
  counter-increment: my-counter;
  position: absolute;
  top: 1px;
  left: -20px;
}
body ol > li > p {
  margin-bottom: 0;
}
body .tab-pane {
  margin: 30px 0;
}
body .tab-pane > p:first-child {
  margin-top: 0;
}
body #tab-reg-info p {
  margin: 0;
}
body form {
  letter-spacing: 0;
}
body label {
  font-weight: bold;
}
body textarea {
  resize: vertical;
}
body .frm-decline {
  width: 500px;
}
body .frm-decline h1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 16px;
}
body .frm-decline p {
  margin-bottom: 20px;
}
body .frm-decline .title {
  font-weight: bold;
}
body .frm-decline .buttons-group {
  text-align: center;
}
body .frm-decline .buttons-group > button {
  display: inline-block;
  margin: 0 10px;
}
body ul.speakers {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body ul.speakers > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 22%;
  flex-basis: 22%;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
  border: 2px solid #f00;
}
body #news p.no-news, body #news p.more-news {
  text-align: center;
}
body #news article {
  border-bottom: 1px solid #eee;
}
body #news article:last-child {
  border-bottom: 0;
}
body #news article * {
  vertical-align: baseline;
}
body #news article h2 {
  margin-bottom: 10px;
}
body #news article h2 > a {
  color: inherit;
}
body #news article p {
  margin: 10px 0;
}
body #news article p.date {
  color: #a71625;
}
body #news.main-page article {
  text-align: center;
}
body #news-item * {
  vertical-align: baseline;
}
body #news-item h1 {
  text-align: left;
  margin-bottom: 10px;
}
body #news-item p {
  margin: 10px 0;
}
body #news-item p.date {
  color: #a71625;
}
.eng_version{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  position: relative;
}
.eng_version a{
  position: absolute;
  right: 0;
  margin: 10px 0px;
  border-radius: 4px;
  border: 1px solid #a71625;
  padding: 5px 10px;
  background-color: #a71625;
  color: #fff;
  transition: 0.3s all;
}
.eng_version a:hover{
  text-decoration: none;
  background-color: #000000;
}
