/*!
 * Baltloto
 * Fiercely quick and opinionated front-ends
 * http://fedwar.ru
 * @author Eugene Fedulov
 * @version 2.0.0
 * Copyright 2014. MIT licensed.
 */
.frm_25
{
    margin:0 auto;
    width:25%;
   /* border:  solid black 1px;*/
}
.input-frm-new
{
    width:100%;
}

.control-label1
{
    font: 16px/1 'pt_sansitalic';
    color: #0073c8;
    padding: 1.55em 0 0 0;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url("../fonts/PTS55F-webfont.eot");
    src: url("../fonts/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTS55F-webfont.woff") format("woff"), url("../fonts/PTS55F-webfont.ttf") format("truetype"), url("../fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansbold';
    src: url("../fonts/PTS75F-webfont.eot");
    src: url("../fonts/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTS75F-webfont.woff") format("woff"), url("../fonts/PTS75F-webfont.ttf") format("truetype"), url("../fonts/PTS75F-webfont.svg#pt_sansbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansbold_italic';
    src: url("../fonts/PTS76F-webfont.eot");
    src: url("../fonts/PTS76F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTS76F-webfont.woff") format("woff"), url("../fonts/PTS76F-webfont.ttf") format("truetype"), url("../fonts/PTS76F-webfont.svg#pt_sansbold_italic") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sansitalic';
    src: url("../fonts/PTS56F-webfont.eot");
    src: url("../fonts/PTS56F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/PTS56F-webfont.woff") format("woff"), url("../fonts/PTS56F-webfont.ttf") format("truetype"), url("../fonts/PTS56F-webfont.svg#pt_sansitalic") format("svg");
    font-weight: normal;
    font-style: normal;
}
h1 {
    color: #0073c8;
    font: 34px 'pt_sansregular';
    margin: 0 0 30px 0;
    -webkit-font-smoothing: antialiased;
}
h2 {
    font: 24px "pt_sansregular";
    margin: 1em 0;
    color: #000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased;
}
#map {
    height: 100%
}
.gm-style-iw {
    min-height: 90px;
    min-width: 140px;
}
.clear:before, .clear:after {
    content: ' ';
    display: table;
}
.clear {
    *zoom: 1;
}
.totop {
    display: none !important;
}
.clear:after {
    clear: both;
}
.lot_head-play:empty, .loto_howtoplay:empty {
    display: none;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
#map-canvas img {
    max-width: inherit;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow: auto;
}
html {
    /*
    margin-left: calc(100vw - 100%);
    margin-right: 0;
    */
}
body {
    margin: 0;   
    /*min-width: 960px;*/
	min-width: 320px;
}
html, body {
    height: 100%;
}
.no_scroll {
    overflow: auto;
}
a {
    background: transparent;
}
a:focus {
    outline: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: normal;
    font-family: 'pt_sansbold';
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
select {
    -webkit-appearance:none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
a.anchor {
    display: block;
    position: relative;
    top: -164px;
    visibility: hidden;
}

a[href^='tel'] {
	color: #fff;
	text-decoration: none;
}

html {
    font-size: 62.5%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
     -webkit-text-size-adjust: 100%;
}
body {
    font: 300 14px/1.6 'pt_sansregular';
    background: #fff;
    color: #444;
    height: 100%;
    position: relative;	
}
.wrapper {
    min-height: 100%;
    overflow: hidden;
    position: relative;
      -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.wrap-bg {
    height: 100%;
    padding-bottom: 2em;
}
.allpages .wrapper {
    /*background: url(../img/shape_blue_bg-l.png) repeat-y left 56px, url(../img/shape_blue_bg-l.png) repeat-y right 56px;*/
background: url(../img/shape_blue_bg-l2.png) repeat-y center top;
}
.btn-hamburger, .b-filter {
    display: none;
}
.header {
    /*position: fixed;
    left: 0;
    right: 0;*/
    z-index: 20;
    /*background: #fff;*/
    width: 100%;
}
.shadow-head {
    /*box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);*/
}
.main {
    padding-bottom: 122px;
}
.menu {
    display: none;
}
.main-page {
    margin-top: 0;
}
a {
    color: #010101;
}
a:hover {
    text-decoration: none;
}

/* Display none for mobile detect
===============================================================*/
.app-topheader {
    display: none;
}

.fleft {
    float: left;
}
.fright {
    float: right;
}
.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 20;
    background: #e6e6e6;
    width: 100%;
    padding-bottom: 15px;
}
.header-base {
    padding: 33px 20px 0;
    position: relative;
}
.logo {
    float: left;
}
.logo img {
    max-width: 100%;
}
.logo a {
    display: block;
}
.header-right {
    float: right;
    overflow: hidden;
    padding-top: 16px;
}
.header-right .h-phone {
    font: normal 18px/1 'pt_sansregular';
    color: #010101;
    float: left;
}
.h-phone {
    font: normal 18px/1 'pt_sansbold';
    color: #010101;
    float: right;
    position: relative;
    top: -7px;
}
.h-phone span {
    display: block;
    text-align: right;
}
.h-top-mail {
    text-decoration: none;
    font-family: 'pt_sansbold';
}
.h-check-tickets {
    float: left;
    margin-left: 33px;
}
.check-ticket {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #0774bb;
    font: 16px/33px "pt_sansbold";
    padding: 0 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .15s ease;
}
.header-menu {
    clear: both;
    position: relative;
    overflow: hidden;
    padding-top: 26px;
}
.h-socialbox {
    float: right;
}
.social-list {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.social-list li {
    float: left;
}
.social-list li a {
    display: block;
    opacity: 0.9;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-list li a:hover {
    opacity: 1;
}
.s-ico a {
    width: 39px;
    height: 38px;
    background: url(../img/social-icons.png) no-repeat 0 0;
}
.ico-phone a {
    background-position: 0 0;
}
.ico-skype a {
    background-position: -56px 0;
}
.ico-mail a {
    background-position: -110px 0;
}
.box-slider {
    background: #0073c8 url(../img/bg-slider-l.png) no-repeat left 0;
    margin-top: 20px;
    margin-bottom: 21px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.box-slider-wrap {
    background: url(../img/bg-slider-r.png) no-repeat right 0;
}
.slider-inner {
    padding: 42px 20px 10px;
}
.owl-carousel {
    list-style: none;
    padding: 0;
    margin: 0;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -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 {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    padding-bottom: 10px;
}
.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(0px, 0px, 0px);	
}
.main-carousel .owl-stage-outer {
	height: 270px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    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;
}
.box-slider-wrap .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 2px;
}
.box-slider-wrap .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: white;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: white;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#demos .owl-carousel {
    margin: 2rem 0;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #939393;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.row {
    width: 100%;
    max-width: 920px;
    min-width: 920px;
    margin: 0 auto;
    padding: 6px 48px;
}
#demos .owl-carousel .item {
    padding: 1rem;
}
.row .owl-stage-outer {
    width: 824px;
}
.row .owl-carousel .owl-item, #owl2row-plugin {
    position: relative;
    vertical-align: top;
    min-height: 1px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 5px;
}
.owl2row-item .lotto-item {
    width: 100%;
    float: none;
    -webkit-transform-style: preserve-3d;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.owl-prev, .owl-next {
    background-image: url(../img/slider_control.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    display: block;
    cursor: pointer;
    z-index: 5;
}
.sliderlot_box {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
}
.owl-prev {
    background-position: 0 0;
    position: absolute;
    left: -48px;
}
.owl-next {
    background-position: -36px -31px;
    position: absolute;
    right: -48px;
}
.owl-prev:active {
    background-position: -36px 0;
}
.owl-next:active {
    background-position: 0 -31px;
}
.owl2row-item .lotto-item {
    height: 292px;
}
.lotdot_box {
    text-align: center;
}
.lotdot_box .owl-dot {
    width: 10px;
    height: 10px;
    border: 2px solid #0774bb;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    margin-right: 17px;
}
.lotdot_box .owl-dot.active {
    background: #0774bb;
}
.nav {
    margin: 0;
    float: left;
    padding-top: 10px;
}
.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 48px;
}
.nav ul li a {
    display: block;
    font: normal 18px/1 'pt_sansregular';
    color: #010101;
    text-decoration: underline;
}
.nav ul li a:hover, .nav li.active a {
    text-decoration: none;
}
.nav ul li:first-child {
    margin-left: 0;
}
.content {
    position: relative;
}
.app-container {
    display: none;
}
.allpages .content {
    padding: 0;
}
.adress-s-box {
    background: #f9ea0c;
    width: 100%;
    padding: 14px 21px;
    height: 59px;
    position: relative;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0 0;
}
.adress-s-box .box-icons-deesc {
    top: -52px;
	right: 0px;
    z-index: 10;
}
.not_found_city {
    color: #e53e35;
    font-size: 1.2em;
    padding: 0.4em;
}

.box-icons-deesc .icon-box_in {
    display: inline-block;
}
.adress-box {
    position: relative;
    padding-bottom: 21px;
}
.b--abs-search {
    z-index: 2;
    position: absolute;
    width: 920px;
}
.ui--b-fbox {
    padding-top: 59px;
}
.l-adress {
    font-size: 18px;
    color: #000;
}
.ui-adress-box {
    margin: 1em 0 0;
}
.articles {
    position: relative;
    padding: 0 20px;
    background: #fff;
}
.articles, .allpages .content {
    font-size: 16px;
    color: #000;
    margin-top: 30px;
}
.articles-row {
    margin-bottom: 20px;
}
.vacancy_row {
    padding-top: 2em;
}
.articles-row-pic {
    margin-bottom: 20px;
}
.boxtxt {
    line-height: 1.2;
}
.boxtxt p {
    margin-top: 0;
}
.box-448 {
    width: 448px;
}
.full-width-line {
    background: #0073c8;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.48);
    margin-bottom: 44px;
}
.banner-txt {
    color: #fff;
    font: 4em/1 'pt_sansregular';
    text-align: left;
    padding: 20px;
}
.accordion-bar {
    display: inline-block;
    vertical-align: top;
}
.title-section, .title-medium {
    color: #0073c8;
}
.title-section {
    margin-bottom: 40px;
}
.title-section span {
    color: #0073c8;
    font: 23px 'pt_sansregular';
}
.faq-active-s .title-section span {
    font: 24px 'pt_sansbold';
}
.title-section span:hover {
    border-bottom-color: transparent;
}
.box-answer_toggle {
    padding-bottom: 1em;
}
.b--ans-inner {
    width: 99%;
    padding: 16px 40px;
    background: #fff;
    border: 1px dotted;
    border-radius: 8px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
}
.title-medium {
    width: 676px;
    margin-bottom: 34px;
}
.faq-answer {
    font: 20px/100% 'pt_sansbold_italic';
    color: #000;
    margin-bottom: 18px;
}
.news-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}
.news-item-block {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.news-item-date {
    text-align: left;
    color: #000000;
    line-height: 1;
    font: normal 16px 'pt_sansregular';
}
.news_artciles_title {
    font: 30px 'pt_sansregular';
}
.news-pic {
    float: left;
    width: 180px;
    overflow: hidden;
    margin-right: 62px;
    text-align: center;
}
.news-pic img {
    display: block;
    margin: 0 auto;
}
.news-desc {
    overflow: hidden;
    padding-top: 5px;
}
.news-self {
    line-height: 1.2;
}
.news-dek-title {
    padding-bottom: 5px;
}
.news-dek-title a {
    color: #0073c8;
    font: 24px/1 'pt_sansregular';
    margin-bottom: 16px;
    text-decoration: underline;
}
.news-dek-title a:hover {
    text-decoration: none;
}
.news-pagination {
    overflow: hidden;
    margin-bottom: 44px;
}
.pagin {
	overflow: hidden;
}
.pagination {
    float: right;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}
.pagination .control a, .pagination .active a {
    text-decoration: none;
}
.pagination .last a {
    text-decoration: none;
}
.pagination a, .pagination .disabled {
    color: #0073c8;
    font: 24px/1 'pt_sansregular';
}
.half-txt {
    width: 427px;
}
.part-first, .part-p {
    color: #0073c8;
    font: normal 22px/1 'Russo One', sans-serif;
}
.part-first span, .part-p span {
    font-size: 46px;
    line-height: 1;
    padding-right: 24px;
}
.part-first i, .part-p i {
    font-style: normal;
    line-height: 1;
    position: relative;
    top: -5px;
}
.b-txt {
    padding-left: 43px;
}
.lottery-box {
    margin-bottom: 30px;
}
.lottery-title {
    font: 24px/1.1 'pt_sansregular';
    padding-bottom: 10px;
}
.lottery-box {
    font-size: 16px;
}
.lottery-pic {
    margin-bottom: 30px;
}
.lottery-pic img {
    display: block;
    margin: 0 auto;
}
.text-equation {
    font: 20px 'pt_sansbold_italic';
    text-align: center;
    margin: 1em 0;
}
.txt-second {
    color: #0073c8;
    font: 22px/1.2 'Russo One', sans-serif;
    position: relative;
}
.txt-second>span {
    position: absolute;
    font-size: 46px;
    line-height: 1;
    top: 0;
}
.txt-second>div {
    padding-left: 40px;
}
.part-p {
    margin-bottom: 1em;
}
.w450 {
    width: 450px;
}
.w450 .txt-second {
    font-size: 24px;
    min-height: 56px;
    margin-bottom: 10px;
}
.w450 .txt-second span {
    font-size: 24px;
}
.w450 .txt-second div {
    font-size: 24px;
    padding-left: 25px;
}
.row--t {
    overflow: hidden;
    margin-bottom: 14px;
}
.row--t .sota-1 {
    float: left;
}
.row--t .sota-2 {
    float: right;
    text-align: right;
}
.pic-left, .pic-right {
    margin-bottom: 45px;
}
.text-u-pic {
    color: #0073c8;
    font: 24px/1.2 'Russo One', sans-serif;
    width: 432px;
}
.block-contacts {
    font-size: 24px;
    line-height: 100%;
    text-align: left;
}
.block-contacts p {
    margin: 0 0 16px 0;
}
.mail-block {
    position: relative;
}
.txt-mail {
    position: absolute;
    left: 0;
    top: 0;
}
.mails {
    padding-left: 83px;
}
.mails a {
    display: block;
    color: #0073c8;
    margin-bottom: 10px;
}
.map-tabs {
    overflow: hidden;
    margin-bottom: 19px;
}
.lottery-list {
    position: absolute;
    right: 20px;
    top: 5px;
}
.lottery-list li, .map-tabs li {
    float: left;
    margin-left: 23px;
    position: relative;
}
.map-tabs li {
    margin: 0 23px 0 0;
}
.lottery-list a, .map-tabs a {
    display: block;
    font: 14px/34px 'pt_sansbold';
    color: #0073c8;
    border: 1px solid #0073c8;
    text-decoration: none;
    height: 34px;
    padding: 0 30px;
    -webkit-transition: all .16s linear;
    -moz-transition: all .16s linear;
    transition: all .16s linear;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.lottery-list a:hover, .map-tabs a:hover {
    background: #0073c8;
    color: #fff;
}
.lottery-list .active a, .map-tabs .active a {
    background: #0073c8;
    color: #fff;
}
.lotto-item {
    float: left;
    width: 292px;
    margin-right: 21px;
    text-align: left;
    margin-bottom: 50px;
    background: #fff;
    border: 2px dotted #c3c3c3;
    border-radius: 7px;
    padding: 14px;
    overflow: hidden;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.48);
}
.lotto-name {
    color: #0073c8;
    font: 1.2em/2 'pt_sansbold';
    margin-bottom: .4em;
}
.lotto-item:nth-of-type(3n+3) {
    margin-right: 0;
}
.lotto-item {
    position: relative;
}
.owl2row-item .loto-head {
    margin-top: 3px;
}
.owl2row-item .lotto-item {
    margin-bottom: 25px;
}
.owl2row-item .lotto-name {
    color: #0073c8;
    font: 1.2em/1 "pt_sansbold";
    margin-bottom: 0.4em;
    z-index: 4;
	text-align: center;
}
.lotto-href {
    overflow: hidden;
    padding: 30px 0.4em 0 0;
    text-align: right;
}
.lotto-href a {
    color: #0073c8;
    font-size: 24px;
    line-height: 1;
}
.modal-desc-play {
    display: none;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    position: relative;
    width: auto;
    margin: 10px;
    text-align: left;
    vertical-align: middle;
    min-width: 320px;
    z-index: 300;
    text-align: left;
    width: 30%;
    height: auto;
    overflow: hidden;
}

.modal-desc-play p {
	font-size: 1em;
}

.modals {
    display: inline-block !important;
}
.loto_head-desc, .lot_head-play {
    font: 16px 'pt_sansbold';
    padding: 4px 0;
}
.wrapp-loto-0, .wrapp-loto-1 {
    position: relative;
    padding-top: 1em;
    background: #0073c8;
    color: #fff;
    z-index: 1;
}
.modal-desc_title {
    color: #0073c8;
    font: 1.2em/2 "pt_sansbold";
    margin-bottom: 0.4em;
}
.loto-item-no-wrap {
    color: #000;
    background: none;
}
.wrapp-loto-0 .lotto-href a, .wrapp-loto-1 .lotto-href a {
    color: #fff;
}
.loto-item-no-wrap .lotto-href a {
    color: #0073c8;
}
.loto-desc {
    line-height: 1.2;
    word-spacing: normal;
    word-break: break-word;
    overflow: hidden;
}
.loto-desc a {
    padding-right: 4px;
}
.loto-desc p {
    margin: .3em 0 0 0;
    display: inline;
}
.wrapp-loto-0:after {
    background: #0073c8;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
}
.wrapp-loto-0:after {
    background: #0073c8;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    min-width: 2000px;
    margin-left: -2000px;
}
.wrapp-loto-1:after {
    background: #0073c8;
    position: absolute;
    left: 100%;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    min-width: 2000px;
    margin-right: -2000px;
}
.wrapp-loto-0:before {
    background: #0073c8;
    position: absolute;
    left: 100%;
    top: 0;
    right: 0;
    content: '';
    width: 60px;
    height: 100%;
    z-index: -1;
}
.loto-item-no-wrap:before, .loto-item-no-wrap:after {
    display: none;
    background: none;
}
.check-loto-item {
    float: left;
    width: 292px;
    margin-right: 21px;
    margin-bottom: 20px;
    text-align: center;
    padding: .4em
}
.check-loto-item:nth-of-type(3n+3) {
    margin-right: 0;
}
.check-logo img {
    opacity: .8;
    transition: all .15s ease;
}
.check-loto-item:hover img {
    opacity: 1;
}
.box-column {
    background: #0073c8 url(../img/bg-bottom-l.png) repeat-y left center;
    width: 100%;
    border-top: 2px solid #e6e6e6;
    position: relative;
}
.column-row {
    background: url(../img/bg-bottom-r.png) repeat-y right center;
}
.section-bottom {
    padding: 35px 20px 40px;
    overflow: hidden;
}
.box-b {
    min-height: 480px;
    width: 265px;
    float: left;
    margin-left: 28px;
    background: #fff;
    font-size: 12px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.48);
}
.box-b:first-child {
    margin-left: 0;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.48);
}
.box-news {
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.48);
}
.box-middle {
    width: 370px;
}
.box-header {
    background: #f5d80a;
    height: 60px;
    line-height: 60px;
    padding-left: 26px;
}
.box-header a {
    font-size: 18px;
    color: #000;
}
.box-icons-deesc {
    position: absolute;
    right: 20px;
    top: 0;
}
.box-icons-deesc span {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.9;
}
.box-icon-new {
    background: url(../img/new.png) no-repeat left 50%;
    margin-right: 5px;
}
.box-icon-pay {
    background: url(../img/pay.png) no-repeat left 50%;
}
.box-body {
    padding: 32px 22px 20px 20px;
}
.box-item-w {
    overflow: hidden;
    margin-bottom: 25px;
}
.box-item-w img {
    float: left;
    width: 84px;
}
.box-about-w {
    font-style: italic;
    color: #000;
}
.b-aname {
    font: 18px/120% "pt_sansitalic";
    margin-bottom: 10px;
}
.b-summa {
    font: 33px 'Russo One', sans-serif;
    color: #0caa4b;
}
.news-item {
    margin-bottom: 22px;
}
.news-title a {
    color: #3366cc;
    font: 16px "pt_sansregular";
}
.news-i-body p {
    margin: 0.5em 0;
    line-height: 1.1;
    color: #000;
}
.new-points {
    list-style: none;
    margin: 0;
    padding: 0;
}
.points-item {
    margin-bottom: 25px;
}
.points-col {
    color: #000000;
    font-size: 14px;
}
.points-col a {
    color: #3366cc;
    font-size: 16px;
}
.footer {
    background: #32342f;
    height: 122px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.48);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.footer-inner {
    padding: 40px 20px 0;
    overflow: hidden;
    position: relative;
}
.footer-box {
    float: left;
}
.menu-foot {
    font-size: 0;
    margin-bottom: 30px;
}
.menu-foot li {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    margin-right: 33px;
}
.menu-foot a {
    color: #fff;
    display: block;
    font: 18px/1 "pt_sansregular";
}
.menu-foot .active a {
    text-decoration: none;
}
.foot-txt {
    font: .8em "pt_sansitalic";
}
.foot-box-right {
    float: right;
}
.foot-font, .foot-phone, .foot-skype a, .foot-mail a {
    font-size: 18px;
    font-family: 'pt_sansbold';
    line-height: 1.1;
}
.foot-phone {
    background: url(../img/ico-phone.png) no-repeat left 0;
    padding-left: 34px;
    margin-bottom: 10px;
}
.foot-skype {
    background: url(../img/ico-skype.png) no-repeat left 0;
    padding-left: 34px;
    margin-bottom: 10px;
}
.foot-skype a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.foot-mail {
    background: url(../img/ico-mail.png) no-repeat left center;
    padding-left: 34px;
}
.foot-mail a {
    color: #fff;
    text-decoration: none;
}
.a-search {
    height: 33px;
    width: 400px;
    background: #fff;
    padding: 0 20px 0 20px;
    border: 0;
}
.ng-search-input {
    background: #fff url(../img/search2.png) no-repeat right 50%;
}
.bnt_submit {
    background: #fff url(../img/search.png) no-repeat 3px 50%;
    border: 0;
    height: 33px;
    padding: 0 14px 0 13px;
    position: relative;
}
.search-quer, .bnt_submit {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    //display: inline;
}
.search-quer {
    margin-right: -4px;
}
.search-quer:focus, .bnt_submit:focus {
    outline: none;
}
.w-430 {
    width: 387px;
}
.containre-search select {
    width: 198px;
    height: 33px;
}
.main-select-country {
    float: left;
    height: 33px;
}
.main-select-country [name="select-city"] {
    height: 33px;
    width: 246px;
}
.address-page .main-select-country {
    padding-left: 0;
}
.address-page {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}
#mapselect-w {
    visibility: hidden;
}
.selectpicker {
    width: 246px;
    height: 34px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
}
.main-select-country {
    position: relative;
}
.main-select-country:after {
    background: url("../img/select-db.png") no-repeat scroll 101% 1px #fff;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 8%;
    z-index: 0;
    pointer-events: none;
}
.selectpicker:focus {
    outline: none;
}
select[name="select-city"] {
    padding-left: 7px;
    outline: none;
    -webkit-appearance: none;
    display: inline-block;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}
.containre-search {
    padding: 20px 21px;
}
.search-field {
    float: left;
}
.select-txt {
    font: 14px "pt_sansitalic";
    color: #000;
    display: inline-block;
    margin-right: 13px;
    *zoom: 1;
}
.search-f-1 {
    margin-right: 30px;
}
.search-f-2 {
    margin-right: 90px;
}
.adress-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.adress-list li {
    background: #fff;
    margin-bottom: 7px;
    border: 2px dotted #bcbcbc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    padding: 16px 20px;
    overflow: hidden;
    transition: all .15s ease;
}
.adress-list .city-name-group {
    background: none;
    border: 0 none;
    border-radius: 7px;
    margin-bottom: 7px;
    overflow: hidden;
    padding: 10px 20px;
    transition: all 0.15s ease 0s;
    color: #0073c8;
    font-size: 24px;
    line-height: 1;
}
.adr-col {
    float: left;
    margin-left: 4px;
    width: 21%;
    color: #000;
    font-size: 14px;
    text-align: center;
    min-height: 1px;
}
.adress-list .adr-col a {
    color: #36c;
}
.adr-col-pic {
    width: 1%;
}
.adr-col-desc {
    width: 22%;
    text-align: left;
}
.adr-col-rajon {
    width: 186px;
}
.adr-col-metro {
    width: 134px;
}
.last-adr-col {
    width: 120px
}
.adress-list .adr-col:first-child {
    margin-left: 0;
}
.adress-list .second-adr-col {
    width: 16%;
}
.look-maps {
    text-align: center;
}
.view-map {
    color: #000;
    font: 16px/33px "pt_sansbold";
    background: #f5d80a;
    display: inline-block;
    padding: 0 61px;
    position: relative;
    cursor: pointer;
}
.view-map:hover {
    color: #010101;
}
.view-map:after {
    position: absolute;
    content: '';
    top: 50%;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -3px;
    left: 10%;
}
.view-map:before {
    position: absolute;
    content: '';
    top: 50%;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    right: 10%;
    margin-top: -3px;
}
.open-m:after {
    position: absolute;
    content: '';
    top: 50%;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 10%;
    margin-top: -3px;
}
.open-m:before {
    position: absolute;
    content: '';
    top: 50%;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    right: 10%;
    margin-top: -3px;
}
.y-m {
    height: 527px;
    width: 920px;
    background: #f5d80a;
    position: relative;
    margin-top: -8px;
}
.map-inner .y-m {
    background: #0073c8;
}
ya-map, .ymaps-2-1-15-map {
    display: block;
    height: 527px;
    width: 100%;
}
yandex-map {
    display: block;
    width: 100%;
    height: 100%;
}
.map-inner {
    background: #0073c8 url(../img/bg-articles-l.png) left 10px;
}
.container-map {
    width: 960px;
}
.map-inner .container-map {
    display: none;
    width: 960px;
    margin: 0 auto;
    opacity: 0;
    padding: 0 20px;
}
.map-inner-b .y-m {
    border: 0 none;
}
.ymaps-map {
    width: 920px !important;
    height: 100% !important;
}
.ng-isolate-scope, .ymaps-2-1-15-map {
    width: 100% !important;
    height: 100% !important;
}
.totop {
    position: absolute;
    height: 100%;
    width: 30px;
    background: rgba(0, 115, 200, 0.3);
    top: -230px;
    left: 0;
    z-index: 40;
    text-align: center;
    display: none;
}
.totop .fa {
    color: #fff;
    font-size: 2em;
    top: 80%;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
}
.bottom-happy-point {
    padding-bottom: 28px;
}
.b--happy-head {
    color: #fff;
    font: 28px/100% 'Russo One', sans-serif;
    margin-bottom: 30px;
}
.adress-list .happy-row {
    padding: 0 10px;
    text-align: justify;
    text-justify: newspaper;
    vertical-align: middle;
    line-height: 0;
    font-size: 1px;
    cursor: default;
}
.adress-list .happy-row:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.happy-point {
    display: inline-block;
    width: 20%;
    text-align: left;
    padding: 8px 0.3125%;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    color: #000000;
    word-spacing: normal;
    word-break: break-word;
}
.poincell-1 {
    width: 35.729167%;
}
.poincell-2 {
    width: 20.625%;
}
.poincell-3 {
    width: 13.291666666%;
	text-align: center;
}
.poincell-4 {
    width: 27.97916666%;
    text-align: right;
    color: #0073c8;
    font: 32px/100% "Russo One", sans-serif;
}
@media print {
    * {
        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) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]: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;
    }
}
.grid-960 {
    margin: 0 auto;
    width: 960px;
}
.main_section {
    padding: 0 20px 21px;
}
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#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.33333em;
    line-height: 0.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.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}
.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;
}
@-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 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -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 {
    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: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-gear:before, .fa-cog:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before, .fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before, .fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-gears:before, .fa-cogs:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before, .fa-users:before {
    content: "";
}
.fa-chain:before, .fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before, .fa-scissors:before {
    content: "";
}
.fa-copy:before, .fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-save:before, .fa-floppy-o:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-unsorted:before, .fa-sort:before {
    content: "";
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "";
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before, .fa-undo:before {
    content: "";
}
.fa-legal:before, .fa-gavel:before {
    content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-flash:before, .fa-bolt:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-paste:before, .fa-clipboard:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before, .fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "";
}
.fa-euro:before, .fa-eur:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before, .fa-usd:before {
    content: "";
}
.fa-rupee:before, .fa-inr:before {
    content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "";
}
.fa-won:before, .fa-krw:before {
    content: "";
}
.fa-bitcoin:before, .fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-turkish-lira:before, .fa-try:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before, .fa-car:before {
    content: "";
}
.fa-cab:before, .fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before, .fa-rebel:before {
    content: "";
}
.fa-ge:before, .fa-empire:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-hacker-news:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before, .fa-weixin:before {
    content: "";
}
.fa-send:before, .fa-paper-plane:before {
    content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.infoWindowContent {
    border-top: 1px solid #0073C8;
    padding-top: 0.5em;
}
.lotto-name {
    text-align: center;
}
.how-play {
    text-align: center;
    border-bottom: 1px dashed;
    cursor: pointer;
    line-height: 1;
}
.how-play:hover {
    border-color: transparent;
}
.how-play:hover {
    border-bottom: 1px solid transparent;
}
.lotto-img img {
    display: block;
    margin: 0 auto;
	max-width: 100%;
}
/*# sourceMappingURL=style.min.css.map */

#overlay {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    outline: 0;
    background: rgba(0,0,0,.4);
}
#overlay:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.close-desc {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
    background: url('../pics/X_x.png') no-repeat 0 0;
    width: 24px;
    height: 24px;
}
#overlay {
    display: none;
}
.ymaps-2-1-17-map-ru {
    background: #fafafa url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0MTEgNjIiICB3aWR0aD0iMzE2cHgiIGhlaWdodD0iNDZweCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDExIDYyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+I2xvZ28tcG9uZCAuZmlsbC1zdmctMSB7LXdlYmtpdC1hbmltYXRpb246IGZpbGwtc3ZnLTEgMXM7LW1vei1hbmltYXRpb246IGZpbGwtc3ZnLTEgMXM7YW5pbWF0aW9uOiBmaWxsLXN2Zy0xIDFzO31ALXdlYmtpdC1rZXlmcmFtZXMgZmlsbC1zdmctMSB7ZnJvbSB7ZmlsbDogI0U2RTZFNjt9dG8ge2ZpbGw6ICMwMDc0QkM7fX08L3N0eWxlPjxnPjxnIGlkPSJsb2dvLXBvbmQiPjxwYXRoIGZpbGw9IiMwMDc0QkMiIGQ9Ik0tMC4xNzcsMzEuNjcyYzguNDE0LDUuMjgxLDM0LjQxNCwzMi40ODgsNjUuMTIyLTMuNjM3YzI1LjM0OC0yOS44MjMsMzkuOTYzLTYuMjk3LDMxLjg0Miw4LjAwMUM4NC40NjcsNTcuNzE5LDMxLjA0OCw4MS4xMzctMC4xNzcsMzEuNjcyeiIgY2xhc3M9ImZpbGwtc3ZnLTEiLz48cGF0aCBmaWxsPSIjMDBBMTRCIiBkPSJNNTIuMDkyLDMxLjYzYy0yLjEyNSwwLjQyOS0yMS4yMTIsOS4yODMtMzQuMTE0LTkuMjI1QzcuMzI3LDcuMTMtMi41NzksMTUuMDcyLDAuMzk4LDIxLjkyMkM0LjksMzIuMzA3LDMwLjk5NCw0OC4yNzgsNTIuMDkyLDMxLjYzeiIgY2xhc3M9ImZpbGwtc3ZnLTIiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDA3NEJDIiBkPSJNNTUuNzkyLDE0LjQwNGMwLDUuOTk5LTQuODc0LDEwLjg2MS0xMC44ODEsMTAuODYxYy02LjAxNSwwLTEwLjg4Ni00Ljg2Mi0xMC44ODYtMTAuODYxYzAtNS45OTgsNC44NzEtMTAuODYsMTAuODg2LTEwLjg2QzUwLjkxOCwzLjU0NCw1NS43OTIsOC40MDcsNTUuNzkyLDE0LjQwNHoiIGNsYXNzPSJmaWxsLXN2Zy0zIi8+PC9nPjxnPjxnPjxwYXRoIGQ9Ik0xMjUuODk3LDM5LjM0NWgxMi4zNDZjMy42MDIsMCw2LjIxNiwwLjgxNSw3Ljg0NiwyLjQ0NGMxLjYyOCwxLjYyOSwyLjQ0Myw0LjI0NCwyLjQ0Myw3Ljg0NXYxLjU0M2MwLDMuNjAxLTAuODE1LDYuMjE2LTIuNDQzLDcuODQ1Yy0xLjYzLDEuNjI5LTQuMjQ0LDIuNDQzLTcuODQ2LDIuNDQzaC0yMS42MDV2LTM2LjAxaDI4LjU1MXY3LjIwMmgtMTkuMjkxVjM5LjM0NXogTTEzOS4yNzIsNDkuNjMzYzAtMi4wNTgtMS4wMjktMy4wODYtMy4wODctMy4wODZoLTEwLjI4OHY3LjcxNmgxMC4yODhjMi4wNTgsMCwzLjA4Ny0xLjAyOSwzLjA4Ny0zLjA4NlY0OS42MzN6Ii8+PHBhdGggZD0iTTE2MC44NzcsNjEuNDY1aC0xMC4wMzFsMTMuNjMzLTM2LjAxaDEwLjI4OGwxMy42MzMsMzYuMDFoLTEwLjAzMWwtMi4zMTUtNi40M2gtMTIuODYxTDE2MC44NzcsNjEuNDY1eiBNMTY1LjUwNyw0OC4zNDdoOC4yMzFsLTQuMTE1LTEyLjA4OUwxNjUuNTA3LDQ4LjM0N3oiLz48cGF0aCBkPSJNMjA0Ljg1OSw1NC4wMDZjLTAuMTcxLDIuNDctMC45Niw0LjQxNy0yLjM2NSw1LjgzOWMtMS40MDcsMS40MjQtMy4yNzUsMi4xMzUtNS42MDcsMi4xMzVjLTAuNjUyLDAtMS4yOTUtMC4wMjYtMS45MjktMC4wNzdjLTAuNjM2LTAuMDUyLTEuMjA5LTAuMTEyLTEuNzI0LTAuMThjLTAuNjE3LTAuMDY5LTEuMjAxLTAuMTU0LTEuNzQ5LTAuMjU3di02Ljk0NWgyLjMxNGMwLjY1MSwwLDEuMTkxLTAuMjIzLDEuNjIxLTAuNjY5YzAuNDI4LTAuNDQ1LDAuNjU5LTAuOTk0LDAuNjk0LTEuNjQ2bDEuNTQzLTI2Ljc1MWgyOC41NTF2MzYuMDFoLTkuMjZWMzIuNjU3aC0xMC44MDNMMjA0Ljg1OSw1NC4wMDZ6Ii8+PHBhdGggZD0iTTI1MS4xNTksNjEuNDY1aC05LjI2VjMyLjY1N2gtMTAuODAzdi03LjIwMmgzMC44NjZ2Ny4yMDJoLTEwLjgwNFY2MS40NjV6Ii8+PHBhdGggZmlsbD0iIzAwQTE0QiIgZD0iTTI3Ny45MDgsNTQuMDA2Yy0wLjE3MSwyLjQ3LTAuOTYsNC40MTctMi4zNjUsNS44MzljLTEuNDA3LDEuNDI0LTMuMjc1LDIuMTM1LTUuNjA3LDIuMTM1Yy0wLjY1MiwwLTEuMjk1LTAuMDI2LTEuOTI5LTAuMDc3Yy0wLjYzNi0wLjA1Mi0xLjIwOS0wLjExMi0xLjcyNC0wLjE4Yy0wLjYxNy0wLjA2OS0xLjIwMS0wLjE1NC0xLjc0OS0wLjI1N3YtNi45NDVoMi4zMTRjMC42NTEsMCwxLjE5MS0wLjIyMywxLjYyMS0wLjY2OWMwLjQyOC0wLjQ0NSwwLjY1OS0wLjk5NCwwLjY5NC0xLjY0NmwxLjU0My0yNi43NTFoMjguNTUxdjM2LjAxaC05LjI2VjMyLjY1N2gtMTAuODAzTDI3Ny45MDgsNTQuMDA2eiIvPjxwYXRoIGZpbGw9IiMwMEExNEIiIGQ9Ik0zMzkuMTI2LDUxLjY5MWMwLDMuNjAxLTAuODE1LDYuMjE3LTIuNDQ0LDcuODQ1Yy0xLjYyOSwxLjYyOS00LjI0MywyLjQ0NC03Ljg0NSwyLjQ0NGgtMTIuODZjLTMuNjAyLDAtNi4yMTctMC44MTQtNy44NDYtMi40NDRjLTEuNjI5LTEuNjI4LTIuNDQzLTQuMjQ0LTIuNDQzLTcuODQ1VjM1LjIyOWMwLTMuNjAxLDAuODE1LTYuMjE2LDIuNDQzLTcuODQ1YzEuNjI5LTEuNjI4LDQuMjQ0LTIuNDQzLDcuODQ2LTIuNDQzaDEyLjg2YzMuNjAyLDAsNi4yMTYsMC44MTUsNy44NDUsMi40NDNjMS42MjksMS42MjksMi40NDQsNC4yNDQsMi40NDQsNy44NDVWNTEuNjkxeiBNMzI5Ljg2NiwzNS4yMjljMC0yLjA1OC0xLjAyOS0zLjA4Ny0zLjA4Ny0zLjA4N2gtOC43NDVjLTIuMDU4LDAtMy4wODcsMS4wMjktMy4wODcsMy4wODd2MTYuNDYxYzAsMi4wNTgsMS4wMjksMy4wODcsMy4wODcsMy4wODdoOC43NDVjMi4wNTgsMCwzLjA4Ny0xLjAyOSwzLjA4Ny0zLjA4N1YzNS4yMjl6Ii8+PHBhdGggZmlsbD0iIzAwQTE0QiIgZD0iTTM2My4wNDcsNjEuNDY1aC05LjI2VjMyLjY1N2gtMTAuODAzdi03LjIwMmgzMC44NjV2Ny4yMDJoLTEwLjgwM1Y2MS40NjV6Ii8+PHBhdGggZmlsbD0iIzAwQTE0QiIgZD0iTTQxMS4xNDcsNTEuNjkxYzAsMy42MDEtMC44MTUsNi4yMTctMi40NDQsNy44NDVjLTEuNjI5LDEuNjI5LTQuMjQzLDIuNDQ0LTcuODQ1LDIuNDQ0aC0xMi44NmMtMy42MDIsMC02LjIxNy0wLjgxNC03Ljg0Ni0yLjQ0NGMtMS42MjktMS42MjgtMi40NDMtNC4yNDQtMi40NDMtNy44NDVWMzUuMjI5YzAtMy42MDEsMC44MTQtNi4yMTYsMi40NDMtNy44NDVjMS42MjktMS42MjgsNC4yNDMtMi40NDMsNy44NDYtMi40NDNoMTIuODZjMy42MDIsMCw2LjIxNiwwLjgxNSw3Ljg0NSwyLjQ0M2MxLjYyOSwxLjYyOSwyLjQ0NCw0LjI0NCwyLjQ0NCw3Ljg0NVY1MS42OTF6IE00MDEuODg3LDM1LjIyOWMwLTIuMDU4LTEuMDI5LTMuMDg3LTMuMDg3LTMuMDg3aC04Ljc0NWMtMi4wNTgsMC0zLjA4NywxLjAyOS0zLjA4NywzLjA4N3YxNi40NjFjMCwyLjA1OCwxLjAyOSwzLjA4NywzLjA4NywzLjA4N2g4Ljc0NWMyLjA1OCwwLDMuMDg3LTEuMDI5LDMuMDg3LTMuMDg3VjM1LjIyOXoiLz48L2c+PGc+PHBhdGggZD0iTTEyMy44NTgsNS4zOTdoLTIuNTY3Yy0wLjA0NywxLjA5MS0wLjA5OCwyLjA4NS0wLjE1NSwyLjk4MWMtMC4wNTgsMC44OTYtMC4xMzUsMS43MDQtMC4yMzIsMi40MjFjLTAuMDk4LDAuNzE4LTAuMjI3LDEuMzUzLTAuMzg4LDEuOTA0Yy0wLjE2MSwwLjU1MS0wLjM2OCwxLjAyOC0wLjYyMSwxLjQzYy0wLjE2LDAuMjY1LTAuMzQxLDAuNDgyLTAuNTQyLDAuNjU1Yy0wLjIwMSwwLjE3Mi0wLjQxMSwwLjMxMS0wLjYyOSwwLjQxNGMtMC4yMTksMC4xMDMtMC40MzQsMC4xNzUtMC42NDcsMC4yMTZjLTAuMjEyLDAuMDQtMC40MSwwLjA2LTAuNTk0LDAuMDZjLTAuMjY1LDAtMC40ODUtMC4wMi0wLjY2My0wLjA2Yy0wLjE3OS0wLjA0LTAuMzU0LTAuMTAxLTAuNTI1LTAuMTgxbDAuMjU4LTIuMDM0YzAuMDY5LDAuMDI0LDAuMTM4LDAuMDQxLDAuMjA2LDAuMDUyYzAuMDcsMC4wMTIsMC4xMzksMC4wMTgsMC4yMDgsMC4wMThjMC4xODQsMCwwLjM2NC0wLjA0NiwwLjU0My0wLjEzOGMwLjE3OC0wLjA5MiwwLjMzLTAuMjQ3LDAuNDU2LTAuNDY1YzAuMTczLTAuMjUyLDAuMzIyLTAuNjIzLDAuNDQ4LTEuMTExYzAuMTI2LTAuNDg4LDAuMjM4LTEuMTExLDAuMzM2LTEuODdjMC4wOTgtMC43NTgsMC4xNzUtMS42NjMsMC4yMzItMi43MTRjMC4wNTgtMS4wNTEsMC4wOTctMi4yNzcsMC4xMjEtMy42NzloNy4xMTd2MTIuMDYzaC0yLjM2MVY1LjM5N3oiLz48cGF0aCBkPSJNMTI4Ljc3MSw5LjMyNmMwLTIuMDExLDAuNDQxLTMuNTU5LDEuMzI2LTQuNjQ0YzAuODg1LTEuMDg2LDIuMTQ3LTEuNjI4LDMuNzkyLTEuNjI4YzAuODYxLDAsMS42MTMsMC4xNDksMi4yNTcsMC40NDhjMC42NDMsMC4yOTksMS4xNzgsMC43MjQsMS42MDIsMS4yNzVjMC40MjUsMC41NTIsMC43NDEsMS4yMTIsMC45NDcsMS45ODJjMC4yMDgsMC43NywwLjMxMiwxLjYyNiwwLjMxMiwyLjU2OGMwLDIuMDEtMC40NDYsMy41NTgtMS4zMzYsNC42NDRjLTAuODkxLDEuMDg1LTIuMTUxLDEuNjI4LTMuNzgyLDEuNjI4Yy0wLjg3NCwwLTEuNjMyLTAuMTQ5LTIuMjc1LTAuNDQ4Yy0wLjY0NC0wLjI5OC0xLjE3NS0wLjcyNC0xLjU5NC0xLjI3NWMtMC40Mi0wLjU1Mi0wLjczMi0xLjIxMi0wLjkzOS0xLjk4MkMxMjguODczLDExLjEyMywxMjguNzcxLDEwLjI2OCwxMjguNzcxLDkuMzI2eiBNMTMxLjI1Miw5LjMyNmMwLDAuNjA5LDAuMDUyLDEuMTY5LDAuMTU0LDEuNjhjMC4xMDQsMC41MTEsMC4yNjIsMC45NTEsMC40NzUsMS4zMThjMC4yMTIsMC4zNjgsMC40ODUsMC42NTUsMC44MTgsMC44NjJjMC4zMzMsMC4yMDcsMC43MjksMC4zMSwxLjE4OSwwLjMxYzAuODM4LDAsMS40ODctMC4zMjcsMS45NDctMC45ODJjMC40NTktMC42NTUsMC42ODgtMS43MTcsMC42ODgtMy4xODhjMC0wLjU4Ni0wLjA1LTEuMTMyLTAuMTQ2LTEuNjM3Yy0wLjA5OC0wLjUwNS0wLjI0OS0wLjk0OC0wLjQ1Ni0xLjMyN2MtMC4yMDctMC4zNzktMC40NzktMC42NzUtMC44MTEtMC44ODdjLTAuMzMzLTAuMjEyLTAuNzQtMC4zMTktMS4yMjMtMC4zMTljLTAuODM5LDAtMS40ODgsMC4zMzYtMS45NDgsMS4wMDhDMTMxLjQ4Miw2LjgzNSwxMzEuMjUyLDcuODksMTMxLjI1Miw5LjMyNnoiLz48cGF0aCBkPSJNMTUwLjEyMSw1LjM5N2gtMy41MTZ2OS45NmgtMi4zNjF2LTkuOTZoLTMuNTMyVjMuMjk0aDkuNDA5VjUuMzk3eiIvPjxwYXRoIGQ9Ik0xNTIuMjA2LDMuMjk0aDcuMTUxdjIuMTAzaC00Ljc5MXYyLjgwOWg0LjM1OXYyLjEwMmgtNC4zNTl2Mi45NDdoNC44Nzd2Mi4xMDJoLTcuMjM3VjMuMjk0eiIvPjxwYXRoIGQ9Ik0xNjIuMDY0LDMuNDE1YzAuNDgyLTAuMDkyLDEuMDEzLTAuMTY0LDEuNTk0LTAuMjE1YzAuNTgtMC4wNTIsMS4xNTctMC4wNzgsMS43MzItMC4wNzhjMC41OTcsMCwxLjE5NywwLjA0OSwxLjgwMSwwLjE0N2MwLjYwMywwLjA5OCwxLjE0NiwwLjI5MywxLjYyOCwwLjU4NmMwLjQ4MiwwLjI5MywwLjg3NiwwLjcwMSwxLjE4MSwxLjIyNGMwLjMwNSwwLjUyMywwLjQ1NywxLjIwNCwwLjQ1NywyLjA0MmMwLDAuNzU4LTAuMTMzLDEuMzk5LTAuMzk4LDEuOTIxYy0wLjI2NCwwLjUyMy0wLjYxNSwwLjk1MS0xLjA1MSwxLjI4NGMtMC40MzcsMC4zMzMtMC45MzQsMC41NzQtMS40OSwwLjcyNGMtMC41NTgsMC4xNDktMS4xMzUsMC4yMjQtMS43MzIsMC4yMjRjLTAuMDU5LDAtMC4xNDksMC0wLjI3NSwwYy0wLjEyNywwLTAuMjU5LTAuMDAzLTAuMzk2LTAuMDA5Yy0wLjEzOS0wLjAwNi0wLjI3Mi0wLjAxNC0wLjQwNC0wLjAyNmMtMC4xMzMtMC4wMTEtMC4yMjgtMC4wMjMtMC4yODUtMC4wMzV2NC4xNTNoLTIuMzZWMy40MTV6IE0xNjUuNTc4LDUuMTU1Yy0wLjIyOSwwLTAuNDQ3LDAuMDA4LTAuNjU0LDAuMDI2Yy0wLjIwNywwLjAxNy0wLjM3MywwLjAzNy0wLjUsMC4wNnYzLjkxMmMwLjA0NiwwLjAxMSwwLjExNSwwLjAyMywwLjIwNywwLjAzNGMwLjA5MiwwLjAxMiwwLjE4OSwwLjAyMSwwLjI5MywwLjAyNmMwLjEwNCwwLjAwNiwwLjIwNCwwLjAwOSwwLjMwMiwwLjAwOWMwLjA5OCwwLDAuMTY5LDAsMC4yMTUsMGMwLjMxMSwwLDAuNjE4LTAuMDI5LDAuOTIzLTAuMDg3YzAuMzA0LTAuMDU3LDAuNTc3LTAuMTYzLDAuODE4LTAuMzE5YzAuMjQxLTAuMTU1LDAuNDM0LTAuMzcsMC41NzYtMC42NDZjMC4xNDUtMC4yNzYsMC4yMTYtMC42MzgsMC4yMTYtMS4wODZjMC0wLjM3OS0wLjA2OC0wLjY5Mi0wLjIwNi0wLjkzOXMtMC4zMTktMC40NDUtMC41NDMtMC41OTVjLTAuMjI1LTAuMTQ5LTAuNDgtMC4yNTMtMC43NjctMC4zMUMxNjYuMTcsNS4xODQsMTY1Ljg3Nyw1LjE1NSwxNjUuNTc4LDUuMTU1eiIvPjxwYXRoIGQ9Ik0xNzIuNzgyLDMuMjk0aDcuMTUxdjIuMTAzaC00Ljc5MXYyLjgwOWg0LjM2djIuMTAyaC00LjM2djIuOTQ3aDQuODc3djIuMTAyaC03LjIzN1YzLjI5NHoiLz48cGF0aCBkPSJNMTg5LjY3LDguNjdsMC4xMzgtMS41NjhoLTAuMDg3bC0wLjgxLDEuNjJsLTQuNDk4LDYuNjM1aC0xLjc3NFYzLjI5NGgyLjM2VjkuODZsLTAuMTcyLDEuNjJoMC4xMDRsMC44NDQtMS42NzFsNC40OTgtNi41MTRoMS43NTh2MTIuMDYzaC0yLjM2VjguNjd6IE0xODYuMzA5LDAuMjk1YzAuMDQ2LDAuMzY4LDAuMTgyLDAuNjMyLDAuNDA1LDAuNzkzYzAuMjI1LDAuMTYxLDAuNTE1LDAuMjQxLDAuODcsMC4yNDFjMC43NywwLDEuMTk1LTAuMzM5LDEuMjc1LTEuMDE3bDEuOTEzLDAuMjkzYy0wLjEyNywwLjcyNC0wLjQ1NywxLjI1Mi0wLjk5MSwxLjU4NWMtMC41MzQsMC4zMzMtMS4yNzMsMC41LTIuMjE0LDAuNWMtMC40NzIsMC0wLjkwMi0wLjAzNS0xLjI5My0wLjEwNGMtMC4zOTEtMC4wNjktMC43MzItMC4xODEtMS4wMjUtMC4zMzZjLTAuMjkzLTAuMTU1LTAuNTM0LTAuMzY1LTAuNzI0LTAuNjI5Yy0wLjE4OS0wLjI2NC0wLjMwOC0wLjU5Mi0wLjM1NC0wLjk4MkwxODYuMzA5LDAuMjk1eiIvPjxwYXRoIGQ9Ik0yMDEuNzUsMTAuMzA4aC00LjQxMnY1LjA0OWgtMi4zNlYzLjI5NGgyLjM2djQuOTEyaDQuNDEyVjMuMjk0aDIuMzZ2MTIuMDYzaC0yLjM2VjEwLjMwOHoiLz48cGF0aCBkPSJNMjEzLjAwMywxMi42ODZoLTMuNzA1bC0wLjkxMywyLjY3MWgtMi4zNjFsNC4zNDMtMTIuMTQ5aDEuNzRsNC4zNDMsMTIuMTQ5aC0yLjQ4MkwyMTMuMDAzLDEyLjY4NnogTTIwOS45LDEwLjc5aDIuNTg1bC0wLjg5Ni0yLjY4OGwtMC4zNjMtMS44OTZoLTAuMDg1bC0wLjM2MiwxLjkxM0wyMDkuOSwxMC43OXoiLz48cGF0aCBkPSJNMjI2LjI1NCwxNS4zNTdoLTIuMzZ2LTQuNzczbC0xLjI0MSwwLjMyN2wtMi41MTYsNC40NDZoLTIuNzRsMi40ODEtNC4wMTVsMS4wMzQtMC43NDFjLTAuMzY4LTAuMDkyLTAuNzEyLTAuMjMyLTEuMDM0LTAuNDIyYy0wLjMyMS0wLjE5LTAuNjAzLTAuNDM0LTAuODQ0LTAuNzMyYy0wLjI0MS0wLjI5OS0wLjQzMi0wLjY1Mi0wLjU2OS0xLjA2Yy0wLjEzOC0wLjQwOC0wLjIwNy0wLjg3LTAuMjA3LTEuMzg3YzAtMC43MjQsMC4xMjctMS4zMzIsMC4zOC0xLjgyN2MwLjI1Mi0wLjQ5NCwwLjYwMy0wLjg5MywxLjA1MS0xLjE5OGMwLjQ0OC0wLjMwNCwwLjk4Mi0wLjUyMiwxLjYwMy0wLjY1NWMwLjYyMS0wLjEzMiwxLjI5My0wLjE5OCwyLjAxNy0wLjE5OGMwLjE5NSwwLDAuNDE5LDAuMDA2LDAuNjcxLDAuMDE3YzAuMjU0LDAuMDEyLDAuNTE2LDAuMDI5LDAuNzg1LDAuMDUyYzAuMjcsMC4wMjQsMC41MzQsMC4wNTIsMC43OTMsMC4wODdjMC4yNTgsMC4wMzQsMC40OTEsMC4wOCwwLjY5NywwLjEzOFYxNS4zNTd6IE0yMjMuMDE1LDUuMjI0Yy0wLjMxMSwwLTAuNjA0LDAuMDI5LTAuODc5LDAuMDg2Yy0wLjI3NiwwLjA1OC0wLjUxNywwLjE1NS0wLjcyNCwwLjI5M2MtMC4yMDcsMC4xMzgtMC4zNzEsMC4zMjgtMC40OTEsMC41NjljLTAuMTIxLDAuMjQxLTAuMTgxLDAuNTUxLTAuMTgxLDAuOTMxYzAsMC4zNTYsMC4wNTcsMC42NTgsMC4xNzIsMC45MDVjMC4xMTUsMC4yNDcsMC4yNzUsMC40NDgsMC40ODIsMC42MDNjMC4yMDcsMC4xNTUsMC40NDcsMC4yNjcsMC43MjQsMC4zMzZjMC4yNzYsMC4wNjksMC41NzMsMC4xMDQsMC44OTYsMC4xMDRoMC44NzlWNS4zMWMtMC4xMjctMC4wMjMtMC4yNTYtMC4wNDMtMC4zODgtMC4wNkMyMjMuMzczLDUuMjMzLDIyMy4yMSw1LjIyNCwyMjMuMDE1LDUuMjI0eiIvPjxwYXRoIGQ9Ik0yNDIuNTkxLDE0Ljg2M2MtMC4zNjcsMC4yNjItMC44MzYsMC40NS0xLjQwNCwwLjU2NGMtMC41NjgsMC4xMTQtMS4xNTIsMC4xNzEtMS43NDksMC4xNzFjLTAuNzI0LDAtMS40MS0wLjExMi0yLjA2LTAuMzM2cy0xLjIyMS0wLjU4Ni0xLjcxNS0xLjA4NmMtMC40OTQtMC41LTAuODg4LTEuMTQ5LTEuMTgtMS45NDdjLTAuMjkzLTAuNzk4LTAuNDM5LTEuNzY2LTAuNDM5LTIuOTAzYzAtMS4xODQsMC4xNjMtMi4xNzQsMC40OS0yLjk3M2MwLjMyOC0wLjc5OSwwLjc1My0xLjQ0MiwxLjI3NS0xLjkzYzAuNTIzLTAuNDg4LDEuMTA2LTAuODM4LDEuNzQ5LTEuMDUxYzAuNjQ0LTAuMjEyLDEuMjg3LTAuMzE5LDEuOTMxLTAuMzE5YzAuNjg5LDAsMS4yNzMsMC4wNDYsMS43NDksMC4xMzhjMC40NzcsMC4wOTIsMC44NjksMC4yMDEsMS4xODEsMC4zMjhsLTAuNDY2LDEuOTk5Yy0wLjI2NS0wLjEyNi0wLjU3Ny0wLjIxOC0wLjkzOC0wLjI3NmMtMC4zNjItMC4wNTctMC44MDItMC4wODYtMS4zMTktMC4wODZjLTAuOTUzLDAtMS43MjEsMC4zNC0yLjMwMSwxLjAxOGMtMC41NzksMC42OC0wLjg2OSwxLjczMy0wLjg2OSwzLjE2YzAsMC42MjIsMC4wNjgsMS4xODksMC4yMDYsMS43MDFjMC4xMzksMC41MTIsMC4zNDcsMC45NSwwLjYyOCwxLjMxMmMwLjI4MywwLjM2MywwLjYzMywwLjY0NSwxLjA1MywwLjg0N2MwLjQxOSwwLjIwMSwwLjkwNCwwLjMwMiwxLjQ1NiwwLjMwMmMwLjUxNywwLDAuOTUzLTAuMDUxLDEuMzEtMC4xNTVjMC4zNTYtMC4xMDQsMC42NjYtMC4yMzUsMC45My0wLjM5N0wyNDIuNTkxLDE0Ljg2M3oiLz48cGF0aCBkPSJNMjQ0LjkxNywzLjI5NGg3LjE1MXYyLjEwM2gtNC43OTF2Mi44MDloNC4zNnYyLjEwMmgtNC4zNnYyLjk0N2g0Ljg3N3YyLjEwMmgtNy4yMzdWMy4yOTR6Ii8+PHBhdGggZD0iTTI2My4zMzksNS4zOTdoLTMuNTE2djkuOTZoLTIuMzZ2LTkuOTZoLTMuNTMzVjMuMjk0aDkuNDA5VjUuMzk3eiIvPjxwYXRoIGQ9Ik0yNjUuNDI0LDMuMjk0aDIuMzZWNy42MmMwLjA1OC0wLjAxMiwwLjE1Mi0wLjAyNiwwLjI4NS0wLjA0M2MwLjEzMi0wLjAxNywwLjI3NS0wLjAzMSwwLjQzMS0wLjA0M2MwLjE1NC0wLjAxMSwwLjMxMy0wLjAyMywwLjQ3NC0wLjAzNGMwLjE2MS0wLjAxMiwwLjMxMS0wLjAxNywwLjQ0OC0wLjAxN2MwLjU2MywwLDEuMTA4LDAuMDU4LDEuNjM3LDAuMTcyYzAuNTI4LDAuMTE1LDAuOTk3LDAuMzE5LDEuNDA0LDAuNjEyYzAuNDA4LDAuMjkzLDAuNzMyLDAuNjg5LDAuOTc0LDEuMTg5YzAuMjQxLDAuNSwwLjM2MiwxLjEzNSwwLjM2MiwxLjkwNGMwLDEuMzc5LTAuNDI4LDIuNDE4LTEuMjg0LDMuMTE5Yy0wLjg1NSwwLjcwMS0yLjA4MiwxLjA1MS0zLjY3OSwxLjA1MWMtMC4xNjEsMC0wLjM3Ny0wLjAwMy0wLjY0Ni0wLjAwOWMtMC4yNzEtMC4wMDYtMC41NjYtMC4wMi0wLjg4OC0wLjA0M2MtMC4zMjEtMC4wMjMtMC42NDctMC4wNTItMC45NzQtMC4wODZjLTAuMzI3LTAuMDM1LTAuNjI5LTAuMDg2LTAuOTA0LTAuMTU1VjMuMjk0eiBNMjY4Ljk1NiwxMy40MjdjMC4zMjIsMCwwLjYyNi0wLjAzMSwwLjkxNC0wLjA5NWMwLjI4Ni0wLjA2MywwLjUzOC0wLjE3MiwwLjc1OC0wLjMyN2MwLjIxOC0wLjE1NSwwLjM4OC0wLjM1OSwwLjUwOS0wLjYxMmMwLjEyLTAuMjUzLDAuMTgxLTAuNTYzLDAuMTgxLTAuOTMxYzAtMC4zOTEtMC4wNjYtMC43MS0wLjE5OC0wLjk1N2MtMC4xMzItMC4yNDctMC4zMDUtMC40NC0wLjUxNy0wLjU3N2MtMC4yMTMtMC4xMzgtMC40NjMtMC4yMy0wLjc1LTAuMjc2Yy0wLjI4Ny0wLjA0Ni0wLjU4Ni0wLjA2OS0wLjg5Ni0wLjA2OWMtMC4wOCwwLTAuMTc4LDAuMDA2LTAuMjk0LDAuMDE3Yy0wLjExMywwLjAxMi0wLjIyOSwwLjAyMy0wLjM0NCwwLjAzNWMtMC4xMTQsMC4wMTItMC4yMjEsMC4wMjYtMC4zMTgsMC4wNDNjLTAuMDk4LDAuMDE3LTAuMTcsMC4wMzItMC4yMTYsMC4wNDN2My42MDJjMC4xMjcsMC4wMzUsMC4yOTYsMC4wNjEsMC41MDksMC4wNzhDMjY4LjUwNSwxMy40MTgsMjY4LjcyNywxMy40MjcsMjY4Ljk1NiwxMy40Mjd6Ii8+PC9nPjwvZz48L2c+PC9zdmc+) center no-repeat !important;
}
.Contentheader_baloon {
    text-align: left;
    border-bottom: 1px solid #1e98ff;
    padding-bottom: 4px;
}
.btn {
    padding: 6px 62px 6px 14px;
    position: relative;
}
.btn-more {
    width: auto;
    padding-right: 14px;
}
.btn-success {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.dropdown-menu {
    position: absolute;
    top: 31px;
    left: inherit;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    width: 177px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu li {
    cursor: pointer;
}
.dropdown-menu a {
    display: block;
}
.btn .caret {
    margin-left: 0;
    position: absolute;
    right: 6px;
    top: 48%;
}
.dropdown-menu li {
    padding: 4px 10px;
}
.dropdown-menu li:hover {
    background: #F5D80A;
}
/*------------------------------------*\
    #USER CONTENT STYLE
\*------------------------------------*/

ul[data-vacancy] {
    margin-left: 2em;
}
.vacancy_listblock {
    padding-top: 1em;
    padding-left: 9em;
}
.vacbox {
    float: left;
    margin-right: 2em;
}
.vacbox p, .vacancy_phone {
    text-align: center;
}
.vacbox strong, .vacancy_phone strong {
    font-weight: normal;
    font-family: 'pt_sansbold';
}
.vacancy_phone {
    padding-top: 2em;
}
.bloc-honors {
    position: relative;
    overflow: hidden;
}
.honor-list-pic {
    font-size: 0;
    float: left;
    margin-right: -300px;
    width: 700px;
    padding: 30px;
}
.honor-list-pic li {
    display: inline-block;
    margin: 10px 10px 30px 10px;
    width: 300px;
}
.h-b-pic {
    float: right;
    margin-right: 40px;
}
.block-partnership {
    padding-bottom: 1em;
}
.p-heade_t {
    font: 24px 'pt_sansregular';
    color: #0774bb;
}
.pship-list {
    list-style: disc;
    padding-left: 2em;
}
.partner_photo {
    text-align: right;
}
.foro-link, .contact_us > a {
    font: 18px/1 'pt_sansitalic';
    color: #0774bb;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    //display: inline;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.foro-link:hover, .contact_us > a:hover {
    border-color: transparent;
}
.contact_us > a {
    font: 18px/1 'pt_sansbold';
}
/*------------------------------------*\
    #MODAL FORM
\*------------------------------------*/

.section__popup {
    position: relative;
}
.contact_us > a {
    position: absolute;
    right: 0;
    top: -58px;
}
.modal_form {
    background: #fff;
    width: 480px;
    border: 1px dotted #c6c6c6;
    border-radius: 13px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .48);
    position: absolute;
    top: -34px;
    right: 0;
}
.form_inner {
    padding: 20px 39px;
    position: relative;
}
.control-label {
    font: 16px/1 'pt_sansitalic';
    color: #0073c8;
    padding: 0 0 6px 12px;
}
.span4 {
    border: 1px solid #959595;
    height: 25px;
    padding: 0 9px;
    width: 100%;
}
.control-group .span4 {
    margin-bottom: 12px;
}
.control-submit .controls {
   /* float: right;*/
}
.contact_us {
    text-align: right;
}
.text-messages {
    height: 60px;
    resize: vertical;
}
.btn_submit {
    border: 1px solid #0774bb;
    background: #0774bb;
    color: #fff;
    font: 16px/33px 'pt_sansbold';
    padding: 0 28px;
    border-radius: 4px;
    display: block;
    vertical-align: top;
    *zoom: 1;
    margin:1em auto;
    position: relative;
    transition: all .15s ease;
}
.btn_submit:active, .btn_submit:focus {
    outline: 0 none;
}
.btn_submit:active {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .2);
    bottom: -1px;
}
.close_modals {
    color: #959595;
    border: 1px solid;
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .15s ease;
    position: absolute;
    right: 14px;
    top: 15px;
}
.close_modals:hover {
    color: #000;
}
.ajax_form input.error {
    border: 1px solid #A84344;
}
span.error {
    display: none;
}
.honor_block_list {
    overflow: hidden;
}
.honor_block_list li {
    float: left;
    width: 246px;
    margin-left: 90px;
    min-height: 400px;
    margin-bottom: 2em;
    position: relative;
    *zoom: 1;
}
.honor_block_list a {
    display: block;
}
.honor_block_list li:first-child {
    margin-left: 0;
}
.honor_block_list img {
    display: block;
    margin: 0 auto;
}
.honor_item_bot {
    padding-top: 30px;
}
.honor-i-year {
    color: #0073c8;
    font-size: 24px;
}
.honor-i-desc {
    font-size: 16px;
    line-height: 1.2;
}
.honor_block_list li:nth-child(3n+1) {
    margin-left: 0;
}
.adr-photo-fancy .fancybox-nav span {
    visibility: visible;
}

/* GEO TARGET */
.geo_get {
    position: absolute;
    top: 5px;
    font-size: 12px;
    right: 0;
}
.geo_get a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted
}
.animation { -webkit-transition: 1s; }

.animation.ng-enter-stagger,
.animation.ng-leave-stagger{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration:0;
  transition-duration:0;
}

.animation.ng-leave { opacity: 1; }
.animation.ng-leave.ng-leave-active { opacity: 0; }

.animation.ng-enter { opacity: 0; }
.animation.ng-enter.ng-enter-active { opacity: 1; }
#dp_swf_engine {
    display: none;
}

.adr-col-photo {
    width: 3%;
}

.adr-col-photo.invis {
    opacity: 0;
}
table tbody {
    font-size: 20px;
}

@media only screen and (min-width: 20px) and (max-width: 991px)  {
    .adr-col-photo {
        float: none;
        margin: 10px 0;
        width: 0;
    }
}


@media screen and (max-width: 560px) {
    .frm_25
    {
        width:80%;
    }
    table tbody {
        font-size: 16px;
    }
    iframe {
        width: 100%;
    }
}
}