/* FONT PATH -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300&subset=latin,cyrillic);

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.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;
    transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.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 #eeeeee;
    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;
}

.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 {
    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: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.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-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-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-genderless:before, .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-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-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";
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, fieldset, form, menu, select, textarea, input, button, optgroup {
    margin: 0;
    padding: 0;
}

@media (min-device-width: 320px) and (max-device-width: 1024px) {
    html {
        -webkit-text-size-adjust: none;
    }
}

ul {
    list-style-type: none;
}

a {
    background-color: transparent;
}

img, input, button {
    border: 0;
}

input, textarea, select, button, a:active, a:hover {
    outline: 0;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    -webkit-appearance: none;
}

input[type="submit"], button {
    cursor: pointer;
}

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td, th {
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
}

main {
    display: block;
}

body {
    font: 14px/1.4 "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #404040;
    background: #f8f8f8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
}

a {
    color: #26a5b9;
    text-decoration: none;
    transition: color .3s;
}

a:hover {
    color: #1d7f8f;
}

.wrapper {
    position: relative;
    min-height: 100%;
    margin-bottom: -195px;
}

.wrapper:after {
    content: "";
    display: block;
    height: 195px;
}

.wrapper:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: background .3s, opacity .3s;
    background: rgba(255, 255, 255, 0.5);
}

.wrapper.is-loading:before {
    z-index: 98;
    opacity: 1;
}

.wrapper.is-loading .spinner {
    display: block;
    z-index: 99;
}

.main {
    position: relative;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -49px;
    margin-left: -37px;
    display: none;
    font-size: 70px;
    color: #333;
}

@media (max-width: 1170px) {
    .wrapper {
        margin-bottom: 0;
        min-height: 1px;
    }

    .wrapper:after {
        content: none;
    }
}

.container {
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 480px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -0.1em;
}

.icon-visa {
    background: url("../img/svg/visa.svg") no-repeat 0 0;
    background-size: 43px 28px;
    width: 43px;
    height: 28px;
}

.icon-mastercard {
    background: url("../img/svg/mastercard.svg") no-repeat 0 0;
    background-size: 47px 28px;
    width: 47px;
    height: 28px;
}

.icon-visa-electron {
    background: url("../img/svg/visa-electron.svg") no-repeat 0 0;
    background-size: 44px 28px;
    width: 44px;
    height: 28px;
}

.icon-paypal {
    background: url("../img/svg/paypal.svg") no-repeat 0 0;
    background-size: 23px 28px;
    width: 23px;
    height: 28px;
}

.icon-flag-ru {
    background: url('../img/icons-sa53b0e92a7.png') 0 -207px no-repeat;
    width: 24px;
    height: 18px;
}

.icon-flag-ee {
    background: url('../img/icons-sa53b0e92a7.png') 0 -235px no-repeat;
    width: 24px;
    height: 18px;
}

.icon-fb {
    background: url('../img/icons-sa53b0e92a7.png') 0 -82px no-repeat;
    width: 32px;
    height: 32px;
}

.icon-vk {
    background: url('../img/icons-sa53b0e92a7.png') 0 0 no-repeat;
    width: 32px;
    height: 32px;
}

.icon-tw {
    background: url('../img/icons-sa53b0e92a7.png') 0 -124px no-repeat;
    width: 32px;
    height: 32px;
}

.icon-ok {
    background: url('../img/icons-sa53b0e92a7.png') 0 -42px no-repeat;
    width: 30px;
    height: 30px;
}

.button {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 11px 20px;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: color .3s, background .3s, border .3s;
    font: 700 16px/17px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #26a5b9;
    text-align: center;
    text-decoration: none;
    background: #eee;
}

.button:hover {
    color: #fff;
    background: #26a5b9;
    border-color: #26a5b9;
}

.button-primary {
    border-color: #26a5b9;
    color: #fff;
    background: #26a5b9;
}

.button-primary:hover {
    border-color: #acacac;
    color: #fff;
    background: #acacac;
}

.input {
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 20px;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    font: 500 16px/17px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #404040;
    background: #fff;
    transition: color .3s, border .3s;
}

.input:-ms-input-placeholder {
    color: #696969;
}

.input::-moz-placeholder {
    opacity: 1;
    color: #696969;
}

.input::-webkit-input-placeholder {
    color: #696969;
}

.input::placeholder {
    color: #696969;
}

.input:focus:-ms-input-placeholder {
    color: #404040;
}

.input:focus::-moz-placeholder {
    opacity: 1;
    color: #404040;
}

.input:focus::-webkit-input-placeholder {
    color: #404040;
}

.input:focus::placeholder {
    color: #404040;
}

.input:disabled {
    background: #f8f8f8;
    border-color: #f8f8f8;
    color: #ababab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.tooltip {
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.tooltip:before {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 10px 0 0;
    padding: 6px 15px 8px;
    border-radius: 5px;
    line-height: 1.1;
    content: attr(data-tooltip);
    font-size: 13px;
    background: #404040;
    color: #fff;
    text-transform: lowercase;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: default;
    pointer-events: none;
    z-index: 90;
}

.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5.5px 8px 5.5px;
    border-color: transparent transparent #404040 transparent;
}

.tooltip:before, .tooltip:after {
    opacity: 0;
    visibility: hidden;
}

.tooltip:hover:before, .tooltip:hover:after {
    opacity: 1;
    visibility: visible;
}

.tooltip.tooltip-mod:before {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.tooltip.tooltip-left:before {
    top: 50%;
    left: auto;
    right: 100%;
    margin: 0 10px 0 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tooltip.tooltip-left:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    margin-right: -2px;
    left: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5.5px 0 5.5px 8px;
    border-color: transparent transparent transparent #404040;
}

.header {
    z-index: 100;
    position: relative;
    background: #fff;
}

.header.has-shadow {
    box-shadow: 0 1px 0 #e7e7e7;
}

.header .container {
    min-height: 66px;
    text-align: justify;
    font-size: 0;
}

.header .container:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.logo {
    display: inline-block;
    vertical-align: top;
    padding: 6px 20px 6px 0;
    font-size: 0;
}

.logo-link {
    display: block;
    height: 100%;
}

.logo-icon, .logo-text {
    display: inline-block;
    vertical-align: middle;
}

.logo-icon {
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/svg/logo.svg") no-repeat 0 0;
    background-size: 203px 53px;
    width: 203px;
    height: 53px;
}

.logo-text {
    width: 150px;
    margin-left: 17px;
    line-height: 1;
    font-size: 12px;
    color: #7b7b7b;
}

@media (max-width: 1170px) {
    .logo-text {
        display: none;
    }
}

.header-menu {
    display: inline-block;
    vertical-align: top;
    padding: 12px 0;
}

.header-nav-item {
    display: inline-block;
    font-size: 0;
}

.header-nav-item.header-user .header-nav-text {
    font-size: 16px;
    font-weight: bold;
}

.header-nav-item.header-language {
    position: relative;
    margin-left: 15px;
}

.header-nav-item.header-language:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 1px;
    background: #e7e7e7;
}

.header-nav-item.header-language .header-dropdown-text {
    margin: 0 0 0 10px;
}

.header-nav-link, .header-dropdown-link {
    display: block;
    height: 41px;
    line-height: 41px;
    color: #404040;
}

.header-nav-link:hover, .header-dropdown-link:hover {
    color: #1d7f8f;
}

.header-nav-link {
    padding: 0 10px;
    margin-bottom: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-nav-text, .header-nav-icon, .header-dropdown-text, .header-dropdown-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.header-nav-icon {
    margin: 0 5px;
}

.header-nav-icon .fa-caret-down {
    color: #727272;
}

.header-dropdown.is-active {
    z-index: 2;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 0 0;
    background: #fff;
}

.header-dropdown.is-active .fa-caret-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-dropdown.is-active.header-language:before {
    content: none;
}

.header-dropdown.is-active .header-nav-link {
    border-radius: 5px 5px 0 0;
    background: #fff;
}

.header-dropdown.is-active .header-dropdown-list {
    z-index: -1;
    display: block;
    position: absolute;
    top: 100%;
    right: -10px;
    left: -45px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.header-dropdown .header-nav-link {
    padding: 0 30px;
}

.header-dropdown-list {
    display: none;
}

.header-dropdown-item {
    border-top: 1px solid #d8d8d8;
}

.header-dropdown-item:first-child {
    border: 0;
}

.header-dropdown-link {
    padding: 0 15px;
}

.header-dropdown-text {
    font-size: 16px;
    font-weight: 500;
}

.header-action {
    margin: 0 0 0 10px;
}

.header-action-button {
    padding: 10px 20px;
    border-color: #eee;
}

.header-action-button:hover, .header-action-button:focus {
    border-color: #26a5b9;
    color: #fff;
    background: #26a5b9;
}

.header-mobile-menu {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    padding: 10px;
    background-color: transparent;
    cursor: pointer;
}

.header-mobile-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    border-radius: 2px;
    background-color: #404040;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.header-mobile-menu span:before, .header-mobile-menu span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: #404040;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.header-mobile-menu span:before {
    -webkit-transform: translateY(-175%);
    transform: translateY(-175%);
}

.header-mobile-menu span:after {
    -webkit-transform: translateY(175%);
    transform: translateY(175%);
}

.header-mobile-menu.is-active span {
    background-color: transparent;
}

.header-mobile-menu.is-active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.header-mobile-menu.is-active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

@media (max-width: 1024px) {
    .header-mobile-menu {
        display: block;
    }

    .header-menu {
        display: none;
        margin-right: -15px;
        margin-left: -15px;
        padding: 12px 0 0;
    }

    .header-nav-item, .header-dropdown-item {
        display: block;
        border-top: 1px solid #d8d8d8;
        text-align: center;
    }

    .header-nav-item.header-action, .header-dropdown-item.header-action {
        padding: 12px 10px;
        margin: 0;
    }

    .header-nav-item.header-language, .header-dropdown-item.header-language {
        margin-left: 0;
    }

    .header-nav-item.header-language .header-dropdown-item, .header-dropdown-item.header-language .header-dropdown-item {
        display: inline-block;
        border: 0;
    }

    .header-nav-text, .header-nav-icon, .header-dropdown-text, .header-dropdown-icon {
        font-size: 16px;
        font-weight: 500;
    }

    .header-nav-link, .header-dropdown-link {
        height: 60px;
        line-height: 60px;
        padding: 0 10px;
    }

    .header-dropdown {
        padding: 0;
    }

    .header-dropdown.is-active {
        z-index: 2;
        position: relative;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
    }

    .header-dropdown.is-active .header-dropdown-list {
        display: block;
        position: static;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    .header-dropdown .header-nav-link {
        display: none;
    }

    .header-dropdown-list {
        display: block;
    }
}

@media (max-width: 480px) {
    .header-menu {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (max-width: 320px) {
    .header-nav-item.header-language .header-dropdown-text {
        display: none;
    }
}

.footer {
    position: relative;
    height: 195px;
    box-sizing: border-box;
    padding: 40px 0 0;
    border-top: 1px dashed #c0c0c0;
    font-size: 13px;
}

.footer-primary .container:after {
    content: "";
    display: table;
    clear: both;
}

.footer-column {
    float: left;
}

.footer-column:last-child {
    float: right;
}

.footer-column + .footer-column {
    margin: 0 0 0 55px;
}

.footer-about {
    max-width: 580px;
}

.footer-about h2 {
    margin: 0 0 10px;
    line-height: 1.1;
    font-size: 18px;
}

.footer-about p {
    line-height: 16px;
    font-size: 12px;
    color: #676767;
}

.footer-menu-item {
    margin: 0 0 4px;
}

.footer-social {
    font-size: 0;
}

.footer-social-item {
    display: inline-block;
    vertical-align: middle;
}

.footer-social-item + .footer-social-item {
    margin: 0 0 0 13px;
}

.footer-social-link {
    font-size: 20px;
    color: #404040;
    transition: all .3s;
}

.footer-social-link:hover {
    color: #26a5b9;
}

.footer-donate {
    overflow: hidden;
    display: inline-block;
    height: 41px;
    line-height: 41px;
    border-radius: 5px;
    font-size: 0;
}

.footer-donate:hover .footer-donate-text {
    background: #fcad00;
}

.footer-donate:hover .footer-donate-icon {
    background: #e1e1e1;
}

.footer-donate-text {
    display: inline-block;
    vertical-align: top;
    padding: 0 28px;
    background: #ffbe30;
    transition: all .3s;
    font-size: 15px;
    font-weight: 500;
    color: #404040;
}

.footer-donate-icon {
    position: relative;
    width: 53px;
    height: 41px;
    display: inline-block;
    transition: all .3s;
    background: #eee;
    text-align: center;
}

.footer-donate-icon .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-payments {
    margin: 10px 0;
    font-size: 0;
    text-align: center;
}

.footer-payments-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.footer-payments-link {
    display: block;
    height: 100%;
}

.footer-copyright {
    margin: 5px 0 0;
    color: #686868;
    font-size: 11px;
    text-align: right;
}

@media (max-width: 1170px) {
    .footer {
        height: auto;
        padding: 40px 0;
    }

    .footer-about {
        max-width: 440px;
    }

    .footer-column + .footer-column {
        margin: 0 0 0 40px;
    }
}

@media (max-width: 1024px) {
    .footer {
        height: auto;
        padding: 20px 0;
    }

    .footer-about {
        max-width: 580px;
        margin: 0 auto;
    }

    .footer-column, .footer-column + .footer-column {
        float: none;
        text-align: center;
    }

    .footer-column + .footer-column {
        margin: 20px 0 0;
    }

    .footer-copyright {
        text-align: center;
    }
}

.tags {
    margin: -5px 0 0 -5px;
    font-size: 0;
}

.tags-item {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 5px;
}

.tags-link, .tags-point {
    display: inline-block;
    line-height: 15px;
    padding: 4px 10px 6px;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: lowercase;
    background: #acacac;
    transition: all .3s;
}

.tags-link:hover, .tags-link:focus {
    color: #fff;
    background: #26a5b9;
}

.tags-point {
    cursor: default;
}

.subscribe {
    position: relative;
    margin: 40px 0 -1px;
    padding: 50px 0;
    border: 1px dashed #c0c0c0;
    border-width: 1px 0;
    background: #eee;
    text-align: center;
}

.subscribe.subscribe-single {
    margin: 0;
    border: 0;
    padding: 0;
}

.subscribe.subscribe-single > .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.subscribe .loadmore-button {
    position: absolute;
    top: -23px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.subscribe-title {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: normal;
    color: #4d4d4d;
}

.subscribe-form {
    font-size: 0;
}

.subscribe-form-group {
    display: inline-block;
    margin: 0 4px;
    font-size: 16px;
    min-width: 254px;
}

.subscribe-form-group .input, .subscribe-form-group .button {
    width: 100%;
}

.subscribe-map-container {
    border-top: 1px dashed #c0c0c0;
}

.subscribe-map {
    height: 500px;
}

@media (max-width: 840px) {
    .subscribe-form-group {
        margin: 5px 4px;
    }
}

.loadmore-button {
    min-width: 250px;
    padding: 12px 20px 8px;
    line-height: 20px;
}

.loadmore-button .fa {
    position: relative;
    top: -0.1em;
    vertical-align: middle;
    font-size: 20px;
}

.banner {
    margin: 30px 0;
    text-align: center;
}

.banner img {
    display: block;
    margin: 0 auto;
}

.banner.banner-bottom {
    margin: -10px 0 40px;
}

@media (max-width: 1170px) {
    .banner {
        display: none;
    }
}

.events {
    margin: 35px 0 40px;
}

.events-filter {
    text-align: right;
    margin: 20px 0 35px;
}

.events-filter-title {
    display: inline-block;
    font-size: 13px;
}

.events-filter-list {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

.events-filter-item {
    display: inline-block;
    vertical-align: middle;
}

.events-filter-item + .events-filter-item {
    margin: 0 0 0 5px;
}

.events-filter-close {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0 0 0 15px;
    cursor: pointer;
    font-size: 17px;
    color: #727272;
    transition: all .3s;
}

.events-filter-close:hover, .events-filter-close:focus {
    color: #595959;
}

@media (max-width: 1024px) {
    .events-filter {
        margin: 20px 5px 35px 0;
    }
}

@media (max-width: 480px) {
    .events-filter {
        margin: 20px 10px 35px 0;
    }
}

.events-section {
    margin: 30px 0;
    font-size: 0;
}

.events-date {
    position: relative;
    margin: 30px 0;
    text-align: center;
    border-top: 1px dashed #c0c0c0;
}

.events-date-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    margin: -0.2em 0 0;
    padding: 0 15px;
    background: #f8f8f8;
    font-size: 13px;
    color: #868686;
    line-height: 1;
}

.events-content {
    margin: -20px 0 0 -15px;
}

.events-list {
    font-size: 0;
    margin: 0 auto;
}

.events-item {
    display: inline-block;
    vertical-align: top;
    width: 297px;
    margin: 20px 0 0 15px;
}

.card {
    position: relative;
    padding: 10px;
    background: #fff;
    font-size: 13px;
    border: 1px solid #d8d8d8;
    margin: -1px;
    transition: border .3s, box-shadow .3s;
}

.card:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    border-color: transparent;
}

.card:hover .card-date {
    background: #fcad00;
}

.card:hover .card-title {
    color: #26a5b9;
}

.card-link {
    display: block;
    margin: -10px -10px 0;
    padding: 10px 10px 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-date {
    z-index: 1;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    background: #ffbe30;
    transition: background .3s;
}

.card-picture {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    width: 100%;
    height: 200px;
    background: #f8f8f8 url(../img/svg/no-photo.svg) no-repeat 50% 50%;
    background-size: 97px 74px;
}

.card-picture img {
    position: relative;
    display: block;
    max-width: 280px;
    width: 280px;
    height: 200px;
}

.card-title {
    margin: 15px 0 5px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #404040;
    transition: color .3s;
}

.card-categories {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    color: #7f7f7f;
}

.card-categories:before, .card-categories:after {
    display: inline;
}

.card-categories:before {
    content: "/ ";
}

.card-categories:after {
    content: " /";
}

.card-description {
    line-height: 18px;
    color: #404040;
}

.card-meta {
    border-top: 1px solid #e8e8e8;
    padding: 15px 0 0;
}

.card-data {
    margin: 0 0 15px;
}

.card-data-item {
    position: relative;
    margin: 0 0 0 20px;
    line-height: 18px;
}

.card-data-item + .card-data-item {
    margin-top: 10px;
}

.card-data-icon {
    position: absolute;
    top: .15em;
    left: -20px;
    line-height: 1;
}

.filters-select.select {
    width: 250px;
}

.filters-select.select .select-text {
    background: rgba(248, 248, 248, 0.5);
    color: #fff;
    border: 0;
    height: 40px;
}

.select {
    position: relative;
}

.select-text {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 16px;
    border-radius: 5px;
    padding: 12px 35px 12px 20px;
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #d6d6d6;
    color: #404040;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-text:-ms-input-placeholder {
    color: #696969;
}

.select-text::-moz-placeholder {
    opacity: 1;
    color: #696969;
}

.select-text::-webkit-input-placeholder {
    color: #696969;
}

.select-text::placeholder {
    color: #696969;
}

.select-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.select-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-appearance: none;
    cursor: pointer;
}

.input-date {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 16px;
    border-radius: 5px;
    padding: 12px 15px 12px 15px;
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #f8f8f8;
    border: 2px solid #d6d6d6;
    color: #696969;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filters {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filters.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.filters-container {
    position: relative;
    z-index: 99;
}

.filters-container.is-active {
    height: 70px;
}

.filters-panel {
    color: #fff;
    background: #00a7b5;
    padding: 15px 0;
    height: 70px;
    box-sizing: border-box;
}

.filters-panel .container:after {
    content: "";
    display: table;
    clear: both;
}

.filters-panel-left {
    float: left;
}

.filters-panel-right {
    float: right;
}

.filters-panel-menu {
    display: inline-block;
    font-size: 0;
}

.filters-panel-menu-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 12px;
}

.filters-panel-menu-item:first-child {
    margin-left: 0;
}

.filters-panel-menu-item.filters-panel-menu-date {
    margin-left: 20px;
    cursor: default;
}

.filters-panel-menu-item.filters-panel-menu-search + .filters-panel-menu-item {
    margin-left: 40px;
}

.filters-button.filters-button-search .filters-button-icon {
    background: transparent;
}

.filters-button:hover .filters-button-icon {
    background: #f8f8f8;
}

.filters-button:hover .filters-button-icon .fa {
    color: #26a5b9;
}

.filters-button-icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(248, 248, 248, 0.5);
    border-radius: 5px;
    font-size: 21px;
    text-align: center;
    transition: all .3s;
}

.filters-button-icon .fa {
    color: #fff;
    transition: color .3s, background .3s;
}

.filters-button-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.filters-panel-date {
    font-weight: 500;
    font-size: 16px;
}

.filters-select .select-text:-ms-input-placeholder {
    color: #fff;
}

.filters-select .select-text::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.filters-select .select-text::-webkit-input-placeholder {
    color: #fff;
}

.filters-select .select-text::placeholder {
    color: #fff;
}

.filters-form .select-text:-ms-input-placeholder {
    color: #696969;
}

.filters-form .select-text::-moz-placeholder {
    opacity: 1;
    color: #696969;
}

.filters-form .select-text::-webkit-input-placeholder {
    color: #696969;
}

.filters-form .select-text::placeholder {
    color: #696969;
}

.filters-search {
    display: none;
    background: #eee;
    border-bottom: 1px dashed #c0c0c0;
    padding: 30px 0 20px;
    text-align: center;
}

.filters-search .container {
    position: relative;
}

.filters-search-close {
    position: absolute;
    top: 0;
    right: 23px;
    font-size: 24px;
    color: #9f9f9f;
    transition: all .3s;
    line-height: 1;
}

.filters-search-close:hover {
    color: #404040;
}

.filters-search-left {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.filters-search-right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 30px;
}

.filters-form-field {
    position: relative;
    margin-top: 20px;
}

.filters-form-field:first-child {
    margin-top: 0;
}

.filters-form {
    width: 250px;
}

.filters-form .select-text {
    background: #f8f8f8;
    color: #696969;
}

.filters-form-label {
    display: block;
    font-size: 12px;
    color: #696969;
}

.filters-form-group {
    position: relative;
}

.filters-form-group:after {
    content: "";
    display: table;
    clear: both;
}

.filters-form-group .filters-form-el {
    float: left;
    width: 120px;
}

.filters-form-group .filters-form-el + .filters-form-el {
    float: right;
}

.filters-date-sep {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    line-height: 44px;
    width: 10px;
    text-align: center;
}

.filters-search-action {
    margin-top: 20px;
    text-align: center;
}

.filters-search-action:after {
    content: "";
    display: table;
    clear: both;
}

.filters-search-action .button {
    float: right;
    width: 49%;
    margin-left: 10px;
}

.filters-search-action .button:first-child {
    float: left;
    margin-left: 0;
}

.filters-form-date {
    position: relative;
}

.filters-form-date input:disabled {
    background: #f8f8f8;
    border-color: #f8f8f8;
    color: #ababab;
    user-select: none;
    cursor: default;
}

.filters-form-date .input-date-mobile {
    display: none;
}

@media (max-width: 1265px) {
    .filters-panel-menu-item.filters-panel-menu-date {
        display: none;
    }

    .filters-panel-menu-item.filters-panel-menu-search + .filters-panel-menu-item {
        margin-left: 20px;
    }
}

@media (max-width: 1160px) {
    .filters-search-left, .filters-search-right {
        float: none;
    }

    .filters-search-right {
        display: block;
        margin: 20px 0 0;
        text-align: center;
    }

    .filters-search-calendars {
        display: inline-block;
    }

    .filters-search-action {
        max-width: 770px;
        margin-left: auto;
        margin-right: auto;
    }

    .filters-search-left {
        display: block;
        max-width: 345px;
        margin: 0 auto;
    }

    .filters-form {
        width: auto;
    }

    .filters-form-group .filters-form-el {
        width: 46%;
    }
}

@media (max-width: 1060px) {
    .filters-panel-menu-button {
        display: none;
    }

    .filters-search-action {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }

    .filters-search-action .button {
        display: block;
        width: 100%;
        float: none !important;
        margin: 10px auto 0;
    }

    .filters-search-action .button.button-map {
        display: none;
    }
}

@media (max-width: 940px) {
    .filters-panel-left {
        display: none;
    }

    .filters-panel-menu {
        display: block;
    }

    .filters-panel-right {
        float: none;
        text-align: center;
    }

    .filters-panel-menu-search {
        display: block;
    }

    .filters-panel-menu-search .filters-button-text {
        font-size: 16px;
        font-weight: 500;
    }

    .filters-panel-menu-search .filters-button-text br {
        display: none;
    }

    .filters-button-search {
        display: block;
    }
}

@media (max-width: 920px) {
    .filters-search-calendars .calendar {
        float: none;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .filters-search-close {
        top: -20px;
    }

    .filters-search-action {
        max-width: 345px;
    }
}

.form-scrollto-calendar {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.calendar-container {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.calendar-container:after {
    content: "";
    display: table;
    clear: both;
}

.calendar {
    float: left;
    width: 50%;
    max-width: 370px;
    margin-left: 10px;
}

.calendar:first-child {
    margin-left: 0;
}

.calendar tr:first-child td {
    border-top: 0;
}

.calendar td {
    position: relative;
    width: 53px;
    height: 53px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 1px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.calendar td:first-child {
    border-left: 0;
}

.calendar td.calendar-event {
    background: #ffbb63;
    transition: all .3s;
}

.calendar td.calendar-event:hover {
    background: #ffa530;
}

.calendar td.calendar-off {
    background: #fff;
    color: #b5b5b5;
}

.calendar td.calendar-in-range, .calendar td.calendar-event.calendar-in-range, .calendar td.calendar-off.calendar-in-range {
    background: #f4f4f4;
}

.calendar td.calendar-in-range .calendar-event-link, .calendar td.calendar-event.calendar-in-range .calendar-event-link, .calendar td.calendar-off.calendar-in-range .calendar-event-link {
    color: #b5b5b5;
}

.calendar td.calendar-today, .calendar td.calendar-start, .calendar td.calendar-end {
    background: #d9d9d9;
}

.calendar-month {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    cursor: default;
}

.calendar-event-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    line-height: 1;
    font-size: 11px;
    color: #696969;
    text-decoration: none;
}

.calendar-event-link span {
    position: absolute;
    top: 7px;
    right: 7px;
}

.calendar-event-link:hover {
    text-decoration: underline;
    color: #696969;
}

.calendar-prev, .calendar-next {
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.calendar-prev.is-disabled, .calendar-next.is-disabled {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.calendar-next {
    text-align: right;
}

.ui-datepicker {
    width: 100% !important;
}

.ui-datepicker:after {
    content: "";
    display: table;
    clear: both;
}

.ui-datepicker-group {
    float: left;
    width: 50%;
    max-width: 370px;
    padding-left: 10px;
    box-sizing: border-box;
}

.ui-datepicker-group:first-child {
    padding-left: 0;
}

@media (max-width: 640px) {
    .ui-datepicker-group {
        float: none;
        width: 100%;
    }
}

.ui-datepicker-header {
    position: relative;
}

.ui-datepicker-title {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0;
    color: #333;
    text-align: center;
    cursor: default;
}

.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
    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;
    transform: translate(0, 0);
    position: absolute;
    top: 50%;
    margin-top: -18px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.ui-icon-circle-triangle-w {
    left: 0;
}

.ui-icon-circle-triangle-w:before {
    content: "\f104";
}

.ui-icon-circle-triangle-e {
    right: 0;
}

.ui-icon-circle-triangle-e:before {
    content: "\f105";
}

.ui-datepicker thead {
    display: none;
}

.ui-datepicker tr:first-child td {
    border-top: 0;
}

.ui-datepicker td {
    text-align: center;
    width: 53px;
    border: 1px solid #e8e8e8;
    border-width: 1px 0 0 1px;
}

.ui-datepicker td:first-child {
    border-left: 0;
}

.ui-datepicker-today, .ui-datepicker-today .ui-state-default.ui-state-active {
    background: #ffbb63;
    transition: all .3s;
}

.ui-datepicker-today:hover, .ui-datepicker-today .ui-state-default.ui-state-active:hover {
    background: #ffa530;
}

.ui-state-default {
    position: relative;
    display: block;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.ui-state-default:hover {
    color: #333;
}

.ui-datepicker-other-month .ui-state-default {
    cursor: default;
    color: #b5b5b5;
}

.ui-datepicker-current-day {
    background: #f4f4f4 !important;
}

.date-range-selected {
    background: #f4f4f4 !important;
}

.map {
    position: relative;
    min-height: 500px;
    width: 100%;
}

.map-container .container {
    position: relative;
}

.map-popup {
    position: absolute;
    top: 40px;
    left: 40px;
    background: #f8f8f8;
    z-index: 1;
    padding: 0 10px 10px;
    width: 318px;
    box-sizing: border-box;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.map-popup:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    background: url('../img/icons-sa53b0e92a7.png') 0 -166px no-repeat;
    width: 34px;
    height: 31px;
}

.map-popup .card {
    width: 275px;
    margin: 1px;
    position: relative;
}

.map-popup .card:hover {
    box-shadow: none;
    border-color: #d8d8d8;
}

.map-slider {
    position: relative;
    margin-top: -2px;
    overflow: hidden;
    padding-bottom: 50px;
    display: none;
}

.map-slider.slick-initialized {
    display: block;
}

.map-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.map-slider .slick-prev, .map-slider .slick-next {
    position: absolute;
    bottom: 10px;
    background: transparent;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
}

.map-slider .slick-prev {
    left: 10px;
    background: url('../img/icons-sa53b0e92a7.png') 0 -435px no-repeat;
    width: 13px;
    height: 23px;
}

.map-slider .slick-next {
    right: 10px;
    background: url('../img/icons-sa53b0e92a7.png') 0 -383px no-repeat;
    width: 13px;
    height: 23px;
}

.map-slide {
    float: left;
    padding: 10px 0 0;
}

.page {
    padding-top: 50px;
    padding-bottom: 40px;
}

.page.page-hentry .page-head {
    text-align: left;
}

.page.page-hentry .page-head .title {
    text-align: left;
    padding-right: 240px;
}

.page.page-hentry .content h2 {
    text-align: left;
}

.page.page-reg {
    padding-top: 50px !important;
}

.page.page-reg .page-inner {
    padding-top: 25px;
}

.page-head {
    margin-bottom: 20px;
    text-align: center;
}

.page-head .title {
    margin-bottom: 0;
}

.page-head .container {
    position: relative;
}

.page-head .back {
    margin-top: 8px;
    float: right;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: bold;
}

.page-data {
    font-size: 12px;
    font-weight: 500;
    color: #7f7f7f;
}

.layout:after {
    content: "";
    display: table;
    clear: both;
}

.layout.has-sidebar .col1 {
    float: left;
    margin-right: 320px;
    max-width: 912px;
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
}

.layout.has-sidebar .col2 {
    float: right;
    width: 300px;
    margin-left: -300px;
    box-sizing: border-box;
    min-height: 1px;
}

@media (max-width: 1024px) {
    .page {
        padding-top: 25px;
    }
}

@media (max-width: 980px) {
    .layout.has-sidebar .col1, .layout.has-sidebar .col2 {
        float: none;
    }

    .layout.has-sidebar .col1 {
        margin-right: 0;
        width: 100%;
    }

    .layout.has-sidebar .col2 {
        margin: 40px auto 0;
    }

    .page-head .back {
        display: inline-block;
        float: none;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .page.page-hentry .page-head .title {
        padding-right: 0;
    }
}

.content {
    font-size: 14px;
}

.content p {
    margin: 15px 0;
}

.content h1, .content h2, .content h3 {
    line-height: 1.1;
}

.content h1, .content h2 {
    text-align: center;
}

.content ul li {
    margin: 5px 0;
    padding-left: 35px;
    position: relative;
}

.content ul li:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 6px;
    background: url('../img/icons-sa53b0e92a7.png') 0 -416px no-repeat;
    width: 9px;
    height: 9px;
}

.partners {
    border-top: 1px dashed #c0c0c0;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 40px;
}

.partners h2 {
    text-align: center;
}

.partners-list {
    text-align: center;
    margin: 0 20px;
}

.partners-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 40px 20px 40px;
}

.partners-list li:before {
    content: none;
}

.partners-list img {
    display: block;
}

h1 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

h2 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 20px;
}

h3 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.sidebar {
    background: #fff;
    border: 1px solid #d8d8d8;
}

.sidebar-item {
    font-size: 15px;
    padding: 15px 20px;
    border-top: 1px solid #e8e8e8;
}

.sidebar-item.sidebar-item-date, .sidebar-item.sidebar-item-time {
    border: 0;
    padding: 20px 20px;
}

.sidebar-item.sidebar-item-date .sidebar-title, .sidebar-item.sidebar-item-time .sidebar-title {
    font-size: 16px;
    color: #333;
}

.sidebar-item.sidebar-item-date {
    background: #ffbe30;
    margin: -1px -1px 0 -1px;
}

.sidebar-item.sidebar-item-time {
    background: #eee;
}

.sidebar-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
}

.sidebar-label {
    font-size: 13px;
    color: #616161;
    line-height: 1;
    margin-bottom: 5px;
}

.sidebar-calendar {
    font-weight: 500;
}

.sidebar-share {
    font-size: 0;
}

.sidebar-share a {
    margin-right: 6px;
}

.slider {
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
}

.slider .slick-prev, .slider .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-indent: -9999px;
    overflow: hidden;
    transition: all .3s;
}

.slider .slick-prev {
    left: -10px;
    background: url('../img/icons-sa53b0e92a7.png') 0 -323px no-repeat;
    width: 50px;
    height: 50px;
}

.slider .slick-prev:hover {
    left: 0;
}

.slider .slick-next {
    right: -10px;
    background: url('../img/icons-sa53b0e92a7.png') 0 -263px no-repeat;
    width: 50px;
    height: 50px;
}

.slider .slick-next:hover {
    right: 0;
}

.slider-list {
    position: relative;
}

.slider-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.info {
    margin-bottom: 25px;
    padding: 15px 30px;
    background: #ffbe30;
    font-size: 14px;
    font-weight: 500;
}

.info.info-mod {
    background: #27a5b9;
    color: #fff;
}

.data .container:after {
    content: "";
    display: table;
    clear: both;
}

.data-registr {
    text-align: center;
}

.data-col1, .data-col2 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.data-wrapper {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 60px 50px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.data-info {
    font-size: 13px;
    color: #616161;
    margin-bottom: 15px;
}

.data-field {
    margin-top: 10px;
}

.data-field.data-group:after {
    content: "";
    display: table;
    clear: both;
}

.data-field.data-group .data-el {
    float: left;
    width: 49%;
}

.data-field.data-group .data-el + .data-el {
    float: right;
}

.data-el.is-error {
    position: relative;
}

.data-el.is-error .input {
    border-color: #ff6f64;
}

.data-el.is-error .error-message {
    display: block;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #ff6f64;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 11px;
    line-height: 1;
}

.data-el.is-error .error-message:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ff6f64 transparent;
}

.error-message {
    display: none;
}

.data-action {
    margin-top: 37px;
}

.data-action .button {
    width: 100%;
}

.data-sign {
    width: 380px;
}

.data-sign .data-action {
    margin-top: 10px;
}

.data-sign .data-check {
    margin-top: 20px;
    margin-bottom: 50px;
}

.data-sign-head {
    text-align: center;
}

.data-sign-head .title {
    line-height: 1.1;
}

.data-reg {
    margin-top: 94px;
    margin-left: 65px;
    width: 515px;
}

.data-check {
    margin-top: 15px;
}

.data-pass {
    font-size: 13px;
}

.checkbox {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.checkbox input:checked + .checkbox-icon {
    border-color: #27a5b9;
    background: #27a5b9;
}

.checkbox input:checked + .checkbox-icon .fa {
    display: block;
}

.checkbox-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
}

.checkbox-icon .fa {
    display: none;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.infoblock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    font-size: 13px;
    font-weight: 500;
    color: #404040;
    background: #ffbe30;
    padding: 15px 0;
}

.infoblock .container {
    position: relative;
}

.infoblock.is-sticky {
    position: fixed;
}

.infoblock-inner {
    margin: 0 25px;
}

.infoblock-close {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
    cursor: pointer;
    font-size: 17px;
    color: #727272;
    transition: all .3s;
}

.infoblock-close:hover, .infoblock-close:focus {
    color: #595959;
}

@media (max-width: 1000px) {
    .data-col2 {
        display: block;
    }

    .data-reg {
        margin-left: 0;
        margin: 40px auto 0;
        max-width: 515px;
    }
}

@media (max-width: 740px) {
    .data-wrapper {
        padding: 30px 20px 30px;
    }

    .data-reg {
        max-width: 380px;
        width: 100%;
    }

    .data-reg .data-field {
        margin-top: 0;
    }

    .data-reg .data-field.data-group:after {
        content: "";
        display: table;
        clear: both;
    }

    .data-reg .data-field.data-group .data-el {
        margin-top: 10px;
        font-weight: normal;
        width: 100%;
    }

    .data-reg .data-field.data-group .data-el + .data-el {
        font-weight: normal;
    }

    .data-col1 {
        display: block;
    }

    .data-info {
        text-align: center;
    }

    .data-sign {
        margin: 0 auto;
        width: 100%;
        max-width: 380px;
    }
}

@media (max-width: 480px) {
    .data-field {
        margin-top: 0;
    }

    .data-field.data-group:after {
        content: "";
        display: table;
        clear: both;
    }

    .data-field.data-group .data-el {
        margin-top: 10px;
        font-weight: normal;
        width: 100%;
    }

    .data-field.data-group .data-el + .data-el {
        font-weight: normal;
    }

    .data-action {
        margin-top: 20px;
    }

    .data-sign .data-el {
        margin-top: 10px;
        font-weight: normal;
        width: 100%;
    }
}

.cabinet .card {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.cabinet .card:hover {
    border: 1px solid #d8d8d8;
    box-shadow: none;
}

.cabinet .card:hover .card-title {
    color: #404040;
}

.cabinet .card-media {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 280px;
}

.cabinet .card-picture {
    margin-bottom: 0;
}

.cabinet .card-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.cabinet .card-title {
    margin-top: 0;
}

.cabinet .card-description {
    margin-bottom: 15px;
}

.cabinet-item {
    position: relative;
    padding-right: 55px;
    margin-bottom: 20px;
}

.cabinet-item.is-disabled .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
    opacity: .5;
}

.card-tools {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 56px;
    background: #27a5b9;
    z-index: 2;
}

.card-tools-list {
    display: table;
    width: 100%;
    height: 100%;
}

.card-tools-item {
    position: relative;
    display: table-row;
    height: 25%;
}

.card-tools-item .card-tools-link {
    border-top: 1px solid #65becc;
}

.card-tools-item:first-child .card-tools-link {
    border: 0;
}

.card-tools-item.is-disabled .card-tools-link {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.card-tools-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.card-tools-link .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 22px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 740px) {
    .cabinet .cabinet-item {
        width: 297px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        padding-bottom: 55px;
    }

    .cabinet .card {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .cabinet .card-media, .cabinet .card-info {
        display: block;
    }

    .cabinet .card-media {
        width: auto;
    }

    .cabinet .card-info {
        padding-left: 0;
    }

    .cabinet .card-picture {
        margin-bottom: 15px;
    }

    .cabinet .card-tools {
        top: auto;
        left: 0;
        height: 56px;
        width: 100%;
    }

    .cabinet .card-tools-item {
        display: table-cell;
        width: 25%;
        height: 100%;
    }

    .cabinet .card-tools-item .card-tools-link {
        border-top: 0;
        border-left: 1px solid #65becc;
    }

    .cabinet .card-tools-item .card-tools-link:before, .cabinet .card-tools-item .card-tools-link:after {
        display: none;
    }

    .cabinet .card-tools-item:first-child .card-tools-link {
        border: 0;
    }
}

.addevent.addevent-photoload .addevent-section {
    padding: 0;
}

.addevent.addevent-photoload .addevent-footer {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
}

.addevent-section {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 50px 60px 0;
    box-sizing: border-box;
}

.addevent-footer {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.addevent-footer .button {
    min-width: 254px;
}

.addevent-field {
    margin-top: 20px;
}

.addevent-field:after {
    content: "";
    display: table;
    clear: both;
}

.addevent-field:first-child {
    margin-top: 0;
}

.addevent-field.addevent-field-group .addevent-col {
    float: right;
    width: 49%;
}

.addevent-field.addevent-field-group .addevent-col:first-child {
    float: left;
}

.addevent-label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #616161;
}

.addevent-date {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 115px;
}

.addevent-date .input_date {
    padding-left: 15px;
    padding-right: 15px;
}

.addevent-date .input_date_mob {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    z-index: 1;
    width: 100%;
    height: 44px;
    line-height: 16px;
    border-radius: 5px;
    padding: 12px 15px 12px 15px;
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #d6d6d6;
    color: #696969;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.addevent-time {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    margin-left: 5px;
}

.addevent-time .input_time {
    padding-left: 15px;
    padding-right: 15px;
    height: 44px;
}

.addevent-map {
    position: relative;
    height: 200px;
    border-radius: 5px;
}

.textarea {
    display: block;
    width: 100%;
    border: 2px solid #d6d6d6;
    padding: 12px 15px 12px 15px;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    height: 200px;
    line-height: normal;
    border-radius: 5px;
    resize: none;
}

.addevent-row {
    border-top: 1px solid #e8e8e8;
    padding: 30px;
}

.addevent-row:first-child {
    border: 0;
    padding: 30px;
}

.addevent-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.1;
}

.addevent-subtitle {
    font-size: 13px;
    margin-bottom: 20px;
}

.addevent-photo {
    margin-left: auto;
    margin-right: auto;
}

.addevent-photo:hover .addevent-photo-upload-cover .fa, .addevent-photo:hover .addevent-photo-upload-cover .addevent-photo-upload-text {
    color: #26a5b9;
}

.addevent-photo-upload {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0.7;
    transition: opacity 100ms linear;
    -webkit-transition: opacity 100ms liner;
}

.addevent-photo-upload input {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 100%;
    cursor: pointer !important;
    padding: 0;
    margin: 0;
    transform: translate(-136px, 0) scale(4);
    -webkit-transform: translate(-136px, 0) scale(4);
}

.addevent-photo-upload-cover {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
}

.addevent-photo-upload-cover .fa {
    font-size: 102px;
    color: #d8d8d8;
    line-height: 1;
    transition: color .3s linear;
}

.addevent-photo-upload-text {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #404040;
    transition: color .3s linear;
}

.addevent-photo-holder {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 200px;
    line-height: 197px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    background: #f8f8f8;
}

.addevent-photo-holder .addevent-photo-img {
    position: relative;
    z-index: 1;
    background: #f8f8f8;
    display: inline-block !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.addevent-photo-holder .addevent-photo-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    line-height: 1;
    font-size: 70px;
    color: #333;
}

.addevent-photo-label {
    display: block;
    font-size: 13px;
    color: #616161;
    margin-top: 12px;
    margin-bottom: 3px;
}

.addevent-photo-cols {
    text-align: justify;
    font-size: 0;
    margin-top: -30px;
}

.addevent-photo-cols:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.addevent-photo-col {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    max-width: 280px;
}

.addevent-photo-delete {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background: transparent;
    transition: background 300ms linear, opacity 300ms linear;
    -webkit-transition: background 300ms linear, opacity 300ms liner;
}

.addevent-photo-delete .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    font-size: 36px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.addevent-photo-delete:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}

.addevent-back {
    position: absolute;
    top: 12px;
    left: 0;
    padding: 11px 0;
    line-height: 16px;
    font-size: 13px;
}

.addevent-back a {
    color: #878787;
    transition: color .3s;
}

.addevent-back:hover a {
    color: #404040;
}

@media (max-width: 1024px) {
    .addevent-date .input_date {
        opacity: 0;
    }

    .addevent-date .input_date_mob {
        display: block;
        opacity: 1;
    }
}

@media (max-width: 680px) {
    .addevent-back {
        position: relative;
        left: auto;
        top: auto;
    }

    .addevent-field.addevent-field-group .addevent-col {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .addevent-field.addevent-field-group .addevent-col:first-child {
        float: none;
        margin-top: 0;
    }

    .addevent-section {
        padding: 20px 20px 0;
    }

    .addevent-photo-col {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .addevent-photo-cols {
        margin-top: 0;
    }

    .addevent-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .addevent.addevent-photoload .addevent-footer {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 30px;
    }

    .addevent-photo-holder {
        width: auto;
        max-width: 280px;
    }
}

.bootstrap-tagsinput {
    cursor: text;
    display: inline-block;
    vertical-align: middle;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 7px;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    font: 500 16px/17px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #404040;
    background: #fff;
    transition: color .3s, border .3s;
}

.bootstrap-tagsinput:-ms-input-placeholder {
    color: #696969;
}

.bootstrap-tagsinput::-moz-placeholder {
    opacity: 1;
    color: #696969;
}

.bootstrap-tagsinput::-webkit-input-placeholder {
    color: #696969;
}

.bootstrap-tagsinput::placeholder {
    color: #696969;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: auto !important;
    max-width: inherit;
    height: 25px;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    display: inline-block;
    line-height: 15px;
    padding: 4px 10px 6px;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: lowercase;
    background: #acacac;
    transition: all .3s;
    margin: 2px 2px 2px 0;
}

.bootstrap-tagsinput .tag:hover {
    color: #fff;
    background: #26a5b9;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.tt-suggestion {
    padding: 5px 15px;
    cursor: pointer;
    text-transform: lowercase;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #fff;
    background: #26a5b9;
}

.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    text-transform: lowercase;
    margin-top: -2px;
    line-height: 19px;
    height: 25px;
    padding: 3px 0;
    box-sizing: border-box;
}

.twitter-typeahead .tt-input {
    color: #404040;
}

.twitter-typeahead .tt-hint {
    color: #bfbfbf;
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dots li button {
    background: #b8b8b8;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

.slick-dots li.slick-active button {
    background: #27a5b9;
}

.step2 {
    display: none;
}

.error-field {
    text-align: center;
    color: red;
}

.addevent-controls.is-error {
    position: relative;
}

.addevent-controls.is-error .input {
    border-color: #ff6f64;
}

.addevent-date.is-error input {
    border-color: #ff6f64;
}

.js-select.is-error input {
    border-color: #ff6f64;
}

.addevent-controls.is-error .textarea {
    border-color: #ff6f64;
}

.addevent-controls.is-error .error-message {
    display: block;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #ff6f64;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 11px;
    line-height: 1;
}

.addevent-controls.is-error .error-message:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ff6f64 transparent;
}

.loadmore-button {
    display: none;
}

.loadmore-button.is-active {
    display: block;
}

.tags_container {
    display: none;
}

.banner {
    display: none;
}

.banner.is-active {
    display: block;
}