@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #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; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  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);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.1111;
  color: #000;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.container {
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

a {
  color: #0d80e6;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: 700; }

h2 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 40px; } }

p {
  padding: 0;
  margin: 0 0 20px 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.img-block {
  width: 100%;
  display: table;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-style: italic;
  margin-bottom: 45px;
  margin-top: 20px; }
  .img-block .img-block-inner {
    height: 230px;
    padding: 0 25px;
    display: table-cell;
    vertical-align: middle;
    background: url("../img/img-block01.jpg") 100% 0 no-repeat; }
  @media (min-width: 768px) {
    .img-block {
      text-align: left;
      background-position: 50% 0; }
      .img-block .img-block-inner {
        padding-left: 295px;
        padding-right: 60px; } }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.list-check li {
  padding-left: 28px;
  margin-bottom: 20px;
  background: url("../img/icon-check.png") 0 0 no-repeat; }
  .list-check li:last-child {
    margin-bottom: 0; }

.not-list {
  margin-bottom: 30px; }
  .not-list li {
    padding-left: 40px;
    margin-bottom: 20px;
    background: url("../img/icon-no.png") 0 3px no-repeat; }
    .not-list li:last-child {
      margin-bottom: 0; }

.img-box {
  margin-bottom: 40px; }

.line-box {
  padding: 20px 0;
  border-top: 1px solid #7ca8ca;
  border-bottom: 1px solid #7ca8ca; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 720px; } }
  @media (min-width: 1170px) {
    .container {
      width: 720px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1170px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.btn-yellow {
  margin: 0;
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 12px;
  line-height: 20px;
  text-align: center;
  position: relative;
  background: #ffdd2d;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  background-image: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 5px; }
  .btn-yellow:hover {
    color: #000;
    background: #ffd600;
    text-decoration: none; }
  .btn-yellow:active {
    background: #b09406; }

.btn-border {
  margin: 0;
  color: #000;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 20px;
  line-height: 30px;
  text-align: center;
  position: relative;
  background: #ffdd2d;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  background-image: none;
  border: 3px solid #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #ffeb67 0%, #ffb808 100%);
  background-image: linear-gradient(to bottom, #ffeb67 0%, #ffb808 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFEB67', endColorstr='#FFFFB808', GradientType=0);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); }
  .btn-border:hover {
    color: #000;
    background: #ffeb67;
    text-decoration: none; }
  .btn-border:active {
    background: #ffb808; }
  @media (min-width: 768px) {
    .btn-border {
      font-size: 30px;
      line-height: 30px; } }

.form-control {
  margin: 0;
  width: 100%;
  color: #000;
  outline: none;
  font-size: 20px;
  line-height: 25px;
  padding: 10px 15px;
  display: inline-block;
  background: #eef2f7;
  border: 1px solid #000;
  border-radius: 8px; }
  .form-control::-moz-placeholder {
    color: #black;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #eee; }
  .form-control::-webkit-input-placeholder {
    color: #000000; }
  .form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .form-control:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  .form-control:focus:-ms-input-placeholder {
    color: transparent; }
  .form-control:focus::-webkit-input-placeholder {
    color: transparent; }
  @media (min-width: 768px) {
    .form-control {
      padding: 15px 15px; } }

.red .form-control {
  border-color: #ff0000; }

label {
  font-weight: 400;
  display: block; }

.form-group {
  margin-bottom: 20px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hide {
  visibility: hidden;
  display: none !important; }

.show {
  visibility: visible;
  display: block !important; }

.invisible {
  visibility: hidden; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1170px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1170px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1170px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1170px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: #7b90a2 url("../img/footer_bg.jpg") 50% 0 no-repeat; }
  .footer .text {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px; }
    .footer .text span {
      display: block; }
  .footer .contact {
    margin-bottom: 40px; }
    .footer .contact li {
      line-height: 1; }
      .footer .contact li a {
        color: #000;
        text-decoration: none; }
      .footer .contact li.tel {
        color: #000;
        font-size: 30px;
        line-height: 34px; }
      .footer .contact li.contact-text {
        font-size: 15px;
        line-height: 15px; }
      .footer .contact li.mail {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 30px; }
  .footer .copy {
    line-height: 30px;
    text-align: center; }
  .footer .author {
    line-height: 30px;
    text-align: center; }
  @media (min-width: 768px) {
    .footer {
      height: 530px;
      padding-bottom: 20px; }
      .footer .text {
        font-size: 30px;
        line-height: 30px; }
      .footer .contact li.tel {
        font-size: 40px;
        line-height: 50px; }
      .footer .contact li.contact-text {
        font-size: 15px; }
      .footer .contact li.mail {
        font-size: 30px;
        line-height: 34px; } }

.top {
  z-index: 999;
  color: #fff;
  padding: 8px 0;
  position: relative;
  text-align: center;
  background: #7b90a2;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.75); }

  .top .logo-text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }

  .top .slogan {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 7px 0 0 0;
    margin-bottom: 6px; }
    .top .slogan a {
      color: #fff;
      text-decoration: none; }
  .top .btn-yellow {
    float: right; }
  @media (min-width: 768px) {
    .top {
      text-align: left; }
      .top .logo-text {
        display: block;
        float: left;
        padding-top: 8px;
        margin-bottom: 0; }
      .top .slogan {
        float: right;
        width: 370px;
        font-size: 20px;
        margin-bottom: 0;
        text-align: right;
        padding: 7px 0; } }

.b01 {
  text-align: center;
  background: url("../img/bg01.jpg") 50% 50% no-repeat;
  background-size: cover; }
  .b01 .t-row {
    width: 100%;
    display: table; }
    .b01 .t-row .t-col {
      height: 450px;
      display: table-cell;
      vertical-align: middle; }
  .b01 h1 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 18px;
    text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px; }
    .b01 h1 > span {
      display: block; }
    .b01 h1 .t1 {
      font-size: 50px;
      line-height: 50px; }
    .b01 h1 .t2 {
      font-size: 52px;
      font-weight: 700;
      line-height: 54px;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .b01 h1 .t3 span {
      font-size: 32px;
      line-height: 34px;
      padding: 5px 15px 8px 15px;
      border-radius: 5px;
      display: inline-block;
      vertical-align: middle;
      background: rgba(255, 255, 255, 0.7); }
  .b01 .text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px, black 0 0 1px; }
  @media (min-width: 768px) {
    .b01 h1 {
      font-weight: 400;
      margin-bottom: 18px; }
      .b01 h1 .t1 {
        font-size: 90px;
        line-height: 94px; }
      .b01 h1 .t2 {
        font-size: 102px;
        line-height: 110px; }
      .b01 h1 .t3 {
        font-size: 60px;
        line-height: 70px; }
    .b01 .text {
      font-size: 26px;
      line-height: 30px; } }

.b02 {
  background: #fff;
  padding-top: 40px; }
  .b02 .img-left {
    width: 255px;
    margin: 0 auto 15px auto; }
  .b02 .lead {
    padding: 20px 0;
    font-weight: 700;
    border-top: 1px solid #7ca8ca;
    border-bottom: 1px solid #7ca8ca; }
  @media (min-width: 768px) {
    .b02 .img-left {
      float: left;
      margin: 0 15px 15px 0; } }

.b021 {
  padding-top: 40px;
  padding-bottom: 60px; }
  .b021 .content {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 40px 30px;
    background-color: #F5DEB3;
    border: 1px solid #CD853F; }
  .b021 .video-box {
    text-align: center; }
  .b021 h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .b021 audio {
      width: 450px; } }

.b03 .gray-box {
  padding: 20px;
  background: #e9edf0;
  margin-bottom: 50px; }
  .b03 .gray-box.box-light {
    background: #f3f1f0; }
  .b03 .gray-box .gray-box-image {
    text-align: center; }
    .b03 .gray-box .gray-box-image img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
.b03 .list-line {
  padding: 20px 0; }
  .b03 .list-line li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px; }
    .b03 .list-line li:before {
      left: 0;
      top: 9px;
      width: 32px;
      content: '';
      position: absolute;
      border-bottom: 1px solid #000; }
@media (min-width: 768px) {
  .b03 .gray-box {
    padding: 40px; } }

.b04 {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 50px; }
  .b04 .top-text {
    text-align: center;
    padding-top: 220px;
    margin-bottom: 30px;
    background: url("../img/b04_img1.png") 50% 0 no-repeat; }
  @media (min-width: 768px) {
    .b04 .top-text {
      text-align: left;
      padding-top: 0;
      margin-left: -10px;
      padding-left: 220px; } }

.tabs {
  margin-bottom: 55px; }
  .tabs .tabs-nav {
    margin: 0;
    overflow: hidden;
    position: relative;
    border-bottom: 6px solid #7b90a2; }
    .tabs .tabs-nav li {
      width: 30%;
      float: left;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
      .tabs .tabs-nav li:first-child {
        border-left: transparent; }
      .tabs .tabs-nav li:last-child {
        border-right: transparent; }
      .tabs .tabs-nav li a {
        color: #000;
        width: 100%;
        height: 46px;
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        padding: 13px 2px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -ms-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        background-image: -webkit-linear-gradient(top, #ffe34d 0%, #ffc819 100%);
        background-image: -o-linear-gradient(top, #ffe34d 0%, #ffc819 100%);
        background-image: linear-gradient(to bottom, #ffe34d 0%, #ffc819 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFE34D', endColorstr='#FFFFC819', GradientType=0); }
        .tabs .tabs-nav li a:hover {
          background: #ffe34d; }
      .tabs .tabs-nav li.active a {
        color: #fff;
        background: #7b90a2; }
  .tabs .tabs-content {
    padding: 40px 10px;
    background: #f7f7f7; }
    .tabs .tabs-content span {
      color: #7ca8ca;
      text-transform: uppercase; }
  .tabs .tabs-item {
    display: none; }
    .tabs .tabs-item.active {
      display: block; }

.b05 {
  padding: 40px 0;
  background: #eef2f7; }
  .b05 h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 30px; }
    .b05 h3 span {
      color: #fff;
      padding: 4px 8px;
      display: inline-block;
      background: #ee858a;
      margin-top: 8px; }
  @media (min-width: 768px) {
    .b05 h3 {
      font-size: 40px;
      font-weight: 700;
      line-height: 50px; } }

.b06 {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .b06 h3 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 10px; }
  .b06 .box-image {
    padding: 40px 30px;
    margin-bottom: 50px;
    background: url("../img/b06_img1.jpg") 50% 0 no-repeat;
    background-size: cover; }
    .b06 .box-image li {
      width: 100%;
      display: table;
      margin-bottom: 20px; }
      .b06 .box-image li span {
        display: table-cell; }
  .b06 .box-yellow {
    background: #fff3bd;
    padding: 40px 30px;
    margin-bottom: 50px; }
    .b06 .box-yellow h3 {
      margin-bottom: 25px; }
  @media (min-width: 768px) {
    .b06 h3 {
      font-size: 40px; }
    .b06 .box-image li {
      margin-bottom: 0;
      margin-top: -8px; }
      .b06 .box-image li span {
        height: 70px;
        padding-left: 80px;
        vertical-align: middle; }
      .b06 .box-image li.item1 {
        margin-top: 0;
        background: url("../img/b06_item1.png") 0 50% no-repeat; }
      .b06 .box-image li.item2 {
        background: url("../img/b06_item2.png") 0 50% no-repeat; }
      .b06 .box-image li.item3 {
        background: url("../img/b06_item3.png") 0 50% no-repeat; }
      .b06 .box-image li.item4 {
        background: url("../img/b06_item4.png") 0 50% no-repeat; }
      .b06 .box-image li.item5 {
        background: url("../img/b06_item5.png") 0 50% no-repeat; } }

.b07 {
  padding: 20px 0;
  background: #f3f1f0; }
  .b07 .b07-image {
    max-width: 350px;
    margin: 0 auto 10px auto; }
  .b07 .price-box {
    max-width: 310px;
    margin: 0 auto; }
  .b07 .price-old {
    color: #000;
    font-size: 25px;
    line-height: 27px;
    text-decoration: line-through; }
  .b07 .price-new {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 20px; }
    .b07 .price-new b {
      color: #c70b0b;
      font-size: 40px; }
  .b07 .price-sale {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 32px;
    padding: 4px 0 4px 140px;
    background: url("../img/b07_sale.png") 0 50% no-repeat; }
  .b07 .price-text {
    font-size: 20px;
    line-height: 20px;
    padding-top: 24px;
    margin-bottom: 10px;
    border-top: 1px solid #000; }
  .b07 .price-video {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px 0 10px 80px;
    background: url("../img/b07_play.png") 0 50% no-repeat; }
  .b07 .text {
    font-size: 20px;
    text-align: center; }
  .b07 .btn-lg {
    margin: 0;
    width: 100%;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 60px;
    line-height: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    background-image: none;
    margin-bottom: 25px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #ffeb66 0%, #ffb808 100%);
    background-image: linear-gradient(to bottom, #ffeb66 0%, #ffb808 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFEB66', endColorstr='#FFFFB808', GradientType=0);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); }
    .b07 .btn-lg:hover {
      color: #000;
      background: #ffeb66;
      text-decoration: none; }
    .b07 .btn-lg:active {
      background: #ffb808; }
    .b07 .btn-lg:after, .b07 .btn-lg:before {
      top: 50%;
      content: '';
      z-index: 50;
      width: 38px;
      height: 38px;
      margin-top: -19px;
      position: absolute;
      border-radius: 50%;
      box-shadow: inset 0px 0px 7px 0px rgba(255, 190, 14, 0.75); }
    .b07 .btn-lg:after {
      left: 14px;
      background: url("../img/icon-basket.png") 0 0 no-repeat; }
    .b07 .btn-lg:before {
      right: 14px;
      background: url("../img/icon-arrow.png") 0 0 no-repeat; }
  @media (min-width: 768px) {
    .b07 .price-box {
      margin: 0;
      max-width: inherit; }
    .b07 .btn-lg {
      width: 100%;
      font-size: 30px;
      line-height: 30px;
      padding-left: 110px;
      padding-right: 110px; } }

.b08 {
  padding: 30px 0 5px 0;
  background: #e7e5e4; }
  .b08 .advantage {
    margin: 0 -10px; }
    .b08 .advantage li {
      width: 50%;
      float: left;
      font-size: 15px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 25px;
      text-align: center;
      padding: 105px 10px 0 10px; }
      .b08 .advantage li strong {
        font-size: 20px;
        display: block; }
      .b08 .advantage li.item1 {
        background: url("../img/b08_item1.png") 50% 0 no-repeat; }
      .b08 .advantage li.item2 {
        background: url("../img/b08_item2.png") 50% 0 no-repeat; }
      .b08 .advantage li.item3 {
        background: url("../img/b08_item3.png") 50% 0 no-repeat; }
      .b08 .advantage li.item4 {
        background: url("../img/b08_item4.png") 50% 0 no-repeat; }
      .b08 .advantage li.item5 {
        margin-left: 25%;
        background: url("../img/b08_item5.png") 50% 0 no-repeat; }
  @media (min-width: 768px) {
    .b08 .advantage li {
      width: 20%; }
      .b08 .advantage li.item5 {
        margin-left: 0; } }

.b09 {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 40px;
  background: #ffdd2d url("../img/b09_bg.jpg") 50% 0 no-repeat; }
  .b09 .text {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px; }
    .b09 .text span {
      display: block; }
  .b09 .contact li {
    line-height: 1; }
    .b09 .contact li a {
      color: #000;
      text-decoration: none; }
    .b09 .contact li.tel {
      color: #000;
      font-size: 30px;
      line-height: 34px; }
    .b09 .contact li.contact-text {
      font-size: 15px;
      line-height: 15px; }
    .b09 .contact li.mail {
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 30px; }
  @media (min-width: 768px) {
    .b09 {
      height: 405px;
      padding-bottom: 20px; }
      .b09 .text {
        font-size: 30px;
        line-height: 30px; }
      .b09 .contact li.tel {
        font-size: 40px;
        line-height: 50px; }
      .b09 .contact li.contact-text {
        font-size: 15px; }
      .b09 .contact li.mail {
        font-size: 30px;
        line-height: 34px; } }

.b10 {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .b10 .author {
    max-width: 280px;
    text-align: center;
    margin: 0 auto 20px auto; }
    .b10 .author .author-photo {
      margin-bottom: 30px; }
    .b10 .author .author-name {
      font-size: 18px;
      line-height: 20px; }
      .b10 .author .author-name strong {
        display: block; }
  .b10 .text a {
    color: #000;
    font-weight: 700;
    text-decoration: none; }
    .b10 .text a:hover {
      text-decoration: underline; }
  .b10 .text .autograf {
    margin-top: -15px; }
  @media (min-width: 768px) {
    .b10 .author {
      margin: 0;
      width: 170px;
      max-width: inherit; }
    .b10 .text {
      margin-left: -20px; } }

.b11 {
  background: #f3f1f0;
  padding-top: 40px;
  padding-bottom: 40px; }

.b12 {
  background: #fff;
  padding: 50px 0; }
  .b12.b121 {
    padding-top: 0; }
  .b12 .yellow-border {
    text-align: center;
    padding: 30px 30px;
    border: 2px solid #ffdd2d; }
  .b12 .text {
    margin-bottom: 35px; }
  .b12 .text2 {
    margin-bottom: 35px; }
  .b12 h2 span {
    padding-left: 53px;
    background: url("../img/icon-heart.png") 0 0 no-repeat; }
  .b12 .form-container {
    max-width: 400px;
    margin: 0 auto; }
    .b12 .form-container .form-group {
      margin-bottom: 50px; }
    .b12 .form-container .btn-border {
      width: 100%; }
  .b12 .mlogo {
    max-width: 300px;
    margin: 0 auto 30px auto; }
  @media (min-width: 768px) {
    .b12 .yellow-border {
      padding: 45px 50px; }
    .b12 h2 span {
      background-position: 0 7px; } }

.b13 {
  padding-top: 45px;
  padding-bottom: 55px;
  background: #e9dfd0 url("../img/b13_bg.jpg") 50% 0 no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .b13 {
      height: 490px;
      background-size: auto auto; } }

.b14 {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px; }
  .b14.b141 {
    padding-bottom: 0; }
  .b14 .video-review {
    margin: 0 -2px 50px -2px; }
    .b14 .video-review li {
      float: left;
      width: 100%;
      padding: 0 2px;
      margin-bottom: 5px; }
  .b14 .review li {
    padding: 30px 40px;
    background: #f3f1f0;
    margin-bottom: 45px; }
    .b14 .review li .review-author {
      margin-bottom: 25px; }
      .b14 .review li .review-author .review-photo {
        width: 180px;
        overflow: hidden;
        margin: 0 auto 10px auto;
        border-radius: 5px; }
      .b14 .review li .review-author .review-name {
        font-size: 18px;
        line-height: 20px;
        text-align: center; }
        .b14 .review li .review-author .review-name span {
          display: block; }
        .b14 .review li .review-author .review-name a {
          color: #000;
          text-decoration: none; }
    .b14 .review li .review-text h4 {
      font-size: 25px;
      font-weight: 700;
      line-height: 27px;
      margin-bottom: 20px; }
  .b14 .review-mobile {
    max-width: 370px;
    position: relative;
    padding: 0 20px 35px 20px;
    margin: 0 auto 40px auto; }
    .b14 .review-mobile .review-mobile-item {
      outline: none;
      margin: 0 10px; }
    .b14 .review-mobile .slick-dots {
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      padding: 0;
      font-size: 0;
      line-height: 0;
      list-style: none;
      text-align: center;
      position: absolute; }
      .b14 .review-mobile .slick-dots li {
        margin: 0 4px;
        display: inline-block; }
        .b14 .review-mobile .slick-dots li button {
          width: 16px;
          height: 16px;
          outline: none;
          cursor: pointer;
          display: inline-block;
          border: 2px solid #ffdd2d;
          background: transparent;
          border-radius: 50%; }
        .b14 .review-mobile .slick-dots li.slick-active button {
          background: #ffdd2d; }
  .b14 .review-nav {
    top: 50%;
    width: 18px;
    height: 35px;
    display: none;
    cursor: pointer;
    margin-top: -18px;
    position: absolute;
    background: url("../img/review-arrow.png") no-repeat; }
    .b14 .review-nav.prev {
      left: 0px;
      background-position: 0 0; }
      .b14 .review-nav.prev:hover {
        background-position: 0 -35px; }
    .b14 .review-nav.next {
      right: 0px;
      background-position: -18px 0; }
      .b14 .review-nav.next:hover {
        background-position: -18px -35px; }
  @media (min-width: 768px) {
    .b14 h2 {
      padding-left: 0px; }
    .b14 .video-review li {
      width: 50%; }
    .b14 .review li .review-author {
      float: left;
      width: 220px;
      margin-bottom: 0;
      text-align: left; }
      .b14 .review li .review-author .review-photo {
        width: 180px;
        margin: 0 0 10px 0; }
      .b14 .review li .review-author .review-name {
        text-align: left; }
    .b14 .review li .review-text {
      float: left;
      width: 400px; }
    .b14 .review-mobile {
      max-width: inherit; } }

.b15 {
  padding-top: 45px;
  padding-bottom: 35px;
  background: #fff3bd; }
  .b15 .faq li {
    padding-left: 40px;
    margin-bottom: 20px;
    background: url("../img/icon-quest.png") 0 0 no-repeat; }
  .b15 .faq .quest {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px; }



section.map {
    overflow: hidden;
    clear: both;
    width: 100%;
    height: 500px;
}
.map .container-map {
    position: relative;
    width: 970px;
    margin: 0 auto;
}
.adres-block {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 99;
    width:357px;
    height: 233px;
    padding: 20px 20px 0 20px;
    background:url(../../lp_love/img/balun.png) 50% 0 no-repeat;
}
.adres-block h4 {
    margin-bottom: 15px;
}
.adres-block ul {
}
.adres-block li {
    margin-bottom: 15px;
}
.adres-block li:last-child {
    margin-bottom: 0;
}



 .b07 .btn-lg1 {
    margin: 0;
    width: 100%;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 60px;
    line-height: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    background-image: none;
    margin-bottom: 25px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #9df794 0%, #00754a 100%);
    background-image: linear-gradient(to bottom, #9df794 0%, #00754a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFEB66', endColorstr='#FFFFB808', GradientType=0);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); }
    .b07 .btn-lg1:hover {
      color: #000;
      background: #37ad5f;
      text-decoration: none; }
    .b07 .btn-lg1:active {
      background: #37ad5f; }
    .b07 .btn-lg1:after, .b07 .btn-lg1:before {
      top: 50%;
      content: '';
      z-index: 50;
      width: 38px;
      height: 38px;
      margin-top: -19px;
      position: absolute;
      border-radius: 50%;
      box-shadow: inset 0px 0px 7px 0px rgba(255, 255, 255, 0.75); }
    .b07 .btn-lg1:after {
      left: 14px;
      background: url("../img/icon-basket.png") 0 0 no-repeat; }
    .b07 .btn-lg1:before {
      right: 14px;
      background: url("../img/icon-arrow.png") 0 0 no-repeat; }
  @media (min-width: 768px) {
    .b07 .price-box {
      margin: 0;
      max-width: inherit; }
    .b07 .btn-lg1 {
      width: 100%;
      font-size: 30px;
      line-height: 30px;
      padding-left: 110px;
      padding-right: 110px; } }









.b08 {
  padding: 30px 0 5px 0;
  background: #e7e5e4; }
  .b08 .advantage {
    margin: 0 -10px; }
    .b08 .advantage li {
      width: 50%;
      float: left;
      font-size: 15px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 25px;
      text-align: center;
      padding: 105px 10px 0 10px; }
      .b08 .advantage li strong {
        font-size: 20px;
        display: block; }
      .b08 .advantage li.item1 {
        background: url("../img/b08_item1.png") 50% 0 no-repeat; }
      .b08 .advantage li.item2 {
        background: url("../img/b08_item2.png") 50% 0 no-repeat; }
      .b08 .advantage li.item3 {
        background: url("../img/b08_item3.png") 50% 0 no-repeat; }
      .b08 .advantage li.item4 {
        background: url("../img/b08_item4.png") 50% 0 no-repeat; }
      .b08 .advantage li.item5 {
        margin-left: 25%;
        background: url("../img/b08_item5.png") 50% 0 no-repeat; }
  @media (min-width: 768px) {
    .b08 .advantage li {
      width: 20%; }
      .b08 .advantage li.item5 {
        margin-left: 0; } }

.b09 {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 40px;
  background: #ffdd2d url("../img/b09_bg.jpg") 50% 0 no-repeat; }
  .b09 .text {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px; }
    .b09 .text span {
      display: block; }
  .b09 .contact li {
    line-height: 1; }
    .b09 .contact li a {
      color: #000;
      text-decoration: none; }
    .b09 .contact li.tel {
      color: #000;
      font-size: 30px;
      line-height: 34px; }
    .b09 .contact li.contact-text {
      font-size: 15px;
      line-height: 15px; }
    .b09 .contact li.mail {
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 30px; }
  @media (min-width: 768px) {
    .b09 {
      height: 405px;
      padding-bottom: 20px; }
      .b09 .text {
        font-size: 30px;
        line-height: 30px; }
      .b09 .contact li.tel {
        font-size: 40px;
        line-height: 50px; }
      .b09 .contact li.contact-text {
        font-size: 15px; }
      .b09 .contact li.mail {
        font-size: 30px;
        line-height: 34px; } }

.b10 {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .b10 .author {
    max-width: 280px;
    text-align: center;
    margin: 0 auto 20px auto; }
    .b10 .author .author-photo {
      margin-bottom: 30px; }
    .b10 .author .author-name {
      font-size: 18px;
      line-height: 20px; }
      .b10 .author .author-name strong {
        display: block; }
  .b10 .text a {
    color: #000;
    font-weight: 700;
    text-decoration: none; }
    .b10 .text a:hover {
      text-decoration: underline; }
  .b10 .text .autograf {
    margin-top: -15px; }
  @media (min-width: 768px) {
    .b10 .author {
      margin: 0;
      width: 170px;
      max-width: inherit; }
    .b10 .text {
      margin-left: -20px; } }

.b11 {
  background: #f3f1f0;
  padding-top: 40px;
  padding-bottom: 40px; }

.b12 {
  background: #fff;
  padding: 50px 0; }
  .b12.b121 {
    padding-top: 0; }
  .b12 .yellow-border {
    text-align: center;
    padding: 30px 30px;
    border: 2px solid #ffdd2d; }
  .b12 .text {
    margin-bottom: 35px; }
  .b12 .text2 {
    margin-bottom: 35px; }
  .b12 h2 span {
    padding-left: 53px;
    background: url("../img/icon-heart.png") 0 0 no-repeat; }
  .b12 .form-container {
    max-width: 400px;
    margin: 0 auto; }
    .b12 .form-container .form-group {
      margin-bottom: 50px; }
    .b12 .form-container .btn-border {
      width: 100%; }
  .b12 .mlogo {
    max-width: 300px;
    margin: 0 auto 30px auto; }
  @media (min-width: 768px) {
    .b12 .yellow-border {
      padding: 45px 50px; }
    .b12 h2 span {
      background-position: 0 7px; } }

.b13 {
  padding-top: 45px;
  padding-bottom: 55px;
  background: #e9dfd0 url("../img/b13_bg.jpg") 50% 0 no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .b13 {
      height: 490px;
      background-size: auto auto; } }

.b14 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 60px; }
  .b14.b141 {
    padding-bottom: 0; }
  .b14 .video-review {
    margin: 0 -2px 50px -2px; }
    .b14 .video-review li {
      float: left;
      width: 100%;
      padding: 0 2px;
      margin-bottom: 5px; }
  .b14 .review li {
    padding: 30px 40px;
    background: #f3f1f0;
    margin-bottom: 45px; }
    .b14 .review li .review-author {
      margin-bottom: 25px; }
      .b14 .review li .review-author .review-photo {
        width: 180px;
        overflow: hidden;
        margin: 0 auto 10px auto;
        border-radius: 5px; }
      .b14 .review li .review-author .review-name {
        font-size: 18px;
        line-height: 20px;
        text-align: center; }
        .b14 .review li .review-author .review-name span {
          display: block; }
        .b14 .review li .review-author .review-name a {
          color: #000;
          text-decoration: none; }
    .b14 .review li .review-text h4 {
      font-size: 25px;
      font-weight: 700;
      line-height: 27px;
      margin-bottom: 20px; }
  .b14 .review-mobile {
    max-width: 370px;
    position: relative;
    padding: 0 20px 35px 20px;
    margin: 0 auto 40px auto; }
    .b14 .review-mobile .review-mobile-item {
      outline: none;
      margin: 0 10px; }
    .b14 .review-mobile .slick-dots {
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      padding: 0;
      font-size: 0;
      line-height: 0;
      list-style: none;
      text-align: center;
      position: absolute; }
      .b14 .review-mobile .slick-dots li {
        margin: 0 4px;
        display: inline-block; }
        .b14 .review-mobile .slick-dots li button {
          width: 16px;
          height: 16px;
          outline: none;
          cursor: pointer;
          display: inline-block;
          border: 2px solid #ffdd2d;
          background: transparent;
          border-radius: 50%; }
        .b14 .review-mobile .slick-dots li.slick-active button {
          background: #ffdd2d; }
  .b14 .review-nav {
    top: 50%;
    width: 18px;
    height: 35px;
    display: none;
    cursor: pointer;
    margin-top: -18px;
    position: absolute;
    background: url("../img/review-arrow.png") no-repeat; }
    .b14 .review-nav.prev {
      left: 0px;
      background-position: 0 0; }
      .b14 .review-nav.prev:hover {
        background-position: 0 -35px; }
    .b14 .review-nav.next {
      right: 0px;
      background-position: -18px 0; }
      .b14 .review-nav.next:hover {
        background-position: -18px -35px; }
  @media (min-width: 768px) {
    .b14 h2 {
      padding-left: 50px; }
    .b14 .video-review li {
      width: 50%; }
    .b14 .review li .review-author {
      float: left;
      width: 220px;
      margin-bottom: 0;
      text-align: left; }
      .b14 .review li .review-author .review-photo {
        width: 180px;
        margin: 0 0 10px 0; }
      .b14 .review li .review-author .review-name {
        text-align: left; }
    .b14 .review li .review-text {
      float: left;
      width: 400px; }
    .b14 .review-mobile {
      max-width: inherit; } }

.b15 {
  padding-top: 45px;
  padding-bottom: 35px;
  background: #fff3bd; }
  .b15 .faq li {
    padding-left: 40px;
    margin-bottom: 20px;
    background: url("../img/icon-quest.png") 0 0 no-repeat; }
  .b15 .faq .quest {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px; }



section.map {
    overflow: hidden;
    clear: both;
    width: 100%;
    height: 500px;
}
.map .container-map {
    position: relative;
    width: 970px;
    margin: 0 auto;
}
.adres-block {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 99;
    width:357px;
    height: 233px;
    padding: 20px 20px 0 20px;
    background:url(../../lp_love/img/balun.png) 50% 0 no-repeat;
}
.adres-block h4 {
    margin-bottom: 15px;
}
.adres-block ul {
}
.adres-block li {
    margin-bottom: 15px;
}
.adres-block li:last-child {
    margin-bottom: 0;
}


.video-container {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}








.click_to_buy {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.click_to_buy .click_go {
    /* border: 1px solid #0055A6; */
    box-shadow: none;
    background: #0055A6;
    /* border-radius: 4px; */
    padding: 12px 15px 15px 15px;
    color: #FFF;
    font-size: 26px;
    /* font-weight: 700; */
    font-family: 'MuseoSansCyrl-900';
    max-width: 450px;
    margin: 0 auto 50px auto;
    font-family: 'Segoe_100';
}

/*02.07.2017*/
.container-movie {
        position: relative;
        background: url(../img/loading.gif) center center no-repeat;
        background-size: contain;
        position: relative;
        padding-bottom: 56.25%; 
        padding-top: 0;
        height: 0;
        /* box-shadow: 0px 3px 10px rgba(0,0,0,0.7); */
        overflow: hidden;
    }
    .container-movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-overlay-bottom {
    z-index: 8000;
    bottom: 0;
    max-height: 60px;
    height: 33%;
    width: 68%;
    margin-left: 25%;
    display: block;
    position: absolute;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#first-video-overlay {
    position: absolute;
      top: 0;
    left: 0;
    display: block;
    z-index: 2000;
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    /* background: rgba(46, 200, 43, 0.5); */
}
#playing-video-overlay {
    position: absolute;
      top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    /* background: rgba(133, 0, 1, 0.5); */
}
#paused-video-overlay {
  
    position: absolute;
      top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: rgba(13, 47, 26, 0.88);
    transition: 0.5s ease all;
}

#paused-video-overlay h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 2px rgba(0,0,0,0.95);
}
#paused-video-overlay img {
    transition: 0.5s ease all;
}
@media screen and (min-width: 992px) {
  .container-movie {
    max-width: 93%;
    padding-bottom: 52.25%;
    }
}
@media screen and (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }
  #paused-video-overlay h4 {
    margin: 5px 0;    
  }
  #paused-video-overlay img {
    max-width: 20% !important;
    margin-top: 5px !important;
  }
}
/* END 02.07.2018*/

#block_timer {
  /* background: #dddddd; */
  padding: 15px;
  /* margin-bottom: 4rem; */
  border-bottom: 1px solid #EEE;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.countdown {
  list-style: none;
  margin: 6px 0 0 0;
  padding: 0;
  /* display: block; */
  margin: 0;
  padding: 0;
  list-style: none;
  /* font-size: 59px; */
  /* line-height: 50px; */
  font-family: 'MuseoSansCyrl-300';
  letter-spacing: -0.03em;
  /* display: inherit; */
  display: block;
  /* margin-top: 30px; */
}
.countdown li {
  display: inline-block;
}
.countdown li span {
  /* font-weight: 700; */
  font-size: 50px;
  width: 100%;
  color: #fff;
  display: inline-block;
  /* font-size: 50px; */
  /* line-height: 50px; */
  font-family: 'MuseoSansCyrl-500';
  letter-spacing: -0.03em;
}
.countdown li.seperator {
  /* font-weight: 700; */
  font-size: 50px;
  color: #fff;
  position: relative;
  top: -3px;
  font-family: 'MuseoSansCyrl-500';
  letter-spacing: -0.03em;
}
.click_to_buy{
padding-top: 30px;
}
.top_box{
display: flex;
flex-direction: column;
}
/* END 16.07.2018*/
.timerBlock {
  width: 100%;
}

.block_timer__timer_box {
  background: #b81900;
  padding: 10px 80px 4px 80px;
  border-radius: 8px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}


.price_box__old {
  font-size: 44px;
  color: #333;
  /* font-family: 'MuseoSansCyrl-700'; */
  font-family: Tahoma, sans-serif;
  letter-spacing: -0.03em;
  /* font-size: 2.5rem; */
  text-decoration: line-through;
  /* float: left; */
  /* float: left; */
  display: inline-block;
}

.price_box__new {
  font-size: 44px;
  color: #b50000;
  font-family: 'MuseoSansCyrl-700';
  letter-spacing: -0.03em;
  /* font-size: 2.5rem; */
  font-family: Tahoma, sans-serif;
  /* float: left; */
  display: inline-block;
  margin-left: 30px;
}

.timer_box__title {
  
/* display: table-row-group; */
  
/* float: left; */
  
/* width: 100%; */
  
/* display: block; */
  
/* position: relative; */
  
text-align: center;
  
font-family: 'MuseoSansCyrl-300';
  
font-size: 18px;
  
font-family: Tahoma, sans-serif;
  
/* font-family: 'Segoe_600'; */
  
color: #FFF;
}

