

/* Start:/support/autorecall/main.css?163419667533402*/
/* Vendors */
.fancybox-enabled {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }


/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .6s infinite linear;
  animation: fancybox-rotate .6s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }
/* Site settings */
/* Base */
/* ===========================
   Base
   =========================== */
html,
button,
input,
select,
textarea {
  color: #333; }

* {
  word-wrap: break-word; }

html {
  font-size: 1em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

img {
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input:invalid, textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

textarea {
  resize: none;
  overflow: auto; }

input:not([type="checkbox"]),
input:not([type="radio"]),
button,
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }

/*::-webkit-input-placeholder {opacity: 1;}
::-moz-placeholder {opacity: 1;}
:-ms-input-placeholder  {opacity: 1;}*/
input {
  outline: none; }

object {
  display: block; }

embed {
  display: block; }

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

/* Author's custom styles */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.6em;
  font-weight: normal;
  background-color: #fff; }

.regular-container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }

.regular-page {
  min-height: 500px;
  padding: 15px 0 0; }

h1 {
  color: #000;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal; }

h2 {
  color: #000;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal; }

h3 {
  color: #000;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal; }

h4, h5 {
  color: #000;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700; }

b, strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

i, em {
  font-family: "Open Sans", sans-serif;
  font-style: italic; }

p {
  margin: 15px 0; }
  p:first-child {
    margin-top: 0; }

a {
  color: #76c518;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none !important; }

a:hover {
  text-decoration: none;
  color: #76c518; }

/*a:visited {
	color: #8f42a3;
}*/
input, textarea {
  font-family: "Open Sans", sans-serif;
  outline: none; }

textarea {
  resize: none;
  overflow: auto; }

ul, ol {
  padding-left: 20px;
  margin: 15px 0; }

ul li, ol li {
  margin-bottom: 12px; }

ul {
  list-style-image: url("/images/autorecall/ul-marker-icon.png"); }

/*::-webkit-input-placeholder {color:#b2b2b2;}
::-moz-placeholder          {color:#b2b2b2;}
:-moz-placeholder           {color:#b2b2b2;}
:-ms-input-placeholder      {color:#b2b2b2;}*/
button {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  outline: none !important; }

table {
  font-family: "Open Sans", sans-serif; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
  border: 2px solid #bbb;
  background-color: #fff;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  border-radius: 3px;
  font-weight: 600; }
  input[type="text"].has-error,
  input[type="email"].has-error,
  input[type="password"].has-error,
  input[type="number"].has-error,
  input[type="tel"].has-error,
  textarea.has-error {
    border-color: #ff6986 !important; }

textarea {
  padding: 10px 12px;
  min-height: 165px;
  line-height: 1em; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #999 !important; }
  input[type="text"]:focus.has-error,
  input[type="email"]:focus.has-error,
  input[type="password"]:focus.has-error,
  input[type="number"]:focus.has-error,
  input[type="tel"]:focus.has-error,
  textarea:focus.has-error {
    border-color: #ff6986 !important; }

.input-box {
  margin-bottom: 30px;
  position: relative; }

.submit-box {
  margin-top: 30px;
  text-align: center; }

.input-label {
  margin-bottom: 5px;
  font-size: 15px;
  color: #000; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

input[type="checkbox"] + i,
input[type="radio"] + i {
  cursor: pointer; }

input[type="checkbox"] + i::before,
input[type="radio"] + i::before {
  content: "";
  display: inline-block;
  height: 19px;
  width: 19px;
  vertical-align: 0;
  margin: 0 15px 0 0;
  background-image: url("/images/autorecall/checkbox-icon.png");
  background-repeat: no-repeat; }

input[type="radio"] + i::before {
  background-image: url("/images/autorecall/radio-icon.png"); }

input[type="checkbox"] + i::before,
input[type="radio"] + i::before {
  background-position: 0 0; }

input[type="checkbox"]:checked + i::before,
input[type="radio"]:checked + i::before {
  background-position: -19px 0; }

.checkbox-label {
  cursor: pointer;
  display: table;
  line-height: 1.3em; }

.checkbox-label input[type="checkbox"] + i,
.checkbox-label input[type="radio"] + i {
  display: table-cell;
  vertical-align: top; }

.checkbox-label span {
  display: flex;
  vertical-align: top; }

.checkbox-label span i {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.big-checkbox .checkbox-label {
  margin-bottom: 10px;
  line-height: 1.1em; }
.big-checkbox .checkbox-label span i {
  margin-top: 7px; }
.big-checkbox input[type="checkbox"] + i::before {
  width: 30px;
  height: 30px;
  background-image: url("/images/autorecall/big-checkbox-icon.png"); }
.big-checkbox input[type="checkbox"]:checked + i::before {
  background-position: -30px 0; }

.reg-btn {
  display: inline-block;
  padding: 18px 30px;
  border: none;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1em;
  color: #fff !important;
  text-align: center;
  background-color: #8dd03a;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .reg-btn:hover {
    color: #fff !important;
    background-color: #73b620 !important; }
  .reg-btn:focus,
  .reg-btn:active {
    color: #fff !important;
    background-color: #9cdf49 !important; }

.green-text {
  color: #9ce047; }

blockquote {
  padding: 5px 20px 5px 60px;
  margin: 25px 0;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  border-left: 2px solid #9ce047; }

.b-breadcrumbs {
  margin: 0 0 30px;
  line-height: 1.3em; }
  .b-breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .b-breadcrumbs ul > li {
      margin: 0;
      color: #666;
      display: inline;
      font-size: 12px; }
      .b-breadcrumbs ul > li:after {
        content: "\2192";
        font-family: "Times New Roman", serif;
        display: inline-block;
        margin: 0 5px 0 9px; }
      .b-breadcrumbs ul > li:last-child:after {
        display: none; }
      .b-breadcrumbs ul > li > a {
        color: #000;
        text-decoration: none; }
        .b-breadcrumbs ul > li > a:hover {
          text-decoration: underline;
          color: #43ba21; }
          .b-breadcrumbs ul > li > a:hover .fa-home {
            color: #43ba21; }
      .b-breadcrumbs ul > li .fa-home {
        font-size: 18px;
        vertical-align: -2px;
        color: #575757;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .b-breadcrumbs ul > li > span {
        color: #666; }

.privacy-rules {
  display: none;
  padding-left: 40px;
  padding-right: 70px; }

.privacy-rules ol {
  margin: 0; }

.privacy-rules ol li {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.5em; }

/* Modules */
/* ==|====================
   Callback Product START
   ======================= */
.cm-callback-wrapper {
  line-height: 1.6em; }
  .cm-callback-wrapper h2 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.22em;
    color: #29282c; }

/* top section */
.cm-callback-top-section {
  min-height: 527px;
  padding: 13px 0 80px;
  background: url("/images/autorecall/cm-callback-top-bg.jpg") center no-repeat #252528;
  background-size: cover;
  position: relative;
  color: #fff;
  overflow: hidden; }
  .cm-callback-top-section .b-breadcrumbs {
    position: relative;
    color: #fff;
    z-index: 1; }
  .cm-callback-top-section .b-breadcrumbs ul > li {
    color: #fff; }
  .cm-callback-top-section .b-breadcrumbs ul > li .fa-home {
    color: #9d9da5; }
  .cm-callback-top-section .b-breadcrumbs ul > li > a {
    color: #fff; }
    .cm-callback-top-section .b-breadcrumbs ul > li > a:hover {
      color: #9ce047; }
  .cm-callback-top-section .b-breadcrumbs ul > li > span {
    color: #fff; }

.cm-callback-top-box {
  margin-top: 75px;
  position: relative;
  z-index: 1; }

.cm-callback-top-content {
  max-width: 450px; }
  .cm-callback-top-content h1 {
    margin-bottom: 7px;
    padding-bottom: 10px;
    font-size: 48px;
    line-height: 1em;
    color: #fff; }
    .cm-callback-top-content h1:after {
      content: "";
      display: block;
      width: 68px;
      height: 2px;
      margin-top: 34px;
      background-color: #8f8f90; }

.cm-callback-top-desc {
  font-size: 32px;
  line-height: 42px; }

.cm-callback-top-btn {
  margin-top: 31px; }
  .cm-callback-top-btn .reg-btn {
    padding: 14px 31px 16px; }

.cm-callback-top-pic {
  position: absolute;
  left: 50%;
  margin-left: -265px;
  bottom: -108px; }
  .cm-callback-top-pic img {
    max-width: none; }

@media only screen and (max-width: 991px) {
  .cm-callback-top-section {
    min-height: 512px; }

  .cm-callback-top-content {
    max-width: 335px; }

  .cm-callback-top-content h1 {
    margin-bottom: 13px; }
    .cm-callback-top-content h1:after {
      margin-top: 29px; }

  .cm-callback-top-desc {
    font-size: 30px;
    line-height: 40px; }

  .cm-callback-top-pic {
    margin-left: -197px;
    bottom: -60px; }
    .cm-callback-top-pic img {
      max-width: 860px; } }
@media only screen and (max-width: 767px) {
  .cm-callback-top-section {
    min-height: 0;
    padding-bottom: 317px; }

  .cm-callback-top-box {
    margin-top: 55px;
    text-align: center; }

  .cm-callback-top-content {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto; }

  .cm-callback-top-content h1 {
    margin-bottom: 15px;
    font-size: 36px; }
    .cm-callback-top-content h1:after {
      margin-left: auto;
      margin-right: auto;
      margin-top: 32px; }

  .cm-callback-top-desc {
    font-size: 28px;
    line-height: 37px; }

  .cm-callback-top-pic {
    margin-left: -240px;
    bottom: -33px; }
    .cm-callback-top-pic img {
      max-width: 600px; } }
/* about section */
.cm-callback-about-section {
  padding: 82px 0 15px; }
  .cm-callback-about-section h2 {
    margin-bottom: 26px; }
  .cm-callback-about-section p {
    margin: 24px 0; }

.cm-callback-about-service {
  margin-top: 66px; }
  .cm-callback-about-service h2 {
    max-width: 530px;
    margin-bottom: 58px; }

.cm-callback-service-item-col {
  margin-bottom: 60px; }

.cm-callback-service-item {
  position: relative;
  padding-left: 109px; }
  .cm-callback-service-item__icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: -17px;
    background: url("/images/autorecall/cm-callback-service-icons.png") no-repeat; }
    .cm-callback-service-item__icon.icon-1 {
      background-position: 0 0; }
    .cm-callback-service-item__icon.icon-2 {
      background-position: -80px 0; }
    .cm-callback-service-item__icon.icon-3 {
      background-position: -160px 0; }
    .cm-callback-service-item__icon.icon-4 {
      background-position: -240px 0; }
  .cm-callback-service-item__caption {
    max-width: 185px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #29282c;
    line-height: 22px; }
  .cm-callback-service-item__desc {
    max-width: 295px; }

@media only screen and (max-width: 991px) {
  .cm-callback-about-section {
    padding: 65px 0 43px; }

  .cm-callback-service-item-col {
    margin-bottom: 36px; }

  .cm-callback-service-item {
    padding-left: 83px; }

  .cm-callback-service-item__icon {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    left: -5px;
    top: -16px; } }
@media only screen and (max-width: 767px) {
  .cm-callback-about-section {
    padding: 58px 0 23px; }
    .cm-callback-about-section h2 {
      font-size: 27px;
      line-height: 32px; }

  .cm-callback-about-service h2 {
    margin-bottom: 43px; }

  .cm-callback-about-service {
    margin-top: 46px; }

  .cm-callback-service-item {
    padding-left: 70px; }

  .cm-callback-service-item__icon {
    -webkit-transform: scale(0.62);
            transform: scale(0.62);
    left: -11px; }

  .cm-callback-service-item__desc {
    max-width: none; } }
/* helper box */
.cm-callback-helper {
  max-width: 1000px;
  padding: 29px 50px 31px 66px;
  position: relative;
  margin: 0 auto -64px;
  background-color: #98d642;
  color: #466d00;
  z-index: 1; }

.cm-callback-helper-box {
  position: relative;
  padding-left: 106px; }

.cm-callback-helper-icon {
  position: absolute;
  left: 0;
  top: -1px; }

.cm-callback-helper-caption {
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold; }

.cm-callback-helper-desc {
  max-width: 650px;
  line-height: 18px; }

@media only screen and (max-width: 991px) {
  .cm-callback-helper {
    padding-left: 40px; }

  .cm-callback-helper-box {
    padding-left: 82px; }

  .cm-callback-helper-icon {
    width: 63px;
    height: 63px;
    top: 4px; } }
@media only screen and (max-width: 767px) {
  .cm-callback-helper {
    padding-left: 18px;
    padding-bottom: 33px; }

  .cm-callback-helper-box {
    padding-left: 67px; }

  .cm-callback-helper-icon {
    width: 51px;
    height: 51px;
    top: 11px; } }
/* improve section */
.cm-callback-improve-section {
  padding: 150px 0 104px;
  background-color: #363636;
  color: #fff;
  overflow: hidden;
  position: relative; }
  .cm-callback-improve-section h2 {
    margin-bottom: 27px;
    color: #fff;
    font-size: 32px;
    line-height: 42px; }

.cm-callback-improve-box {
  position: relative;
  max-width: 565px;
  z-index: 1; }

.cm-callback-improve-btn .reg-btn {
  width: 160px;
  padding: 14px 15px 16px;
  background-color: #98d642; }
  .cm-callback-improve-btn .reg-btn:hover {
    background-color: #73b620; }

.cm-callback-improve-pic {
  position: absolute;
  left: 50%;
  margin-left: 55px;
  top: 107px; }
  .cm-callback-improve-pic img {
    max-width: none; }

@media only screen and (max-width: 991px) {
  .cm-callback-improve-box {
    max-width: 540px; }

  .cm-callback-improve-section h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px; }

  .cm-callback-improve-pic {
    top: 160px;
    margin-left: 90px; }

  .cm-callback-improve-pic img {
    max-width: 316px; } }
@media only screen and (max-width: 767px) {
  .cm-callback-improve-section {
    padding-top: 112px;
    padding-bottom: 210px; }

  .cm-callback-improve-section h2 {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 34px; }

  .cm-callback-improve-pic {
    top: auto;
    bottom: 48px;
    margin-left: -130px; }

  .cm-callback-improve-pic img {
    max-width: 258px; } }
/* results section */
.cm-callback-results-section {
  padding: 82px 0 35px;
  background-color: #fff; }
  .cm-callback-results-section h2 {
    margin-bottom: 15px; }

.cm-callback-results-about {
  max-width: 860px; }

.cm-callback-results-items {
  margin-top: 53px; }

.cm-callback-result-item {
  position: relative;
  padding-left: 109px; }
  .cm-callback-result-item__icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: -10px;
    background: url("/images/autorecall/cm-callback-results-icons.png") no-repeat; }
    .cm-callback-result-item__icon.icon-1 {
      background-position: 0 0; }
    .cm-callback-result-item__icon.icon-2 {
      background-position: -80px 0; }
  .cm-callback-result-item__caption {
    max-width: 250px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #29282c;
    line-height: 22px; }
  .cm-callback-result-item__desc {
    max-width: 340px; }

.cm-callback-result-col {
  margin-bottom: 60px; }
  .cm-callback-result-col:last-child .cm-callback-result-item__desc {
    max-width: 230px; }

@media only screen and (max-width: 991px) {
  .cm-callback-result-item {
    padding-left: 83px; }

  .cm-callback-result-item__icon {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    left: -5px;
    top: -9px; } }
@media only screen and (max-width: 767px) {
  .cm-callback-results-section {
    padding: 48px 0 25px; }

  .cm-callback-results-section h2 {
    margin-bottom: 28px;
    font-size: 27px;
    line-height: 32px; }

  .cm-callback-results-items {
    margin-top: 30px; }

  .cm-callback-result-col {
    margin-bottom: 30px; }

  .cm-callback-result-item {
    padding-left: 70px; }

  .cm-callback-result-item__icon {
    -webkit-transform: scale(0.62);
            transform: scale(0.62);
    left: -11px;
    top: -12px; }

  .cm-callback-result-item__desc {
    max-width: none !important; } }
/* feedback section */
.feedback-section {
  padding: 72px 0 80px;
  background-color: #f0f0f0; }
  .feedback-section h2 {
    margin-bottom: 13px;
    font-size: 28px; }
  .feedback-section .section-note {
    line-height: 1.4em;
    margin-bottom: 35px; }

.feedback-form .submit-box {
  text-align: left; }
  .feedback-form .submit-box .reg-btn {
    padding: 12px 30px 14px;
    background-color: #98d642; }
.feedback-form label input[type="checkbox"] + i::before {
  margin-right: 10px; }
.feedback-form label span i {
  margin-top: -2px !important; }
.feedback-form label a {
  display: inline-block;
  line-height: 1em;
  color: #000 !important;
  text-decoration: none;
  border-bottom: 1px dashed; }
  .feedback-form label a:hover {
    border-color: transparent; }

.cm-callback-wrapper .feedback-section {
  padding: 92px 0 100px; }

@media only screen and (max-width: 991px) {
  .feedback-section .input-box {
    margin-bottom: 20px; }
  .feedback-section .confirm-privacy-box {
    margin-top: 10px; }

  .cm-callback-wrapper .feedback-section {
    padding: 68px 0 81px; } }
@media only screen and (max-width: 767px) {
  .feedback-section {
    padding: 53px 0 60px; }
    .feedback-section h2 {
      line-height: 32px;
      text-align: center; }
    .feedback-section .section-note {
      text-align: center; }
    .feedback-section .submit-box {
      text-align: center; }

  .cm-callback-wrapper .feedback-section {
    padding: 45px 0 50px; }
    .cm-callback-wrapper .feedback-section h2 {
      font-size: 25px;
      line-height: 28px;
      text-align: left; }
    .cm-callback-wrapper .feedback-section .section-note {
      margin-bottom: 25px;
      text-align: left;
      line-height: 24px; }
    .cm-callback-wrapper .feedback-section .submit-box {
      text-align: left; } }
/* ==|====================
   Callback Product END
   ======================= */

/*# sourceMappingURL=main.css.map */
/* End */
/* /support/autorecall/main.css?163419667533402 */
