/*  ---------------------------------------------------
	LESS MIXIN
	---------------------------------------------------  */
/*  ---------------------------------------------------
	LESS FONTS
	---------------------------------------------------  */
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900&subset=latin-ext');
.f-normal {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
}
.f-medium {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
}
.f-bold {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
}
.f-black {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 900;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/y7lebkjgREBJK96VQi37ZiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJejkDdvhIIFj_YMdgqpnSB0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'), url(https://fonts.gstatic.com/s/robotoslab/v7/dazS1PrQQuCxC3iOAJFEJYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/*  ---------------------------------------------------
	LESS VARIABLES
	---------------------------------------------------  */
/*  ---------------------------------------------------
	LESS BREAKPOINTS
	---------------------------------------------------  */
/*  ---------------------------------------------------
	DEFAULTS
	---------------------------------------------------  */
body {
  font-family: 'Maven Pro', sans-serif;
  color: #39205b;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
#site-wrapper {
  overflow: hidden;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  position: relative;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
a {
  color: #008de6;
  text-decoration: none !important;
  -webkit-transition: 0.3s color ease, 0.3s background ease, 0.3s ease box-shadow, 0.3s ease border, 0.3s ease opacity;
  transition: 0.3s color ease, 0.3s background ease, 0.3s ease box-shadow, 0.3s ease border, 0.3s ease opacity;
}
a:hover {
  color: #39205b;
  border-color: #39205b;
}
::-moz-selection {
  background: #4e2b7b;
  color: #fff;
}
::selection {
  background: #4e2b7b;
  color: #fff;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a,
input:not([type="radio"]),
button,
textarea {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    box-shadow: none;
}
    a:hover,
    input:hover:not([type="radio"]),
    button:hover,
    textarea:hover,
    a:focus,
    input:focus:not([type="radio"]),
    button:focus,
    textarea:focus {
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
    }
h2 {
  margin: 60px 0 30px 0;
  font-size: 36px;
  color: #39205b;
}
h2.white {
  color: #fff;
}
.white {
  color: #fff;
}
.t-center {
  text-align: center;
}
.bold {
  font-weight: 700;
}
.margin-bottom {
  margin-bottom: 60px;
}
.margin-bottom-section {
  margin-bottom: 60px;
}
.margin-top-section {
  margin-top: 120px;
}
.first-section {
  margin-top: 136px;
  position: relative;
}
.-bigger-headline {
  font-size: 48px;
}
.special-underline {
  font-size: 150px;
  margin: -100px 0 -100px 0;
}
.text-right {
  text-align: right;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.2);
}
.cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.haa {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 40px;
}
.spacer80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .spacer80 {
    margin-bottom: 40px;
  }
}
.spacer40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 991px) {
  .spacer40 {
    margin-bottom: 20px !important;
  }
}
.content-narrow {
  padding: 0 50px;
}
li.empty:before {
  content: '' !important;
}
@media only screen and (min-width: 1200px) {
  span.icon.icon-pass {
    font-size: 85px !important;
  }
}
@media only screen and (max-width: 1199px) {
  span.icon.icon-pass {
    font-size: 50px !important;
  }
}
p {
  margin: 25px 0;
}
.checkbox-group {
  margin: 10px 0 30px;
}
.checkbox-group > span {
  margin-right: 30px;
}
.checkbox-group .radio,
.checkbox-group .checkbox {
  margin: 5px 40px 5px 0 !important;
  display: inline-block;
}
.checkbox-group .radio:last-child,
.checkbox-group .checkbox:last-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 991px) {
  .checkbox-group > span {
    display: block;
  }
}
.sms .wrap {
  display: table;
  width: auto;
  table-layout: fixed;
  margin: 0;
}
.sms .part {
  vertical-align: middle;
  display: table-cell;
  padding: 0 15px;
}
.sms .part .bttn {
  min-width: 0;
  width: 230px;
  height: 46px;
  padding: 0 90px 0 20px;
  line-height: 46px;
}
.sms .part .bttn .icon {
  line-height: 48px;
}
.sms .part [type="password"] {
  width: 150px !important;
  margin: 0;
}
.sms .part:first-child, #SMSKodDOPDND, #SMSKodOstatne {
    padding-left: 0;
}
.sms .part:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .sms .wrap .part {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    padding: 0;
  }
  .sms .wrap .part:last-child {
    margin: 0;
  }
  .sms .bttn {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .sms .part {
    display: block;
    padding: 5px 0;
  }
}
.radio,
.checkbox {
  position: relative;
  margin: 0 0 30px;
}
.radio.noMargin,
.checkbox.noMargin {
  margin: 0  0 5px 0;
}
.radio.noMargin label,
.checkbox.noMargin label {
  margin: 0 !important;
}
.radio.smaller label,
.checkbox.smaller label {
  font-size: 10px;
  padding: 0 0 0 30px !important;
}
.radio.smaller label a,
.checkbox.smaller label a {
  border-bottom: 1px solid #39205b;
  color: #39205b;
}
.radio label,
.checkbox label {
  padding: 0 0 0 36px !important;
  font-size: 16px;
  color: #39205b;
  cursor: pointer;
  width: 100% !important;
  display: inline-block;
  vertical-align: middle;
  font-size-adjust: 0.5;
  -webkit-font-size-adjust: 0.5;
  font-weight: 400;
  text-transform: none;
  position: relative;
}
.radio label a,
.checkbox label a {
  color: #39205b;
  font-weight: 600;
  position: relative;
}
.radio label a:before,
.checkbox label a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #39205b;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
}
.radio label a:hover:before,
.checkbox label a:hover:before {
  width: 100%;
}
.radio input[type="radio"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="checkbox"] {
  display: block;
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0 !important;
}
.radio input[type="radio"] + label:before,
.checkbox input[type="radio"] + label:before,
.radio input[type="checkbox"] + label:before,
.checkbox input[type="checkbox"] + label:before,
.radio input[type="radio"] + span:before,
.checkbox input[type="radio"] + span:before,
.radio input[type="checkbox"] + span:before,
.checkbox input[type="checkbox"] + span:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  left: 0;
  top: 50%;
  position: absolute;
  background: #fff;
  border: 2px solid #e8e8e8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease border-color, 0.3s ease background;
  transition: 0.3s ease border-color, 0.3s ease background;
}
.radio input[type="radio"] + label:hover:before,
.checkbox input[type="radio"] + label:hover:before,
.radio input[type="checkbox"] + label:hover:before,
.checkbox input[type="checkbox"] + label:hover:before,
.radio input[type="radio"] + span:hover:before,
.checkbox input[type="radio"] + span:hover:before,
.radio input[type="checkbox"] + span:hover:before,
.checkbox input[type="checkbox"] + span:hover:before {
  border-color: #008de6;
}
.radio input[type="radio"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after,
.radio input[type="checkbox"]:checked + label:after,
.checkbox input[type="checkbox"]:checked + label:after,
.radio input[type="radio"]:checked + span:after,
.checkbox input[type="radio"]:checked + span:after,
.radio input[type="checkbox"]:checked + span:after,
.checkbox input[type="checkbox"]:checked + span:after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 0px;
  color: #18ef97;
  width: 19px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .radio.noMargin,
  .checkbox.noMargin {
    margin: 0 0 30px;
  }
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.03) 0 0 40px;
}
.rounded {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.box-purple {
  color: #fff;
  background: #39205b;
}
.box-purple .bttn:before {
  background: #17ee96 !important;
}
.box-purple .bttn:hover {
  color: #191818 !important;
}
.box-grey {
  background: #f9f6fe;
  color: #191818;
}
.box-green {
  background: #8ef7cc;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .hidden-mobile {
    display: none !important;
  }
  .visible-mobile {
    display: block !important;
  }
}
@media only screen and (min-width: 991px) {
  .hidden-mobile {
    display: block !important;
  }
  .visible-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hidden-mobile-1999 {
    display: none !important;
  }
  .visible-mobile-1999 {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-mobile-1999 {
    display: block !important;
  }
  .visible-mobile-1999 {
    display: none !important;
  }
}
/*  ---------------------------------------------------
BUTTONS
---------------------------------------------------  */
.bttn {
  padding: 0 28px;
  height: 52px;
  display: inline-block;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.bttn.bttn-new {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 100px 0 30px;
  min-width: 280px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 10px;
  position: relative;
  color: #fff !important;
}
.bttn.bttn-new.bttn-upload .icon {
  font-size: 18px;
}
.bttn.bttn-new .icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70px;
  text-align: center;
  font-size: 10px;
  background: #e6def4;
  color: #008de6;
  line-height: 50px;
  z-index: 2;
  margin: 0;
  display: block;
}
.bttn.bttn-new .icon:before {
  z-index: 2;
  -webkit-transition: 0.6s ease color;
  transition: 0.6s ease color;
}
.bttn.bttn-new .icon:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #008de6;
  z-index: -1;
  -webkit-transition: 0.6s ease width;
  transition: 0.6s ease width;
}
.bttn.bttn-new:hover {
  color: #fff !important;
}
.bttn.bttn-new:hover .icon:before {
  color: #fff;
}
.bttn.bttn-new:hover .icon:after {
  width: 100%;
}
.bttn.bttn-new.bttn-grey {
  background: #e6def4;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  color: #000000 !important;
}
.bttn.bttn-new.bttn-grey .icon:before {
  color: #000 !important;
}
.bttn.bttn-new.bttn-grey.bttn-back {
  padding: 0 60px;
}
.bttn.bttn-new.bttn-grey.bttn-back:before {
  content: "\ea35";
  font-size: 12px;
  position: absolute;
  left: 26px;
  top: 50%;
  font-family: icomoon;
  line-height: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bttn.bttn-new.bttn-grey.bttn-back:hover .icon:before {
  color: #fff !important;
}
.bttn:hover .sweep-to-right span {
  color: white !important;
}
.bttn:hover .sweep-to-right:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bttn:hover .sweep-to-left span {
  color: white !important;
}
.bttn:hover .sweep-to-left:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.bttn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  -webkit-transition: 0.6s ease width;
  transition: 0.6s ease width;
}
.bttn.download .icon {
  font-size: 29px;
  vertical-align: middle;
  margin: 0 0 0 14px;
}
.bttn.bttn-center {
  margin-left: auto;
  margin-right: auto;
}
.bttn.bttn-small {
  font-weight: 700;
  font-size: 14px;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
}
.bttn.bttn-small .icon {
  line-height: 46px !important;
  font-size: 20px !important;
}
.bttn.bttn-dark {
  background: #676070;
  color: #fff;
}
.bttn.bttn-dark:before {
  background: #e6def4;
}
.bttn.bttn-dark:hover:before {
  width: 100%;
}
.bttn.bttn-white {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  line-height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.bttn.bttn-white:before {
  background: #4e2b7b;
}
.bttn.bttn-white:hover {
  color: #fff;
}
.bttn.bttn-white:hover:before {
  width: 100%;
}
.bttn.bttn-blue {
  background: #008de6;
  color: #fff;
}
.bttn.bttn-blue:before {
  background: #008de6;
}
.bttn.bttn-blue:hover.sweep-icon {
  width: 100%;
}
.bttn.bttn-offset {
  margin-top: 40px;
}
.bttn .icon {
  font-size: 24px;
  margin: 0 0 2px 10px;
  display: inline-block;
  vertical-align: middle;
}
.bttn.bttn-full {
  width: 100%;
}
.bttn.bttn-shadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.bttn.with-icon-right {
  padding: 0 88px 0 30px;
}
.bttn.with-icon-right.with-input input {
  padding: 0 88px 0 30px;
}
.bttn.with-icon-right .icon.blue {
  color: #008de6;
}
@media only screen and (max-width: 480px) {
  .bttn.with-icon-right {
    padding: 0 15px;
    width: 100%;
  }
  .bttn.with-icon-right input {
    padding: 0 15px !important;
  }
  .bttn.with-icon-right .icon {
    display: none;
  }
}
.bttn.with-icon-left {
  padding: 0 30px 0 88px;
}
.bttn.with-icon-left.with-input input {
  padding: 0 88px 0 30px;
}
.bttn.with-icon-left .icon.blue {
  color: #008de6;
}
@media only screen and (max-width: 480px) {
  .bttn.with-icon-left {
    padding: 0 15px;
    width: 100%;
  }
  .bttn.with-icon-left input {
    padding: 0 15px !important;
  }
  .bttn.with-icon-left .icon {
    display: none;
  }
}
.bttn.with-input {
  padding: 0;
}
.bttn.with-input input {
  padding: 0 30px 0 30px;
}
.bttn.with-input input {
  width: 100%;
  background: none;
  border: none;
  vertical-align: top;
  -webkit-transition: 0.6s ease color;
  transition: 0.6s ease color;
}
.bttn.wide {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .bttn.bttn-new {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .bttn.bttn-new {
    padding: 0 80px 0 20px;
  }
  .bttn.bttn-new .icon {
    width: 50px;
  }
}
.button-prev {
  color: #18ef97;
  font-size: 26px;
}
@media only screen and (min-width: 991px) {
  .button-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -13px;
  }
}
@media only screen and (max-width: 991px) {
  .button-prev {
    margin-top: 20px;
    display: inline-block;
  }
}
.button-next {
  color: #18ef97;
  font-size: 26px;
}
@media only screen and (min-width: 991px) {
  .button-next {
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -13px;
  }
}
@media only screen and (max-width: 991px) {
  .button-next {
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    margin-right: 10px;
  }
}
.input-sweep {
  position: relative;
}
.input-sweep:hover .icon {
  color: #fff;
}
.input-sweep:hover .icon:after {
  width: 100%;
}
.input-sweep input {
  width: 100%;
  line-height: 64px;
  background: #008de6;
  padding: 0 88px 0 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: block;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.input-sweep .icon {
  position: absolute;
  right: -1px;
  top: 0;
  height: 64px;
  line-height: 64px;
  width: 68px;
  background: #e6def4;
  font-size: 12px;
  text-align: center;
  color: #008de6;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  -webkit-transition: 0.6s ease color;
  transition: 0.6s ease color;
}
.input-sweep .icon:after {
  z-index: -1;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: #008de6;
  position: absolute;
  content: '';
  -webkit-transition: 0.6s ease width;
  transition: 0.6s ease width;
}
@media only screen and (max-width: 991px) {
  .input-sweep .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 10px;
  }
  .input-sweep input {
    line-height: 50px;
    font-size: 16px;
    padding: 0 70px 0 20px;
  }
}
/*  ---------------------------------------------------
	EFFECTS
	---------------------------------------------------  */
.sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #008de6;
  width: 54px;
  background: #e6def4;
}
.sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #008de6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  width: 54px;
  background: #008de6;
}
.sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e6def4;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sweep-to-left:hover span {
  color: white !important;
}
.sweep-to-left:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.sweep-to-left:focus span {
  color: white !important;
}
.sweep-to-left:focus:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.sweep-to-left:active span {
  color: white !important;
}
.sweep-to-left:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/*  ---------------------------------------------------
STRUCTURE
---------------------------------------------------  */
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1200px) {
  #overlay {
    display: none !important;
  }
}
#header {
  display: table;
  width: 100%;
  height: 100px;
  position: fixed;
  background: #39205b;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px;
  z-index: 100;
}
@media only screen and (min-width: 1366px) {
    #header {
        content: '';
        background-image: url(../images/limec_s_logom.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position-x: 100%;
    }
}
#header.header-alt {
  height: auto;
  position: relative;
}
#header.header-alt .alt-logo {
  position: absolute;
  top: 0;
  left: 0;
}
#header.header-alt .alt-logo img {
  width: 330px;
  height: auto;
}
#header.header-alt .alt-wifi {
  position: absolute;
  top: 32px;
  right: 212px;
}
#header.header-alt .alt-wifi img {
  width: 180px;
  height: auto;
}
#header-logo-right {
    display: none;
}

@media only screen and (min-width: 1200px) {
    #header-logo-right {
        display: block;
        color: white;
        position: absolute;
        top: -50px;
        right: -400px;
        width: 400px;
        height: 150px;
    }
}
#header nav {
  text-align: right;
  padding-right: 50px;
}
#header #menu-toggle {
  z-index: 10;
  cursor: pointer;
  height: 28px;
  margin: 0;
  padding: 0;
  width: 36px;
  position: absolute;
  right: 20px;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header #menu-toggle #hamburger {
  position: absolute;
  height: 30px;
  width: 42px;
  top: 0;
}
#header #menu-toggle #hamburger span {
  width: 36px;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 0;
  background: #fff;
  display: block;
  -webkit-transition: 0.25s ease-in-out width, 0.25s ease-in-out height;
  transition: 0.25s ease-in-out width, 0.25s ease-in-out height;
}
#header #menu-toggle #hamburger span:nth-child(1) {
  margin-top: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#header #menu-toggle #hamburger span:nth-child(2) {
  width: 60%;
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#header #menu-toggle #hamburger span:nth-child(3) {
  margin-bottom: 0;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
#header #menu-toggle #cross {
  position: absolute;
  height: 42px;
  width: 42px;
  top: -5px;
  left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header #menu-toggle #cross span {
  display: block;
  background: #fff;
  -webkit-transition: 0.25s ease-in-out width, 0.25s ease-in-out height;
  transition: 0.25s ease-in-out width, 0.25s ease-in-out height;
}
#header #menu-toggle #cross span:nth-child(1) {
  left: 50%;
  position: absolute;
  top: 0;
  margin: 0 0 0 -1px;
  width: 2px;
  height: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
#header #menu-toggle #cross span:nth-child(2) {
  height: 2px;
  left: 0;
  margin: -1px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#header #menu-toggle.open #hamburger span {
  width: 0%;
}
#header #menu-toggle.open #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#header #menu-toggle.open #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
#header #menu-toggle.open #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#header #menu-toggle.open #cross span:nth-child(1) {
  height: 100%;
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#header #menu-toggle.open #cross span:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
#header .header-wrapper {
  display: table-cell;
  vertical-align: middle;
}
#header .header-wrapper .container {
  position: relative;
}
#header #site-logo a {
  display: table;
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
}
#header #site-logo a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#header #site-logo a img {
  width: 180px;
  height: 54px;
}
#header #site-nav {
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 1365px) {
  #header #site-nav {
    text-align: right;
  }
}
@media only screen and (min-width: 1681px) {
  #header #site-nav {
    text-align: right;
  }
}
#header #site-nav #langs {
  color: #fff;
  margin: 0 0 0 10px;
  font-size: 14px;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
}
#header #site-nav #langs .langs-current {
  line-height: 54px;
  font-weight: 700;
  width: 50px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s ease color, 0.3s ease background;
  transition: 0.3s ease color, 0.3s ease background;
}
#header #site-nav #langs .langs-current.active {
  color: #fff;
}
#header #site-nav #langs .langs-select {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
}
#header #site-nav #langs .langs-select ul {
  display: inline-grid;
}
#header #site-nav #langs ul {
  margin: 5px 0 0 0;
  padding: 0;
  border: 1px solid #f6f6f6;
}
#header #site-nav #langs ul li {
  display: block;
  vertical-align: top;
  padding: 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #4e2b7b;
}
#header #site-nav #langs ul li:last-child {
  border: none;
}
#header #site-nav #langs ul li:hover {
  background-color: #39205b;
}
#header #site-nav #langs ul li a {
  line-height: 54px;
  display: block;
  color: #fff !important;
}
#header #site-nav #nav #avatar {
  vertical-align: middle;
  color: #fff;
  margin: 0 15px 0 10px;
}
#header #site-nav #nav #avatar img {
  width: 38px;
  height: 38px;
  margin-left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#header #site-nav #nav #avatar:hover {
  color: #008de6;
}
#header #site-nav #nav .closeMe {
  display: none;
}
#header #site-nav #nav ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header #site-nav #nav ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
#header #site-nav #nav ul li.current-menu-item a {
  color: #008de6;
  font-weight: 700;
}
#header #site-nav #nav ul li.current-menu-item a:after {
  height: 4px;
}
#header #site-nav #nav ul li a {
  font-size: 16px;
  position: relative;
  color: #fff;
}
#header #site-nav #nav ul li a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 0;
  left: 0;
  background: #e6def4;
  -webkit-transition: 0.3s ease height;
  transition: 0.3s ease height;
}
#header #site-nav #nav ul li a:hover {
  color: #008de6;
}
#header #site-nav #nav ul li.langs {
  display: none;
}
@media only screen and (max-width: 991px) {
  #header #site-nav #nav ul li.langs {
    display: block;
  }
}
#header #site-nav #cBox {
  border: 1px solid #f6f6f6;
  height: 54px;
  padding: 10px 18px 10px 50px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin: 0 10px;
  text-align: left;
  border-radius: 8px;
}
#header #site-nav #cBox:hover .text strong {
  color: #e6def4;
}
#header #site-nav #cBox strong {
  color: #fff;
  -webkit-transition: 0.6s ease color;
  transition: 0.6s ease color;
}
#header #site-nav #cBox .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 25px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header #site-nav #lBox {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 9px 30px;
}
#header #site-nav #lBox strong {
  font-weight: 700;
  display: block;
  color: #18ef97;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  #header .header-content {
    display: table;
    width: 100%;
    position: relative;
  }
  #header .header-content .part {
    display: table-cell;
    vertical-align: middle;
  }
  #header nav {
    display: block !important;
    opacity: 1 !important;
  }
  #header nav .langs-mobile-toggle {
    display: none !important;
  }
  #header nav #langs-mobile {
    display: none !important;
  }
  #header #langs {
    display: inline-block;
  }
  #header .mobile-partner-logo {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #header #nav {
    display: none;
    opacity: 1;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100px;
    padding: 0;
    background: #39205b;
  }
  #header #nav ul {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    columns: 2;
    column-gap: 0;
  }
  #header #nav ul li {
    display: block !important;
    text-align: center;
    padding: 15px !important;
    border: 1px solid #4e2b7b;
    color: #fff;
  }
  #header #nav ul #langs-mobile {
    display: table;
    display: none;
    position: absolute;
    right: 0;
    left: 50%;
    width: 50% !important;
    top: 215px;
    background: #3e2b7b;
    z-index: 10;
  }
  #header #langs {
    display: none;
  }
  #header #site-nav #nav #avatar {
    margin: 30px auto 0;
    display: table;
  }
  #header #site-nav #nav ul {
    padding: 0 20px;
    display: block;
    position: relative;
  }
  #header #site-nav #nav ul #langs-mobile {
    position: absolute;
    right: 0;
    left: 0;
    width: 100% !important;
    top: 70px;
    background: none;
    z-index: 10;
    padding: 0 20px !important;
    display: none;
  }
  #header #site-nav #nav ul #langs-mobile li {
    background: #fff;
  }
  #header #site-nav #nav ul #langs-mobile li a {
    color: #39205b !important;
  }
  #header #site-nav #nav ul li {
    display: block;
    width: 100%;
  }
  #header #site-nav #nav ul li.langs-mobile-toggle {
    width: 100% !important;
  }
  #header #lBox {
    display: block !important;
    margin: 20px auto 10px;
    width: 80%;
    max-width: 250px;
  }
  #header .container {
    position: inherit !important;
  }
  #header .closeMe {
    display: none;
  }
  #header #menu-toggle {
    display: block;
  }
  #header .mobile-partner-logo {
    display: block;
    padding: 20px 0 40px 0;
    text-align: center;
  }
}
#footer {
  color: #fff;
  font-size: 12px;
  padding-top: 60px;
}
#footer p {
  margin: 0;
}
#footer #footer-top {
  background: #4e2b7b url(../images/bg/bumerangy.png) no-repeat center center;
  background-size: auto !important;
  padding: 60px 0;
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#footer #footer-top:after {
  content: '';
  position: absolute;
  top: -148px;
  right: 0;
  background: url(../images/rec-bottom.png) no-repeat bottom right;
  width: 148px;
  height: 148px;
}
#footer #footer-top .contact-box {
  text-align: center;
  display: table;
  margin: 0 auto;
}
#footer #footer-top .contact-box .title {
  font-size: 30px;
  margin: 0 0 15px;
}
#footer #footer-top .contact-box .tel {
  padding-left: 60px;
  position: relative;
  font-size: 24px;
}
#footer #footer-top .contact-box .tel a {
  font-weight: 700;
  color: #18ef97;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
}
#footer #footer-top .contact-box .tel a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#footer #footer-top .contact-box .tel .icon {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 40px;
  color: #18ef97;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer #footer-top .login-boxes {
  display: table;
  width: 100%;
  margin: -136px auto 0 auto;
  position: relative;
  max-width: 1200px;
}
#footer #footer-top .login-boxes .box {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  padding: 50px 40px 50px 200px;
  color: #fff;
}
#footer #footer-top .login-boxes .box:first-child {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
#footer #footer-top .login-boxes .box:last-child {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
#footer #footer-top .login-boxes .box:hover .box-bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#footer #footer-top .login-boxes .box:hover .box-title .icon {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
#footer #footer-top .login-boxes .box .box-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 1.6s ease transform;
  transition: 1.6s ease transform;
}
#footer #footer-top .login-boxes .box .box-title {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 48px;
  line-height: 44px;
  margin: 0 0 40px;
  color: #39205b;
}
#footer #footer-top .login-boxes .box .box-title .icon {
  font-size: 24px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  -webkit-transition: 1.2s ease transform;
  transition: 1.2s ease transform;
}
#footer #footer-top .login-boxes .box .box-desc {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 26px;
  color: #39205b;
  padding: 18px 0;
}
@media only screen and (max-width: 991px) {
  #footer #footer-top .login-boxes .box {
    display: block;
    padding: 50px 40px 50px 300px;
  }
}
@media only screen and (min-width: 991px) {
  #footer #footer-top .login-boxes {
    table-layout: fixed;
  }
}
@media only screen and (max-width: 991px) {
  #footer #footer-top .login-boxes {
    display: block;
    padding: 0;
    width: calc(100% + 40px);
    margin: -156px auto 40px -20px;
  }
}
#footer #footer-bottom {
  background: #39205b;
  padding-top: 38px;
}
#footer #footer-bottom #footer-logo {
  margin: 0 0 36px;
}
#footer #footer-bottom #footer-logo a {
  display: table;
  position: relative;
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
}
#footer #footer-bottom #footer-logo a img {
  width: 180px;
  height: 54px;
}
#footer #footer-bottom #footer-logo a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
  #footer #footer-bottom #footer-logo a {
    width: 100%;
    text-align: center;
  }
}
#footer #footer-bottom .footer-company {
  margin: 0 0 15px;
}
#footer #footer-bottom .footer-company ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
#footer #footer-bottom .footer-company ul li {
  display: inline-block;
  width: 50%;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #footer #footer-bottom .footer-company ul {
    display: block;
  }
  #footer #footer-bottom .footer-company ul li {
    display: block;
    margin: 15px 0;
  }
}
#footer #footer-bottom #footer-nav nav ul {
  margin: 0 0 20px;
  padding: 0;
  display: table;
  width: 100%;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  #footer #footer-bottom #footer-nav nav ul {
    display: block;
    padding: 20px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
  }
}
#footer #footer-bottom #footer-nav nav ul li {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding: 0 10px;
}
#footer #footer-bottom #footer-nav nav ul li:first-child {
  padding-left: 0;
}
#footer #footer-bottom #footer-nav nav ul li:last-child {
  padding-right: 0;
}
#footer #footer-bottom #footer-nav nav ul li a {
  color: #fff;
}
#footer #footer-bottom #footer-nav nav ul li a:hover {
  color: #008de6;
}
#footer #footer-bottom #footer-nav .footer-bttns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#footer #footer-bottom #footer-nav .footer-bttns li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
#footer #footer-bottom #footer-nav .footer-bttns li:first-child {
  padding-left: 0;
}
#footer #footer-bottom #footer-nav .footer-bttns li:last-child {
  padding-right: 0;
}
#footer #footer-bottom #footer-nav .footer-bttns li .bttn {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
}
#footer #footer-bottom #footer-nav .footer-bttns li .bttn.with-icon {
  padding-left: 24px;
  text-transform: none;
}
#footer #footer-bottom #footer-nav .footer-bttns li .bttn:hover {
  color: #fff;
}
#footer #footer-bottom #footer-nav .footer-bttns li .bttn:before {
  background: #4e2b7b;
}
#footer #footer-bottom .footer-details-social {
  text-align: right;
  padding: 10px 0 10px 10px;
}
#footer #footer-bottom .footer-details-social span.icon {
  color: #fff;
  font-size: 36px;
  padding: 18px;
}
#footer #footer-bottom .footer-details-social span.icon:hover {
  color: #008de6;
}
#footer #footer-bottom .footer-details-social span.icon:last-child {
  padding: 18px 0 18px 18px;
}
@media only screen and (max-width: 1199px) {
  #footer #footer-bottom .footer-details-social {
    text-align: center;
    padding: 30px;
  }
}
#footer #footer-bottom .copyrights {
  margin-top: 14px;
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 50px;
  border-top: 2px solid #4e2b7b;
}
#footer #footer-bottom .copyrights .copy {
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
}
#footer #footer-bottom .copyrights .copy p {
  margin: 0;
}
#footer #footer-bottom .copyrights .copy p a {
  color: #fff;
  position: relative;
}
#footer #footer-bottom .copyrights .copy p a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #fff;
  width: 0;
  -webkit-transition: 0.6s ease width;
  transition: 0.6s ease width;
}
#footer #footer-bottom .copyrights .copy p a:hover:before {
  width: 100%;
}
@media only screen and (max-width: 1680px) {
  #footer #footer-top .login-boxes .box .box-title {
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 1515px) {
  #footer {
    padding: 0;
  }
  #footer #footer-top:after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #footer #footer-top {
    padding: 40px 0;
  }
  #footer #footer-top .contact-box {
    margin-top: 0;
  }
  #footer #footer-top .contact-box .title {
    font-size: 26px;
  }
  #footer #footer-top .contact-box .tel {
    font-size: 21px;
  }
  #footer #footer-top .login-boxes .box .box-title {
    font-size: 32px;
    line-height: 32px;
  }
  #footer #footer-top .login-boxes .box .box-desc {
    font-size: 16px;
    line-height: 22px;
  }
  #footer #footer-bottom #footer-nav .footer-bttns {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-top .login-boxes {
    padding: 0;
  }
  #footer #footer-top .login-boxes .box {
    padding: 50px 40px 50px 200px;
  }
  #footer #footer-top .login-boxes .box .box-title {
    font-size: 26px;
    line-height: 28px;
  }
  #footer #footer-top .contact-box {
    margin: 0 auto;
  }
  #footer #footer-top .contact-box .title {
    font-size: 22px;
  }
  #footer #footer-bottom #footer-nav nav ul {
    width: 100%;
  }
  #footer #footer-bottom #footer-nav nav ul li {
    display: block;
    padding: 5px 0;
    text-align: left;
  }
  #footer #footer-bottom #footer-nav .footer-bttns li {
    display: block;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  #footer #footer-bottom .footer-company ul li {
    font-size: 15px;
  }
  #footer #footer-bottom .copyrights {
    padding: 20px 0;
  }
  #footer #footer-bottom .copyrights .copy {
    display: block;
    text-align: center !important;
    padding: 0;
  }
  #footer #footer-top .contact-box .tel {
    padding: 0;
  }
  #footer #footer-top .contact-box .tel .icon {
    position: relative;
    left: auto;
    top: auto;
    margin: 20px auto 10px;
    display: block;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  #footer #footer-top .contact-box .tel a {
    display: table;
    width: 100%;
    text-align: center;
  }
  #footer #footer-top .login-boxes {
    padding: 0;
  }
  #footer #footer-top .login-boxes .box {
    display: block;
    text-align: center;
    padding: 50px;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
  }
  #footer .footer-details-social {
    padding: 20px 0 !important;
  }
  #footer .footer-details-social a:first-child .icon {
    padding: 18px 0 18px 0px !important;
  }
}
.info-box {
  padding: 50px 100px;
  font-size: 16px;
  color: #000000;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 20px;
}
.info-box .close {
  position: absolute;
  font-size: 16px;
  right: 16px;
  top: 16px;
  cursor: pointer;
  padding: 0px;
  color: #fff;
  background: #000;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.info-box.error-box {
  background: #ffa5a5;
}
.info-box.success-box {
  text-align: center;
  background: #17ee96;
}
.info-box h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none !important;
}
.info-box h3.big {
  font-size: 24px !important;
  margin: 30px 0 0 0 !important;
}
.info-box ul {
  padding-left: 0;
}
.info-box p,
.info-box ul {
  font-size: 16px !important;
}
.info-box p span,
.info-box ul span {
  color: #008ee7;
}
@media only screen and (max-width: 1199px) {
  .info-box {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #page {
    margin: 0 50px;
  }
}
#info {
  position: fixed;
  bottom: 0;
  right: 14px;
  z-index: 10;
}
#info a {
  height: 54px;
  padding: 10px 18px 10px 50px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #524e4e;
  text-align: left;
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 10px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
#info a:hover {
  color: #fff;
  background: #008de6;
  -webkit-transition: 0.6s ease color, 0.6s ease background;
  transition: 0.6s ease color, 0.6s ease background;
}
#info a:hover strong {
  color: #fff;
}
#info a:hover .icon {
  color: #fff;
}
#info a strong {
  color: #191818;
  -webkit-transition: 0.6s ease color;
  transition: 0.6s ease color;
}
#info a .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 25px;
  color: #7c4eb8;
  -webkit-transition: 0.6s ease color;
  transition: 0.6s ease color;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section {
  padding-bottom: 40px !important;
  position: relative;
}
section .section-heading {
  font-size: 40px;
  text-align: left;
  margin: 15px 0 !important;
}
section .section-heading:after {
  content: '';
  background: url(../images/icons/underline-heading.svg) no-repeat center center / 100% auto;
  width: 150px;
  position: absolute;
  left: 10px;
  bottom: -20px;
  padding-top: 3%;
}
section .section-heading.-smaller {
  font-size: 24px;
  margin: 0 0 30px 0;
}
section .section-heading.no-underline:after {
  content: none !important;
}
@media only screen and (max-width: 1199px) {
  section .section-heading {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
}
section p .green {
  color: #18ef97;
}
section .documents {
  margin-top: 35px;
}
section .documents .cond {
  display: flex;
  align-items: center;
  background-color: #f9f6fe;
  border-radius: 8px;
  border: 2px solid #f9f6fe;
  margin-bottom: 10px;
  font-weight: bold;
  color: #39205b;
}
section .documents .cond:before {
  content: '\e907';
  font-family: 'icomoon';
  font-size: 36px;
  margin: 0;
  padding-right: 15px;
  padding-left: 30px;
  font-weight: normal;
  color: #008de6;
}
section .documents .cond:hover {
  border: 2px solid #008de6;
  color: #008de6;
}
section ul.poistenie {
  list-style: none;
  padding-left: 0;
}
section ul.poistenie li {
  display: flex;
  align-items: center;
}
section ul.poistenie li:before {
  content: '\e908';
  font-family: 'icomoon';
  color: #18ef97;
  font-size: 20px;
  padding-right: 20px;
}
section ul.poistenie li p {
  margin: 0;
}
section .poistenie-box {
  padding: 20px;
  list-style: none;
  position: relative;
  z-index: 2;
}
section .poistenie-box li {
  position: relative;
}
section .poistenie-box.white {
  color: #39205b;
}
section .poistenie-box.purple {
  background-color: #f9f6fe;
  text-align: center;
  border-radius: 8px;
}
section .poistenie-box .-t-bigger {
  font-size: 18px;
}
section .poistenie-box .-s-bigger {
  margin: 18px 0;
  line-height: 25px;
}
section .box-relative {
  position: relative;
  z-index: 1;
}
section .section-part:last-child {
  padding-bottom: 0;
}
section .section-part img.full-width {
  width: auto;
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
section .section-part p,
section .section-part ul,
section .section-part ol {
  font-size: 16px;
  margin: 0 0 20px !important;
}
section .section-part h2 {
  font-size: 20px;
  color: #39205b;
  line-height: 28px;
  position: relative;
  margin: 0 0 20px;
}
section .section-part ul.list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: table;
  width: 100%;
}
section .section-part ul.list.alt {
  margin: 30px 0 0 0;
}
section .section-part ul.list.alt li {
  font-size: 18px;
  display: block;
  width: 100%;
  padding-left: 38px;
  margin: 0 0 10px;
}
section .section-part ul.list.alt li:before {
  color: #18ef97;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0px;
  font-family: icomoon;
  content: "\e911";
}
section .section-part ul.list.purple li:before {
  color: #39205b;
}
section .section-part ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  margin: 0 0 26px;
}
section .section-part ul.list li:hover:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
section .section-part ul.list li:after {
  display: none;
}
section .section-part ul.list li:before {
  color: #18ef97;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: -7px;
  font-family: icomoon;
  content: "\e911";
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
}
.bg-grey {
  background-color: #f9f6fe;
}
.bg-purple-gradient {
  background-image: linear-gradient(to right, #4e2b7b, #9005c7);
}
#main {
  overflow: hidden;
  margin-top: 100px;
  padding: 0 0 60px;
  position: relative;
}
#main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/rec-top.png) no-repeat top left;
  width: 148px;
  height: 148px;
}
#main.wifi {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
#main.wifi .text-mobile,
#main.wifi .bg-mobile {
  display: none;
  background-position: center top !important;
}
#main.wifi .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main.wifi .wifi-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 150px 20px 70px;
  text-align: center;
  color: #fff;
  width: 100%;
  background-position: center top !important;
  color: #008de6;
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}
#main.wifi .wifi-wrapper .image-mobile {
  display: none;
}
#main.wifi .wifi-wrapper strong {
  font-weight: 900;
}
#main.wifi .wifi-wrapper strong span {
  color: #fff;
}
@media only screen and (max-width: 1680px) {
  #main.wifi .wifi-wrapper {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1515px) {
  #main:before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #main {
    padding: 0 0 50px;
  }
  #main.wifi .wifi-wrapper {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #main {
    padding: 0 0 40px;
  }
  #main.wifi .wifi-wrapper {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  #main.wifi {
    min-height: 0;
  }
  #main.wifi .wifi-wrapper {
    padding: 90px 20px 30px;
  }
  #main.wifi .wifi-wrapper .image-mobile {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
  #main.wifi .wifi-wrapper .image-mobile img {
    width: 150px;
    height: auto;
  }
  #main.wifi .bg-desktop {
    display: none;
  }
  #main.wifi .bg-mobile {
    display: block;
  }
  #main.wifi .text-desktop {
    display: none;
  }
  #main.wifi .text-mobile {
    display: block;
    line-height: 30px;
    font-size: 38px;
  }
  #main.wifi .text-mobile i {
    font-style: normal;
    font-size: 26px;
  }
}
.section {
  padding: 0 0 40px;
}
.section .section-header {
  margin: 0 0 40px;
  position: relative;
}
.section .section-header .h1 {
  font-size: 40px;
  color: #39205b;
  line-height: 44px;
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 15px;
}
.section .section-header .h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 156px;
  height: 4px;
  background: url(../images/decor.png) no-repeat center center;
}
.section .section-header .h1 span {
  color: #17ee96;
}
.section .section-header .h2 {
  font-size: 24px;
  color: #39205b;
  line-height: 28px;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.section .section-header .h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 156px;
  height: 4px;
  background: url(../images/decor.png) no-repeat center center;
}
.section .section-header .h2 span {
  color: #17ee96;
}
.section .section-header .bttn {
  margin: 20px 0 0 0;
}
.section .section-header p {
  margin: 0 0 19px;
}
.section .section-header h1,
.section .section-header h2,
.section .section-header .h1,
.section .section-header .h2 {
  -webkit-transition: 0.6s ease color;
  transition: 0.6s ease color;
}
.section .section-part {
  padding: 0 30px 50px;
}
.section .section-part:last-child {
  padding-bottom: 0;
}
.section .section-part img.full-width {
  width: auto;
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
.section .section-part p,
.section .section-part ul,
.section .section-part ol {
  font-size: 16px;
}
.section .section-part ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.section .section-part ul li {
  position: relative;
  padding-left: 15px;
  margin: 0 0 5px;
}
.section .section-part ul li:last-child {
  margin: 0;
}
.section .section-part ul li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: -1px;
}
.section .section-part h3 {
  margin: 0 0 20px;
  font-size: 20px;
}
.section .section-part ul.list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: table;
  width: 100%;
}
.section .section-part ul.list.alt {
  margin: 30px 0 0 0;
}
.section .section-part ul.list.alt li {
  font-size: 18px;
  display: block;
  width: 100%;
  padding-left: 38px;
  margin: 0 0 10px;
}
.section .section-part ul.list.alt li:before {
  color: #17ee96;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0px;
  font-family: icomoon;
  content: "\e911";
}
.section .section-part ul.list.purple li:before {
  color: #0073bc;
}
.section .section-part ul.list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  margin: 0 0 26px;
}
.section .section-part ul.list li:hover:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.section .section-part ul.list li:after {
  display: none;
}
.section .section-part ul.list li:before {
  color: #7c4eb8;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: -7px;
  font-family: icomoon;
  content: "\e911";
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
}
.section .small-box {
  padding: 40px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin: 30px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.section .small-box.-grey {
  background: #f9f6fe;
}
.section hr {
  margin: 40px 0;
  border: none;
  height: 1px;
  background: #f4f4f4;
}
.section h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 20px;
}
.section p {
  font-size: 18px;
  margin: 0 0 20px;
}
.section p a {
  color: #008de6;
}
.section p i {
  font-style: normal;
  color: #008de6;
}
.section ul.ul-list {
  list-style: none;
  padding-left: 0;
}
.section ul.ul-list.-block li {
  display: block;
  margin: 0 0 6px;
}
.section ul.ul-list.-block li:last-child {
  margin: 0;
}
.section ul.ul-list li {
  display: flex;
  align-items: center;
}
.section ul.ul-list li:before {
  content: '\e908';
  font-family: 'icomoon';
  color: #18ef97;
  font-size: 20px;
  padding-right: 20px;
}
.section ul.ul-list li p {
  margin: 0;
}
.section ul.ul-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section ul.ul-list li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 36px;
  position: relative;
}
.section ul.ul-list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1680px) {
  .section .section-header {
    margin: 0 0 30px;
  }
  .section .section-header .h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .section h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .section .section-header .media .media-body p {
    font-size: 15px;
  }
  .section .section-body .section-part ul.list.alt li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .section .section-part {
    padding-left: 0;
    padding-right: 0;
  }
  .section .section-header {
    padding: 0;
  }
  .section .section-header .h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .section h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .section p {
    font-size: 16px;
  }
  .section hr {
    margin: 30px 0;
  }
  .section ul.ul-list li {
    display: block;
    margin: 0 0 20px;
  }
  .section ul.ul-list li:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section p {
    font-size: 15px;
  }
  .section .section-part ul.list li {
    font-size: 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .section .section-header .h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .section .section-part ul.list li {
    width: 100%;
  }
  .section h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
/*  ---------------------------------------------------
	PARTS
	---------------------------------------------------  */
#hero {
  overflow: hidden;
}
#hero .hero-wrapper-desktop {
  padding: 66px 0 100px;
  min-height: 700px;
  margin-top: 130px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero .hero-wrapper-desktop .cover {
  background: -webkit-linear-gradient(rgba(57, 32, 91, 0.7), rgba(159, 0, 218, 0.8));
  background: -moz-linear-gradient(rgba(57, 32, 91, 0.7), rgba(159, 0, 218, 0.8));
  background: -o-linear-gradient(rgba(57, 32, 91, 0.7), rgba(159, 0, 218, 0.8));
  background: linear-gradient(rgba(57, 32, 91, 0.7), rgba(159, 0, 218, 0.8));
}
#hero .hero-title {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
#hero .hero-title span.underline {
  position: relative;
}
#hero .hero-title span.underline:after {
  content: '';
  background: url(../images/icons/green-underline.svg) no-repeat center center / 100% auto;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
  padding-top: 6%;
}
#hero .hero-title .thin {
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  #hero .hero-title {
    font-size: 24px;
  }
}
#hero .hero-list {
  display: table;
  list-style: none;
  padding: 0;
}
#hero .hero-list li {
  color: #fff;
  font-size: 20px;
}
#hero .hero-list li:before {
  content: '\e908';
  font-family: 'icomoon';
  color: #18ef97;
  margin-right: 15px;
}
#hero .hero-list li.special {
  background-color: #39205b;
  float: right;
  text-align: center;
  position: relative;
  margin-right: -15px !important;
}
#hero .hero-list li.special .special-arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #39205b;
  position: absolute;
  top: -15px;
  right: 0;
}
#hero .hero-list li.special:before {
  content: '';
}
@media only screen and (max-width: 991px) {
  #hero .hero-list li {
    font-size: 16px;
  }
}
#hero .hero-link-discount .hero-discount {
  background-color: #008de6;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#hero .hero-link-discount .hero-discount .hero-icon {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border: 3px solid #18ef97;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  position: absolute;
}
#hero .hero-link-discount .hero-discount .hero-description {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-left: 180px;
}
#hero .hero-link-discount .hero-discount .hero-description .hero-link {
  font-size: 18px;
  color: #fff;
}
#hero .hero-link-discount .hero-discount strong {
  color: #18ef97;
}
@media only screen and (max-width: 1199px) {
  #hero .hero-link-discount .hero-discount {
    padding: 0;
    margin-top: 0px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#hero .hero-link-discount:hover .hero-link {
  color: #39205b !important;
}
#hero .hero-form {
  background-color: #f9f6fe;
  padding: 20px;
  margin: 0 0 0 50px;
}
#hero .hero-form label {
  color: #39205b;
  font-size: 29px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 20px;
}
#hero .hero-form .range-wrapper input[type="range"] {
  width: 100%;
}
#hero .hero-form .pricesWrapper {
  position: relative;
}
#hero .hero-form .pricesWrapper .right {
  position: absolute;
  right: 0;
}
#hero .hero-form .pricesWrapper .left {
  position: absolute;
  left: 0;
}
#hero .hero-form h3 {
  text-align: center;
  font-size: 29px;
  margin: 20px 0 10px 0;
  padding-top: 20px;
}
#hero .hero-form p {
  font-size: 12px;
  text-align: center;
}
#hero .hero-form input[type="text"] {
  height: 54px;
  margin-bottom: 10px;
  width: 100%;
  padding: 20px;
  border: 1px solid #f9f6fe;
  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #ccc;
  background-color: white;
}
/*#hero .hero-form input[type="text"]:placeholder {
  color: #39205b;
}*/
#hero .hero-form .form-dark-bg {
  background-color: #39205b;
  width: calc(100% + 40px);
  padding: 40px 20px;
  margin-left: -20px;
  margin-bottom: -20px;
  margin-top: 20px;
}
#hero .hero-form .form-dark-bg button {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  #hero .hero-form {
    margin: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
#hero .hero-green-arrow {
  display: block;
  position: absolute;
  top: 260px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 270px;
  margin: 0 -120px;
}
@media only screen and (max-width: 1365px) {
  #hero .hero-green-arrow {
    display: none;
  }
}
#hero .noUi-connect {
  background-image: linear-gradient(to right, #008de6, #3caef6);
}
#hero .noUi-handle {
  border: none;
  border-radius: 3px;
  background: #008de6;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  width: 150px !important;
  height: 40px !important;
  left: -73px !important;
  top: -11px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#hero .noUi-handle:before {
  content: '\e906' !important;
  font-family: 'icomoon' !important;
  color: white !important;
  font-size: 12px !important;
  padding-right: 10px !important;
  background: transparent!important;
}
#hero .noUi-handle:after {
  content: '\e905' !important;
  font-family: 'icomoon' !important;
  color: white !important;
  font-size: 12px !important;
  padding-left: 10px !important;
  background: transparent!important;
}
#hero .noUi-handle:hover {
  background: #0074bd !important;
}
#hero .noUi-handle .hero-slider {
  width: 100%;
  max-width: 500px;
  background: #fff;
  padding: 35px 50px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#hero .noUi-handle .hero-slider .swiper-container {
  padding: 0 0 40px;
}
#hero .noUi-handle .hero-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  opacity: 1;
  background: #cccccc;
  -webkit-transition: 0.6s ease background;
  transition: 0.6s ease background;
}
#hero .noUi-handle .hero-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4e2b7b;
}
#hero .noUi-handle .hero-slider .slide .title {
  font-size: 48px;
  line-height: 48px;
  position: relative;
  margin: 0 0 10px;
  font-weight: 700;
}
#hero .noUi-handle .hero-slider .slide .desc {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
}
#hero .noUi-handle .hero-slider .slide .bttn:before {
  top: 0;
  width: 100%;
  height: 0;
  bottom: auto;
  -webkit-transition: 0.6s ease height;
  transition: 0.6s ease height;
}
#hero .noUi-handle .hero-slider .slide .bttn:hover:before {
  height: 100%;
}
@media only screen and (max-width: 1680px) {
  #hero .noUi-handle .hero-slider .slide .title {
    font-size: 38px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  #hero .noUi-handle .hero-wrapper-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #hero .noUi-handle .hero-wrapper-desktop {
    display: none;
  }
  #hero .noUi-handle .hero-wrapper-mobile {
    display: block;
    margin-top: 136px;
    /*height: calc(100%-136px);*/
    color: #fff;
  }
  #hero .noUi-handle .hero-wrapper-mobile .hero-mobile-spacer {
    padding: 100px 40px;
  }
  #hero .noUi-handle .hero-price .rangeWrapper .options {
    font-size: 20px;
  }
  #hero .noUi-handle .hero-price .rangeWrapper .options .dateResult,
  #hero .noUi-handle .hero-price .rangeWrapper .options .priceResult {
    font-size: 22px;
  }
  #hero .noUi-handle .hero-price .filter .part .title {
    font-size: 20px;
    line-height: 20px;
  }
  #hero .noUi-handle .hero-price .filter .part .title > span {
    font-size: 22px;
  }
  #hero .noUi-handle .hero-price .filter .part:first-child {
    padding: 30px 30px 50px;
  }
  #hero .noUi-handle .hero-price .filter .part:last-child {
    padding: 60px 40px 170px 30px;
  }
  #hero .noUi-handle .hero-price .filter .part .bttn {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
  #hero .noUi-handle .hero-slider .slide .title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  #hero .noUi-handle {
    margin: 0 0 30px;
  }
  #hero .noUi-handle .hero-slider {
    padding: 30px 30px 10px;
  }
  #hero .noUi-handle .hero-slider .slide .title {
    font-size: 26px;
    line-height: 26px;
  }
  #hero .noUi-handle .hero-slider .slide .desc {
    font-size: 15px;
    line-height: 20px;
  }
  #hero .noUi-handle .hero-title {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #hero .noUi-handle {
    margin: 0 0 20px;
  }
  #hero .noUi-handle .hero-price .rangeWrapper .options {
    font-size: 18px;
  }
  #hero .noUi-handle .hero-price .rangeWrapper .options .priceResult,
  #hero .noUi-handle .hero-price .rangeWrapper .options .dateResult {
    font-size: 20px;
  }
  #hero .noUi-handle .hero-price .filter .part {
    display: block;
  }
  #hero .noUi-handle .hero-price .filter .part:first-child {
    border-bottom: 4px solid #ebebeb;
  }
  #hero .noUi-handle .hero-price .filter .part:last-child {
    padding: 30px 30px 80px;
  }
  #hero .noUi-handle .hero-price .filter .part .bttn {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  #hero .noUi-handle .hero-slider {
    padding: 30px 20px 10px;
  }
  #hero .noUi-handle .hero-slider .bttn {
    font-size: 14px;
  }
  #hero .noUi-handle .hero-price .rangeWrapper .options {
    font-size: 16px;
  }
  #hero .noUi-handle .hero-price .rangeWrapper .options .priceResult,
  #hero .noUi-handle .hero-price .rangeWrapper .options .dateResult {
    font-size: 16px;
  }
  #hero .noUi-handle .hero-price .filter .part:first-child {
    padding: 30px 20px 50px;
  }
  #hero .noUi-handle .hero-price .filter .part .title > span {
    display: block;
    float: none;
  }
}
#hero .range-wrapper {
  margin: 15px auto;
}
@media only screen and (min-width: 1200px) {
  #hero .range-wrapper {
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  #hero .range-wrapper {
    width: 80%;
  }
}
#hero .noUi-base {
  background: #dad4e4;
}
@media only screen and (min-width: 1200px) {
  #hero .hero-wrapper-mobile {
    display: none;
  }
  #hero .hero-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #hero .hero-wrapper-desktop {
    display: none;
  }
  #hero .hero-wrapper-mobile {
    display: block;
    margin-top: 136px;
    height: 100%;
  }
  #hero .hero-wrapper-mobile .hero-mobile-spacer {
    padding: 100px 40px;
  }
  #hero .hero-mobile {
    display: block;
  }
}
#hp-conditions ul {
  list-style: none;
}
#hp-conditions ul li {
  float: left;
  margin: 25px;
  width: 235px;
  position: relative;
}
#hp-conditions ul li:before {
  transition: all 0.2s ease-in-out;
  content: '\e908';
  font-family: 'icomoon';
  color: #18ef97;
  font-size: 24px;
  margin: 15px;
  position: absolute;
  left: -50px;
  top: -20px;
}
#hp-conditions ul li:hover:before {
  transform: scale(1.2);
}
#hp-conditions p {
  clear: both;
  margin: 80px 0 0 0;
  text-align: center;
}
#hp-how-it-works p {
  text-align: center;
}
#hp-how-it-works .box {
  text-align: center;
}
#hp-how-it-works .box .box-icon {
  font-size: 150px;
  margin: 0;
}
#hp-how-it-works .box .green-underline {
  margin: -75px 0 -75px 0;
}
#hp-how-it-works .box .icon-green-right {
  font-size: 150px;
}
#hp-how-it-works .button-box {
  text-align: center;
  padding: 70px 0 0 0 ;
}
#hp-benefits .hp-benefits-slider .button {
  color: #18ef97;
}
#hp-benefits .hp-benefits-slider .button:hover {
  color: #008de6;
}
#hp-benefits .hp-benefits-slider .swiper-wrapper {
  position: relative;
  z-index: 1;
}
#hp-benefits .hp-benefits-slider .swiper-wrapper .swiper-slide .slide {
  background-color: #f9f6fe;
  padding: 30px 40px;
  border-radius: 8px;
  min-height: 480px;
}
#hp-benefits .hp-benefits-slider .swiper-wrapper .swiper-slide .slide .center {
  text-align: center;
  transition: all 0.6s ease-in-out;
  margin: 0;
}
#hp-benefits .hp-benefits-slider .swiper-wrapper .swiper-slide .slide .center .icon {
  font-size: 200px;
  margin: 0;
  text-align: center;
}
#hp-benefits .hp-benefits-slider .swiper-wrapper .swiper-slide .slide h4 {
  font-size: 24px;
  margin: 10px 0;
}
#hp-benefits .hp-benefits-slider .swiper-wrapper .swiper-slide:hover .center {
  transform: scale(1.2);
}
#hp-benefits .hp-benefits-slider .swiper-wrapper .swiper-slide:hover .center .icon {
  transform: scale(1.2);
}
#hp-benefits .hp-benefits-slider .swiper-wrapper .swiper-slide:hover h4 {
  color: #008de6;
}
#hp-refs .hp-refs-slider .quote-icon {
  right: 60px;
  position: absolute;
  top: -50px;
  font-size: 250px;
  margin: 0;
  opacity: 0.1;
}
#hp-refs .hp-refs-slider .person-icon {
  margin: 0;
  text-align: center;
  font-size: 150px;
}
#hp-refs .hp-refs-slider .quote-text {
  font-style: italic;
}
#hp-refs .hp-refs-slider .green-underline {
  font-size: 150px;
  margin: -75px 0 -110px 0;
}
#hp-refs .hp-refs-slider .stars {
  color: #faaf3a;
}
#hp-refs .hp-refs-slider .button {
  color: #18ef97;
}
#hp-refs .hp-refs-slider .button:hover {
  color: #008de6;
}
.steps ul {
  margin: 60px 0 20px;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.steps ul li {
  display: table-cell;
  vertical-align: top;
}
.steps ul li:last-child .step-num:after {
  display: none;
}
.steps ul li.current .step-num {
  border-color: #008de6;
}
.steps ul li.current .step-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #008de6;
}
.steps ul li .step-num {
  width: 126px;
  height: 126px;
  display: block;
  line-height: 120px;
  border: 3px solid transparent;
  color: #191818;
  font-weight: 700;
  font-size: 48px;
  margin: 0 auto 30px;
  position: relative;
  font-family: 'Roboto Slab', serif;
  background: #f9f6fe;
  z-index: 2;
  -webkit-transition: 0.6s ease background, 0.6s ease border;
  transition: 0.6s ease background, 0.6s ease border;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.steps ul li .step-num span {
  z-index: 3;
  position: relative;
}
.steps ul li .step-num:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 4px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border: 2px dashed #e5e5e5;
}
.steps ul li .step-num:hover {
  background: #008de6;
  border-color: #008de6;
}
.steps ul li .step-title {
  font-size: 18px;
  line-height: 20px;
}
@media only screen and (max-width: 1680px) {
  .steps ul li .step-num {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .steps ul li.current .step-title {
    font-size: 18px;
    line-height: 20px;
  }
  .steps ul li .step-num {
    font-size: 28px;
  }
  .steps ul li .step-title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .steps ul li.current .step-title {
    font-size: 18px;
    line-height: 18px;
  }
  .steps ul li .step-title {
    font-size: 15px;
    line-height: 16px;
  }
  .steps ul li .step-num {
    width: 106px;
    height: 106px;
    line-height: 100px;
  }
  .steps ul li .step-num:after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .steps ul li.current .step-title {
    font-size: 14px;
    line-height: 14px;
  }
  .steps ul li .step-title {
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
  }
  .steps ul li .step-num {
    margin: 0 auto 10px;
    width: 60px;
    height: 60px;
    line-height: 52px;
    font-size: 20px;
  }
  .steps ul li .step-num:after {
    width: 160%;
    border: none;
    border-top: 2px dashed #e5e5e5;
  }
}
@media only screen and (max-width: 480px) {
  .steps ul {
    margin-top: 30px;
  }
  .steps ul li {
    display: table;
    margin: 0 0 30px;
    position: relative;
  }
  .steps ul li:last-child {
    margin: 0;
  }
  .steps ul li .step-title {
    padding-left: 20px;
  }
  .steps ul li .step-num:after {
    top: auto;
    width: 2px;
    right: auto;
    bottom: -84px;
    left: 50%;
    height: 100%;
    border-top: none;
    border-right: 2px dashed #e5e5e5;
  }
  .steps ul li .step-num,
  .steps ul li .step-title {
    display: table-cell;
    vertical-align: middle;
  }
}
#cookie {
  display: none;
  width: 100%;
  background: #180036;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#cookie .cookie-outer {
  display: table;
  width: 100%;
  height: 64px;
}
#cookie .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}
#cookie p,
#cookie a {
  display: inline-block;
  vertical-align: middle;
}
#cookie p {
  margin: 5px 0;
  font-size: 14px;
}
#cookie .cookie-btn {
  margin: 0 30px;
  background: #fff;
  height: 34px;
  line-height: 34px;
  padding: 0 22px;
  text-transform: uppercase;
  color: #39205b;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#cookie .cookie-btn:hover {
  background: #008de6;
  color: #fff;
}
#cookie .link {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#cookie .link:hover {
  color: #18ef97;
  border-color: #18ef97;
}
#cookie-page {
  text-align: center;
}
#not-found-page {
  text-align: center;
}
#not-found-page .-bigger-headline {
  font-size: 100px;
}
#not-found-page .not-found {
  font-weight: bold;
  font-size: 24px;
}
.breadcrumbs {
  margin: 20px 0 40px;
  padding: 0;
}
.breadcrumbs .breadcrumb {
  font-size: 14px;
}
.breadcrumbs .breadcrumb a {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs {
    padding: 0;
    margin-bottom: 20px;
  }
}
.notice {
  margin: 30px 60px 60px;
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .notice {
    margin: 30px 0 20px;
  }
}
.insurences {
  margin: 40px 0 20px;
  padding: 0;
  list-style: none;
  display: table;
  width: auto;
}
.insurences > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 25px;
}
.insurences > li:first-child {
  padding-left: 40px;
}
.insurences .ins-box {
  padding: 38px 0;
}
.insurences .ins-box .border {
  border: 2px solid #ffa5a5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  margin: 0 -30px;
  width: calc(100% + 60px);
}
.insurences .ins-box .bttn {
  width: 100%;
  min-width: 0;
}
.insurences .ins-box .checkbox {
  margin: 0 auto;
  width: auto;
}
.insurences .ins-box .checkbox input {
  opacity: 0;
}
.insurences .ins-box .checkbox label {
  margin: 0 auto;
  width: auto !important;
  padding: 12px 36px !important;
  color: #fff;
  background: #e6def4;
  -webkit-transition: 0.3s ease background;
  transition: 0.3s ease background;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.insurences .ins-box .checkbox label:before,
.insurences .ins-box .checkbox label:after {
  display: none !important;
}
.insurences .ins-box .checkbox label:hover {
  background: #18ef97;
}
.insurences .ins-box .ins-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 25px;
}
.insurences .ins-box .box-select {
  margin-top: 30px;
}
.insurences .ins-box .ins-status {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 700;
  color: #191818;
  line-height: 21px;
  -webkit-transition: 0.6s ease color;
  transition: 0.6s ease color;
}
.insurences .ins-box .ins-status small {
  display: block;
  margin: 5px 0;
  font-size: 14px;
}
.insurences .ins-box .ins-status .price {
  font-size: 24px;
  color: #008de6;
}
.insurences .ins-box .ins-status:hover {
  color: #008de6;
}
.insurences .ins-box .ins-status:last-of-type {
  margin: 0;
}
.insurences .ins-box .ins-status:hover .icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.insurences .ins-box .ins-status .icon {
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
.insurences .ins-box .ins-status .type {
  font-size: 15px;
  color: #676070;
  display: none;
  float: left;
  font-weight: 400;
}
.insurences .ins-box .ins-status.tick {
  color: #4e2b7b;
}
.insurences .ins-box .ins-status.cross {
  color: #676070;
}
.insurences .ins-box .ins-status .priceBox {
  color: #676070;
  line-height: 34px;
}
.insurences .ins-box .ins-type {
  position: relative;
  padding-right: 26px;
  display: table;
  margin: 0 0 30px;
  line-height: 22px;
}
.insurences .ins-box.input-box {
  padding: 38px 40px 10px 40px;
  text-align: center;
  background: #f9f6fe;
  width: 310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 1199px) {
  .insurences > li {
    padding: 0 20px;
  }
  .insurences .ins-box.input-box {
    width: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .insurences {
    width: 100%;
    table-layout: fixed;
    margin: 20px auto;
  }
  .insurences > li:first-child {
    display: none;
  }
  .insurences .ins-box.input-box {
    width: 100%;
    padding: 38px 20px;
  }
  .insurences .ins-box.input-box .ins-status {
    text-align: right;
  }
  .insurences .ins-box.input-box .ins-status .type {
    display: block;
  }
  .insurences .ins-box .border {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .insurences .ins-box .border .ins-status {
    text-align: center !important;
  }
  .insurences .ins-box .border .ins-status .type {
    float: none;
    display: block;
  }
  .insurences .ins-box .border .ins-status .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .insurences li {
    display: block;
    margin: 0 0 30px;
    padding: 0;
  }
  .insurences li:last-child {
    margin: 0;
  }
}
.tool-tip {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tool-tip:hover .tool-tip-content {
  opacity: 1;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tool-tip .tool-tip-content {
  position: absolute;
  background: #dcf3fe;
  padding: 10px;
  bottom: calc(100% + 15px);
  font-size: 13px;
  text-align: center;
  width: 280px;
  height: auto;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-50%, -20px);
  -moz-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  -webkit-transition: 0.3s ease opacity, 0.3s ease transform;
  transition: 0.3s ease opacity, 0.3s ease transform;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tool-tip .tool-tip-content:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(220, 243, 254, 0);
  border-top-color: #dcf3fe;
  border-width: 6px;
  margin-left: -6px;
}
@media only screen and (max-width: 991px) {
  .tool-tip {
    position: relative;
    display: block;
    left: 0;
    bottom: auto;
    opacity: 1;
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .tool-tip .icon {
    display: inline-block;
    position: absolute;
    left: 26px;
    top: 11px;
    z-index: 30;
  }
  .tool-tip .icon .path1 {
    display: none;
  }
  .tool-tip .tool-tip-content {
    top: auto;
    left: auto;
    bottom: auto;
    opacity: 1;
    position: relative;
    background: #dcf3fe;
    color: #15a3dd;
    padding: 10px 35px;
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-transition: none;
    transition: none;
  }
  .tool-tip .tool-tip-content:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .tool-tip {
    margin-top: 5px;
  }
  .tool-tip .tool-tip-content {
    width: 100%;
  }
}
.text-block ul {
  list-style: none;
  padding-left: 0;
}
.text-block ul li:before {
  content: '-';
  padding-right: 20px;
}
.text-block ul li > ul > li:before {
  content: '•';
  margin-left: 30px;
}
.text-block ul li > ul > li > ul > li:before {
  content: '-';
  margin-left: 60px;
}
.text-block ul .check li:before {
  content: '\e908';
  padding-right: 20px;
  font-family: 'icomoon';
  font-size: 18px;
}
.faqs .faq {
  margin: 0 0 20px;
  padding-left: 80px;
  position: relative;
}
.faqs .faq:last-child {
  margin: 0;
}
.faqs .faq .faq-question {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 16px;
  cursor: pointer;
  position: relative;
  display: table;
  -webkit-transition: 0.6s ease color;
  transition: 0.6s ease color;
}
.faqs .faq .faq-question.active:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  color: #008de6;
}
.faqs .faq .faq-question small {
  display: block;
  font-size: 18px;
}
.faqs .faq .faq-question:hover {
  color: #008de6;
}
.faqs .faq .faq-question:before {
  content: "\e910";
  font-family: icomoon;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 11px;
  left: -48px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
}
.faqs .faq .faq-answer {
  display: none;
}
.faqs .faq .faq-answer .faq-wrapper {
  padding: 38px 0 20px 0;
  position: relative;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .faqs .faq .faq-answer .faq-wrapper {
    width: 75%;
  }
}
.faqs .faq .faq-answer .faq-wrapper:before {
  content: '';
  background: url(../images/icons/underline-heading.svg) no-repeat center center / 100% auto;
  width: 150px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.faqs .faq .faq-answer .faq-wrapper p {
  font-size: 18px;
  margin: 0 0 24px;
}
.faqs .faq .faq-answer .faq-wrapper ul {
  font-size: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1680px) {
  .faqs .faq {
    padding-left: 40px;
  }
  .faqs .faq .faq-question {
    font-size: 20px;
  }
  .faqs .faq .faq-question:before {
    left: -40px;
    font-size: 10px;
    top: 9px;
  }
}
@media only screen and (max-width: 1199px) {
  .faqs .faq .faq-answer .faq-wrapper ul {
    font-size: 16px;
  }
  .faqs .faq .faq-answer .faq-wrapper p {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .faqs .faq {
    padding-left: 20px;
    margin: 0;
  }
  .faqs .faq .faq-question {
    font-size: 18px;
  }
  .faqs .faq .faq-question small {
    font-size: 15px;
  }
  .faqs .faq .faq-question:before {
    left: -20px;
    font-size: 8px;
    top: 9px;
  }
}
.blue-box {
  background: #f9f6fe;
  text-align: center;
  padding: 24px;
  margin: 80px 0 0 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.blue-box.alt {
  margin: 20px auto;
  max-width: 430px;
  padding: 36px 50px;
}
.blue-box p {
  font-size: 18px !important;
  line-height: 26px !important;
  margin: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .blue-box {
    margin: 40px 0 0 0;
    padding: 20px;
  }
  .blue-box.alt {
    padding: 30px;
  }
  .blue-box p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .blue-box {
    margin: 20px 0 0 0;
  }
}
#blog .blog-posting h1 {
  font-size: 48px;
  margin: 0 0 30px;
  line-height: 48px;
}
#blog .blog-posting p {
  margin: 0 0 30px;
}
#blog .blog-posting .perex {
  margin: 0 0 40px;
}
#blog .blog-posting .perex img {
  max-width: 100%;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#blog .blog-cats {
  margin: 30px 0;
}
#blog .blog-cats ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#blog .blog-cats ul li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 25px;
  margin: 0 0 30px;
}
#blog .blog-cats ul li.current a {
  font-size: 24px;
  color: #39205b;
}
#blog .blog-cats ul li.current a:after {
  content: '';
  background: url(../images/icons/underline-heading.svg) no-repeat center center / 100% auto;
  width: 150px;
  position: absolute;
  left: 0;
  bottom: -20px;
  padding-top: 6%;
}
#blog .blog-cats ul li:first-child {
  padding-left: 0;
}
#blog .blog-cats ul li:last-child {
  padding-right: 0;
}
#blog .blog-cats ul li a {
  font-weight: 700;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  line-height: 20px;
  color: #39205b;
}
#blog .blog-cats ul li a:hover {
  color: #008de6;
}
@media only screen and (max-width: 1199px) {
  #blog .blog-posting h1 {
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 20px;
  }
  #blog .blog-cats {
    margin-top: 30px;
  }
  #blog .blog-cats ul li {
    padding: 0 15px;
  }
  #blog .blog-cats ul li.current a {
    font-size: 20px;
  }
  #blog .blog-cats ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  #blog .blog-posting .perex {
    margin: 0 0 20px;
  }
  #blog .blog-posting h1 {
    font-size: 28px;
    margin: 0 0 20px;
    line-height: 28px;
  }
  #blog .blog-posting h1,
  #blog .blog-posting p {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #blog .blog-cats {
    margin-top: 20px;
  }
  #blog .blog-cats ul li {
    padding: 0;
    display: block;
    margin: 0 0 20px;
  }
}
.blog-post {
  width: 100%;
  margin: 30px 0;
  padding: 0 15px 0 0;
}
.blog-post header {
  padding: 0;
}
.blog-post header .article-image {
  overflow: hidden;
  padding-top: 55%;
  position: relative;
  display: block;
  margin: 0 0 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.blog-post header .article-image:hover .bg-image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-post header .article-image .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 1.6s ease transform;
  transition: 1.6s ease transform;
}
.blog-post header .date-published {
  font-size: 14px;
  margin: 0 0 6px;
}
.blog-post header h2 {
  font-size: 24px;
  margin: 0 0 16px;
  text-align: left;
}
.blog-post header h2 a {
  color: #39205b;
}
.blog-post header:hover h2 a {
  color: #008de6;
}
.blog-post .article-body p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .blog-post {
    margin: 20px 0;
  }
  .blog-post header h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post {
    margin: 0 0 30px;
  }
}
.thx {
  text-align: center;
}
.thx h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px;
}
.thx P {
  margin: 0;
  font-size: 16px;
}
.thx .bttn {
  margin: 40px auto 0;
}
.loading {
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  margin: 0;
}
.loading img {
  display: block;
  margin: 0 auto 30px;
}
.loading p {
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .loading {
    margin: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .loading {
    margin: 10px 0 20px;
  }
}
.all-articles {
  margin-top: 80px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .all-articles {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .all-articles {
    margin-top: 30px;
  }
}
.contacts {
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 1199px) {
  .contacts {
    padding: 0;
  }
}
.contact-details {
  padding-top: 44px;
}
.contact-details p {
  margin: 0 0 50px;
  font-size: 18px;
}
.contact-details .infolinka {
  background: #f9f6fe;
  padding: 30px 30px 30px 90px;
  display: table;
  position: relative;
  color: #39205b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.contact-details .infolinka .icon {
  left: 29px;
  top: 50%;
  font-size: 40px;
  color: #7c4eb8;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-details .infolinka .text {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
.contact-details .infolinka .text strong {
  color: #7c4eb8;
}
@media only screen and (max-width: 1199px) {
  .contact-details {
    padding: 0;
  }
  .contact-details p {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .contact-details .infolinka {
    padding: 20px 20px 20px 70px;
  }
  .contact-details .infolinka .icon {
    font-size: 32px;
    left: 20px;
  }
  .contact-details .infolinka .text {
    font-size: 20px;
    line-height: 22px;
  }
}
.contact-form h2 {
  margin: 0 0 24px;
  padding: 0 30px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
}
.contact-form .row {
  margin-bottom: 30px;
}
.contact-form .row:last-child {
  margin: 0;
}
.contact-form form .checkbox label {
  font-size: 13px;
}
.contact-form form .checkbox {
  margin: 0 0 15px;
}
.contact-form form .checkbox:last-child {
  margin: 0;
}
.contact-form form .bttn {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .contact-form h2 {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form {
    margin-top: 30px;
  }
  .contact-form .row {
    margin: 0;
  }
  .contact-form h2 {
    margin: 0 0 20px;
  }
}
.alts {
  margin: 40px auto 20px;
  padding: 0;
  list-style: none;
  display: table;
  width: auto;
}
.alts > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
}
.alts .alt-box {
  padding: 30px 20px;
  text-align: center;
  border: 2px solid #f9f6fe;
  /*width: 350px;*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.alts .alt-box .bttn {
  min-width: 0 !important;
  width: 100%;
}
.alts .alt-box.selected {
  background: #f9f6fe;
}
.alts .alt-box .box-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 26px;
  color: #191818;
}
.alts .alt-box .box-select {
  margin-top: 40px;
}
.alts .alt-box .box-select .radio {
  margin: 0 auto;
  width: auto;
}
.alts .alt-box .box-select .radio input {
  opacity: 0;
}
.alts .alt-box .box-select .radio label {
  margin: 0 auto;
  width: auto !important;
  padding: 12px 36px !important;
  color: #fff;
  background: #0073bc;
  font-weight: 700;
  -webkit-transition: 0.3s ease background;
  transition: 0.3s ease background;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.alts .alt-box .box-select .radio label:before,
.alts .alt-box .box-select .radio label:after {
  display: none !important;
}
.alts .alt-box .box-select .radio label:hover {
  background: #17ee96;
}
.alts .alt-box .box-price {
  color: #008de6;
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 44px;
  line-height: 18px;
}
.alts .alt-box .box-price small {
  display: block;
  font-size: 16px;
  margin: 0 0 26px;
  color: #191818;
  font-weight: 400;
}
.alts .alt-box .box-details {
  font-size: 16px;
  color: #191818;
}
.alts .alt-box .box-details .detail {
  margin: 0 0 10px;
}
.alts .alt-box .box-details .detail:last-child {
  margin: 0;
}
.alts .alt-box .box-details .detail span {
  font-weight: 700;
  padding-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .alts > li {
    padding: 0 20px;
  }
  .alts .alt-box .box-details {
    font-size: 15px;
  }
  .alts .alt-box .box-title {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .alts .alt-box .box-price {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .alts .alt-box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .alts > li {
    margin: 0 0 30px;
    display: block;
    padding: 0;
  }
  .alts > li:last-child {
    margin: 0;
  }
}
.form .wpcf7-response-output.wpcf7-validation-errors {
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #cc0606;
}
.form .wpcf7-response-output.wpcf7-mail-sent-ok {
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #18ef97;
}
.form .wpcf7-not-valid-tip {
  display: none !important;
}
.form input.wpcf7-not-valid {
  border-color: #cc0606 !important;
}
.form.application .alt-box {
  text-transform: none !important;
}
.form.application .alt-box .pricerangeText {
  margin-top: 30px;
  text-align: left;
}
.form.application .alt-box .pricerangeText .range-wrapper {
  margin: 30px 0 60px;
}
.form.application .alt-box .pricerangeText .range-wrapper:last-of-type {
  margin-bottom: 0;
}
.form.application .alt-box .pricerangeText .range-wrapper .pricesWrapper {
  margin-top: 15px;
}
.form.application .alt-box .pricerangeText h2 {
  font-size: 18px;
  margin: 0 0 10px !important;
  text-transform: none !important;
}
.form.application .alt-box .pricerangeText .bttn {
  text-transform: none !important;
  margin-top: 30px;
}
.form.application .alt-box .pricerangeText p {
  text-transform: none !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.form.application .result-box {
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
}
.form.application .result-box .thx h2 {
  font-weight: 700 !important;
  font-size: 18px;
  margin: 0 0 30px;
}
.form.application .result-box .thx p {
  font-size: 16px;
  margin: 0;
  text-transform: none;
}
.form.application .result-box .notice p {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
}
.form.application .result-box .notice p strong {
  font-size: 24px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .form.application .result-box {
    padding: 0;
  }
  .form.application .result-box .notice p {
    font-size: 16px;
  }
  .form.application .result-box .notice p strong {
    font-size: 18px;
  }
}
.form.application h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.form.application p {
  font-size: 16px;
  margin: 0 0 20px;
}
.form.application .form-controls ul {
  padding: 10px 0 0 0;
}
.form.application label {
  margin: 0 0 10px;
}
.form.application .input-row {
  margin: 0 0 40px;
}
.form.application .input-row .row {
  margin-bottom: 40px;
}
.form.application .input-row .row:last-child {
  margin-bottom: 0;
}
.form.application textarea {
  padding: 15px;
  width: 100%;
  border: 2px solid #dcf3fe;
  -webkit-transition: 0.6s ease border;
  transition: 0.6s ease border;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.form.application textarea:focus {
  border-color: #018ce7;
}
.form .input-row {
  margin: 0 0 20px;
  display: block;
  display: table;
  width: 100%;
}
.form .input-row:last-of-type {
  margin: 0;
}
.form .clearfix {
  margin-top: 40px;
  clear: both;
}
.form label {
  display: table;
  position: relative;
  padding-right: 24px;
  margin: 0 0 3px;
  font-weight: 400;
}
.form label span {
  display: table-cell;
  vertical-align: bottom;
}
.form input:not([type="submit"]) {
  height: 46px;
  padding: 0 15px;
  width: 100%;
  border: 2px solid #dcf3fe;
  font-size: 14px;
  -webkit-transition: 0.6s ease border;
  transition: 0.6s ease border;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.form input:not([type="submit"]):focus {
  border-color: #018ce7;
}
.form [type="password"] {
  letter-spacing: 10px !important;
}
.form textarea {
  padding: 15px;
  width: 100%;
  border: 2px solid #dcf3fe;
  -webkit-transition: 0.6s ease border;
  transition: 0.6s ease border;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.form textarea:focus {
  border-color: #018ce7;
}
@media only screen and (max-width: 991px) {
  .form .nice-select {
    margin: 0 0 20px;
  }
  .form .intl-tel-input {
    margin: 0 0 20px;
  }
  .form input:not([type="submit"]) {
    margin: 0 0 20px;
  }
  .form label span {
    display: block;
  }
  .form .input-row {
    margin: 0;
  }
  .form .alt-box .pricerangeText .range-wrapper {
    padding: 0 70px;
    margin: 30px 0 60px !important;
  }
  .form.application .input-row {
    margin-bottom: 20px;
  }
  .form.application .input-row .row {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form.application .input-row {
    margin: 0 0 20px;
  }
  .form textarea {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  /*.form label {
    width: 100%;
    padding: 0;
  }*/
  .form .nice-select {
    max-width: 100%;
    width: 100%;
  }
}
.form-controls.alt ul {
  width: auto;
  margin: 0 auto;
}
.form-controls.alt ul li {
  padding: 0 25px;
}
.form-controls ul {
  display: table;
  margin: 0;
  list-style: none;
  width: 100%;
  padding: 40px 0 0;
  table-layout: fixed;
}
.form-controls ul li {
  display: table-cell;
  vertical-align: middle;
}
.form-controls ul li.ins img {
  margin: 0 auto;
  display: table;
}
.form-controls ul li p {
  margin: 0;
  font-size: 18px;
}
.form-controls ul li p a {
  color: #008de6;
}
@media only screen and (max-width: 1199px) {
  .form-controls ul li.ins {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .form-controls ul {
    padding: 20px 0 0;
  }
  .form-controls ul li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .form-controls.alt ul li .bttn {
    margin: 0 !important;
  }
  .form-controls ul {
    padding: 20px 50px 0;
  }
  .form-controls ul li {
    display: block;
    text-align: center !important;
    margin: 0 0 20px;
  }
  .form-controls ul li:last-child {
    margin: 0;
  }
  .form-controls ul li .bttn {
    width: 100%;
  }
}
.nice-select {
  height: 46px;
  padding: 0 20px;
  border: 2px solid #dcf3fe;
  font-size: 16px;
  width: 100%;
  max-width: 350px;
  float: none;
  -webkit-transition: 0.6s ease border;
  transition: 0.6s ease border;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nice-select:after {
  content: "\e910";
  font-size: 16px;
  font-family: icomoon;
  width: 10px;
  height: 9px;
  line-height: 9px;
  font-size: 8px;
  border: none;
  right: 20px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.nice-select:focus {
  border-color: #018ce7;
}
.nice-select .current {
  line-height: 42px;
}
.nice-select .list {
  width: 100%;
  border: 2px solid #018ce7;
  margin: 10px 0;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .nice-select {
    font-size: 15px;
  }
}
a.url {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 10px;
  background: #e6def4;
  z-index: 2;
  position: relative;
}
a.url:hover {
  color: #fff;
}
a.url:hover:before {
  width: 100%;
}
a.url .icon {
  z-index: 2;
}
a.url:before {
  z-index: -1;
  content: '';
  position: absolute;
  background: #008de6;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: 0.6s ease width;
  transition: 0.6s ease width;
}
.pdfView {
  padding: 26px 20px;
  background: #e6e6e6;
  margin: 30px 0 0;
  /*position: relative;*/
  height: 740px;
  overflow: hidden;
  overflow-y: auto;
}
.pdfView #canvascontainer {
  width: 100%;
}
.pdfView canvas {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 20px;
  display: block;
}
.box {
  padding: 40px 50px;
  margin: 0 0 24px;
  max-width: 560px;
}
.box .agreements {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box .agreements > li {
  margin: 0 0 16px;
}
.box .agreements > li:last-child {
  margin: 0;
}
.box .agreements .agreement {
  width: 100%;
  display: table;
  background: #fff;
  color: #000;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.box .agreements .agreement.declined {
  color: #828282;
}
.box .agreements .agreement ._icon,
.box .agreements .agreement ._name,
.box .agreements .agreement ._link {
  display: table-cell;
  vertical-align: middle;
  line-height: 56px;
  text-align: center;
  white-space: nowrap;
}
.box .agreements .agreement ._name {
  width: auto;
  text-align: left;
  font-size: 16px;
  padding: 0 10px 0 0;
  position: relative;
}
.box .agreements .agreement ._icon {
  width: 50px;
  font-size: 22px;
  line-height: 20px;
  white-space: inherit;
}
.box .agreements .agreement ._link {
  width: 68px;
  overflow: hidden;
}
.box .requests {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
.box .requests > li {
  margin: 0 0 16px;
}
.box .requests > li:last-child {
  margin: 0;
}
.box .requests .request {
  width: 100%;
  display: table;
  background: #f9f6fe;
  color: #000;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.box .requests .request.declined {
  color: #828282;
}
.box .requests .request ._name,
.box .requests .request ._status,
.box .requests .request ._link {
  display: table-cell;
  vertical-align: middle;
  line-height: 56px;
  text-align: center;
  white-space: nowrap;
}
.box .requests .request ._name {
  width: auto;
  border-right: 2px solid #e2dfe7;
  text-align: left;
  padding: 0 10px 0 44px;
  position: relative;
}
.box .requests .request ._name .cancel {
  color: #ec667a;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  cursor: pointer;
  opacity: .6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.box .requests .request ._name .cancel:hover {
  opacity: 1;
}
.box .requests .request ._status {
  width: 140px;
  font-size: 16px;
  line-height: 20px;
  white-space: inherit;
  padding: 0 5px;
}
.box .requests .request ._link {
  width: 68px;
  overflow: hidden;
}
.box .counter {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  margin: 0 0 20px;
}
.box .counter .count {
  position: absolute;
  top: 50%;
  left: -6px;
  background: #008de6;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box .counter .count.no-results {
  color: #fff;
  background: #ec667a;
}
.box .links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box .links li {
  margin: 0 0 16px;
  font-size: 18px;
}
.box .links li:last-child {
  margin: 0;
}
.box h2 {
  font-size: 24px;
  padding: 0 0 25px;
  margin: 0 0 32px;
  line-height: 24px;
  position: relative;
}
.box h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 156px;
  height: 4px;
  background: url(../images/decor.png) no-repeat center center;
}
.box h2 a {
  position: relative;
  padding-right: 34px;
}
.box h2 a:hover:after {
  right: -10px;
}
.box h2 a:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\e901";
  font-family: icomoon;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease right;
  transition: 0.3s ease right;
}
.box h2.t-white {
  color: #fff;
}
.box h2.t-white > a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .box {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .box h2 {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
  .box .counter {
    font-size: 16px;
  }
  .box .requests .request {
    font-size: 14px;
  }
  .box .requests .request ._status {
    font-size: 14px;
  }
  .box .agreements .agreement ._name {
    font-size: 14px;
  }
  .box .links li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .box .requests .request {
    position: relative;
    padding: 10px 0;
  }
  .box .requests .request ._name,
  .box .requests .request ._status,
  .box .requests .request ._link {
    display: block;
  }
  .box .requests .request ._name {
    padding: 0 50px;
    line-height: 20px;
    position: unset;
  }
  .box .requests .request ._status {
    padding: 0 50px;
    line-height: 20px;
    width: 100%;
    text-align: left;
  }
  .box .requests .request ._link {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: table;
    width: 50px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
  }
  .box .requests .request ._link .url {
    display: table-cell;
    vertical-align: middle;
  }
}
.table .table-head {
  font-size: 14px;
  margin: 0 0 15px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table .table-head .col {
  display: table-cell;
  vertical-align: middle;
}
.table .table-body .table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  font-size: 18px;
  margin: 0 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.6s ease background;
  transition: 0.6s ease background;
}
.table .table-body .table-row:hover.isDone {
  background: #cbffe9;
}
.table .table-body .table-row:hover.makePayment {
  background: #dec9fe;
}
.table .table-body .table-row:hover.isWaiting {
  background: #e3e3e3;
}
.table .table-body .table-row .col {
  vertical-align: middle;
  height: 30px;
  display: table-cell;
}
.table .table-body .table-row .col .status {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #d80010;
}
.table .table-body .table-row .col .status.paid {
  color: #008de6;
}
.table .table-body .table-row .col .status .bttn {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .table .table-head.hidden-md {
    display: none;
  }
  .table .table-body .table-row {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .table .table-head {
    display: none;
  }
  .table .table-body .table-row {
    padding: 10px;
  }
  .table .table-body .table-row .col {
    height: auto;
    display: block;
    padding: 5px;
    text-align: center;
  }
}
.detailbox {
  margin: 0 0 30px;
}
.detailbox .range-wrapper {
  margin: 0 0 60px;
}
.detailbox .inner {
  background: #008de6;
  padding: 20px 40px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.detailbox .detail-open {
  background: #fff;
  border: 2px solid #eaeaea;
  border-top: none;
  display: none;
}
.detailbox .detail-open .inner {
  background: none;
  padding: 50px 50px 30px;
}
.detailbox .detail-open .inner p {
  color: #39205b;
  font-size: 16px;
}
.detailbox h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 26px;
}
.detailbox ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.detailbox ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
}
.detailbox ul li strong {
  font-size: 18px;
}
.detailbox ul li:first-child {
  padding-left: 0;
  text-align: left;
}
.detailbox ul li:last-child {
  padding-right: 0;
  text-align: right;
}
.detailbox ul li a {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .detailbox .range-wrapper {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .detailbox .inner {
    padding: 30px 20px;
  }
  .detailbox h2 {
    font-size: 20px;
  }
  .detailbox ul li {
    display: block;
    text-align: left !important;
    margin: 0 0 10px;
    padding: 0;
  }
  .detailbox ul li:last-child {
    margin: 0;
    text-align: right !important;
  }
  .detailbox .detail-open .inner {
    padding: 30px;
  }
}
.your-agreement > .wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0 0 40px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.your-agreement > .wrap h2 {
  margin: 0;
}
.your-agreement > .wrap .part {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.your-agreement > .wrap .part:first-child {
  padding-left: 0;
}
.your-agreement > .wrap .part:last-child {
  padding-right: 0;
}
.your-agreement.request h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 30px;
}
.your-agreement.request h3 {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}
.your-agreement.request .block {
  margin: 0 0 30px;
}
.your-agreement.request .block.alt .inner {
  background: none;
  padding: 0;
}
.your-agreement.request .block .inner {
  background: #f9f6fe;
  padding: 46px;
  margin: 0 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.your-agreement.request .block .inner .status {
  font-weight: 700;
  line-height: 20px;
  font-size: 18px;
  margin: 30px 0;
}
.your-agreement.request .block .inner .status a {
  color: #0073bc;
}
.your-agreement.request .block .inner .status-info {
  font-weight: 700;
  font-size: 14px;
  padding: 5px 15px;
  background: #dcf3fe;
  display: table;
  margin: 0 0 20px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.your-agreement.request .block .inner .list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.your-agreement.request .block .inner .list li {
  font-weight: 700;
}
.your-agreement.request .block .inner .list li a {
  color: #191818;
}
.your-agreement.request .block .inner .list li a:hover {
  color: #008de6;
}
.your-agreement.request .block .inner .form .bttns {
  margin: 40px 0;
}
.your-agreement.request .block .inner .form .uploaded {
  font-size: 18px;
  margin: 0 0 30px;
}
.your-agreement.request .block .inner .bttns {
  display: table;
  width: auto;
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}
.your-agreement.request .block .inner .bttns li {
  display: table-cell;
  padding: 0 20px;
}
.your-agreement.request .block .inner .bttns li:first-child {
  padding-left: 0;
}
.your-agreement.request .block .inner .bttns li:last-child {
  padding-right: 0;
}
.your-agreement.request .block .inner p {
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 22px;
}
.your-agreement.request .block .inner p strong {
  color: #008de6;
}
.your-agreement.request .block .inner p a {
  color: #008de6;
}
.your-agreement.request .block .inner ol {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}
.your-agreement.request .block .inner ol ul {
  padding-left: 0px;
  counter-reset: list;
}
.your-agreement.request .block .inner ol ul > li {
  list-style: none;
}
.your-agreement.request .block .inner ol ul > li:before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}
.your-agreement.request .block .inner h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: table;
  margin: 0 0 15px;
  position: relative;
}
.your-agreement h2 {
  padding: 0;
  margin: 0 0 40px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
}
.your-agreement h2 span {
  color: #008de6;
}
.your-agreement .infobox {
  background: #17ee96;
  display: table;
  width: 100%;
  padding: 26px 30px;
  position: relative;
}
.your-agreement .infobox .plus {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 56px;
  cursor: pointer;
  line-height: 30px;
  vertical-align: bottom;
}
.your-agreement .infobox.info {
  background: #d5f5ff;
  margin: 0 0 10px;
  font-size: 16px;
  padding: 40px 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.your-agreement .infobox.info ul {
  margin: 0;
  padding: 0;
}
.your-agreement .infobox.info ul li {
  margin: 0 0 10px;
}
.your-agreement .infobox.info ul li:last-child {
  margin: 0;
}
.your-agreement .infobox.success {
  background: #8ef7cc;
  padding: 80px 20px 70px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.your-agreement .infobox.success span {
  color: #0073bc;
}
.your-agreement .infobox.success p {
  margin: 0 0 20px;
}
.your-agreement .infobox.success .thx {
  font-size: 30px;
}
.your-agreement .infobox.error {
  background: #ffe3e3;
}
.your-agreement .infobox .media-body {
  width: 10000px;
  vertical-align: middle;
  display: table-cell;
  font-size: 18px;
  text-transform: uppercase;
}
.your-agreement .infobox .media-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
.your-agreement .infobox .bttn {
  font-size: 14px;
  font-weight: 700;
  padding: 0 40px;
  display: block;
}
.your-agreement .payments {
  padding: 24px 30px;
  background: #f9f9f9;
  margin: 0 0 10px;
}
.your-agreement .payments h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 18px;
}
.your-agreement .agree-info {
  padding: 24px 30px;
  background: #f9f9f9;
  margin: 0 0 10px;
  display: table;
  width: 100%;
}
.your-agreement .agree-info .part {
  display: table-cell;
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
}
.your-agreement .agree-info .part:last-child {
  text-align: right;
}
.your-agreement .agree-info .part a {
  color: #191818 !important;
}
@media only screen and (max-width: 1199px) {
  .your-agreement .infobox.success {
    padding: 30px;
  }
  .your-agreement .infobox.success .thx {
    font-size: 20px;
  }
  .your-agreement .agree-info {
    padding: 20px;
  }
  .your-agreement .agree-info .part {
    font-size: 16px;
    display: block;
    text-align: left !important;
  }
}
@media only screen and (max-width: 991px) {
  .your-agreement .wrap {
    margin: 0 0 20px;
  }
  .your-agreement .wrap h2 {
    margin: 0 0 20px;
  }
  .your-agreement .wrap .part {
    padding: 0 !important;
    display: block;
    text-align: left !important;
  }
  .your-agreement h2 {
    padding: 0;
    margin: 0 0 20px;
  }
  .your-agreement .payments {
    padding: 20px;
  }
  .your-agreement .payments h3 {
    font-size: 16px;
  }
  .your-agreement.request .block .inner .bttns {
    width: 100%;
  }
  .your-agreement.request .block .inner .bttns li {
    display: block;
    padding: 5px 0;
  }
  .your-agreement.request .block .inner .bttns li .bttn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .your-agreement.request .block .inner {
    padding: 20px;
  }
  .your-agreement.request .block .inner .bttns {
    margin: 20px 0 0 0;
  }
  .your-agreement h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .your-agreement .agree-info .part {
    display: block;
    text-align: center !important;
  }
  .your-agreement .agree-info .part:last-child {
    padding-top: 10px;
  }
  .your-agreement .infobox .media-body,
  .your-agreement .infobox .media-right {
    display: block;
    width: 100%;
    padding: 0;
  }
  .your-agreement .infobox .media-body .bttn,
  .your-agreement .infobox .media-right .bttn {
    margin-top: 20px;
  }
}
.helpbox {
  background: #f9f6fe;
  padding: 20px 40px;
  position: relative;
  margin: 0 0 30px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.helpbox .hidden-content {
  display: none;
}
.helpbox .hidden-content p {
  padding: 15px 0 0 0;
  margin: 0;
}
.helpbox.active .icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.helpbox .icon {
  position: absolute;
  top: 28px;
  right: 20px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.helpbox .title {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
}
.helpbox p {
  margin: 0;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .helpbox {
    padding: 30px;
  }
  .helpbox .title {
    font-size: 20px;
  }
  .helpbox .icon {
    font-size: 16px;
  }
}
.two-blocks {
  background: #f9f6fe;
  display: table;
  width: 100%;
  margin: 60px 0 0 0;
  table-layout: fixed;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.two-blocks .part {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 70px;
}
.two-blocks .part p {
  margin: 25px 0;
}
.two-blocks .part .section-heading {
  margin: 25px 0 !important;
}
.two-blocks .part .section-heading:after {
  padding-bottom: 6% !important;
}
@media only screen and (max-width: 1680px) {
  .two-blocks .part {
    padding: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .two-blocks {
    margin: 40px 0 0 0;
  }
  .two-blocks .part {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .two-blocks .part {
    display: block;
  }
  .two-blocks .part:last-child {
    display: none;
  }
}
.needs {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 40px 0 80px;
}
.needs .part {
  display: table-cell;
  vertical-align: top;
  padding: 0 23px;
}
.needs .part:first-child .need {
  float: right;
}
.needs .need {
  max-width: 450px;
  background-color: #f9f6fe;
  text-align: left;
  position: relative;
  display: table;
  line-height: 18px;
  height: 146px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.needs .need .wrap {
  display: table-cell;
  padding: 20px 20px 20px 190px;
  vertical-align: middle;
}
.needs .need .title {
  font-size: 18px;
  margin: 0 0 10px;
}
.needs .need small {
  font-size: 14px;
}
.needs .need .icon {
  position: absolute;
  top: 50%;
  left: 70px;
  font-size: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .needs .part {
    padding: 0 10px;
  }
  .needs .part:first-child {
    padding-left: 0;
  }
  .needs .part:last-child {
    padding-right: 0;
  }
  .needs .part .wrap {
    padding: 20px 20px 20px 80px;
  }
  .needs .part .icon {
    left: 20px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .needs {
    margin: 30px 0 30px;
  }
  .needs .part {
    padding: 5px 0;
    display: block;
  }
  .needs .part .need {
    display: block;
    float: none !important;
    height: auto;
    max-width: 100%;
  }
  .needs .part .need .wrap {
    display: block;
    padding: 30px 30px 30px 80px;
  }
}
.howto {
  overflow: hidden;
}
.howto ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.howto ul li {
  display: table-cell;
  vertical-align: top;
}
.howto ul li:last-child .ico:after {
  display: none;
}
.howto ul li:before {
  content: '';
}
.howto ul li .green-underline {
  margin: -75px 0 -50px 0;
}
.howto ul li .icon-green-right {
  font-size: 150px;
}
.howto .howtoBox {
  text-align: center;
  display: table;
  margin: 0 auto 60px;
}
.howto .howtoBox .num {
  font-weight: 700;
  font-size: 48px;
  font-family: 'Roboto Slab', serif;
}
.howto .howtoBox .ico {
  position: relative;
  display: table;
  margin: 0 auto 16px;
}
.howto .howtoBox .ico img {
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
}
.howto .howtoBox .ico:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.howto .howtoBox .ico:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 190%;
  height: 1px;
  border: 2px dashed #e6def4;
}
.howto .howtoBox .ico img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 1199px) {
  .howto .howtoBox .num {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .howto .howtoBox .num {
    font-size: 30px;
  }
  .howto .howtoBox .ico:after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .howto ul li {
    display: block;
  }
  .howto .howtoBox {
    margin: 0 auto 20px;
  }
  .howto .howtoBox .ico:after {
    display: none;
  }
}
.login-box {
  margin: 80px auto 0 !important;
  width: 100%;
  max-width: 380px;
}
.login-box .new-password {
  color: #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 991px) {
  .login-box {
    margin: 40px auto 0 !important;
  }
  .login-box .new-password {
    margin: 0 0 20px;
    display: inline-block;
  }
}
.form-box {
  padding: 46px 50px;
  background: #fff;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .form-box {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 991px) {
  .distance-from-header {
    top: 136px !important;
  }
  .rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .above-footer {
    margin-bottom: -136px;
  }
}
@media only screen and (min-width: 1515px) {
  .color-boxes-top-left {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .color-boxes-bottom-left {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .color-boxes-bottom-right {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .color-boxes-top-right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1515px) {
  .color-boxes-top-left {
    display: none !important;
  }
  .color-boxes-bottom-left {
    display: none !important;
  }
  .color-boxes-bottom-right {
    display: none !important;
  }
  .color-boxes-top-right {
    display: none !important;
  }
}
.range-wrapper input[type="range"] {
  width: 100%;
}
.pricesWrapper {
  position: relative;
}
.pricesWrapper .right {
  position: absolute;
  right: 0;
}
.pricesWrapper .left {
  position: absolute;
  left: 0;
}
.noUi-connect {
  background: #008de6;
  background-image: linear-gradient(to right, #008de6, #3caef6);
}
.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #008de6;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  width: 150px !important;
  height: 40px !important;
  left: -73px !important;
  top: -11px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.noUi-handle:before {
  content: '\e906' !important;
  font-family: 'icomoon' !important;
  color: white !important;
  font-size: 12px !important;
  padding-right: 10px !important;
  background: transparent!important;
}
.noUi-handle:after {
  content: '\e905' !important;
  font-family: 'icomoon' !important;
  color: white !important;
  font-size: 12px !important;
  padding-left: 10px !important;
  background: transparent!important;
}
.noUi-handle:hover {
  background: #0074bd !important;
}
.range-wrapper {
  margin: 30px 0;
}

.form input[type=checkbox].input-validation-error + label::before {
    border-color: #ffa5a5;
}

.form input[type=checkbox].input-validation-error + label {
    color: #ffa5a5 !important;
}

.form input[type=checkbox].input-validation-error + label a {
    color: #ffa5a5;
}
.validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: solid #ffa5a5 3px !important;
}
a.path2{
    display:inherit;
}

div.parent-container {
    padding: 0 15px;
    height:46px;
}
/* Customize the label (the container) */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

    /* Hide the browser's default radio button */
    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color:#fff;
    border: solid #018ce7 7px;
}

@media only screen and (max-width: 991px) {
    div.parent-container {
        width: 100%;
    }
}

.mail.thank-you {
    width: 100px;
    height: 100px;
    display: block;
    background: url(/images/mail.png) no-repeat 100%;
    background-size: cover;
    margin: 20px auto;
}

.hidden-file {
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 10;
    height: 50px;
    cursor: pointer;
}

form.upload-dokladov.uploading label.bttn.bttn-upload span.icon.icon-Money_tu_icon-38:before {
    content: ' ';
    display: block;
    width: 18px;
    height: 18px;
    margin: 16px auto;
    background-image: url(../images/preloader.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

form.upload-dokladov.uploaded label.bttn.bttn-upload span.icon.icon-Money_tu_icon-38:before {
    content: '✔';
    color: #008de6;
    width: 18px;
    height: 18px;
    margin: 16px auto;
}
.close.eye {
    background-image: url(../images/close-eye.png);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .eye {
        display: none !important;
    }

    .close.eye {
        display: none !important;
    }
}
.pdfView .marker {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: 600px;
    opacity: 0.7;
    -webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */
    transition: background 1s;
}

.pdfView .marker {
    background: url(/images/scroll.png) no-repeat center;
    background-size: cover;
}

    .pdfView .marker.scrolled {
        background: url(/images/scrolled.png) center;
        background-size: cover;
    }

.bttn.bttn-blue.required {
    background-color: #ffa5a5;
}
input[type=checkbox].required.non-checked + label {
    color: #ffa5a5;
}

ul.list.documents li {
    margin-bottom: 20px;
    text-align: -webkit-center;
    text-align: center;
}

    ul.list.documents li a {
        background-color: white;
        padding: 15px 50px;
        width: 100%;
        max-width: 600px;
        display: block;
        margin-bottom: 2px;
        position: relative;
        text-align: -webkit-left;
        text-align: left;
    }

        ul.list.documents li a:before {
            content: '';
            width: 40px;
            height: 40px;
            background: url(/images/Filetype-Docs-icon.png) no-repeat center;
            background-size: cover;
            display: block;
            position: absolute;
            margin-top: -10px;
            margin-left: -45px;
        }

        ul.list.documents li a.scrolled:after {
            content: '';
            width: 40px;
            height: 40px;
            background: url(/images/scrolled.png) no-repeat center;
            background-size: cover;
            margin-top: -10px;
            margin-right: -35px;
            float: right;
        }

@media only screen and (min-width:1000px) {
    ul.list.documents li a {
        margin-left: -300px;
        left: 50%;
    }
}

.disabled{
    pointer-events:none;
}