@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* line 1, ../sass/_classes.scss */
.clr:after {
  clear: both;
  content: ' ';
  display: block;
}

/* line 7, ../sass/_classes.scss */
.transition, a {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}

/* line 14, ../sass/_classes.scss */
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 21, ../sass/_classes.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 29, ../sass/_classes.scss */
.center {
  text-align: center;
}

/* line 33, ../sass/_classes.scss */
.no_pad {
  padding: 0;
}

/* line 38, ../sass/_classes.scss */
.full_cont .container {
  width: 100%;
  max-width: 100%;
}

/* line 44, ../sass/_classes.scss */
.with_pad {
  padding: 60px 0;
}

/* line 48, ../sass/_classes.scss */
.with_pad_top {
  padding-top: 60px;
}

/* line 52, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* line 56, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 60, ../sass/_classes.scss */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

/* line 68, ../sass/_classes.scss */
.flex_start {
  justify-content: flex-start;
}

/* line 72, ../sass/_classes.scss */
.space_between {
  justify-content: space-between;
}

/* line 76, ../sass/_classes.scss */
.space_around {
  justify-content: space-around;
}

/* line 80, ../sass/_classes.scss */
.flex_center {
  justify-content: center;
}

/* line 84, ../sass/_classes.scss */
.flex_end {
  justify-content: flex-end;
}

/* line 89, ../sass/_classes.scss */
.table_display {
  display: table;
  float: none;
  width: 100%;
}
/* line 94, ../sass/_classes.scss */
.table_display .table_cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* line 101, ../sass/_classes.scss */
.o_hidden {
  overflow: hidden;
}

/* line 105, ../sass/_classes.scss */
.fixed {
  position: fixed;
}

/* line 109, ../sass/_classes.scss */
.primary_btn {
  background: #EF4030;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}

/* line 118, ../sass/_classes.scss */
.secondary_btn {
  background: #1D8F48;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}

/* line 127, ../sass/_classes.scss */
.bg {
  background: #fff;
}

/* line 131, ../sass/_classes.scss */
.primary_bg {
  background-color: #EF4030;
}

/* line 135, ../sass/_classes.scss */
.secondary_bg {
  background-color: #1D8F48;
}

/* line 139, ../sass/_classes.scss */
.accent_bg {
  background-color: #fff;
}

/* line 143, ../sass/_classes.scss */
.primary_color {
  color: #EF4030;
}

/* line 147, ../sass/_classes.scss */
.secondary_color {
  color: #1D8F48;
}

/* line 151, ../sass/_classes.scss */
.accent_color {
  color: #fff;
}

/* line 155, ../sass/_classes.scss */
.white_color {
  color: #fff;
}

/* line 159, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 163, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* line 167, ../sass/_classes.scss */
.relative {
  position: relative;
}

/* line 171, ../sass/_classes.scss */
.absolute {
  position: absolute;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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.
 */
/* line 54, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/_normalize.scss */
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/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* 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 color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * 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.
 */
/* line 334, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.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;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.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);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/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 */
/* line 63, ../sass/_slick-theme.scss */
.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;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.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;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.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;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.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;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, ../sass/_base.scss */
body {
  font-size: 16px;
  line-height: 160%;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

/* line 8, ../sass/_base.scss */
html {
  overflow-x: hidden;
  font-size: 16px;
}

/* line 13, ../sass/_base.scss */
p {
  margin: 12px 0;
}

/* line 17, ../sass/_base.scss */
a {
  color: #EF4030;
}
/* line 21, ../sass/_base.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #1D8F48;
}

/* line 28, ../sass/_base.scss */
div:focus {
  outline: none !important;
}

/* line 32, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  font-family: "Open Sans", sans-serif;
}

/* line 39, ../sass/_base.scss */
#btt {
  padding: 10px 15px;
  font-size: 22px;
  color: #000;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 99;
}

/* line 51, ../sass/_base.scss */
.invisible {
  opacity: 0;
}

/**
*-----------------------------------------------
* pdf
*-----------------------------------------------
*/
@page :first {
  margin: 0 0 15mm 0;
}
@page {
  footer: html_myFooter2;
}
/* line 71, ../sass/_base.scss */
.footer_cont {
  padding: 7px 30px;
  border-top: 1px solid #e0e0e0;
  font-size: 12px;
}
/* line 75, ../sass/_base.scss */
.footer_cont td {
  font-size: 12px;
  color: gray;
}

/* line 80, ../sass/_base.scss */
.pdf_top {
  width: 100%;
  padding: 15px 30px;
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  background-position: left top;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: 60px;
}

/* line 96, ../sass/_base.scss */
.pdf_logo {
  width: 40%;
  float: left;
}

/* line 103, ../sass/_base.scss */
.pdf_top_right {
  width: 60%;
  color: white;
  float: right;
  text-align: right;
}

/* line 112, ../sass/_base.scss */
.pdf_top_contact {
  background: #EF4030;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  display: table;
  width: 100%;
}

/* line 122, ../sass/_base.scss */
.ptc_table {
  margin: 0 auto;
  width: 490px;
  color: #fff;
  vertical-align: middle;
  text-align: left;
}

/* line 131, ../sass/_base.scss */
.ptc_block {
  margin-left: 2rem;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

/* line 139, ../sass/_base.scss */
.ptc_icon {
  height: auto;
  max-width: 100%;
  max-height: 19px;
  width: auto;
  margin-right: 10px;
  margin-top: 2px;
}

/* line 148, ../sass/_base.scss */
.sent_offer {
  background: #1D8F48;
  color: #fff;
  max-width: 500px;
  padding: 0.5rem;
  display: block;
  margin: 0 auto;
}

/* line 158, ../sass/_base.scss */
.offer_receiver {
  padding: 10px 30px;
  background: #f2f2f2;
}

/* line 164, ../sass/_base.scss */
.offer_receiver_top {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px;
  margin-bottom: 12px;
  padding-top: 5px;
}
/* line 169, ../sass/_base.scss */
.offer_receiver_top h2, .offer_receiver_top h3 {
  max-width: 45%;
  display: inline-block;
  margin: 0;
  line-height: 120%;
  font-size: 23px;
}
/* line 178, ../sass/_base.scss */
.offer_receiver_top h2 {
  float: left;
  width: 45%;
}
/* line 182, ../sass/_base.scss */
.offer_receiver_top h3 {
  float: right;
  width: 35%;
  text-align: left;
}

/* line 189, ../sass/_base.scss */
.offer_receiver_bottom {
  align-content: flex-start;
  align-items: flex-start;
}

/* line 194, ../sass/_base.scss */
.table_display_my, div p.table_display_my {
  display: block;
  vertical-align: top;
  margin: 12px 0;
}

/* line 201, ../sass/_base.scss */
.table_cell {
  display: block;
  vertical-align: top;
  float: left;
}

/* line 207, ../sass/_base.scss */
.customer_data {
  width: 65%;
  float: left;
  padding-right: 15px;
  margin: 15px 0 0;
}

/* line 215, ../sass/_base.scss */
.offer_date {
  float: right;
  margin: 5px 0;
}

/* line 222, ../sass/_base.scss */
.offer_from {
  width: auto;
  margin: 0px 0;
  float: left;
  width: 31%;
  text-align: left;
}

/* line 232, ../sass/_base.scss */
.from_cell {
  width: 55px;
}

/* line 237, ../sass/_base.scss */
.to_cell {
  width: 35px;
}

/* line 243, ../sass/_base.scss */
.offer_top_table {
  vertical-align: top;
  margin: 10px 0;
  border: none;
}
/* line 247, ../sass/_base.scss */
.offer_top_table td {
  vertical-align: top;
}

/* line 251, ../sass/_base.scss */
.to_cell_data {
  width: 444px;
  border: none;
}

/* line 258, ../sass/_base.scss */
.offer_intro {
  padding: 30px;
}

/* line 267, ../sass/_base.scss */
.offer_product {
  padding: 30px;
}

/* line 273, ../sass/_base.scss */
.op_left_img {
  float: left;
  width: 350px;
}

/* line 278, ../sass/_base.scss */
.op_right_text {
  float: left;
  width: 350px;
  padding-left: 20px;
}

/* line 285, ../sass/_base.scss */
.product_name {
  background: #1D8F48;
  color: #fff;
  text-align: center;
  padding: 0.7rem;
  font-size: 1.6rem;
}

/* line 294, ../sass/_base.scss */
.price_bar {
  background: #f2f2f2;
  padding: 10px 30px;
  font-size: 18px;
}

/* line 300, ../sass/_base.scss */
.price_per_product {
  float: left;
  text-align: center;
  width: 30%;
}

/* line 307, ../sass/_base.scss */
.price_qty {
  width: 15%;
  float: left;
  text-align: center;
}

/* line 313, ../sass/_base.scss */
.price_discount {
  float: left;
  text-align: center;
  width: 26%;
}

/* line 319, ../sass/_base.scss */
.price_per_product_total {
  float: right;
  width: 28%;
  text-align: center;
}

/* line 326, ../sass/_base.scss */
.commercial {
  font-size: 14px;
  padding: 10px;
}

/* line 331, ../sass/_base.scss */
.wp-block-table {
  margin: 0;
}

/* line 337, ../sass/_base.scss */
.offer_product h2 {
  margin-top: 30px;
  font-size: 25px;
}
/* line 341, ../sass/_base.scss */
.offer_product .wp-block-table {
  margin: 15px 0;
}
/* line 344, ../sass/_base.scss */
.offer_product table {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 348, ../sass/_base.scss */
.offer_product table td {
  padding: 6px 10px;
}
/* line 353, ../sass/_base.scss */
.offer_product table tr:nth-child(even) td {
  background: #f2f2f2;
}

/* line 363, ../sass/_base.scss */
.opi_img, .opci_img {
  width: 33.3%;
  float: left;
}
/* line 366, ../sass/_base.scss */
.opi_img img, .opci_img img {
  max-width: 90%;
  display: block;
  margin: 10px auto;
}

/* line 374, ../sass/_base.scss */
.offer_conditions, .offer_end_text {
  padding: 15px 30px;
}

/* line 382, ../sass/_base.scss */
.opc_images {
  padding: 5px 30px 15px;
}
/* line 385, ../sass/_base.scss */
.opc_images h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #1D8F48;
  padding: 7px 15px;
  width: 95%;
  margin: 0 auto;
}

/* line 397, ../sass/_base.scss */
.comparison_content {
  padding: 10px 30px;
}
/* line 399, ../sass/_base.scss */
.comparison_content table {
  font-size: 13px;
}
/* line 402, ../sass/_base.scss */
.comparison_content table td, .comparison_content table th {
  width: 33%;
  padding: 5px;
  line-height: 125%;
}
/* line 409, ../sass/_base.scss */
.comparison_content table tr:nth-child(even) td, .comparison_content table tr:nth-child(even) th {
  background: #f2f2f2;
}
/* line 415, ../sass/_base.scss */
.comparison_content table thead {
  background: #000;
  color: #fff;
}
/* line 418, ../sass/_base.scss */
.comparison_content table thead th, .comparison_content table thead td {
  font-size: 1.1rem;
  padding: 5px;
  background: #000;
  color: #fff;
}
/* line 431, ../sass/_base.scss */
.comparison_content h2 {
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
/* line 441, ../sass/_base.scss */
.comparison_content.comparison_4_columns table td, .comparison_content.comparison_4_columns table th {
  width: 25% !important;
  max-width: 25%;
}
/* line 447, ../sass/_base.scss */
.comparison_content.comparison_4_columns table tr td:first-child, .comparison_content.comparison_4_columns table tr th:first-child {
  width: 25%;
}

/* line 461, ../sass/_base.scss */
.comparison_4_columns table td, .comparison_4_columns table th {
  width: 25%;
}

/* line 467, ../sass/_base.scss */
.comparison_prices_cont {
  padding: 0 30px;
  margin-bottom: 15px;
}

/* line 472, ../sass/_base.scss */
.comparison_prices {
  font-size: 15px;
  background: #1D8F48;
  color: #fff;
  width: 100%;
}
/* line 477, ../sass/_base.scss */
.comparison_prices td {
  width: 25%;
  padding: 5px;
  border-bottom: 1px solid #e6e6e6;
}
/* line 484, ../sass/_base.scss */
.comparison_prices tr td:first-child {
  width: 25%;
}
/* line 491, ../sass/_base.scss */
.comparison_prices.cp_dual td {
  width: 33%;
}
/* line 496, ../sass/_base.scss */
.comparison_prices.cp_dual tr td:first-child {
  width: 33%;
}

/* line 505, ../sass/_base.scss */
.opci_dual_img {
  width: 49%;
  float: left;
}
/* line 508, ../sass/_base.scss */
.opci_dual_img img {
  max-width: 90%;
  display: block;
  margin: 10px auto;
}

/* line 516, ../sass/_base.scss */
.comparison_prices_dual {
  width: 48%;
}

/**
*-----------------------------------------------
* preview
*-----------------------------------------------
*/
/* line 526, ../sass/_base.scss */
.pdf_preview {
  width: 840px;
  margin: 20px auto;
  background: #fff;
}
/* line 530, ../sass/_base.scss */
.pdf_preview .pdf_top {
  height: 72px;
}

/* line 535, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 541, ../sass/_base.scss */
.gray_bg {
  background: #ebebeb;
}

/* line 546, ../sass/_base.scss */
.form_buttons {
  margin: 2rem auto;
}
/* line 548, ../sass/_base.scss */
.form_buttons button, .form_buttons a {
  border: none;
  padding: 0.6rem 2rem;
  margin: 0.2rem;
  color: #fff;
  display: inline-block;
}
/* line 556, ../sass/_base.scss */
.form_buttons .display_pdf {
  background: #EF4030;
}
/* line 560, ../sass/_base.scss */
.form_buttons .send_test_offer {
  background: #262626;
}
/* line 564, ../sass/_base.scss */
.form_buttons .send_offer {
  background: #1D8F48;
}
/* line 568, ../sass/_base.scss */
.form_buttons .edit_offer {
  background: #fff;
  color: #000;
}

@media all and (min-width: 993px) {
  /* line 4, ../sass/_responsive.scss */
  .navbar .dropdown-menu {
    margin-top: 0px;
  }
  /* line 8, ../sass/_responsive.scss */
  .navbar .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
  }
  /* line 17, ../sass/_responsive.scss */
  .navbar .dropdown-menu li a {
    color: #fff;
  }
  /* line 23, ../sass/_responsive.scss */
  .navbar .dropdown-menu > li:hover > .sub-menu {
    visibility: visible;
  }
  /* line 27, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    background: transparent;
  }
  /* line 35, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu a {
    color: #000;
  }
  /* line 38, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu a:hover {
    background: #1D8F48;
  }
  /* line 45, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a {
    background: inherit;
  }
  /* line 48, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a:hover {
    background: #1D8F48;
  }

  /* line 56, ../sass/_responsive.scss */
  .right {
    text-align: right;
  }
}
@media all and (min-width: 1500px) {
  /* line 62, ../sass/_responsive.scss */
  .container {
    width: 1300px;
    max-width: 1300px;
  }
}
@media all and (max-width: 992px) {
  /* line 73, ../sass/_responsive.scss */
  .navbar {
    text-align: right;
    justify-content: flex-end;
  }
  /* line 76, ../sass/_responsive.scss */
  .navbar .navbar-nav {
    float: none;
    background: #fff;
  }

  /* line 83, ../sass/_responsive.scss */
  .navbar-toggler {
    background: url("../img/menu_mobile.png") no-repeat center center;
    width: 50px;
    border: none;
    height: 50px;
    display: block;
    margin: 10px;
    float: none;
  }
  /* line 92, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon {
    background: none;
  }
  /* line 94, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon:focus {
    outline: none;
    opacity: 0.8;
  }
  /* line 100, ../sass/_responsive.scss */
  .navbar-toggler:focus {
    outline: none;
    opacity: 0.8;
  }
}

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