@charset "UTF-8";
@import url(sass/fontawesome.min.css);
@import url(sass/brands.min.css);
@import url(sass/solid.min.css);
h1, h2, h3, h4 {
  font-family: "Montserrat";
  color: #17263b; }
  h1::selection, h2::selection, h3::selection, h4::selection {
    background: #17263b;
    color: #fff; }

h2, h1 {
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  margin: 35px 0px 30px 0px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767.98px) {
    h2, h1 {
      font-size: 26px;
      margin: 15px 0px; } }

section h2, section h1 {
  font-family: "Montserrat", serif;
  font-size: 44px;
  font-weight: 500;
  padding-bottom: 30px;
  margin-bottom: 60px; }

section {
  padding-bottom: 10px; }

p {
  font-family: "Montserrat";
  font-weight: 300;
  color: #696462;
  line-height: 30px;
  font-size: 19px;
  padding: 0px 0px 10px 0px;
  text-align: left; }
  p::selection {
    background: #17263b;
    color: #fff; }
  @media only screen and (max-width: 767.98px) {
    p {
      font-size: 17px;
      line-height: 30px; } }

ul {
  margin: 0px; }
  @media only screen and (max-width: 767.98px) {
    ul {
      font-size: 17px !important;
      line-height: 30px !important; } }

main {
  width: 100%; }

.container {
  width: 1230px;
  padding: 0px 30px;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .container {
      width: 980px;
      padding: 0px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .container {
      max-width: 764px;
      padding: 0px 20px; } }
  @media only screen and (max-width: 767.98px) {
    .container {
      width: 100%;
      padding: 0px 20px; } }

.row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .row {
      margin: 20px 0px; } }
  @media only screen and (max-width: 767.98px) {
    .row {
      width: 100%;
      justify-content: center;
      flex-wrap: wrap; } }

.col-* p {
  padding: 5px 10px; }

.col-100 {
  width: 100%; }

.col-12 {
  width: 570px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-12 {
      width: 460px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-12 {
      width: 352px; } }
  @media only screen and (max-width: 767.98px) {
    .col-12 {
      width: 100%;
      margin: 15px 0px; } }
  .col-12 .col-12-12 {
    width: 270px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .col-12 .col-12-12 {
        width: 220px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .col-12 .col-12-12 {
        width: 166px; } }
    @media only screen and (max-width: 767.98px) {
      .col-12 .col-12-12 {
        width: 100%;
        margin: 20px 0px; } }

.col-13 {
  width: 370px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-13 {
      width: 300px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-13 {
      width: 228px; } }
  @media only screen and (max-width: 767.98px) {
    .col-13 {
      width: 100%;
      margin: 15px 0px; } }

.col-23 {
  width: 770px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-23 {
      width: 620px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-23 {
      width: 476px; } }
  @media only screen and (max-width: 767.98px) {
    .col-23 {
      width: 100%;
      margin: 15px 0px; } }
  .col-23 .col-23-12 {
    width: 370px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .col-23 .col-23-12 {
        width: 300px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .col-23 .col-23-12 {
        width: 228px; } }
    @media only screen and (max-width: 767.98px) {
      .col-23 .col-23-12 {
        width: 100%;
        margin: 20px 0px; } }

.col-14 {
  width: 270px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-14 {
      width: 220px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-14 {
      width: 166px; } }
  @media only screen and (max-width: 767.98px) {
    .col-14 {
      width: 100%;
      margin: 15px 0px; } }

.col-34 {
  width: 870px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-34 {
      width: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-34 {
      width: 538px; } }
  @media only screen and (max-width: 767.98px) {
    .col-34 {
      width: 100%;
      margin: 15px 0px; } }
  .col-34 .col-34-12 {
    width: 420px;
    background: #bbb; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .col-34 .col-34-12 {
        width: 340px; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .col-34 .col-34-12 {
        width: 259px; } }
    @media only screen and (max-width: 767.98px) {
      .col-34 .col-34-12 {
        width: 100%;
        margin: 20px 0px; } }

.col-16 {
  width: 170px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-16 {
      width: 140px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-16 {
      width: 104px; } }
  @media only screen and (max-width: 767.98px) {
    .col-16 {
      width: 100%;
      margin: 15px 0px; } }

.col-56 {
  background: #ccc;
  width: 970px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-56 {
      width: 780px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-56 {
      width: 600px; } }
  @media only screen and (max-width: 767.98px) {
    .col-56 {
      width: 100%;
      margin: 15px 0px; } }

.col-112 {
  width: 70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-112 {
      width: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-112 {
      width: 42px; } }
  @media only screen and (max-width: 767.98px) {
    .col-112 {
      width: 100%;
      margin: 20px 0px; } }

.col-1112 {
  width: 1070px;
  height: 100px; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .col-1112 {
      width: 860px; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .col-1112 {
      width: 662px; } }
  @media only screen and (max-width: 767.98px) {
    .col-1112 {
      width: 100%;
      margin: 20px 0px; } }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.flex-wrap {
  flex-wrap: wrap; }

.contact-form {
  padding: 20px 40px 40px 40px; }

label, input, textarea, select {
  width: 100%;
  color: #757575;
  border-radius: 0px; }

input, textarea, select {
  padding: 10px;
  border: 1px solid transparent;
  border-bottom: 1px dashed #1d0c00;
  margin: 10px 0px !important;
  border-radius: 0px; }

input:hover, textarea:hover, select:hover {
  border-bottom: 1px solid #1d0c00; }

input:focus, textarea:focus, select:focus {
  border: 1px solid #17263b; }

textarea {
  height: 145px; }

input[type=button] {
  border-radius: 5px; }

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.400em 0.625em 0.400em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.24em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  z-index: 9999; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
  font-size: 20px; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.10em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
  content: " ";
  display: table; }

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

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  padding: 5px; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #17263b;
  top: -70px; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  width: 100%;
  list-style: none;
  overflow: hidden;
  background-color: #17263b;
  top: -53px;
  position: relative;
  border-radius: 0px; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 0px; }

.slicknav_nav .slicknav_row {
  padding: 14px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  background: #fff;
  color: #150800 !important; }

.slicknav_nav a {
  padding: 14px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400; }

.slicknav_nav a:hover {
  background: #fff;
  color: #150800; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif (opinionated).
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  box-sizing: content-box; }

/**
 * Remove default margin (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */ }

b,
strong {
  font-weight: bolder;
  /* 2 */ }

/**
 * Address styling not present in Android < 4.4.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Correct border-style given when inside `a` element in IE 8/9/10.
 */
img {
  border-style: none; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0px !important;
  width: 12px; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited from fieldset in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  color: inherit;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

* {
  box-sizing: border-box;
  scroll-behavior: smooth; }

.clr {
  clear: both; }

body {
  height: 100%;
  padding: 0px;
  scroll-behavior: smooth; }

.header {
  height: 80px;
  padding-top: 0px;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header {
      height: 95px; } }
  @media only screen and (max-width: 767.98px) {
    .header {
      height: 95px; } }
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .header-container {
        height: 35px; } }
    @media only screen and (max-width: 767.98px) {
      .header-container {
        height: 35px;
        padding: 0px 12px; } }
  .header-pasek {
    background-color: #3E3B37; }
  .header-logo {
    width: 240px;
    z-index: 999;
    padding-top: 8px;
    visibility: hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .header-logo {
        width: 170px; } }
    @media only screen and (max-width: 767.98px) {
      .header-logo {
        width: 167px;
        z-index: 999;
        margin-top: 0px; } }
    .header-logo img {
      width: 100%;
      height: auto;
      z-index: 9999;
      position: relative; }
  .header-content {
    /* height: 91px; */
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    align-items: stretch;
    width: 1000px;
    margin-top: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
      .header-content {
        margin-right: 0px;
        width: auto; } }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .header-content {
        height: auto;
        margin-right: 45px;
        width: auto; } }
    @media only screen and (max-width: 767.98px) {
      .header-content {
        height: auto;
        margin-right: 55px;
        width: auto; } }
  .header-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0px;
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 14px;
    font-family: "Open sans";
    color: #bebab6;
    width: 100%; }
    .header-contact i {
      color: #bebab6; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .header-contact {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767.98px) {
      .header-contact {
        margin-bottom: 10px; } }
  .header-contact-detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 0px; }
    .header-contact-detail i {
      color: #bebab6;
      padding-right: 5px; }
    @media only screen and (max-width: 767.98px) {
      .header-contact-detail {
        display: block;
        padding: 8px 0px;
        font-size: 10px; } }
    .header-contact-detail span {
      padding: 0px 0px 0px 20px;
      font-size: 15px; }
      .header-contact-detail span a {
        color: inherit;
        text-decoration: none; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        .header-contact-detail span {
          display: block; } }
      @media only screen and (max-width: 767.98px) {
        .header-contact-detail span {
          display: block;
          padding-left: 10px;
          font-size: 15px; } }
      @media only screen and (max-width: 767.98px) {
        .header-contact-detail span:last-of-type {
          display: none; } }
  .header-contact-social-ico {
    font-size: 28px;
    color: #3f62a5;
    position: relative;
    margin: 0px 0px 0px 10px;
    padding: 0px; }
    @media only screen and (max-width: 767.98px) {
      .header-contact-social-ico {
        display: none; } }
  .header-social {
    font-size: 30px;
    padding-left: 10px; }
    @media only screen and (max-width: 767.98px) {
      .header-social {
        display: none; } }

#header-nav {
  width: 100%; }

#main-menu-content {
  margin: 0 auto; }
  #main-menu-content ul {
    display: table;
    margin: 0 auto;
    padding: 0px;
    background: #17263b;
    padding: 15px 20px;
    border-radius: 19px; }
    #main-menu-content ul li {
      list-style: none;
      display: table-cell;
      padding: 0px 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
        #main-menu-content ul li {
          padding: 0px 8px; } }
      #main-menu-content ul li a {
        font-family: "Montserrat";
        padding: 5px 10px 40px 10px;
        text-decoration: none;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        color: #ccc; }
        #main-menu-content ul li a:hover {
          color: #fff; }
        @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
          #main-menu-content ul li a {
            font-size: 14px; } }
      #main-menu-content ul li .submenu {
        visibility: hidden;
        display: flex;
        flex-wrap: wrap;
        width: 360px;
        position: absolute;
        margin-top: 60px;
        padding: 15px 15px 15px 15px;
        background: #3E3B37;
        transition: all 0.5s;
        opacity: 0; }
        #main-menu-content ul li .submenu li {
          width: 100%;
          padding-bottom: 0px; }
          #main-menu-content ul li .submenu li a {
            display: block;
            margin: 0px 0px;
            border-bottom: 1px solid transparent;
            padding: 10px 0px 5px 5px;
            font-family: "Montserrat";
            text-transform: none;
            color: #ccc; }
            #main-menu-content ul li .submenu li a:hover {
              color: #fff; }
      #main-menu-content ul li:hover > ul.submenu {
        visibility: visible;
        transition: all 0.5s;
        margin-top: 32px;
        opacity: 1; }

#main-menu-content {
  display: flex;
  float: right;
  align-items: center; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #main-menu-content {
      display: none; } }
  @media only screen and (max-width: 767.98px) {
    #main-menu-content {
      display: none; } }

.slicknav_menu {
  display: none;
  position: fixed;
  top: 90px;
  right: 0px;
  z-index: 9;
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slicknav_menu {
      display: block; } }
  @media only screen and (max-width: 767.98px) {
    .slicknav_menu {
      display: block; } }

/*------ SLIDER ------*/
.sliders {
  width: 100%;
  height: 100vh;
  margin: 0px auto 60px; }
  .sliders .slick-prev {
    left: 20px;
    z-index: 22; }
  .sliders .slick-next {
    right: 20px;
    z-index: 22; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .sliders {
      height: 100vh;
      margin-top: 0px;
      min-width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .sliders {
      height: 75vh;
      margin-top: 0px;
      min-width: 100%; } }
  @media only screen and (max-width: 767.98px) {
    .sliders {
      height: 53vh;
      margin-top: 0px;
      min-width: 100%; } }
  .sliders .slick-dots {
    bottom: -40px; }
  .sliders .slick-dots li button {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #ccc; }
  .sliders .slick-dots li.slick-active button {
    background-color: #17263b; }

.slider {
  width: 100%;
  min-width: 1230px;
  height: 100vh;
  position: relative;
  background-size: cover;
  position: relative;
  background-position: center top;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .slider {
      height: 100vh;
      min-width: 95%; } }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider {
      height: 75vh;
      min-width: 90%; } }
  @media only screen and (max-width: 767.98px) {
    .slider {
      height: 55vh;
      min-width: 100%; } }
  .slider-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, white 100%); }
  .slider-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    /* width: auto; */
    max-width: 100%; }
  .slider-content {
    margin-top: 0px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media only screen and (max-width: 767.98px) {
      .slider-content {
        margin-top: 10px;
        margin-bottom: 10px; } }
  .slider-title {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    margin: 15px 0px 15px 0px;
    text-transform: none;
    padding: 10px;
    background-color: #17263b; }
    @media only screen and (max-width: 767.98px) {
      .slider-title {
        font-size: 19px;
        text-align: center; } }
  .slider-cta {
    padding: 13px 25px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat";
    transition: 0.3s; }
    .slider-cta:hover {
      transition: 0.3s;
      color: #fff;
      background: #17263b; }
    @media only screen and (max-width: 767.98px) {
      .slider-cta {
        font-size: 12px;
        text-align: center;
        display: block;
        width: 100%;
        margin-left: 0px;
        padding: 10px 20px; } }
  .slider-cta-theme {
    padding: 13px 25px;
    border: 1px solid #fed15e;
    border-radius: 10px;
    background: #fed15e;
    color: #1d0c00;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat";
    transition: 0.3s; }
    .slider-cta-theme:hover {
      transition: 0.3s;
      color: #fff;
      background: #17263b; }
    @media only screen and (max-width: 767.98px) {
      .slider-cta-theme {
        font-size: 12px;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 20px; } }

.slider-logo {
  /* background-color: #fff; */
  width: 650px;
  z-index: 22;
  /* border-radius: 59% 57% 60% 88%; */
  padding: 40px 0px 40px 70px;
  display: flex;
  align-items: center;
  right: 0px;
  z-index: 222; }
  .slider-logo img {
    max-width: 100%;
    height: auto; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider-logo {
      width: 100%;
      padding: 40px; } }
  @media only screen and (max-width: 767.98px) {
    .slider-logo {
      width: 100%;
      padding: 40px; } }

/*Main offer*/
.offer-main {
  padding: 60px 0px 60px 0px;
  background-color: #fafcfc;
  background-image: url(img/oferta_bg2.jpg);
  background-size: cover;
  background-position: center center; }
  .offer-main h2 {
    text-align: center;
    position: relative; }
    .offer-main h2:after {
      position: absolute;
      background: #e92f32;
      content: '';
      display: block;
      width: 100px;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    @media only screen and (max-width: 767.98px) {
      .offer-main h2 {
        font-size: 22px;
        margin: 0;
        margin-bottom: 15px;
        padding-bottom: 10px; } }
  .offer-main span {
    text-align: center;
    display: block;
    width: 100%;
    color: #696462;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0% 10% 4% 10%; }
  .offer-main-items {
    flex-wrap: wrap;
    padding: 50px 0px 10px 0px; }
  .offer-main-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: 0.3s;
    overflow: hidden;
    transition: 0.3s;
    position: relative; }
    .offer-main-item:hover img {
      transform: scale(1.03);
      transition: 0.3s; }
    .offer-main-item:hover .offer-main-item-title {
      color: #e92f32;
      transition: 0.3s; }
  .offer-main-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center; }
  .offer-main-button {
    border: 1px solid #17263b;
    background-color: #17263b;
    color: #fff;
    padding: 16px 40px;
    border-radius: 25px;
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    transition: 0.2s; }
    .offer-main-button:hover {
      opacity: 0.8;
      transition: 0.2s; }
  .offer-main-item-icon {
    display: flex;
    justify-content: center;
    transition: 0.3s; }
    .offer-main-item-icon img {
      max-width: 120px;
      height: auto;
      transition: 0.3s;
      object-fit: cover;
      object-position: center;
      /* margin: 0% auto 4% auto; */
      display: block; }
  .offer-main-item-icon-wrapper {
    padding: 10px; }
  .offer-main-item-text {
    width: 100%; }
  .offer-main-item-title {
    color: #17263b;
    font-weight: 700;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    margin: 25px 0px 15px 0px;
    padding: 0px 15px;
    transition: 0.3s; }
    .offer-main-item-title a {
      text-decoration: none;
      color: inherit; }
      .offer-main-item-title a:before {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .offer-main-item-title {
        font-size: 22px;
        margin: auto; } }
    @media only screen and (max-width: 767.98px) {
      .offer-main-item-title {
        font-size: 20px; } }
  .offer-main-info {
    display: block;
    margin-top: 50px;
    color: #b8833e;
    font-size: 22px;
    text-align: center;
    padding: 25px 20px;
    background: #f7f7f7;
    border-radius: 0px;
    font-weight: 500;
    font-family: "Montserrat"; }
    .offer-main-info span {
      color: #1c0b00;
      font-size: 18px; }

/*BLOG*/
.blog-main {
  padding: 60px 0px 100px 0px;
  background-color: #fff; }
  .blog-main h2 {
    text-align: center;
    position: relative; }
    .blog-main h2:after {
      position: absolute;
      background: #e92f32;
      content: '';
      display: block;
      width: 100px;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    @media only screen and (max-width: 767.98px) {
      .blog-main h2 {
        font-size: 22px;
        margin: 0;
        margin-bottom: 15px;
        padding-bottom: 10px; } }
  .blog-main span {
    text-align: center;
    display: block;
    width: 100%;
    color: #696462;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0% 10% 4% 10%; }
  .blog-main-items {
    flex-wrap: wrap;
    padding: 50px 0px 10px 0px; }
  .blog-main-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: 0.3s;
    overflow: hidden;
    position: relative; }
    .blog-main-item:hover::before {
      background: #ccc;
      transition: 0.3s; }
    .blog-main-item:hover img {
      transform: scale(1.06);
      transition: 0.3s; }
  .blog-main-item-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative; }
    .blog-main-item-icon img {
      width: 100%;
      height: 392px;
      transition: 0.3s;
      object-fit: cover;
      object-position: center;
      /* margin: 0% auto 4% auto; */
      display: block; }
    .blog-main-item-icon:before {
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 100%);
      transition: 0.3s;
      z-index: 1; }
  .blog-main-item-icon-wrapper {
    overflow: hidden;
    width: 100%; }
  .blog-main-item-text {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2; }
  .blog-main-item-title {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    /* text-transform: uppercase; */
    margin: 15px 0px 20px 0px;
    padding: 0px 10px; }
    .blog-main-item-title a {
      text-decoration: none;
      color: inherit; }
      .blog-main-item-title a:before {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .blog-main-item-title {
        font-size: 20px;
        margin: auto; } }
    @media only screen and (max-width: 767.98px) {
      .blog-main-item-title {
        font-size: 20px; } }
  .blog-main-info {
    display: block;
    margin-top: 50px;
    color: #b8833e;
    font-size: 22px;
    text-align: center;
    padding: 25px 20px;
    background: #f7f7f7;
    border-radius: 0px;
    font-weight: 500;
    font-family: "Montserrat"; }
    .blog-main-info span {
      color: #1c0b00;
      font-size: 18px; }

.about-us {
  padding: 60px 0px 60px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .about-us h2 {
    text-align: center;
    position: relative; }
    .about-us h2:after {
      position: absolute;
      background: #e92f32;
      content: '';
      display: block;
      width: 100px;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    @media only screen and (max-width: 767.98px) {
      .about-us h2 {
        font-size: 22px;
        margin: 0;
        margin-bottom: 15px;
        padding-bottom: 10px; } }
  .about-us span {
    text-align: center;
    display: block;
    width: 100%;
    color: #696462;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0% 10% 4% 10%; }
  .about-us-content p {
    font-size: 20px;
    color: #696462;
    text-align: center; }
    @media only screen and (max-width: 767.98px) {
      .about-us-content p {
        font-size: 18px;
        text-align: center; } }
  .about-us-content span {
    font-weight: 300; }
  .about-us-buttons {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 767.98px) {
      .about-us-buttons {
        justify-content: center; } }
  .about-us-button {
    border: 1px solid #17263b;
    background-color: #17263b;
    color: #fff;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    transition: 0.2s; }
    .about-us-button:hover {
      opacity: 0.8;
      transition: 0.2s; }
  .about-us img {
    max-width: 100%;
    height: auto;
    border-radius: 10%;
    box-shadow: -40px -40px 0px #42446d14;
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .about-us img {
        box-shadow: none; } }
  .about-us .col-13 {
    position: relative; }
  .about-us .col-13:after {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #42446d29;
    position: absolute;
    bottom: -25px;
    right: -30px;
    /* border: 5px solid #42446d; */ }
    @media only screen and (max-width: 767.98px) {
      .about-us .col-13:after {
        display: none; } }
  .about-us .col-23 {
    padding-left: 30px; }
    @media only screen and (max-width: 767.98px) {
      .about-us .col-23 {
        padding-left: 0px; } }

.offer-cta {
  background-image: url(img/cta.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0px 120px 0px;
  position: relative; }
  .offer-cta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(5, 38, 58, 0.85);
    z-index: 2; }
  .offer-cta-content {
    width: 100%;
    z-index: 9;
    position: relative; }
    .offer-cta-content h2 {
      width: 100%;
      color: #fff;
      text-align: center;
      font-size: 50px;
      text-transform: none;
      margin: 30px 0px 45px 0px; }
      @media only screen and (max-width: 767.98px) {
        .offer-cta-content h2 {
          font-size: 32px; } }
  .offer-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .offer-cta-button {
    padding: 20px 35px;
    border: 1px solid #fed15e;
    margin: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.3s;
    border-radius: 10px; }
    .offer-cta-button:hover {
      background: #fed15e;
      color: #000;
      transition: 0.3s; }

.why-my {
  padding: 80px 0px 40px 0px;
  background-image: url(img/pattern.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff; }
  .why-my h2 {
    color: #fff;
    margin-bottom: 90px; }
    @media only screen and (max-width: 767.98px) {
      .why-my h2 {
        margin-bottom: 10px;
        font-size: 25px; } }
  .why-my-items {
    flex-wrap: wrap; }
  .why-my-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767.98px) {
      .why-my-item {
        width: 50%;
        margin-bottom: 25px; } }
  .why-my-item-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 2px dashed #e8e8e8; }
    .why-my-item-circle .fa, .why-my-item-circle .fas {
      color: #fff;
      font-size: 34px;
      font-weight: 900; }
  .why-my-item-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 10px;
    text-align: center;
    width: 100%;
    color: #fff; }
    @media only screen and (max-width: 767.98px) {
      .why-my-item-title {
        width: 100%;
        font-size: 18px; } }

/*Articles*/
.articles {
  padding: 50px 0px 50px 0px;
  background: linear-gradient(to bottom, #FFFFFF, #fbfbfb); }
  .articles h2 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 10px; }
  .articles-items {
    flex-wrap: wrap;
    justify-content: space-around; }
  .articles-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 7px 15px 0 rgba(10, 30, 70, 0.1);
    background: #fff;
    border-radius: 20px;
    width: 45%; }
    @media only screen and (max-width: 767.98px) {
      .articles-item {
        width: 100%; } }
  .articles-item-post {
    padding: 10px 30px 20px 30px; }
  .articles-item-image {
    width: 100%;
    height: 275px;
    background: #fed15e;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    object-fit: cover; }
    .articles-item-image img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .articles-item-image {
        height: 202px; } }
    @media only screen and (max-width: 767.98px) {
      .articles-item-image {
        width: 100%;
        height: 190px; } }
  .articles-item-title {
    font-size: 22px;
    font-weight: 600;
    padding: 0px 0px;
    text-align: center;
    width: 100%;
    margin: 15px 0px; }
    @media only screen and (max-width: 767.98px) {
      .articles-item-title {
        width: 100%; } }
  .articles-item-content p {
    line-height: 27px;
    font-size: 18px;
    padding: 0px 0px;
    margin: 10px 0px;
    text-align: center; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .articles-item-content p {
        display: none; } }
    @media only screen and (max-width: 767.98px) {
      .articles-item-content p {
        display: none; } }
  .articles-cta {
    padding: 20px 35px;
    border: 1px solid #f2f2f2;
    background: #17263b;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
    border-radius: 10px;
    margin-top: 50px;
    cursor: pointer; }
    .articles-cta:hover {
      transition: 0.3s;
      background: #fed15e;
      color: #000; }

/**/
@media only screen and (max-width: 767.98px) {
  .partners .partner-item {
    width: 100%;
    padding: 10px; } }

.contact-details {
  background: #fff;
  padding: 40px 0px 50px 0px;
  background-size: cover; }
  .contact-details-content {
    width: 100%; }
    .contact-details-content h2 {
      width: 100%;
      color: #17263b;
      text-align: center;
      font-size: 30px;
      padding-bottom: 40px; }
      @media only screen and (max-width: 767.98px) {
        .contact-details-content h2 {
          margin-bottom: 0px;
          font-size: 25px; } }
  .contact-details-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline; }
  .contact-details-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .contact-details-item-ico {
    font-size: 30px;
    color: #e92f32;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #17263b;
    border-radius: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991.98px) {
      .contact-details-item-ico {
        padding: 0px;
        font-size: 32px; } }
    @media only screen and (max-width: 767.98px) {
      .contact-details-item-ico {
        font-size: 20px;
        width: 44px;
        height: 44px; } }
  .contact-details-item-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center; }
    .contact-details-item-info p, .contact-details-item-info a {
      color: #696462;
      text-decoration: none;
      text-decoration-color: transparent;
      transition: 0.4s;
      font-weight: 400;
      line-height: 32px;
      padding: 2px 0px;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 768px) and (max-width: 991.98px) {
        .contact-details-item-info p, .contact-details-item-info a {
          font-size: 18px; } }
      @media only screen and (max-width: 767.98px) {
        .contact-details-item-info p, .contact-details-item-info a {
          font-size: 15px; } }
      .contact-details-item-info p:hover, .contact-details-item-info a:hover {
        text-decoration: underline;
        text-decoration-color: #17263b;
        transition: 0.4s; }
  .contact-details-form {
    padding: 0px 40px 35px 40px; }
    .contact-details-form img {
      max-width: 100%;
      height: auto;
      filter: saturate(0.75); }
    @media only screen and (max-width: 767.98px) {
      .contact-details-form {
        padding: 0px 15px 20px 15px; } }
    .contact-details-form input[type=button] {
      background: #17263b;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Open Sans";
      transition: 0.4s; }
      .contact-details-form input[type=button]:hover {
        background: #e8e6d6;
        color: #1c0b00;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Open Sans";
        border: 1px solid #d6ce8c;
        transition: 0.4s; }

/*------ podstrona------*/
/*------ SLIDER ------*/
.slider-page {
  width: 100%;
  height: 220px;
  background: #c99654;
  background-size: cover;
  position: relative;
  margin-top: 110px; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider-page {
      margin-top: 85px; } }
  @media only screen and (max-width: 767.98px) {
    .slider-page {
      margin-top: 85px;
      height: 175px; } }
  .slider-page-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .slider-page-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%; }
  .slider-page-title {
    margin-bottom: 60px;
    padding: 20px 10px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 767.98px) {
      .slider-page-title {
        font-size: 30px;
        margin-bottom: 30px; } }

table {
  width: 100%;
  font-family: "Montserrat";
  font-weight: 400; }

table tr {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  line-height: 34px;
  border-bottom: 1px solid #f7f7f7;
  padding: 6px 0px; }

table tr td:first-of-type {
  flex: 0 0 30px;
  text-align: left;
  display: inherit; }

table .table-opis {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }

table .table-cena {
  text-align: right;
  display: inherit;
  font-weight: 600; }

table .table-opis-dlugi {
  width: 100%;
  flex: 0 0 100% !important;
  text-align: left;
  padding: 12px 115px 12px 30px;
  margin-top: -6px;
  margin-bottom: -6px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  color: #af762b;
  background-color: #f7f7f7;
  /* text-align: center; */ }
  @media only screen and (max-width: 767.98px) {
    table .table-opis-dlugi {
      padding: 12px 30px 12px 30px; } }

/*Single Page*/
.single-page section {
  padding-top: 110px; }

.single-page-content {
  padding: 10px 0px 30px 0px; }
  .single-page-content img {
    max-width: 100%;
    height: auto; }
    @media only screen and (max-width: 767.98px) {
      .single-page-content img {
        padding: 0px 0px 20px 0px !important; } }
  .single-page-content ul {
    font-family: "Montserrat";
    font-weight: 400;
    color: #1c0b00;
    line-height: 34px;
    margin-top: -20px;
    font-size: 20px;
    padding: 0px 0px 15px 25px;
    text-align: left; }
.single-page-contact-item {
  display: flex;
  align-items: baseline;
  justify-content: flex-start; }
.single-page-contact-ico {
  padding: 5px 30px; }
  .single-page-contact-ico i {
    font-size: 30px;
    width: 24px;
    color: #17263b;
    display: flex;
    justify-content: center;
    align-items: center; }
.single-page-contact-info p {
  padding: 0px 20px;
  line-height: 30px;
  margin: 15px 0px; }

@media only screen and (max-width: 767.98px) {
  .onas-span p {
    margin-top: 5px;
    text-align: center !important; } }
/*Single Page - Right Menu*/
.menu-right ul {
  margin: 0;
  padding: 0;
  width: 100%; }
.menu-right li {
  list-style: none;
  width: 100%;
  display: block; }
.menu-right a {
  background: #17263b;
  color: #fff;
  padding: 6px 15px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #fff;
  font-family: "Fira Sans";
  text-decoration: none;
  font-size: 20px; }
  .menu-right a:hover {
    text-decoration: underline; }

.galery-content .col-14 {
  width: 24.8%; }
  @media only screen and (max-width: 767.98px) {
    .galery-content .col-14 {
      width: 49.5%;
      margin: 0 !important; } }

.galery-item {
  overflow: hidden;
  margin-bottom: 30px; }
  .galery-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 4px !important; }
    .galery-item img:hover {
      opacity: 0.8; }
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .galery-item {
      width: 48% !important;
      height: calc(2/3 * 50vw) !important;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767.98px) {
    .galery-item {
      width: 48% !important;
      height: calc(2/3 * 50vw) !important;
      margin-bottom: 0; } }

.contact-main {
  padding: 60px 0px 100px 0px;
  background-color: #fff; }
  .contact-main h2 {
    text-align: center;
    position: relative; }
    .contact-main h2:after {
      position: absolute;
      background: #e92f32;
      content: '';
      display: block;
      width: 100px;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    @media only screen and (max-width: 767.98px) {
      .contact-main h2 {
        font-size: 22px;
        margin: 0;
        margin-bottom: 15px;
        padding-bottom: 10px; } }
  .contact-main span {
    text-align: center;
    display: block;
    width: 100%;
    color: #696462;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0% 10% 4% 10%; }

/*Galeria*/
.galery-main-items .col-14 {
  width: 24.8%; }
  @media only screen and (max-width: 767.98px) {
    .galery-main-items .col-14 {
      width: 49.5%;
      margin: 0 !important; } }

/*------ footer ------*/
footer {
  width: 100%;
  background: #17263b;
  overflow: hidden; }
  footer p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 20px; }
  footer a {
    color: #bebab6;
    text-decoration: none; }

.footer-up .social-link {
  color: #bebab6; }
  .footer-up .social-link i {
    font-size: 36px; }
.footer-up-row {
  padding: 50px 0px 40px 0px; }
.footer-up .col-14 {
  padding: 5px 5px 5px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .footer-up .col-14 img {
    max-width: 100%;
    height: auto;
    padding: 0px 10px 0px 10px; }
.footer-up-title {
  color: #fff;
  padding: 0px;
  margin: 10px 0px 30px 0px;
  text-align: left;
  font-size: 22px;
  width: 100%;
  /* text-transform: uppercase; */ }
.footer-up-content {
  color: #bebab6;
  padding: 0px;
  margin: 0px;
  text-align: left;
  line-height: 22px;
  width: 100%; }
  .footer-up-content ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .footer-up-content ul li {
      list-style: none; }
      .footer-up-content ul li a {
        padding: 4px 0px;
        color: #bebab6;
        text-decoration: none;
        list-style: none;
        font-family: "Montserrat";
        font-size: 15px;
        list-style: none;
        position: relative;
        margin-left: 15px; }
        .footer-up-content ul li a:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f105";
          position: absolute;
          left: -15px;
          top: 4px; }
        .footer-up-content ul li a:hover {
          color: #fff; }
.footer-up-newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .footer-up-newsletter span {
    width: 100%; }
  .footer-up-newsletter .newsletter-input {
    display: flex;
    align-items: center; }
  .footer-up-newsletter input[type="text"] {
    border: none;
    width: 86%;
    border-radius: 10px 0px 0px 10px;
    height: 40px; }
  .footer-up-newsletter button {
    width: 14%;
    background: #fed15e;
    height: 40px;
    border: none;
    border-radius: 0px 10px 10px 0px; }
    .footer-up-newsletter button:before {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 900; }
    .footer-up-newsletter button:hover {
      opacity: 0.8;
      transition: 0.3s; }
  .footer-up-newsletter input[type="checkbox"] {
    width: 20px;
    margin-bottom: 0px !important; }
  .footer-up-newsletter .newsletter-zgoda label {
    font-size: 13px;
    color: #fff;
    font-family: "Open Sans"; }

.contact-ico-fixed {
  bottom: 5%;
  position: fixed;
  right: 25px;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 4px solid #f1f1f1;
  background: #fed15e;
  z-index: 99999;
  box-shadow: 5px 5px 40px 0 rgba(10, 30, 70, 0.25);
  transition: 0.3s;
  cursor: pointer; }
  .contact-ico-fixed:hover {
    opacity: 0.8; }
  .contact-ico-fixed span {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .contact-ico-fixed span i {
      font-size: 28px; }

.footer-down {
  border-top: 1px solid #393939;
  padding: 15px 0px; }
  .footer-down p {
    line-height: 24px;
    padding: 10px;
    margin: 0; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }
  @media only screen and (max-width: 767.98px) {
    .modal {
      padding-top: 95px; } }

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0px;
  border-radius: 20px;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }
  @media only screen and (max-width: 767.98px) {
    .modal-content {
      width: 90%; } }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
/*Kalkulator*/
.calc {
  padding: 20px 0px 40px 0px !important; }
  .calc h2 {
    color: #000;
    display: none; }
  .calc-row {
    padding: 0px 10px;
    align-items: center;
    position: relative; }
  .calc label {
    color: #17263b;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px; }
  .calc label.error {
    position: absolute;
    right: 0;
    text-align: right;
    color: red;
    top: -10px; }
  .calc p {
    font-family: "Open Sans";
    font-weight: 400;
    color: #1c0b00;
    line-height: 22px;
    font-size: 15px;
    padding: 0px 0px 10px 0px;
    text-align: left; }
  .calc legend {
    color: #17263b;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px; }
  .calc input, .calc textarea, .calc select {
    border: 1px dashed #1d0c00; }
  .calc textarea {
    height: 80px; }
  .calc-button-przelicz {
    background: #1d0c00;
    color: #e8e6d6;
    padding: 15px 25px;
    border-radius: 15px;
    border: 3px solid #e8e6d6;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase; }
    .calc-button-przelicz:hover {
      color: #fff;
      border-color: #fff; }

#Error {
  background: #e80202;
  padding: 25px;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px; }

#mail-status.error {
  background: #e80202;
  padding: 25px;
  color: #fff;
  border-radius: 10px;
  margin-top: 15px; }
  #mail-status.error ul {
    color: #fff; }
    #mail-status.error ul li {
      list-style: none; }

.calculator-wynik {
  background: #e8e6d6;
  padding: 15px;
  border-radius: 10px;
  position: sticky;
  top: 150px;
  margin-top: 20px; }
  .calculator-wynik p {
    padding: 0px 0px 0px 0px;
    text-align: left;
    line-height: 25px;
    margin: 0px 0px 15px 0px;
    font-size: 18px; }
  .calculator-wynik span {
    display: block;
    font-weight: 700;
    height: 25px; }

/*Kalendarz*/
.ui-datepicker-week-end:last-child {
  background: inherit;
  color: inherit;
  border: inherit;
  font-size: inherit;
  font-weight: bold;
  cursor: default !important;
  opacity: 0.35 !important;
  pointer-events: none; }

.ui-state-disabled a {
  cursor: default !important; }

.ui-datepicker-unselectable, .ui-datepicker-unselectable a:hover {
  background: inherit;
  color: inherit;
  border: inherit;
  font-size: inherit;
  font-weight: bold;
  cursor: default !important; }

.wybrany {
  border: 1px solid red !important; }

/*# sourceMappingURL=style.css.map */
