@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
 body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
 article,
 aside,
 footer,
 header,
 nav,
 section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
 figcaption,
 figure,
 main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
 figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
 a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
 b,
 strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
 strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 code,
 kbd,
 samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
 dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
 mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
 small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
 audio,
 video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
 audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
 img {
  border-style: none;
}
p{
  padding: 0;
  margin: 0;
}
/**
 * Hide the overflow in IE.
 */
 svg:not(:root) {
  overflow: hidden;
}
/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
 button,
 input,
 optgroup,
 select,
 textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 button,
 input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
 button,
 html [type="button"],
 [type="reset"],
 [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
 fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
 legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
 progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
 textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
 [type="checkbox"],
 [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
 [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
 details,
 menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
 summary {
  display: list-item;
}
/* Scripting
========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
 canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
 template {
  display: none;
}
/* Hidden
========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
 [hidden] {
  display: none;
}
/* USER VARIABLES SECTION */
:root {
  --userfont: roboto-st, sans-serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.r {
  border: 1px solid red;
}
/* FONTS LOAD SECTION */
@font-face {
  src: url("../fonts/Montserrat_fonts/montserrat-regular-webfont.woff2") format("woff2");
  font-family: "roboto-st";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat_fonts/montserrat-bold-webfont.woff2") format("woff2");
  font-family: "roboto-st";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat_fonts/montserrat-semibold-webfont.woff2") format("woff2");
  font-family: "roboto-st";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat_fonts/montserrat-italic-webfont.woff2") format("woff2");
  font-family: "roboto-st";
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  font-size: 24px;
  line-height: 1.5;
  font-family: var(--userfont);
  font-weight: 600;
  font-style: normal;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  color: #1C2023;
  background-color: #f9f9f9;
}
a {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  font-style: normal;
  outline: none;
  text-decoration: none;
}
.custom_input {
  border: none;
  outline: none;
  color: #565656;
  min-width: inherit;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  border-bottom: 1px solid white;
  background: transparent;
}
.custom_input:focus {
  outline: none;
}
.custom_input::-webkit-input-placeholder {
  color: #BFBFBF;
}
.custom_input::-moz-placeholder {
  color: #BFBFBF;
}
.custom_input::-ms-input-placeholder {
  color: #BFBFBF;
}
.custom_input::placeholder {
  color: #BFBFBF;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: #565656;
  display: inline-block;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}
@media (max-width: 767px) {
  .inputfile + label {
    font-size: 12px;
  }
}
.custom_blue_dots_list li {
  padding-left: 20px;
  position: relative;
}
.custom_blue_dots_list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 50%;
  background: #3f84bd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .custom_blue_dots_list li {
    padding-left: 15px;
  }
  .custom_blue_dots_list li:before {
    width: 5px;
    height: 5px;
  }
}
.default_btn {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 17px 20px 10px 20px;
  display: inline-block;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  background: #ffae00;
  max-width: 285px;
  box-shadow: 0 5px 0 #c18b1c;
}
.default_btn:hover {
  background: #fff;
  color: #222b49;
  font-weight: bold;
  border: 2px solid #222b49;
  box-shadow: 0 5px 0 #222b49;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blueHover_btn:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hardBlueHover_btn:hover {
  background: #083356;
}
.whiteHover_btn:hover {
  background: white;
  color: #1e1d1d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .default_btn {
    font-size: 15px;
    /*line-height: 15px;*/
    /*padding: 10px 44px;*/
  }
}
.h2-custom {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.h3-custom {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 0;
}
.h3-custom::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #59a896;
  position: absolute;
  bottom: 0;
}
.h3-custom span {
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 767px) {
  .h2-custom {
    font-size: 48px;
    line-height: 1.3;
    text-align: center;
  }
  .h3-custom {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .h3-custom::after {
    width: 20px;
    height: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 520px) {
  .h2-custom {
    font-size: 30px;
  }
}
.visually-hidden {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
.container {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.form_container{
  padding-left: 2.5%;
  padding-right: 2.5%;
}
@media (min-width: 768px) {
  .container {
    padding: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .form_container{
    padding: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .form_container{
    padding: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  /*background: #59a896;*/
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  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 */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 65%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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;
  /* Icons */
}
.slick-prev {
  left: 25px;
  z-index: 10000000;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
  width: 25px;
  height: 50px;
  display: block;
  background: url("../img/icons/left_arrow.png") center no-repeat;
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: 25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 25px;
  height: 50px;
  display: block;
  background: url("../img/icons/left_arrow.png") center no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir="rtl"] .slick-next:before {
  content: "";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 11px;
  width: 11px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 11px;
  width: 11px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  background: transparent;
  border: 2px solid white;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 1px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.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 {
  opacity: 1;
  background-color: #59a896;
  border: 2px solid #59a896;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}




.main_btn {
  text-decoration: none;
  color: #141414;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
  padding: 10px 22px;
  background: transparent;
  border: 3px solid #141414;
  border-radius: 15px;
  display: inline-block;
}







/*TOP HEADER START*/

.top_header{
  /*background: #0a0a0a;*/
  background: #f9f9f9;
  padding-top: 14px;
  padding-bottom: 6px;
  max-height: 150px;
}
.top_header__cont{
  display: flex;
  justify-content: space-between;
}
.top_header__contact{
  /*color: #fff;*/
  color: #3871C1;
}
.top_header__contact .header_phone a{
  font-size: 36px;
  font-weight: bold;
  /*color: #fff;*/
  color: #3871C1;
}
.top_header__contact .header_phone a:hover{
  /*color: #00b7d7;*/
  color: #F6BA24;
  transition: all .3s;
}
.top_header__contact .header_time{
  font-size: 18px;
}
.emergency .emergency__text{
  line-height: 1;
}
.emergency .emergency__text .emergency__text_period{
  margin-bottom: 10px;
}
.top_header__info .emergency{
  color: #ff0707;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header_phone{
  margin-bottom: 20px;
}
.top_header__Logo img{
  max-width: 220px;
}
.top_header__contact .header_phone img{
  max-width: 28px;
  margin-right: 6px;
}
.top_header__contact .header_time img{
  width: 20px;
  height: 20px;
  margin-right: 18px;
}
.timer_cont{
  display: inline-block;
}
.open_cont{
  display: inline-block;
}
.header_time p{
  text-align: center;
}
.top_header__info{
  display: flex;
  justify-content: space-between;
}
.top_header__info .emergency img{
  max-width: 67px;
  margin-right: 10px;
}
.top_header__info .quality_logo img{
  max-width: 130px;
}

/*TOP HEADER END*/




.bottom_header{
  background-color: rgba(37, 38, 39, 1.000);
  height: 52px;
}
.hidden-lg{
  display: none;
}
@media (max-width: 1200px) {
  .hidden-lg{
    display: block;
    top: 0;
  }
  .top_header{
    padding-top: 60px;
    padding-bottom: 12px;
    max-height: inherit;
  }
  .top_header__Logo img {
    max-width: 150px;
  }
  .top_header__contact .header_phone a{
    font-size: 24px;
  }
  .header_phone{
    margin-bottom: 8px;
  }
  .top_header__Logo{
    display: flex;
    align-items: center;
  }
  .top_header__info .quality_logo img {
    max-width: 100px;
  }
}
@media (max-width: 992px) {
  .top_header__info{
    display: none;
  }
  .top_header__cont{
    flex-direction: column;
    align-items: center;
  }
  .top_header__contact{
    text-align: center;
  }
}
@media (max-width: 520px) {
  .top_header__contact .header_phone a {
    font-size: 22px;
  }
  .top_header__contact .header_time {
    font-size: 16px;
  }
  .top_header__contact .header_phone img {
    max-width: 24px;
  }
  .top_header__contact .header_time img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
}
.burger_fixed_bg{}
.hamburger {
  position: fixed;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  right: 16px;
  margin-top: 20px;
  z-index: 99999;
}
.hamburger span {
  width: 100%;
  height: 2px;
  /*background: #08509e;*/
  background: #F6BA24;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
}
.hamburger span.h-top {
  top: 0;
}
.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}
.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}
.hamburger.h-active span {
  width: 100%;
}
.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}
.bottombar {
  background-color: #08509e
}
.main-nav>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width : 1200px) {
  .main-nav>ul {
    display: flex;
    justify-content: space-between;
  }
}
.main-nav>ul>li {
  display: inline-block;
  position: relative;
  margin-left: -4px;
  padding-right: 15px;
}
.main-nav>ul>li:last-child{
  padding-right: 0;
}
.main-nav>ul>li+li {
  /*padding: 0 15px;*/
}
.main-nav>ul>li>a {
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #e6e6e6;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
}
.main-nav>ul>li:hover>a {
  /*color: #00b7d7;*/
  color: #3871C1;
}
.submenu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px;
  /*background: #fff;*/
  background: #3871C1;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
}
.submenu>li {
  display: block;
  margin: 0 -15px;
}
.submenu>li a {
  display: block;
  padding: 10px 15px;
  color: #e6e6e6;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
}
.submenu>li a:hover {
  background: #f7f7f7;
  color: #08509e;
}
.main-nav .fl {
  width: 40px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #3871C1;
  font-style: normal;
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 999;
  display: none;
}
.main-nav .fl:before {
  font-size: 24px;
  text-align: center;
  line-height: 35px;
}
.main-nav>ul>li+li .submenu {
  /*left: 25px;*/
}
.main-nav>ul>li:hover .submenu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.content-block {
  padding: 70px 0;
  position: relative;
}
.slideInUp {
  visibility: hidden;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -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);
}
.slideInUp2 {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
@media (max-width: 1199px) {
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    padding: 20px;
    z-index: 9999;
    height: 100%;
    overflow: auto;
    background: #f9f9f9;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transition: -webkit-transform .3s ease-in;
    -moz-transition: -moz-transform .3s ease-in;
    -o-transition: -o-transform .3s ease-in;
    transition: transform 0.3s ease-in;
  }
  .main-nav.slidenav {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .main-nav>ul {
    float: none;
    padding-top: 50px;
  }
  .main-nav>ul>li {
    display: block;
    padding: 10px 0 !important;
    margin-left: 0;
  }
  .main-nav>ul>li>a {
    font-size: 14px;
    font-weight: bold;
    /*color: #fff;*/
    color: #3871C1;
    line-height: 35px;
  }
  .main-nav .fl {
    display: block;
    line-height: 1.4;
    border: 2px solid #3871C1;
  }
  .submenu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    padding: 5px 15px 5px 25px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
  }
  .submenu>li a {
    display: block;
    padding: 10px 0;
    /*color: #f9f9f9;*/
    line-height: 0.8;
    font-size: 14px;
    color: #3871C1;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
  }
  .submenu>li a:hover {
    background: transparent;
    color: #08509e;
  }
  .slideInUp {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -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);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}



#button {
  display: inline-block;
  background-color: #2c4081;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #ffae00;
  border-radius: 2px;
  line-height: 50px;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button {
  color: #fff;
}
#button i:hover {
  color: #ffae00;
}
#button:hover {
  cursor: pointer;
  background-color: #111111;
  color: #ffae00;
  border: 1px solid #444444;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 0.7;
  visibility: visible;
}
@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}
@media (max-width: 500px) {
  #button {
    display: none;
  }
}


/*Section Main Screen Start*/

.front-hero {
  max-height: 632px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40rem;
  /*margin: 0 0 6rem;*/
  margin: 0;
  padding: 3.33333rem 0 6rem;
}
.hero-container {
  background: url(../img/main-screen/bg3.jpg);
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -2.5em 0em 0em 0em;
  background-position: bottom;
}
@media (max-width: 1200px) {
  .bottom_header{
    height: inherit;
  }
  .burger_fixed_bg {
    background: #3871C1;
    height: 64px;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
  }
}
.coupon_container{
  max-width: 450px;
  padding-top: 30px;
}
.coupon_item{
  color: #fff;
  font-weight: 400;
  text-align: center;
  background: #000;
  padding: 15px 30px;
  border: 4px solid #3871C1;
}
.coupon_price{
  font-size: 74px;
  /*color: #F8D24A;*/
  color: #F6BA24;
  line-height: 1;
  font-weight: bold;
}
.coupon_title{
  font-size: 24px;
  font-weight: 500;
}
.coupon_descr{
  font-size: 12px;
  line-height: 1.2;
}
.coupon_contacts_cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
}
.coupon_contacts_cont img{
  max-width: 120px;
}
.coupon_contacts_cont a{
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

/*Section Main Screen End*/


/*Section Sticky Form Start*/
.form_container{
/*  margin-right: 10em;
margin-left: 10em;*/
}
.form_data_content-content{
  display: flex;
  column-gap: 14px;
}
.default_submit-btn_cont{
  width: 100%;
}
.sticky_form__item{
  /*background: #222b49;*/
  background: #2c4081;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.sticky_form__item:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -2.6em;
  left: 48%;
  box-sizing: border-box;
  border: 1.4em solid black;
  border-color: transparent transparent #2c4081 #2c4081;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 40%);
}
.sticky_form__item .sticky_form__contact{
  border-right: 2px solid #fefefe;
  text-align: center;
  padding-right: 20px;
  min-width: 235px;
  /*padding: 12px 12px 24px 12px;*/
}
.sticky_form_data{
  padding-left: 10px;
}
.form_data_title-head{
  line-height: 1;
}
.form_data_title{
  color: #fff;
}
.form_data_title-sub{
  font-size: 12px;
}
.form_data_descr{
  font-size: 11px;
  color: #fff;
  font-weight: normal;
}
.default_submit-btn{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 14px 15px 8px 15px;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffae00;
  color: #0a0a0a;
  width: 100%;
  box-shadow: 0 5px 0 #c18b1c;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.default_submit-btn:hover{
  background-color: #cc8b00;
  color: #0a0a0a;
}
.sticky_form{
  position: relative;
  top: -142px;
}
.sticky_form_data .form_data_content .custom_input{
  height: 44px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
}
.sticky_form__contact p{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  /*line-height: 1;*/
  /*margin-bottom: 18px;*/
}
.sticky_form__contact_call a{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 992px) {
  .coupon_container{
    margin: 0 auto;
  }
  .front-hero{
    max-height: none;
    height: auto;
    margin: 0;
    padding-bottom: 0;
  }
  .sticky_form{
    position: static;
    background: #222b49;
  }
  .sticky_form__item:after{
    bottom: -2.4em;
    display: none;
  }
  .coupon_container{
    padding-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .coupon_price{
    font-size: 36px;
  }
  .coupon_title{
    font-size: 16px;
    line-height: 1;
  }
  .coupon_descr{
    font-size: 10px;
    margin-top: 6px;
  }
  .coupon_contacts_cont{
    flex-direction: column;
  }
  .form_data_descr{
    font-size: 10px;
  }
  .sticky_form__item:after{
    bottom: -0.4em;
    margin-left: -1em;
  }
}
@media (max-width: 1400px) {
  .sticky_form__contact_call a{
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .sticky_form__item .sticky_form__contact{
    display: none;
  }
}
@media (max-width: 992px) {
  .form_data_content-content{
    flex-direction: column;
  }
  .sticky_form_data{
    padding-left: 0;
    width: 100%;
  }
  .sticky_form__item{
    justify-content: center;
    text-align: center;
  }
  .form_data_title-head{
    margin-bottom: 6px;
  }
  .form_data_title-sub{
    margin-bottom: 8px;
  }
  .form_data_descr{
    margin-top: 6px;
  }
  .form_data_content-content{
    row-gap: 14px;
  }
}

/*Section Sticky Form End*/



/*Section Services Start*/

.services{
  background-color: #f9f9f9;
}
.section_title{
  font-size: 29px;
  font-weight: 700;
  color: #0a0a0a;
  text-transform: uppercase;
  text-align: center;
}
.section_subtitle{
  font-size: 14px;
  color: #0a0a0a;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding-bottom: 50px;
}
.services_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 20px;
/*  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 20px;
  justify-items: center;*/
}
.services__item{
  width: 200px;
  text-align: center;
}
.services__item a img{
  border: 6px solid #ffae00;
  border-radius: 30%;
  padding: 20px;
  background-color: #0a0a0a;
  width: 120px;
}
.services__item a p{
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0A0A0A;
}
.services__item a:hover p{
  color: #ffae00;
  transition: all .3s;
}
@media (max-width: 1200px) {
  .services_container{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .default_submit-services{
    margin-top: 35px;
  }
}
@media (max-width: 992px) {
  .section_title{
    padding-top: 20px;
  }
  .services_container{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .services_container{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .services_container{
    grid-template-columns: 1fr;
  }
  .section_title{
    font-size: 24px;
    line-height: 1.2;
    padding-top: 50px;
  }
  .section_subtitle{
    font-size: 12px;
    padding-bottom: 30px;
  }
}
.service_btn_cont{
  text-align: center;
}
.default_submit-services{
  background-color: #222b49;
  box-shadow: 0 5px 0 #0c142d;
  max-width: 285px;
  font-size: 14px;
  margin: 24px auto;
  text-transform: uppercase;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
}
.default_submit-services:hover{
  background-color: #1b223a;
  color: #fefefe;
  transition: all .3s;
}

.recognition{
  background: #0a0a0a;
}
.recognition .lines hr{
  border: none;
  height: 1px;
  color: #fefefe;
  background-color: #fefefe;
  width: 310px;
}
.recognition .lines hr:first-of-type {
  margin-bottom: 60px;
}
.recognition_cont{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.recognition_items{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recognition_items .promise{
  max-width: 180px;
  padding: 30px;
}
.recognition_items .bbb_logo{
  max-width: 350px;
  padding: 30px;
}
@media (max-width: 1200px) {
  .recognition_cont{
    justify-content: center;
  }
  .recognition_cont .lines{
    display: none;
  }
}
@media (max-width: 560px) {
  .recognition_items{
    flex-direction: column;
  }
  .recognition_items .promise {
    max-width: 140px;
    padding: 0;
    margin-bottom: 20px;
  }
  .recognition_items .bbb_logo {
    max-width: 230px;
    padding: 0;
  }
}

/*Section Services End*/

/*POPUP FORM START*/

.contact_form__container {
  padding-top: 60px;
}
.contact_form__container h2 {
  padding-bottom: 30px;
  font-weight: 600;
  color: #222b49;
}
.contact_form__container p {
  margin: 0;
  font-size: 19px;
  color: #4A4A4A;
}
.contact_form__container .contact_form__descr {
  font-weight: 400;
  padding-bottom: 40px;
}
.contact_form__container .contact_form__descr a {
  color: #ffae00;
  text-decoration: none;
}
.contact_form__container .contact_form__descr a:hover {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact_form__container .contact_form__main form {
  display: grid;
  grid-gap: 30px 50px;
  grid-template-areas: 'form_item1 form_item2' 'form_item3 form_item4' 'form_item10 form_item10' 'form_item12 form_item12';
  /*grid-template-areas: 'form_item1 form_item2' 'form_item3 form_item4' 'form_item5 form_item5' 'form_item6 form_item7' 'form_item8 form_item9' 'form_item10 form_item10' 'form_item11 form_item11' 'form_item12 form_item12';*/
}
.contact_form__container .contact_form__main form input {
  color: #222b49;
  border-bottom: 1px solid #a0a0a0;
  font-size: 19px;
  padding-left: 0;
}
.contact_form__container .contact_form__main form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b49;
  opacity: 1;
  /* Firefox */
  font-size: 19px;
  font-weight: 400;
}
.contact_form__container .contact_form__main form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b49;
  opacity: 1;
  /* Firefox */
  font-size: 19px;
  font-weight: 400;
}
.contact_form__container .contact_form__main form input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b49;
  opacity: 1;
  /* Firefox */
  font-size: 19px;
  font-weight: 400;
}
.contact_form__container .contact_form__main form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b49;
  opacity: 1;
  /* Firefox */
  font-size: 19px;
  font-weight: 400;
}
.contact_form__container .contact_form__main form .label_container label {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  color: #222b49;
}
.contact_form__container .contact_form__main form .label_container textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  outline: none;
  padding: 10px;
  color: #222b49;
  font-size: 19px;
}
.contact_form__container .contact_form__main form .label_container textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b49;
  opacity: 1;
  /* Firefox */
  font-size: 19px;
  font-weight: 400;
}
.contact_form__container .contact_form__main form .label_container textarea::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b49;
  opacity: 1;
  /* Firefox */
  font-size: 19px;
  font-weight: 400;
}
.contact_form__container .contact_form__main form .label_container textarea::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b49;
  opacity: 1;
  /* Firefox */
  font-size: 19px;
  font-weight: 400;
}
.contact_form__container .contact_form__main form .label_container textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222b49;
  opacity: 1;
  /* Firefox */
  font-size: 19px;
  font-weight: 400;
}
.contact_form__container .contact_form__main form .label_container textarea::focus {
  color: red;
  background: red;
  border-color: red;
}
.contact_form__container .contact_form__main form .default_submit-btn_cont {
  text-align: center;
}
.contact_form__container .contact_form__main form .default_submit-btn_cont .default_submit-btn {
  margin-left: 0;
  border: 3px solid #ffae00;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 12px 20px;
  background: #ffae00;
  cursor: pointer;
  margin-bottom: 30px;
  max-width: 285px;
}
.contact_form__container .contact_form__main form .default_submit-btn_cont .default_submit-btn:hover {
  background: #fff;
  border: 3px solid #ffae00;
  color: #ffae00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox_container [type="checkbox"]:checked,
.checkbox_container [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkbox_container [type="checkbox"]:checked + label,
.checkbox_container [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.checkbox_container [type="checkbox"]:checked + label:before,
.checkbox_container [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #4A4A4A;
  background: #fff;
}
.checkbox_container [type="checkbox"]:checked + label:after,
.checkbox_container [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #00a69c;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkbox_container [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.checkbox_container [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.contact_form__main .select {
  grid-column-start: 1;
  grid-column-end: 2;
}
.contact_form__container .form_item1 {
  grid-area: form_item1;
}
.contact_form__container .form_item2 {
  grid-area: form_item2;
}
.contact_form__container .form_item3 {
  grid-area: form_item3;
}
.contact_form__container .form_item4 {
  grid-area: form_item4;
}
.contact_form__container .form_item5 {
  grid-area: form_item5;
  grid-column-start: 1;
  grid-column-end: 2;
}
.contact_form__container .form_item6 {
  grid-area: form_item6;
}
.contact_form__container .form_item7 {
  grid-area: form_item7;
}
.contact_form__container .form_item8 {
  grid-area: form_item8;
}
.contact_form__container .form_item9 {
  grid-area: form_item9;
}
.contact_form__container .form_item10 {
  grid-area: form_item10;
}
.contact_form__container .form_item11 {
  grid-area: form_item11;
}
.contact_form__container .form_item12 {
  grid-area: form_item12;
}
.select {
  display: inline-block;
  vertical-align: top;
}
.select-wrap {
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
}
.select-wrap select {
  margin: 20px;
}
.select__gap {
  color: #328A76;
  border-bottom: 1px solid #a0a0a0;
  font-family: sans-serif;
  font-size: 19px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.select__list {
  background: transparent;
  max-width: 440px;
}
.select__list .select__item {
  margin: 16px 10px 0px 0px;
  display: inline-block;
}
.select__list.on {
  display: block;
}
.select__item span {
  font-size: 19px;
  font-family: sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #328A76;
  border-radius: 24px;
  color: #328A76;
  cursor: pointer;
  text-align: center;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 250ms ease 0s, color 250ms ease 0s, -webkit-box-shadow 250ms ease 0s;
  transition: background-color 250ms ease 0s, color 250ms ease 0s, -webkit-box-shadow 250ms ease 0s;
  transition: background-color 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
  transition: background-color 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s, -webkit-box-shadow 250ms ease 0s;
  min-width: 110px;
  padding: 12px 15px;
}
.select__item span:hover {
  background: #328A76;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select__gap:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #328A76;
  -webkit-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.on.select__gap:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact_form__ductless {
  padding-top: 0;
}
.contact_form__ductless .h2-custom {
  text-align: center;
  font-size: 30px;
}
.white-popup {
  background: #FFF;
}
.mfp-wrap {
  z-index: 20000;
}
.mfp-close-btn-in .mfp-close {
  border: 1px solid #000;
  /*position: fixed;*/
  position: absolute;
  /*right: 25px;*/
  right: 0;
}
@media (max-width: 768px) {
  .mfp-close-btn-in .mfp-close {
    position: absolute;
    right: 0;
  }
  .contact_form__container {
    padding-top: 120px;
  }
  .contact_form__container .contact_form__main form {
    grid-template-areas: 'form_item1 form_item1' 'form_item2 form_item2' 'form_item3 form_item3' 'form_item4 form_item4' 'form_item10 form_item10' 'form_item12 form_item12';
    /*grid-template-areas: 'form_item1 form_item1' 'form_item2 form_item2' 'form_item3 form_item3' 'form_item4 form_item4' 'form_item5 form_item5' 'form_item6 form_item6' 'form_item7 form_item7' 'form_item8 form_item8' 'form_item9 form_item9' 'form_item10 form_item10' 'form_item11 form_item11' 'form_item12 form_item12';*/
  }
  .contact_form__container .form_item5 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .contact_form__main .select {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .contact_form__container h2{
    font-size: 40px;
    /*line-height: 46;*/
  }
}
@media (max-width: 520px) {
  .contact_form__container .contact_form__descr {
    text-align: justify;
  }
  .contact_form__container .contact_form__main form .label_container label {
    text-align: justify;
    line-height: 1.5;
  }
  .contact_form__container .contact_form__main form .label_justify {
    text-align: justify;
  }
  .contact_form__container h2 {
    text-align: center;
    padding-top: 40px;
  }
  .checkbox_container [type="checkbox"]:checked + label:before,
  .checkbox_container [type="checkbox"]:not(:checked) + label:before {
    top: 4px;
  }
  .checkbox_container [type="checkbox"]:checked + label:after,
  .checkbox_container [type="checkbox"]:not(:checked) + label:after {
    top: 10px;
  }
}
@media (max-width: 420px) {
  .contact_form__container {
    padding-top: 20px;
  }
  .contact_form__container h2 {
    padding-bottom: 20px;
  }
  .contact_form__container .contact_form__descr {
    padding-bottom: 20px;
  }
}

/*POPUP FORM END*/


/*SECTION PROMOTIONS START*/

.promotions{
  background: url(../img/main-screen/bg2.jpg) top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 70px 0 0 0;
}
.promotions .coupon_cont{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 70px;
}
.exclusive_coupon{
  max-width: 500px;
  background: #f8bc00;
  border-radius: 10px;
}
.exclusive_coupon .exclusive_coupon_header{
  /*background: #21294a;*/
  background: #2c4081;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  padding: 10px 40px;
}
.exclusive_coupon .exclusive_coupon_header img{
  margin-right: 20px;
}
.exclusive_coupon .exclusive_coupon_header p{
  color: #fefefe;
  font-size: 24px;
  text-transform: uppercase;
}
.exclusive_coupon_form-cont{
  display: flex;
}
.exclusive_coupon_form-cont .custom_input{
  min-width: 242px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
}
.exclusive_coupon .exclusive_coupon_body{
  padding: 14px 40px;
}
.exclusive_coupon .default_submit-btn_cont input{
  padding: 15px 15px 12px 15px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 5px 0 #0c142d;
  /*background-color: #222b49;*/
  background-color: #2c4081;
  color: #fefefe;
}
.exclusive_coupon .default_submit-btn_cont input:hover{
  background-color: #1b223a;
  color: #fefefe;
  transition: all .3s;
}
.exclusive_coupon .exclusive_coupon_body p{
  font-size: 24px;
  color: #0a0a0a;
  font-weight: normal;
  text-align: center;
}
.exclusive_coupon .exclusive_coupon_body p span{
  font-weight: bold;
}
.exclusive_coupon .exclusive_coupon_form{
  padding: 10px 40px;
}
.coupon_form__cont{}
.coupon_form__cont input{}
.coupon_form__cont div{
  /*max-width: 142px;*/
  gap: 30px;
}
.coupon_form__cont div input{}
.exclusive_coupon .exclusive_coupon_footer{
  padding: 10px 40px;
}
.exclusive_coupon .exclusive_coupon_footer p{
  font-size: 11px;
  text-align: center;
  color: #0a0a0a;
  font-weight: normal;
  margin-bottom: 14px;
}



.current-promotions_cont{
  /*display: flex;*/
/*  align-items: center;
justify-content: space-between;*/
display: flex;
align-items: center;
min-height: inherit;
}
.current-promotions{
  background-color: rgba(45, 45, 45, 0.8);
  color: #fefefe;
  padding: 5px;
  min-height: 160px;
}
.promotion_info_cont{
  max-width: 800px;
  display: inline-block;
  padding-left: 1rem;
}
.promotion_slider__item-title{
  max-width: 550px;
  margin: 0 auto;
  font-size: 25px;
  color: #fefefe;
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.promotion_slider__item-descr{
  max-width: 550px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: normal;
  color: #fefefe;
}
.promotion_btn{
  /*margin: 0 auto;*/
  padding-bottom: 11px;
}
.current-promotions .promotion_title{
  min-height: 140px;
  /*display: inline-block;*/
  max-width: 334px;
  display: flex; 
  align-items: center; 
  padding-right: 1.66667rem;
  border-right: 1px solid #fefefe;
}
.slide_prom_btn_cont{
  text-align: center;
}
.current-promotions .promotion_title p{
  color: #fefefe;
}
.current-promotions .promotion_slider_cont{}


@media (max-width: 1200px) {
  .current-promotions_cont{
    flex-direction: column;
  }
  .current-promotions .promotion_title{
    padding-right: 0;
    border: none;
  }
  .promotion_info_cont{
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .promotion_info_cont{
    max-width: 500px;
  }
  .current-promotions .promotion_title{
    min-height: auto;
  }
  .current-promotions .promotion_title p{
    margin-top: 16px;
  }
  .promotion_slider{
    max-width: 300px;
  }
  .slick-next {
    right: -50px;
  }
  .slick-prev {
    left: -58px;
  }
}
@media (max-width: 768px) {
  .exclusive_coupon{
    max-width: initial;
  }
}
@media (max-width: 520px) {
  .promotions .coupon_cont{
    display: block;
  }
  .exclusive_coupon_form-cont{
    flex-direction: column;
  }
  .coupon_form__cont div{
    gap: 14px;
  }
  .exclusive_coupon .exclusive_coupon_header{
    flex-direction: column;
    text-align: center;
  }
  .exclusive_coupon .exclusive_coupon_header img{
    margin-right: 0;
  }
  .current-promotions .promotion_title p{
    font-size: 20px;
  }
  .promotion_slider{
    max-width: 200px;
  }
  .promotion_slider__item-title{
    text-align: center;
  }
  .promotion_slider__item-descr{
    text-align: center;
  }
}

/*SECTION PROMOTIONS END*/


/*SECTION TESTIMONIALS START*/

.testimonials{
  padding: 70px 0;
  /*background-color: #fefefe;*/
  background-color: #f9f9f9;
}
.testimonials_cont{
  display: flex;
  justify-content: space-around;
}
}
.testimonials_cont .testimonials_info_section{
  text-align: center;
}
.testimonials_star{}
.testimonials_star img{}
.testimonials_info_section .testimonials_question{
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  color: #0a0a0a;
  margin: 15px 0 0;
  text-align: center;
}
.testimonials_info_section .testimonials_saying{
  font-weight: normal;
  font-size: 24px;
  margin: 15px 0 0;
  text-align: center;
}
.testimonials_info_section .testimonials_saying span{
  font-weight: bold;
}
.testimonials_info_section .testimonials_btn{
  max-width: 230px;
  margin: 0 auto;
}
.testimonials_info_section .testimonials_btn a{}
.testimonials_link_section{}
.testimonials_link_section img{
  max-width: 290px;
}
@media (max-width: 768px) {
  .testimonials_cont{
    flex-direction: column;
  }
  .testimonials_star{
    text-align: center;
  }
  .testimonials_link_section{
    text-align: center;
  }
  .testimonials{
    padding: 30px 0;
  }
}


/*SECTION TESTIMONIALS END*/


/*SECTION GUARANTEES START*/

.guarantees{
  padding: 50px 0;
  color: #0a0a0a;
  /*background: url(../img/bg-kitchen.png) bottom center;*/
  background: url(../img/main-screen/output-onlinepngtools.png) bottom center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.guarantees_cont{}
.guarantees p{
  color: #0a0a0a;
}
.guarantees .guarantees_title{
  font-size: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.guarantees .guarantees_descr{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 18px;
  text-align: center;
}
.guarantees .guarantees_relax{}
.guarantees .guarantees_relax .guarantees_relax_text{
  color: #0a0a0a;
  border-top: 2px solid #222b49;
  border-bottom: 2px solid #222b49;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  /*letter-spacing: 0.01em;*/
  /*width: 33.33333rem;*/
  padding: 7.5px 0;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 70px;
  margin-top: 50px;
}
.guarantees_list_cont{
  display: flex;
  flex-wrap: wrap;
  row-gap: 34px;
  column-gap: 34px;
}
.guarantees_list_cont .guarantees_list_cont_item{
  display: flex;
  align-items: flex-start;
  max-width: 48%;
}
.guarantees_list_cont .guarantees_list_cont_item img{
  margin-right: 14px;
}
.guarantees_list_cont .guarantees_list_cont_item .list_cont__text{}
.guarantees_list_cont .guarantees_list_cont_item .list_cont__text .list_cont__text-title{
  margin: 0 0 6px;
  font-size: 23px;
  text-transform: uppercase;
}
.guarantees_list_cont .guarantees_list_cont_item .list_cont__text .list_cont__text-descr{
  font-weight: normal;
  font-size: 15px;
}

.guarantees_hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
  max-width: 90%;
  margin-top: 70px;
  margin-bottom: 30px;
}

.guarantees_social_links{
  display: flex;
  justify-content: space-evenly;
}
.guarantees_social_links .guarantees_social_links-tips{
  max-width: 550px;
  border-right: 1px solid black;
  padding-left: 50px;
  padding-right: 50px;
}
.guarantees_social_links .social_links-tips__title{
  font-size: 30px;
  font-weight: bold;
  color: #0a0a0a;
}
.guarantees_social_links .social_links-tips__title:hover{
  color: #ffae00;
  transition: all .3s;
}
.guarantees_social_links .social_links-tips_cont{
  display: flex;
  align-items: flex-start;
}
.guarantees_social_links .social_links-tips_cont img{
  max-width: 40px;
  margin-right: 20px;
}
.guarantees_social_links .social_links-tips_cont .social_links-tips_content{
  line-height: 0.8;
}
.guarantees_social_links .guarantees_social_links-area .social_links-tips_cont .social_links-tips_content{
  line-height: 1.4;
}
.guarantees_social_links .social_links-tips_cont .social_links-tips_content .links-tips_content__title{
  font-size: 14px;
  margin-bottom: 6px;
  padding-top: 6px;
}
.guarantees_social_links .social_links-tips_cont .social_links-tips_content a{
  font-size: 12px;
  color: #0a0a0a;
  line-height: 1;
}
.guarantees_social_links .social_links-tips_cont .social_links-tips_content a span{
  font-weight: bold;
  color: #0a0a0a;
}
.guarantees_social_links .guarantees_social_links-area{
  max-width: 550px;
}
.guarantees_social_links .guarantees_social_links-area .social_links-tips_cont .social_links-tips_content a{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0a0a0a;
}
.guarantees_social_links .guarantees_social_links-area .social_links-tips_cont .social_links-tips_content a:hover{
  color: #ffae00;
  transition: all .3s;
}
.guarantees_social_links .social_links-tips_cont .social_links-tips_content a:hover span{
 color: #ffae00;
 transition: all .3s;
}
.guarantees_social_links .guarantees_social_links-area .social_links-tips_cont .social_links-tips_content .links-tips_content__descr{
  font-size: 12px;
  font-weight: normal;
  color: #0a0a0a;
  /*margin-bottom: 14px;*/
  padding-top: 6px;
  max-width: 400px;
}

@media (max-width: 1200px) {
  .guarantees_social_links{
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
  }
  .guarantees_social_links .guarantees_social_links-tips{
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
  .guarantees_social_links .guarantees_social_links-tips{
    padding-left: 100px;
  }
  .guarantees_social_links .guarantees_social_links-area{
    padding-left: 100px;
  }
}
@media (max-width: 894px) {
  .guarantees_list_cont .guarantees_list_cont_item{
    max-width: inherit;
  }
}
@media (max-width: 768px) {
  .guarantees .guarantees_title{
    margin-bottom: 14px;
    font-size: 24px;
  }
  .guarantees .guarantees_relax .guarantees_relax_text{
    font-size: 24px;
    margin-bottom: 50px;
  }
  .guarantees_social_links .guarantees_social_links-tips{
    padding-left: 10px;
  }
  .guarantees_social_links .guarantees_social_links-area{
    padding-left: 10px;
  }
  .guarantees_social_links .social_links-tips__title{
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .guarantees_list_cont .guarantees_list_cont_item .list_cont__text .list_cont__text-title{
    font-size: 16px;
  }
  .guarantees_list_cont .guarantees_list_cont_item .list_cont__text .list_cont__text-descr{
    font-size: 14px;
  }
}

/*SECTION GUARANTEES END*/


/*FOOTER START*/

footer{
  background-color: #0a0a0a;
  /*background-color: #f9f9f9;*/
  padding-bottom: 20px;
}
footer .footer_menu{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 30px;
  padding-bottom: 20px;
}
footer .footer_menu img{
  max-width: 100px;
}
footer .footer_menu .footer_menu_items{}
footer .footer_menu .footer_menu_items ul{
  list-style-type: none;
  display: flex;
}
footer .footer_menu .footer_menu_items ul li{}
footer .footer_menu .footer_menu_items ul li a{
  font-size: 12px;
  /*color: #fefefe;*/
  color: #3871C1;
  text-decoration: none;
  text-transform: uppercase;
  /*border-right: 1px solid #fefefe;*/
  border-right: 1px solid #3871C1;
  padding-left: 10px;
  padding-right: 10px;
}
footer .footer_menu .footer_menu_items ul li a:hover{
  color: #ffae00;
  transition: all .3s;
}
.footer_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_nohiring{}
.footer_nohiring img{}
.footer_copyright{
  text-align: center;
}
.footer_copyright .footer_copyright_social{}
.footer_copyright .footer_copyright_social a{
  margin-right: 10px;
}
.footer_copyright .footer_copyright_social a:last-child{
  margin-right: 0;
}
.footer_copyright .footer_copyright_social a img{
  max-width: 34px;
}
.footer_copyright .footer_copyright_address{
  color: #f6ba24;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
.footer_copyright_date{
  font-size: 12px;
  font-weight: normal;
  margin-top: 15px;
  /*margin-bottom: 9px;*/
  /*color: #fefefe;*/
  color: #3871C1;
}
.footer_copyright .footer_copyright_descr{}
.footer_copyright .footer_copyright_cont{}
.footer_copyright .footer_copyright_cont .footer_copyright_btn{
  background-color: #ffae00;
  box-shadow: 0 5px 0 #c18b1c;
  font-size: 15px;
  color: #0a0a0a;
}
.footer_copyright .footer_copyright_cont .footer_copyright_btn:hover{
  background-color: #cc8b00;
  color: #0a0a0a;
  transition: all .3s;
}
.footer_card{}
.footer_card .footer_phone{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.footer_card .footer_phone img{
  max-width: 20px;
  margin-right: 6px;
}
.footer_card .footer_phone a{
  font-size: 24px;
  font-weight: normal;
  /*color: #fff;*/
  color: #3871C1;
}
.footer_emergency{
  display: flex;
  align-items: center;
  color: #ff0707;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer_emergency img{
  max-width: 40px;
  margin-right: 8px;
}
.footer_emergency .emergency__text{}
.footer_emergency .emergency__text p{
  line-height: 1;
  font-size: 14px;
}
.footer_emergency .emergency__text .emergency__text_period{
  font-size: 24px;
  margin-bottom: 4px;
}
.footer_card .footer_card__img{}

@media (max-width: 1200px) {
  footer .footer_menu{
    column-gap: 20px;
  }
  footer .footer_menu .footer_menu_items ul{
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer_container{
    flex-direction: column;
  }
  .footer_card{
    text-align: center;
  }
}
@media (max-width: 520px) {
  footer .footer_menu{
    flex-direction: column;
  }
  footer .footer_menu .footer_menu_items ul{
    justify-content: center;
  }
  footer .footer_menu img{
    margin-bottom: 14px;
  }
}

/*FOOTER END*/


/*CHILD PAGES START*/


.sapmle_page_wrapper{
  background: url(../img/main-screen/bg_sample.png) bottom center;
  background-size: cover;
  padding-bottom: 12px;
  padding-top: 12px;
}
.breadcrumbs{}
.breadcrumbs a{
  color: #0a0a0a;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}
.breadcrumbs a:not(:last-child)::after{
  position: relative;
  margin: 0 0.25rem;
  opacity: 1;
  content: "/";
  color: #222b49;
}
.breadcrumbs a:hover{
  text-decoration: underline;
}
.breadcrumbs span{
  color: #0a0a0a;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}

.bottom_header_sample{
  /*margin-bottom: 12px;*/
  height: inherit;
}
.sticky_form_sample{
  top: 0;
  padding-bottom: 8px;
}
.sticky_form_sample .sticky_form__item{
  box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 40%);
}
.sticky_form_sample .sticky_form__item:after{
  display: none;
}

.sample_page_content{
  padding-bottom: 50px;
  width: 100%;
  /*min-width: 250px;*/
}
.sample_page_content .sample_page__title{
  margin: 0;
  margin-top: 16px;
  padding: 0;
  font-size: 30px;
  color: #222b49;
  font-weight: 700;
}
.sample_page_content .sample_page__subsection{
  display: flex;
}
.sample_page_content .sample_page__subsection img{
  margin-right: 14px;
}
.sample_page_content .sample_page__subsection .sample_page__descr{
  font-size: 12px;
  margin-bottom: 18px;
  font-weight: normal;
  color: #0a0a0a;
}
.sample_page_content .sample_page__subsection .sample_page__subtitle{
  font-size: 24px;
  margin-bottom: 6px;
  color: #222b49;
}
.sample_page_content p{
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 18px;
  color: #0a0a0a;
}
.sample_page_content .sample_page__subtitle{
  font-size: 24px;
  color: #222b49;
  margin-bottom: 6px;
  font-weight: bold;
}
.sample_page_content .sample_page__list{
  padding-left: 20px;
}
.sample_page_content .sample_page__list li{
  font-size: 12px;
  font-weight: normal;
  color: #0a0a0a;
  line-height: 2;
}

.sample_page_sidebar{}
.sample_page_sidebar .exclusive_coupon{
  width: 265px;
}
.sample_page_sidebar .sample_page_exclusive .exclusive_coupon_form-cont{
  flex-direction: column;
  gap: 18px;
}
.sample_page_sidebar .sample_page_exclusive .exclusive_coupon_form-cont .default_submit-btn_cont{
  text-align: center;
}
.sample_page_sidebar .sample_page_exclusive .exclusive_coupon .default_submit-btn_cont input{
  max-width: 70%;
}
.sample_page_sidebar .exclusive_coupon .exclusive_coupon_header img{
  width: 39px;
  margin-right: 10px;
}
.sample_page_sidebar .exclusive_coupon .exclusive_coupon_body p{
  font-size: 14px;
}
.sample_page_sidebar .sample_page_exclusive .exclusive_coupon .exclusive_coupon_header p{
  font-size: 12px;
}
.widget_wrap__cont{
  display: flex;
  justify-content: space-between;
}

.sample_page_sidebar .exclusive_coupon .exclusive_coupon_header{
  padding: 10px 20px;
}
.sample_page_sidebar .exclusive_coupon .exclusive_coupon_body{
  padding: 10px 20px;
}
.sample_page_sidebar .exclusive_coupon .exclusive_coupon_form{
  padding: 10px 20px;
}
.sample_page_sidebar .exclusive_coupon .exclusive_coupon_footer{
  padding: 10px 20px;
}
.sample_page_sidebar .exclusive_coupon_form-cont .custom_input{
  min-width: inherit;
}
@media (max-width: 992px) {
  .sticky_form_sample .sticky_form__item{
    box-shadow: none;
  }
  .widget_wrap__cont{
    flex-direction: column;
  }
  .sample_page_sidebar .exclusive_coupon{
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .sample_page_content .sample_page__title{
    font-size: 26px;
    text-align: center;
  }
  .sample_page_content .sample_page__subsection .sample_page__subtitle{
    font-size: 20px;
  }
  .sample_page_content .sample_page__subtitle{
    font-size: 20px;
  }
  .sample_page_content .sample_page__subsection{
    flex-direction: column;
  }
  .sample_page_content .sample_page__title{
    margin-bottom: 10px;
  }
  .sample_page_content .sample_page__subsection img{
    margin: 10px auto 10px auto;
    width: 300px;
    /*max-width: 70%;*/
  }
}


/*PAGE COUPONS START*/

.sample_page_content .sample_page_coupon_wrap p{
  color: #fff;
}
.sample_page_content .sample_page_coupon_wrap .coupon_price{
  font-size: 74px;
  color: #F8D24A;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
}
.sample_page_content .sample_page_coupon_wrap .coupon_title{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.sample_page_content .sample_page_coupon_wrap .coupon_descr{
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
}
.sample_page_content .sample_page_coupon_wrap{
  margin-left: 50px;
}

@media (max-width: 992px) {
  .sample_page_content .sample_page_coupon_wrap{
    margin: 0 auto;
  }
  .sample_page_content .sample_page_coupon_wrap{
    padding-bottom: 14px;
  }
}
@media (max-width: 520px) {
  .sample_page_content .sample_page_coupon_wrap .coupon_price{
    font-size: 36px;
  }
  .sample_page_content .sample_page_coupon_wrap .coupon_descr{
    font-size: 10px;
  }
  .sample_page_content .sample_page_coupon_wrap .coupon_title{
    font-size: 16px;
  }
  .sample_page_content .sample_page__title{
    font-size: 24px;
  }
  .sample_page_content .sample_page_coupon_wrap{
    padding: 6px 0;
  }
}

/*PAGE EXCLUSIVE COUPONS*/

.exclusive_coupons_cont .sample_page__title{
  font-size: 24px;
  text-transform: uppercase;
}
.exclusive_coupons_cont .exclusive_coupons_cont_item{
  display: flex;
  align-items: center;
}
.exclusive_coupons_cont .exclusive_coupons_cont_item img{
  max-width: 40px;
  padding-right: 12px;
}
.exclusive_coupons_cont .exclusive_coupons_cont_descr{
  font-weight: normal;
  font-size: 12px;
  color: #0a0a0a;
  max-width: 200px;
  padding-top: 30px;
  line-height: 2;
}
.exclusive_coupons_cont .exclusive_coupons_cont_descr-full{
  max-width: inherit;
  padding-top: 0;
}
.exclusive_coupons_cont .exclusive_coupons_cont_descr span{
  font-weight: bold;
}
.exclusive_coupons_cont_form .form_data_content-content{
  flex-direction: column;
}
.exclusive_coupons_cont_form .form_data_content-content input{
  margin-bottom: 16px;
  padding: 10px 8px 8px 8px;
  color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
  font-weight: normal;
  line-height: 1.5;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.exclusive_coupons_cont_form .form_data_content-content .default_submit-btn_cont input{
  background-color: #222b49;
  box-shadow: none;
  color: #fff;
  max-width: 150px;
  text-transform: capitalize;
  font-weight: normal;
}
.exclusive_coupons_cont_form .form_data_content-content .custom_input{
  color: #cacaca;
}
.exclusive_coupons_cont_form .form_data_content-content .custom_input:hover{
  background-color: transparent;
}
.exclusive_coupons_cont_form .form_data_content-content input:hover{
  background-color: #ffae00;
  transition: all .3s;
}

@media (max-width: 520px) {
  .exclusive_coupons_cont .exclusive_coupons_cont_item{
    flex-direction: column;
  }
  .exclusive_coupons_cont .exclusive_coupons_cont_descr{
    padding-top: 0;
  }
}




