

/* Start:/bitrix/templates/conf_main/css/owl.carousel.min.css?14678876913020*/
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../../../../templates/conf_main/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/conf_main/css/jquery.arcticmodal-0.3.css?1467887691654*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(../../../../../templates/conf_main/css/loading.gif) no-repeat 50% 50%; }
/* End */


/* Start:/bitrix/templates/conf_main/css/jquery.jscrollpane.css?14678876911379*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/bitrix/templates/conf_main/css/spectrum.css?146788769114921*/
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/* End */


/* Start:/bitrix/templates/conf_main/template_styles.css?1479481869120285*/
@charset "UTF-8";
/* Fonts */
/*!
 *	Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *	License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url("../../../../../templates/conf_main/fonts/fontawesome-webfont.eot@v=4.6.1");
	src: url("../../../../../templates/conf_main/fonts/fontawesome-webfont.eot@#iefix&v=4.6.1") format("embedded-opentype"), url("../../../../../templates/conf_main/fonts/fontawesome-webfont.woff2@v=4.6.1") format("woff2"), url("../../../../../templates/conf_main/fonts/fontawesome-webfont.woff@v=4.6.1") format("woff"), url("../../../../../templates/conf_main/fonts/fontawesome-webfont.ttf@v=4.6.1") format("truetype"), url("../../../../../templates/conf_main/fonts/fontawesome-webfont.svg@v=4.6.1#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before, .fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
#	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
#	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before, .fa-users:before {
	content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
#	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before, .fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}

.fa-won:before, .fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before, .fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

@font-face {
	font-family: 'zero-width';
	src: url("../../../../../templates/conf_main/fonts/zero-width.eot");
	src: url("../../../../../templates/conf_main/fonts/zero-width.eot@#iefix") format("embedded-opentype"), url("../../../../../templates/conf_main/fonts/zero-width.woff") format("woff"), url("../../../../../templates/conf_main/fonts/zero-width.ttf") format("truetype"), url("../../../../../templates/conf_main/fonts/zero-width.svg#zero-width") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* END Fonts */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.btn > .caret, .sp-container .sp-choose > .caret,
	.dropup > .btn > .caret,
	.sp-container .dropup > .sp-choose > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5714285714;
	color: #828282;
	background-color: #fff;
	font-weight: 400;
	word-wrap: break-word;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	text-decoration: underline;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.5714285714;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

q {
	quotes: "\00ab" "\00bb";
	/* ╨Ъ╨░╨▓╤Л╤З╨║╨╕ ╨▓ ╨▓╨╕╨┤╨╡ ╨┤╨▓╨╛╨╣╨╜╤Л╤Е ╤Г╨│╨╗╨╛╨▓╤Л╤Е ╤Б╨║╨╛╨▒╨╛╨║ */
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	line-height: 1.25;
	color: #484848;
	text-transform: uppercase;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 22px;
	margin-bottom: 22px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
	font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 11px;
	margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 14px;
}

h3, .h3 {
	font-size: 13px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0 0 22px;
}

.lead {
	margin-bottom: 22px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase, .initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #337ab7;
}

a.bg-primary:hover {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 22px;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 22px;
}

dt,
dd {
	line-height: 1.5714285714;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.dl-horizontal dd:after {
	clear: both;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 15px 0 15px 18px;
	margin: 0 0 37.4px;
	font-size: inherit;
	font-style: italic;
	border-left: 17px solid #22aae1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.5714285714;
	color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 22px;
	font-style: normal;
	line-height: 1.5714285714;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 1024px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1230px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.3333333333%;
}

.col-xs-2 {
	width: 16.6666666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.3333333333%;
}

.col-xs-5 {
	width: 41.6666666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.3333333333%;
}

.col-xs-8 {
	width: 66.6666666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.3333333333%;
}

.col-xs-11 {
	width: 91.6666666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.3333333333%;
}

.col-xs-pull-2 {
	right: 16.6666666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.3333333333%;
}

.col-xs-pull-5 {
	right: 41.6666666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.3333333333%;
}

.col-xs-pull-8 {
	right: 66.6666666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.3333333333%;
}

.col-xs-pull-11 {
	right: 91.6666666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.3333333333%;
}

.col-xs-push-2 {
	left: 16.6666666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.3333333333%;
}

.col-xs-push-5 {
	left: 41.6666666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.3333333333%;
}

.col-xs-push-8 {
	left: 66.6666666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.3333333333%;
}

.col-xs-push-11 {
	left: 91.6666666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.3333333333%;
	}

	.col-sm-2 {
		width: 16.6666666667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.3333333333%;
	}

	.col-sm-5 {
		width: 41.6666666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.3333333333%;
	}

	.col-sm-8 {
		width: 66.6666666667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.3333333333%;
	}

	.col-sm-11 {
		width: 91.6666666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.3333333333%;
	}

	.col-sm-pull-2 {
		right: 16.6666666667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.3333333333%;
	}

	.col-sm-pull-5 {
		right: 41.6666666667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.3333333333%;
	}

	.col-sm-pull-8 {
		right: 66.6666666667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.3333333333%;
	}

	.col-sm-pull-11 {
		right: 91.6666666667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.3333333333%;
	}

	.col-sm-push-2 {
		left: 16.6666666667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.3333333333%;
	}

	.col-sm-push-5 {
		left: 41.6666666667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.3333333333%;
	}

	.col-sm-push-8 {
		left: 66.6666666667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.3333333333%;
	}

	.col-sm-push-11 {
		left: 91.6666666667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1024px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.3333333333%;
	}

	.col-md-2 {
		width: 16.6666666667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.3333333333%;
	}

	.col-md-5 {
		width: 41.6666666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.3333333333%;
	}

	.col-md-8 {
		width: 66.6666666667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.3333333333%;
	}

	.col-md-11 {
		width: 91.6666666667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.3333333333%;
	}

	.col-md-pull-2 {
		right: 16.6666666667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.3333333333%;
	}

	.col-md-pull-5 {
		right: 41.6666666667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.3333333333%;
	}

	.col-md-pull-8 {
		right: 66.6666666667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.3333333333%;
	}

	.col-md-pull-11 {
		right: 91.6666666667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.3333333333%;
	}

	.col-md-push-2 {
		left: 16.6666666667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.3333333333%;
	}

	.col-md-push-5 {
		left: 41.6666666667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.3333333333%;
	}

	.col-md-push-8 {
		left: 66.6666666667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.3333333333%;
	}

	.col-md-push-11 {
		left: 91.6666666667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media (min-width: 1230px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.3333333333%;
	}

	.col-lg-2 {
		width: 16.6666666667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.3333333333%;
	}

	.col-lg-5 {
		width: 41.6666666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.3333333333%;
	}

	.col-lg-8 {
		width: 66.6666666667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.3333333333%;
	}

	.col-lg-11 {
		width: 91.6666666667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.3333333333%;
	}

	.col-lg-pull-2 {
		right: 16.6666666667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.3333333333%;
	}

	.col-lg-pull-5 {
		right: 41.6666666667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.3333333333%;
	}

	.col-lg-pull-8 {
		right: 66.6666666667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.3333333333%;
	}

	.col-lg-pull-11 {
		right: 91.6666666667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.3333333333%;
	}

	.col-lg-push-2 {
		left: 16.6666666667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.3333333333%;
	}

	.col-lg-push-5 {
		left: 41.6666666667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.3333333333%;
	}

	.col-lg-push-8 {
		left: 66.6666666667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.3333333333%;
	}

	.col-lg-push-11 {
		left: 91.6666666667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.3333333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.6666666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.3333333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.6666666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.3333333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.6666666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.3333333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.6666666667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
/* Forms style */
input, textarea, button, select {
	outline: none;
}

.btn, .sp-container .sp-choose {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background: none;
	border: 0;
	text-decoration: none !important;
	word-wrap: break-word;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.btn:active, .sp-container .sp-choose:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .sp-container .disabled.sp-choose, .btn[disabled], .sp-container [disabled].sp-choose, .btn:disabled, .sp-container .sp-choose:disabled, fieldset[disabled] .btn, fieldset[disabled] .sp-container .sp-choose, .sp-container fieldset[disabled] .sp-choose {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.btn.btn-style1, .sp-container .sp-choose {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 20px 16px;
	border-radius: 23px;
}

.btn.btn-style2, .sp-container .btn-style2.sp-choose {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 20px 14px;
	border-radius: 22px;
}

[placeholder]::-moz-placeholder {
	opacity: 1;
	color: #504F4F;
}
[placeholder]:-ms-input-placeholder {
	color: #504F4F;
}
[placeholder]::-webkit-input-placeholder {
	color: #504F4F;
}
[placeholder].placeholder {
	color: #504F4F;
}
[placeholder]:focus::-moz-placeholder {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
[placeholder]:focus:-ms-input-placeholder {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
[placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.input-style1, .textarea-style1, .select-style1-link {
	position: relative;
	color: #504F4F;
	font-size: 14px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	border: 2px solid #34364A;
	background-color: #FFF;
	border-radius: 22px;
}
.input-style1:focus, .textarea-style1:focus, .select-style1-link:focus {
	-webkit-transition: 0.1s;
	transition: 0.1s;
	border-color: #5d5f80 !important;
}
.input-style1.ik_select_link_focus, .textarea-style1.ik_select_link_focus, .select-style1-link.ik_select_link_focus {
	-webkit-transition: 0.1s;
	transition: 0.1s;
	border-color: #5d5f80 !important;
}
.input-style1.novalidate, .textarea-style1.novalidate, .select-style1-link.novalidate {
	color: #DB4734;
	border-color: #DB4734 !important;
}
.input-style1.novalidate::-moz-placeholder, .textarea-style1.novalidate::-moz-placeholder, .select-style1-link.novalidate::-moz-placeholder {
	color: #DB4734;
}
.input-style1.novalidate:-ms-input-placeholder, .textarea-style1.novalidate:-ms-input-placeholder, .select-style1-link.novalidate:-ms-input-placeholder {
	color: #DB4734;
}
.input-style1.novalidate::-webkit-input-placeholder, .textarea-style1.novalidate::-webkit-input-placeholder, .select-style1-link.novalidate::-webkit-input-placeholder {
	color: #DB4734;
}
.input-style1.novalidate.placeholder, .textarea-style1.novalidate.placeholder, .select-style1-link.novalidate.placeholder {
	color: #DB4734;
}

.input-style1, .select-style1-link {
	height: 43px;
	padding: 0 15px;
}

.textarea-style1 {
	padding: 9px 15px;
	height: 125px;
	resize: vertical;
	overflow-y: auto;
}

.select-style1 {
	display: inline-block;
	vertical-align: top;
}

.select-style1-link {
	line-height: 39px;
	padding-left: 15px;
	padding-right: 30px;
	cursor: pointer;
}
.select-style1-link:before {
	content: '\f0d7';
	color: #000;
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 41px;
	width: 34px;
	text-align: center;
}
.select-style1-link .ik_select_link_text {
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
}

.select-style1-dd {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
	color: #504F4F;
}
.select-style1-dd .ik_select_list {
	border-top: 0;
	background: #ffffff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.select-style1-dd ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-style1-dd ul li {
	padding: 12px 30px 11px 15px;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
}
.select-style1-dd ul li.ik_select_hover {
	background: #e4e4e4;
}

.ie8 .input-style1 {
	line-height: 29px;
}

[type='checkbox'], [type='radio'] {
	position: relative;
	top: 2px;
}

.lbl-ctrl {
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.lbl-ctrl:hover .checkbox-style1 ~ .fake-checkbox {
	border-color: #C0C0C0;
}
.lbl-ctrl:hover .radio-style1 ~ .fake-radio {
	border-color: #C0C0C0;
}

.checkbox-style1 {
	position: fixed;
	top: 0;
	right: 200%;
}
.checkbox-style1 ~ .fake-checkbox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 22px;
	height: 22px;
	background-color: #FFF;
	border: 2px solid #E2E2E2;
	margin: 0 10px 0 0;
	background-position: 50% 50%;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.radio-style1 {
	position: fixed;
	top: 0;
	right: 200%;
}
.radio-style1 ~ .fake-radio {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 22px;
	height: 22px;
	background-color: #FFF;
	border: 2px solid #E2E2E2;
	margin: 0 10px 0 0;
	background-position: 50% 50%;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	border-radius: 50%;
}
.radio-style1:checked ~ .fake-radio:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #2A2830;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
}

/* END Forms style */
.padding-height {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.full-width {
	width: 100%;
}

.zero-width, .soc-icons, .owl-nav, .partners-list {
	font-family: 'zero-width';
}

.overflow-hidden {
	overflow: hidden;
}

.inline-block {
	display: inline-block;
}

.inline-block strong {
	text-transform: uppercase;
}

.clearboth {
	clear: both;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.separator {
	margin-bottom: 20px;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

img.pull-left {
	margin: 0 20px 20px 0;
}
img.pull-right {
	margin: 0 0 20px 20px;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}
.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1024px) and (max-width: 1229px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1024px) and (max-width: 1229px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 1024px) and (max-width: 1229px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 1024px) and (max-width: 1229px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1230px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1230px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1230px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1230px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 1024px) and (max-width: 1229px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1230px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}
/* Custom styles */
html, body {
	height: 100%;
}

.wrap-site {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.container-fluid {
	max-width: 1230px;
}

.sticking {
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
}

.header {
	background: white;
}
.header.sticking{
	box-shadow: 0 0px 2px 0px #555;
	-moz-box-shadow: 0 0px 2px 0px #555;
	-o-box-shadow: 0 0px 2px 0px #555;
	-webkit-box-shadow: 0 0px 2px 0px #555;
}
.header .logo {
	text-decoration: none;
	color: #1F2C39;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 39px;
	float: left;
	margin: 13px 20px 13px 0;
}
.header .logo .logo-default:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 39px;
	height: 39px;
	border: 10px solid #D7D7D7;
	border-radius: 50%;
	margin: -4px 10px 0 0;
}

.header .logo img {
	width: auto;
	max-height: 90px;
	margin:-25px;
}

.toggle-nav {
	float: right;
	width: 57px;
	height: 46px;
	border: 2px solid #252525;
	border-radius: 23px;
	cursor: pointer;
	padding: 13px;
	margin: 10px 0 10px 25px;
}
.toggle-nav span {
	display: block;
	width: 19px;
	height: 3px;
	background-color: #252525;
	margin: 0 auto;
}
.toggle-nav span + span {
	margin-top: 4px;
}
.toggle-nav.opened span {
	background-color: white;
}

.main-nav {
	position: absolute;
	top: 75px;
	right: 15px;
	width: 226px;
	max-width: 80%;
	background-color: #FFF;
	box-shadow: 0 0 2.5px 2.6px rgba(0, 0, 0, 0.12);
	z-index: 100;
	padding: 15px 0;
	display: none;
}
.main-nav a {
	font-size: 14px;
	line-height: 1.25;
	display: block;
	font-weight: 600;
	color: #484848;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 20px;
}
.main-nav a:hover, .main-nav a:focus, .main-nav a.active {
	color: white;
}
.main-nav.opened {
	display: block;
}

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 0;
	color: #FFF;
	text-align: center;
}
.footer p, .footer .copyright {
	margin: 0 0 5px;
}
.footer .copyright > div {
	display: inline-block;
}
.footer a {
	color: inherit;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	text-decoration: underline;
}
.footer .develop {
	position: relative;
	margin: 7px 0;
}
.footer .develop .composite-banner {
	display: inline-block;
}


.soc-icons {
	text-align: center;
	white-space: nowrap;
}
.soc-icons a {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
	width: 36px;
	height: 36px;
	background-color: #FFF;
	text-decoration: none !important;
	border-radius: 50%;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}
.footer .soc-icons {
	width: 15%;
	text-align: center;
	margin-top: 25px;
	margin: 0 auto;
}

.owl-nav {
	text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #F3F3F3;
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
.owl-nav .owl-prev {
	padding-right: 2px;
}
.owl-nav .owl-prev:before {
	content: '\f104';
}
.owl-nav .owl-next {
	padding-left: 2px;
}
.owl-nav .owl-next:before {
	content: '\f105';
}

.carousel1 .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	max-width: 1230px;
	margin: 0 auto;
}
.carousel1 .owl-item {
	overflow: hidden;
}
.carousel1 .slide {
	height: 415px;
	background: no-repeat 50% 50%/cover;
	text-align: center;
	color: #FFF;
}
.carousel1 .slide .container-fluid {
	height: 100%;
	position: relative;
	z-index: 3;
}
.carousel1 .slide .txt-fix {
	margin: 55px 0 55px;
	max-height: 34%;
}
.carousel1 .slide .title-slide {
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: inherit;
	max-height: 74px;
	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	.carousel1 .slide .title-slide {
		max-height: none;
	}
}
@media (max-width: 1024px) {
	.carousel1 .slide .title-slide {
		font-size: 30px;
	}
}
@media (max-width: 655px) {
	.carousel1 .slide .title-slide {
		font-size: 19px;
	}
}
@media (max-width: 360px) {
	.carousel1 .slide .title-slide {
		font-size: 16px;
	}
}
.carousel1 .slide p {
	margin-bottom: 15px;
}
.carousel1 .slide p:last-child {
	margin: 0;
}
.carousel1 .slide video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.carousel1 .tubular-container {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.carousel1 .tubular-player {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.carousel1 .tubular-shield {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}



.semibold {
	font-weight: 600;
}
.semibold > div {
	display: inline-block;
}

.info-sect {
	padding: 23px 30px;
	color: #FFF;
	text-align: center;
}

.info-item {
	display: inline-block;
	vertical-align: top;
	margin: 17px 0;
}
.info-item:before, .info-item:after {
	content: " ";
	display: table;
}
.info-item:after {
	clear: both;
}
.info-item .icon-i-i {
	width: 67px;
	height: 67px;
	border: 3px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 61px;
	font-size: 0;
	stroke-width: 1;
	cursor: pointer;
}
.info-item .icon-i-i svg {
	display: inline-block;
	vertical-align: middle;
}
.info-item .icon-i-i.active {
	border-color: #76889A;
	fill: #76889A;
	stroke: #76889A;
}
.txt-i-i-box {
	background-color: #76889A;
	margin: 23px -45px -23px;
	padding: 21px 15px;
}
.txt-i-i-box strong {
	display: block;
}
.txt-i-i-box .txt-i-i {
	display: none;
}
.txt-i-i-box .txt-i-i.active {
	display: inline;
}

.write-item {
	margin: 30px 20px;
}
.write-item .icon-w-i {
	height: 60px;
	line-height: 60px;
	color: rgba(31, 44, 57, 0.3);
	font-size: 48px;
	margin-bottom: 15px;
}
.write-item .title-w-i {
	font-size: 14px;
	margin: 0 0 20px;
}

.hr-style1 {
	border: 0;
	border-top: 3px solid #F3F3F3;
	margin: 0;
}

.sect-type1 {
	padding: 50px 0;
}
.sect-type2 {
	margin-top: -30px;
}
.online-translation {
	border-top: 3px solid #F3F3F3;
}
.online-translation iframe {

}

.title-style1 {
	color: #504F4F;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 40px;
	text-align: center;
}
.title-style5 {
	color: #504F4F;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
	text-align: center;
}
.title-style1.type2, .title-style5.type2 {
	color: #FFF;
}

.video-box {
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 35px;
}

.speakers {
	background-color: #F3F3F3;
}

.speaker-item {
	text-align: center;
}
.speaker-item .img-s-i {
	width: 176px;
	height: 180px;
	border-radius: 88px;
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
	cursor: pointer;
}
.speaker-item .img-s-i img {
	width: 100%;
	height: 100%;
	-webkit-transform-style: flat;
}
.speaker-item .img-s-i:hover .overlay-s-i {
	opacity: 1;
}
.speaker-item hr {
	border: 0;
	width: 54px;
	height: 3px;
	border-radius: 2px;
	margin: 0 auto 15px;
}
.speaker-item .title-s-i {
	font-size: 14px;
	margin: 0 0 10px;
}
.speaker-item .title-s-i a {
	color: inherit;
	text-decoration: none;
}
.speaker-item p {
	margin: 0;
}
.speaker-item .overlay-s-i {
	background-color: rgba(61, 83, 104, 0.79);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 88px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	text-align: center;
	font-size: 0;
	line-height: 180px;
	opacity: 0;
}

.speaker-item .overlay-s-i a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
	font-size: 24px;
	text-decoration: none;
	color: white;
	position: relative;
	z-index: 2;
}

.speaker-item .overlay-s-i .link-s-i {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
}

.carousel2 .owl-item, .carousel6 .owl-item, .carousel8 .owl-item {
	padding: 0 15px;
}
.carousel2 .owl-nav, .carousel6 .owl-nav, .carousel8 .owl-item {
	margin: 45px 0 0;
}

.carousel5 {
	padding-bottom: 40px;
}

.carousel5 a {
	color: #828282;
	text-decoration: none;
}

.tabs1 .ctrls-tabs {
	overflow: hidden;
	margin-bottom: 40px;
}
.tabs1 .ctrl-tabs {
	display: block;
	text-decoration: none;
	color: #666;
	font-weight: 600;
	text-align: center;
	border-radius: 27px;
	padding: 13px 20px;
	cursor: pointer;
}
.tabs1 .ctrl-tabs strong, .tabs1 .ctrl-tabs span {
	font-size: 18px;
	text-transform: uppercase;
}
.tabs1 .ctrl-tabs.active {
	color: white;
}
.tabs1 .ctrl-tabs.active strong {
	color: inherit;
}
.tabs1 .ctrl-tabs + .ctrl-tabs {
	margin-top: 10px;
}

.write-item2 {
	margin-bottom: 45px;
	text-align: center;
}
.write-item2:before, .write-item2:after {
	content: " ";
	display: table;
}
.write-item2:after {
	clear: both;
}
.write-item2 .img-w-i2 {
	width: 103px;
	height: 103px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 25px;
}
.write-item2 .img-w-i2 img {
	width: 100%;
	height: 100%;
}
.write-item2 header {
	color: #666;
	font-weight: 600;
	text-align: center;
}
.write-item2 header:before, .write-item2 header:after {
	content: " ";
	display: table;
}
.write-item2 header:after {
	clear: both;
}
.write-item2 .el-w-i2 {
	background-color: #F3F3F3;
	padding: 9px 13px;
	display: inline-block;
	vertical-align: top;
}
.write-item2 .el-w-i2 .fa-bullhorn {
	font-size: 18px;
}
.write-item2 .title-w-i2 {
	color: inherit;
	text-transform: none;
	margin: 25px 0;
}
.write-item2 p:last-child {
	margin: 0;
}

.scroll-pane:focus {
	outline: 0;
}
.scroll-pane .jspVerticalBar {
	width: 3px;
	background: none;
	right: 10px;
}
.scroll-pane .jspVerticalBar .jspTrack {
	background-color: #F3F3F3;
}
.scroll-pane .jspVerticalBar .jspDrag {
	width: 23px;
	margin: 0 -10px;
	border-radius: 12px;
}

.tickets {
	position: relative;
}
.tickets:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tickets .container-fluid {
	position: relative;
}

.carousel3 {
	width: auto;
	margin: 0 -20px;
}
.carousel3 .owl-item {
	padding: 0 20px;
}
.carousel3 .owl-nav {
	margin: 40px 0 0;
}

.ticket-item {
	background-color: #FFF;
	padding: 25px 30px 45px;
	position: relative;
	margin: 2px 0;
	text-align: center;
}
.ticket-item .header-t-i {
	background-color: #F3F3F3;
	padding: 20px 80px 19px 25px;
	margin: -25px -30px 25px;
	text-align: left;
}
.ticket-item .title-t-i {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
}
.ticket-item .txt-t-i {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	min-width: 85%;
	max-width: 100%;
}
.ticket-item .btn-style2 {
	width: 144px;
	max-width: 100%;
}
.ticket-item .lbl {
	position: absolute;
	top: -2px;
	left: 100%;
	margin-left: -63px;
	background-color: #16D37C;
	color: #FFF;
	font-size: 14px;
	white-space: nowrap;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transform: rotate(41deg);
	-ms-transform: rotate(41deg);
	transform: rotate(41deg);
	width: 86px;
	height: 38px;
	line-height: 38px;
}
.ticket-item .lbl:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	border-bottom: 38px solid #16D37C;
	border-left: 45px solid transparent;
}
.ticket-item .lbl:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	border-bottom: 38px solid #16D37C;
	border-right: 33px solid transparent;
}
.ticket-item .lbl span {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 -5px;
}
.ticket-item .lbl.lbl-new {
	background-color: #C85148;
}
.ticket-item .lbl.lbl-new:before, .ticket-item .lbl.lbl-new:after {
	border-bottom-color: #C85148;
}

.list-style1 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-style: italic;
}
.list-style1 li {
	padding-left: 20px;
	margin-bottom: 25px;
}
.list-style1 li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	width: 20px;
	margin: 0 0 0 -20px;
}
.list-style1 li.err:before {
	content: '\f00d';
}

.carousel4 {
	width: auto;
	margin: 0 -20px;
}
.carousel4 .owl-item {
	padding: 0 20px;
}
.carousel4 .owl-nav {
	margin: 40px 0 0;
}

.new-item .img-n-i {
	display: block;
	position: relative;
	padding-top: 76.6129032258%;
	margin-bottom: 28px;
}
.new-item .title-n-i {
	font-size: 14px;
	margin-top: 0;
	float: left;
	margin-right: 15px;
	width: 73%;
}
.new-item .title-n-i a {
	color: inherit;
	text-decoration: none;
}
.new-item .date-n-i {
	font-size: 16px;
	float: right;
	margin-top: -4px;
	margin-bottom: 18px;
}
.new-item p {
	margin: 0;
}

.title-style2 {
	color: #504F4F;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 35px;
}

.subscription {
	background-color: #F3F3F3;
	padding: 50px 0;
	text-align: center;
}
.subscription .col2 {
	margin-bottom: 28px;
}
.subscription .col3 {
	margin-bottom: 40px;
}
.subscription .input-style1 {
	width: 100%;
	border: 1px solid #1F2C39;
}

.partners-list {
	text-align: center;
	font-size: 0;
	margin-bottom: -30px;
}

.partner-col {
	text-align: center;
}

.partners .partner-item {
	display: inline-block;
	vertical-align: middle;
	/*width: 100%;*/
	text-align: center;
	width: 200px;
	height: 200px;

	position: relative;
}

.partners .partner-item img {
	display: inline-block;
	width: 100%;
	max-width: 200px;

	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

.faq {
	border-bottom: 3px solid #F3F3F3;
}

.question-item {
	background-color: #F3F3F3;
	border-radius: 33px;
	overflow: hidden;
}
.question-item + .question-item {
	margin-top: 12px;
}
.question-item .title-q-i {
	color: #666;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	padding: 26px 60px 25px 25px;
	margin: 0;
	text-transform: none;
	position: relative;
	cursor: pointer;
}
.question-item .title-q-i:before {
#	content: '\f13a';
	font-family: "FontAwesome";
	font-size: 36px;
	font-weight: 400;
	position: absolute;
	top: 14px;
	right: 16px;
	line-height: 1;
}
.question-item .title-q-i.opened:before {
	content: '\f139';
}
.question-item .answer-item {
	padding: 0 25px 25px;
	display: none;
}
.question-item .answer-item p:last-child {
	margin: 0;
}

.registration {
	color: white;
}
.registration .title-style1 {
	color: inherit;
}

.reg-form:before, .reg-form:after {
	content: " ";
	display: table;
}
.reg-form:after {
	clear: both;
}
.reg-form .col1, .reg-form .col2 {
	margin-bottom: 20px;
}
.reg-form label {
	font-weight: 600;
}
.reg-form .input-style1, .reg-form .textarea-style1, .reg-form .select-style1 {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.reg-form .select-style1-link {
	font-size: 18px;
	font-weight: 700;
}
.reg-form .btn-row {
	margin-top: 39px;
	text-align: center;
}

.contacts {
	min-height: 530px;
	padding: 75px 0;
	position: relative;
}

.contacts .bx-google-map {
	min-height: 530px;
}

.contacts .container-fluid {
	position: relative;
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infoBox {
	width: 68px !important;
	height: 68px !important;
}
.infoBox .place-lbl {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	position: relative;
}
.infoBox .place-lbl:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 12px;
	height: 36px;
	border-radius: 7px / 21px;
	margin: -25px -6px;
	z-index: -1;
}
.infoBox .place-lbl .title-place {
	height: 68px;
	border-radius: 34px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Open Sans", sans-serif;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 1px;
	white-space: nowrap;
	padding: 16px 20px 10px 78px;
	z-index: -1;
}
.infoBox .place-lbl .title-place strong {
	display: block;
	text-transform: uppercase;
}
.infoBox .place-lbl .title-place:before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 10px;
	border-radius: 50% / 5px;
	box-shadow: 0 85px 18px 0 rgba(0, 0, 0, 0.5);
}

.contacts-data {
	background-color: #FFF;
	border-radius: 30px;
	padding: 35px 20px;
	max-width: 320px;
	position: relative;
	margin: 0;
	right: 0;
	left: 15px;
}
.contacts-data .contact {
	padding-left: 30px;
	position: relative;
	margin: 0;
}
.contacts-data .contact + .contact {
	margin-top: 10px;
}
.contacts-data a[href^='tel:'], .contacts-data a[href^='mailto:'] {
	color: inherit;
	text-decoration: none;
}
.contacts-data .semibold {
	display: block;
	color: #484848;
}
.contacts-data .fa {
	color: #484848;
	font-size: 18px;
	width: 30px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 22px;
}
.contacts-data .fa-envelope {
	font-size: 14px;
}

.arcticmodal-container_i {
	width: 100%;
}

.arcticmodal-container_i2 {
	padding: 30px 15px;
}

.modal-box {
	position: relative;
	background-color: #FFF;
	padding: 45px 20px;
	margin: 0 auto;
}
.modal-box .close-modal {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #F3F3F3;
	font-size: 20px;
	position: absolute;
	top: -20px;
	right: -7px;
	cursor: pointer;
	text-decoration: none;
}
.modal-box .title-style1 {
	text-align: center;
	margin-bottom: 30px;
}
.modal-box.type2 {
	padding: 25px 20px 35px;
}
.modal-box.type3 {
	padding: 0 25px 35px;
	/*min-height: 736px;*/
}
.cols:before, .cols:after {
	content: " ";
	display: table;
}
.cols:after {
	clear: both;
}
.cols .col1 {
	margin-bottom: 20px;
}

.row-form:before, .row-form:after {
	content: " ";
	display: table;
}
.row-form:after {
	clear: both;
}
.row-form + .row-form {
	margin-top: 20px;
}
.row-form .input-style1, .row-form .textarea-style1, .row-form .select-style1 {
	width: 100%;
	display: block;
	margin-top: 8px;
	border-width: 1px;
}
.row-form .select-style1-link {
	border-width: 1px;
	line-height: 41px;
	font-size: 18px;
	font-weight: 700;
}
.row-form .select-style1-link:before {
	line-height: 43px;
}
.row-form label {
	font-weight: 600;
	color: #504F4F;
}

.btn-row2 {
	text-align: center;
	margin-top: 40px;
}

.cols2:before, .cols2:after {
	content: " ";
	display: table;
}
.cols2:after {
	clear: both;
}
.cols2 .col1 {
	margin-bottom: 40px;
}
.cols2 hr {
	border: 0;
	width: 54px;
	height: 3px;
	border-radius: 2px;
	margin: 0 auto 20px;
}
.cols2 p:last-child {
	margin: 0;
}


.img-speaker {
	width: 176px;
	height: 180px;
	border-radius: 88px;
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
	margin-bottom: 45px;
}
.img-speaker img {
	width: 100%;
	height: 100%;
}

.soc-prof {
	text-align: center;
}
.soc-prof a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	font-size: 24px;
	text-decoration: none;
}

.title-style3 {
	font-size: 24px;
	margin: 0 0 0;
}

.status-speaker {
	font-size: 18px;
	margin-bottom: 18px;
}

.cols3:before, .cols3:after {
	content: " ";
	display: table;
}
.cols3:after {
	clear: both;
}
.cols3 p:last-child {
	margin: 0;
}

.img-new {
	margin-bottom: 30px;
}
.img-new img {
	width: 100%;
}

.date-new {
	font-size: 18px;
}

.send-msg {
	font-size: 18px;
	line-height: 1.35;
	text-align: center;
}
.send-msg .title-s-m {
	font-size: 18px;
	margin: 0 0 22px;
}
.send-msg p {
	margin-bottom: 30px;
}
.send-msg .btn-style2 {
	width: 144px;
	max-width: 100%;
}

.to-top {
	display: inline-block;
	position: fixed;
	z-index: -1;
	bottom: 40px;
	right: 20px;
	width: 35px;
	height: 35px;
	opacity: 0;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media screen and (min-width: 1024px) {
	.to-top {
		bottom: 100px;
		right: 40px;
	}
}
.to-top:before {
	content: '\f062';
	font-family: "FontAwesome";
	font-size: 26px;
	color: white;
}
.to-top:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.to-top:active {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}
.to-top.visible {
	opacity: 1;
	z-index: 100;
}



.style-switcher {
	width: 230px;
	position: fixed;
	z-index: 100;
	top: 200px;
	left: 0;
	font-size: 13px;
	margin-left: -230px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	box-sizing: border-box;
}
.style-switcher.active {
	margin-left: 0;
}
.style-switcher.active .style-switcher__icon:before {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.style-switcher__header {
	position: relative;
	padding: 14px;
	height: 43px;
	line-height: 1.1;
	text-transform: uppercase;
}
.style-switcher__icon {
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 43px;
	line-height: 41px;
	text-align: center;
	cursor: pointer;
}
.style-switcher__icon:before {
	content: "\f085";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-size: 0;
	width: 24px;
	height: 24px;
	color: white;
	background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAASFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////8AAADnxl6iAAAAFnRSTlMAcNDfMBBg70Cfr8+/8LCgkFBvj8DgwKIxwAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAC0SURBVCjPdVLbFoMgDCsIUmWIbq7//6mztDhhLg8cSEhvAHDCEBm4gyUaOsp5XulAy48UEHBiYUYAnEe9z0wkxYMviOIT9VjEgj2f3LeeAzavsiGEiyOVHrZ0FRY+aG8b73Ppd5A40ISNBjRfrsKqxH/BqLcNZUvKfJu8lhuehQ/Xcp1EjdMrNhX6oR/JJkL+mWHwZ759r2SpSoc42sOLxbggj+tsSlCf1ruW59bet7+k/T4fV8YWsn3Dlu8AAAAASUVORK5CYII=");
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.style-switcher__body {
	background: #f3f3f3;
}
.style-switcher__block, .style-switcher__reset {
	border-bottom: 1px dotted grey;
	padding: 10px;
}
.style-switcher__b-title {
	margin: 5px 0 10px;
	text-transform: uppercase;
	color: #656565;
}
.style-switcher__colors {
	margin: 0 -5px 10px;
	width: 160px;
}
.style-switcher__colors-item, .sp-replacer {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	margin: 0 5px 5px;
	border: 2px solid transparent;
}
.style-switcher__colors-item:hover, .sp-replacer:hover {
	opacity: 0.8;
}
.style-switcher__colors-item.active, .active.sp-replacer {
	border-color: #323232;
}
.style-switcher__settings {
	margin: 0 -2px 10px;
}
.style-switcher__settings-item {
	display: inline-block;
	vertical-align: top;
	padding: 3px 8px;
	color: white;
	text-decoration: none;
	background: #1f2c39;
	margin: 2px;
}
.style-switcher__settings-item:hover, .style-switcher__settings-item:focus {
	background: #31465a;
	color: white;
}
.style-switcher__settings-item.active {
	background-color: #e87162;
}
.style-switcher__reset {
	text-align: center;
	border: none;
}
.style-switcher__reset-btn {
	margin: 20px 0;
}


.sp-container {
	border: 1px solid  #323232;
}
.sp-replacer {
	border: none;
	padding: 0;
	background: none;
}
.sp-replacer:hover {
	border: none;
	opacity: 0.8;
}
.sp-preview {
	border: none;
	width: 100%;
	height: 100%;
	margin: 0;
}
.sp-replacer.active .sp-preview {
	border: 2px solid #323232;
}
.sp-preview-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARdJREFUeNpi/P//PwM+wAgEMCYQcwIxBxD/AOLvDCDNuDAQsEdERMg2NDSoAdk8b9686fz379/n9+/f9wP53IQ08//48ePwnz9/7nz48GH2fyj4+/fvG6CcECHNXG/fvu36jwZevXrVDJLDp5EtKChIBuRkkHNhGoEumAryAjgM8Gn8/v37vl+/fl3p7OxUhxkA9MJdUDhg1YysEWYbyIDCwkIloAGtnz59msfDwyMKDn9CGqFOnQ3VwAV1MgtYPQkamTFcCdXIiEPjLFwakTVzgfxDikZYymQGYj6grVtJ0QjTzA1UPAPI+Qei79+/n0GMRrBmV1dXKWBye/r48eNcaEiyo8cCLswIDX5wTgEKfGMgAQAEGAAlHvMxCNX9OAAAAABJRU5ErkJggg==") no-repeat center;
}
.sp-preview-dd {
	display: none;
}
.sp-picker-container {
	border: none;
}
.sp-cancel {
	display: inline-block;
	font-size: 0;
}
.sp-cancel:before {
	font-size: 11px;
	content: '\041E\0442\043C\0435\043D\0430';
}
.sp-container .sp-choose {
	padding: 5px 10px 5px;
	font-size: 0 !important;
	text-shadow: none;
}
.sp-container .sp-choose:hover {
	border: none;
	text-shadow: none;
}
.sp-choose:before {
	font-size: 12px;
	content: '\0412\044B\0431\0440\0430\0442\044C';
}

.countdown-container {
	position: relative;
	margin: -40px auto 20px;
	width: 280px;
}
@media screen and (min-width: 768px) {
	.countdown-container {
		width: auto;
		max-width: 400px;
		margin: 0 0 40px;
	}
}
@media screen and (min-width: 1024px) {
	.countdown-container {
		max-width: 440px;
	}
}
@media screen and (min-width: 1230px) {
	.countdown-container {
		max-width: 550px;
	}
}
.countdown-container .text {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 4%;
	text-align: center;
	text-shadow: 1px 1px 1px black;
	width: 100%;
	height: 100%;
}
.countdown-container .text:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: .1px;
}
.countdown-container .text span {
	display: inline-block;
	vertical-align: middle;
	max-width: 98%;
}
.countdown-container .text .val {
	font-size: 24px;
	margin: 0;
	line-height: 1;
}
@media screen and (min-width: 1024px) {
	.countdown-container .text .val {
		font-size: 40px;
	}
}
.countdown-container .text .type-time {
	font-size: 10px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.clock-item {
		padding: 0 5px;
	}
}
.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.clock-canvas {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}

.organizer-item {
	width: 100%;
	padding: 0 20%;
	display: block;
}

@media (min-width: 768px) {
	.header .logo {
		margin-top: 23px;
		margin-bottom: 23px;
	}
	.header .btn, .header .sp-container .sp-choose, .sp-container .header .sp-choose {
		margin: 20px 0;
	}

	.toggle-nav {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.footer {
		padding: 15px 0;
		text-align: left;
	}
	.footer p, .footer .copyright {
		margin: 7px 0;
	}
	.footer .copyright {
		float: left;
	}
	.footer .develop {
		float: right;
	}

	.footer .soc-icons {
		margin-top: 0;
	}

	.carousel1 .owl-nav {
		position: relative;
		height: 0;
		bottom: auto;
	}
	.carousel1 .owl-prev, .carousel1 .owl-next {
		margin: 0 0 -20px;
		position: absolute;
		bottom: 207px;
	}
	.carousel1 .owl-prev {
		left: 15px;
	}
	.carousel1 .owl-next {
		right: 15px;
	}
	.carousel1 .slide {
		font-size: 18px;
		text-align: left;
	}
	.carousel1 .slide .container-fluid {
		padding-left: 290px;
		padding-right: 80px;
	}
	.carousel1 .slide .txt-fix {
		margin: 40px 0 20px;
		max-height: 68%;
	}
	.carousel1 .slide .title-slide {
		margin: 0 0 10px;
	}

	.info-sect {
		padding: 33px 0 28px;
		text-align: left;
	}

	.info-item {
		display: block;
	}
	.info-item .icon-i-i {
		float: left;
		margin-right: 12px;
		cursor: default;
	}
	.info-item .overflow-hidden {
		line-height: 67px;
		font-size: 0;
	}
	.info-item .overflow-hidden .inline-block {
		vertical-align: middle;
		font-size: 14px;
		line-height: 1.5714285714;
	}
	.info-item .overflow-hidden .inline-block strong {
		display: block;
	}

	.write-item {
		margin: 30px 0;
	}

	.title-style1, .title-style5 {
		font-size: 30px;
		text-align: left;
	}

	.online-translation .col1 {
		max-width: 610px;
		margin: 0 auto;
	}

	.carousel2 .owl-nav,
	.carousel5 .owl-nav,
	.carousel6 .owl-nav,
	.carousel8 .owl-nav {
		position: absolute;
		right: 0;
	}
	.carousel2 .owl-prev, .carousel2 .owl-next,
	.carousel5 .owl-prev,
	.carousel5 .owl-next,
	.carousel6 .owl-prev,
	.carousel6 .owl-next,
	.carousel8 .owl-prev,
	.carousel8 .owl-next {
		margin: 0 0 0 8px;
	}

	.carousel2 .owl-nav {
		bottom: 100%;
		margin: 0 0 45px;
	}

	.carousel5 {
		padding-top: 70px;
	}
	.carousel5 .owl-nav {
		top: 40px;
		margin: 0;
	}

	.carousel8 {
		padding-top: 20px;
	}
	.carousel8 .owl-nav {
		top: 0;
		margin: 0;
	}

	.tabs1 .ctrls-tabs {
		margin-bottom: 35px;
	}
	.tabs1 .ctrl-tabs {
		float: left;
		width: 33.3333333333%;
	}
	.tabs1 .ctrl-tabs + .ctrl-tabs {
		margin-top: 0;
	}
	.tabs1 .scroll-pane {
		max-height: 445px;
	}

	.write-item2 {
		margin-bottom: 30px;
		text-align: left;
	}
	.write-item2 .img-w-i2 {
		float: left;
		margin: 0 45px 0 0;
	}
	.write-item2 header {
		text-align: left;
	}
	.write-item2 .el-w-i2 {
		margin-bottom: 15px;
	}
	.write-item2 .title-w-i2 {
		display: inline-block;
		vertical-align: middle;
		margin: 11px 0 11px 13px;
	}
	.write-item2 p:last-child {
		margin: 0;
	}

	.ticket-item {
		padding-bottom: 28px;
	}

	.carousel3 .owl-nav {
		position: absolute;
		bottom: 100%;
		right: 20px;
		margin: 0 0 45px;
	}
	.carousel3 .owl-prev, .carousel3 .owl-next {
		margin: 0 0 0 8px;
	}

	.carousel4 .owl-nav, .carousel6 .owl-nav {
		position: absolute;
		bottom: 100%;
		right: 20px;
		margin: 0 0 38px;
	}
	.carousel4 .owl-prev, .carousel4 .owl-next {
		margin: 0 0 0 8px;
	}

	.partners-list {
		text-align: justify;
		margin-left: -20px;
		margin-right: -20px;
	}
	.partners-list .spacer {
		display: inline-block;
		width: 200px;
	}

	.partner-item {
		width: 100%;
	}

	.organizer-item {
		width: 100%;
		padding: 0 30%;
		display: block;
	}

	.faq .col1 {
		float: left;
		width: 50%;
		padding-right: 20px;
	}
	.faq .col2 {
		float: left;
		width: 50%;
		padding-left: 20px;
	}

	.contacts {
		min-height: 375px;
	}

	.contacts .bx-google-map {
		min-height: 375px;
	}

	.cols2 .col1 {
		float: left;
		margin: 0 40px 0 0;
	}
	.cols2 .col2 {
		overflow: hidden;
	}
	.cols2 hr {
		margin-left: 0;
		margin-right: auto;
	}

	.img-speaker {
		margin-bottom: 30px;
	}

	.cols3 .col1 {
		width: 293px;
		float: left;
		margin: 0 35px 0 0;
	}
	.cols3 .col2 {
		overflow: hidden;
	}
}
@media (min-width: 1024px) {
	.subscription {
		padding: 25px 0;
		text-align: left;
		display: table;
		width: 100%;
	}
	.subscription .col1, .subscription .col2, .subscription .col3, .subscription .col4 {
		margin: 0;
		display: table-cell;
		vertical-align: top;
	}
	.subscription .col1 {
		vertical-align: middle;
	}
	.subscription .col1 .title-style2 {
		margin: 0;
	}
	.subscription .col2 {
		padding-left: 28px;
		width: 1%;
	}
	.subscription .col3 {
		padding-left: 28px;
		width: 1%;
	}
	.subscription .col4 {
		padding-left: 28px;
		width: 1%;
	}
	.subscription .col4 .btn-style2 {
		word-wrap: normal;
	}
	.subscription .input-style1 {
		width: 291px;
	}

	.reg-form .col1, .reg-form .col2 {
		float: left;
		width: 50%;
		margin: 0;
	}
	.reg-form .col1 {
		padding-right: 20px;
	}
	.reg-form .col1 ~ .col1 {
		margin-top: 20px;
	}
	.reg-form .col2 {
		padding-left: 20px;
	}
	.reg-form .col2 ~ .col2 {
		margin-top: 20px;
	}
	.reg-form .btn-row {
		text-align: right;
	}
	.reg-form .captcha {
		margin: 0;
	}


	.arcticmodal-container_i2 {
		padding: 30px 40px;
	}

	.modal-box {
		padding: 45px 35px;
	}
	.modal-box.type2 {
		padding: 45px 35px;
	}
	.modal-box.send-msg {
		width: 682px;
	}

	.cols .col1 {
		margin-bottom: 0;
		float: left;
		width: 50%;
		padding-right: 10px;
	}
	.cols .col2 {
		float: left;
		width: 50%;
		padding-left: 10px;
	}

	.btn-row2 {
		margin-top: 50px;
	}

	.send-msg .title-s-m {
		font-size: 24px;
		margin: 0 0 22px;
	}
	.send-msg p {
		margin-bottom: 30px;
	}
}
@media (min-width: 1230px) {
	.header .logo {
		margin-right: 20px;
	}

	.main-nav {
		position: static;
		width: auto;
		max-width: none;
		background-color: transparent;
		box-shadow: none;
		padding: 0;
		display: block;
		overflow: hidden;
		margin-top: 34px;
		text-align: right;
		padding-right: 40px;
	}
	.main-nav a {
		display: inline-block;
		padding: 0 0 6px;
		border-bottom: 3px solid transparent;
	}
	.main-nav a:hover, .main-nav a:focus, .main-nav a.active {
		color: #484848;
		background-color: transparent;
	}
	.main-nav a + a {
		margin-left: 20px;
	}

	.carousel1 .owl-prev, .carousel1 .owl-next {
		bottom: 280px;
	}
	.carousel1 .slide {
		height: 560px;
	}
	.carousel1 .slide .container-fluid {
		padding-left: 500px;
		padding-right: 80px;
	}
	.carousel1 .slide .txt-fix {
		margin: 70px 0 55px;
		max-height: 56%;
		text-shadow: 1px 1px 2px black, 0 0 1em #020101;
	}
	.carousel1 .slide .title-slide {
		margin: 0 0 25px;
	}
	.carousel1 .slide p {
		margin-bottom: 25px;
	}

	.write-item {
		margin: 45px 43px;
	}

	.online-translation .col1 {
		float: left;
		width: 50.8333333333%;
		margin: 0 40px 0 0;
		max-width: none;
	}
	.online-translation .col2 {
		overflow: hidden;
	}

	.subscription .input-style1 {
		width: 341px;
	}

	.arcticmodal-container_i {
		width: auto;
	}

	.modal-box {
		width: 1023px;
	}
	.modal-box.send-msg {
		width: 827px;
	}

	.cols .col1 {
		padding-right: 20px;
	}
	.cols .col2 {
		padding-left: 20px;
	}

	.cols3 .col1 {
		width: 316px;
		margin: 0 45px 0 0;
	}

	.contacts-data {
		margin: 0 auto;
		right: 436px;
		left: auto;
	}
}

/* fix */

.arcticmodal-loading {
	margin: 0 auto;
}

.modal-image {
	width: auto;
}
@media (min-width: 1230px) {
	.modal-program {
		width: 1023px;
	}
}
@media (min-width: 768px) and (max-width: 1230px) {
	.modal-program {
		width: 715px;
	}
}
@media (min-width: 451px) and (max-width: 768px) {
	.modal-program .owl-nav {
		margin-top: 15px;
	}
	.modal-program {
		width: 400px;
	}
}
@media (max-width: 450px) {
	.modal-program .owl-nav {
		margin-top: 15px;
	}
	.modal-program {
		width: 270px;
	}
	.modal-box.modal-program {
		padding: 0 10px 35px;
	}
}


.modal-image img {
	width: 100%;
}
@media (max-width: 1023px){
	.modal-image {
		padding: 30px 30px;
	}
}


.carousel7 .owl-stage {
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}

.subtitle {
	margin: 0 0 10px 0;
}


.program .el-w-i2 {
	background-color: #efefef;
}

.program .el-w-i2 .position {
	display: block;
	margin-left: 25px;
	font-size: 12px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.program .el-w-i2 .position {
		margin-left: 0;
	}
	.write-item2 .el-w-i2 {
		vertical-align: middle;
	}
}
@media (max-width: 360px) {
	.write-item2 .el-w-i2 {
		margin-top: -1px;
	}
}


.program header p {
	font-weight: 100;
}
.text-item2 {
	margin-left: 148px;
}
.program .text-item2.parent, .program .text-item2.children {
	position: relative;
}
.program .text-item2.parent:before {
	content: '';
	position: absolute;
	border-left: 5px solid #efefef;
	height: 100%;
	left: -25px;
	top: 22px;
}
.program .text-item2.parent:after {
	content: '';
	position: absolute;
	border-bottom: 5px solid #efefef;
	width: 26px;
	top: 17px;
	left: -25px;
	border-radius: 5px 0 0 0;
}
.program .text-item2.parent header:before {
	content: '';
	position: absolute;
	border-left: 5px solid #efefef;
	bottom: -48px;
	left: -25px;
	height: 30px;
}
.program .text-item2.children:after {
	content: '';
	position: absolute;
	border-bottom: 5px solid #efefef;
	width: 26px;
	top: 17px;
	left: -25px;
	border-radius: 0 0 0 5px;
}
.program .text-item2.children .title-m-b {
	margin-bottom: -10px;
}

@media (max-width: 768px) {
	.text-item2 {
		margin-left: 0px;
	}
	.program .text-item2.parent:before {
		border-left: none;
	}
	.program .text-item2.parent:after {
		border-bottom: none;
	}
	.program .text-item2.parent header:before {
		border-left: none;
	}
	.program .text-item2.children:before {
		content: '';
		position: absolute;
		border-left: 5px solid #eaeaea;
		height: 30px;
		left: 50%;
		top: -167px;
		border-radius: 0;
	}
	.program .text-item2.children:after {
		content: '';
		position: absolute;
		border-bottom: 5px solid #eaeaea;
		width: 30px;
		top: -155px;
		left: 50%;
		margin-left: -12px;
		border-radius: 0;
	}
	.program .text-item2.children.not-speaker:before {
		top: -37px;
	}
	.program .text-item2.children.not-speaker:after {
		top: -25px;
	}
}



@media screen and (min-width: 768px){
	.online-translation iframe {
		height: 343px;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.footer .soc-icons {
		width: 50%;
		text-align: left;
	}
}

@media (max-width: 768px) {
	.online-translation iframe {
		height: 300px;
		width: 100%;
	}
	.question-item {
		margin-top: 12px;
	}
	.footer .soc-icons {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1230px) {
	.online-translation .title-style1 {
		text-align: center;
	}
}

@media (max-width: 457px) {
	.header .logo {
		margin: 17px 0;
		line-height: 27px;
	}
	.header .logo img {
		max-width: 208px;
		height: auto;
	}
}

@media (max-width: 450px) {
	.footer .develop .composite-banner {
		display: block;
		margin: 0 auto;
	}
	.toggle-nav {
		margin: 10px 0 10px 15px;
	}
	.contacts-data {
		max-width: 290px;
	}
}

/* magnific-popup */
.mfp-preloader {
	margin-top: 0;
	z-index: 1045;
}
.mfp-s-loading .mfp-arrow {
	display: none;
}
img.mfp-img {
	/*padding: 0;*/
	/*margin: 40px auto;*/
	/*border: 35px solid #fff;*/
}

.mfp-image-holder .mfp-close {
	background-color: #e87162;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #F3F3F3;
	font-size: 20px;
	text-decoration: none;
	opacity: 1;
	padding: 0;
	margin-top: 20px;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
.mfp-image-holder .mfp-close:hover, .mfp-image-holder .mfp-close:focus {
	background-color: #e14936;
}

button.mfp-arrow {
	background-color: #e87162;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #F3F3F3;
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	font-weight: 400;
	margin: -20px 50px 0px 50px;
	opacity: 0.8;
}
@media (max-width: 450px) {
	button.mfp-arrow {
		margin: -20px 10px 0px 10px;
	}
}


.mfp-arrow:active {
	margin-top: -20px;
}
button.mfp-arrow:hover, button.mfp-arrow:focus {
	background-color: #e87162;
}
.mfp-arrow-left:before, .mfp-arrow-right:before {
	display: inline;
	width: 0;
	height: 0;
	position: absolute;
	border: none;
	margin: 0;
	opacity: 1;
}
.mfp-arrow-left:after, .mfp-arrow-right:after {
	border: none;
}
.mfp-arrow-left:before {
	content: '\f104';
	top: 0px;
	left: 15px;
}
.mfp-arrow-right:before {
	content: '\f105';
	top: 0;
	left: 17px;
}

/* include areas */
.include-area {
	background-color: #fff;
	border-color: #ddd;
	border-width: 1px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	padding: 7px 15px 15px;
	margin: 30px -15px 15px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #828282;
}

.include-area caption {
	padding-top: 8px;
	padding-bottom: 20px;
	text-align: left;
}

.include-area table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.include-area table thead tr:first-child>th {
	border-top: 0;
	width: 5%;
}

.include-area table td:nth-child(2) {
	width: 30%;
}

.include-area table td:nth-child(3) {
	width: 65%;
}

.include-area table thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	width: 5%;
}

.include-area table tbody>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.include-area th {
	text-align: left;
}

.include-area tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.include-area tbody>tr>td img {
	width: auto;
	max-width: 100%;
}

/* AJAX CUSTOM PRELOADER */
#win8_wrapper{
	display: none;
	background: #000;
	height: 100%;
	opacity: 0.7;
	position: fixed;
	width: 100%;
	z-index: 1001;
	top: 0;
	left: 0;
}
.windows8 {
	/*position: relative;
	width: 50px;
	height:50px;
	margin:auto;*/
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.windows8 .wBall {
	position: absolute;
	width: 47px;
	height: 47px;
	opacity: 0;
	transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	animation: orbit 3.3225s infinite;
	-o-animation: orbit 3.3225s infinite;
	-ms-animation: orbit 3.3225s infinite;
	-webkit-animation: orbit 3.3225s infinite;
	-moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgb(255,255,255);
	left:0px;
	top:0px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.windows8 #wBall_1 {
	animation-delay: 0.726s;
	-o-animation-delay: 0.726s;
	-ms-animation-delay: 0.726s;
	-webkit-animation-delay: 0.726s;
	-moz-animation-delay: 0.726s;
}

.windows8 #wBall_2 {
	animation-delay: 0.143s;
	-o-animation-delay: 0.143s;
	-ms-animation-delay: 0.143s;
	-webkit-animation-delay: 0.143s;
	-moz-animation-delay: 0.143s;
}

.windows8 #wBall_3 {
	animation-delay: 0.2865s;
	-o-animation-delay: 0.2865s;
	-ms-animation-delay: 0.2865s;
	-webkit-animation-delay: 0.2865s;
	-moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4 {
	animation-delay: 0.4295s;
	-o-animation-delay: 0.4295s;
	-ms-animation-delay: 0.4295s;
	-webkit-animation-delay: 0.4295s;
	-moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5 {
	animation-delay: 0.583s;
	-o-animation-delay: 0.583s;
	-ms-animation-delay: 0.583s;
	-webkit-animation-delay: 0.583s;
	-moz-animation-delay: 0.583s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
		opacity: 0;
		transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
		opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
		opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
		opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 0%;
	}

	30% {
		opacity: 1;
		-moz-transform: rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin: 7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 70%;
	}

	76% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
/* AJAX CUSTOM PRELOADER END */
/* End */
/* /bitrix/templates/conf_main/css/owl.carousel.min.css?14678876913020 */
/* /bitrix/templates/conf_main/css/jquery.arcticmodal-0.3.css?1467887691654 */
/* /bitrix/templates/conf_main/css/jquery.jscrollpane.css?14678876911379 */
/* /bitrix/templates/conf_main/css/spectrum.css?146788769114921 */
/* /bitrix/templates/conf_main/template_styles.css?1479481869120285 */
