@font-face {
    font-family: 'Roboto Condensed';
    src: url('/css/fonts/RobotoCondensed/RobotoCondensed-Regular.eot');
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Regular.woff') format('woff'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/css/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot');
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.woff') format('woff'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/css/fonts/RobotoCondensed/RobotoCondensed-Bold.eot');
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Bold.woff') format('woff'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/css/fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot');
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-LightItalic.woff') format('woff'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/css/fonts/RobotoCondensed/RobotoCondensed-Italic.eot');
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Italic.woff') format('woff'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/css/fonts/RobotoCondensed/RobotoCondensed-Light.eot');
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Light.woff') format('woff'),
    url('/css/fonts/RobotoCondensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
html, body{
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);

    position: relative;
}
body {
    color: #555555;
    font-family: "Roboto Condensed", "Trebuchet MS", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
}

a {
    color: #11B4DE;
}

.topbar .header {
    background-color: #F8F8F8;
    border-bottom: 1px solid #E0E0E0;
    padding: 9px 0 0;
}

p {
    /*text-indent: 15px;*/
    font-family: "Roboto Condensed", "Trebuchet MS", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 15px;
}
.no-indentation p {
    text-indent: 0;
}
td > p:last-child {
    margin-bottom: 0;
}

h2 {
    font-size: 24px;
    line-height: 26px;
}
h4 {
    font-size: 15px;
}
button:focus{
    outline: none;
}
input.span6, textarea.span6 {
    display: inline-block;
    float: none;
    margin-left: 0;
    width: 330px;
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1200px;
	max-width: 1300px;
	min-width: 1000px;
}

.span4 {
    width: 250px;
}

.span6 {
    width: 340px;
}

input, textarea, .uneditable-input {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    padding: 7px;
}

input, textarea {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

input, textarea, select, .uneditable-input {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    width: 210px;
}

.block.small.login {
    margin-bottom: 18px;
    margin-top: 30px;
    padding-bottom: 5px;
    width: 350px;
}

.block.small.register {
    margin-bottom: 18px;
    margin-top: 30px;
    padding-bottom: 5px;
    width: 350px;
}

.block.small.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block .block_head {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    height: 36px;
    width: 100%;
    padding: 10px;
}

.block .block_head h2 {
	padding: 5px;
}

.block .block_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

div.center {
	text-align: center;
}

div.left {
	text-align: left;
}

div.right {
	text-align: right;
}

div.login-or-signup {
	padding-left: 50px;
	padding-top: 20px;
}

.row {
    margin-left: 0px;
}

select {
	padding: 4px;
	height: auto;
}

div.scaffold h2 {
	margin: 10px;
}

.head-top {
    background: url("/img/header.jpg") left bottom no-repeat;
    background-size: 1146px auto;
    height: 360px;
    margin-top: 5px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.login-form-text {
    text-transform: uppercase;
    font-size: 105%;
    text-align: right;
    color: #0A928A;
}

.sec-line-index {
    
}

.reg-text-left {
    color: white;
    text-transform: uppercase;
    font-size: 120%;
    margin-left: 100px !important;
    margin-top: 25px !important;
}

footer {
    padding: 14px 10px 0 0;
    text-align: center;
}

footer p {
    text-indent: 0;
    font-weight: bold;
}

.navbar-inner {
    background: transparent;
    background-image: none;
    background-color: white !important;
    box-shadow: none;
    border-bottom: 1px solid black;
    border-radius: 0px;
}

.nav-foot {
    border-bottom: none;
}

.nav-foot li {
    margin-top: 12px;
}

.navbar .nav > li > a {
    color: #000000;
    text-shadow: none;
    text-transform: uppercase;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background: transparent;
    color: #0A928A;
}

.navbar .nav > li > a:hover {
    color: #0A928A;
}

.search-main {
    margin-top: 0px !important;
}

.uppercase {
    text-transform: uppercase;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    border-color: #000000 #000000 transparent;
    color: #11B4DE;
}

.nav-tabs > li > a {
    color: #555555;
}

.nav-tabs {
    border-bottom: 1px solid #000000;
}

.foot {
   border-bottom: 1px solid #000000; 
}

.block-group {

}

div.block-group div.block:last-child {
    border-bottom: none;
}

.block {
    text-transform: uppercase;
    border-bottom: 1px solid #000000;    
    padding: 20px 0;
}

.block a {
    color: black;
}

.block .news-item {
    text-transform: none;
    
}

.block h5 a{
    color: #0A928A;
}

.block a:hover {
    color: #0A928A;
    text-decoration: none;
}

.pdf-left a {
    text-transform: none;
    color: #0A928A;
}

.pdf-left a:hover {
    color: #0A928A;
    text-decoration: underline;
}

.info-block {
    background: #aaceee;
    width: 170px;
    padding: 10px 19px;
}

.page-content {

}

.login-form-index {
    margin-right: 25px;
    margin-top: 25px;
}

.f-head {
    height: 100px;
}

.tct-head {
    
}

.set-lang {
    margin-right: 25px;
}

.set-lang p {
    font-size: 88%;
}

.dropdown {
    text-transform: uppercase;
}

.caret {
    margin-top: 7px;
}

.terms {
    height: 262px;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    display: block;
    font-size: 13px;
    margin-top: 18px;
    padding: 15px;
}

.dropdown-menu  {
    background: #aaceee;
}

.navbar .dropdown-menu:after {
    border-bottom: 6px solid #AACEEE;
}

.margin-0 {
    margin-left: 0px !important;
}


.btn-primary {
    background-color: #28e4ff;
    background-image: -moz-linear-gradient(center top , #28e4ff, #007cbc);
  *background-color: #28e4ff;
  background-image: -ms-linear-gradient(top, #28e4ff, #007cbc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#28e4ff), to(#007cbc));
  background-image: -webkit-linear-gradient(top, #28e4ff, #007cbc);
  background-image: -o-linear-gradient(top, #28e4ff, #007cbc);
  background-image: -moz-linear-gradient(top, #28e4ff, #007cbc);
  background-image: linear-gradient(top, #28e4ff, #007cbc);
  border-color: #007cbc #007cbc #007cbc;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#28e4ff', endColorstr='#007cbc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.marg-top1 {
    margin-top: 25px;
}

.left-main {
    padding-top: 8px;
}

.slider-index li.active a {
    color: #EE7216;
    font-weight: bold;
}

.slider-index a {
    color: #7B7B7B;
}

.slider-index a:hover {
    color: #EE7216;
}

.slider-index img {
    width: 475px !important;
    height: 247px !important;
}

.nav-middle {
    margin-top: 71px;
    border-left: none !important;
    font-size: 120%;
    text-transform: uppercase;
}

.nav-middle .active > a, .nav-middle .active > a:hover{
    border-color: transparent !important;
    color: #EE7216;
}

.right-ico {
    display: block;
    margin-left: 25px;
}

.line-block {
    width: 210px;
    margin: 10px 0 10px -20px;
    border: 2px solid white;
}

.itogs-main {
    color: #EE7216;
}

.orange {
    color: #EE7216;
}

.b-share-icon {
    width: 34px !important;
    height: 35px !important;
}

.b-share-icon_vkontakte {
    background: url('/img/icons/icon_kontakt.jpg') !important;
}

.b-share-icon_facebook {
    background: url('/img/icons/icon_fbook.jpg') !important;
}


.b-share-icon_twitter {
    background: url('/img/icons/icon_twitter.jpg') !important;
}


.b-share-icon_odnoklassniki {
    background: url('/img/icons/icon_oklass.jpg') !important;
}

.people {
    list-style: none outside none;
}

.people li {
    display: inline-block;
    padding: 25px;
    float: left;
    width: 140px;
}

.invoice {
    width: 100%;
}

.invoice.in-border td {
    border: 1px solid black;
    padding: 5px;
}

.invoice th {
    text-transform: uppercase;
}

.in-border td,
.in-border th {
    border-style: solid;
}

.invoice input {
    margin-top: -2px;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.noborder {
    border: none !important;
}

#checkterms {
    margin-top: -2px;
}

.wellcome-main {
    margin-top: 10px;
}

.info-list {
    list-style: none outside none;
    padding: 0;
    margin-top: 25px;
}

.info-list li {
    background: url("/img/dot-blue.png") no-repeat scroll 0 11px transparent;
    margin: 0 0 29px;
    padding: 0 0 0 13px;
    vertical-align: bottom;
}

.info-list h2 {
    color: #DA6100;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px;
    text-transform: none;
}

.sp0 {
    display: none;
}

#checkterms1 {
    margin-top: -2px;
}

.cntSeparator {
    font-size: 54px;
    margin: 0 5px;
    line-height: 54pt;
    color: #000;
}
.timer {
    margin-bottom: 15px;
}

img.venue {
    height: 164px;
}

#gallery-city-logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

div.slider {
    background:#fff;
    position:relative;
    margin-bottom:0;
    margin-left: 25px;
    display: block;
}
div.slider div.one {
    position:relative;
    float:left;
    width: 600px;
    overflow: hidden;
    margin-bottom:5px;
    height: 340px;
}
div.slider div.one div.img {
    /* float:left; */
    /* 	width:300px; */
    text-align:center;
    margin-top: 10px;
}
div.slider div.one div.img img {
    box-shadow: 0 0 15px;
    margin: 0 35px;
    max-width: 500px;
    max-height: 300px;
}
div.slider div.one p {
    text-align: center;
    margin-top: 10px;
}
div.slider div.paginator {
    /* margin-left:30px; */
    /* position: absolute; */
    /* bottom: 30px; */
    /* *display:inline; */
    text-align: center;
    margin-top: 15px;
    *zoom:1;
}
div.slider div.paginator a {
    height:14px;
    display:inline-block;
    margin-left:5px;
    border-radius: 7px;
    background: #ccc;
    padding: 0 7px !important;
    /* background:url(../images/icons-sprite.png) no-repeat -30px -650px; */
    text-align:center;
    text-decoration:none;
    font-size: 0;
    word-spacing: 0;
}
div.slider div.paginator a span {
    color:#fff;
    font:18px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
    display: none;
    font-size: 0;
    word-spacing: 0;
}
div.slider div.paginator a.selected {
    background: #11B4DE;
}
div.slider .more-proj{
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin-left:15px;
}
div.slider div.paginator.right {
    right:auto;
    left:603px;
}
div.slider .prev,
div.slider .next {
    position:absolute;
    left:0;
    top:50%;
    margin-top:-38px;
    width:22px;
    height:76px;
    cursor:pointer;
    background:url(/img/left.png) no-repeat;
}
div.slider .prev {
    margin-left: -25px;
}
div.slider .next {
    left:auto;
    right:0;
    margin-right: -25px;
    background:url(/img/right.png) no-repeat;
}

div.emblem {
    display: block;
    /*width: 300px;*/
    margin-top: 10px;
    margin-left: 50px;
    vertical-align: top;
    text-align: center;
    /*height: 320px;*/
}
div.emblem > .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 262px;
}
div.emblem > .img > img {
    display: block;
    height: 100%;
}
div.emblem h2 {
    margin-top: 14px;
}

.logos {
    float: left;
    text-align: center;
    width: 180px;
}
.logos img {
    margin-top: 25px;
}

.select2-search__field {
    height: 26px;
}
/* сзсс2021 */
.main_menu-container{
    background-color: #fff;
    opacity: .9;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 99;
    margin-bottom: 50px;
    min-width: 1200px;
}
.main_menu-container ul{
    list-style-type: none;
    padding-top: 1.1rem;
    padding-bottom: 0.7rem;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.main_menu-container ul.left_block {
    padding-left: 0.6rem;
    flex-grow: 1;
    justify-content: space-between;
    padding-right: 8.3%;
}
.main_menu-container ul.right_block{
    padding-right: 1.6rem;
}
.main_menu-container li {
    padding: 10px;
    display: inline-block;
    white-space: nowrap;
}
.main_menu-container li a{
    color: #000;
    text-transform: uppercase;
    font-size: 1.515em;
}
.main_menu-container li a:hover,
.main_menu-container li a.current{
    color: #ce1c1e;
    text-decoration: none;
}
.main_menu-container li.menu_devider {
    background-color: #000;
    height: 0px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 2px;
}

.main_menu-container .container::before,
.main_menu-container .container::after{
    content: none;
}
.main_menu-container .container {
    display: flex;
    justify-content: space-between;
}
/* баннер на главной */
.homepage__banner-container {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    width: calc(100% - 20px);
    padding: 0 10px 10px 10px;
    margin-top: -120px;
}
.banner__image-container{
    width: 100%;
    height: 450px;
    background-image: url('/img/header_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner__text-container{
    background-color: rgba(255, 255, 255, .75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    display: block;
    text-align: center;
    position: relative;
    padding: 10px 15px;
}
.banner__text-container.txt-block1,
.banner__text-container.txt-block2{
    margin: 0 auto;
    width: max-content;
}
.banner__text-container.txt-block1 {
    top: 133px;
    font-size: 1.7em;
    text-transform: uppercase;
    color: #004985;
}
.banner__text-container.txt-block1 span,
.banner__text-container.txt-block2 strong{
    color: #ce1c1e;
}
.banner__text-container.txt-block2{
    top: 172px;
    font-size: 2.25em;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 12px 58px;
}
.banner__text-container.txt-block-date {
    bottom: 20px;
    right: 39px;
    width: max-content;
    position: absolute;
    text-transform: uppercase;
    font-size: 1.4em;
    padding: 10px 17px;
    color: #004985;
}
.innerpage h1,
.innerpage h2{
    color: #814d99;
    text-transform: uppercase;
    text-align: left;
    margin-top: 36px;
    font-size: 1.95em;
}
.innerpage h2{
    margin-left: 0;
    margin-bottom: 20px;
}
#registerForm .row-fluid .innerpage {
    margin-left: 0;
}
.homepage.text-bock h1{
    color: #814d99;
    text-transform: uppercase;
    text-align: center;
    margin-top: 36px;
    font-size: 1.95em;
}
p a{
    color: #814d99;
}
a{
    color: #814d99;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #814d99;
}
.homepage.text-bock .author_info-block {
    float: right;
    margin: 46px 24px 54px 40px;
}
.author_info-block .author_avatar-block {
    border-radius: 50%;
    overflow: hidden;
    width: 235px;
    height: 235px;
    box-shadow: 0 0 15px 0 #8a8a8a;
}
.author_info-block .author_avatar-image img{
    min-width: 100%;
    min-height: 100%;
}
.author_info-block .author_avatar-image {
    margin: 10px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.author_info-block .author_name {
    font-weight: bold;
    font-size: 1.4em;
    width: 235px;
    margin-top: 7px;
    line-height: 1.15em;
}
.author_info-block .author_rang{
    margin-top: 5px;
    font-size: 0.9em;
    max-width: 235px;
}
.author_info-block .author_name,
.author_info-block .author_rang {
    text-align: center;
}
p {
    margin-left: 10px;
    font-size: 1.35em;
    line-height: 1.25em;
    margin-bottom: 5px;
}
.homepage.text-bock .text-inner {
    margin-top: 10px;
    text-align: justify;
}
.centred-block{
    display: block;
    max-width: max-content;
    margin: 0 auto;
}
.red-button {
    color: #fff;
    background-color: #ce1c1e;
    text-transform: uppercase;
    font-size: 1.65em;
    font-weight: bold;
    padding: 15px 20px;
    margin-top: 33px;
    transition: 0.5s all;
    border: 1px solid #fff;
}
.red-button:hover{
    text-decoration: none;
    color: #FFF;
    background-color: #9a1617;
    border: 1px solid #ce1c1e;
}
.violet_btn{
    color: #fff;
    background-color: #814c9a;
    text-transform: uppercase;
    font-size: 1.65em;
    font-weight: bold;
    padding: 15px 20px;
    transition: 0.5s all;
    border: 1px solid #fff;
    border-radius: 3px;
    white-space: nowrap;
}
.violet_btn:hover{
    text-decoration: none;
    color: #FFF;
    background-color: #762a90;
    border: 1px solid #762a90;
}
#loginForm .input-xlarge {
    width: 400px;
}
.violet_btn:disabled{
    opacity: 0.4;
    cursor: default;
    background-color: #555;
    border: 1px solid #fff;
}
.violet_link{
    font-size: 1.35em;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover{
    color: #762a90;
}
.flex_elements {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.announces_block{
    min-width: 1200px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    margin-top: 58px;
}
.announces_block .announces_inner {
    background-image: url("/img/anounces-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.announces_block .announces_inner .container{
    position: relative;
    padding: 65px 0 40px 0;
}
.announces_block .announces_inner .block-title{
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    padding: 8px;
    left: 23px;
    top: -37px;
    background-color: #fff;
}
.announces_block .announces_inner .block-title span{
    text-transform: uppercase;
    color: #fff;
    background-color: #814d99;
    padding: 12px 27px;
    font-size: 1.95em;
    display: block;
}
.announces_inner-content {
    display: flex;
    justify-content: space-around;
}
.announces_inner-content .item {
    width: 486px;
    position: relative;
    background: #fff;
}
.announces_inner-content .item .sponsor_logo {
    position: absolute;
    max-width: 115px;
    max-height: 115px;
    left: 20px;
    top: 0;
}
.announces_inner-content .item .sponsor_logo img{
    max-width: 100%;
    max-height: 100%;
}
.announces_inner-content .item .announce_preview {
    height: 160px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.announces_inner-content .item .announce_content-block{
    padding: 10px;
}
.announces_inner-content .item .announce_content-block h3{
    color: #004985;
    padding: 10px 0;
    font-size: 1.8em;
    font-weight: bold;
}
.announces_inner-content .item .announce_content-block .announce_content {
    max-height: 118px;
    overflow: hidden;
}
.justify-content-around{
    display: flex;
    justify-content: space-around;
}

.organizators_block {
    padding-bottom: 56px;
    padding-left: 15px;
    padding-right: 15px;
}
.organizators_block img{
    max-width: 130px;
    max-height: 130px;
}
.organizators_block .org_item {
    display: flex;
    flex-wrap: nowrap;
    width: 33.3%;
    justify-content: center;
}
.organizators_block .org_item > a {
}
.organizators_block .org_item > * {
    align-self: center;
}
.organizators_block .org_item > div {
    padding-left: 10px;
    font-size: 1.3em;
    line-height: 1.3em;
}

.apps_block{
    background-color: #e6e7e8;
    min-width: 1200px;
}
.apps_block-inner {
    padding: 42px 0 33px 0;
}
.sponsors_block {
    padding: 50px 0;
    align-items: center;
}
.sponsors_block img{
    max-height: 45px;
}
.footer_spacer{
    width: 100%;
    height: 230px;
}
footer{
    padding: 10px 0 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    width: 100%;
    min-width: 1200px;
    position: absolute;
    bottom: 0;
}
footer .footer_inner{
    background-image: url("/img/footer_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
footer .contacts_block svg{
    max-width: 22px;
    fill: #814d99;
    margin-bottom: -4px;
}
.contacts {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.contacts > div {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
.contacts .contacts_title {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.9em;
    color: #814d99;
    line-height: 1.2em;
    width: 10%;
    min-width: min-content;
}
.contacts .contacts_block {
    padding: 14px 20px;
    font-size: 1.2em;
    text-align: left;
    width: 68%;
    min-width: 840px;
}
.contacts .contacts_block strong,
.contacts .contacts_block p{
    font-size: 1.1em;
}
.contacts .contacts_block p{
    font-weight: 400;
}
.contacts .contacts_block div{
    font-size: 1.2em;
    padding-top: 10px;
    min-width: max-content;
    display: block;
    white-space: nowrap;
}
.contacts .contacts_block a{
    color: #555;
}
footer .copyright {
    color: #fff;
    padding: 18px 0;
    font-size: 1.09em;
}
.tab-pane table,
ul.nav.nav-tabs,
#reg-form td,
#reg-form label,
.controls label,
label.control-label {
    font-size: 18px;
}
ul.nav.nav-tabs {
    margin-top: 20px;
}
.login-or-signup form.form-inline {
    max-width: max-content;
    margin: 0 auto;
}
@media screen and (max-width: 1300px) {
    .text-inner, .container .content-block{
        padding: 0 20px;
    }
}
@media screen and (max-device-width: 460px) {
    .profile_inner,
    .content-block{
        padding: 0px 20px;
    }
    .row-fluid .span12 {
        width: 99.99999998999999%;
        *width: 99.94680850063828%;
        margin-left: 0;
    }
}
#who1 td {
    padding: 10px;
}
.selection, select {
    font-size: 18px;
}
.select2-container .select2-selection--single {
    height: 42px!important;
    padding: 7px 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-results__option {
    font-size: 18px;
}
input, button, select, textarea {
    font-family: "Roboto Condensed", "Trebuchet MS", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    padding: 8px 12px;
    height: auto;
}
#fastRegisterError {
    margin: 0;
    display: inline-block;
}
#fastRegisterForm .alert{
    margin: 10px 0 0;
}
