.header .form_index .form_top:after,
.head:after,
.footer .contacts:after,
.footer .foot_icons:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}
/*# sourceMappingURL=awesomplete.css.map */

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}
a.button,
input.button,
input[type=submit],
.back_button {
  background: #fddb5d;
  color: #000;
  font-size: 23px;
  font-weight: 600;
  padding: 13px 40px 13px;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 5px #f4e7b2;
  transition: 0.3s;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 770px) {
  a.button.width_full,
  input.button.width_full,
  input[type=submit].width_full,
  .back_button.width_full {
    width: 100%;
  }
}
a.button:hover,
input.button:hover,
input[type=submit]:hover,
.back_button {
  background: #fddf70;
  box-shadow: none;
}
a.modal_link {
  text-decoration: none;
}
a.modal_link span {
  text-decoration: none;
  border-bottom: 1px dashed;
  padding: 0 !important;
}
a.modal_link span:hover {
  text-decoration: none;
  border-bottom: 0;
}
a.modal_link:hover {
  text-decoration: none !important;
}
.content {
  padding: 0 15px;
  max-width: 1110px;
  margin: 0 auto;
}
@media (max-width: 770px) {
  .content.inner {
    margin-top: 10px;
    padding: 0;
  }
}
.display_none,
#terms_popup,
#conditions_popup,
.message {
  display: none;
}
.message {
  position: absolute;
}
.honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.modal.terms {
  max-width: 800px !important;
}
.modal.terms h1 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}
.modal.terms strong {
  font-weight: bold;
}
.modal.terms p,
.modal.terms li {
  padding-bottom: 10px;
}
.modal.terms li {
  margin-left: 15px;
}
.modal.terms table td {
  border: 1px solid #eee;
  padding: 10px 10px 0;
  vertical-align: top;
}
@media (max-width: 400px) {
  .modal.terms table {
    font-size: 10px;
    width: 280px;
    margin: 0 -15px;
  }
  .modal.terms table td {
    padding: 10px 5px 0;
  }
}
@media (max-width: 770px) {
  .modal.terms {
    font-size: 12px;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
}
b {
  font-weight: bold;
}
.clear:after {
  content: ' ';
  height: 0;
  clear: both;
}
.cookies-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px 0;
  min-height: 24px;
  line-height: 20px;
  color: #fff;
  z-index: 10000;
  text-align: center;
  transition: opacity 0.7s ease-in-out;
  font-size: 12px;
}
.cookies-policy.motion {
  opacity: 0;
}
.cookies-policy div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
.cookies-policy-text p {
  text-align: center;
  margin-bottom: 0;
}
.cookies-policy-check a {
  padding: 10px 20px;
  border-radius: 40px;
  display: inline-block;
  transition: 0.3s;
  opacity: 0.95;
  width: 100px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.cookies-policy-check a.motion {
  height: 20px;
  width: 0;
  border-radius: 20px;
}
.cookies-policy-check a:hover {
  opacity: 1;
}
.cookies-policy-check i {
  height: 23px;
  width: 23px;
  top: 24%;
  left: 18%;
  opacity: 0;
  transition: 0.4s;
  font-size: 21px;
  position: absolute;
  display: block;
}
.cookies-policy-check i.motion {
  opacity: 1;
}
.cookies-policy {
  background: #606060;
  background: rgba(96,96,96,0.8);
}
.cookies-policy-text p {
  color: #fff;
}
.cookies-policy-check a {
  background: #fddb5d;
  color: #000;
}
.cookies-policy-check a span {
  font-weight: bold !important;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .cookies-policy {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  .cookies-policy-text {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ebebeb;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal .noUi-handle {
  left: -35px;
  top: -20px;
  cursor: pointer;
  outline: 0;
  background: #34c173 !important;
  border: 10px solid #fff !important;
  box-shadow: 0 0 1px #000;
  border-radius: 40px;
  width: 60px;
  height: 60px;
  outline: none;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-background {
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-origin {
  border-radius: 7px;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
  display: none;
}
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #fff;
}
.noUi-pips-horizontal {
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  margin-left: -40px;
  padding-top: 15px;
  color: #fff;
}
.noUi-value-horizontal.noUi-value-large {
  font-size: 9px;
  margin-top: 0;
  padding-top: 6px;
}
.noUi-pips>.noUi-marker:first-child+.noUi-value {
  margin-left: 0;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
  display: none;
}
.noUi-marker-horizontal.noUi-marker,
.noUi-value-horizontal.noUi-value-large {
  display: none;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-base {
  background: #34c173;
  border-radius: 8px;
  height: 20px;
}
.chance_of_success {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}
.chance_of_success .slider {
  margin-bottom: 30px;
  pointer-events: none;
}
.chance_of_success>label {
  position: absolute;
  bottom: -60px;
  left: 0;
  text-align: left;
  font-size: 22px;
  color: #2e4451;
}
@media (max-width: 550px) {
  .chance_of_success>label {
    font-size: 17px;
    width: 170px;
  }
}
.chance_of_success span {
  position: absolute;
  bottom: -60px;
  right: 0;
  text-align: right;
  width: 73px;
  font-size: 29px;
  font-weight: bold;
}
.chance_of_success span input {
  width: 40px;
  font-size: 29px;
  font-weight: bold;
  background: transparent;
}
@media (max-width: 550px) {
  .chance_of_success span input {
    font-size: 25px;
  }
}
@media (max-width: 550px) {
  .chance_of_success span {
    font-size: 25px;
    bottom: -55px;
  }
}
.chance_of_success .noUi-handle {
  display: none;
}
.chance_of_success .noUi-origin {
  border-radius: 0 7px 7px 0;
}
.chance_of_success .noUi-base {
  background: #ff9a28;
  background: linear-gradient(90deg, #ff9a28 0%, #ffc045 100%);
}
.chance_of_success span.green_gradient {
  color: #a0c72b;
}
.chance_of_success span.green_gradient input {
  color: #a0c72b;
}
.chance_of_success span {
  color: #ff9a28;
}
.chance_of_success span input {
  color: #ff9a28;
}
.chance_of_success .green_gradient .noUi-base {
  background: #a0c72b;
  background: linear-gradient(90deg, #a0c72b 0%, #cce454 100%);
}
#footer {
  background-color: #f5f7f9;
  padding: 20px 0;
  color: #a2b2c4;
}
#footer .menu_footer {
  text-align: center;
  padding: 10px 0;
  line-height: 20px;
}
#footer .menu_footer a,
#footer .menu_footer span {
  padding: 0 10px;
  word-wrap: normal;
  white-space: nowrap;
}
#footer .menu_footer a:hover,
#footer .menu_footer span:hover {
  color: #feb33c;
  transition: 0.5s;
  cursor: pointer;
}
#footer .copyright {
  text-align: center;
  padding: 10px 0;
  color: #bbb;
}
.company_info div {
  color: #bbb;
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
@-moz-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.reg_shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1;
  top: 0;
  left: 0;
}
.registration {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -330px;
  max-width: 600px;
  padding: 30px;
  background: #f5f7f9;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #cacada;
  z-index: 2;
}
.registration .reg_title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 375px) {
  .registration .reg_title {
    margin-bottom: 15px;
  }
}
@media (max-width: 340px) {
  .registration .reg_title {
    margin-bottom: 10px;
  }
}
.registration .reg_title .reg_close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.registration .reg_title .reg_close img {
  transition: background 300ms ease-out, transform 300ms ease-out;
}
.registration .reg_title .reg_close:hover img {
  transform: rotate(-90deg);
}
.registration .reg_form .input {
  margin-bottom: 30px;
  box-shadow: 1px 1px 10px #e8edf3;
  position: relative;
}
@media (max-width: 375px) {
  .registration .reg_form .input {
    margin-bottom: 15px;
  }
}
@media (max-width: 340px) {
  .registration .reg_form .input {
    margin-bottom: 10px;
  }
}
.registration .reg_form .input input {
  background-color: #fff;
  border: 1px solid #dde6ee;
  border-radius: 0 !important;
  padding: 18px 0 20px;
  text-indent: 20px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  color: #2e4451;
  transition: 0.3s;
}
.registration .reg_form .input.field-error label.error {
  position: absolute;
  bottom: 7px;
  top: auto;
  left: 21px;
  transition: 0.3s;
  font-size: 11px;
  line-height: 8px;
  color: #e03f4b;
}
.registration .reg_form .input.field-error input {
  border-color: #e03f4b !important;
  background-color: #f9f5f5 !important;
}
.registration .reg_form .input .awesomplete {
  display: block;
}
.registration .reg_form .checkbox {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 340px) {
  .registration .reg_form .checkbox {
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
.registration .reg_form .checkbox label {
  cursor: pointer;
}
@media (max-width: 375px) {
  .registration .reg_form .checkbox label {
    font-size: 13px;
  }
}
.registration .reg_form .checkbox input {
  display: none;
}
.registration .reg_form .checkbox span {
  border-bottom: 1px dashed;
}
.registration .reg_form .checkbox i {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 20px;
  border: 1px solid #dde6ee;
  background-color: #dde6ee;
  transition: 0.3s;
}
@media (max-width: 340px) {
  .registration .reg_form .checkbox i {
    left: 10px;
  }
}
.registration .reg_form .checkbox input:checked+label i {
  order: 1px solid #97c717;
  background-color: #a7dd17;
  background-image: url("//form.volsor.com/testing/static/checked.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.registration .reg_form .checkbox.field-error i {
  border: 1px solid #e03f4b;
}
.registration .reg_form .checkbox.field-error label.error {
  position: absolute;
  bottom: -20px;
  top: auto;
  left: 60px;
  transition: 0.3s;
  font-size: 11px;
  line-height: 8px;
  color: #e03f4b;
}
@media (max-width: 340px) {
  .registration .reg_form .checkbox.field-error label.error {
    left: 40px;
    bottom: -15px;
  }
}
.registration .submit {
  text-align: center;
}
@media (max-width: 670px) {
  .registration {
    width: auto;
    left: auto;
    margin: auto;
  }
}
@media (max-width: 400px) {
  .registration {
    top: 10px;
    padding: 10px;
  }
}
@media (max-width: 340px) {
  .registration {
    top: 0;
    padding: 5px;
  }
}
.message {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f5f7f9;
  z-index: 1;
}
.message .message_text {
  padding: 40px 40px 0;
  font-size: 20px;
  color: #2e4451;
}
.message .message_text .back_button {
  margin-top: 30px;
}
.message.ok {
  padding-top: 50%;
}
.container:after {
	display: block;
}
.company_info {
	text-align: center;
}
.company_info div {
	display: inline-block;
	text-align: left;
	margin: 15px 10px 10px;
	color: #798492;
	font-size: 12px;
}
@media all and (max-width: 575px) {
	.company_info div {
		display: block;
		margin: 0;
		padding: 5px 0 10px;
	}
}
.notice {
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

.notice small {
	font-size: inherit;
}
.header {
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/header.jpg");
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  .header {
    background-position-x: 59%;
  }
}
.header .header_balls {
  background-image: url("/cdn/landings/img/okeks_green_activepujcka_cz/header_balls.png");
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 47px;
  padding-bottom: 165px;
}
@media (max-width: 1200px) {
  .header .header_balls {
    background-position-x: right;
  }
}
@media (max-width: 900px) {
  .header .header_balls {
    background-position-y: 200px;
  }
}
@media (max-width: 550px) {
  .header .header_balls {
    padding-top: 0;
  }
}
.header .header_balls .header_text {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  max-width: 690px;
  margin: 0 auto 30px;
}
@media (max-width: 550px) {
  .header .header_balls .header_text {
    font-size: 27px;
    line-height: 37px;
    margin-top: 35px;
  }
}
@media (max-width: 350px) {
  .header .header_balls .header_text {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }
}
.header .header_balls .header_text span {
  font-weight: bold;
  color: #34c173;
}
.header .form_index {
  text-align: center;
  max-width: 640px;
  height: 268px;
  margin: 0 auto;
}
.header .form_index .form_wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #d7d7d7;
}
@media (max-width: 550px) {
  .header .form_index .form_wrapper {
    padding: 20px;
  }
}
@media (max-width: 420px) {
  .header .form_index .form_wrapper {
    padding: 10px;
  }
}
.header .form_index .form_wrapper .rules {
  font-size: 12px;
  padding-top: 30px;
}
.header .form_index .form_top {
  margin-bottom: 20px;
}
.header .form_index .form_top .form_top__left {
  float: left;
  font-size: 22px;
  color: #2e4451;
}
.header .form_index .form_top .form_top__right {
  float: right;
  width: 55%;
}
.header .form_index .form_top .form_top__right span {
  width: 130px;
}
.header .form_index .form_top .form_top__right,
.header .form_index .form_top .form_top__right span {
  font-size: 29px;
  font-weight: bold;
  text-align: right;
  color: #34c173;
  background: transparent;
}
@media (max-width: 420px) {
  .header .form_index .form_top {
    height: auto;
  }
  .header .form_index .form_top .form_top__left,
  .header .form_index .form_top .form_top__right {
    float: none;
    width: auto;
  }
  .header .form_index .form_top .form_top__right {
    text-align: center;
  }
  .header .form_index .form_top .form_top__right span {
    width: 120px;
    margin-left: -30px;
  }
}
@media (max-width: 400px) {
  .header .form_index {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header .form_index .input {
  height: 20px;
}
.header .form_index .submit {
  margin-top: 50px;
}
@media (max-width: 350px) {
  .header .form_index .submit {
    margin-top: 20px;
  }
}
.head .head__left {
  float: left;
  position: relative;
  cursor: pointer;
}
@media (max-width: 770px) {
  .head .head__left .logo_bar {
    display: none;
  }
  .head .head__left img {
    width: 170px;
  }
}
@media (max-width: 550px) {
  .head .head__left {
    float: none;
    text-align: center;
  }
}
.head .head__right {
  float: right;
  margin-top: 25px;
  position: relative;
}
.head .head__right.icon_setting {
  background-image: url("/cdn/landings/img/okeks_green_activepujcka_cz/offer_settings.svg");
}
@media (max-width: 770px) {
  .head .head__right {
    margin-top: 27px;
  }
}
.head .head__right>a {
  color: #2e4451;
  text-decoration: none;
  vertical-align: middle;
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/icons_auth.svg") no-repeat left bottom;
  padding-left: 20px;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
}
.head .head__right>a span {
  padding-left: 5px;
}
.head .head__right>a:hover {
  text-decoration: underline;
}
@media (max-width: 770px) {
  .head .head__right>a span {
    display: none;
  }
}
.head .head__right>span {
  vertical-align: bottom;
  display: inline-block;
  color: #2e4451;
}
@media (max-width: 550px) {
  .head .head__right>span {
    width: 20px;
    height: 20px;
  }
}
.text_head h3,
.text_head .title_volsorForm {
  font-size: 39px;
  color: #2e4451;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .text_head h3,
  .text_head .title_volsorForm {
    font-size: 29px;
    padding: 0 10px;
  }
}
@media (max-width: 375px) {
  .text_head h3,
  .text_head .title_volsorForm {
    font-size: 25px;
  }
}
@media (max-width: 340px) {
  .text_head h3,
  .text_head .title_volsorForm {
    font-size: 22px;
  }
}
.text_head h3 span,
.text_head .title_volsorForm span {
  color: #34c173;
}
.text_head p {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 900px) {
  .text_head p {
    font-size: 19px;
  }
}
@media (max-width: 375px) {
  .text_head p {
    font-size: 14px;
    margin-top: 3px;
  }
}
@media (max-width: 340px) {
  .text_head p {
    font-size: 13px;
    margin-top: 3px;
  }
}
.text_head .text_volsorForm {
  display: none;
}
.header_inner {
  padding-top: 57px;
  padding-bottom: 57px;
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/header_form.png") no-repeat center top;
}
@media (max-width: 770px) {
  .header_inner {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    background: none;
    box-shadow: 0 3px 10px #e5e5e5;
  }
}
.breadcrumbs {
  background: #f5f7f9;
  padding: 30px 0;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 770px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  color: #34c173;
  text-decoration: none;
}
.breadcrumbs a:after {
  content: '';
  display: inline-block;
  margin-left: 15px;
  margin-right: 9px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #34c173;
  border-bottom: 4px solid transparent;
}
.breadcrumbs span {
  color: #2e4451;
}
.title_volsorForm,
.text_volsorForm {
  text-align: center;
  margin: 45px 0 !important;
}
@media (max-width: 770px) {
  .title_volsorForm,
  .text_volsorForm {
    display: none;
  }
}
.box {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.box .text_head {
  margin-bottom: 50px;
}
.box_color {
  background: #f5f7f9;
}
.needs {
  margin-top: 45px;
  margin-bottom: 50px;
}
.needs p {
  display: inline-block;
  padding-top: 150px;
  width: 200px;
  margin-left: 3%;
  margin-right: 3%;
  font-size: 20px;
  line-height: 20px;
  color: #34c173;
  vertical-align: top;
}
.needs p:nth-child(1) {
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/icon_03.svg") no-repeat center top;
  background-size: 120px;
}
.needs p:nth-child(2) {
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/icon_01.svg") no-repeat center top;
  background-size: 140px;
}
.needs p:nth-child(3) {
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/icon_02.svg") no-repeat center top;
  background-size: 125px;
}
.needs p:nth-child(4) {
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/icons_money.svg") no-repeat center top;
  background-size: 140px;
}
@media (max-width: 1120px) {
  .needs p {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .needs p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    width: auto;
    padding-top: 120px;
  }
  .needs p:nth-child(1) {
    background-size: 90px;
  }
  .needs p:nth-child(2) {
    background-size: 110px;
  }
  .needs p:nth-child(3) {
    background-size: 95px;
  }
  .needs p:nth-child(4) {
    background-size: 110px;
  }
}
.needs p span {
  color: #2e4451;
  font-size: 15px;
}
.faq {
  margin: 45px auto 50px;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  max-width: 600px;
}
.faq li {
  list-style: none;
}
.faq li span {
  display: block;
  cursor: pointer;
  color: #000;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid #f5f7f9;
  border-bottom: 1px solid #f5f7f9;
  position: relative;
}
.faq li span:after {
  content: '';
  height: 15px;
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/arrow.svg") no-repeat center top;
  background-size: 20px;
  transition: background 300ms ease-out, transform 300ms ease-out;
}
.faq li span.acrd_open:after {
  transform: rotate(-180deg);
}
.faq li span:hover {
  color: #34c173;
}
.faq li div {
  display: none;
  font-weight: 300 !important;
  padding: 20px 20px 35px;
  background: #f5f7f9;
}
.reference div {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 3%;
  margin-right: 3%;
  width: 40%;
  font-size: 20px;
  line-height: 20px;
  color: #34c173;
  vertical-align: top;
}
@media (max-width: 900px) {
  .reference div {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-bottom: 40px;
    display: block;
  }
}
.reference div span {
  display: block;
  border: 3px solid #2e4451;
  border-radius: 20px;
  background-color: #fff;
  color: #2e4451;
  font-size: 15px;
  text-align: left;
  padding: 20px;
  position: relative;
}
.reference div span:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 22px;
  width: 0;
  height: 0;
  border: 32px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  border-right: 0;
  margin-left: -15px;
  margin-bottom: -29px;
}
.reference div span:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 23px;
  width: 0;
  height: 0;
  border: 34px solid transparent;
  border-top-color: #2e4451;
  border-bottom: 0;
  border-right: 0;
  margin-left: -15px;
  margin-bottom: -37px;
}
.reference div p {
  text-align: left;
  padding-left: 90px;
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/icons_people.svg") no-repeat 60px top;
  background-size: 20px;
}
.reference ul li {
  display: none;
  list-style: none;
}
.reference ul li.unslider-active {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}
.unslider {
  margin-top: 45px;
  margin-bottom: 50px;
}
.unslider .unslider-arrow {
  display: none;
}
.unslider .unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider .unslider-nav ol li {
  background: #34c173;
  border: 5px solid #fff;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  font-size: 0;
  opacity: 0.5;
  cursor: pointer;
  margin: 0 5px;
}
.unslider .unslider-nav ol li.unslider-active {
  opacity: 1;
}
.footer {
  display: block;
  background: #2e4451;
}
.footer .contacts {
  color: #f5f7f9;
  padding-top: 35px;
}
.footer .contacts .contacts_left {
  float: left;
  width: 40%;
}
.footer .contacts .contacts_right {
  float: right;
}
.footer .contacts a {
  text-decoration: none;
  color: #a2b2c4;
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.footer .contacts a:hover {
  text-decoration: underline;
}
.footer .contacts p {
  font-size: 17px;
  padding-bottom: 20px;
}
.footer .contacts span {
  font-size: 15px;
  color: #a2b2c4;
  padding-bottom: 10px;
}
.footer .contacts .contacts_phone {
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/icons_footer-phone.svg") no-repeat left top;
  background-size: 22px;
  padding-right: 20px;
}
@media (max-width: 550px) {
  .footer .contacts .contacts_phone {
    display: block;
  }
}
.footer .contacts .contacts_email {
  background: url("/cdn/landings/img/okeks_green_activepujcka_cz/icons_footer-email.svg") no-repeat left top;
  background-size: 22px;
}
.footer .contacts .contacts_email a {
  margin: 0;
}
@media (max-width: 770px) {
  .footer .contacts .contacts_left,
  .footer .contacts .contacts_right {
    float: none;
    width: auto;
  }
}
.footer .foot_text {
  font-size: 12px;
  line-height: 16px;
  color: #a2b2c4;
  padding-top: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid #a2b2c4;
}
.footer .foot_icons {
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer .foot_icons .foot_icons__left {
  float: left;
}
.footer .foot_icons .foot_icons__right {
  float: right;
}
.footer .foot_icons .foot_icons__right img {
  height: 50px;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .footer .foot_icons .foot_icons__right {
    margin-bottom: 30px;
  }
  .footer .foot_icons .foot_icons__right img:first-child {
    margin-left: 0;
  }
  .footer .foot_icons .foot_icons__left,
  .footer .foot_icons .foot_icons__right {
    float: none;
    text-align: center;
  }
}
.footer .company_info {
  text-align: center;
  padding-bottom: 35px;
}
.footer .company_info div {
  display: inline-block;
  text-align: left;
  margin: 15px 10px 10px;
  color: #a2b2c4;
  font-size: 12px;
}
@media (max-width: 770px) {
  .footer .company_info div {
    display: block;
    text-align: center;
    margin: 0;
    padding: 5px 0 10px;
  }
}
.container {
  padding: 0 15px;
  max-width: 1110px;
  margin: 0 auto;
}
.form .container {
  padding: 0;
}
#volsorForm {
  margin-bottom: 50px;
}
#back-to-top {
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  background: #fddb5d;
  border-radius: 30px;
  color: #2e4451;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top.show:hover {
  opacity: 0.7;
}
.grecaptcha-badge {
  display: none;
}
