/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url(https://fonts.googleapis.com/css?family=Poiret+One&subset=latin,cyrillic);

@font-face {
    font-family: FontAwesome;
    src: url(/templates/fonts/fontawesome-webfont.eot);
    src: url(/templates/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(/templates/fonts/fontawesome-webfont.woff2) format("woff2"), url(/templates/fonts/fontawesome-webfont.woff) format("woff"), url(/templates/fonts/fontawesome-webfont.ttf) format("truetype"), url(/templates/fonts/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: a 2s infinite linear;
    animation: a 2s infinite linear
}

.fa-pulse {
    -webkit-animation: a 1s infinite steps(8);
    animation: a 1s infinite steps(8)
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won: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-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-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.hidden, [hidden] {
    display: none !important
}

.pure-img {
    max-width: 100%;
    height: auto;
    display: block
}

.pure-g {
    letter-spacing: -.31em;
    *letter-spacing: normal;
    *word-spacing: -.43em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, Droid Sans, Helvetica, Arial, sans-serif;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.opera-only :-o-prefocus, .pure-g {
    word-spacing: -.43em
}

.pure-u {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-g [class*=pure-u] {
    font-family: sans-serif
}

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-1-4, .pure-u-1-5, .pure-u-1-6, .pure-u-1-8, .pure-u-1-12, .pure-u-1-24, .pure-u-2-3, .pure-u-2-5, .pure-u-2-24, .pure-u-3-4, .pure-u-3-5, .pure-u-3-8, .pure-u-3-24, .pure-u-4-5, .pure-u-4-24, .pure-u-5-5, .pure-u-5-6, .pure-u-5-8, .pure-u-5-12, .pure-u-5-24, .pure-u-6-24, .pure-u-7-8, .pure-u-7-12, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-12, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%
}

.pure-u-1-12, .pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%
}

.pure-u-1-8, .pure-u-3-24 {
    width: 12.5%;
    *width: 12.469%
}

.pure-u-1-6, .pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.969%
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%
}

.pure-u-1-4, .pure-u-6-24 {
    width: 25%;
    *width: 24.969%
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%
}

.pure-u-1-3, .pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%
}

.pure-u-3-8, .pure-u-9-24 {
    width: 37.5%;
    *width: 37.469%
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.969%
}

.pure-u-5-12, .pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%
}

.pure-u-1-2, .pure-u-12-24 {
    width: 50%;
    *width: 49.969%
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%
}

.pure-u-7-12, .pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.969%
}

.pure-u-5-8, .pure-u-15-24 {
    width: 62.5%;
    *width: 62.469%
}

.pure-u-2-3, .pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%
}

.pure-u-3-4, .pure-u-18-24 {
    width: 75%;
    *width: 74.969%
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.969%
}

.pure-u-5-6, .pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%
}

.pure-u-7-8, .pure-u-21-24 {
    width: 87.5%;
    *width: 87.469%
}

.pure-u-11-12, .pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
    width: 100%
}

.pure-button {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: #444;
    color: rgba(0, 0, 0, .8);
    border: 1px solid #999;
    border: 0 transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px
}

.pure-button-hover, .pure-button:focus, .pure-button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#1a000000", GradientType=0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.pure-button:focus {
    outline: 0
}

.pure-button-active, .pure-button:active {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), inset 0 0 6px rgba(0, 0, 0, .2);
    border-color: #000 \9
}

.pure-button-disabled, .pure-button-disabled:active, .pure-button-disabled:focus, .pure-button-disabled:hover, .pure-button[disabled] {
    border: 0;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=40);
    -khtml-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pure-button-hidden {
    display: none
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #0078e7;
    color: #fff
}

.pure-form input[type=color], .pure-form input[type=date], .pure-form input[type=datetime-local], .pure-form input[type=datetime], .pure-form input[type=email], .pure-form input[type=month], .pure-form input[type=number], .pure-form input[type=password], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=text], .pure-form input[type=time], .pure-form input[type=url], .pure-form input[type=week], .pure-form select, .pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-form input:not([type]) {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-form input[type=color] {
    padding: .2em .5em
}

.pure-form input:not([type]):focus, .pure-form input[type=color]:focus, .pure-form input[type=date]:focus, .pure-form input[type=datetime-local]:focus, .pure-form input[type=datetime]:focus, .pure-form input[type=email]:focus, .pure-form input[type=month]:focus, .pure-form input[type=number]:focus, .pure-form input[type=password]:focus, .pure-form input[type=search]:focus, .pure-form input[type=tel]:focus, .pure-form input[type=text]:focus, .pure-form input[type=time]:focus, .pure-form input[type=url]:focus, .pure-form input[type=week]:focus, .pure-form select:focus, .pure-form textarea:focus {
    outline: 0;
    border-color: #129fea
}

.pure-form input[type=checkbox]:focus, .pure-form input[type=file]:focus, .pure-form input[type=radio]:focus {
    outline: thin solid #129fea;
    outline: 1px auto #129fea
}

.pure-form .pure-checkbox, .pure-form .pure-radio {
    margin: .5em 0;
    display: block
}

.pure-form input:not([type])[disabled], .pure-form input[type=color][disabled], .pure-form input[type=date][disabled], .pure-form input[type=datetime-local][disabled], .pure-form input[type=datetime][disabled], .pure-form input[type=email][disabled], .pure-form input[type=month][disabled], .pure-form input[type=number][disabled], .pure-form input[type=password][disabled], .pure-form input[type=search][disabled], .pure-form input[type=tel][disabled], .pure-form input[type=text][disabled], .pure-form input[type=time][disabled], .pure-form input[type=url][disabled], .pure-form input[type=week][disabled], .pure-form select[disabled], .pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3
}

.pure-form input[readonly], .pure-form select[readonly], .pure-form textarea[readonly] {
    background-color: #eee;
    color: #777;
    border-color: #ccc
}

.pure-form input:focus:invalid, .pure-form select:focus:invalid, .pure-form textarea:focus:invalid {
    color: #b94a48;
    border-color: #e9322d
}

.pure-form input[type=checkbox]:focus:invalid:focus, .pure-form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus {
    outline-color: #e9322d
}

.pure-form select {
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: #fff
}

.pure-form select[multiple] {
    height: auto
}

.pure-form label {
    margin: .5em 0 .2em
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

.pure-form-stacked input:not([type]), .pure-form-stacked input[type=color], .pure-form-stacked input[type=date], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=email], .pure-form-stacked input[type=file], .pure-form-stacked input[type=month], .pure-form-stacked input[type=number], .pure-form-stacked input[type=password], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=text], .pure-form-stacked input[type=time], .pure-form-stacked input[type=url], .pure-form-stacked input[type=week], .pure-form-stacked label, .pure-form-stacked select, .pure-form-stacked textarea {
    display: block;
    margin: .25em 0
}

.pure-form-aligned .pure-help-inline, .pure-form-aligned input, .pure-form-aligned select, .pure-form-aligned textarea, .pure-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}

.pure-form-aligned textarea {
    vertical-align: top
}

.pure-form-aligned .pure-control-group {
    margin-bottom: .5em
}

.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em
}

.pure-form .pure-input-rounded, .pure-form input.pure-input-rounded {
    border-radius: 2em;
    padding: .5em 1em
}

.pure-form .pure-group fieldset {
    margin-bottom: 10px
}

.pure-form .pure-group input, .pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px
}

.pure-form .pure-group input:focus, .pure-form .pure-group textarea:focus {
    z-index: 3
}

.pure-form .pure-group input:first-child, .pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0
}

.pure-form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0
}

.pure-form .pure-group input:last-child, .pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0
}

.pure-form .pure-group button {
    margin: .35em 0
}

.pure-form .pure-input-1 {
    width: 100%
}

.pure-form .pure-input-2-3 {
    width: 66%
}

.pure-form .pure-input-1-2 {
    width: 50%
}

.pure-form .pure-input-1-3 {
    width: 33%
}

.pure-form .pure-input-1-4 {
    width: 25%
}

.pure-form-message-inline, .pure-form .pure-help-inline {
    display: inline-block;
    padding-left: .3em;
    color: #666;
    vertical-align: middle;
    font-size: .875em
}

.pure-form-message {
    display: block;
    color: #666;
    font-size: .875em
}

@media only screen and (max-width: 480px) {
    .pure-form button[type=submit] {
        margin: .7em 0 0
    }

    .pure-form input:not([type]), .pure-form input[type=color], .pure-form input[type=date], .pure-form input[type=datetime-local], .pure-form input[type=datetime], .pure-form input[type=email], .pure-form input[type=month], .pure-form input[type=number], .pure-form input[type=password], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=text], .pure-form input[type=time], .pure-form input[type=url], .pure-form input[type=week], .pure-form label {
        margin-bottom: .3em;
        display: block
    }

    .pure-group input:not([type]), .pure-group input[type=color], .pure-group input[type=date], .pure-group input[type=datetime-local], .pure-group input[type=datetime], .pure-group input[type=email], .pure-group input[type=month], .pure-group input[type=number], .pure-group input[type=password], .pure-group input[type=search], .pure-group input[type=tel], .pure-group input[type=text], .pure-group input[type=time], .pure-group input[type=url], .pure-group input[type=week] {
        margin-bottom: 0
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: .3em;
        text-align: left;
        display: block;
        width: 100%
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0
    }

    .pure-form-message, .pure-form-message-inline, .pure-form .pure-help-inline {
        display: block;
        font-size: .75em;
        padding: .2em 0 .8em
    }
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table td, .pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table td:first-child, .pure-table th:first-child {
    border-left-width: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td, .pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody > tr:last-child > td {
    border-bottom-width: 0
}

.pure-table-horizontal td, .pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
    .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-1-4, .pure-u-sm-1-5, .pure-u-sm-1-6, .pure-u-sm-1-8, .pure-u-sm-1-12, .pure-u-sm-1-24, .pure-u-sm-2-3, .pure-u-sm-2-5, .pure-u-sm-2-24, .pure-u-sm-3-4, .pure-u-sm-3-5, .pure-u-sm-3-8, .pure-u-sm-3-24, .pure-u-sm-4-5, .pure-u-sm-4-24, .pure-u-sm-5-5, .pure-u-sm-5-6, .pure-u-sm-5-8, .pure-u-sm-5-12, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-8, .pure-u-sm-7-12, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-12, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-sm-1-12, .pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-sm-1-8, .pure-u-sm-3-24 {
        width: 12.5%;
        *width: 12.469%
    }

    .pure-u-sm-1-6, .pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-sm-1-5 {
        width: 20%;
        *width: 19.969%
    }

    .pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-sm-1-4, .pure-u-sm-6-24 {
        width: 25%;
        *width: 24.969%
    }

    .pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-sm-1-3, .pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-sm-3-8, .pure-u-sm-9-24 {
        width: 37.5%;
        *width: 37.469%
    }

    .pure-u-sm-2-5 {
        width: 40%;
        *width: 39.969%
    }

    .pure-u-sm-5-12, .pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-sm-1-2, .pure-u-sm-12-24 {
        width: 50%;
        *width: 49.969%
    }

    .pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-sm-7-12, .pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-sm-3-5 {
        width: 60%;
        *width: 59.969%
    }

    .pure-u-sm-5-8, .pure-u-sm-15-24 {
        width: 62.5%;
        *width: 62.469%
    }

    .pure-u-sm-2-3, .pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-sm-3-4, .pure-u-sm-18-24 {
        width: 75%;
        *width: 74.969%
    }

    .pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-sm-4-5 {
        width: 80%;
        *width: 79.969%
    }

    .pure-u-sm-5-6, .pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-sm-7-8, .pure-u-sm-21-24 {
        width: 87.5%;
        *width: 87.469%
    }

    .pure-u-sm-11-12, .pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 48em) {
    .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-1-4, .pure-u-md-1-5, .pure-u-md-1-6, .pure-u-md-1-8, .pure-u-md-1-12, .pure-u-md-1-24, .pure-u-md-2-3, .pure-u-md-2-5, .pure-u-md-2-24, .pure-u-md-3-4, .pure-u-md-3-5, .pure-u-md-3-8, .pure-u-md-3-24, .pure-u-md-4-5, .pure-u-md-4-24, .pure-u-md-5-5, .pure-u-md-5-6, .pure-u-md-5-8, .pure-u-md-5-12, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-8, .pure-u-md-7-12, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-12, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-md-1-12, .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-md-1-8, .pure-u-md-3-24 {
        width: 12.5%;
        *width: 12.469%
    }

    .pure-u-md-1-6, .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.969%
    }

    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-md-1-4, .pure-u-md-6-24 {
        width: 25%;
        *width: 24.969%
    }

    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-md-1-3, .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-md-3-8, .pure-u-md-9-24 {
        width: 37.5%;
        *width: 37.469%
    }

    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.969%
    }

    .pure-u-md-5-12, .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-md-1-2, .pure-u-md-12-24 {
        width: 50%;
        *width: 49.969%
    }

    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-md-7-12, .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.969%
    }

    .pure-u-md-5-8, .pure-u-md-15-24 {
        width: 62.5%;
        *width: 62.469%
    }

    .pure-u-md-2-3, .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-md-3-4, .pure-u-md-18-24 {
        width: 75%;
        *width: 74.969%
    }

    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.969%
    }

    .pure-u-md-5-6, .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-md-7-8, .pure-u-md-21-24 {
        width: 87.5%;
        *width: 87.469%
    }

    .pure-u-md-11-12, .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-1-4, .pure-u-lg-1-5, .pure-u-lg-1-6, .pure-u-lg-1-8, .pure-u-lg-1-12, .pure-u-lg-1-24, .pure-u-lg-2-3, .pure-u-lg-2-5, .pure-u-lg-2-24, .pure-u-lg-3-4, .pure-u-lg-3-5, .pure-u-lg-3-8, .pure-u-lg-3-24, .pure-u-lg-4-5, .pure-u-lg-4-24, .pure-u-lg-5-5, .pure-u-lg-5-6, .pure-u-lg-5-8, .pure-u-lg-5-12, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-8, .pure-u-lg-7-12, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-12, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-lg-1-12, .pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-lg-1-8, .pure-u-lg-3-24 {
        width: 12.5%;
        *width: 12.469%
    }

    .pure-u-lg-1-6, .pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-lg-1-5 {
        width: 20%;
        *width: 19.969%
    }

    .pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-lg-1-4, .pure-u-lg-6-24 {
        width: 25%;
        *width: 24.969%
    }

    .pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-lg-1-3, .pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-lg-3-8, .pure-u-lg-9-24 {
        width: 37.5%;
        *width: 37.469%
    }

    .pure-u-lg-2-5 {
        width: 40%;
        *width: 39.969%
    }

    .pure-u-lg-5-12, .pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-lg-1-2, .pure-u-lg-12-24 {
        width: 50%;
        *width: 49.969%
    }

    .pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-lg-7-12, .pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-lg-3-5 {
        width: 60%;
        *width: 59.969%
    }

    .pure-u-lg-5-8, .pure-u-lg-15-24 {
        width: 62.5%;
        *width: 62.469%
    }

    .pure-u-lg-2-3, .pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-lg-3-4, .pure-u-lg-18-24 {
        width: 75%;
        *width: 74.969%
    }

    .pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-lg-4-5 {
        width: 80%;
        *width: 79.969%
    }

    .pure-u-lg-5-6, .pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-lg-7-8, .pure-u-lg-21-24 {
        width: 87.5%;
        *width: 87.469%
    }

    .pure-u-lg-11-12, .pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 80em) {
    .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-1-4, .pure-u-xl-1-5, .pure-u-xl-1-6, .pure-u-xl-1-8, .pure-u-xl-1-12, .pure-u-xl-1-24, .pure-u-xl-2-3, .pure-u-xl-2-5, .pure-u-xl-2-24, .pure-u-xl-3-4, .pure-u-xl-3-5, .pure-u-xl-3-8, .pure-u-xl-3-24, .pure-u-xl-4-5, .pure-u-xl-4-24, .pure-u-xl-5-5, .pure-u-xl-5-6, .pure-u-xl-5-8, .pure-u-xl-5-12, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-8, .pure-u-xl-7-12, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-12, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xl-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }

    .pure-u-xl-1-12, .pure-u-xl-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }

    .pure-u-xl-1-8, .pure-u-xl-3-24 {
        width: 12.5%;
        *width: 12.469%
    }

    .pure-u-xl-1-6, .pure-u-xl-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }

    .pure-u-xl-1-5 {
        width: 20%;
        *width: 19.969%
    }

    .pure-u-xl-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }

    .pure-u-xl-1-4, .pure-u-xl-6-24 {
        width: 25%;
        *width: 24.969%
    }

    .pure-u-xl-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }

    .pure-u-xl-1-3, .pure-u-xl-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }

    .pure-u-xl-3-8, .pure-u-xl-9-24 {
        width: 37.5%;
        *width: 37.469%
    }

    .pure-u-xl-2-5 {
        width: 40%;
        *width: 39.969%
    }

    .pure-u-xl-5-12, .pure-u-xl-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }

    .pure-u-xl-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }

    .pure-u-xl-1-2, .pure-u-xl-12-24 {
        width: 50%;
        *width: 49.969%
    }

    .pure-u-xl-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }

    .pure-u-xl-7-12, .pure-u-xl-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }

    .pure-u-xl-3-5 {
        width: 60%;
        *width: 59.969%
    }

    .pure-u-xl-5-8, .pure-u-xl-15-24 {
        width: 62.5%;
        *width: 62.469%
    }

    .pure-u-xl-2-3, .pure-u-xl-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }

    .pure-u-xl-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }

    .pure-u-xl-3-4, .pure-u-xl-18-24 {
        width: 75%;
        *width: 74.969%
    }

    .pure-u-xl-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }

    .pure-u-xl-4-5 {
        width: 80%;
        *width: 79.969%
    }

    .pure-u-xl-5-6, .pure-u-xl-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }

    .pure-u-xl-7-8, .pure-u-xl-21-24 {
        width: 87.5%;
        *width: 87.469%
    }

    .pure-u-xl-11-12, .pure-u-xl-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }

    .pure-u-xl-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }

    .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
        width: 100%
    }
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3
}

.pure-menu-item, .pure-menu-list {
    position: relative
}

.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%
}

.pure-menu-heading, .pure-menu-link {
    display: block;
    text-decoration: none;
    white-space: nowrap
}

.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap
}

.pure-menu-horizontal .pure-menu-list {
    display: inline-block
}

.pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle
}

.pure-menu-item .pure-menu-item {
    display: block
}

.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3
}

.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit
}

.pure-menu-active > .pure-menu-children, .pure-menu-allow-hover:hover > .pure-menu-children {
    display: block;
    position: absolute
}

.pure-menu-has-children > .pure-menu-link:after {
    padding-left: .5em;
    content: "\25B8";
    font-size: small
}

.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
    content: "\25BE"
}

.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden
}

.pure-menu-scrollable .pure-menu-list {
    display: block
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block
}

.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding: .5em 0
}

.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
    display: none
}

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
/*# sourceMappingURL=common.css.map */
*

/
.pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0
}

.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em
}

.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64
}

.pure-menu-link {
    color: #777
}

.pure-menu-children {
    background-color: #fff
}

.pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
    padding: .5em 1em
}

.pure-menu-disabled {
    opacity: .5
}

.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent
}

.pure-menu-active > .pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
    background-color: #eee
}

.pure-menu-selected .pure-menu-link, .pure-menu-selected .pure-menu-link:visited {
    color: #000
}

@font-face {
    font-family: fontello;
    src: url(/templates/fonts/fontello.eot);
    src: url(/templates/fonts/fontello.eot) format("embedded-opentype"), url(/templates/fonts/fontello.woff2) format("woff2"), url(/templates/fonts/fontello.woff) format("woff"), url(/templates/fonts/fontello.ttf) format("truetype"), url(/templates/fonts/fontello.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa-camera-retro:before {
    content: "\e800"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-vk:before {
    content: "\f189"
}

.fa-pdf:before {
    content: "\f1c1"
}

.xdsoft_datetimepicker {
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 2px 8px 8px 0;
    position: absolute;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: 0 0;
    border: none
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: 0 0
}

.xdsoft_noselect::-moz-selection {
    background: 0 0
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover, .xdsoft_datetimepicker .xdsoft_today_button:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #3af;
    -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
    box-shadow: inset 0 1px 3px 0 #178fe5;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
    box-shadow: inset 0 1px 4px 0 #ffb871;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
    box-shadow: inset 0 1px 4px 0 #00dd1c;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #3af;
    -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
    box-shadow: inset 0 1px 3px 0 #178fe5;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    -webkit-box-shadow: #178fe5 0 1px 3px 0 inset !important;
    box-shadow: inset 0 1px 3px 0 #178fe5 !important;
    color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    -webkit-box-shadow: 0 5px 15px -5px hsla(0, 0%, 100%, .506);
    box-shadow: 0 5px 15px -5px hsla(0, 0%, 100%, .506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #c50;
    -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
    box-shadow: inset 0 1px 3px 0 #b03e00;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
    box-shadow: inset 0 1px 4px 0 #ffb871;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
    box-shadow: inset 0 1px 4px 0 #00dd1c;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #c50;
    -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
    box-shadow: inset 0 1px 3px 0 #b03e00;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #000 !important;
    background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: museo-sans, Book Antiqua, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
    background: linear-gradient(180deg, #fff 0, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#f4f8fa", GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:focus span, .xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:hover span {
    color: #454551;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #fff));
    background: linear-gradient(180deg, #f4f8fa 0, #fff 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8fa", endColorstr="#FFF", GradientType=0)
}

.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg, .mfp-container, .mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-container:before, .mfp-figure:after {
    content: ""
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close, .mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.selectric-disabled, .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #bbb;
    text-align: center;
    font: 0/0 a
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none
}

.selectric-hover .selectric, .selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items li, .selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #efefef;
    color: #444
}

.selectric-items li:hover {
    background: #f0f0f0;
    color: #444
}

.selectric-items .disabled {
    cursor: default !important;
    background: 0 0 !important;
    color: #666 !important
}

.selectric-items .disabled, .selectric-items .selectric-group .selectric-group-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    background: 0 0;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

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

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

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

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    top: 0;
    left: 0
}

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

.slick-track:after {
    clear: both
}

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

[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-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body, html {
    background: #64009b
}

h1 a {
    background-image: url(/img/logo.png) !important;
    width: 320px !important;
    height: 100px !important;
    background-size: 280px !important
}

.wp-core-ui .button-primary {
    background: none;
    border: 2px solid #ff009b;
    color: #ff009b;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase
}

.wp-core-ui .button-primary:hover {
    background-color: #ff009b;
    color: #fff;
    border: 2px solid #ff009b
}

.login #backtoblog a, .login #nav a, .login h1 a {
    color: #ff009b;
    border-bottom: 1px solid transparent;
    text-transform: uppercase
}

.login #backtoblog a:hover, .login #nav:hover a {
    color: #fff;
    border-bottom-color: #ff009b;
    text-decoration: none
}

#wp-auth-check-wrap #wp-auth-check {
    background: #64009b
}

#wp-auth-check-wrap .wp-auth-check-close:before {
    color: #ff009b
}

#wp-auth-check-wrap .wp-auth-check-close:hover:before {
    color: #fff
}

.contacts__item {
    display: block
}

.contacts__item--phone {
    font-weight: 700
}

.presentation__text {
    line-height: 1.2
}

.presentation__icon {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27px;
    flex: 0 0 27px;
    width: 27px
}

.presentation__icon img {
    display: block;
    max-width: 100%;
    height: auto
}

.presentation--link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left
}

.presentation--link, .social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.social {
    font-size: 30px
}

.social__link {
    display: block;
    padding: .25em 0;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    border-radius: 1em;
    color: #64009a;
    text-align: center;
    width: 1em;
    height: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ff009b
}

.social__link:first-child {
    margin-left: 0
}

.social__link:last-child {
    margin-right: 0
}

.social__icon {
    display: block;
    color: inherit;
    font-size: .5em
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

html {
    padding: 0;
    margin: 0;
    font: 14px/20px Avenir Next Cyr, Arial, sans-serif;
    color: #000
}

body, html {
    width: 100%;
    height: 100%;
    background: #fff
}

body {
    min-width: 320px;
    position: relative
}

p {
    margin: 0 0 10px
}

@media (min-width: 750px) {
    p {
        margin: 0 0 5px
    }
}

ol, ul {
    list-style: inside;
    padding: 0;
    margin: 0 0 20px;
}

ol li, ul li {
    margin-bottom: 0
}

:focus {
    outline: 0 auto -webkit-focus-ring-color
}

a:focus, a:hover {
    outline: none;
    text-decoration: none
}

::-moz-selection {
    color: #fff;
    background: #ff009b
}

::selection {
    color: #fff;
    background: #ff009b
}

audio, canvas, img, video {
    vertical-align: middle
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    font-family: Poiret One, cursive
}

.upper {
    text-transform: uppercase
}

.h1, h1 {
    font-size: 32px
}

.h2, h2 {
    font-size: 26px
}

.h3, h3 {
    font-size: 20px
}

.h4, h4 {
    font-size: 18px
}

.h4, .h5, h4, h5 {
    margin-bottom: 10px
}

.h5, h5 {
    font-size: 16px
}

.h6, h6 {
    margin-bottom: 10px;
    font-size: 14px
}

@media (min-width: 750px) {
    .h1, h1 {
        font-size: 60px
    }

    .h2, h2 {
        font-size: 52px
    }

    .h3, h3 {
        font-size: 30px
    }

    .h4, h4 {
        font-size: 20px;
        margin: 12px 0
    }

    .h5, h5 {
        font-size: 18px;
        margin: 12px 0
    }

    .h6, h6 {
        font-size: 16px;
        margin: 12px 0
    }
}

figure {
    margin: 10px 0
}

figure img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block
}

figure.figure img {
    border: 7px solid #b8860b
}

@media (min-width: 999px) {
    figure {
        margin: 20px 0
    }
}

.clearfix {
    content: "\0020";
    clear: both
}

.before {
    display: block;
    content: "\0020";
    overflow: hidden
}

.pure-g {
    letter-spacing: inherit
}

.pure-g, .pure-g [class*=pure-u] {
    font-family: inherit
}

.pure-menu-item:before {
    display: none
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

fieldset {
    padding: 0;
    border: 0;
    margin: 0
}

.form-enroll input {
    height: 36px;
    padding: 8px 15px;
    border-radius: 0;
    color: #000;
    font: 16px/20px Avenir Next Cyr, Arial, sans-serif;
    background: #fff;
    border: 2px solid #05520f;
    -webkit-transition: background-color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, border-color .2s ease;
    -webkit-appearance: none
}

input:focus, textarea:focus {
    border-color: #64009b
}

input.hidden {
    display: none
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
    text-transform: uppercase
}

:-moz-placeholder, ::-moz-placeholder {
    color: #666;
    opacity: 1;
    text-transform: uppercase
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1;
    text-transform: uppercase
}

textarea {
    height: 80px;
    display: block;
    resize: none
}

@media (min-width: 750px) {
    textarea {
        height: 120px;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 24px
    }
}

.datetimepicker {
    padding-left: 24px;
    border-color: transparent !important;
    color: #64009b;
    text-align: left;
    background: url(/templates/images/calendar-in.png) no-repeat 0 50%
}

.datetimepicker::-webkit-input-placeholder {
    color: #64009b;
    text-transform: none
}

.datetimepicker:-moz-placeholder, .datetimepicker::-moz-placeholder {
    color: #64009b;
    text-transform: none
}

.datetimepicker:-ms-input-placeholder {
    color: #64009b;
    text-transform: none
}

.button, button, input[type=submit] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 18px;
    font-size: 11px;
    line-height: 14px;
    display: block;
    color: #05520f;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border: 2px solid #05520f;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease
}

@media (min-width: 568px) {
    .button, button, input[type=submit] {
        width: auto;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        display: inline-block
    }
}

@media (min-width: 750px) {
    .button, button, input[type=submit] {
        padding: 8px 26px;
        font-size: 16px;
        line-height: 16px
    }
}

.button:focus, .button:hover, button:focus, button:hover, input[type=submit]:focus, input[type=submit]:hover {
    color: #fff;
    background-color: #05520f
}

.button.button-block, button.button-block, input[type=submit].button-block {
    width: 100%;
    display: block
}

.button.button-small, button.button-small, input[type=submit].button-small {
    height: 28px;
    padding: 2px 14px;
    text-transform: none;
    line-height: 18px
}

.button.button-white, button.button-white, input[type=submit].button-white {
    border-color: #fff;
    color: #fff
}

.button.button-white:focus, .button.button-white:hover, button.button-white:focus, button.button-white:hover, input[type=submit].button-white:focus, input[type=submit].button-white:hover {
    color: #ff009b;
    background-color: #fff
}

.button.button-violet, button.button-violet, input[type=submit].button-violet {
    border-color: #b8860b;
    color: #b8860b
}

.button.button-violet:focus, .button.button-violet:hover, button.button-violet:focus, button.button-violet:hover, input[type=submit].button-violet:focus, input[type=submit].button-violet:hover {
    color: #fff;
    background-color: #b8860b
}

.button.button-pink, button.button-pink, input[type=submit].button-pink {
    border-color: #ff009b;
    background: #ff009b;
    color: #fff
}

.button.button-pink:focus, .button.button-pink:hover, button.button-pink:focus, button.button-pink:hover, input[type=submit].button-pink:focus, input[type=submit].button-pink:hover {
    color: #ff009b;
    background-color: transparent
}

.form {
    position: relative;
    display: block
}

.form .datetimepicker {
    width: 220px;
    display: block;
    float: left
}

.form-line {
    margin-bottom: 10px;
    position: relative
}

.form-line:after {
    display: table;
    content: "\0020";
    clear: both
}

.form-line input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]):not([type=reset]), .form-line textarea {
    width: 100%;
    position: relative;
    z-index: 3;
    background: none
}

.form-line input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]):not([type=reset]):focus, .form-line textarea:focus {
    z-index: 4
}

.form-line .form-error, .form-line .wpcf7-not-valid-tip {
    display: block;
    font-size: 10px;
    line-height: 12px;
    position: absolute;
    bottom: 5px;
    right: 7px;
    z-index: 3;
    color: #ff009b
}

@media (max-width: 400px) {
    .form-line .form-error, .form-line .wpcf7-not-valid-tip {
        position: relative;
        margin-top: 3px;
        right: 0;
        bottom: 0;
        text-align: left
    }

    .subscription .form-line .form-error, .subscription .form-line .wpcf7-not-valid-tip {
        color: #fff
    }
}

.wpcf7-form-control-wrap {
    display: block
}

.form-line input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=button]):not([type=reset]).wpcf7-not-valid, .form-line textarea.wpcf7-not-valid {
    background-color: hsla(0, 0%, 100%, .4) !important;
    border-color: #ff009b;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.form-line .inline {
    margin-bottom: 10px;
    display: block
}

.form-line .inline:last-of-type {
    margin-bottom: 0
}

@media (min-width: 750px) {
    .form-line .inline {
        width: 33.3%;
        margin-bottom: 0;
        float: left;
        margin-right: -2px
    }
}

.list-mark {
    padding: 0;
    list-style: none
}

@media (min-width: 750px) {
    .list-mark {
        margin: 28px 0
    }
}

.list-mark li {
    padding-left: 36px;
    margin-bottom: 12px;
    position: relative
}

.list-mark li:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 8px;
    height: 8px;
    background: #64009b;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 14px
}

.list-numbers {
    padding: 0;
    list-style: none;
    counter-reset: a
}

@media (min-width: 750px) {
    .list-numbers {
        margin: 28px 0
    }
}

.list-numbers li {
    padding-left: 36px;
    margin-bottom: 12px;
    position: relative
}

.list-numbers li:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    content: counter(a);
    counter-increment: a;
    color: #64009b;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 13px
}

.table-responsive {
    margin: 0 -20px;
    overflow-x: scroll
}

@media (min-width: 750px) {
    .table-responsive {
        margin: 0
    }
}

.table {
    width: 100%;
    margin: 20px 0
}

@media (min-width: 750px) {
    .table {
        margin: 13px 0 30px
    }
}

.table th {
    padding: 12px 16px;
    color: #64009b;
    text-transform: uppercase;
    vertical-align: top;
    border-bottom: 1px solid rgba(100, 0, 155, .2)
}

.table th:first-child {
    text-align: left
}

.table td {
    padding: 14px 16px
}

.table td:not(:first-child) {
    text-align: center
}

.nav-visible {
    overflow: hidden
}

.header {
    height: 51px;
    background: #64009b;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100
}

@media (min-width: 750px) {
    .header {
        height: 114px
    }
}

.header.header-index {
    position: absolute;
    background: transparent
}

.header .wrapper {
    height: 100%;
    position: relative;
    max-width: none
}

.header .hidden {
    display: none
}

.header .logo {
    width: 130px;
    height: 41px;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 20px
}

@media (min-width: 750px) {
    .header .logo {
        width: 260px;
        height: 82px;
        top: 16px
    }
}

@media (min-width: 999px) {
    .header .logo {
        left: 40px
    }
}

.header .logo a, .header .logo img {
    width: 100%;
    height: 100%;
    display: block
}

.header .contact {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px
}

.header:not(.header-index) .contact {
    background-color: #64009b
}

.header-index .contact {
    top: 60px
}

@media (min-width: 460px) {
    .header .contact {
        display: block;
        top: 5px;
        margin: 0 50px 0 160px
    }
}

@media (min-width: 750px) {
    .header .contact {
        margin-left: 300px;
        top: 16px;
        text-align: right
    }
}

@media (min-width: 999px) {
    .header .contact {
        margin: 0;
        text-align: left;
        left: auto;
        right: 40px
    }
}

.header .contact a {
    color: #fff;
    text-decoration: none
}

.header .contact a:hover {
    color: #ffc200
}

.header .contact a.link {
    padding: 15px;
    letter-spacing: .04em;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff009b;
    line-height: normal;
    display: inline-block;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease
}

.header .contact a.link:hover {
    background-color: #fff;
    color: #ff009b
}

@media (min-width: 750px) {
    .header .contact a.link {
        font-size: 18px
    }
}

.page-template-page-submited .header .contact a.link {
    display: none
}

@media (min-width: 750px) {
    .page-template-page-submited .header .contact a.link {
        display: inline-block
    }
}

.region {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    text-align: left
}

.region--map {
    position: relative;
    z-index: 100
}

.region--map .region__menu {
    border: 1px solid #ff009b;
    top: 70px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background: #fff
}

.region--map .region__menu-close, .region--map .region__menu-title {
    color: #64009b
}

.region--map .region__menu-close:after, .region--map .region__menu-close:before {
    background: #64009b
}

.region--map .region__menu-close:hover, .region--map .region__menu-close:hover:focus {
    color: #ff009b
}

.region--map .region__menu-close:hover:after, .region--map .region__menu-close:hover:before, .region--map .region__menu-close:hover:focus:after, .region--map .region__menu-close:hover:focus:before {
    background: #ff009b
}

.region--map .region__menu-list__item {
    color: #64009b
}

.region--map .region__menu-list__item:hover, .region--map .region__menu-list__item:hover:focus {
    color: #ff009b
}

.region--map .region__current, .region--map .region__menu-new {
    color: #ff009b !important
}

.region__current {
    font-weight: 700;
    text-transform: uppercase
}

.region_popup .region__current {
    color: #ffc200
}

.region_popup .region__current:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffc200;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px)
}

.region__menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 45px;
    padding: 30px;
    background-color: #64009b;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .6);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media (max-width: 750px) {
    .region__menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        background-color: rgba(100, 0, 155, .9);
        border-radius: 0
    }
}

@media (max-width: 400px) {
    .region__menu {
        padding: 20px
    }
}

.region__menu_opened {
    visibility: visible;
    opacity: 1
}

.region__menu_switch {
    min-width: 480px
}

@media (max-width: 750px) {
    .region__menu_switch {
        min-width: 0
    }
}

.region__menu_confirm {
    min-width: 320px
}

@media (max-width: 750px) {
    .region__menu_confirm {
        min-width: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.region__menu-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 25px
}

.region__menu-close:after, .region__menu-close:before {
    width: 25px;
    height: 1px;
    margin: -1px 0 0 -12px;
    overflow: hidden;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff
}

.region__menu-close:hover:after, .region__menu-close:hover:before {
    background: #ffc200
}

.region__menu-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.region__menu-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.region__menu-title {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 700
}

.region__menu-close + .region__menu-title {
    padding-right: 30px
}

.region__menu-list {
    margin-bottom: 50px;
    list-style: none;
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px
}

@media (max-width: 600px) {
    .region__menu-list {
        -webkit-columns: 2;
        columns: 2
    }
}

@media (max-width: 400px) {
    .region__menu-list {
        -webkit-columns: 1;
        columns: 1
    }
}

.region__menu-list__item {
    display: block;
    white-space: nowrap
}

@media (max-width: 750px) {
    .region__menu-list__item {
        padding: 5px 0
    }
}

.header .contact .region__menu-list__item:hover, .region__menu-new {
    color: #ffc200
}

@media (max-width: 400px) {
    .region__menu-choise {
        padding: 20px 10px
    }
}

.region__menu-choise + .region__menu-choise {
    margin-left: 20px
}

@media (max-width: 400px) {
    .region__menu-choise + .region__menu-choise {
        margin-left: 0
    }
}

.header .contact .region__menu-new a {
    color: #ffc200;
    text-decoration: underline
}

.header .contact a.tel {
    display: inline-block;
    padding: 0 10px;
    cursor: default;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
    line-height: 41px
}

@media (min-width: 750px) {
    .header .contact a.tel {
        line-height: 82px
    }
}

@media (min-width: 999px) {
    .header .contact a.tel {
        padding: 0;
        display: inline-block
    }
}

.header .toggle {
    width: 22px;
    height: 17px;
    display: block;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 17px
}

@media (min-width: 750px) {
    .header .toggle {
        top: 48px
    }
}

@media (min-width: 999px) {
    .header .toggle {
        display: none
    }
}

.header .toggle:after, .header .toggle:before {
    content: "\0020";
    overflow: hidden;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0
}

.header .toggle:after {
    clear: both;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
    opacity: 0
}

.nav-done .header .toggle {
    border-top-color: transparent;
    border-bottom-color: transparent;
    z-index: 100
}

.nav-done .header .toggle:after, .nav-done .header .toggle:before {
    background: #000
}

.nav-done .header .toggle:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden
}

.nav-done .header .toggle:after {
    opacity: 1
}

.header .nav {
    margin: 0 auto;
    padding: 18px 0;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .98);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (min-width: 999px) {
    .header .nav {
        max-width: 400px;
        margin: 0 auto;
        padding: 0;
        display: block;
        opacity: 1;
        position: relative;
        top: 50px;
        bottom: auto;
        background: transparent
    }

    .header:not(.header-index) .nav {
        left: 42px;
        right: auto
    }
}

.nav-visible .header .nav {
    display: block;
    z-index: 100
}

.nav-done .header .nav {
    opacity: 1
}

.header .nav .space {
    width: 100%;
    height: 100%;
    display: table
}

.header .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

@media (min-width: 999px) {
    .header .nav ul {
        font-size: 12px;
        line-height: normal
    }
}

.header .nav ul li {
    margin-bottom: 20px;
    padding: 0 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: .09em
}

@media (min-width: 999px) {
    .header .nav ul li {
        margin: 0;
        display: inline-block
    }
}

.header .nav ul li a {
    text-decoration: none;
    display: inline-block;
    color: #000;
    -webkit-transition: border-bottom-color .2s ease, color .2s ease;
    transition: border-bottom-color .2s ease, color .2s ease
}

@media (min-width: 999px) {
    .header .nav ul li a {
        display: block;
        color: #ff009b;
        text-decoration: none;
        border-bottom: 1px solid transparent
    }

    .header .nav ul li a:hover {
        color: #fff;
        border-bottom-color: #ff009b;
        text-decoration: none
    }
}

.header .nav ul li.active a {
    color: #ff009b;
    text-decoration: none;
    border-bottom-color: transparent
}

@media (min-width: 999px) {
    .header .nav ul li.active a {
        color: #fff;
        text-decoration: underline;
        cursor: default
    }
}

.header .nav ul.active a {
    color: #ff009b
}

@media (min-width: 999px) {
    .header .nav ul.active a {
        color: #fff
    }
}

.jumbotron {
    height: 100%;
    min-height: 250px;
    text-align: center;
    color: #fff;
    background: url(/templates/images/jumbotron.jpg) no-repeat 0 0;
    background-size: cover;
    cursor: default
}

.jumbotron:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .45);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width: 999px) {
    .jumbotron {
        background-position: 50% 0
    }
}

.jumbotron .wrapper {
    height: 100%;
    position: static;
    opacity: .99
}

@media (max-width: 568px) {
    .jumbotron {
        padding: 51px 20px 20px 0
    }
}

.jumbotron .space {
    width: 100%;
    height: 100%;
    display: table
}

.jumbotron .space .space-cell {
    display: table-cell;
    vertical-align: middle
}

.jumbotron .heading {
    max-width: 300px;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: normal;
    letter-spacing: .015em
}

@media (min-width: 750px) {
    .jumbotron .heading {
        max-width: 610px;
        margin-bottom: 40px;
        font-size: 39px;
        line-height: 36px
    }
}

.about {
    margin-top: -30px;
    padding-top: 60px;
    color: #fff;
    background: #ff009b;
    position: relative
}

@media (min-width: 750px) {
    .about {
        margin-top: -70px;
        padding-top: 90px
    }
}

@media (min-width: 999px) {
    .about {
        margin-top: -90px;
        padding-top: 110px
    }
}

.about .title {
    width: 320px;
    margin: 0 auto;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0
}

@media (min-width: 750px) {
    .about .title {
        width: 750px;
        top: -40px
    }
}

@media (min-width: 999px) {
    .about .title {
        top: -50px
    }
}

@media (min-width: 1024px) {
    .about .title {
        width: 100%
    }
}

.about .title img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block
}

.about .about-space {
    margin-bottom: 44px
}

.about .about-space:after {
    display: table;
    content: "\0020";
    clear: both
}

@media (min-width: 999px) {
    .about .about-space {
        margin-bottom: 84px
    }
}

@media (min-width: 999px) {
    .about .picture, .about .text {
        width: 50%;
        float: left
    }
}

.about .picture {
    max-width: 200px;
    display: block;
    margin: 0 auto 20px
}

@media (min-width: 750px) {
    .about .picture {
        max-width: 300px
    }
}

@media (min-width: 999px) {
    .about .picture {
        max-width: none
    }
}

.about .text {
    padding-top: 16px
}

.about .text > .heading {
    margin: 0 0 20px
}

@media (min-width: 999px) {
    .about .text > .heading {
        margin: 0 0 40px
    }
}

.about .icons-list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    line-height: normal
}

@media (min-width: 999px) {
    .about .icons-list {
        margin: 0 0 80px;
        font-size: 16px
    }
}

.about .icons-list li {
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative
}

@media (min-width: 999px) {
    .about .icons-list li {
        margin-bottom: 35px;
        padding-left: 85px;
        padding-right: 30px
    }
}

.about .icons-list li .icon {
    width: 30px;
    height: 30px;
    margin-top: -20px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%
}

@media (min-width: 999px) {
    .about .icons-list li .icon {
        width: 55px;
        height: 55px;
        margin-top: -10px
    }
}

.about .icons-list li p {
    letter-spacing: .01em
}

.about .icons-list li .h {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #64009b;
    letter-spacing: .02em
}

@media (min-width: 999px) {
    .about .icons-list li .h {
        font-size: 22px
    }
}

.about .subscribe {
    text-align: center
}

@media (min-width: 999px) {
    .about .subscribe {
        padding-left: 85px;
        text-align: left
    }
}

.about .subscribe .heading {
    margin: 0
}

.about .subscribe .h {
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: .044em;
    color: #64009b;
    position: relative;
    line-height: 30px
}

@media (min-width: 999px) {
    .about .subscribe .h {
        margin-bottom: 38px;
        font-size: 16px;
        line-height: 24px
    }
}

.about .subscribe .h:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 148px;
    height: 48px;
    margin-top: -8px;
    display: none;
    position: absolute;
    right: -2px;
    top: 100%;
    background: url(/templates/images/arrow.png) 0 0 no-repeat;
    background-size: 100% 100%
}

@media (min-width: 999px) {
    .about .subscribe .h:before {
        width: 172px;
        height: 72px;
        display: block
    }
}

.about .download {
    margin: 0;
    text-align: center
}

@media (min-width: 999px) {
    .about .download {
        font-size: 18px
    }
}

.about .download a {
    padding-top: 35px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative
}

.about .download a:focus, .about .download a:hover {
    color: #64009b
}

@media (min-width: 999px) {
    .about .download a {
        padding-top: 65px
    }
}

.about .download a .icon {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0
}

@media (min-width: 999px) {
    .about .download a .icon {
        width: 55px;
        height: 55px;
        margin-left: -23px
    }
}

.video .picture {
    background: url(/templates/images/video.jpg) no-repeat 50% 0;
    background-size: cover;
    opacity: .4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.video > .wrapper {
    position: relative;
    z-index: 2
}

.video .play {
    max-width: 180px;
    margin: 0 auto;
    padding-top: 86px;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative
}

@media (min-width: 750px) {
    .video .play {
        font-size: 16px;
        line-height: 18px
    }
}

.video .play span {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-backface-visibility: hidden
}

.video .play span, .video .play span:before {
    display: block;
    position: absolute;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.video .play span:before {
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    margin: -15px 0 0 -11px;
    border-style: solid;
    border-width: 15px 0 15px 28px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%
}

.video .play:hover {
    color: #ff009b
}

.video .play:hover span {
    border-color: #ff009b
}

.video .play:hover span:before {
    border-color: transparent transparent transparent #ff009b
}

.video .certificate .image {
    margin: 0 auto 20px;
    padding: 0 50px;
    display: inline-block;
    position: relative
}

.video .certificate .image:after, .video .certificate .image:before {
    width: 32px;
    height: 74px;
    margin-top: -37px;
    display: block;
    content: "\0020";
    overflow: hidden;
    clear: both;
    background: url(/templates/images/spike.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%
}

.video .certificate .image:before {
    left: 0
}

.video .certificate .image:after {
    right: 0;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.video .certificate .image img {
    max-height: 124px;
    max-width: 180px
}

.video .certificate {
    margin-top: 50px
}

@media (min-width: 750px) {
    .video .certificate {
        max-width: 58%;
        margin: 50px auto 0;
        font-size: 16px;
        line-height: normal
    }
}

.features {
    padding: 30px 0;
    text-align: center;
    overflow: hidden
}

@media (min-width: 750px) {
    .features {
        padding: 50px 0
    }
}

.features .heading {
    line-height: 34px;
    color: #ff009b
}

@media (min-width: 750px) {
    .features .heading {
        font-size: 34px
    }
}

.features > .heading {
    padding: 0 20px
}

.features .list {
    padding: 20px 0 0
}

@media (min-width: 999px) {
    .features .list {
        margin: 0 -40px;
        padding: 80px 0 100px
    }
}

@media (min-width: 1024px) {
    .features .list {
        margin: 0
    }
}

.features .list:after {
    display: table;
    content: "\0020";
    clear: both
}

.features .list .item {
    margin-bottom: 30px
}

@media (min-width: 568px) {
    .features .list .item {
        width: 32%;
        padding: 0 10px;
        display: inline-block
    }

    .features .list .item:nth-of-type(3n+1) {
        clear: left
    }
}

@media (min-width: 999px) {
    .features .list .item {
        width: 48%;
        margin-bottom: 45px;
        padding: 0 40px;
        vertical-align: middle;
        text-align: center
    }

    .features .list .item:nth-of-type(odd) {
        clear: left
    }

    .features .list .item:nth-of-type(3n+1) {
        width: 100%;
        margin: 0 auto -90px;
        clear: none
    }
}

.features .list .h {
    max-width: 190px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: Poiret One, cursive;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .05em;
    color: #ff009b;
    text-rendering: optimizeLegibility !important;
    -webkit-text-stroke: .2px
}

.features .list .icon {
    margin: 0 auto 16px;
    width: 100px;
    height: auto;
    display: block
}

@media (min-width: 750px) {
    .features .list .icon {
        margin-bottom: 26px;
        width: 162px;
        height: auto
    }
}

@media (min-width: 999px) {
    .features.features-simple .list {
        padding: 60px 0 20px
    }
}

.features.features-simple .list .item {
    margin-bottom: 30px
}

@media (min-width: 568px) {
    .features.features-simple .list .item {
        width: 49%
    }

    .features.features-simple .list .item:nth-of-type(odd) {
        clear: none
    }
}

@media (min-width: 999px) {
    .features.features-simple .list .item {
        width: 33%;
        vertical-align: top;
        padding-left: 38px;
        padding-right: 38px;
        margin-bottom: 48px
    }

    .features.features-simple .list .item:nth-of-type(3n+1) {
        clear: none
    }
}

.features.features-simple .list .pink {
    color: #ff009b
}

.features.features-simple .list .fn {
    margin-top: 4px;
    display: block;
    font: 12px Avenir Next Cyr, Arial, sans-serif;
    text-transform: none
}

@media (min-width: 750px) {
    .features.features-simple .list .icon {
        margin-bottom: 6px;
        width: 180px
    }
}

.gallery {
    margin-bottom: 120px;
    padding: 0;
    position: relative;
    color: #fff;
    background: #b8860b
}

@media (min-width: 999px) {
    .gallery {
        padding: 15px 0;
        margin-bottom: 180px
    }
}

.gallery .wrapper {
    padding: 0
}

@media (min-width: 999px) {
    .gallery .wrapper {
        padding: 0 20px
    }
}

.gallery .heading {
    text-align: center
}

@media (min-width: 750px) {
    .gallery .heading {
        margin: 26px 0;
        font-size: 42px;
        line-height: 56px
    }
}

.gallery ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-backface-visibility: hidden
}

.gallery ul:after {
    display: table;
    content: "\0020";
    clear: both
}

.gallery ul.for {
    height: 250px;
    overflow: hidden
}

@media (min-width: 750px) {
    .gallery ul.for {
        height: 590px
    }
}

.gallery ul.for li {
    margin: 0;
    position: relative;
    -webkit-backface-visibility: hidden
}

@media (min-width: 999px) {
    .gallery ul.for li {
        width: 880px;
        height: 584px
    }
}

.gallery ul.for img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: auto;
    display: block;
    outline: none;
    line-height: 0;
    -webkit-backface-visibility: hidden
}

@media (min-width: 999px) {
    .gallery ul.for img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 600px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.gallery ul.for.slick-initialized {
    height: auto;
    overflow: visible
}

.gallery ul.for .slick-arrow {
    width: 60px;
    height: 100%;
    display: block;
    cursor: pointer;
    opacity: .8;
    background: url(/templates/images/arrow.png) 50% 50% no-repeat;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    z-index: 100;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-backface-visibility: hidden
}

.gallery ul.for .slick-arrow:hover {
    opacity: 1
}

.gallery ul.for .slick-arrow.slick-prev {
    left: 0
}

.gallery ul.for .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-backface-visibility: hidden
}

@media (min-width: 999px) {
    .gallery ul.for .slick-arrow.slick-prev {
        left: 0
    }

    .gallery ul.for .slick-arrow.slick-next {
        right: 0
    }
}

.gallery ul.nav {
    height: 80px !important;
    max-width: 890px !important;
    margin: 10px 0 0 -430px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 100%
}

.gallery ul.nav.slick-initialized {
    height: auto;
}

@media (min-width: 999px) {
    .gallery ul.nav {
        margin-top: 25px
    }
}

.gallery ul.nav li {
    padding: 0 4px;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 10px 0 #fff;
    box-shadow: 0 0 10px 0 #fff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.gallery ul.nav li:not(.slick-center) {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.gallery ul.nav li img {
    width: 120px;
    height: 80px;
    display: block;
    cursor: pointer
}

@media (min-width: 999px) {
    .gallery ul.nav li img {
        width: 120px;
        height: 80px
    }
}

@media (min-width: 750px) {
    .compare {
        margin-bottom: 116px
    }
}

.compare .heading {
    margin: 0 0 20px;
    text-align: center;
    color: #ff009b;
    line-height: 30px
}

@media (min-width: 750px) {
    .compare .heading {
        width: 30%;
        margin: 0;
        float: left;
        font-size: 42px;
        line-height: 62px;
        text-align: left
    }
}

@media (min-width: 999px) {
    .compare .heading {
        width: 34%
    }
}

.compare .list:after {
    display: table;
    content: "\0020";
    clear: both
}

@media (min-width: 750px) {
    .compare .list {
        width: 70%;
        float: left;
        font-size: 16px
    }
}

@media (min-width: 999px) {
    .compare .list {
        width: 66%
    }
}

.compare .list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.compare .list ul li {
    padding-left: 45px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: .05em
}

@media (min-width: 750px) {
    .compare .list ul li {
        min-height: 40px
    }

    .compare .list ul li:before {
        display: block;
        content: "\0020";
        overflow: hidden;
        width: 34px;
        height: 1px;
        background: #ff009b;
        position: absolute;
        left: 35px;
        top: 23px
    }
}

.compare .list ul li .icon {
    width: 25px;
    height: 25px;
    display: block;
    border: 3px solid #64009b;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 0;
    -webkit-backface-visibility: hidden
}

.compare .list ul li .icon:after, .compare .list ul li .icon:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 12px;
    height: 3px;
    border-radius: 1px;
    position: absolute;
    top: 8px;
    background: #64009b
}

.compare .list ul li .icon:before {
    width: 6px;
    top: 9px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden
}

.compare .list ul li .icon:after {
    clear: both;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden
}

@media (min-width: 750px) {
    .compare .list ul li .icon {
        width: 34px;
        height: 34px;
        right: -18px;
        left: auto;
        top: 5px;
        border-width: 5px
    }

    .compare .list ul li .icon:after, .compare .list ul li .icon:before {
        width: 16px;
        height: 5px;
        top: 10px
    }

    .compare .list ul li .icon:before {
        width: 10px;
        left: 2px
    }

    .compare .list ul li .icon:after {
        left: 7px
    }
}

.compare .list .h {
    margin-bottom: 30px;
    color: #ff009b;
    font-weight: 700;
    text-align: center;
    letter-spacing: .04em
}

@media (min-width: 750px) {
    .compare .list .h {
        margin-bottom: 44px;
        font-size: 16px
    }
}

.compare .list .pic {
    width: 134px;
    height: auto;
    margin: 0 auto 5px;
    display: block
}

@media (min-width: 750px) {
    .compare .col {
        width: 50%;
        float: left
    }

    .compare .col:first-of-type ul li {
        text-align: right;
        padding-right: 95px
    }

    .compare .col:first-of-type ul li:before {
        right: 38px;
        left: auto
    }

    .compare .col:nth-of-type(3) ul li {
        padding-left: 95px
    }

    .compare .col:nth-of-type(3) ul li .icon {
        display: none
    }
}

@media (min-width: 750px) {
    .compare .col.common {
        width: 100%;
        clear: both
    }

    .compare .col.common ul {
        max-width: 70%;
        margin: 0 auto
    }

    .compare .col.common ul li {
        padding: 0 120px;
        color: #64009b;
        font-weight: 700;
        text-align: center
    }

    .compare .col.common ul li:before {
        width: 18px;
        left: 88px
    }

    .compare .col.common ul li:after {
        display: block;
        content: "\0020";
        overflow: hidden;
        width: 18px;
        height: 1px;
        clear: both;
        background: #ff009b;
        position: absolute;
        right: 88px;
        top: 23px
    }

    .compare .col.common ul li .icon {
        right: 38px
    }

    .compare .col.common ul li .icon:nth-of-type(2) {
        left: 38px;
        right: auto
    }

    .compare .col.common-copy {
        display: none
    }
}

.h-ribbon {
    margin: 0 auto 14px;
    letter-spacing: .04em;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    cursor: default
}

.h-ribbon > span {
    min-width: 80%;
    padding: 4px 10px;
    display: inline-block;
    position: relative;
    color: #fff;
    background: #05520f
}

@media (min-width: 750px) {
    .h-ribbon > span {
        min-width: 410px;
        height: 36px
    }

    .h-ribbon > span:after, .h-ribbon > span:before, .h-ribbon > span > span:after, .h-ribbon > span > span:before {
        display: block;
        content: "\0020";
        overflow: hidden;
        clear: both;
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute
    }

    .h-ribbon > span:before {
        border-width: 0 11px 18px 0;
        border-color: transparent #05520f transparent transparent
    }

    .h-ribbon > span:after {
        border-width: 0 0 18px 11px;
        border-color: transparent transparent #05520f
    }

    .h-ribbon > span > span:before {
        border-width: 18px 11px 0 0;
        border-color: #05520f transparent transparent
    }

    .h-ribbon > span > span:after {
        border-width: 18px 0 0 11px;
        border-color: transparent transparent transparent #05520f
    }

    .h-ribbon > span:before {
        top: 0;
        left: -11px
    }

    .h-ribbon > span:after {
        bottom: 0;
        left: -11px
    }

    .h-ribbon > span > span:before {
        top: 0;
        right: -11px
    }

    .h-ribbon > span > span:after {
        bottom: 0;
        right: -11px
    }
}

.h-ribbon.h-ribbon-pink > span {
    background-color: #ff009b
}

@media (min-width: 750px) {
    .h-ribbon.h-ribbon-pink > span:before {
        border-color: transparent #ff009b transparent transparent
    }

    .h-ribbon.h-ribbon-pink > span:after {
        border-color: transparent transparent #ff009b
    }

    .h-ribbon.h-ribbon-pink > span > span:before {
        border-color: #ff009b transparent transparent
    }

    .h-ribbon.h-ribbon-pink > span > span:after {
        border-color: transparent transparent transparent #ff009b
    }
}

.testimonials {
    margin-top: 20px;
    background: #ff009b
}

@media (min-width: 750px) {
    .testimonials {
        margin-top: 80px
    }
}

.testimonials .heading {
    margin-bottom: 70px
}

.testimonials .tabs {
    margin-top: -54px
}

.testimonials .space {
    padding: 20px 20px 28px;
    background: #fff;
    border: 1px solid #05520f;
    position: relative;
    top: -20px
}

@media (min-width: 750px) {
    .testimonials .space {
        margin-bottom: -24px;
        padding: 40px 40px 48px;
        top: -80px
    }
}

.testimonials .carousel {
    height: 280px;
    margin: 0 -20px 8px;
    overflow: hidden;
    position: relative
}

@media (min-width: 750px) {
    .testimonials .carousel {
        margin-left: -40px;
        margin-right: -40px
    }
}

.testimonials .carousel.slick-initialized {
    height: auto;
    overflow: visible
}

.testimonials .carousel.slick-initialized .slick-arrow {
    width: 60px;
    height: 100%;
    display: block;
    cursor: pointer;
    opacity: .8;
    background-image: url(/templates/images/arrow-pink.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    z-index: 100;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.testimonials .carousel.slick-initialized .slick-arrow:hover {
    opacity: 1
}

.testimonials .carousel.slick-initialized .slick-arrow.slick-prev {
    left: -10px
}

.testimonials .carousel.slick-initialized .slick-arrow.slick-next {
    right: -10px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-backface-visibility: hidden
}

@media (min-width: 750px) {
    .testimonials .carousel.slick-initialized .slick-arrow.slick-prev {
        left: 0
    }

    .testimonials .carousel.slick-initialized .slick-arrow.slick-next {
        right: 0
    }
}

@media (min-width: 999px) {
    .testimonials .carousel.slick-initialized .slick-arrow {
        background-image: url(/templates/images/arrow.png)
    }
}

@media (min-width: 1024px) {
    .testimonials .carousel.slick-initialized .slick-arrow.slick-prev {
        left: -72px
    }

    .testimonials .carousel.slick-initialized .slick-arrow.slick-next {
        right: -72px
    }
}

.testimonials .carousel .item {
    position: relative;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-backface-visibility: hidden
}

.testimonials .carousel .item:after, .testimonials .carousel .item:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 15px;
    height: 15px; /*background:url(/templates/images/quote.png) 0 0 no-repeat;*/
    background-size: cover;
    position: absolute
}

.testimonials .carousel .item:before {
    left: 20px;
    top: 100px
}

.testimonials .carousel .item:after {
    clear: both;
    bottom: 60px;
    right: 20px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-backface-visibility: hidden
}

.testimonials .carousel .item > p {
    margin-bottom: 18px;
    letter-spacing: .045em;
    font-size: 12px;
    line-height: 18px
}

@media (min-width: 750px) {
    .testimonials .carousel .item > p {
        min-height: 67px;
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width: 750px) {
    .testimonials .carousel .item {
        padding-left: 286px;
        padding-right: 78px
    }

    .testimonials .carousel .item:after, .testimonials .carousel .item:before {
        width: 30px;
        height: 30px
    }

    .testimonials .carousel .item:before {
        left: 242px;
        top: 5px
    }

    .testimonials .carousel .item:after {
        clear: both;
        bottom: 30px;
        right: 36px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-backface-visibility: hidden
    }
}

.testimonials .carousel .photo {
    width: 100px;
    height: 100px;
    border: 1px solid #64009b;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden
}

@media (min-width: 750px) {
    .testimonials .carousel .photo {
        width: 174px;
        height: 174px;
        margin: 0;
        position: absolute;
        left: 50px;
        top: 4px
    }
}

.testimonials .carousel .heading {
    margin: 0 0 7px;
    font: 700 14px/20px Avenir Next Cyr, Arial, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #b8860b;
    text-align: center
}

@media (min-width: 750px) {
    .testimonials .carousel .heading {
        max-width: 50%;
        font-size: 18px;
        line-height: 26px;
        text-align: left
    }
}

.testimonials .carousel .author {
    text-align: right;
    letter-spacing: .074em
}

.testimonials .carousel .author small {
    display: block;
    font-size: 10px;
    letter-spacing: .06em
}

@media (min-width: 750px) {
    .testimonials .carousel .author {
        font-size: 20px;
        line-height: 22px
    }

    .testimonials .carousel .author small {
        font-size: 12px
    }
}

.testimonials .link {
    margin: 0;
    display: block;
    text-align: center
}

.testimonials.testimonials-bottom {
    margin-top: 0;
    margin-bottom: 70px;
    position: relative;
    background: rgba(0, 0, 0, .75)
}

.testimonials.testimonials-bottom {
    padding-bottom: 190px
}

.testimonials.testimonials-bottom .picture {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.testimonials.testimonials-bottom > .wrapper {
    position: relative;
    z-index: 2
}

.testimonials.testimonials-bottom .space {
    margin-bottom: 0;
    top: auto;
    bottom: -80px;
    z-index: 99;
}

@media (min-width: 999px) {
    .testimonials.testimonials-bottom .space {
        margin-bottom: 80px;
        bottom: -250px;
        z-index: 10;
    }
}

.testimonials.testimonials-medium {
    margin-top: 0;
    margin-bottom: 130px
}

.testimonials.testimonials-medium .space {
    margin-bottom: 0;
    top: auto;
    bottom: -90px
}

.tabs {
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-align: center
}

.tabs li {
    margin: 0;
    padding: 0 6px;
    display: inline-block
}

.tabs li a {
    color: #64009b;
    text-decoration: none
}

.tabs li.active a, .tabs li a:hover {
    text-decoration: underline
}

.tabs li.active a {
    cursor: default;
    color: #ff009b
}

.tab-hidden {
    display: none
}

.partners {
    margin: 50px 0;
    cursor: default
}

.partners > .wrapper {
    padding-left: 0;
    padding-right: 0
}

.partners .h-ribbon {
    margin-bottom: 60px
}

.partners .carousel {
    text-align: center
}

.partners .carousel:after {
    display: table;
    content: "\0020";
    clear: both
}

.partners .carousel.slick-initialized {
    height: auto;
    overflow: visible
}

.partners .carousel.slick-initialized .slick-arrow {
    width: 50px;
    height: 100%;
    display: block;
    cursor: pointer;
    opacity: .8;
    background: url(/templates/images/arrow-pink.png) 50% 50% no-repeat;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    z-index: 100;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.partners .carousel.slick-initialized .slick-arrow:hover {
    opacity: 1
}

.partners .carousel.slick-initialized .slick-arrow.slick-prev {
    left: 0
}

.partners .carousel.slick-initialized .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-backface-visibility: hidden
}

@media (min-width: 1024px) {
    .partners .carousel.slick-initialized .slick-arrow.slick-prev {
        left: -50px
    }

    .partners .carousel.slick-initialized .slick-arrow.slick-next {
        right: -50px
    }
}

.partners .carousel .item {
    margin: 0;
    padding: 0 45px;
    display: inline-block
}

.subscription {
    padding: 34px 0 16px;
    color: #fff;
    background: #ff009b;
    text-align: center;
    cursor: default
}

@media (min-width: 750px) {
    .subscription {
        text-align: left
    }
}

.subscription .heading {
    margin: 0 0 30px
}

@media (min-width: 750px) {
    .subscription .heading {
        margin: 0;
        font-size: 46px;
        line-height: 68px
    }
}

@media (min-width: 750px) {
    .subscription .form, .subscription .heading {
        width: 50%;
        float: left
    }
}

.subscription .form {
    max-width: 400px;
    margin: 0 auto
}

@media (min-width: 750px) {
    .subscription .form {
        max-width: none;
        padding: 16px 26px
    }
}

.subscription .form .form-submit {
    margin-top: 14px
}

.subscription .form input[type=email], .subscription .form input[type=tel], .subscription .form input[type=text], .subscription .form textarea {
    border: none;
    letter-spacing: .03em;
    background: #fff !important
}

.subscription .form .contact {
    margin: 16px 0 0;
    font-weight: 700;
    letter-spacing: .005em
}

.subscription .form .contact .tel {
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: default;
    font-size: 21px;
    letter-spacing: .02em;
    line-height: 26px
}

.map {
    text-align: center;
    width: 100%;
    height: 650px;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    z-index: 1;
    background: #fff
}

.map_main {
    height: auto;
    padding-top: 20px
}

.map .heading {
    color: #ff009b;
    text-align: center
}

.map__container {
    position: relative;
    text-align: left
}

.map_main .map__container {
    margin-top: 70px
}

.map__container[data-view=map] {
    height: 650px
}

.map__switch {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%
}

.map__switch .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.map__switch-item {
    color: #000;
    text-decoration: none
}

.map__switch-item:hover, .map__switch-item_active {
    color: #ff009b
}

.map__switch-icon {
    position: relative;
    width: 40px;
    height: 12px;
    margin: 0 20px;
    border: 1px solid #ddd;
    border-radius: 10px
}

.map__switch-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #ff009b
}

.map__container[data-view=list] .map__switch-icon:before {
    left: 100%;
    margin-left: -11px
}

.map__container[data-view=list] .space {
    display: none
}

.map .gm-style-cc, .map a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.map .gm-style .gm-style-iw, .map .gm-style .gm-style-iw div {
    overflow: visible !important
}

.map .space {
    width: 100%;
    height: 100% !important;
    display: block;
    position: relative
}

.map-popup {
    width: 320px;
    margin: 0 0 15px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow-y: hidden;
    font: 14px/20px Avenir Next Cyr, Arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 750px) {
    .map-popup {
        width: 380px
    }
}

.map__container[data-view=map] .map__departments-list {
    display: none
}

.map__container[data-view=list] .map__departments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px
}

.map__container[data-view=map] .map-popup {
    top: 0
}

@media (min-width: 750px) {
    .map__container[data-view=map] .map-popup {
        margin-left: 0
    }
}

.map__container[data-view=list] .map-popup {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    border-radius: 0
}

@media (min-width: 600px) {
    .map__container[data-view=list] .map-popup {
        width: 380px;
        margin: 0 0 15px
    }
}

.map-popup__section {
    padding: 15px;
    border-bottom: 1px solid #ddd
}

@media (min-width: 750px) {
    .map-popup__section {
        padding: 15px
    }
}

.map-popup__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.map-popup__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #05520f
}

.map-popup__phone {
    text-decoration: none;
    color: #000
}

.map-popup__photo {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #ddd;
    overflow-y: hidden;
    vertical-align: top
}

.map-popup__photo img {
    max-width: 100% !important
}

.map-popup__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 400px) and (max-width: 600px) {
    .map-popup__address {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 700px) {
    .map-popup__address {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.map-popup__address-line br {
    display: none
}

.map-popup__address-undg {
    margin-right: 20px;
}

.map-popup__address-line, .map-popup__address-undg {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: auto 10px
}

.map-popup__schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.map-popup__schedule-title {
    width: 100%;
    color: #b8860b;
    font-size: 16px;
    font-weight: 700
}

.map-popup__schedule-group {
    width: 48%;
    margin-top: 10px
}

.map-popup__shedule-group-name {
    color: #a5a5a5
}

@media (min-width: 750px) {
    .map-popup__shedule-group-lesson {
        font-size: 16px
    }
}

.map-popup__vacation {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center
}

.map-popup__vacation-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #64009b
}

.map-popup__footer {
    border-bottom: none;
    text-align: center
}

.map-popup__freelesson {
    color: #b8860b;
    font-weight: 700
}

.map-popup__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.map-popup__price .map-popup__icon {
    margin-right: 15px;
    font-size: 15px
}

.map-popup__price .map-popup__icon img, .map-popup__price .map-popup__icon svg {
    display: block;
    width: 1em;
    height: 1em
}

.map-toggle {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .298039) 0 1px 4px -1px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .298039);
    border-radius: 2px;
    font-size: 12px;
    font-weight: bolder;
    color: #666;
    text-decoration: none
}

.mobile .map-toggle {
    display: block
}

.map-toggle:hover {
    color: #000
}

@-webkit-keyframes b {
    0%, 20%, to {
        bottom: 10px
    }
    10% {
        bottom: 15px
    }
}

@keyframes b {
    0%, 20%, to {
        bottom: 10px
    }
    10% {
        bottom: 15px
    }
}

.scroll-helper {
    display: none;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    background-image: url(/templates/images/arrow-help.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.single-department .scroll-helper {
    display: block
}

@media (min-width: 750px) {
    .single-department .scroll-helper {
        display: none
    }
}

.schedule {
    margin: 0
}

@media (min-width: 750px) {
    .schedule .heading {
        margin-bottom: 70px
    }
}

.schedule .schedule-list {
    margin: 0
}

@media (min-width: 750px) {
    .schedule .schedule-list {
        text-align: center
    }
}

.schedule .schedule-list:after {
    display: table;
    content: "\0020";
    clear: both
}

@media (min-width: 568px) {
    .schedule .schedule-list {
        margin-left: -8px;
        margin-right: -8px
    }
}

.schedule .schedule-list .item {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: normal;
    text-align: center
}

@media (min-width: 568px) {
    .schedule .schedule-list .item {
        width: 49%;
        padding: 0 8px;
        display: inline-block;
        vertical-align: top
    }
}

@media (min-width: 750px) {
    .schedule .schedule-list .item {
        width: 33%
    }
}

@media (min-width: 999px) {
    .schedule .schedule-list .item {
        width: 24%
    }
}

.schedule .schedule-list .item .space {
    padding: 10px;
    border: 1px solid #05520f
}

.schedule .schedule-list .name {
    margin: 0 -6px 12px;
    text-transform: uppercase;
    color: #05520f
}

@media (min-width: 568px) {
    .schedule .schedule-list .name {
        margin-bottom: 32px
    }
}

.schedule .schedule-list .name .big {
    font-size: 42px;
    line-height: normal;
    margin-right: 8px
}

.schedule .schedule-list .day {
    margin-bottom: 10px
}

.schedule .schedule-list .day .h, .schedule .schedule-list .day .time {
    margin: 0 0 1px;
    display: block
}

.schedule .schedule-list .day .h {
    display: block;
    letter-spacing: .04em;
    color: #05520f
}

.schedule .schedule-list .button {
    min-width: 0;
    width: auto;
    margin-top: 18px;
    padding-left: 2px;
    padding-right: 2px;
    display: block
}

.team .carousel {
    width: auto;
    position: relative;
    margin: 30px 0
}

@media (min-width: 999px) {
    .team .carousel {
        margin: 60px 0
    }
}

.team .carousel:after {
    display: table;
    content: "\0020";
    clear: both
}

.team .carousel .slick-track {
    margin: 0 auto
}

.team .carousel.slick-initialized .slick-slide {
    clear: none !important
}

.team .carousel.slick-initialized .slick-arrow {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    opacity: .9;
    background-image: url(/templates/images/arrow-pink.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: 26%;
    z-index: 100;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.team .carousel.slick-initialized .slick-arrow:hover {
    opacity: 1
}

.team .carousel.slick-initialized .slick-arrow.slick-prev {
    left: -15px
}

.team .carousel.slick-initialized .slick-arrow.slick-next {
    right: -15px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-backface-visibility: hidden
}

@media (min-width: 750px) {
    .team .carousel.slick-initialized .slick-arrow.slick-prev {
        left: 10px
    }

    .team .carousel.slick-initialized .slick-arrow.slick-next {
        right: 10px
    }
}

@media (min-width: 1024px) {
    .team .carousel.slick-initialized .slick-arrow.slick-prev {
        left: -24px
    }

    .team .carousel.slick-initialized .slick-arrow.slick-next {
        right: -24px
    }
}

@media (min-width: 750px) {
    .team .carousel {
        margin-left: -18px;
        margin-right: -18px
    }
}

.team .carousel .item {
    margin-bottom: 20px;
    text-align: center
}

@media (min-width: 750px) {
    .team .carousel .item {
        width: 50%;
        padding: 0 18px;
        float: left
    }

    .team .carousel .item:nth-of-type(odd) {
        clear: left
    }
}

@media (min-width: 999px) {
    .team .carousel .item {
        width: 33.3%
    }

    .team .carousel .item:nth-of-type(odd) {
        clear: none
    }

    .team .carousel .item:nth-of-type(3n+1) {
        clear: left
    }
}

.team .carousel .figure {
    margin-bottom: 24px
}

@media (min-width: 750px) {
    .team .carousel .figure {
        margin-bottom: 36px
    }
}

.team .carousel .figure a {
    display: inline-block
}

@media (min-width: 750px) {
    .team .carousel .figure a {
        position: relative
    }

    .team .carousel .figure a:before {
        display: block;
        content: "\0020";
        overflow: hidden;
        background: rgba(100, 0, 155, .3);
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

    .team .carousel .figure a:hover:before {
        opacity: 1
    }
}

.team .carousel .name {
    max-width: 50%;
    margin: 0 auto 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b8860b
}

@media (min-width: 750px) {
    .team .carousel .name {
        font-size: 18px;
        line-height: 24px
    }
}

.team .carousel .feature .details {
    display: none
}

@media (min-width: 750px) {
    .team .carousel .feature {
        font-size: 18px;
        line-height: 20px
    }
}

.sale {
    padding: 30px 0
}

@media (min-width: 750px) {
    .sale {
        padding: 90px 0
    }
}

.sale .heading {
    margin: 0 0 30px;
    color: #191919;
    text-align: center
}

@media (min-width: 750px) {
    .sale .heading {
        margin: 0;
        font-size: 46px;
        line-height: 68px;
        text-align: left
    }
}

@media (min-width: 750px) {
    .sale .heading, .sale .sale-list {
        width: 50%;
        float: left
    }
}

@media (min-width: 750px) {
    .sale .heading {
        padding-right: 50px
    }
}

.sale .sale-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 18px
}

.sale .sale-list:after {
    display: table;
    content: "\0020";
    clear: both
}

.sale .sale-list li {
    min-height: 50px;
    margin-bottom: 20px;
    padding: 4px 0 4px 80px;
    position: relative
}

.sale .sale-list li:last-child {
    margin-bottom: 0
}

@media (min-width: 568px) {
    .sale .sale-list li {
        width: 50%;
        float: left;
        padding-right: 20px
    }

    .sale-list li:nth-child(odd) {
        clear: left
    }
}

@media (min-width: 750px) {
    .sale .sale-list li {
        width: 100%;
        float: left;
        min-height: 80px;
        margin-bottom: 40px;
        padding: 18px 18px 18px 160px
    }
}

.sale .sale-list .number {
    font: 18px/normal Poiret One, cursive;
    color: #b8860b;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    text-align: center
}

.sale .sale-list .number span {
    font-size: 36px;
    margin-right: -8px
}

@media (min-width: 750px) {
    .sale .sale-list .number {
        font-size: 36px;
        width: 140px;
        text-align: center
    }

    .sale .sale-list .number span {
        font-size: 72px
    }
}

.news {
    margin-bottom: 30px
}

@media (min-width: 750px) {
    .news {
        margin-bottom: 60px
    }
}

.news.news-blog {
    padding-top: 20px
}

@media (min-width: 750px) {
    .news.news-blog {
        padding-top: 36px
    }

    .news.news-blog .list .item {
        margin-bottom: 40px
    }
}

.news .heading {
    margin: 0 0 20px;
    line-height: normal;
    color: #64009b;
    text-align: center
}

@media (min-width: 750px) {
    .news .heading {
        margin: 0 0 40px;
        font-size: 42px
    }
}

.news .list:after {
    display: table;
    content: "\0020";
    clear: both
}

@media (min-width: 568px) {
    .news .list {
        margin: 0 -10px 40px
    }
}

@media (min-width: 999px) {
    .news .list {
        margin-left: -26px;
        margin-right: -26px
    }
}

.news .list .item {
    margin-bottom: 20px
}

@media (min-width: 568px) {
    .news .list .item {
        width: 50%;
        padding: 0 10px;
        float: left
    }

    .news .list .item:nth-of-type(odd) {
        clear: left
    }
}

@media (min-width: 750px) {
    .news .list .item {
        width: 33.3%
    }

    .news .list .item:nth-of-type(odd) {
        clear: none
    }

    .news .list .item:nth-of-type(3n+1) {
        clear: left
    }
}

@media (min-width: 999px) {
    .news .list .item {
        padding: 0 26px
    }
}

.news .list .item > p:last-of-type {
    margin-bottom: 0
}

.news .list .item p .details {
    display: none
}

.news .list .figure {
    margin: 0 0 15px
}

.news .list .figure a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

@media (min-width: 750px) {
    .news .list .figure a:before {
        display: block;
        content: "\0020";
        overflow: hidden;
        background: rgba(100, 0, 155, .3);
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

    .news .list .figure a:hover:before {
        opacity: 1
    }
}

.news .list .figure img {
    width: 100%;
    max-width: 320px
}

@media (min-width: 750px) {
    .news .list .figure img {
        max-width: none
    }
}

.news .list time {
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #64009b
}

.news .list .name {
    margin: 0 0 8px;
    font: 700 14px/20px Avenir Next Cyr, Arial, sans-serif;
    color: #64009b;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: default
}

.news .list .name a {
    color: #64009b;
    text-decoration: none
}

@media (min-width: 999px) {
    .news .list .name {
        font-size: 18px
    }
}

.news .list .more {
    font-size: 15px;
    line-height: 24px
}

.news .link {
    margin: 0;
    text-align: center
}

.prices {
    padding-bottom: 10px;
    color: #fff;
    background: #b8860b
}

.prices .space {
    padding: 20px;
    background-size: 306px 154px;
    position: relative;
    top: -30px;
    margin-top: 30px
}

@media (min-width: 750px) {
    .prices .space {
        margin-top: 124px;
        margin-bottom: -46px;
        top: -80px;
        padding: 40px;
        background-position: 84px 100%
    }

    .prices .space .col {
        width: 50%;
        float: left
    }

    .prices .space .col:first-of-type {
        padding-right: 50px
    }
}

.prices .space:after {
    display: table;
    content: "\0020";
    clear: both
}

.prices .space .title {
    padding: 0 0 20px;
    color: #fff
}

.prices .space .heading {
    margin: 0 0 18px;
    text-align: center;
    line-height: 30px
}

@media (min-width: 750px) {
    .prices .space .heading {
        font-size: 35px;
        line-height: 56px;
        text-align: left
    }
}

@media (min-width: 750px) {
    .prices .col {
        width: 50%;
        float: left
    }

    .prices .col.col-30 {
        width: 30%
    }

    .prices .col.col-70 {
        width: 70%
    }
}

.prices .price {
    margin-bottom: 18px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .04em;
    text-align: center
}

.prices .price .sum {
    display: block;
    font-size: 36px;
    line-height: normal
}

@media (min-width: 750px) {
    .prices .price {
        text-align: right;
        display: inline-block
    }

    .prices .price .sum {
        font-size: 72px;
        line-height: 72px
    }
}

.prices .title {
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #191919;
    text-align: center
}

@media (min-width: 750px) {
    .prices .title {
        text-align: left;
        font-size: 19px;
        line-height: 27px
    }
}

.location {
    padding: 30px 0;
    color: #fff;
    background: #1D242C
}

@media (min-width: 750px) {
    .location {
        padding-bottom: 60px
    }
}

@media (min-width: 999px) {
    .location > .wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.location .heading {
    margin: 0 0 20px;
    text-align: center;
    line-height: 30px
}

@media (min-width: 999px) {
    .location .heading {
        margin-bottom: 44px;
        font-size: 42px;
        line-height: 56px
    }
}

.location .space:after {
    display: table;
    content: "\0020";
    clear: both
}

@media (min-width: 750px) {
    .location .space {
        margin-left: -10px;
        margin-right: -10px
    }

    .location .space .col {
        width: 50%;
        padding: 0 10px;
        float: left
    }
}

.location .figure {
    margin: 0 0 26px
}

.location .figure a {
    display: block
}

.location .icons-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    line-height: normal
}

@media (min-width: 999px) {
    .location .icons-list {
        margin: 0 0 80px;
        font-size: 15px;
        line-height: 20px
    }
}

.location .icons-list li {
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative
}

@media (min-width: 999px) {
    .location .icons-list li {
        margin-bottom: 35px;
        padding-left: 100px;
        padding-right: 30px
    }
}

.location .icons-list li .icon {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 4px;
    top: 0
}

@media (min-width: 999px) {
    .location .icons-list li .icon {
        width: 80px;
        height: 80px
    }
}

.location .icons-list li .h {
    margin-bottom: 6px;
    font-weight: 700
}

.location .details {
    display: none
}

.mfp-zoom-in .mfp-content {
    padding: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden
}

.mfp-zoom-in.mfp-bg, .mfp-zoom-in .mfp-content {
    opacity: 0;
    -webkit-transition: -webkit-transform .2s ease, opacity .2s ease;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-iframe-holder .mfp-close {
    top: -35px;
    right: 0
}

.mfp-bg {
    background: rgba(0, 0, 0, .75)
}

.mfp-bg.mfp-ready {
    opacity: .95
}

.mfp-container {
    padding: 0 10px
}

@media (min-width: 999px) {
    .mfp-container {
        padding: 0 20px
    }
}

.popup {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 28px 28px;
    background: #fff;
    position: relative
}

.popup .heading {
    margin: -20px 0 20px;
    font-size: 24px;
    line-height: normal;
    color: #05520f
}

.popup .form-submit {
    margin-top: 16px;
    text-align: right
}

.popup .mfp-close {
    width: 18px;
    height: 18px;
    padding: 0;
    display: block;
    top: 20px;
    right: 20px;
    opacity: 1;
    cursor: pointer
}

.popup .mfp-close:after, .popup .mfp-close:before {
    width: 25px;
    height: 1px;
    margin: -1px 0 0 -12px;
    overflow: hidden;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ec0090
}

.popup .mfp-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden
}

.popup .mfp-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden
}

.popup.popup-payment {
    max-width: 680px;
    position: relative;
    z-index: 1
}

@media (min-width: 750px) {
    .popup.popup-payment {
        padding: 40px 48px 70px
    }
}

.popup.popup-payment:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    background: url(/templates/images/kremlin.png) 91% 50% no-repeat;
    background-size: 60% auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .2
}

@media (min-width: 568px) {
    .popup.popup-payment:before {
        background-size: 53% auto
    }
}

.popup.popup-payment .title {
    margin: 0 0 20px;
    color: #ff009b
}

@media (min-width: 750px) {
    .popup.popup-payment .title {
        font-size: 36px
    }
}

.popup.popup-payment .h {
    margin-bottom: 24px;
    font-weight: 700;
    color: #64009b;
    letter-spacing: .04em;
    text-transform: uppercase
}

@media (min-width: 750px) {
    .popup.popup-payment .h {
        font-size: 18px;
        line-height: 26px
    }
}

.popup.popup-payment .price {
    display: inline-block;
    font-size: 21px;
    color: #ff009b;
    text-align: right;
    font-weight: 700
}

.popup.popup-payment .price span {
    display: block;
    font-size: 50px;
    line-height: 44px;
    letter-spacing: .04em
}

@media (min-width: 750px) {
    .popup.popup-payment .price span {
        font-size: 72px;
        line-height: 68px
    }
}

.popup.share {
    max-width: 640px
}

.popup.share .heading {
    margin-top: -10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media (min-width: 750px) {
    .popup.share .heading {
        font-size: 36px;
        line-height: 42px
    }
}

.popup.share .h {
    text-transform: uppercase;
    color: #64009b;
    font-weight: 700;
    letter-spacing: .05em
}

@media (min-width: 750px) {
    .popup.share .h {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 26px
    }
}

.popup.share .area {
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05)
}

@media (min-width: 750px) {
    .popup.share .area {
        padding: 20px 24px;
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 24px
    }
}

.popup.share .area p {
    margin: 0 0 6px
}

.popup.share .area p:last-of-type {
    margin-bottom: 0
}

.popup.share .area .image {
    margin: -15px -15px 15px;
    position: relative
}

@media (min-width: 750px) {
    .popup.share .area .image {
        margin: -20px -24px 18px
    }
}

.popup.share .area .image img {
    width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popup.share .area .image .logo {
    width: 104px;
    height: 20px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px
}

@media (min-width: 568px) {
    .popup.share .area .image .logo {
        width: 154px;
        height: 30px
    }
}

@media (min-width: 750px) {
    .popup.share .area .image .logo {
        width: 208px;
        height: 40px;
        top: 22px;
        left: 24px
    }
}

.popup.share .area .image .badge {
    padding: 4px 10px;
    margin: 0;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #ff009b;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: default
}

@media (min-width: 568px) {
    .popup.share .area .image .badge {
        font-size: 14px;
        line-height: normal;
        bottom: 15px
    }
}

@media (min-width: 750px) {
    .popup.share .area .image .badge {
        padding: 13px 20px;
        font-size: 18px;
        bottom: 24px
    }
}

.popup.share .area .image .badge:after, .popup.share .area .image .badge:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 100%
}

.popup.share .area .image .badge:before {
    border-width: 0 6px 10px 0;
    border-color: transparent #ff009b transparent transparent;
    top: 0
}

@media (min-width: 750px) {
    .popup.share .area .image .badge:before {
        border-width: 0 16px 24px 0
    }
}

.popup.share .area .image .badge:after {
    border-width: 0 0 10px 6px;
    border-color: transparent transparent #ff009b;
    bottom: 0
}

@media (min-width: 750px) {
    .popup.share .area .image .badge:after {
        border-width: 0 0 24px 16px
    }
}

.popup.share .social {
    text-align: center
}

.popup.share .social .h {
    margin-bottom: 8px
}

.popup.share .social ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.popup.share .social ul li {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle
}

.popup.share .social ul li a {
    width: 36px;
    height: 36px;
    display: block;
    background: #ff009b;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.popup.share .social ul li a:focus, .popup.share .social ul li a:hover {
    background-color: #64009b
}

.form-proceed {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: hsla(0, 0%, 100%, .95);
    cursor: default
}

.form-proceed .sent {
    width: 300px;
    height: 100px;
    padding-top: 55px;
    bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #ff009b;
    text-transform: uppercase;
    text-align: center
}

.form-proceed .sent, .form-proceed .sent .icon {
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.form-proceed .sent .icon {
    width: 34px;
    height: 34px;
    border: 5px solid #ff009b;
    border-radius: 50%
}

.form-proceed .sent .icon:after, .form-proceed .sent .icon:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 16px;
    height: 5px;
    border-radius: 1px;
    position: absolute;
    top: 10px;
    background: #ff009b
}

.form-proceed .sent .icon:before {
    width: 8px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden
}

.form-proceed .sent .icon:after {
    clear: both;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden
}

.form-proceed .button-close {
    width: 150px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.xdsoft_datetimepicker {
    padding-top: 0;
    border: 1px solid #ff009b;
    margin-top: 10px !important
}

.xdsoft_datetimepicker:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ff009b;
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: -6px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    z-index: -1
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    z-index: 10;
    background: #fff
}

.form-submit .ajax-loader, .wpcf7-mail-sent-ok, .wpcf7-validation-errors {
    display: none !important
}

.popup-sent .form-proceed-container {
    height: 160px;
    position: relative
}

.popup-sent .form-proceed {
    display: block
}

.f-page {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0
}

.f-page .heading {
    margin: 0 auto
}

body:not(.blog) .f-page-blog .heading {
    display: inline-block;
    padding: 30px 40px;
    background-color: rgba(100, 0, 155, .85)
}

@media (min-width: 750px) {
    .f-page .heading {
        max-width: 70%;
        font-size: 28px
    }
}

.f-page.f-page-blog {
    height: auto;
    min-height: 385px;
    padding-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/templates/images/blog.jpg);
    position: relative
}

@media (min-width: 750px) {
    .f-page.f-page-blog {
        padding-bottom: 56px
    }
}

.f-page.f-page-blog.f-page-post {
    height: 100%;
    padding-bottom: 64px;
    background-image: url(/templates/images/article.jpg)
}

@media (min-width: 750px) {
    .f-page.f-page-blog.f-page-post {
        padding-bottom: 164px
    }
}

.f-page.f-page-blog:after, .f-page.f-page-blog:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 0
}

.f-page.f-page-blog:before {
    border-width: 30px 0 0 160px;
    border-color: transparent transparent transparent #fff;
    left: 0
}

@media (min-width: 320px) {
    .f-page.f-page-blog:before {
        border-width: 30px 0 0 50vw
    }
}

@media (min-width: 750px) {
    .f-page.f-page-blog:before {
        border-width: 68px 0 0 50vw
    }
}

.f-page.f-page-blog:after {
    border-width: 0 0 30px 160px;
    border-color: transparent transparent #fff;
    right: 0
}

@media (min-width: 320px) {
    .f-page.f-page-blog:after {
        border-width: 0 0 30px 50vw
    }
}

@media (min-width: 750px) {
    .f-page.f-page-blog:after {
        border-width: 0 0 68px 50vw
    }
}

@media (min-width: 750px) {
    .f-page.f-page-blog .heading {
        font-size: 42px;
        line-height: normal
    }
}

.f-page.f-page-blog .tab-list {
    padding: 0;
    margin: 46px 0 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.f-page.f-page-blog .tab-list li {
    margin-bottom: 20px
}

@media (min-width: 750px) {
    .f-page.f-page-blog .tab-list li {
        margin: 0 10px;
        display: inline-block;
        vertical-align: middle
    }
}

.f-page.f-page-blog .tab-list li:last-of-type {
    margin-bottom: 0
}

.f-page.f-page-blog .tab-list li a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    text-decoration: none;
    -webkit-transition: border .2s ease, background .2s ease, color .2s ease;
    transition: border .2s ease, background .2s ease, color .2s ease;
    letter-spacing: .04em
}

.f-page.f-page-blog .tab-list li a:focus, .f-page.f-page-blog .tab-list li a:hover {
    border-color: transparent
}

.f-page.f-page-blog .tab-list li.active a {
    padding: 6px 12px;
    background: #fff;
    border: 2px solid #fff;
    color: #64009b
}

.f-page.f-page-blog .tab-list li.active a:focus, .f-page.f-page-blog .tab-list li.active a:hover {
    background: transparent;
    color: #fff
}

.f-page.f-page-submitted {
    height: auto;
    padding-bottom: 136px;
    background-color: #64009b;
    position: relative
}

@media (min-width: 568px) {
    .f-page.f-page-submitted {
        padding-top: 111px
    }
}

@media (min-width: 750px) {
    .f-page.f-page-submitted {
        padding-top: 170px;
        padding-bottom: 166px
    }
}

.f-page.f-page-submitted:after, .f-page.f-page-submitted:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 0
}

.f-page.f-page-submitted:before {
    border-width: 30px 0 0 160px;
    border-color: transparent transparent transparent #fff;
    left: 0
}

@media (min-width: 320px) {
    .f-page.f-page-submitted:before {
        border-width: 30px 0 0 50vw
    }
}

@media (min-width: 750px) {
    .f-page.f-page-submitted:before {
        border-width: 68px 0 0 50vw
    }
}

.f-page.f-page-submitted:after {
    border-width: 0 0 30px 160px;
    border-color: transparent transparent #fff;
    right: 0
}

@media (min-width: 320px) {
    .f-page.f-page-submitted:after {
        border-width: 0 0 30px 50vw
    }
}

@media (min-width: 750px) {
    .f-page.f-page-submitted:after {
        border-width: 0 0 68px 50vw
    }
}

.f-page.f-page-submitted .heading {
    letter-spacing: .05em
}

@media (min-width: 750px) {
    .f-page.f-page-submitted .heading {
        max-width: none;
        font-size: 42px;
        line-height: normal
    }
}

.gallery-small {
    margin: 0 0 50px;
    padding: 0;
    list-style: none
}

.gallery-small.slick-initialized {
    position: relative
}

.gallery-small.slick-initialized .slick-arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    display: block;
    cursor: pointer;
    opacity: .9;
    background: url(/templates/images/arrow.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    z-index: 100;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.gallery-small.slick-initialized .slick-arrow:hover {
    opacity: 1
}

.gallery-small.slick-initialized .slick-arrow.slick-prev {
    left: -15px
}

.gallery-small.slick-initialized .slick-arrow.slick-next {
    right: -15px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-backface-visibility: hidden
}

@media (min-width: 999px) {
    .gallery-small.slick-initialized .slick-arrow.slick-prev {
        left: -40px
    }

    .gallery-small.slick-initialized .slick-arrow.slick-next {
        right: -40px
    }
}

.gallery-small:after {
    display: table;
    content: "\0020";
    clear: both
}

@media (min-width: 750px) {
    .gallery-small li {
        width: 33.3%;
        padding: 0 16px;
        float: left
    }
}

.gallery-small li .figure {
    margin: 0
}

.gallery-small li .figure img {
    border-color: #fff
}

.certify {
    padding: 40px 0 20px;
    text-align: center;
    color: #fff;
    background: url(/templates/images/certify.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

@media (min-width: 750px) {
    .certify {
        padding-top: 100px;
        padding-bottom: 40px
    }
}

.certify:before {
    background: #64009b;
    opacity: .6;
    bottom: 0;
    z-index: -1
}

.certify:after, .certify:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.certify:after {
    height: 35px;
    clear: both;
    background: url(/templates/images/triangle-white.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 2
}

@media (min-width: 999px) {
    .certify:after {
        height: 60px
    }
}

@media (min-width: 750px) {
    .certify .heading {
        max-width: 76%;
        margin: 0 auto 110px
    }
}

.certify .certificate .image {
    margin: 0 auto 20px;
    padding: 0 50px;
    display: inline-block;
    position: relative
}

.certify .certificate .image:after, .certify .certificate .image:before {
    width: 32px;
    height: 74px;
    margin-top: -37px;
    display: block;
    content: "\0020";
    overflow: hidden;
    clear: both;
    background: url(/templates/images/spike.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%
}

.certify .certificate .image:before {
    left: 0
}

.certify .certificate .image:after {
    right: 0;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.certify .certificate .image img {
    max-height: 124px;
    max-width: 180px
}

@media (min-width: 750px) {
    .certify .certificate {
        max-width: 58%;
        margin: 0 auto;
        font-size: 16px;
        line-height: normal
    }
}

.qualities {
    padding: 22px 0 32px;
    color: #fff;
    text-align: center;
    background: #64009a url(/templates/images/vulkan.svg) 50% 100% repeat-x;
    background-size: auto 5px;
    position: relative
}

.qualities ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.qualities ul:after {
    display: table;
    content: "\0020";
    clear: both
}

.qualities ul li {
    margin-bottom: 20px
}

@media (min-width: 568px) {
    .qualities ul li {
        width: 25%;
        margin: 0;
        padding: 0 40px;
        float: left
    }
}

.qualities ul li .icon {
    margin-bottom: 8px
}

.qualities ul li p {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase
}

.form-contact {
    padding: 68px 0;
    text-align: center
}

.form-contact p {
    margin: 30px auto;
    max-width: 450px;
    color: #64009b
}

@media (min-width: 750px) {
    .form-contact p {
        font-size: 16px
    }
}

.form-contact .form-submit {
    margin-top: 10px
}

.components {
    padding: 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-family: Poiret One, cursive
}

.components:after {
    display: table;
    content: "\0020";
    clear: both
}

@media (min-width: 568px) {
    .components li {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 24px;
        float: left
    }

    .components li:nth-of-type(odd) {
        clear: left
    }
}

@media (min-width: 750px) {
    .components li {
        width: 33.3%
    }

    .components li:nth-of-type(odd) {
        clear: none
    }

    .components li:nth-of-type(3n+1) {
        clear: left
    }
}

@media (min-width: 999px) {
    .components li {
        width: 20%;
        margin-bottom: 64px
    }

    .components li:nth-of-type(3n+1) {
        clear: none
    }

    .components li:nth-of-type(5n+1) {
        clear: left
    }
}

.components li .icon {
    margin: 0 auto 10px;
    display: block
}

.list-check {
    padding: 0;
    list-style: none
}

@media (min-width: 750px) {
    .list-check {
        margin: 0 -20px;
        font-size: 16px
    }
}

.list-check li {
    min-height: 25px;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative
}

.list-check li .check {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    -webkit-backface-visibility: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.list-check li:nth-child(odd) .check {
    background-image: url(/templates/images/star-1.svg)
}

.list-check li:nth-child(2n) .check {
    background-image: url(/templates/images/star-2.svg)
}

.f-page.f-page-franchise {
    background-image: url(/templates/images/franchise.jpg)
}

.f-page.f-page-franchise:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.f-page.f-page-franchise:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
    background-color: #631298;
    background-image: url(../img/vulkan.svg)
}

.f-page .franchise-offer {
    width: 100%;
    height: 200px;
    z-index: 2
}

.f-page .franchise-offer p {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    background-color: #631298
}

@media (min-width: 750px) {
    .f-page .franchise-offer {
        height: 270px;
        font-size: 16px
    }
}

.franchise-offer .title {
    font-family: Poiret One, cursive;
    text-transform: uppercase
}

.f-page .franchise-offer .title {
    height: 40px;
    margin: 15px 0 10px;
    background-image: url(../img/offer-ribbon.svg);
    background-repeat: no-repeat;
    background-position: 50% 5px;
    background-size: auto 30px;
    color: #ff1ca0;
    font-size: 14px;
    line-height: 30px
}

@media (min-width: 500px) {
    .f-page .franchise-offer .title {
        height: 50px;
        margin: 20px 0 10px;
        font-size: 18px;
        line-height: 40px;
        background-size: auto 40px
    }
}

@media (min-width: 750px) {
    .f-page .franchise-offer .title {
        height: 75px;
        margin: 25px 0 40px;
        font-size: 26px;
        line-height: 55px;
        background-size: auto 65px
    }
}

.franchise-offer .title span {
    vertical-align: middle
}

.franchise-offer .title span:nth-child(2n) {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    background-color: #ff1ca0;
    border-radius: 50%;
    color: #fff
}

@media (min-width: 500px) {
    .franchise-offer .title span:nth-child(2n) {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 36px
    }
}

@media (min-width: 750px) {
    .franchise-offer .title span:nth-child(2n) {
        width: 75px;
        height: 75px;
        line-height: 75px;
        font-size: 52px
    }
}

.franchise-offer .offer-old_price {
    font-family: Poiret One, cursive;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: .05em;
    text-decoration: line-through
}

@media (min-width: 750px) {
    .franchise-offer .offer-old_price {
        font-size: 28px
    }
}

.f-page .franchise-offer .offer-price {
    font-family: Poiret One, cursive;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: .05em;
    display: inline-block;
    padding: 30px 40px;
    background-color: rgba(100, 0, 155, .85)
}

@media (min-width: 750px) {
    .f-page .franchise-offer .offer-price {
        font-size: 46px;
        line-height: 56px
    }
}

.franchise {
    margin-bottom: 418px;
    padding: 30px 0;
    background: #64009b;
    color: #fff;
    text-align: center
}

@media (min-width: 750px) {
    .franchise {
        text-align: left
    }
}

.franchise .features .h {
    color: #fff
}

.franchise .pricing {
    margin-top: -400px;
    position: relative;
    bottom: -400px;
    background-color: #ff009b;
    padding: 20px 20px 60px;
    background-image: url(../img/arrow1.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 999px) {
    .franchise .pricing {
        padding: 40px 54px 60px
    }
}

.franchise .pricing .franchise-offer {
    padding: 10px 0 30px;
    text-align: center
}

@media (min-width: 750px) {
    .franchise .pricing .franchise-offer {
        padding: 10px 0 50px
    }
}

.franchise .pricing .franchise-offer .title {
    margin: 20px 0;
    font-size: 18px;
    line-height: 30px
}

@media (min-width: 750px) {
    .franchise .pricing .franchise-offer .title {
        font-size: 22px
    }
}

.franchise .pricing .title span:nth-child(2n) {
    width: 36px;
    height: 36px;
    font-size: 26px;
    line-height: 36px;
    background-color: #65009e
}

@media (min-width: 750px) {
    .franchise .pricing .title span:nth-child(2n) {
        width: 56px;
        height: 56px;
        font-size: 38px;
        line-height: 56px
    }
}

.franchise .pricing .offer-subtitle {
    margin: 10px 0;
    font-size: 18px;
    color: #65009e;
    text-transform: uppercase;
    font-family: Poiret One, cursive
}

@media (min-width: 500px) {
    .franchise .pricing .offer-subtitle {
        height: 60px;
        margin: 20px 0;
        font-size: 25px;
        line-height: 50px;
        background-image: url(../img/offer-ribbon-2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 0
    }
}

@media (min-width: 750px) {
    .franchise .pricing .offer-subtitle {
        height: 85px;
        font-size: 38px;
        line-height: 75px
    }
}

@media (min-width: 999px) {
    .franchise .pricing .offer-subtitle {
        height: 98px;
        font-size: 45px;
        line-height: 88px
    }
}

.franchise .pricing .offer-old_price {
    font-size: 18px;
    line-height: 38px
}

@media (min-width: 750px) {
    .franchise .pricing .offer-old_price {
        font-size: 32px
    }
}

.franchise .pricing .offer-price {
    margin: 0 -20px 20px;
    font-family: Poiret One, cursive;
    font-size: 34px;
    line-height: 160px;
    color: #65009e;
    background-image: url(../img/arrow2.svg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: auto 100%
}

@media (min-width: 750px) {
    .franchise .pricing .offer-price {
        font-size: 62px;
        line-height: 230px
    }
}

@media (min-width: 999px) {
    .franchise .pricing .offer-price {
        margin: 0 -54px 20px
    }
}

.franchise .info {
    font-weight: 700;
    letter-spacing: .04em;
    color: #64009b
}

@media (min-width: 750px) {
    .franchise .info {
        font-size: 18px;
        line-height: 24px
    }
}

.franchise .image {
    max-width: 100%
}

.franchise .link {
    display: inline-block;
    letter-spacing: .04em;
    position: relative;
    color: #fff;
    text-decoration: none
}

@media (min-width: 750px) {
    .franchise .link {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 18px 18px 18px 76px
    }
}

.franchise .link > span {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px dashed #fff;
    -webkit-transition: border-bottom-color .2s ease;
    transition: border-bottom-color .2s ease
}

.franchise .link:hover > span {
    border-bottom-color: transparent
}

.franchise .link .icon {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 10px
}

@media (min-width: 750px) {
    .franchise .link .icon {
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 0
    }
}

.franchise .components {
    margin: 0
}

.franchise .presentation {
    max-width: 450px;
    margin: 30px auto 0;
    line-height: 150%;
    text-align: center
}

@media (min-width: 999px) {
    .franchise .presentation {
        margin-top: 0;
        padding-bottom: 65px
    }
}

@media (min-width: 750px) {
    .franchise .presentation {
        font-size: 17px
    }
}

.franchise .presentation .h {
    font-weight: 700
}

.franchise .presentation br {
    display: none
}

@media (min-width: 750px) {
    .franchise .presentation br {
        display: inline
    }
}

.franchise .download {
    margin-top: 30px
}

.franchise .download a {
    max-width: 250px;
    padding-top: 65px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative
}

.franchise .download a:focus, .franchise .download a:hover {
    color: #64009b
}

.franchise .download a .icon {
    width: 55px;
    height: 55px;
    margin-left: -23px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0
}

.download-package {
    margin: 70px 0 20px;
    text-align: center
}

.download-package p {
    margin-bottom: 30px;
    color: #631298
}

@media (min-width: 750px) {
    .download-package p {
        font-size: 16px
    }
}

.download-package img {
    max-width: 90%
}

.royalty, .royalty h3 {
    margin-bottom: 40px
}

.royalty h3 {
    text-align: center
}

.royalty .advantages {
    margin-bottom: 40px
}

@media (min-width: 750px) {
    .royalty .advantages .heading {
        text-align: center;
        margin-bottom: 60px
    }
}

.royalty .advantages .list-check li {
    font-weight: 700;
    color: #630099;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 40px
}

@media (min-width: 750px) {
    .royalty .advantages .list-check li {
        font-size: 16px;
        padding-left: 75px
    }
}

.royalty .heading {
    margin-top: 0;
    color: #ff009b
}

@media (min-width: 750px) {
    .royalty .heading {
        font-size: 36px
    }
}

.royalty .space:after {
    display: table;
    content: "\0020";
    clear: both
}

.royalty .space .col {
    margin-bottom: 20px
}

@media (min-width: 750px) {
    .royalty .space .col {
        width: 50%;
        margin-bottom: 0;
        padding: 0 45px;
        float: left
    }
}

.royalty .h {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #64009b;
    font-weight: 700;
    letter-spacing: .05em
}

@media (min-width: 750px) {
    .royalty .h {
        font-size: 16px;
        line-height: 22px
    }

    .royalty .h.h-bigger {
        font-size: 18px;
        line-height: 24px
    }

    .royalty .h.h-center {
        text-align: center
    }
}

.royalty .pink {
    color: #ff009b
}

@media (min-width: 750px) {
    .request {
        font-size: 16px
    }
}

.request .heading {
    color: #ff009b
}

@media (min-width: 750px) {
    .request .heading {
        font-size: 36px;
        margin: 0 0 12px
    }
}

.request .space:after {
    display: table;
    content: "\0020";
    clear: both
}

.request .space .col {
    margin-bottom: 20px
}

@media (min-width: 750px) {
    .request .space {
        margin: 0 -26px
    }

    .request .space .col {
        width: 50%;
        margin-bottom: 0;
        padding: 0 26px;
        float: left
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        top: -46px
    }
}

.partner-discounts {
    padding: 60px 0
}

.sale + .partner-discounts {
    padding: 30px 0 90px
}

@media (max-width: 750px) {
    .partner-discounts {
        padding: 30px 0;
        text-align: center
    }
}

.partner-discounts .frame {
    width: 100%;
    position: relative;
    padding: 20px;
    border: 10px solid #5e2180
}

@media (min-width: 750px) {
    .partner-discounts .frame {
        padding: 65px;
        border: 15px solid #5e2180
    }
}

.partner-discounts .logo {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -50px;
    background-image: url(../img/temp/energy-party-logo.png), url(../img/partner-logo-bgr.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width: 750px) {
    .partner-discounts .logo {
        height: 100px
    }
}

@media (min-width: 750px) {
    .partner-discounts .col {
        width: 50%;
        float: left
    }
}

@media (max-width: 750px) {
    .partner-discounts .col:first-child {
        padding-top: 30px
    }
}

.partner-discounts .number {
    font-family: Poiret One, cursive;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: .05em;
    color: #64009b
}

@media (min-width: 750px) {
    .partner-discounts .number {
        font-size: 160px;
        line-height: 160px
    }
}

.partner-discounts .present-img {
    max-width: 180px;
    margin: 0 auto;
    display: block
}

.partner-discounts .heading {
    color: #ff009b;
    margin-bottom: 0
}

@media (min-width: 750px) {
    .partner-discounts .heading {
        font-size: 46px
    }
}

.partner-discounts .h {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: .02em
}

@media (min-width: 750px) {
    .partner-discounts .h {
        font-size: 16px
    }
}

.partner-discounts .text {
    margin-bottom: 10px;
    color: #64009b
}

.partner-discounts .link {
    text-decoration: none
}

.article {
    padding: 20px 0;
    letter-spacing: .045em
}

@media (min-width: 750px) {
    .article {
        padding: 42px 0 34px
    }
}

@media (min-width: 750px) {
    .article figure {
        margin: 58px 0 64px
    }
}

.article a {
    color: #64009b
}

.article .title {
    margin: 18px 0 10px;
    font: 700 16px/normal Avenir Next Cyr, Arial, sans-serif;
    text-transform: uppercase;
    color: #64009b;
    letter-spacing: .05em
}

@media (min-width: 750px) {
    .article .title {
        margin: 38px 0 10px;
        font-size: 18px
    }
}

.article .download-in-pdf {
    color: #ff009b
}

.article .author {
    margin-top: 20px;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    line-height: 14px;
    text-align: right
}

.article .author .date, .article .author .name {
    margin-top: 5px;
    display: block
}

@media (min-width: 750px) {
    .article .author .date, .article .author .name {
        margin-top: 0;
        margin-left: 22px;
        display: inline
    }
}

.enrollment {
    margin-bottom: 25px;
    padding: 85px 0;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../img/video.jpg) no-repeat 50% 0;
    background-size: cover;
    cursor: default
}

@media (min-width: 750px) {
    .enrollment {
        padding: 155px 0 102px;
        margin-bottom: 65px
    }
}

.enrollment:after, .enrollment:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 0;
    z-index: 2
}

.enrollment:before {
    border-width: 30px 0 0 160px;
    border-color: transparent transparent transparent #fff;
    left: 0
}

@media (min-width: 320px) {
    .enrollment:before {
        border-width: 30px 0 0 50vw
    }
}

@media (min-width: 750px) {
    .enrollment:before {
        border-width: 68px 0 0 50vw
    }
}

.enrollment:after {
    border-width: 0 0 30px 160px;
    border-color: transparent transparent #fff;
    right: 0
}

@media (min-width: 320px) {
    .enrollment:after {
        border-width: 0 0 30px 50vw
    }
}

@media (min-width: 750px) {
    .enrollment:after {
        border-width: 0 0 68px 50vw
    }
}

.enrollment .picture {
    background-color: rgba(100, 0, 155, .75);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.enrollment .picture:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 160px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

@media (min-width: 320px) {
    .enrollment .picture:before {
        border-width: 30px 50vw 0
    }
}

@media (min-width: 750px) {
    .enrollment .picture:before {
        border-width: 68px 50vw 0
    }
}

.enrollment > .wrapper {
    position: relative;
    z-index: 3
}

.enrollment .button-enroll {
    margin-bottom: 48px
}

@media (min-width: 750px) {
    .enrollment .button-enroll {
        min-width: 420px
    }
}

.enrollment .title {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: .05em
}

.enrollment .social {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px
}

.enrollment .social li {
    margin: 0;
    padding: 0 4px;
    display: inline-block
}

.enrollment .social li a {
    color: #fff;
    text-decoration: none
}

.enrollment .social li a:hover {
    color: #ff009b
}

.enrollment .form-subscribe {
    margin-top: 42px
}

.enrollment .form-subscribe .form-line {
    margin: 6px 0 0
}

.enrollment .form-subscribe .form-line .email {
    width: 200px !important;
    margin: 0 auto 20px;
    background: #fff !important;
    border-color: transparent;
    display: block
}

@media (min-width: 750px) {
    .enrollment .form-subscribe .form-line .email {
        margin: 0 14px 0 0;
        display: inline-block;
        vertical-align: top
    }
}

.enrollment .form-subscribe .form-line .button {
    width: 200px;
    padding-right: 16px;
    padding-left: 16px
}

.sort {
    margin-bottom: 23px;
    text-align: right
}

.sort .link {
    padding-right: 18px;
    display: inline-block;
    vertical-align: top;
    color: #64009b;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none;
    font-weight: 700;
    position: relative
}

.sort .link:before {
    display: block;
    content: "\0020";
    overflow: hidden;
    width: 7px;
    height: 7px;
    margin: auto;
    border-top: 2px solid #64009b;
    border-left: 2px solid #64009b;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 3px;
    right: 2px;
    -webkit-transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, top .2s ease;
    transition: transform .2s ease, top .2s ease, -webkit-transform .2s ease
}

.sort .link.switched:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px
}

.player {
    margin-top: -128px;
    position: relative;
    z-index: 100
}

.player .figure {
    margin-bottom: 42px;
    border: 8px solid #64009b
}

.player .figure .aspect-ratio-16x9 {
    position: relative;
    padding-bottom: 56.25%
}

.player .figure iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.player .link {
    text-align: center
}

@media (min-width: 750px) {
    .player .link .button {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.statistics, [name=google_conversion_frame] {
    display: none
}

.statistics {
    margin-top: 20px;
    text-align: center
}

@media (max-width: 567px) and (min-height: 550px) {
    .statistics {
        display: block
    }
}

@media (min-width: 568px) and (max-width: 1365px) and (min-height: 700px) {
    .statistics {
        display: block
    }
}

@media (min-width: 568px) and (max-width: 1365px) and (min-height: 900px) {
    .statistics {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px
    }
}

@media (min-width: 1366px) {
    .statistics {
        display: block;
        position: absolute;
        margin-top: -79px;
        left: auto;
        right: 40px;
        top: 50%;
        bottom: auto;
        text-align: right
    }
}

.statistics-item {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: normal;
    font-family: Poiret One, cursive
}

@media (min-width: 568px) and (min-height: 750px) {
    .statistics-item {
        margin-bottom: 10px;
        font-size: 18px
    }
}

@media (min-width: 1366px) {
    .statistics-item {
        margin-bottom: 5px;
        font-size: 16px
    }
}

@media (min-width: 1440px) {
    .statistics-item {
        font-size: 18px
    }
}

.statistics-item span {
    color: #ff009b;
    font-family: Avenir Next Cyr, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700
}

@media (min-width: 568px) and (min-height: 750px) {
    .statistics-item span {
        font-size: 36px
    }
}

@media (min-width: 1366px) {
    .statistics-item span {
        font-size: 30px
    }
}

@media (min-width: 1440px) {
    .statistics-item span {
        font-size: 36px
    }
}

.statistics-info {
    font-size: 10px;
    margin-top: 10px
}

@media (orientation: landscape) and (max-height: 374px) {
    .main-offer {
        display: none
    }
}

.main-offer p {
    max-width: 400px;
    margin: 0 auto 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    font-size: 18px;
    font-family: Poiret One, cursive
}

@media (orientation: portrait) and (min-width: 568px) {
    .main-offer p {
        margin-bottom: 30px;
        padding-top: 40px
    }
}

@media (max-width: 749px) {
    .main-offer p {
        display: none
    }
}

.main-offer input, .main-offer textarea {
    border-color: #fff;
    color: #fff
}

.main-offer .button, .main-offer button, .main-offer input[type=submit] {
    min-width: 280px;
    border-color: #ffc200;
    color: #ffc200
}

@media (min-width: 568px) {
    .main-offer .button, .main-offer button, .main-offer input[type=submit] {
        min-width: 320px
    }
}

@media (min-width: 750px) {
    .main-offer .button, .main-offer button, .main-offer input[type=submit] {
        padding-left: 80px;
        padding-right: 80px;
        font-size: 12px;
        font-weight: 900
    }
}

.main-offer .button:hover, .main-offer button:hover, .main-offer input[type=submit]:hover {
    background-color: #ffc200;
    color: #fff
}

.main-offer ::-webkit-input-placeholder {
    color: #fff;
    opacity: .7;
    text-transform: uppercase
}

.main-offer :-moz-placeholder, .main-offer ::-moz-placeholder {
    color: #fff;
    opacity: .7;
    text-transform: uppercase
}

.main-offer:-ms-input-placeholder {
    color: #fff;
    opacity: .7;
    text-transform: uppercase
}

.section {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px
}

.section__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 920px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.section__veio-play {
    max-width: 180px;
    margin: 0 auto;
    padding-top: 86px;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative
}

.section__veio-play:hover {
    color: #ff009b
}

.section__veio-play:hover span:before {
    border-color: transparent transparent transparent #ff009b
}

.section__veio-play span {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid;
    -webkit-backface-visibility: hidden
}

.section__veio-play span, .section__veio-play span:before {
    display: block;
    position: absolute;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease
}

.section__veio-play span:before {
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    margin: -15px 0 0 -11px;
    border-style: solid;
    border-width: 15px 0 15px 28px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%
}

.section--certificate .section__wrapper {
    max-width: 450px
}

.section--certificate .section__text {
    margin-bottom: 30px;
    text-align: center;
    color: #64009b;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25
}

.section--certificate .section__text p:last-child {
    margin-bottom: 0
}

.section--certificate .section__img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 178px;
    border: 6px solid #64009e;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.section--certificate .section__img:after, .section--certificate .section__img:before {
    position: absolute;
    top: 50px;
    left: -66px;
    content: "" !important;
    display: block;
    padding-bottom: 68%;
    width: 63px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.6 24' fill='%2364009E'%3E%3Cpath d='M13.4 21.1c-.1-.1-.4-.1-.7-.2.3-1.2.5-3.7-3.2-5.6 0 0-.4 1.9-.1 3.6-.6-.4-1.1-.9-1.6-1.5.8-.9 2.3-3.2-.4-6.6 0 0-1.2 1.7-1.6 3.4-.4-.8-.6-1.6-.8-2.5 0-.2-.1-.3-.1-.5 1-.3 3.5-1.6 2.7-5.8 0 0-1.7.8-2.8 2 .1-1 .2-2 .5-2.9 1-.3 2.6-1.4 2.2-4.5 0 0-3.9 1.4-3.2 3.9-.2.5-.3 1.1-.4 1.7-.5-.6-1.2-1.2-2.3-1.8 0 0-.7 4.6 2.1 5 0 .8.1 1.6.2 2.4-.7-.5-1.7-.8-3.1-.8H0s1.4 4.1 3.9 4.1c.3 0 .5 0 .8-.1l.9 1.8c-.4-.1-.9-.2-1.3-.2-1.1 0-2.1.2-3.1.6 0 0 2.5 3.6 5.2 3.6.7 0 1.4-.3 2-.8 1.2 1 2.5 1.8 4 2.5-1.3.4-2.5.7-3.8.9l.2 1.2c1.5-.2 3.1-.6 4.6-1.1v-1.8z'/%3E%3C/svg%3E") no-repeat 0 0;
    background-size: cover
}

.section--certificate .section__img:after {
    left: auto;
    right: -60px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.section--certificate .section__img a {
    display: block
}

.section--certificate .section__img img {
    display: block;
    max-width: 100%
}

.section--video {
    padding: 0;
    color: #fff;
    width: 100%;
    min-height: 350px;
    background: url(../img/video.jpg) 50% 0 no-repeat;
    background-size: cover
}

.section--video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(136, 61, 216, .8)
}

.section--video .section__img {
    display: none;
    position: relative;
    padding-bottom: 56.25%;
    min-height: 300px;
    width: 100%
}

.section--video .section__img iframe {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%
}

.section--video .section__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 450px;
    z-index: 2
}

@media (min-width: 750px) {
    .section__veio-play {
        font-size: 16px;
        line-height: 18px
    }
}

@media (min-width: 992px) {
    .section--video .section__img {
        display: block
    }
}

.footer {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    background: #64009a
}

.footer__bottom {
    border-top: 1px solid;
    padding-top: 10px
}

.footer__bottom .footer__col {
    padding-bottom: 0
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px
}

.footer__col {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 1px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.footer__contacts a {
    color: #fff
}

.footer__bottom {
    color: #ff009b
}

.footer__social {
    color: #64009a
}

.footer .logo {
    display: inline-block
}

.footer .logo img {
    display: block;
    max-width: 100%;
    height: auto
}

.footer a {
    color: inherit;
    text-decoration: none
}

.footer a:hover, .footer a:hover:focus {
    text-decoration: underline
}

@media (min-width: 480px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        text-align: left
    }

    .footer__contacts, .footer__copyright--dev, .footer__social {
        text-align: right
    }
}

@media (min-width: 992px) {
    .footer {
        background: transparent
    }

    .footer__top {
        position: relative;
        padding: 10px 40px;
        background: #64009a
    }

    .footer__top:after, .footer__top:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-left: 16px solid #fff;
        border-bottom: 30px solid transparent
    }

    .footer__top:after {
        left: auto;
        right: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footer__bottom {
        border: 0;
        bottom: 20px
    }

    .footer__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .footer__col {
        padding-bottom: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        max-width: none
    }

    .footer__logo {
        text-align: left
    }

    .footer__contacts {
        text-align: center
    }

    .footer__contacts .contacts {
        display: inline-block;
        text-align: left
    }

    .footer__social {
        text-align: right
    }
}

.mfp-bottom-bar {
    background: none !important;
}

.gallery ul.nav .slick-track {
    width: 100% !important;
    left: 0 !important;
}

.gallery ul.nav .slick-slide {
    width: auto !important;
}

.content-text {
    margin: 0 0 100px;
}

.testimonials .carousel .item {
    padding-left: 78px;
}

.testimonials .carousel .item::before {
    left: 25px;
}

.gallery ul.for .slick-arrow.slick-prev {
    left: 13%;
}

.gallery ul.for .slick-arrow.slick-next {
    right: 13%;
}

.popup .mfp-close::after, .popup .mfp-close::before {
    background: #000;
}

.map-popup__address-line, .map-popup__address-undg {
    padding-left: 0;
}

@media (max-width: 1199px) {
    .gallery ul.for .slick-arrow.slick-next {
        right: -60px;
    }

    .gallery ul.for .slick-arrow.slick-prev {
        left: -60px;
    }
}

@media (max-width: 1000px) {
    #gallery {
        padding: 15px 30px;
    }

    .gallery ul.nav {
        width: 750px !important;
        margin: 10px 0 0 -375px;
    }

    .gallery ul.for .slick-arrow.slick-next {
        right: -45px;
    }

    .gallery ul.for .slick-arrow.slick-prev {
        left: -45px;
    }
}

@media (max-width: 768px) {
    .map-popup {
        width: 280px;
        top: 60px !important;
    }
}

@media (max-width: 479px) {
    .map-popup {
        width: 210px;
        top: 75px !important;
    }

    .map-popup__schedule-group {
        width: 100%;
    }
}