/*!
 *  Reset 
 */
/* 
 * -------------------------- */
* {
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: none;
  padding: 0;
  margin: 0;
  outline: none; }
.serb-cat-text p {
margin: 0;
color: #fff;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
  margin: 0; }

li, dd, blockquote {
  margin-left: 0;
  list-style: none; }

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

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.04.2016, 12:20:33
    Author     : Michael
*/
/*!
 *  Font Awesome 4.6.2 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.6.2");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.2#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.33333333em;
  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.28571429em;
  text-align: center; }

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

.fa-ul > li {
  position: relative; }

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

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

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

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

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

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

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'Intro';
  src: local("Intro"), url("../fonts/intro.woff2") format("woff2"), url("../fonts/intro.woff") format("woff"), url("../fonts/intro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'PTSans';
  src: local("PTSans"), local("PTSans-Regular"), url("../fonts/ptsans.woff2") format("woff2"), url("../fonts/ptsans.woff") format("woff"), url("../fonts/ptsans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?zr67r");
  src: url("../fonts/icomoon.eot?zr67r#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?zr67r") format("truetype"), url("../fonts/icomoon.woff?zr67r") format("woff"), url("../fonts/icomoon.svg?zr67r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-1:before {
  content: "\e900"; }

.icon-2:before {
  content: "\e901"; }

.icon-3:before {
  content: "\e902"; }

.icon-4:before {
  content: "\e903"; }

.icon-5:before {
  content: "\e904"; }

.icon-6:before {
  content: "\e905"; }

.icon-7:before {
  content: "\e906"; }

.address-text a {
   color: #fa0512
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #fa0512;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    
}

/* Colors for Website */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  border-radius: 0;
  outline: none; }
  * :focus {
    outline: none; }

.contain {
  width: 961px;
  margin: 0 auto;
  position: relative; }

body {
  font-family: 'Intro';
  font-weight: 300;
  font-size: 20px;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #000000; }
  body h1 {
    font-size: 50px;
    line-height: 70px; }
  body h2 {
    line-height: 60px;
    font-size: 25px;
    font-weight: 400; }
  body h3 {
    line-height: 60px;
    font-size: 18px;
    font-family: "PTSans";
    font-weight: 400; }
  body h4 {
    line-height: 60px;
    font-size: 16px;
    font-weight: 400; }
  body h5 {
    line-height: 60px;
    font-size: 14px;
    font-weight: 400; }
  body h6 {
    line-height: 60px;
    font-size: 14px;
    font-weight: 400; }
  body p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400; }
  body .inline {
    display: inline-block; }
  body input.error {
    border-bottom: 3px solid #fa0512; }
  body label.error {
    display: none !important; }
  body input, body select {
    position: relative;
    display: block;
    overflow: hidden;
    height: 51px;
    width: 259px;
    background-color: transparent;
    box-sizing: border-box;
    border-bottom: 2px solid white;
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
    line-height: 3;
    font-family: "PTSans";
    color: black;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease; }
    body input:hover, body input:focus {
      background-color: rgba(255, 255, 255, 0.3); }
  body ::-webkit-input-placeholder,
  body ::-moz-placeholder,
  body :-moz-placeholder,
  body :-ms-input-placeholder {
    color: white; }
  body a.btn-style {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fa0512;
    height: 51px;
    width: 259px;
    color: white;
    text-align: center;
}
    body a.btn-style span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 250px;
      cursor: pointer;
      font-size: 18px;
      line-height: 1;
      vertical-align: middle;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
    body a.btn-style:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 33%;
      cursor: pointer;
      width: 0px;
      height: 0px;
      border-radius: 50%;
      background: white;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -ms-transition: 0.5s ease; }
    body a.btn-style:hover span {
      color: #fa0512; }
    body a.btn-style:hover:before {
      width: 400px;
      height: 400px; }

@media all and (max-width: 800px) {
  body h1 {
    font-size: 48px; 
} 
}

@media all and (max-width: 600px) {
  body h1 {
    font-size: 28px;
    line-height: 36px; } }

section.part1 {
  overflow: hidden; 
  position: relative;
}
  section.part1 > div {
    padding: 0;
    color: white;
    text-align: center; }
  section.part1 .slide1 {
    background: url("../images/bg1-1.jpg") repeat center top; }
  section.part1 .slide2 {
    background: url("../images/bg1-2.jpg") repeat center top; }
  section.part1 .slide3 {
    background: url("../images/bg1-3.jpg") repeat center top; }
    section.part1 .slide3 .high-qulity {
      width: 1000px !important; }
  section.part1 .next-prev-container {
    position: relative;
    bottom: 32px;
    margin: 0 auto;
    width: 126px;
    height: 60px; }
  section.part1 .next-prev-container:before {
    content: '';
    bottom: 27px;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 62.5px 55px 62.5px;
    border-color: transparent transparent white transparent;
    transform: translate(-50%);
    z-index: 20; }
  section.part1 #main-slider-nav-prev {
    width: 43px;
    height: 65px;
    background: url(../images/images-css/arrow-left.svg);
    bottom: 0;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    position: relative;
    z-index: 50; }
    section.part1 #main-slider-nav-prev .bx-prev {
      width: 35px;
      height: 60px;
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 50; }
  section.part1 #main-slider-nav-next {
    width: 43px;
    height: 65px;
    background: url(../images/images-css/arrow-right.svg);
    margin: 0 5px;
    bottom: 0;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 50; }
    section.part1 #main-slider-nav-next .bx-next {
      width: 35px;
      height: 60px;
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 50; }
  section.part1 #main-slider-nav-next:hover {
    background: url(../images/images-css/arrow-right-red.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  section.part1 #main-slider-nav-prev:hover {
    background: url(../images/images-css/arrow-left-red.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  section.part1 .slides-pager {
    position: relative;
    bottom: 170px;
    margin: 0 auto; }
    section.part1 .slides-pager a {
      width: 12px;
      height: 12px;
      display: inline-block;
      transform: rotate(45deg);
      box-sizing: border-box;
      border: 3px solid #a7a8b8;
      background-color: transparent;
      margin: 0 12px;
      transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -ms-transition: 0.5s ease; }
    section.part1 .slides-pager a:hover {
      border-color: #fa0512; }
    section.part1 .slides-pager a.active {
      background-color: #fa0512;
      border-color: #fa0512; }
  section.part1 header {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 100;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
    section.part1 header div {
      margin: auto; }
    section.part1 header .logo {
      display: inline-block;
      vertical-align: middle; }
    section.part1 header .contact-link {
      display: inline-block; }
      section.part1 header .contact-link a.phone, section.part1 header .contact-link a.mail {
        font-size: 18px;
        font-family: "PTSans";
        color: white;
        line-height: 3.333;
        display: inline-block;
        vertical-align: middle; }
        section.part1 header .contact-link a.phone img, section.part1 header .contact-link a.mail img {
          vertical-align: middle;
          padding-right: 10px;
          padding-left: 35px; }
      section.part1 header .contact-link a.phone {
        color: #fa0512; }
    section.part1 header ul.nav-menu li {
      display: inline;
      cursor: pointer;
      font-family: "Intro";
      font-size: 18px;
      font-family: "PTSans";
      line-height: 3.333;
      color: white;
      position: relative; }
      section.part1 header ul.nav-menu li a {
        padding: 10px 0;
        margin: 0 10px;
        color: white;
        box-sizing: border-box;
        transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -ms-transition: 0.5s ease; }
      section.part1 header ul.nav-menu li a.active, section.part1 header ul.nav-menu li a:focus, section.part1 header ul.nav-menu li a:hover {
        color: #fa0512; }
    section.part1 header .menu_btn {
      display: none;
      position: absolute;
      z-index: 50;
      width: 39px;
      height: 28px;
      padding: 26px;
      cursor: pointer; }
      section.part1 header .menu_btn #callMenu {
        width: 39px;
        height: 28px; }
        section.part1 header .menu_btn #callMenu span {
          width: 100%;
          height: 4px;
          background-color: #f1f1f1;
          border-radius: 3px;
          display: block;
          margin-bottom: 8px; }
        section.part1 header .menu_btn #callMenu span:last-child {
          margin-bottom: 0; }
    section.part1 header #closeBtnNav {
      display: none; }
    section.part1 header .nav_active {
      display: block !important; }
      section.part1 header .nav_active #closeBtnNav {
        display: block  !important; }
    section.part1 header .nav-block {
      height: 95px;
      z-index: 500;
      vertical-align: middle;
      display: inline-block;
      margin-left: 60px; }
      section.part1 header .nav-block ul.nav-menu {
        text-align: center; }
        section.part1 header .nav-block ul.nav-menu li {
          line-height: 90px; }
  section.part1 .part1-slider-text {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 10;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
  section.part1 h1 {
    padding-top: 235px;
    width: 777px;
    margin: 0 auto;
    padding-bottom: 30px; }
  section.part1 .high-qulity {
    font-size: 30px;
    font-family: "PTSans";
    line-height: 60px;
    width: 768px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    margin-top: 506px;
    margin-bottom: 392px;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative; }
    section.part1 .high-qulity span {
      color: #fa0512; }
  section.part1 .btn-style {
    margin: 220px auto 10px; }
  section.part1 .high-qulity:before {
    content: '';
    background-image: url(../images/images-css/angle-black.png);
    width: 45px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: -45px; }
  section.part1 h3 {
    line-height: 3.333; }

@media all and (max-width: 1500px) {
  section.part1 header .contact-link {
    vertical-align: middle;
    display: inline-block; }
    section.part1 header .contact-link a.phone, section.part1 header .contact-link a.mail {
      display: block;
      line-height: 40px; }
      section.part1 header .contact-link a.phone img, section.part1 header .contact-link a.mail img {
        padding-left: 25px; }
  section.part1 .nav-block ul.nav-menu li {
    cursor: pointer;
    text-align: left; }
  section.part1 .menu_btn {
    display: inline-block; } }

@media all and (max-width: 1280px) {
  section.part1 .contact-link a.mail, section.part1 .contact-link a.phone {
    font-size: 14px !important; }
    section.part1 .contact-link a.mail img, section.part1 .contact-link a.phone img {
      padding-right: 10px !important;
      padding-left: 0px !important;
      width: 25px !important; }
  section.part1 header .logo img {
    width: 180px; }
  section.part1 .nav-block {
    height: 60px !important;
    margin: 10px !important; }
    section.part1 .nav-block ul.nav-menu li {
      cursor: pointer;
      text-align: left;
      font-size: 16px;
      line-height: 60px !important; } }

@media all and (max-width: 1010px) {
  section.part1 .logo {
    width: 70% !important;
    text-align: left; }
    section.part1 .logo img {
      margin-left: 20px; }
  section.part1 .contact-link {
    width: 49.5% !important;
    text-align: right; }
    section.part1 .contact-link a {
      font-size: 14px !important;
      margin-right: 20px; }
      section.part1 .contact-link a img {
        padding-left: 10px !important;
        width: 25px !important; }
  section.part1 .high-qulity {
    border-left: 3px solid #fa0512; }
  section.part1 .high-qulity:before {
    display: none; }
  section.part1 .menu_btn {
    display: block !important;
    transform: translate(50%);
    position: absolute;
    cursor: pointer;
    right: 40%;
    top: 0px; }
  section.part1 .nav-block {
    display: none !important;
    position: absolute  !important;
    width: 100% !important; }
  section.part1 #closeBtnNav {
    position: absolute;
    cursor: pointer;
    top: -80px;
    width: 25px;
    height: 25px;
    padding: 25px;
    display: block;
    transform: translate(50%);
    right: 50%; } }

@media all and (max-width: 777px) {
  section.part1 > div h1 {
    width: 100% !important;
    line-height: 40px;
    padding-top: 125px !important;
    padding-bottom: 20px !important; }
  section.part1 > div h3 {
    line-height: 24px;
    font-size: 16px; }
  section.part1 > div .high-qulity {
    width: 296px;
    height: 70px;
    font-size: 23px !important;
    font-family: "PTSans";
    line-height: 1.6  !important;
    text-align: left;
    margin: 325px auto 240px !important;
    font-size: 20px  !important; }
  section.part1 > div .btn-style {
    margin-top: 160px !important;
    margin-bottom: 15px !important; }
  section.part1 > div .slides-pager {
    position: relative;
    bottom: 150px !important;
    margin: 0 auto; } }

@media all and (max-width: 700px) {
  section.part1 > div .btn-style {
    margin-top: 135px !important; }
  section.part1 > div .high-qulity {
    margin: 300px auto 265px !important; }
  section.part1 .logo {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50px;
    left: 0; }
  section.part1 .contact-link {
    vertical-align: middle;
    display: inline !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    text-align: center; }
    section.part1 .contact-link a.mail, section.part1 .contact-link a.phone {
      display: inline-block !important;
      margin-right: 10px !important; }
      section.part1 .contact-link a.mail img, section.part1 .contact-link a.phone img {
        width: 18px !important; }
    section.part1 .contact-link a.mail {
      float: right; }
    section.part1 .contact-link a.phone {
      float: left;
      margin-left: 10px !important; }
  section.part1 .menu_btn {
    transform: translate(0%) !important;
    right: 0% !important;
    top: 15px !important; }
  section.part1 .nav-block {
    position: fixed !important;
    width: 160px !important;
    margin: 0 !important;
    background-color: black;
    right: 0%;
    top: 0;
    bottom: 0;
    height: 1000vh !important;
    text-align: right;
    padding-top: 90px;
    z-index: 500 !important; }
    section.part1 .nav-block ul.nav-menu {
      padding-top: 10px  !important; }
      section.part1 .nav-block ul.nav-menu .link-menu {
        text-align: right !important;
        line-height: 60px !important;
        display: block;
        padding-right: 25px; }
  section.part1 #closeBtnNav {
    position: absolute;
    cursor: pointer;
    top: -80px;
    width: 25px;
    height: 25px;
    padding: 25px;
    display: block;
    transform: translate(0%);
    right: 0%;
    top: 0;
    z-index: 500; } }

@media all and (max-width: 351px) {
  section.part1 > div .high-qulity {
    margin: 325px auto 240px !important; } }

section.part2 {
  overflow: hidden; }
  section.part2 > div {
    padding: 60px 0 110px;
    color: black;
    text-align: center;
    position: relative;
    background-color: white; }
  section.part2 .services {
    width: 1300px;
    margin: 0 auto;
    text-align: left; }
    section.part2 .services a.services-block {
      margin: 10px;
      width: 300px;
      height: 273px;
      background-color: #f1f1f1;
      box-sizing: border-box;
      padding: 20px 50px;
      position: relative;
      display: inline-block;
      text-align: center;
      vertical-align: top;
      transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -ms-transition: 0.5s ease; }
      section.part2 .services a.services-block .services-block-content {
        position: absolute;
        top: 50%;
        left: 50%;
        color: black;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }
        section.part2 .services a.services-block .services-block-content .services-block-img {
          padding-bottom: 10px;
          transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          -ms-transition: 0.5s ease; }
          section.part2 .services a.services-block .services-block-content .services-block-img span {
            font-size: 60px;
            margin-bottom: 10px;
            box-sizing: border-box; }
        section.part2 .services a.services-block .services-block-content .services-block-text .services-block-text-title {
          font-size: 25px;
          font-family: "PTSans";
          line-height: 1.48;
          padding-top: 10px;
          transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          -ms-transition: 0.5s ease; }
        section.part2 .services a.services-block .services-block-content .services-block-text .services-block-text-more {
          font-size: 18px;
          font-family: "PTSans";
          color: #9d9d9d;
          line-height: 2.056;
          transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          -ms-transition: 0.5s ease; }
    section.part2 .services .services-block:hover {
      background-color: #fa0512;
      transform: scale(1.2);
      z-index: 10; }
      section.part2 .services .services-block:hover .services-block-img {
        border-bottom: 1px solid white; }
        section.part2 .services .services-block:hover .services-block-img span {
          font-size: 60px;
          color: white; }
      section.part2 .services .services-block:hover .services-block-text .services-block-text-title {
        color: white; }
      section.part2 .services .services-block:hover .services-block-text a.services-block-text-more {
        color: white; }

@media all and (max-width: 1280px) {
  section.part2 .services {
    width: 984px !important; }
  section.part2 a.services-block {
    width: 226px !important;
    height: 205px !important;
    padding: 20px 10px !important; }
    section.part2 a.services-block .services-block-text-title {
      font-size: 18px !important;
      line-height: 1.3 !important;
      width: 200px !important;
      width: 155px !important;
      padding-top: 10px; } }

@media all and (max-width: 1000px) {
  section.part2 .services {
    width: 680px !important;
    text-align: center; }
  section.part2 a.services-block {
    margin: 20px !important;
    width: 300px  !important;
    height: 270px  !important; } }

@media all and (max-width: 700px) {
  section.part2 .services {
    width: 100% !important;
    text-align: center; }
  section.part2 a.services-block {
    margin: 10px !important; } }

section.part3 {
  position: relative;
  background: url("../images/bg3.jpg") repeat center top; }
  section.part3 > div {
    padding: 110px 0 90px;
    color: black;
    text-align: center;
    position: relative; }
  section.part3 h1 {
    width: 615px;
    margin: 0 auto; }
  section.part3 .repairs {
    padding-top: 120px;
    padding-bottom: 156px; }
    section.part3 .repairs .repairs-block {
      display: inline-block;
      position: relative;
      margin: 0px 20px;
      height: 200px;
      vertical-align: text-top; }
      section.part3 .repairs .repairs-block .repairs-block-title {
        font-size: 25px;
        font-family: "PTSans";
        line-height: 2.8;
        padding: 0 20px; }
      section.part3 .repairs .repairs-block .repairs-block-text {
        width: 210px;
        margin: 0px 10px;
        font-size: 18px;
        font-family: "PTSans";
        line-height: 1.2; }
    section.part3 .repairs .repairs-block:before {
      content: '';
      position: absolute;
      display: block;
      height: 175px;
      width: 3px;
      background-color: #fa0512;
      left: -5px;
      top: 0px; }
    section.part3 .repairs .repairs-block:after {
      content: '';
      position: absolute;
      display: block;
      height: 175px;
      width: 1px;
      background-color: #fa0512;
      left: 2px;
      bottom: 0px; }
  section.part3 .slides-pager {
    position: relative;
    bottom: 0px;
    margin: 0 auto; }
    section.part3 .slides-pager a {
      width: 12px;
      height: 12px;
      display: inline-block;
      transform: rotate(45deg);
      box-sizing: border-box;
      border: 3px solid #a7a8b8;
      background-color: transparent;
      margin: 0 12px;
      transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -ms-transition: 0.5s ease; }
    section.part3 .slides-pager a:hover {
      border-color: #fa0512; }
    section.part3 .slides-pager a.active {
      background-color: #fa0512;
      border-color: #fa0512; }
  section.part3 .next-prev-container {
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    bottom: -32px;
    margin: 0 auto;
    width: 126px;
    height: 60px;
    z-index: 150; }
  section.part3 #repairs-slider-nav-prev {
    width: 43px;
    height: 65px;
    background: url(../images/images-css/arrow-left.svg);
    bottom: 0;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 3px; }
    section.part3 #repairs-slider-nav-prev .bx-prev {
      width: 35px;
      height: 60px;
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 50; }
  section.part3 #repairs-slider-nav-next {
    width: 43px;
    height: 65px;
    background: url(../images/images-css/arrow-right.svg);
    margin: 0 5px;
    bottom: 0;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat; }
    section.part3 #repairs-slider-nav-next .bx-next {
      width: 35px;
      height: 60px;
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 50; }
  section.part3 #repairs-slider-nav-next:hover {
    background: url(../images/images-css/arrow-right-red.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  section.part3 #repairs-slider-nav-prev:hover {
    background: url(../images/images-css/arrow-left-red.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  section.part3 a.btn-style {
    position: relative;
    bottom: 100px;
    margin: 0 auto; }

section.part3:after {
  content: '';
  bottom: -55px;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 62.5px 0 62.5px;
  position: absolute;
  border-color: #e5e5e5 transparent transparent transparent;
  transform: translate(-50%);
  z-index: 100; }

@media all and (max-width: 1400px) {
  section.part3 .repairs .repairs-block .repairs-block-title {
    line-height: 1.2;
    padding: 0 20px 20px !important;
    width: 160px  !important; }
  section.part3 .repairs .repairs-block .repairs-block-text {
    width: 180px  !important; } }

@media all and (max-width: 1280px) {
  section.part3 .repairs .repairs-block {
    display: inline-block;
    position: relative;
    margin: 0px 20px;
    height: 200px;
    vertical-align: text-top; }
    section.part3 .repairs .repairs-block .repairs-block-title {
      font-size: 25px;
      font-family: "PTSans";
      line-height: 1.2;
      padding: 0 10px 20px !important;
      width: 120px  !important; }
    section.part3 .repairs .repairs-block .repairs-block-text {
      width: 135px  !important; } }

@media all and (max-width: 1010px) {
  section.part3 > div {
    padding: 60px 0 90px;
    color: black;
    text-align: center;
    position: relative; }
  section.part3 h1 {
    width: 100% !important;
    font-size: 48px;
    line-height: 1.458;
    padding: 0 30px;
    box-sizing: border-box; }
  section.part3 .repairs {
    text-align: left !important;
    margin: 0 auto;
    width: 726px !important; }
    section.part3 .repairs .repairs-block {
      height: auto !important;
      margin: 10px 20px !important;
      text-align: left !important; }
      section.part3 .repairs .repairs-block .repairs-block-title {
        width: 260px !important;
        font-size: 25px;
        font-family: "PTSans";
        padding: 30px !important; }
      section.part3 .repairs .repairs-block .repairs-block-text {
        width: 260px !important;
        padding: 0 30px 70px !important;
        margin: 0px;
        font-size: 18px;
        font-family: "PTSans";
        line-height: 1.2; } }

@media all and (max-width: 700px) {
  section.part3 > div {
    padding: 60px 0 90px;
    color: black;
    text-align: center;
    position: relative; }
  section.part3 h1 {
    padding: 0 10px  !important;
    font-size: 28px  !important;
    line-height: 1.286  !important; }
  section.part3 .repairs {
    padding-top: 45px !important;
    padding-bottom: 130px !important;
    text-align: center !important;
    width: 295px !important;
    margin: 0 auto; }
    section.part3 .repairs .repairs-block {
      height: auto !important;
      display: block;
      text-align: center !important;
      width: 100% !important;
      margin: 0 auto !important;
      background: url(../images/images-main/line.png) no-repeat;
      background-position: bottom; }
      section.part3 .repairs .repairs-block .repairs-block-title {
        padding: 0 20px 20px !important; }
      section.part3 .repairs .repairs-block .repairs-block-text {
        width: 210px !important;
        margin: 10px !important; }
    section.part3 .repairs .repairs-block:before {
      display: none; }
    section.part3 .repairs .repairs-block:after {
      display: none; } }

section.part4 {
  overflow: hidden;
  background: url("../images/bg4.jpg") repeat center top;
  position: relative; }
  section.part4 > div {
    padding: 125px 0 95px;
    text-align: center;
    position: relative;
    color: white; }
  section.part4 h3 {
    font-size: 25px;
    font-family: "PTSans";
    line-height: 2.4; }
  section.part4 .high-qulity {
    font-size: 30px;
    font-family: "PTSans";
    line-height: 60px;
    width: 890px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    margin-top: 85px;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative; }
    section.part4 .high-qulity span {
      color: #fa0512; }
  section.part4 .high-qulity:before {
    content: '';
    background-image: url(../images/images-css/angle-black.png);
    width: 45px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: -45px; }
  section.part4 .reasons {
    margin-top: 70px;
    margin: 0 auto; }
    section.part4 .reasons .reasons-block {
      background-color: rgba(0, 0, 0, 0.502);
      width: 460px;
      height: 538px;
      margin: 0 20px;
      box-sizing: border-box;
      padding: 30px;
      display: inline-block;
      position: relative;
      vertical-align: top; }
      section.part4 .reasons .reasons-block .reasons-block-img {
        padding-bottom: 20px; }
      section.part4 .reasons .reasons-block .reasons-block-title {
        font-size: 25px;
        font-family: "PTSans";
        color: white;
        line-height: 1.24;
        text-align: center;
        height: 60px;
        padding-bottom: 20px;
        position: relative;
        margin: 0 auto;
        background: url("../images/images-css/line-block7.png") no-repeat center bottom;
        background-position: bottom; }
      section.part4 .reasons .reasons-block .reasons-block-text {
        margin-top: 20px;
        text-align: left; }
        section.part4 .reasons .reasons-block .reasons-block-text p {
          margin-bottom: 30px;
          position: relative;
          color: white;
          font-family: "PTSans";
          font-size: 20px;
          color: white;
          font-family: "PTSans";
          line-height: 1.35;
          transition: 0.5s ease;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          -ms-transition: 0.5s ease; }
          section.part4 .reasons .reasons-block .reasons-block-text p i {
            color: inherit;
            font-size: 20px;
            padding-right: 5px;
            display: inline; }
        section.part4 .reasons .reasons-block .reasons-block-text p:last-child {
          color: #fa0512; }
  section.part4 .slides-pager {
    display: none;
    position: relative;
    bottom: 0px;
    margin: 0 auto; }
    section.part4 .slides-pager a {
      width: 12px;
      height: 12px;
      display: inline-block;
      transform: rotate(45deg);
      box-sizing: border-box;
      border: 3px solid #a7a8b8;
      background-color: transparent;
      margin: 0 12px;
      transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -ms-transition: 0.5s ease; }
    section.part4 .slides-pager a:hover {
      border-color: #fa0512; }
    section.part4 .slides-pager a.active {
      background-color: #fa0512;
      border-color: #fa0512; }
  section.part4 .next-prev-container {
    display: none;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    bottom: -32px;
    margin: 0 auto;
    width: 126px;
    height: 60px;
    z-index: 50; }
  section.part4 #reasons-slider-nav-prev {
    width: 43px;
    height: 65px;
    background: url(../images/images-css/arrow-left.svg);
    bottom: 0;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 3px; }
    section.part4 #reasons-slider-nav-prev .bx-prev {
      width: 35px;
      height: 60px;
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 50; }
  section.part4 #reasons-slider-nav-next {
    width: 43px;
    height: 65px;
    background: url(../images/images-css/arrow-right.svg);
    margin: 0 5px;
    bottom: 0;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat; }
    section.part4 #reasons-slider-nav-next .bx-next {
      width: 35px;
      height: 60px;
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 50; }
  section.part4 #reasons-slider-nav-next:hover {
    background: url(../images/images-css/arrow-right-red.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  section.part4 #reasons-slider-nav-prev:hover {
    background: url(../images/images-css/arrow-left-red.svg);
    background-size: cover;
    background-repeat: no-repeat; }

section.part4:after {
  content: '';
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 62.5px 55px 62.5px;
  border-color: transparent transparent white transparent;
  display: none;
  transform: translate(-50%); }

@media all and (max-width: 1550px) {
  section.part4 .reasons .reasons-block {
    width: 411px !important; } }

@media all and (max-width: 1350px) {
  section.part4 .reasons .reasons-block {
    width: 296px !important;
    margin: 0 17px !important; }
    section.part4 .reasons .reasons-block .reasons-block-title {
      font-size: 20px; }
    section.part4 .reasons .reasons-block p {
      margin-bottom: 24px !important;
      font-size: 16px !important; } }

@media all and (max-width: 1010px) {
  section.part4 {
    overflow: visible !important; }
    section.part4 h1 {
      padding-bottom: 60px; }
    section.part4 .bx-wrapper {
      max-width: 296px;
      margin: 0 auto !important; }
    section.part4 .reasons {
      margin: 0 auto; }
      section.part4 .reasons .reasons-block {
        margin: 0 auto !important; }
    section.part4 h3 {
      font-size: 24px;
      line-height: 1.5;
      box-sizing: border-box;
      padding: 0 30px !important; }
    section.part4 .high-qulity {
      width: 712px !important;
      height: 60px !important;
      font-size: 24px; }
    section.part4 .slides-pager {
      display: block; }
    section.part4 .next-prev-container {
      display: block; }
  section.part4:after {
    display: block; } }

@media all and (max-width: 830px) {
  section.part4 .reasons {
    margin: 0 auto; }
  section.part4 .high-qulity {
    width: 296px !important;
    height: 105px !important;
    font-size: 23px !important;
    line-height: 1.4 !important;
    border-left: 3px solid #fa0512;
    text-align: left; }
  section.part4 .high-qulity:before {
    display: none; } }

@media all and (max-width: 700px) {
  section.part4 h3 {
    font-size: 18px !important;
    line-height: 1.333 !important;
    box-sizing: border-box;
    padding: 0 10px !important; } }

section.part5 {
  overflow: hidden;
  background-color: white; }
  section.part5 > div {
    padding: 105px 0 75px;
    color: black;
    text-align: center;
    position: relative; }
  section.part5 .price {
    padding-top: 50px;
    padding-bottom: 35px;
    text-align: left;
    margin: 0 auto;
    width: 1370px; }
    section.part5 .price .price-block {
      padding-bottom: 40px; }
      section.part5 .price .price-block .price-block-img {
        width: 273px;
        height: 180px;
        padding-right: 40px;
        display: inline-block;
        vertical-align: middle; }
      section.part5 .price .price-block .price-block-content {
        background-color: #f1f1f1;
        width: 1050px;
        height: 180px;
        box-sizing: border-box;
        padding: 35px 60px;
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        section.part5 .price .price-block .price-block-content .price-block-details .price-block-details-title {
          font-size: 25px;
          font-family: "PTSans";
          line-height: 1.24;
          color: black;
          text-align: left;
          width: 580px;
          padding-bottom: 38px;
          position: relative; }
          section.part5 .price .price-block .price-block-content .price-block-details .price-block-details-title span {
            color: #fa0512; }
        section.part5 .price .price-block .price-block-content .price-block-details .price-block-details-title:before {
          content: '';
          position: absolute;
          width: 388px;
          height: 2px;
          left: 0px;
          bottom: 26px;
          background-color: #e5e5e5; }
        section.part5 .price .price-block .price-block-content .price-block-details .price-block-details-title:after {
          content: '';
          position: absolute;
          width: 205px;
          height: 1px;
          left: 0px;
          bottom: 23px;
          background-color: #e5e5e5; }
        section.part5 .price .price-block .price-block-content .price-block-details .price-block-details-reasons {
          text-align: left; }
          section.part5 .price .price-block .price-block-content .price-block-details .price-block-details-reasons p {
            font-size: 20px;
            font-family: "PTSans";
            line-height: 1.24;
            width: 350px;
            display: inline-block;
            text-align: left;
            vertical-align: top; }
            section.part5 .price .price-block .price-block-content .price-block-details .price-block-details-reasons p i {
              padding-right: 5px;
              font-size: 25px; }
        section.part5 .price .price-block .price-block-content .price-block-cost {
          width: 279px;
          height: 180px;
          background-color: #ff2f3a;
          position: absolute;
          top: 0;
          right: 0; }
          section.part5 .price .price-block .price-block-content .price-block-cost > div {
            font-size: 35px;
            font-family: "Intro";
            color: white;
            position: absolute;
            right: 0%;
            top: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%); }
        section.part5 .price .price-block .price-block-content .price-block-cost:before {
          content: '';
          height: 90%;
          position: absolute;
          display: block;
          width: 1px;
          background-color: white;
          bottom: 5%;
          left: 2%; }
        section.part5 .price .price-block .price-block-content .price-block-cost:after {
          content: '';
          height: 40%;
          position: absolute;
          display: block;
          width: 1px;
          background-color: white;
          bottom: 5%;
          left: 3%; }
        section.part5 .price .price-block .price-block-content .price-block-cost-price {
          height: 130px; }
        section.part5 .price .price-block .price-block-content a.btn-style {
          position: absolute;
          bottom: 0;
          right: 0;
          background-color: #fa0512;
          width: 279px; }
      section.part5 .price .price-block .price-block-content:before {
        content: '';
        position: absolute;
        left: -22px;
        top: 66px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 27.5px 22px 27.5px 0;
        border-color: transparent #f1f1f1 transparent transparent; }
      section.part5 .price .price-block h3 {
        text-align: left; }

@media all and (max-width: 1500px) {
  section.part5 .price {
    width: 1280px !important;
    margin: 0 auto; }
    section.part5 .price .price-block .price-block-img img {
      padding-right: 35px !important; }
    section.part5 .price .price-block .price-block-content {
      width: 955px !important; }
    section.part5 .price .price-block .price-block-details-title {
      width: 550px !important; }
    section.part5 .price .price-block .price-block-details-reasons p {
      font-size: 18px !important; }
      section.part5 .price .price-block .price-block-details-reasons p i {
        font-size: 20px !important; }
    section.part5 .price .price-block .price-block-cost {
      width: 230px !important; }
      section.part5 .price .price-block .price-block-cost > div {
        font-size: 30px !important;
        text-align: center;
        line-height: 180px !important;
        top: 0 !important;
        left: 0 !important;
        transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
        -webkit-transform: translate(0%, 0%) !important;
        -o-transform: translate(0%, 0%) !important;
        -moz-transform: translate(0%, 0%) !important; }
    section.part5 .price .price-block .btn-style {
      width: 230px !important; }
    section.part5 .price #price-block3 .price-block-cost > div {
      line-height: 140px !important; } }

@media all and (max-width: 1290px) {
  section.part5 .price {
    padding-top: 50px;
    padding-bottom: 20px;
    width: 970px !important;
    margin: 0 auto; }
    section.part5 .price .price-block {
      padding-bottom: 30px !important; }
      section.part5 .price .price-block .price-block-img {
        width: 208px !important;
        padding-right: 30px !important;
        height: 135px !important; }
        section.part5 .price .price-block .price-block-img img {
          width: 208px !important;
          padding-right: 30px !important;
          height: 135px !important; }
      section.part5 .price .price-block .price-block-content {
        width: 715px !important;
        height: 135px !important;
        padding: 20px 30px !important; }
      section.part5 .price .price-block .price-block-details-title {
        font-size: 20px !important;
        line-height: 1.2;
        width: 450px !important;
        padding-bottom: 25px !important;
        height: 60px; }
      section.part5 .price .price-block .price-block-details-reasons p {
        font-size: 14px !important;
        width: 250px !important; }
        section.part5 .price .price-block .price-block-details-reasons p i {
          padding-right: 5px;
          font-size: 20px !important; }
      section.part5 .price .price-block .price-block-content:before {
        top: 50px !important; }
      section.part5 .price .price-block .price-block-cost {
        width: 174px !important;
        height: 135px !important; }
        section.part5 .price .price-block .price-block-cost > div {
          font-size: 30px !important;
          text-align: center;
          line-height: 135px !important;
          top: 0 !important;
          left: 0 !important;
          transform: translate(0%, 0%) !important;
          -ms-transform: translate(0%, 0%) !important;
          -webkit-transform: translate(0%, 0%) !important;
          -o-transform: translate(0%, 0%) !important;
          -moz-transform: translate(0%, 0%) !important; }
      section.part5 .price .price-block .btn-style {
        width: 174px !important;
        height: 40px !important; }
    section.part5 .price #price-block3 .price-block-cost > div {
      line-height: 100px !important; }
    section.part5 .price #price-block3 .price-block-details-title {
      font-size: 20px !important;
      line-height: 1.2;
      width: 450px !important;
      padding-bottom: 25px !important;
      height: 40px !important; } }

@media all and (max-width: 1010px) {
  section.part5 h3 {
    padding-top: 100px !important;
    text-align: center !important; }
  section.part5 h1 {
    width: auto !important;
    font-size: 48px !important;
    line-height: 1.458 !important;
    box-sizing: border-box;
    padding: 0 30px !important; }
  section.part5 .price {
    width: 718px !important;
    margin: 0 auto; }
    section.part5 .price .price-block .price-block-img {
      width: 273px !important;
      padding-right: 0 !important;
      height: 180px !important;
      vertical-align: top; }
      section.part5 .price .price-block .price-block-img img {
        width: 273px !important;
        padding-right: 0 !important;
        height: 180px !important; }
    section.part5 .price .price-block .price-block-content {
      width: 438px !important;
      height: 300px !important;
      vertical-align: top; }
      section.part5 .price .price-block .price-block-content .btn-style {
        bottom: -100px !important;
        right: 220px !important;
        width: 279px !important;
        height: 51px !important; }
      section.part5 .price .price-block .price-block-content .price-block-details-title {
        width: auto !important;
        height: 120px !important; }
      section.part5 .price .price-block .price-block-content .price-block-details-reasons p {
        font-size: 18px !important;
        line-height: 1.35 !important;
        width: auto !important; }
        section.part5 .price .price-block .price-block-content .price-block-details-reasons p i {
          font-size: 20px !important;
          line-height: 1.35 !important; }
    section.part5 .price .price-block .price-block-content:before {
      top: 215px !important; }
    section.part5 .price .price-block .price-block-cost {
      width: 240px !important;
      height: 120px !important;
      top: 180px !important;
      left: -279px !important; }
      section.part5 .price .price-block .price-block-cost > div {
        height: 120px !important;
        line-height: 120px !important; }
    section.part5 .price #price-block3 .price-block-details-title {
      width: auto !important;
      height: 120px !important; } }

@media all and (max-width: 750px) {
  section.part5 .price {
    width: 300px !important;
    margin: 0 auto; }
    section.part5 .price .price-block {
      padding-bottom: 115px !important; }
      section.part5 .price .price-block .price-block-img {
        width: 300px !important;
        height: 198px !important; }
        section.part5 .price .price-block .price-block-img img {
          width: 300px !important;
          height: 198px !important; }
      section.part5 .price .price-block .price-block-content {
        width: 300px !important;
        height: 241px !important;
        padding: 30px 15px !important; }
        section.part5 .price .price-block .price-block-content .btn-style {
          right: 12px !important;
          bottom: -200px !important; }
        section.part5 .price .price-block .price-block-content .price-block-details-title {
          width: auto !important;
          height: 120px !important; }
        section.part5 .price .price-block .price-block-content .price-block-details-title:before {
          width: 276px !important; }
        section.part5 .price .price-block .price-block-content .price-block-details-title:after {
          width: 150px !important; }
        section.part5 .price .price-block .price-block-content .price-block-details-reasons p {
          font-size: 16px !important;
          line-height: 1.2 !important; }
          section.part5 .price .price-block .price-block-content .price-block-details-reasons p i {
            font-size: 18px !important;
            line-height: 1.2 !important; }
      section.part5 .price .price-block .price-block-cost {
        width: 300px !important;
        height: 85px !important;
        top: 241px !important;
        left: 0px !important; }
        section.part5 .price .price-block .price-block-cost > div {
          width: 300px !important;
          height: 85px !important;
          line-height: 85px !important; }
      section.part5 .price .price-block .price-block-content:before {
        display: none; }
    section.part5 .price #price-block3 .price-block-details-title {
      width: auto !important;
      height: 90px !important; }
  section.part5 h3 {
    padding-top: 100px !important;
    text-align: center !important;
    line-height: 1.2 !important; } }

@media all and (max-width: 700px) {
  section.part5 h1 {
    width: auto !important;
    font-size: 28px !important;
    line-height: 1.286 !important;
    padding: 0 10px !important; } }

section.part6 {
  overflow: hidden;
  background: url("../images/bg3.jpg") repeat center top; }
  section.part6 > div {
    padding: 110px 0 90px;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
  section.part6 h1 {
    margin: 0 auto;max-width:1000px}
  section.part6 h2 {
    font-size: 25px;
    font-family: "PTSans";
    line-height: 1.2;
    width: 550px;
    margin: 0 auto;
    font-weight: 400;
    padding-bottom: 40px; }
  section.part6 h3 {
    font-size: 25px;
    font-family: "PTSans";
    line-height: 1.48;
    display: inline-block;
    vertical-align: middle; }
  section.part6 .stock {
    padding-top: 50px;
    max-width: 860px;
    margin: 0 -10px;
    display: flex;
    padding-bottom: 60px;
}
    section.part6 .stock .stock-block {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 10px;
    height: 200px;
    width: 33.3333%;
    vertical-align: text-top;
}
section.part6 .stock .stock-block:before {
      content: '';
      position: absolute;
      display: block;
      height: 175px;
      width: 3px;
      background-color: #fa0512;
      left: -5px;
      top: 0px; }
    section.part6 .stock .stock-block:after {
      content: '';
      position: absolute;
      display: block;
      height: 175px;
      width: 1px;
      background-color: #fa0512;
      left: 2px;
      bottom: 0px; }
      section.part6 .stock .stock-block .stock-block-text {
    margin: 0px 10px;
    font-size: 16px;
    font-family: "PTSans";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 25px;
}
      section.part6 .stock .stock-block .stock-block-old {
        font-size: 20px;
        font-family: "PTSans";
        font-weight: bold;
        text-decoration: line-through;
        line-height: 1.55; }
      section.part6 .stock .stock-block .stock-block-new {
        font-size: 35px;
        font-family: "Intro";
        color: #fa0512;
        line-height: 0.886; }
  section.part6 .slides-pager {
    position: relative;
    bottom: 0px;
    margin: 0 auto; }
    section.part6 .slides-pager a {
      width: 12px;
      height: 12px;
      display: inline-block;
      transform: rotate(45deg);
      box-sizing: border-box;
      border: 3px solid #a7a8b8;
      background-color: transparent;
      margin: 0 12px;
      transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -ms-transition: 0.5s ease; }
    section.part6 .slides-pager a:hover {
      border-color: #fa0512; }
    section.part6 .slides-pager a.active {
      background-color: #fa0512;
      border-color: #fa0512; }
  section.part6 .btn-style {
    margin-left: 85px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

@media all and (max-width: 1400px) {
  section.part6 .stock .stock-block .stock-block-title {
    line-height: 1.2;
    padding: 0 20px 20px !important;
    width: 160px  !important; }
  section.part6 .stock .stock-block .stock-block-text {} }

@media all and (max-width: 1280px) {
  section.part6 .stock .stock-block {
        display: inline-block;
        position: relative;
        height: 200px;
        vertical-align: text-top;
    }
    section.part6 .stock .stock-block .stock-block-title {
      font-size: 25px;
      font-family: "PTSans";
      line-height: 1.2;
      padding: 0 10px 20px !important;
      width: 120px  !important; }
    section.part6 .stock .stock-block .stock-block-text {
        font-size: 14px;
    } }

@media all and (max-width: 1010px) {
  section.part6 > div {
    padding: 60px 0 90px;
    color: black;
    text-align: center;
    position: relative; }
  section.part6 h1 {
    width: 100% !important;
    font-size: 48px;
    line-height: 1.458;
    padding: 0 30px;
    box-sizing: border-box; }
  section.part6 h2 {
    font-size: 25px  !important;
    line-height: 1.2  !important;
    width: 100% !important;
    padding: 0 30px;
    box-sizing: border-box; }
  section.part6 h3 {
    font-size: 20px !important;
    line-height: 1.48 !important;
    display: block; }
  section.part6 .btn-style {
    margin: 10px auto 0;
    display: inline-block;
    vertical-align: middle; }
  section.part6 .stock {
    text-align: left !important;
    margin: 0 auto;
    width: 726px !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important; }
    section.part6 .stock .stock-block {
        height: auto !important;
    }
      section.part6 .stock .stock-block .stock-block-title {
        width: 260px !important;
        font-size: 25px;
        font-family: "PTSans";
        padding: 30px !important; }
      section.part6 .stock .stock-block .stock-block-text {
        font-size: 18px;
        font-family: "PTSans";
        line-height: 1.2;
        text-align: center;
        height: auto;
    }
      section.part6 .stock .stock-block .stock-block-old {
        text-align: center; }
      section.part6 .stock .stock-block .stock-block-new {
        text-align: center;
        padding-bottom: 20px; } }

@media all and (max-width: 700px) {
  section.part6 > div {
    padding: 60px 0 90px;
    color: black;
    text-align: center;
    position: relative; }
  section.part6 h1 {
    padding: 0 10px  !important;
    font-size: 28px  !important;
    line-height: 1.286  !important; }
  section.part6 h2 {
    font-size: 18px  !important;
    line-height: 1.2  !important;
    width: 100% !important;
    padding: 20px 30px 20px;
    box-sizing: border-box; }
  section.part6 .stock {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
        text-align: center !important;
        width: 90% !important;
        flex-direction: column;
        margin: 0 auto;
    }
    section.part6 .stock .stock-block {
        height: auto !important;
        display: block;
        text-align: center !important;
        width: 100% !important;
        margin: 10px auto !important;
        background: url(../images/images-main/line.png) no-repeat;
        background-position: bottom;
        margin-bottom: 10px;
    }
      section.part6 .stock .stock-block .stock-block-title {
        padding: 0 20px 20px !important; }
      section.part6 .stock .stock-block .stock-block-text {
        margin: 20px !important;
    }
    section.part6 .stock .stock-block:before {
      display: none; }
    section.part6 .stock .stock-block:after {
      display: none; } }

section.part7 {
  background-color: white;
  position: relative; }
  section.part7 > div {
    padding: 90px 0 90px;
    text-align: center;
    position: relative;
    color: black;
    margin: 0 auto; }
  section.part7 h1 {
    width: 840px;
    margin: 0 auto; }
  section.part7 h3 {
    font-size: 25px;
    font-family: "PTSans";
    line-height: 2.4;
    padding-bottom: 30px; }
  section.part7 .team {
    padding-top: 40px;
    padding-bottom: 85px; }
    section.part7 .team .team-block {
      display: inline-block;
      vertical-align: top; }
      section.part7 .team .team-block img {
        height: 68px; }
      section.part7 .team .team-block p {
        height: 66px;
        font-size: 20px;
        font-family: "PTSans";
        line-height: 1.2;
        width: 226px;
        margin: 0 40px;
        padding-top: 40px; }
  section.part7 .people {
    padding-bottom: 65px; }
    section.part7 .people .people-block {
      position: relative;
      width: 230px;
      height: 152px;
      margin: 0 5px;
      display: inline-block; }
      section.part7 .people .people-block .people-block-hover {
        position: absolute;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        color: white;
        opacity: 0;
    overflow: hidden;
        transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        background: url("../images/images-css/pattern.png") repeat center top; }
        section.part7 .people .people-block .people-block-hover span {
      margin-left: 5px;}
          section.part7 .people .people-block .people-block-hover h2 span {
            color: #fa0512;
            display: block; }
        section.part7 .people .people-block .people-block-hover p {
          font-size: 20px;
          font-family: "PTSans";
          line-height: 1.35; }
      section.part7 .people .people-block .people-block-hover:before {
        content: '';
        position: absolute;
        display: block;
        height: 175px;
        width: 3px;
        background-color: white;
        left: 30px;
        top: 50px; }
      section.part7 .people .people-block .people-block-hover:after {
        content: '';
        position: absolute;
        display: block;
        height: 175px;
        width: 1px;
        background-color: white;
        left: 37px;
        bottom: 50px; }
      section.part7 .people .people-block .people-block-hover:hover {
        opacity: 1; }
  section.part7 .next-prev-container {
    display: none;
    position: relative;
    bottom: -47px;
    margin: 0 auto;
    width: 126px;
    height: 60px; }
  section.part7 #people-slider-nav-prev {
    width: 43px;
    height: 65px;
    background: url(../images/images-css/arrow-left.svg);
    bottom: 0;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    position: relative;
    z-index: 50; }
    section.part7 #people-slider-nav-prev .bx-prev {
      width: 35px;
      height: 60px;
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 50; }
  section.part7 #people-slider-nav-next {
    width: 43px;
    height: 65px;
    background: url(../images/images-css/arrow-right.svg);
    margin: 0 5px;
    bottom: 0;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 50; }
    section.part7 #people-slider-nav-next .bx-next {
      width: 35px;
      height: 60px;
      position: relative;
      top: 0;
      left: 0;
      display: inline-block;
      z-index: 50; }
  section.part7 #people-slider-nav-next:hover {
    background: url(../images/images-css/arrow-right-red.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  section.part7 #people-slider-nav-prev:hover {
    background: url(../images/images-css/arrow-left-red.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  section.part7 .people-slides-pager {
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    display: none; }
    section.part7 .people-slides-pager a {
      width: 12px;
      height: 12px;
      display: inline-block;
      transform: rotate(45deg);
      box-sizing: border-box;
      border: 3px solid #a7a8b8;
      background-color: transparent;
      margin: 0 12px;
      transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      -ms-transition: 0.5s ease; }
    section.part7 .people-slides-pager a:hover {
      border-color: #fa0512; }
    section.part7 .people-slides-pager a.active {
      background-color: #fa0512;
      border-color: #fa0512; }

.part7:before {
  content: '';
  bottom: -55px;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 62.5px 0 62.5px;
  border-color: white transparent transparent transparent;
  transform: translate(-50%);
  z-index: 40;
  display: none; }

@media all and (max-width: 1910px) {
  section.part7 .people {
    max-width: 1100px !important;
    margin: 0 auto; }
    section.part7 .people .people-block {
      margin: 5px !important; } }

@media all and (max-width: 1010px) {
  section.part7 h1 {
    font-size: 48px;
    font-family: "Intro";
    line-height: 1.458;
    width: 526px; }
  section.part7 .people {
    width: auto !important; }
  section.part7 .people-slides-pager {
    display: block; }
  section.part7 .next-prev-container {
    display: block;
    bottom: -140px !important; }
  .part7:before {
    display: block; } }

@media all and (max-width: 700px) {
  section.part7 .team {
    padding-bottom: 50px !important; }
  section.part7 .team-block p {
    font-size: 18px  !important;
    line-height: 1.2  !important;
    padding-top: 10px !important; }
  section.part7 h3 {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 5px;
    margin-bottom: 20px;
    box-sizing: border-box; }
  section.part7 h1 {
    font-size: 28px;
    line-height: 1.286;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box; }
  section.part7 .people {
    width: 100% !important; }
    section.part7 .people .people-block, section.part7 .people .people-block-hover {
      width: 300px !important;
      height: 200px !important;
      margin: 5px !important; }
      section.part7 .people .people-block img, section.part7 .people .people-block-hover img {
        width: 300px !important;
        height: 200px !important; }
    section.part7 .people .people-block .people-block-hover {
      padding: 30px 50px !important;
      top: -5px !important; }
      section.part7 .people .people-block .people-block-hover h2 {
        font-size: 17.724px !important;
        line-height: 1.523 !important; }
      section.part7 .people .people-block .people-block-hover p {
        font-size: 17.724px;
        font-family: "PTSans"; }
    section.part7 .people .people-block .people-block-hover:before {
      height: 140px !important; }
    section.part7 .people .people-block .people-block-hover:after {
      height: 140px !important; } }

section.part8 {
  overflow: hidden;
  background-color: #fa0512; }
  section.part8 > div {
    padding: 70px 0 80px;
    text-align: center;
    position: relative;
    color: white;
    margin: 0 auto; }
  section.part8 h1 {
    margin: 0 auto;
    padding-bottom: 40px; }
  section.part8 h3 {
    font-size: 25px;
    font-family: "PTSans";
    line-height: 1.2;
    width: 625px;
    margin: 0 auto; }
  section.part8 form {
    padding-top: 85px; }
    section.part8 form input, section.part8 form select, section.part8 form a.btn-style {
      display: inline-block;
      vertical-align: middle;color: #fff;
      margin: 0 25px 65px; }
section.part8 form select option {
    color: #000;
}

section.part8 form input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

section.part8 form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

section.part8 form input::placeholder {
  color: #fff;
}
  section.part8 p {
    font-size: 16px;
    font-family: "PTSans";
    line-height: 3.75; }

@media all and (max-width: 700px) {
  section.part8 > div h1 {
    font-size: 28px;
    font-family: "Intro";
    line-height: 1.286; }
  section.part8 > div h3 {
    width: 100% !important;
    padding: 0 10px;
    font-size: 18px;
    font-family: "PTSans";
    line-height: 1.333; }
  section.part8 > div p {
    font-size: 16px;
    line-height: 1.5; } }

section.part9 {
  overflow: hidden;
  background: url("../images/bg9.jpg") repeat center top;
  background-size: auto 100%; }
  section.part9 > div {
    padding: 125px 0 95px;
    text-align: center;
    position: relative;
    color: white; }
  section.part9 h3 {
    font-size: 25px;
    color: white;
    font-family: "PTSans";
    line-height: 2.4; }
  section.part9 h1 {
    width: 880px;
    color: white;
    margin: 2em auto;
    margin: 0 auto; }
  section.part9 h2 {
    font-size: 35px;
    font-family: "PTSans";
    line-height: 1.2;
    padding-top: 0px;
    padding-bottom: 50px; }
  section.part9 .high-qulity {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 30px;
    font-family: "PTSans";
    line-height: 60px;
    width: 465px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    margin-top: 85px;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    margin: 90px 65px 45px; }
    section.part9 .high-qulity span {
      color: #fa0512; }
  section.part9 .high-qulity:before {
    content: '';
    background-image: url(../images/images-css/angle-black.png);
    width: 45px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: -45px; }
  section.part9 .btn-style {
    display: inline-block;
    margin: 90px 65px 45px;
    vertical-align: middle; }
  section.part9 .work {
    width: 971px;
    margin: 0 auto; }
    section.part9 .work .work-block {
      background-color: rgba(0, 0, 0, 0.5);
      width: 300px;
      height: 240px;
      margin: 10px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding: 40px; }
      section.part9 .work .work-block .work-block-img {
        padding-bottom: 50px; }
        section.part9 .work .work-block .work-block-img img {
          height: 73px; }
      section.part9 .work .work-block .work-block-img:before {
        content: '';
        width: 155px;
        height: 1px;
        background-color: white;
        position: relative;
        bottom: -100px;
        display: block;
        margin: 0 auto;
        display: block; }
      section.part9 .work .work-block .work-block-img:after {
        content: '';
        width: 80px;
        height: 1px;
        background-color: white;
        position: relative;
        bottom: -30px;
        display: block;
        margin: 0 auto;
        display: block; }
      section.part9 .work .work-block p {
        font-size: 18px;
        font-family: "PTSans";
        color: white;
        line-height: 1.5; }

@media all and (max-width: 1010px) {
  section.part9 > div {
    padding: 65px 0 50px !important; }
  section.part9 h1 {
    font-size: 48px !important;
    line-height: 1.458;
    width: 600px; }
  section.part9 h2 {
    font-size: 35px;
    font-family: "PTSans";
    line-height: 1.2;
    padding-bottom: 50px; }
  section.part9 .work {
    width: 735px; }
    section.part9 .work .work-block {
      margin: 10px 25px !important; }
  section.part9 .high-qulity {
    display: block;
    margin: 75px auto 20px !important; }
  section.part9 .btn-style {
    margin: 20px auto 65px !important; } }

@media all and (max-width: 700px) {
  section.part9 > div {
    padding: 55px 0 50px !important; }
  section.part9 h1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 28px !important;
    line-height: 1.286 !important; }
  section.part9 h2 {
    font-size: 24px !important;
    line-height: 1.2 !important; }
  section.part9 h3 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    padding-top: 10px; }
  section.part9 .high-qulity {
    display: block;
    margin: 75px auto 20px !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 305px;
    height: 46px;
    border-left: 3px solid #fa0512;
    font-size: 20px !important;
    line-height: 46px !important;
    margin: 60px auto 15px  !important;
    padding: 0 5px  !important;
    text-align: left;
    font-family: "PTSans"; }
  section.part9 .btn-style {
    margin: 15px auto 55px  !important; }
  section.part9 .high-qulity:before {
    display: none; }
  section.part9 .work {
    width: 100%; }
    section.part9 .accordion {
    margin: auto;
    width: 90%;
    margin-top: 2em;
    margin-bottom: 2em;
}
    section.part9 .work .work-block {
      margin: 10px auto !important; }
      section.part9 .work .work-block p {
        font-size: 18px !important;
        line-height: 1.5 !important; } }

section.part10 {
  overflow: hidden;
  background: url("../images/bg9.jpg") repeat center top; }
  section.part10 > div {
    padding: 0;
    text-align: center;
    position: relative;
    color: black;
    background-color: #f1f1f1; }
  section.part10 .left-block {
    width: 49.5%;
    display: inline-block;
    text-align: right;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    section.part10 .left-block > div {
      width: 750px;
      text-align: center;
      position: relative;
      margin: 0 auto 0 auto }
      section.part10 .left-block > div h1 {
        margin: 0 auto;
        /* padding-top: 110px; */
        padding-bottom: 80px;
        text-align: center; }
      section.part10 .left-block > div .address {
        
        margin: 0 auto; }
      section.part10 .left-block > div .work-time {
        width: 380px;
        margin: 0 auto;
        padding-top: 65px;
        padding-bottom: 250px; }
      section.part10 .left-block > div p {
        font-size: 25px;
        font-family: "PTSans";
        line-height: 1.2;
        text-align: center;
        padding-top: 25px; }
        section.part10 .left-block > div p img {
          padding-right: 20px; }
  section.part10 .right-block {
    width: 49.5%;
    height: 950px;
    display: inline-block;
    vertical-align: middle; }

@media all and (max-width: 1260px) {
  section.part10 .left-block h1 {
    font-size: 44px !important;
    line-height: 1.4 !important;
    padding: 0 10px !important; }
    
  section.part10 .left-block > div {
    /*width: 450px !important;*/ 
  } 
}

@media all and (max-width: 1010px) {
  section.part10 .left-block {
    width: 100% !important; }
    section.part10 .left-block > div {
      padding-top: 70px !important;
      width: 100% !important;
      left: 0;
      text-align: center;
      position: relative;
      transform: translate(0%); }
      section.part10 .left-block > div h1 {
        width: 100% !important; }
      section.part10 .left-block > div .address, section.part10 .left-block > div .work-time {
        display: inline-block;
        margin: 70px 35px 70px 25px !important;
        vertical-align: top;
        /*width: 350px  !important;*/
        padding: 0 !important; }
        section.part10 .left-block > div .address p, section.part10 .left-block > div .work-time p {
          text-align: left  !important; }
  section.part10 .right-block {
    width: 100% !important;
    height: 760px; } }

@media all and (max-width: 700px) {
  section.part10 .left-block > div {
    padding-top: 60px !important;
    padding-bottom: 50px !important; }
    section.part10 .left-block > div h1 {
      width: 100% !important;
      font-size: 28px !important;
      line-height: 1.286 !important;
      padding-bottom: 36px; }
    section.part10 .left-block > div .address, section.part10 .left-block > div .work-time {
      display: inline-block;
      margin: 10px auto !important;
      vertical-align: top;
      width: 350px  !important;
      padding: 0 !important; }
      section.part10 .left-block > div .address p, section.part10 .left-block > div .work-time p {
        text-align: left  !important;
        font-size: 18px !important;
        line-height: 1.2 !important; }
  section.part10 .right-block {
    width: 100% !important;
    height: 485px; } }

footer .footer1 {
  background-color: #e5e5e5;
  color: black;
  height: 100px;
  line-height: 100px; }
  footer .footer1 p {
    font-size: 25px;
    font-family: "PTSans";
    line-height: 1.8;
    padding: 0 20px;
    display: inline; }

footer .footer2 {
  background-color: black;
  color: white;
  height: 100px;
  line-height: 100px; }
  footer .footer2 > div {
    width: 76%;
    margin: 0 auto; }
  footer .footer2 .copyright {
    width: 49.5%;
    display: inline-block;
    text-align: left;
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    vertical-align: middle; }
    footer .footer2 .copyright p {
      display: block; }
  footer .footer2 .developers {
    width: 49.5%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    line-height: 100px; }
  footer .footer2 .developers_text {
    display: inline-block;
    vertical-align: middle;
    color: white;
    padding-right: 10px;
    font-size: 12px;
    font-family: "PTSans";
    line-height: 1.091;
    text-align: right;
    width: 80px; }
  footer .footer2 img {
    display: inline-block;
    vertical-align: middle; }

@media all and (max-width: 1500px) {
  .footer2 > div {
    width: 95% !important; } }

@media all and (max-width: 1150px) {
  footer > div {
    width: 100% !important; }
  footer .footer1 {
    height: 150px !important; }
    footer .footer1 p {
      display: block !important;
      padding-top: 20px !important; } }

@media all and (max-width: 700px) {
  footer .footer1 {
    height: 170px !important; }
    footer .footer1 p {
      display: block !important;
      font-size: 18px !important;
      line-height: 1.333 !important;
      height: 55px !important;
      padding-top: 25px !important; }
  footer .footer2 {
    height: 174px !important; }
    footer .footer2 .copyright, footer .footer2 .developers {
      width: 100% !important;
      line-height: 75px !important;
      height: 75px !important;
      display: block !important; }
    footer .footer2 .copyright {
      padding-top: 20px; } }

.pop-up {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 600ms ease-in;
  -moz-transition: opacity 600ms ease-in;
  transition: opacity 600ms ease-in;
  pointer-events: none; }
  .pop-up .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20; }
    .pop-up .close img {
      width: 45px;
      height: 45px; }
  .pop-up .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left; }
    .pop-up .content > div {
      padding: 5%;
      box-sizing: border-box; }

.pop-up:target {
  opacity: 1;
  pointer-events: auto; }

.pop-up > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fa0512;
  width: 1339px;
  height: 605px;
  z-index: 161; }

.pop-up-tnx > div {
  background: #2350be; }

.pop-up-tnx .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }
  .pop-up-tnx .content > div {
    padding: 5%;
    box-sizing: border-box;
    text-align: center;
    color: white; }

.pop-up-info .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }
  .pop-up-info .content > div {
    padding: 0 200px;
    box-sizing: border-box;
    text-align: center;
    color: white; }

.pop-up-info .pop-up-info-img {
  vertical-align: middle;
  display: inline-block; }
  .pop-up-info .pop-up-info-img span {
    font-size: 70px;
    color: white; }
  .pop-up-info .pop-up-info-img img {
    width: 70px;
    height: 70px; }

.pop-up-info h2 {
  font-size: 25px;
  font-family: "PTSans";
  line-height: 1.48;
  padding-left: 50px;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block; }

.pop-up-info .pop-up-info-text {
  padding-top: 65px;
  text-align: left; }
  .pop-up-info .pop-up-info-text p {
    font-size: 20px;
    font-family: "PTSans";
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 30px; }
    .pop-up-info .pop-up-info-text p i {
      font-size: 20px;
      color: white;
      padding-right: 5px; }

@media all and (max-width: 1340px) {
  .pop-up > div {
    width: 1005px !important;
    height: 80% !important; }
  .pop-up-info h2 {
    font-size: 25px;
    font-family: "PTSans";
    line-height: 1.48; } }

@media all and (max-width: 1010px) {
  .pop-up > div {
    width: 100% !important;
    height: 90% !important; }
  .pop-up-info h2 {
    font-size: 25px;
    font-family: "PTSans";
    line-height: 1.48; }
  .pop-up-info .content > div {
    padding: 30px !important; } }

@media all and (max-width: 700px) {
  .pop-up > div {
    width: 100% !important;
    height: 100% !important; }
  .pop-up-info h2 {
    font-size: 22px !important;
    font-family: "PTSans";
    line-height: 1.696;
    width: 100%;
    padding-left: 0 !important; }
  .pop-up-info p {
    font-size: 14px !important;
    font-family: "PTSans";
    line-height: 1.5 !important; }
  .pop-up-info .content > div {
    padding: 10px !important; } }
  
.address-counter {
    display: block;
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-family: arial;
    color: white;
    background-image: url(../images/images-main/10/marker.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px 10px 12px;
    margin-right:10px;
}

.address-text {
    font-size: 21px;
    font-family: "PTSans";
    line-height: 1.2;
  overflow: hidden;
    text-align: center;
    padding-top: 25px;
    text-align:left;
}

.gm-style-iw>div>div {
    overflow: hidden;
    padding: 10px;
}

.top-address {
  display: block;
    position: relative;
    width: 100%;
    z-index: 9999;
    padding: 10px 0px 3px;
    font-size: 12px;
  font-family: "PTSans";
    background-color: #232429;
    color: white;
}
.top-address>ul {
    display: block;
    position: relative;
    width: 100%;
    list-style-type: none;
}
.top-address>ul>li {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
  margin-right: 40px;
}
.top-address>ul>li a {
  color: #fa0512;
}
.top-address-phone {
  display: block;
    position: relative;
    margin: 5px 0px;
}

.main {
    overflow: hidden;
}

h1.main-heading,
h3.services-category-h3{
    /* display:none; */
}

@media all and (max-width:1010px) {
    section.part1 header .nav-block ul.nav-menu {
        top: 30px;
        display: block;
        position: relative;
    }
  
  section.part1 header .logo {
        position: relative;
        top: 27px;
    }
}

@media all and (max-width: 800px) {
    .top-address {
      position: relative !important;
        width: 100% !important;
  }
}

@media all and (max-width: 768px) {
  .top-address>ul>li {
      margin-right: 0;
    display: block;
    }
  
  section.part1 header .logo {
        display: inline-block;
        vertical-align: middle;
    position: relative;
    top: 27px;
        left: -50px;
    }
}
@media all and (max-width: 700px) {
  section.part1 header .logo {
        top: 40px;
        left: 0;
    }
  section.part1 #closeBtnNav {
      top: -80px;
  }
}

====================================================================
                LATEST NEWS & FAQ's
====================================================================
*/
.panel-group .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.panel-group .panel-title a {
  background: #f8f8f8;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px 10px 48px;
  white-space: normal;
}
.panel-group .panel-title a.active::after {
  background-color: #c52d2f !important;
}
.team-block .team-thumb .styled-icons a:hover, .work-gallery .gallery-thumb .styled-icons a:hover, .work-gallery:hover .gallery-bottom-part, .line-bottom-theme-colored-2::after, .panel-group .panel-title a.active::after {
  background: #c52d2f;
}
.panel-group .panel-title a.active::after {
  color: #fff;
  content: "";
}
.panel-group .panel-title a::after {
  color: #888;
  content: "";
  font-family: fontawesome;
  font-size: 14px;
  left: 0;
  padding: 14px 16px;
  position: absolute;
  top: 0;
}
.panel-group .panel-title a.active {
  background-color: #202c45 !important;
}
.panel-group .panel-title a.active {
  background: #16174f !important;
  border-bottom: 1px solid #d3d3d3 !important;
  color: #fff;
}
.panel-group .panel-title a {
  background: #f8f8f8;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 15px 14px 48px;
  white-space: normal;
}
.panel-group .panel-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px 20px;
}
.panel-group .panel-content > *:last-child {
  margin-bottom: 0;
}
.panel-group .panel-title .open-sub::before, .panel-group .panel-title .open-sub::after {
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-top: -0.5px;
  position: absolute;
  top: 50%;
}
.panel-group .panel-title .open-sub {
  display: block;
  position: relative;
}
.panel-group .panel-title a.active .open-sub::after {
  display: none;
}

.price-box {
    background: url(../img/price-box-bg3.jpg) no-repeat top center;
    background-size: cover;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.41) inset;
    color: #fff;
    padding-bottom: 110px;
}

.price-box h2 { color: #fff; padding-top: 95px; }

.price-box h3 { padding-bottom: 75px; }

.price-box .clear + h3 { padding-bottom: 30px; }

.price-box .button { margin: 20px auto; }

.price-box .options { width: 50%; padding-top: 75px; }

.price-box .options .items { width: 46.155%; }

.price-box .options .item { padding-left: 70px; line-height: 18px; font-size: 17px; margin-bottom: 32px; position: relative; cursor: pointer; display: inline-block; vertical-align: top; }

.price-box .options .item:last-child { margin-bottom: 0px; }

.price-box .options .item:before { content: ' '; position: absolute; left: 0px; top: 0px; width: 18px; height: 18px; background: url(../img/check.png) no-repeat 0 0; }

.price-box .options .item.active:before { background-position: 0 -18px; }

.price-box .info { width: 50%; }

.price-box .info .block { padding-left: 75px; display: none; min-height: 600px; }

.price-box .info .block.active { display: block; }

.price-box .info table { width: 100%; border-collapse: collapse; }

.price-box .info table td { font-size: 17px; opacity: 0.5; vertical-align: top; padding: 8px 0px; }

.price-box .info table td:last-child { text-align: right; font-weight: 700; }

.price-box .info table tr { border-bottom: 1px solid #274570; color: #FFF;}

.price-box .info table tr:first-child { border-bottom: 2px solid #fff; }

.price-box .info table tr:first-child td { font-size: 20px; opacity: 1; padding: 10px 0px; font-weight: 700; }

.price-box .info table tr:nth-child(2) td { padding-top: 27px; }

.price-box .info table tr:last-child { border-bottom: none; }

.price-box .info table tr:last-child td { font-size: 20px; vertical-align: middle; padding-top: 16px; padding-bottom: 0px; opacity: 1; }

.price-box .info table tr:last-child td:last-child { font-size: 30px; }




.accordion {
    margin: auto;
    width: 717px;
    margin-top: 2em;
    margin-bottom: 2em;
}
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: white;
    height: 64px;
    transition: all .15s ease-in-out;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
  background: rgba(250, 5, 18, 0.72);
  z-index: 100;
  cursor: initial;
  box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
  margin: 0;
  font-weight: normal;
  font-size: 16pt;
  color: white;
  cursor: initial;
}
.box-title {
  width: calc(100% - 40px);
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}

.box-title2 {
  width: calc(100% - 40px);
  height: 64px;
  /*line-height: 64px;*/
  /*padding: 0 20px;*/
  /*display: inline-block;*/
  font-weight: bold;
  cursor: pointer;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}

.box-content {
  width: calc(100% - 40px);
  padding: 30px 0px;
  font-size: 11pt;
  color: rgba(0,0,0,.54);
  display: none;
}
.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
input:checked + .box {
  height: auto;
  margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
    background-color: white;
}
input:checked + .box .box-title {
  /*border-bottom: 1px solid rgba(0,0,0,.18);*/
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}
.arrows section .box-title {
  padding-left: 0px;
  width: calc(100% - 64px);
  font-size: 15px;
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}
.madeby {
  position: fixed;
  bottom: 4px;
  left: 4px;
  color: rgba(0,0,0,.38);
  font-size: 12pt;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table {
    white-space: normal;
    width: 100%;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    font-variant: normal normal;
}
.box-content table tr {
  border-bottom: 1px solid #c7c7c7;
    color: #000;

}


table.ceny {
    border: 1px solid #ECEDEE; /* общая рамка вокруг таблицы */
    margin: 10px 0; /* отступ сверху и снизу от таблицы 10px, слева и справа 0 */
    width: 100%; /* ширина таблицы */
}
/* параметры для ячейек заголовков */
table.ceny th {
    background: #124D9C; /* цвет ячейки заголовка */
    border-right: 1px solid #ECEDEE; /* рамка справа от ячейки заголовка */
    color: #FFFFFF; /* цвет шрифта заголовка */
    font-size: 15px; /* размер шрифта заголовка */
    padding: 5px; /* внутренний отступ в заголовке */
    text-align: center; /* расположение текста по центру ячейки заголовка (центрирование) */
}
/* параметры для нечетных строк таблицы 1,3,5,7 и т.д. */
table.ceny tr:nth-child(odd) {
    background: #F2F7FD; /* цвет фона строки */
}
/* параметры только для первой ячейки в каждой из строк */
table.ceny td:nth-child(1) {
    text-align: left;
}
/* параметры для всех ячеек таблицы */
table.ceny td {
    border-bottom: 1px solid #ECEDEE; /* рамка снизу ячейки */
    border-right: 1px solid #ECEDEE; /* рамка справа ячейки */
    font-size: 14px; /* размер шрифта */
    padding: 4px; /* внутренний отступ в ячейки от края */
    vertical-align: middle; /* горизонтальное выравнивание */
    text-align: center; /* текст по центру */
}
.form-send-link {
  cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fa0512;
    height: 65px;
    width: 259px;
    color: white;
    text-align: center;
}
.form-send-link:hover {
  cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background-color: #ffffff;
    height: 65px;
    width: 259px;
    color: black;
    text-align: center;
    border: 2px solid #d4d4d4;
}

.nowork{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.6);
    position:fixed;
    top:0;
    left:0;
    z-index: 99999;
    display:none;
}

.nowork_inner{
    width:500px;
    /* height:510px; */
    background:url(/assets/template/images/sex.png) 0 0 no-repeat #fff;
    position:fixed;
    top:50%;
    left:50%;
    margin:-250px 0 0 -250px;
    z-index: 99999;
    /* border-radius: 20px; */
    border: solid 3px #fa0512;
    padding: 10px;
    padding-top:210px;
    overflow:hidden;
}

.nowork_inner h3{
    margin:10px 0;
    padding:0;
    line-height:20px;
    font-weight:700;
}

.nowork_inner .center{
    text-align:center;
}

.nowork_inner .center input,
.nowork_inner .center select{
    margin-left:auto;
    margin-right:auto;margin-bottom: 10px;
    border-bottom:solid 1px #ddd;
}

.nowork_inner .center input[type="submit"]{
    cursor:pointer;background: #fa0512;color: #fff;margin-top: 10px;/* margin-bottom: 20px; */height: auto;
}

/* discount */

section.discount {    background: #f6f6f6;flex-direction: row;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;}
section.discount #bg {position:absolute;left:0;background:url(../img/discount.jpg);}
section.discount .desc {    color: #384151;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 35px;}
    section.discount .title {font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    color: #384151;
    margin-bottom: 12px;
    text-align: left;
    font-family: Intro, sans-serif;}
    @media screen and (max-width:767px) {
        section.discount {padding-top: 30px;
    display: block;
    height: 394px;
    overflow: hidden;
    position: relative;}   
    section.discount .bg {    position: absolute;z-index: 1;}
    section.discount .bg img {position: relative;left: -40%;height: 90%;width: auto;z-index: 1;}
    section.discount .text{z-index: 2;
    position: relative;
    padding-left: 40%;
    margin-top: 90px;}
    section.discount .text .title {    font-size: 22px;z-index: 2;}
    section.discount .text .desc {    font-size: 20px;}
    }
    @media screen and (max-width: 400px) {
        section.discount {max-height:400px;}
        section.discount .bg img {height:auto;}
        section.discount .text {margin-top:20px;}
        section.discount .text .title {font-size:20px;}
        section.discount .text .desc {font-size:16px;}
}