/*
    Main configuration file
    Created by: Bold Interactive s.r.o.
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Radley:400,400i&amp;subset=latin-ext');
/***** NORMALIZE *****/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/***** //NORMALIZE *****/
/***** BASE LAYOUT *****/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 15px;
  background: #fff;
}
body {
  font-family: 'Poppins', Arial, sans-serif;
  color: #202122;
  background: #f6f6f6;
  overflow-x: hidden;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  color: #d13840;
  text-decoration: none;
}
ol {
  margin: 15px;
}
ol li {
  padding: 0px 0px 10px 25px;
}
.dot-list {
  padding: 0px 0px 0px 0px;
}
.dot-list li {
  padding: 5px 5px 5px 5px;
  list-style: none;
  position: relative;
}
.dot-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: url('../images/ul_dot.png') no-repeat center left;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 14px;
}
.dot-list ol {
  counter-reset: ol-list;
}
.dot-list ol li {
  position: relative;
}
.dot-list ol li:before {
  counter-increment: ol-list;
  content: counter(ol-list);
  background: none;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 5px;
  font-weight: bold;
  color: #d13840;
}
.titleSeparator:after {
  content: '';
  height: 2px;
  width: 30px;
  display: block;
  background: #202122;
  margin: 3px 0 20px 0;
}
.titleSeparator.txt-center:after {
  margin: 3px auto 20px auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
}
h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-family: 'Radley', Arial, sans-serif;
}
h2 {
  font-size: 2.2em;
  margin: 25px auto 40px;
  text-align: center;
  font-weight: 400;
  font-family: 'Radley', Arial, sans-serif;
}
h2:after {
  content: '';
  height: 2px;
  width: 30px;
  margin: 0 auto;
  display: block;
  background: #d13840;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.9em;
}
/***** //BASE LAYOUT *****/
/***** HELPER *****/
.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.separator:before,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.affix {
  position: fixed;
}
.clear {
  clear: both;
}
.margin__vertical--s {
  margin: 5px 0;
}
.margin__vertical--m {
  margin: 10px 0;
}
.margin__vertical--l {
  margin: 15px 0;
}
.txt-uppercase {
  text-transform: uppercase;
}
.txt-lowercase {
  text-transform: lowercase;
}
.txt-strong {
  font-weight: 700;
}
.txt-semibold {
  font-weight: 600;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.semibold {
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .mobile-hide {
    display: none;
  }
  .mobile-block {
    display: block;
  }
}
/***** //HELPER *****/
/***** GRID *****/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 600px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 600px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/***** GRID *****/
/***** LAYOUT *****/
.header {
  float: left;
  width: 100%;
  background: #fff;
  padding: 35px 0;
}
.header__adress {
  float: left;
  width: 100%;
  padding-left: 35px;
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #5c6774;
  position: relative;
}
.header__adress:before {
  float: left;
  content: "\e693";
  color: #d13840;
  width: 25px;
  height: 25px;
  font-size: 18px;
  font-family: 'themify';
  position: absolute;
  top: 5px;
  left: 0px;
}
.header__adress strong {
  display: block;
  color: #182331;
}
.header__adress--phone:before {
  content: '\e621';
}
.header__adress a {
  color: #5c6774;
}
.header__lang {
  border: 2px solid #d13840;
  width: auto;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  margin: 5px 0px 0 ;
  color: #d13840;
  background: #fff;
  font-size: 12px;
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  width: 75px;
  right: 0px;
}
.header__lang-wrap {
  width: 75px;
}
.header__lang:after {
  content: '\e64b';
  font-family: 'themify';
  position: absolute;
  top: 18px;
  right: 15px;
}
.header__lang li {
  display: none;
}
.header__lang li:first-child {
  display: block;
}
.header__lang li:first-child a {
  padding: 14px 40px 14px 20px;
}
.header__lang li a {
  padding: 8px 40px 8px 20px;
  display: block;
}
.header__lang li a:hover {
  text-decoration: underline;
}
.header__lang:hover li {
  display: block;
}
.navigation {
  float: left;
  width: 100%;
  background: #d13840;
}
.navigation__ul {
  margin: 0;
  list-style: none;
  display: block;
}
.navigation__ul li a {
  padding: 18px 28px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.navigation__ul li a:hover {
  background: #bc3239;
}
.mobile-menu {
  display: none;
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.mobile-menu ul {
  margin: 0 auto;
  padding: 0;
}
.mobile-menu ul li {
  display: block;
  clear: both;
  margin: 2px 0;
  padding: 2px 0;
}
.mobile-menu ul li a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 3px;
  color: #fff;
  overflow: hidden;
}
.mobile-menu ul li a:hover {
  text-decoration: underline;
}
.mobile-menu__open {
  display: none;
  width: 40px;
  height: 30px;
  position: relative;
  margin: 15px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-menu__open-wrap {
  float: left;
  width: 100%;
  cursor: pointer;
}
.mobile-menu__open span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-menu__open span:nth-child(1) {
  top: 0px;
}
.mobile-menu__open span:nth-child(2),
.mobile-menu__open span:nth-child(3) {
  top: 12px;
}
.mobile-menu__open span:nth-child(4) {
  top: 24px;
}
.mobile-menu__open.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-menu__open.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu__open.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu__open.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hpSlider {
  float: left;
  width: 100%;
  height: 650px;
  background: url('../images/hp_slider_01.jpg') no-repeat center top;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 0px 50px 0;
}
.hpSlider h1 {
  font-size: 60px;
  color: #182331;
}
.afterSlider {
  width: 100%;
  background: #fff;
  float: left;
}
.afterSlider__box {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px -22px 51px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px -22px 51px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px -22px 51px 0px rgba(0, 0, 0, 0.22);
  padding: 60px 60px 40px 60px;
  background: #fff;
  position: relative;
  top: -60px;
}
.afterSlider__box:after {
  width: 100%;
  float: left;
  height: 20px;
  content: '';
  position: absolute;
  bottom: -10px;
  background: #fff;
  left: 0px;
}
.afterSlider__text h3 {
  font-size: 36px;
  font-family: 'Radley', Arial, sans-serif;
  margin-bottom: 15px;
}
.afterSlider__text p {
  color: #4b5055;
  text-transform: uppercase;
  line-height: 18px;
}
.afterSlider__logo img {
  float: right;
  margin: 10px;
  position: relative;
}
.afterSlider__content {
  padding: 20px 50px 60px 50px;
  font-size: 15px;
  color: #202122;
}
.afterSlider hr {
  margin: 0 auto 40px;
  height: 1px;
  border: 0px;
  background: #ebebeb;
  width: 60%;
}
.hpCategories {
  float: left;
  width: 100%;
  background: #fff;
  margin: 60px 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hpCategories .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hpCategories .col-md-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
}
.hpCategories__box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d13840;
  padding: 30px;
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  flex: 1;
}
.hpCategories__box span {
  font-size: 48px;
  color: #d13840;
}
.hpCategories__box h4 {
  margin: 15px auto 15px;
  text-align: center;
  font-weight: 500;
  font-size: 1.5em;
}
.hpCategories__box h4:after {
  content: '';
  height: 2px;
  width: 30px;
  margin: 20px auto;
  display: block;
  background: #d13840;
}
.hpCategories__box h5 {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2em;
  margin: 8px 0 0;
}
.hpCategories__box ul {
  display: block;
  margin: 2px 0;
}
.hpCategories__box ul li {
  list-style: none;
  font-size: 13px;
  line-height: 22px;
  color: #5c6774;
}
.hpCategories__box a {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.hpCategories__box:hover {
  background: #d13840;
}
.hpCategories__box:hover span {
  color: #fff;
}
.hpCategories__box:hover h4 {
  color: #fff;
}
.hpCategories__box:hover h4:after {
  background: #fff;
}
.hpCategories__box:hover h5 {
  color: #fff;
}
.hpCategories__box:hover ul li {
  color: #f7d4d6;
}
.additionalServices {
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 40px 0;
}
.additionalServices__box {
  margin: 40px 0 10px;
}
.additionalServices__box span {
  font-size: 48px;
  color: #d13840;
}
.additionalServices__box span.additionalServices__ico {
  font-size: 30px;
  font-weight: 600;
}
.additionalServices__box h3 {
  margin: 20px 0px 5px;
}
.additionalServices__box p {
  margin-top: 15px;
  color: #5c6774;
  line-height: 15px;
  font-size: 14px;
  height: 45px;
}
.additionalServices__bottomTitle {
  color: #d13840;
  position: relative;
  text-align: center;
  display: block;
  margin: 80px auto 60px;
}
.additionalServices__bottomTitle:before {
  width: 15%;
  height: 1px;
  background: #d13840;
  position: absolute;
  float: left;
  top: 15px;
  left: 0px;
  content: '';
  z-index: 400;
}
.additionalServices__bottomTitle:after {
  width: 15%;
  height: 1px;
  background: #d13840;
  position: absolute;
  float: right;
  top: 15px;
  right: 0px;
  content: '';
  z-index: 400;
}
.additionalServices__bottomTitle span {
  background: #f7f7f7;
  font-size: 20px;
  padding: 5px 15px;
  position: relative;
  z-index: 500;
}
.cooperation {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: #fff;
}
.cooperation__box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d13840;
  padding: 90px 150px;
}
.cooperation__box .longterm {
  text-align: center;
  font-size: 15px;
  color: #1d1e1f;
  font-weight: 300;
}
.cooperation__box h2 {
  margin: 5px auto 40px;
}
.cooperation__left {
  padding: 0px 80px;
}
.cooperation__left h4 {
  color: #d13840;
  margin-bottom: 15px;
}
.cooperation__right {
  border-left: 1px solid #ebebeb;
  padding: 0px 80px;
}
.moreInformation {
  float: left;
  width: 100%;
  background: #d13840;
  padding: 30px 0;
  color: #fff;
}
.moreInformation h4 {
  font-size: 1.7em;
  line-height: 1.2em;
}
.moreInformation strong {
  font-size: 18px;
}
.moreInformation p {
  font-size: 16px;
}
.moreInformation .btn {
  float: right;
}
.hpContact {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 60px 40px 80px 0px;
  font-size: 16px;
}
.hpContact h2 {
  text-align: left;
  font-size: 36px;
  margin: 20px 0;
}
.hpContact h2:after {
  display: none;
}
.hpContact h3 {
  color: #d13840;
  font-size: 20px;
  margin-bottom: 20px;
}
.hpContact h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}
.hpContact table {
  margin: 10px 0 0;
}
.hpContact__map {
  position: absolute;
  width: 50%;
  float: right;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.hpContact__map #map {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.footer {
  width: 100%;
  float: left;
  background: #3b3b3b;
  color: #fff;
  padding: 60px;
}
.footer__fb span {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  float: left;
  background: #d13840;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.footer__fb span:hover {
  background: #fff;
  color: #d13840;
}
.footer__menu ul {
  display: block;
  list-style: none;
  text-align: right;
}
.footer__menu ul li {
  display: inline-block;
  margin: 10px 5px;
}
.footer__menu ul li a {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
}
.footer__menu ul li a:hover {
  text-decoration: underline;
}
.footer__menu ul li:last-child {
  margin-right: 0px;
}
.footer__menu ul li:last-child a {
  padding-right: 0px;
}
.footer__copyright {
  font-size: 14px;
}
.footer__madeby {
  text-align: right;
  font-weight: 600;
}
.footer__madeby img {
  position: relative;
  top: -1px;
  margin-left: 2px;
}
/***** //LAYOUT *****/
/***** SUBPAGE *****/
.subpage__dane .afterSlider__text p,
.subpage__contact .afterSlider__text p {
  font-size: 16px;
  line-height: 28px;
}
.subpage__dane .afterSlider__text span,
.subpage__contact .afterSlider__text span {
  float: left;
  color: #d13840;
  font-size: 48px;
  margin-right: 35px;
}
.subpage__dane .afterSlider__box,
.subpage__contact .afterSlider__box {
  padding: 60px 60px 20px 60px;
}
.subpage__dane .hpSlider,
.subpage__contact .hpSlider {
  height: 300px;
  background-position: center 60%;
}
.subpage__dane .hpSlider h1,
.subpage__contact .hpSlider h1 {
  margin: 0px;
}
.subpage__dane .hpSlider h2,
.subpage__contact .hpSlider h2 {
  text-align: left;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 10px 0;
}
.subpage__dane .hpSlider h2:after,
.subpage__contact .hpSlider h2:after {
  display: none;
}
.subpage__contact .cooperation {
  padding: 20px 0 60px;
}
.subpage__contact .hpContact {
  padding: 0px;
}
.subpage__contact .hpContact__map {
  width: 100%;
  height: 420px;
  position: relative;
}
@media screen and (max-width: 991px) and (min-width: 600px) {
  .subpage__dane .additionalServices__box {
    min-height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .subpage__dane .afterSlider .pull-right {
    margin: 30px 0 0;
    text-align: center;
  }
  .subpage__dane .afterSlider .pull-right .btn {
    float: none!important;
  }
  .subpage__dane .afterSlider__content .row > div {
    margin: 15px 0;
  }
}
@media screen and (max-width: 750px) {
  .subpage__dane .afterSlider__text br {
    display: none;
  }
  .subpage__dane .afterSlider__text strong {
    margin-left: 5px;
  }
}
@media screen and (max-width: 750px) and (min-width: 401px) {
  .subpage__dane .afterSlider__text {
    text-align: left;
    padding-left: 80px;
    position: relative;
  }
  .subpage__dane .afterSlider__text span {
    position: absolute;
    left: 0px;
    top: 5px;
    float: left;
  }
}
@media screen and (max-width: 600px) {
  .subpage__dane .afterSlider .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .subpage__dane .afterSlider__box {
    padding: 20px 20px 30px 20px;
  }
  .subpage__dane .afterSlider__text {
    text-align: center;
  }
  .subpage__dane .afterSlider__text span {
    display: block;
    margin: 15px 0;
    float: none;
  }
}
/***** //SUBPAGE *****/
/***** BUTTON *****/
.btn {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 32px;
  width: auto;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  background: #d13840;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 0;
  margin: 5px 0px;
  padding: 15px 40px;
  display: inline-block;
  color: #fff;
}
.btn:hover {
  background: #bc3239;
}
.btn--big {
  height: 50px;
  font-size: 18px;
}
.btn--white {
  background: #fff;
  color: #d13840;
}
.btn--white:hover {
  color: #fff;
}
.btn:disabled {
  background-color: #b9b9b9;
  cursor: default;
  font-weight: 300;
}
.btn:disabled:hover {
  background-color: #b9b9b9;
}
.btn:active,
.btn:focus {
  outline: 0;
}
/***** //BUTTON *****/
/***** FORM *****/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e5e5e5 inset !important;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: 0px;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled {
  background: #eeeeee;
}
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  width: 100%;
}
textarea:focus {
  outline: 0px;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #cdcdcd;
  background: #e5e5e5;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em;
  left: .3em;
  font-size: 1em;
  line-height: 0.8;
  color: #a3a3a3;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-right: 30px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #000000;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.textInput--icon {
  position: Relative;
}
.textInput--icon:before {
  content: '';
  height: 100%;
  float: left;
  background: #76b82a url('../images/ico_phone_login.png') no-repeat center center;
  padding: 0 25px;
  position: Absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.textInput--icon input {
  margin: 0px;
  padding-left: 60px;
}
.label-line {
  font-size: 14px;
  margin: 20px 0;
}
.select-style {
  border: 2px solid #ccc;
  width: auto;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
  color: red;
}
.select-style select {
  padding: 5px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-style select:focus {
  outline: none;
}
.select-style:after {
  width: 15px;
  height: 15px;
  font-size: 14px;
  float: right;
  content: '\e64b';
  font-family: 'themify';
  color: #d13840;
}
input[type="text"].input__datepicker {
  background: url('../images/ico_datepicker.png') no-repeat right 8px center;
  padding-right: 40px;
}
input[type="text"].input__disabled {
  background: #e7e7e7;
}
.default-form .formRow {
  width: 100%;
  float: left;
  margin: 0px -10px;
}
.default-form .formRow .formLine {
  margin-bottom: 10px;
  float: left;
  padding: 0px 10px;
}
.default-form .formRow .formLine--1 {
  width: 10%;
}
.default-form .formRow .formLine--2 {
  width: 20%;
}
.default-form .formRow .formLine--3 {
  width: 30%;
}
.default-form .formRow .formLine--4 {
  width: 40%;
}
.default-form .formRow .formLine--5 {
  width: 50%;
}
.default-form .formRow .formLine--6 {
  width: 60%;
}
.default-form .formRow .formLine--7 {
  width: 70%;
}
.default-form .formRow .formLine--8 {
  width: 80%;
}
.default-form .formRow .formLine--9 {
  width: 90%;
}
.default-form .formRow .formLine--10 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .default-form .formRow .formLine {
    width: 100%!important;
  }
}
.default-form .formRow .formRow {
  margin: 0;
}
.default-form .formRow .formRow .formLine {
  margin: 0 0 0 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .default-form .formRow .formRow .formLine {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 900px) {
  .default-form .formRow .formRow .formLine:first-child {
    margin: 0 0 10px 0;
  }
}
.default-form .formRow .formRow .formLine:first-child {
  padding: 0;
}
.default-form .formLabel {
  float: left;
  position: relative;
  padding-left: 100px;
  width: 100%;
}
.default-form .formLabel.nopadding {
  padding-left: 0px;
}
@media screen and (max-width: 600px) {
  .default-form .formLabel {
    padding: 0px !important;
  }
}
.default-form .formLabel .lineName {
  float: left;
  position: absolute;
  line-height: 40px;
  width: 100px;
  left: 0px;
}
@media screen and (max-width: 980px) {
  .default-form .formLabel .lineName {
    font-size: 14px;
    line-height: 43px;
  }
}
@media screen and (max-width: 600px) {
  .default-form .formLabel .lineName {
    position: static !important;
    width: 100% !important;
  }
}
.default-form .formLabel .select-style {
  width: 100%;
  background: #fff url("../images/ico_arrow_down_small.png") no-repeat right 10px top 50%;
}
.default-form .formLabel input {
  margin-top: 0px;
}
.default-form .formLabel .btn {
  margin: 15px 0;
}
.default-form--labelXL .formLabel {
  padding-left: 190px;
}
.default-form--labelXL .formLabel .lineName {
  width: 190px;
}
/***** //FORM *****/
/***** TABLE *****/
table.table-default {
  margin: 0;
  padding: 0;
  width: 100%;
  border-spacing: 0px;
  overflow: hidden;
}
table.table-default > thead th {
  background: #77b82a;
  padding: 15px 20px;
  color: #fff;
  text-align: left;
}
table.table-default > thead th table {
  width: 100%;
}
table.table-default > thead th table tr:last-child td {
  text-align: center;
}
table.table-default > thead th table tr:last-child td:first-child {
  text-align: left;
}
table.table-default > thead th table tr:last-child td:last-child {
  text-align: right;
}
table.table-default > tbody td {
  padding: 12px 20px;
  background: #f8f8f8;
}
table.table-default > tbody td a {
  text-decoration: underline;
}
table.table-default > tbody tr:nth-child(odd) td {
  background: #fff;
}
/***** //TABLE *****/
/***** breadcrumb *****/
.breadcrumb {
  float: left;
  width: 100%;
  padding: 5px 0 22px;
}
.breadcrumb__loggedUser {
  display: inline-block;
  margin-top: 13px;
}
.breadcrumb__loggedUser a {
  font-weight: 600;
}
.breadcrumb__userMessage {
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-left: 10px;
  background: url('../images/ico_user_message.png') no-repeat center left;
  position: Relative;
}
.breadcrumb__userMessage span {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -10px;
  top: -11px;
  float: right;
  font-size: 11px;
  line-height: 17px;
  background: #d13840;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.breadcrumb__autoLogout {
  margin-left: 15px;
  margin-top: 10px;
  display: inline-block;
}
.breadcrumb__autoLogout strong {
  color: #000;
}
.breadcrumb__selectAccount {
  float: right;
}
/***** //breadcrumb *****/
/***** pagination *****/
.pagination {
  width: 100%;
  float: left;
  padding: 15px 3px;
  margin-bottom: 10px;
}
.pagination__numbers {
  float: left;
  line-height: 40px;
}
.pagination__numbers span,
.pagination__numbers a {
  margin: 0px 10px 0 0;
  font-size: 14px;
  padding: 2px 1px 0px 1px;
}
.pagination__numbers span {
  font-weight: 600;
}
.pagination__numbers a {
  border-bottom: 2px solid #cde1bc;
}
.pagination__numbers a:hover {
  border-bottom: 2px solid #666;
  color: #666;
}
.pagination__buttons {
  float: right;
  text-align: right;
}
.pagination__buttons .btn {
  display: inline-block;
  height: 43px;
  margin: 0px 10px 0 0;
}
.pagination__buttons .btn--arrowLeft {
  position: relative;
  padding: 10px 38px 10px 25px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: 30px;
}
.pagination__buttons .btn--arrowLeft:after {
  left: -24px;
  content: '';
  position: absolute;
  width: 24px;
  height: 43px;
  background: transparent url('../images/sprites.png') no-repeat -94px 0px;
  top: 0;
}
.pagination__buttons .btn--arrowLeft:hover {
  background: #6aa427;
}
.pagination__buttons .btn--arrowLeft:hover:after {
  background-position: -118px 0;
}
.pagination__buttons .btn--arrowRight {
  position: relative;
  padding: 10px 25px 10px 38px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 30px;
}
.pagination__buttons .btn--arrowRight:after {
  right: -24px;
  content: '';
  position: absolute;
  width: 24px;
  height: 43px;
  background: transparent url('../images/sprites.png') no-repeat -94px -43px;
  top: 0;
}
.pagination__buttons .btn--arrowRight:hover {
  background: #6aa427;
}
.pagination__buttons .btn--arrowRight:hover:after {
  background-position: -118px -43px;
}
.pagination__buttons--left {
  float: left;
  text-align: left;
}
.pagination--center {
  min-height: 50px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .pagination--center {
    min-height: 90px;
  }
}
.pagination--center .pagination__buttons {
  float: none;
  width: 310px;
  position: absolute;
  top: 0px;
  z-index: 500;
}
@media screen and (max-width: 1280px) {
  .pagination--center .pagination__buttons {
    width: 150px;
  }
}
@media screen and (max-width: 780px) {
  .pagination--center .pagination__buttons {
    position: relative;
    width: 100%;
  }
}
.pagination--center .pagination__buttons .btn {
  margin-bottom: 10px;
}
.pagination--center .pagination__buttons.left {
  float: left;
  left: 0px;
  text-align: left;
}
@media screen and (max-width: 400px) {
  .pagination--center .pagination__buttons.left {
    text-align: center;
  }
}
.pagination--center .pagination__buttons.right {
  float: right;
  right: 0px;
  text-align: right;
}
@media screen and (max-width: 400px) {
  .pagination--center .pagination__buttons.right {
    text-align: center;
  }
}
.pagination--center .pagination__numbers {
  width: 100%;
  z-index: 400;
  padding: 0px 330px;
  position: relative;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (max-width: 1280px) {
  .pagination--center .pagination__numbers {
    padding: 0px 190px;
  }
}
@media screen and (max-width: 780px) {
  .pagination--center .pagination__numbers {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 980px) {
  .pagination__numbers a,
  .pagination__numbers span {
    font-size: 17px;
  }
}
@media screen and (max-width: 780px) {
  .pagination__numbers {
    width: 100%;
    text-align: center;
  }
  .pagination__buttons {
    width: 100%;
    float: left;
    text-align: center;
  }
  .pagination__buttons .btn {
    float: none;
    margin-top: 15px;
  }
  .pagination__buttons .btn--custom {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 650px) {
  .pagination.mobile-full {
    padding: 5px 20px;
  }
  .pagination.mobile-full .btn {
    width: 100%;
    margin: 5px 0;
  }
}
@media screen and (max-width: 500px) {
  .pagination__buttons {
    margin-top: 10px;
  }
  .pagination__buttons .btn {
    margin: 5px 10px;
    padding: 10px 20px;
    border-radius: 30px;
    width: auto;
  }
  .pagination__buttons .btn:after {
    display: none;
  }
}
/***** //pagination *****/
/***** RESPONSIVE *****/
@media screen and (max-width: 1160px) {
  .footer {
    padding: 40px;
  }
}
@media screen and (max-width: 1120px) {
  .footer__menu {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .cooperation__box {
    padding: 60px 40px;
  }
  .cooperation__left {
    padding: 0px 40px;
  }
  .cooperation__right {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 991px) {
  .header__logo {
    text-align: center;
  }
  .moreInformation {
    text-align: center;
  }
  .moreInformation .pull-right {
    float: none !important;
  }
  .moreInformation .btn {
    float: none !important;
  }
  .footer {
    padding: 40px 20px ;
  }
  .footer__menu {
    margin: 25px 0;
  }
  .footer__menu ul li {
    margin: 2px 5px;
  }
  .footer__menu ul li a {
    padding: 0px 4px;
  }
  .footer__fb span {
    float: right;
  }
  .additionalServices__box {
    text-align: center;
  }
  .afterSlider {
    text-align: center;
  }
  .afterSlider__logo img {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 10px;
    position: static;
  }
  .afterSlider__box {
    padding: 60px 60px 0px 60px;
  }
}
@media screen and (max-width: 900px) {
  .hpCategories .col-md-4 {
    width: 100%;
    display: block;
    flex: 0;
  }
  .hpCategories .row {
    display: block;
    flex: 0;
  }
  .hpCategories__box {
    width: 100%;
    display: block;
    flex: 0;
    margin-bottom: 20px;
  }
  .hpSlider h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 850px) {
  .navigation__ul {
    display: none;
  }
  .mobile-menu__open {
    display: block;
  }
  .header .row {
    padding: 0px 15px;
  }
  .header__logo-wrap {
    width: 40%;
    float: left;
  }
  .header__right-wrap {
    width: 60%;
    float: right;
  }
  .header__phone-wrap {
    float: right;
    position: absolute;
    right: 80px;
    width: 240px;
  }
  .header__adress-wrap {
    display: none;
  }
  .header__lang-wrap {
    float: right;
    position: absolute;
    right: 15px;
    width: 75px;
  }
}
@media screen and (max-width: 750px) {
  .afterSlider {
    text-align: center;
  }
  .afterSlider__logo {
    margin: 15px 0 0;
    text-align: center;
  }
  .afterSlider__logo img {
    float: none;
    margin: 10px;
    position: static;
  }
  .afterSlider__box {
    padding: 30px 30px 0px 30px;
  }
  .afterSlider hr {
    display: none;
  }
  .hpCategories {
    margin: 20px 0 30px;
  }
  .hpContact {
    padding: 20px 0 0 0;
    text-align: center;
  }
  .hpContact h2 {
    text-align: center;
  }
  .hpContact table {
    margin: 20px auto;
  }
  .hpContact table tr td {
    text-align: left;
  }
  .hpContact .col-md-6 {
    width: 100%;
    padding: 25px;
  }
  .hpContact__map {
    width: 100%;
    height: 350px;
    position: relative;
  }
  .cooperation {
    text-align: center;
  }
  .cooperation__box {
    padding: 30px 20px;
  }
  .cooperation__left {
    padding: 0px 40px;
    width: 100%;
  }
  .cooperation__right {
    padding: 0px 40px;
    width: 100%;
    margin: 25px 0;
    border-left: 0px;
  }
  .cooperation__right table {
    margin: 15px auto 0;
  }
  .additionalServices {
    padding: 10px;
  }
  .additionalServices__bottomTitle {
    margin: 40px auto 30px;
  }
  .additionalServices__bottomTitle span {
    font-size: 25px;
  }
  .additionalServices__bottomTitle:before,
  .additionalServices__bottomTitle:after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header .row {
    padding: 0;
  }
  .header__logo {
    margin-bottom: 0px;
  }
  .header__logo-wrap {
    width: 250px;
  }
  .header__right-wrap {
    width: auto;
  }
  .header__phone-wrap {
    display: none;
  }
  .header__lang {
    float: right;
    right: 0px;
    margin: 0px;
  }
  .additionalServices__box {
    text-align: center;
    margin: 20px 0 30px;
  }
  .additionalServices__box p {
    height: auto;
  }
  .additionalServices__box h3 {
    margin: 10px 0px 0px;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__fb {
    text-align: center;
  }
  .footer__fb span {
    float: none;
    display: block;
    margin: 20px auto 0;
  }
  .footer__menu {
    text-align: center;
  }
  .footer__menu ul {
    text-align: center;
  }
  .footer__copyright {
    width: 100%;
    text-align: center;
  }
  .footer__madeby {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .header__logo-wrap {
    width: 100%;
  }
  .header__lang-wrap {
    display: none;
  }
  .cooperation__box {
    padding: 30px 20px;
  }
  .afterSlider__content {
    padding: 20px 20px 30px 20px;
  }
}
/***** //RESPONSIVE *****/
