@charset "UTF-8";
/*
Theme Name: 
Author: Tojekmek
Author URI: https://www.tojekmek.pl
Version: 1.0
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

body *,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input::-ms-clear {
  display: none;
}

@-ms-viewport {
  width: device-width;
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991px) {
  body.open {
    overflow: hidden;
  }
}

.site {
  transition: 0.2s linear;
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 10;
  transition: 0.2s linear box-shadow;
}
.header.scroll {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
}
.header.scroll .header__wrapper::before {
  opacity: 0;
}
@media (min-width: 992px) {
  .header.scroll .header__logo {
    animation: 0.2s linear both headerAnimBottom;
  }
}
@media (min-width: 992px) {
  .header.scroll .header__user-nav {
    animation: 0.2s linear both headerAnimBottom;
  }
}
@media (max-width: 991px) {
  .header {
    background-color: white;
  }
}
.header__wrapper {
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  display: flex;
  position: relative;
}
@media (max-width: 576px) {
  .header__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .header__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .header__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .header__wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .header__wrapper {
    max-width: 1500px;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    height: 60px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    justify-content: space-between;
  }
}
.header__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 500%;
  left: -466.6%;
  height: 100%;
  background-color: #c59457;
  z-index: -1;
  transition: 0.2s linear;
}
@media (max-width: 991px) {
  .header__wrapper::before {
    display: none;
  }
}
.header__logo {
  max-width: 215px;
  height: auto;
  object-fit: contain;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .header__logo {
    animation: 0.2s linear both headerAnimTop;
  }
}
@media (max-width: 991px) {
  .header__logo {
    max-width: 175px;
    margin-top: 0;
  }
}
.header__user-nav {
  margin-left: 5%;
  width: 100%;
  display: block;
  -ms-overflow-style: none;
}
.header__user-nav.open {
  max-height: 100vh;
}
.header__user-nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .header__user-nav {
    animation: 0.2s linear both headerAnimTop;
  }
}
@media (max-width: 991px) {
  .header__user-nav {
    position: absolute;
    top: 60px;
    max-width: 250px;
    width: 100%;
    right: 0;
    overflow: hidden;
    margin: 0;
    flex-direction: column;
    background-color: white;
    transition: 0.2s linear;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
    max-height: 0;
  }
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .header__list {
    flex-direction: column;
    max-height: 60vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header__list::-webkit-scrollbar {
    display: none;
  }
}
.header__list-upper {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .header__list-upper {
    margin-bottom: 0;
  }
}
.header__list-upper li {
  float: right;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .header__list-upper li {
    float: none;
    margin-right: 0;
  }
}
.header__list-upper li:first-child {
  margin-right: 0;
}
.header__list-item {
  color: #06284c;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.header__list-item a {
  position: relative;
  padding-bottom: 4px;
}
.header__list-item a:hover::before {
  width: 100%;
}
.header__list-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #c59457;
  transition: 0.2s linear;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .header__list-item {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .header__list-item__button {
    margin-bottom: 25px;
  }
}
.header__list-item__button a {
  display: block;
  padding: 11px 32px;
  border-radius: 10px;
  background-color: #06284c;
  border: 2px solid #06284c;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: 0.2s linear;
}
.header__list-item__button a:hover {
  border-color: #c59457;
  background-color: #c59457;
  color: white;
}
@media (max-width: 1199px) {
  .header__list-item__button a {
    padding: 10px 12px;
  }
}
.header__list-item__button a::before {
  display: none;
}
.header__contact-info {
  margin-top: 15px;
  display: flex;
  align-items: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 10px;
  padding: 5px 10px 5px 30px !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #06284c;
  position: relative;
  padding-bottom: 4px;
}
.header__contact-info:nth-child(1) {
  margin-top: 0;
}
.header__contact-info:hover::before {
  width: 100%;
}
.header__contact-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #c59457;
  transition: 0.2s linear;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .header__contact-info {
    justify-content: center;
  }
  .header__contact-info:nth-child(1) {
    margin-top: 25px;
  }
}
.header__contact-info.phone {
  background-image: url("../sources/ico-phone-copy.svg");
}
.header__contact-info.mail {
  background-image: url("../sources/ico-mail-copy.svg");
}
.header__contact-info.other {
  background-color: #06284c;
  background-position: 10px center;
  color: white;
  padding: 5px 10px 5px 40px !important;
  background-image: url("../sources/ccka_ico_click_white.svg");
  transition: 300ms;
}
.header__contact-info.other::before {
  display: none;
}
.header__contact-info.other:hover {
  background-color: #c59457;
}
.header__contact-info:hover::before {
  width: 100%;
}
@keyframes headerAnimTop {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes headerAnimBottom {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    max-height: 0;
    transition: 0.2s linear;
  }
  .header-overlay.open {
    max-height: 100%;
  }
}

.menu-btn {
  margin-left: 15px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .menu-btn {
    display: flex;
  }
}
.menu-btn__burger {
  display: none;
  width: 20px;
  height: 2px;
  background-color: white;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .menu-btn__burger {
    display: block;
    background-color: #06284c;
  }
}
.menu-btn__burger::before, .menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
  border-radius: 5px;
  transition: 0.1s all ease-in-out;
}
@media (max-width: 991px) {
  .menu-btn__burger::before, .menu-btn__burger::after {
    background-color: #06284c;
  }
}
.menu-btn__burger::before {
  transform: translateY(-12px);
}
.menu-btn__burger::after {
  transform: translateY(12px);
}
.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.header--index.change-logo .header__logo:nth-child(1) {
  display: none;
}
.header--index.change-logo .header__logo:nth-child(2) {
  display: block;
}
@media (max-width: 991px) {
  .header--index .header__logo:nth-child(1) {
    display: none;
  }
}
.header--index .header__logo:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .header--index .header__logo:nth-child(2) {
    display: block;
  }
}

.header--b {
  background-color: #fff;
}
.header--b .header__wrapper::before {
  left: unset;
  right: -466.6%;
}
.header--b .menu-btn__burger {
  background-color: #06284c;
}
.header--b .menu-btn__burger::before, .header--b .menu-btn__burger::after {
  background-color: #06284c;
}

.header--text .header__wrapper::before {
  display: none;
}

.accordion {
  margin-top: 24px;
  background-color: white;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
}
.accordion:nth-of-type(1) {
  margin-top: 0;
}

.accordion-button {
  cursor: pointer;
  padding: 20px;
  position: relative;
  transition: 0.2s linear;
}
.accordion-button__paragraph {
  color: #06284c;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-weight: bold;
  padding-right: 50px;
}
.accordion-button.open::before {
  transform: rotateX(180deg);
}
.accordion-button::before {
  content: "";
  background: url(../sources/accordion-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  height: 13px;
  width: 24px;
  transition: 0.2s linear;
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s linear;
}
.accordion-panel__paragraph {
  color: #06284c;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-top: 15px;
}
.accordion-panel__paragraph:nth-child(1) {
  margin-top: 0;
}
.accordion-panel__text-content {
  padding: 0 20px 20px 20px;
}

.footer-top {
  position: relative;
}
.footer-top__path {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  object-fit: cover;
  z-index: 1;
}
.footer-top__path--top {
  top: 0;
}
.footer-top__path--bottom {
  bottom: 0;
}
@media (max-width: 991px) {
  .footer-top__path {
    height: 20px;
  }
}
.footer-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #06284c;
  opacity: 0.7;
  z-index: -1;
}
.footer-top__wrapper {
  display: grid;
  height: auto;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .footer-top__wrapper {
    column-gap: 15px;
  }
}
@media (max-width: 576px) {
  .footer-top__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .footer-top__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer-top__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .footer-top__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .footer-top__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .footer-top__wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .footer-top__wrapper {
    max-width: 1500px;
  }
}

.footer-informations {
  padding-top: 100px;
  padding-bottom: 100px;
  grid-column: span 6;
}
@media (max-width: 991px) {
  .footer-informations {
    padding-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .footer-informations {
    padding-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .footer-informations {
    padding-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .footer-informations {
    padding-bottom: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .footer-informations {
    grid-column: span 12;
  }
}
.footer-informations__heading {
  font-size: 48px;
  line-height: 58px;
  color: white;
  font-weight: bold;
}
@media (max-width: 991px) {
  .footer-informations__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .footer-informations__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.footer-informations__contact-info-container {
  padding-top: 50px;
  max-width: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-informations__contact-info-container {
    padding-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .footer-informations__contact-info-container {
    padding-top: calc(50px* 1 / 2);
  }
}
@media (max-width: 1199px) {
  .footer-informations__contact-info-container {
    flex-direction: column;
    max-width: 100%;
    align-items: flex-start;
  }
}
.footer-informations__contact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-informations__contact-info:hover p::before {
  width: 100%;
}
.footer-informations__contact-info img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.footer-informations__contact-info p {
  margin-left: 20px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  padding-bottom: 4px;
}
@media (max-width: 991px) {
  .footer-informations__contact-info p {
    font-size: 19px;
    line-height: 29px;
  }
}
.footer-informations__contact-info p:hover::before {
  width: 100%;
}
.footer-informations__contact-info p::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: white;
  transition: 0.2s linear;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .footer-informations__contact-info {
    padding-top: 50px;
  }
  .footer-informations__contact-info:nth-child(1) {
    padding-top: 0;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .footer-informations__contact-info {
    padding-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .footer-informations__contact-info {
    padding-top: calc(50px* 1 / 2);
  }
}
.footer-informations__address {
  padding-top: 50px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: white;
}
@media (max-width: 991px) {
  .footer-informations__address {
    padding-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .footer-informations__address {
    padding-top: calc(50px* 1 / 2);
  }
}
.footer-informations__nip {
  margin-top: 25px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: white;
}
.footer-informations__socials {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .footer-informations__socials {
    padding-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .footer-informations__socials {
    padding-top: calc(50px* 1 / 2);
  }
}
.footer-informations__social {
  margin-left: 25px;
}
.footer-informations__social:nth-child(1) {
  margin-left: 0;
}
.footer-informations__social:hover img {
  opacity: 0.7;
}
.footer-informations__social img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: 0.2s linear;
}

.footer-top-free-analysis {
  grid-column: 8/13;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(to bottom, #b78950 100%, #d7a15e 51%, #b78950 0%);
}
@media (max-width: 991px) {
  .footer-top-free-analysis {
    padding-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .footer-top-free-analysis {
    padding-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .footer-top-free-analysis {
    padding-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .footer-top-free-analysis {
    padding-bottom: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .footer-top-free-analysis {
    grid-column: span 12;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .footer-top-free-analysis {
    margin-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .footer-top-free-analysis {
    margin-bottom: calc(100px* 1 / 2);
  }
}

.footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #093a6e;
}
.footer-bottom__wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (max-width: 576px) {
  .footer-bottom__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .footer-bottom__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer-bottom__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .footer-bottom__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .footer-bottom__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .footer-bottom__wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .footer-bottom__wrapper {
    max-width: 1500px;
  }
}
@media (max-width: 991px) {
  .footer-bottom__wrapper {
    flex-direction: column;
  }
}
.footer-bottom .odstep {
  position: relative;
}
.footer-bottom .odstep::after {
  content: "|";
  margin: 0 15px;
}
.footer-bottom .odstep:last-child::after {
  display: none;
}
.footer-bottom__paragraph {
  font-size: 12px;
  padding-bottom: 4px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.footer-bottom__paragraph span {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .footer-bottom__paragraph span {
    display: none;
  }
}
.footer-bottom__link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding-bottom: 4px;
}
.footer-bottom__link:hover::before {
  width: 100%;
}
.footer-bottom__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.2s linear;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .footer-bottom__link {
    margin-top: 10px;
  }
}
.footer-bottom__text-container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-bottom__text-container:nth-child(2) {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer-bottom__text-container {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
}

.free-analysis {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.free-analysis__heading {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .free-analysis__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .free-analysis__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.free-analysis__heading:nth-child(2) {
  font-size: 34px;
  line-height: 44px;
  font-weight: bold;
  font-weight: 300;
}
@media (max-width: 991px) {
  .free-analysis__heading:nth-child(2) {
    font-size: 27px;
    line-height: 37px;
  }
}
@media (max-width: 575px) {
  .free-analysis__heading:nth-child(2) {
    font-size: 22px;
    line-height: 32px;
  }
}
.free-analysis__form {
  display: flex;
  flex-direction: column;
}
.free-analysis__text {
  margin-top: 25px;
}

.cookies {
  display: block;
  position: fixed;
  z-index: 9;
  bottom: 0;
  width: 100%;
  background-color: #06284c;
  padding: 30px 0;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  color: white;
  text-align: left;
  overflow: hidden;
}
.cookies .left {
  width: calc(100% - 180px);
  float: left;
}
@media (max-width: 767px) {
  .cookies .left {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }
}
.cookies a {
  transition: 300ms;
  text-transform: uppercase;
}
.cookies a:hover {
  opacity: 0.5;
}
.cookies a.closebutton {
  width: auto;
  height: 40px;
  line-height: 38px;
  border: solid 1px white;
  margin: 0 0 0 30px;
  display: inline-block;
  float: right;
  text-align: center;
  width: 150px;
}
.cookies a.closebutton:hover {
  background-color: white;
  color: #06284c;
  opacity: 1;
}
@media (max-width: 767px) {
  .cookies a.closebutton {
    display: block;
    margin: 10px auto 0 auto;
    float: none;
  }
}

.hero {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .hero {
    padding-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .hero {
    padding-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .hero {
    padding-top: 100px !important;
  }
}
.hero__img-container {
  grid-column: 2/5;
  display: flex;
  align-items: flex-end;
}
.hero__img {
  width: 100%;
  z-index: -1;
  object-fit: contain;
}
@media (max-width: 991px) {
  .hero__img {
    display: none;
  }
}
.hero__wrapper {
  position: relative;
  display: grid;
  height: auto;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .hero__wrapper {
    column-gap: 15px;
  }
}
@media (max-width: 576px) {
  .hero__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .hero__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .hero__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .hero__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .hero__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .hero__wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .hero__wrapper {
    max-width: 1500px;
  }
}
.hero__wrapper::before {
  content: "";
  position: absolute;
  top: -100px;
  width: 500%;
  left: -466.6%;
  height: calc(100% + 100px);
  background-image: linear-gradient(280deg, #c59457 100%, #d7a15e);
  z-index: -1;
}
@media (max-width: 991px) {
  .hero__wrapper::before {
    display: none;
  }
}

.hero-text-content {
  grid-column: 6/13;
}
@media (max-width: 991px) {
  .hero-text-content {
    grid-column: span 12;
  }
}
.hero-text-content__heading {
  margin-bottom: 50px;
  color: #06284c;
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 991px) {
  .hero-text-content__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .hero-text-content__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .hero-text-content__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .hero-text-content__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero-text-content__heading strong {
  font-weight: bold;
}
.hero-text-content__paragraph {
  color: #06284c;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px solid #c59457;
}
@media (max-width: 991px) {
  .hero-text-content__paragraph {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 991px) {
  .hero-text-content__paragraph {
    text-align: left;
    padding-left: 15px;
  }
}
.hero-text-content__list {
  margin-left: 30px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991px) {
  .hero-text-content__list {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .hero-text-content__list {
    margin-top: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .hero-text-content__list {
    margin-left: 0;
  }
}
.hero-text-content__list-item {
  color: #06284c;
  font-weight: bold;
  margin-top: 25px;
  padding-left: 15px;
  position: relative;
}
.hero-text-content__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #06284c;
  border-radius: 50%;
}
.hero-text-content__list-item:nth-child(1) {
  margin-top: 0;
}
.hero-text-content__btn-container {
  margin-left: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .hero-text-content__btn-container {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .hero-text-content__btn-container {
    margin-top: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .hero-text-content__btn-container {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .hero-text-content__btn-container {
    margin-bottom: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .hero-text-content__btn-container {
    margin-top: 100px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .hero-text-content__btn-container {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .hero-text-content__btn-container {
    margin-top: calc(100px* 1 / 2);
  }
}
.hero-text-content__btn {
  display: block;
  padding: 11px 32px;
  border-radius: 10px;
  background-color: #06284c;
  border: 2px solid #06284c;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: 0.2s linear;
}
.hero-text-content__btn:hover {
  border-color: #c59457;
  background-color: #c59457;
  color: white;
}

.hero--b .hero__wrapper::before {
  left: unset;
  right: -466.6%;
}
.hero--b .hero__img-container {
  display: none;
}
.hero--b .hero-text-content {
  grid-column: span 6;
}
@media (max-width: 991px) {
  .hero--b .hero-text-content {
    grid-column: span 12;
  }
}

.hero-free-analysis {
  grid-column: 9/13;
  height: 500px;
  background-color: #c59457;
}
@media (max-width: 991px) {
  .hero-free-analysis {
    grid-column: span 12;
    padding: 25px;
    margin-top: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .hero-free-analysis {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .hero-free-analysis {
    margin-top: calc(100px* 1 / 2);
  }
}

.statistics {
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.statistics--b {
  margin-top: 50px !important;
}
@media (max-width: 1399px) {
  .statistics {
    margin-top: -20px;
  }
}
@media (min-width: 1600px) {
  .statistics {
    margin-top: -100px;
  }
}
@media (max-width: 576px) {
  .statistics {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .statistics {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .statistics {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .statistics {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .statistics {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .statistics {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .statistics {
    max-width: 1500px;
  }
}
@media (max-width: 991px) {
  .statistics {
    margin-top: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .statistics {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .statistics {
    margin-top: calc(100px* 1 / 2);
  }
}
.statistics__container {
  width: 83%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .statistics__container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .statistics__container {
    flex-direction: column;
  }
}
.statistics__heading {
  color: #06284c;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
}
@media (max-width: 991px) {
  .statistics__heading {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .statistics__heading {
    margin-top: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .statistics__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .statistics__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .statistics__heading {
    margin: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .statistics__heading {
    padding-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .statistics__heading {
    padding-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .statistics__heading {
    padding-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .statistics__heading {
    padding-bottom: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .statistics__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .statistics__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.statistics__heading strong {
  font-weight: bold;
}
.statistics::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #06284c;
}
@media (max-width: 991px) {
  .statistics::after {
    width: calc(100% - 30px);
  }
}

.statistics-box {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
  flex: 1;
  height: 100%;
  margin-right: 5%;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 25px;
}
.statistics-box:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .statistics-box {
    margin-right: 24px;
  }
}
@media (max-width: 575px) {
  .statistics-box {
    margin-right: 0;
    width: 100%;
    margin-top: 24px;
  }
  .statistics-box:nth-child(1) {
    margin-top: 0;
  }
}
.statistics-box__value {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
  color: #06284c;
}
@media (max-width: 991px) {
  .statistics-box__value {
    font-size: 19px;
    line-height: 29px;
  }
}
.statistics-box__paragraph {
  color: #06284c;
  margin-top: 25px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.description {
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
  height: auto;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .description {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .description {
    margin-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .description {
    margin-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .description {
    margin-bottom: calc(100px* 1 / 2);
  }
}
@media (max-width: 576px) {
  .description {
    column-gap: 15px;
  }
}
@media (max-width: 576px) {
  .description {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .description {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .description {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .description {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .description {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .description {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .description {
    max-width: 1500px;
  }
}
.description__btn-container {
  margin-top: 50px;
  grid-column: span 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .description__btn-container {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .description__btn-container {
    margin-top: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .description__btn-container {
    margin-top: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .description__btn-container {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .description__btn-container {
    margin-top: calc(100px* 1 / 2);
  }
}
.description__btn {
  display: block;
  padding: 11px 32px;
  border-radius: 10px;
  background-color: #06284c;
  border: 2px solid #06284c;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: 0.2s linear;
}
.description__btn:hover {
  border-color: #c59457;
  background-color: #c59457;
  color: white;
}

.description-text-image {
  grid-column: span 6;
}
@media (max-width: 991px) {
  .description-text-image {
    grid-column: span 12;
  }
}
.description-text-image__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.description-text-image__paragraph {
  color: #06284c;
  font-size: 14px;
  line-height: 24px;
  color: #06284c;
  margin-top: 25px;
  font-weight: bold;
}
.description-guarantee {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .description-guarantee {
    grid-column: span 12;
    margin-top: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .description-guarantee {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .description-guarantee {
    margin-top: calc(100px* 1 / 2);
  }
}
.description-guarantee__heading {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #06284c;
}
@media (max-width: 991px) {
  .description-guarantee__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .description-guarantee__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.description-guarantee__heading strong {
  font-weight: bold;
}
.description-guarantee__box-container {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  row-gap: 24px;
  column-gap: 24px;
}
@media (max-width: 991px) {
  .description-guarantee__box-container {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .description-guarantee__box-container {
    margin-top: calc(50px* 1 / 2);
  }
}
.description-guarantee__box {
  grid-column: span 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .description-guarantee__box {
    grid-column: span 4;
  }
}
.description-guarantee__img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .description-guarantee__img {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 575px) {
  .description-guarantee__img {
    height: 50px;
    width: 50px;
  }
}
.description-guarantee__paragraph {
  color: #06284c;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}

.for-who {
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
  height: auto;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .for-who {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .for-who {
    margin-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .for-who {
    margin-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .for-who {
    margin-bottom: calc(100px* 1 / 2);
  }
}
@media (max-width: 576px) {
  .for-who {
    column-gap: 15px;
  }
}
@media (max-width: 576px) {
  .for-who {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .for-who {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .for-who {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .for-who {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .for-who {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .for-who {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .for-who {
    max-width: 1500px;
  }
}
.for-who__btn-container {
  margin-top: 50px;
  grid-column: span 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .for-who__btn-container {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .for-who__btn-container {
    margin-top: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .for-who__btn-container {
    margin-top: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .for-who__btn-container {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .for-who__btn-container {
    margin-top: calc(100px* 1 / 2);
  }
}
.for-who__btn {
  display: block;
  padding: 11px 32px;
  border-radius: 10px;
  background-color: #06284c;
  border: 2px solid #06284c;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: 0.2s linear;
}
.for-who__btn:hover {
  border-color: #c59457;
  background-color: #c59457;
  color: white;
}

.for-who-text-content {
  grid-column: span 6;
}
@media (max-width: 991px) {
  .for-who-text-content {
    grid-column: span 12;
  }
}
.for-who-text-content__heading {
  color: #06284c;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .for-who-text-content__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .for-who-text-content__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .for-who-text-content__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .for-who-text-content__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
.for-who-text-content p {
  color: #06284c;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-top: 25px;
}
.for-who-text-content p:nth-of-type(1) {
  margin-top: 0;
}
.for-who-text-content ul {
  margin-top: 25px;
}
.for-who-text-content li {
  color: #06284c;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  padding-left: 15px;
  position: relative;
}
.for-who-text-content li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #06284c;
}

.for-who-banks {
  grid-column: span 6;
}
@media (max-width: 991px) {
  .for-who-banks {
    grid-column: span 12;
    margin-top: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .for-who-banks {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .for-who-banks {
    margin-top: calc(100px* 1 / 2);
  }
}
.for-who-banks__heading {
  color: #06284c;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .for-who-banks__heading {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .for-who-banks__heading {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 991px) {
  .for-who-banks__heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .for-who-banks__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .for-who-banks__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
.for-who-banks__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.for-who-banks__img {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 33.333%;
  width: 100%;
}
@media (max-width: 991px) {
  .for-who-banks__img:nth-child(1), .for-who-banks__img:nth-child(2), .for-who-banks__img:nth-child(3) {
    margin-top: 0;
  }
}
.for-who-banks__img img {
  width: 75%;
  max-height: 90px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .for-who-banks__img img {
    width: 75%;
  }
}
.our-support {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  position: relative;
}
@media (max-width: 991px) {
  .our-support {
    padding-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .our-support {
    padding-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .our-support {
    padding-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .our-support {
    padding-bottom: calc(100px* 1 / 2);
  }
}
.our-support__path {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  object-fit: cover;
  z-index: 1;
}
.our-support__path--top {
  top: 0;
}
.our-support__path--bottom {
  bottom: 0;
}
@media (max-width: 991px) {
  .our-support__path {
    height: 20px;
  }
}
.our-support__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.our-support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #06284c;
  opacity: 0.7;
  z-index: -1;
}
.our-support__text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .our-support__text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .our-support__text {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .our-support__text {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .our-support__text {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .our-support__text {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .our-support__text {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .our-support__text {
    max-width: 1500px;
  }
}
.our-support__heading {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  color: white;
}
@media (max-width: 991px) {
  .our-support__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .our-support__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .our-support__heading {
    text-align: center;
  }
}
.our-support__paragraph {
  margin-top: 15px;
  font-size: 24px;
  line-height: 34px;
  color: white;
}
@media (max-width: 991px) {
  .our-support__paragraph {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 991px) {
  .our-support__paragraph {
    text-align: center;
  }
}
.our-support__boxes {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 24px;
  row-gap: 64px;
}
@media (max-width: 991px) {
  .our-support__boxes {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .our-support__boxes {
    margin-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 576px) {
  .our-support__boxes {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .our-support__boxes {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .our-support__boxes {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .our-support__boxes {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .our-support__boxes {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .our-support__boxes {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .our-support__boxes {
    max-width: 1500px;
  }
}
@media (max-width: 991px) {
  .our-support__boxes {
    row-gap: 54px;
  }
}

.our-support-box {
  grid-column: span 2;
  border-radius: 10px;
  height: 100%;
  padding: 0px 25px 25px 25px;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .our-support-box {
    grid-column: span 5;
  }
  .our-support-box:nth-last-child(1) {
    grid-column: span 10;
  }
}
@media (max-width: 575px) {
  .our-support-box {
    grid-column: span 10;
  }
}
.our-support-box__paragraph {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  color: #06284c;
}
.our-support-box__icon-box {
  height: 80px;
  width: 80px;
  margin-top: -40px;
  background-color: #c59457;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .our-support-box__icon-box {
    height: 60px;
    width: 60px;
    margin-top: -30px;
  }
}
.our-support-box__icon-box img {
  object-fit: contain;
}

.faq {
  margin-top: 100px;
  display: grid;
  height: auto;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .faq {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .faq {
    margin-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 576px) {
  .faq {
    column-gap: 15px;
  }
}
@media (max-width: 576px) {
  .faq {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .faq {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .faq {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .faq {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .faq {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .faq {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .faq {
    max-width: 1500px;
  }
}

.faq-questions {
  grid-column: span 7;
}
@media (max-width: 991px) {
  .faq-questions {
    grid-column: span 12;
  }
}
.faq-questions__heading {
  color: #06284c;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .faq-questions__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .faq-questions__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .faq-questions__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .faq-questions__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
.faq-questions__heading strong {
  font-weight: bold;
}

.faq-contact {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .faq-contact {
    margin-top: 100px;
    align-items: center;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .faq-contact {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .faq-contact {
    margin-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .faq-contact {
    grid-column: span 12;
  }
}
.faq-contact__heading {
  color: #06284c;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 50px;
  text-align: right;
}
@media (max-width: 991px) {
  .faq-contact__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .faq-contact__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .faq-contact__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .faq-contact__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
.faq-contact__heading strong {
  font-weight: bold;
}
@media (max-width: 991px) {
  .faq-contact__heading {
    text-align: center;
  }
}
.faq-contact__img {
  max-width: 58%;
  width: 100%;
  max-height: 386px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 991px) {
  .faq-contact__img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .faq-contact__img {
    max-height: 300px;
  }
}
.faq-contact__contact-info-container {
  margin-top: calc(-154px / 2);
  z-index: 2;
  margin-right: 10%;
  max-width: 70%;
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
}
@media (max-width: 991px) {
  .faq-contact__contact-info-container {
    margin-top: 100px;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .faq-contact__contact-info-container {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .faq-contact__contact-info-container {
    margin-top: calc(100px* 1 / 2);
  }
}
.faq-contact__contact-info {
  margin-top: 24px;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.faq-contact__contact-info:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .faq-contact__contact-info {
    justify-content: center;
  }
}
.faq-contact__contact-info:hover p::before {
  width: 100%;
}
.faq-contact__contact-info img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.faq-contact__contact-info p {
  color: #06284c;
  margin-left: 15px;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
}
@media (max-width: 991px) {
  .faq-contact__contact-info p {
    font-size: 19px;
    line-height: 29px;
  }
}
.faq-contact__contact-info p:hover::before {
  width: 100%;
}
.faq-contact__contact-info p::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #c59457;
  transition: 0.2s linear;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .faq-contact__contact-info p {
    font-size: 18px;
  }
}
.faq-contact__btn-container {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .faq-contact__btn-container {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .faq-contact__btn-container {
    margin-top: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .faq-contact__btn-container {
    margin-top: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .faq-contact__btn-container {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .faq-contact__btn-container {
    margin-top: calc(100px* 1 / 2);
  }
}
.faq-contact__btn {
  display: block;
  padding: 11px 32px;
  border-radius: 10px;
  background-color: #06284c;
  border: 2px solid #06284c;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: 0.2s linear;
}
.faq-contact__btn:hover {
  border-color: #c59457;
  background-color: #c59457;
  color: white;
}

.calculator {
  margin-top: 100px;
  display: grid;
  height: auto;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .calculator {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .calculator {
    margin-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 576px) {
  .calculator {
    column-gap: 15px;
  }
}
@media (max-width: 576px) {
  .calculator {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .calculator {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .calculator {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .calculator {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .calculator {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .calculator {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .calculator {
    max-width: 1500px;
  }
}

.calculator-text-content {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calculator-text-content__heading {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: left;
  color: #06284c;
}
@media (max-width: 991px) {
  .calculator-text-content__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .calculator-text-content__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .calculator-text-content__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .calculator-text-content__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .calculator-text-content__heading {
    text-align: center;
  }
}
.calculator-text-content__steps-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 991px) {
  .calculator-text-content {
    grid-column: span 12;
  }
}

.calculator-iframe {
  grid-column: 8/13;
}
@media (max-width: 991px) {
  .calculator-iframe {
    margin-top: 100px;
    grid-column: span 12;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .calculator-iframe {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .calculator-iframe {
    margin-top: calc(100px* 1 / 2);
  }
}

.steps {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.steps__number {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-color: #c59457;
  font-size: 32px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps__paragraph {
  margin-top: 15px;
  font-weight: bold;
  color: #06284c;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 575px) {
  .steps {
    grid-column: span 6;
  }
}

.trust {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .trust {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .trust {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .trust {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .trust {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .trust {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .trust {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .trust {
    max-width: 1500px;
  }
}
@media (max-width: 991px) {
  .trust {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .trust {
    margin-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .trust {
    margin-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .trust {
    margin-bottom: calc(100px* 1 / 2);
  }
}
.trust__heading {
  color: #06284c;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .trust__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .trust__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .trust__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .trust__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .trust__heading {
    text-align: center;
  }
}
.trust__paragraph {
  color: #06284c;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  text-align: left;
}
.trust__paragraph strong {
  font-weight: bold;
}
.trust__employees {
  width: 75%;
  margin-top: 50px;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .trust__employees {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .trust__employees {
    margin-top: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .trust__employees {
    width: 100%;
  }
}
.trust__arrow-left, .trust__arrow-right {
  position: absolute;
  top: 75.8%;
  transform: translateY(-50%);
  height: 50px;
  width: 27px;
  cursor: pointer;
  transition: 0.2s linear;
}
@media (max-width: 991px) {
  .trust__arrow-left, .trust__arrow-right {
    top: auto;
    transform: none;
    bottom: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    z-index: 99;
    background-color: white;
  }
}
.trust__arrow-left img, .trust__arrow-right img {
  display: block;
  height: 100%;
  width: auto;
  margin: auto;
}
.trust__arrow-left:hover, .trust__arrow-right:hover {
  opacity: 0.7;
}
.trust__arrow-left {
  right: -50px;
}
@media (max-width: 991px) {
  .trust__arrow-left {
    left: 0;
  }
}
.trust__arrow-right {
  right: calc(-77px - 35px);
}
@media (max-width: 991px) {
  .trust__arrow-right {
    right: 0;
  }
}
.trust__arguments {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 24px;
  column-gap: 24px;
}
@media (max-width: 991px) {
  .trust__arguments {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .trust__arguments {
    margin-top: calc(50px* 1 / 2);
  }
}

.trust_container {
  display: block;
  overflow: hidden;
}
.trust_container .trust_container_left {
  width: 50%;
  float: left;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .trust_container .trust_container_left {
    width: 100%;
    padding-right: 0;
  }
}
.trust_container .trust_container_right {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .trust_container .trust_container_right {
    display: none;
  }
}
.trust_container .trust_container_right img {
  display: block;
  width: 100%;
  height: auto;
}

.employee__img {
  width: 100%;
  height: auto;
  height: 450px;
  object-fit: cover;
  object-position: top;
}
.employee__name {
  margin-top: 25px;
  color: #06284c;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 991px) {
  .employee__name {
    text-align: center;
  }
}
.employee__spec {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .employee__spec {
    text-align: center;
  }
}

.trust-argument {
  padding: 55px 25px 25px 25px;
  grid-column: span 1;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.trust-argument__paragraph {
  font-size: 14px;
  line-height: 24px;
  color: #06284c;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 991px) {
  .trust-argument {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .trust-argument {
    grid-column: span 4;
  }
}
.trust-argument .trust-argument__ico {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background-color: #06284c;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
}
.trust-argument .trust-argument__ico img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.won-cases {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  position: relative;
}
@media (max-width: 991px) {
  .won-cases {
    padding-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .won-cases {
    padding-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .won-cases {
    padding-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .won-cases {
    padding-bottom: calc(100px* 1 / 2);
  }
}
.won-cases__path {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  object-fit: cover;
  z-index: 1;
}
.won-cases__path--top {
  top: 0;
}
.won-cases__path--bottom {
  bottom: 0;
}
@media (max-width: 991px) {
  .won-cases__path {
    height: 20px;
  }
}
.won-cases__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.won-cases::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #06284c;
  opacity: 0.7;
  z-index: -1;
}
.won-cases__wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .won-cases__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .won-cases__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .won-cases__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .won-cases__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .won-cases__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .won-cases__wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .won-cases__wrapper {
    max-width: 1500px;
  }
}
.won-cases__heading {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 50px;
  color: white;
  text-align: center;
}
@media (max-width: 991px) {
  .won-cases__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .won-cases__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .won-cases__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .won-cases__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
.won-cases__heading strong {
  font-weight: bold;
}
.won-cases__btn-container {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .won-cases__btn-container {
    margin-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .won-cases__btn-container {
    margin-top: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .won-cases__btn-container {
    margin-top: 100px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .won-cases__btn-container {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .won-cases__btn-container {
    margin-top: calc(100px* 1 / 2);
  }
}
.won-cases__btn {
  display: block;
  padding: 11px 32px;
  border-radius: 10px;
  background-color: #06284c;
  border: 2px solid #06284c;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transition: 0.2s linear;
}
.won-cases__btn:hover {
  border-color: #c59457;
  background-color: #c59457;
  color: white;
}
.won-cases__case-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .won-cases__case-wrapper {
    display: block;
    align-items: unset;
    justify-content: unset;
    text-align: center;
  }
}
.won-cases__case-container {
  width: 86%;
}
@media (max-width: 991px) {
  .won-cases__case-container {
    width: 100%;
  }
}
.won-cases__arrow-right, .won-cases__arrow-left {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 26px;
  transition: 0.2s linear;
}
.won-cases__arrow-right img, .won-cases__arrow-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .won-cases__arrow-right, .won-cases__arrow-left {
    top: auto;
    transform: none;
    bottom: auto;
    position: relative;
    display: inline-block;
    z-index: 99;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 0 15px 15px 15px;
  }
}
.won-cases__arrow-right:hover, .won-cases__arrow-left:hover {
  opacity: 0.7;
}
.won-cases__arrow-right {
  right: 0%;
}
.won-cases__arrow-left {
  left: 0%;
}
.case {
  width: 100%;
  padding: 40px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .case {
    flex-direction: column;
    padding: 25px;
  }
}

.case-img-container {
  max-width: 20%;
  width: 100%;
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-img-container img {
  max-width: 150px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .case-img-container {
    max-width: 100%;
    margin-right: 0;
  }
}

.case-info-container {
  max-width: 40%;
  border: 2px solid b;
}
@media (max-width: 991px) {
  .case-info-container {
    margin-top: 24px;
    flex: unset;
    max-width: 100%;
  }
}
.case-info-container__paragraph {
  color: #06284c;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.case-info-container__paragraph strong {
  font-weight: bold;
}
.case-info-container__case-description {
  margin-top: 24px;
}
.case-info-container__court-decision {
  display: inline-block;
  color: #06284c;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  padding: 24px 0 24px 30px;
  cursor: pointer;
  transition: 300ms;
}
.case-info-container__court-decision:hover {
  opacity: 0.5;
}
.case-info-container__court-decision::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background-image: url("../sources/ico-orzeczenie.svg");
  background-size: contain;
}

.case-summary {
  max-width: 40%;
  margin-left: 50px;
  width: 100%;
  background-image: linear-gradient(318deg, #06284c 100%, #13397f);
  padding: 50px 40px;
}
@media (max-width: 991px) {
  .case-summary {
    margin-top: 24px;
    max-width: 100%;
    margin-left: 0;
    padding: 25px 20px;
  }
}
.case-summary__paragraph {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
}
@media (max-width: 991px) {
  .case-summary__paragraph {
    font-size: 16px;
    line-height: 26px;
  }
}
.case-summary__paragraph:nth-child(2) {
  padding-top: 50px;
  color: #c59457;
}
@media (max-width: 991px) {
  .case-summary__paragraph:nth-child(2) {
    padding-top: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .case-summary__paragraph:nth-child(2) {
    padding-top: calc(50px* 1 / 2);
  }
}

.why-us {
  margin-top: 100px;
  display: grid;
  height: auto;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .why-us {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .why-us {
    margin-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 576px) {
  .why-us {
    column-gap: 15px;
  }
}
@media (max-width: 576px) {
  .why-us {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .why-us {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .why-us {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .why-us {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .why-us {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .why-us {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .why-us {
    max-width: 1500px;
  }
}
.why-us__heading-container {
  grid-column: span 12;
}
.why-us__heading {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #06284c;
}
@media (max-width: 991px) {
  .why-us__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .why-us__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .why-us__heading {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .why-us__heading {
    margin-bottom: calc(50px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .why-us__heading {
    text-align: center;
  }
}
.why-us__arguments {
  grid-column: span 6;
  display: grid;
  column-gap: 24px;
  row-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .why-us__arguments {
    grid-column: span 12;
  }
}
.why-us__description {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .why-us__description {
    margin-top: 100px;
    grid-column: span 12;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .why-us__description {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .why-us__description {
    margin-top: calc(100px* 1 / 2);
  }
}
.why-us__img {
  margin-bottom: 50px;
  max-width: 541px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .why-us__img {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .why-us__img {
    margin-bottom: calc(50px* 1 / 2);
  }
}
@media (max-width: 1199px) {
  .why-us__img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .why-us__img {
    max-width: 50%;
  }
}
.why-us__paragraph {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-weight: normal;
  color: #06284c;
}

.why-us-argument {
  padding: 25px;
  grid-column: span 2;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-us-argument__paragraph {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #06284c;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 575px) {
  .why-us-argument {
    grid-column: span 4;
  }
}

.text-hero {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  position: relative;
}
@media (max-width: 991px) {
  .text-hero {
    padding-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .text-hero {
    padding-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .text-hero {
    padding-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .text-hero {
    padding-bottom: calc(100px* 1 / 2);
  }
}
.text-hero__path {
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  object-fit: cover;
  z-index: 1;
}
.text-hero__path--top {
  top: 0;
}
.text-hero__path--bottom {
  bottom: 0;
}
@media (max-width: 991px) {
  .text-hero__path {
    height: 20px;
  }
}
.text-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.text-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #06284c;
  opacity: 0.7;
  z-index: -1;
}
.text-hero__wrapper {
  margin-left: auto;
  margin-right: auto;
  color: white;
}
@media (max-width: 576px) {
  .text-hero__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .text-hero__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .text-hero__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .text-hero__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .text-hero__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .text-hero__wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .text-hero__wrapper {
    max-width: 1500px;
  }
}
.text-hero__heading {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-hero__heading {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .text-hero__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .text-hero__heading {
    text-align: center;
  }
}

.text-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .text-content {
    margin-top: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .text-content {
    margin-top: calc(100px* 1 / 2);
  }
}
@media (max-width: 991px) {
  .text-content {
    margin-bottom: calc(100px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .text-content {
    margin-bottom: calc(100px* 1 / 2);
  }
}
.text-content__wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .text-content__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .text-content__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .text-content__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .text-content__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .text-content__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .text-content__wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .text-content__wrapper {
    max-width: 1500px;
  }
}
.text-content__wrapper p {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #06284c;
  font-weight: normal;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .text-content__wrapper p {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .text-content__wrapper p {
    margin-bottom: calc(50px* 1 / 2);
  }
}
.text-content__wrapper ul {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .text-content__wrapper ul {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .text-content__wrapper ul {
    margin-bottom: calc(50px* 1 / 2);
  }
}
.text-content__wrapper li {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #06284c;
  margin-top: 15px;
  padding-left: 10px;
  position: relative;
  font-weight: normal;
}
.text-content__wrapper li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 14px;
  width: 1px;
  background-color: #06284c;
}
.text-content__wrapper span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-weight: normal;
  width: 100%;
  color: #06284c;
}
.text-content__wrapper div {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .text-content__wrapper div {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .text-content__wrapper div {
    margin-bottom: calc(50px* 1 / 2);
  }
}
.text-content__wrapper h1,
.text-content__wrapper h2,
.text-content__wrapper h3,
.text-content__wrapper h4 {
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .text-content__wrapper h1,
.text-content__wrapper h2,
.text-content__wrapper h3,
.text-content__wrapper h4 {
    margin-bottom: calc(50px* 3 / 4);
  }
}
@media (max-width: 575px) {
  .text-content__wrapper h1,
.text-content__wrapper h2,
.text-content__wrapper h3,
.text-content__wrapper h4 {
    margin-bottom: calc(50px* 1 / 2);
  }
}
.text-content__wrapper h1 {
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 991px) {
  .text-content__wrapper h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .text-content__wrapper h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.text-content__wrapper h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-content__wrapper h2 {
    font-size: 27px;
    line-height: 37px;
  }
}
@media (max-width: 575px) {
  .text-content__wrapper h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.text-content__wrapper h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-content__wrapper h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .text-content__wrapper h3 {
    font-size: 19px;
    line-height: 29px;
  }
}
.text-content__wrapper h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

[data-projuste-calculation-widget-root] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 800px;
}

[data-projuste-calculation-widget-iframe] {
  display: inline-block;
  border: none;
}

img[data-lazyloaded] {
  transition: 300ms;
  opacity: 0;
}

img.litespeed-loaded {
  transition: 300ms;
  opacity: 1;
}

body {
  opacity: 1;
  transition: 300ms;
}
body.fadeout {
  opacity: 0;
}

.swiper-container {
  opacity: 0;
  transition: 300ms;
}
.swiper-container.fadein {
  opacity: 1;
}

.wpcf7 .block {
  display: block;
  margin-top: 24px;
  padding: 0 24px;
}
.wpcf7 .block input {
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: solid 1px white;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  padding: 0 12px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-align: center;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.wpcf7 .block input[type=submit] {
  background-color: white;
  color: #c59457;
  transition: 300ms;
  cursor: pointer;
}
.wpcf7 .block input[type=submit]:hover {
  background-color: transparent;
  color: white;
}
.wpcf7 .block input[type=submit]:disabled {
  cursor: not-allowed;
}
.wpcf7 .block input[type=submit]:disabled:hover {
  background-color: white;
  color: #c59457;
}
.wpcf7 .block input::-webkit-input-placeholder {
  color: white;
  font-size: 14px;
}
.wpcf7 .block input::-moz-placeholder {
  color: white;
  font-size: 14px;
}
.wpcf7 .block input:-ms-input-placeholder {
  color: white;
  font-size: 14px;
}
.wpcf7 .block input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
.wpcf7 .block input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: 300ms;
}
.wpcf7 .block input:focus:-moz-placeholder {
  opacity: 0;
  transition: 300ms;
}
.wpcf7 .block input:focus::-moz-placeholder {
  opacity: 0;
  transition: 300ms;
}
.wpcf7 .block input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: 300ms;
}
.wpcf7 .block [data-name=acceptance-286] span.wpcf7-list-item {
  margin: 0 !important;
  cursor: pointer;
}
.wpcf7 .block [data-name=acceptance-286] span.wpcf7-list-item input {
  display: none;
}
@media (max-width: 991px) {
  .wpcf7 .block [data-name=acceptance-286] span.wpcf7-list-item {
    text-align: left;
  }
}
.wpcf7 .block [data-name=acceptance-286] span.wpcf7-list-item label {
  padding: 0 0 0 30px;
  display: block;
  float: right;
  font-size: 10px;
  line-height: 12px;
  position: relative;
  cursor: pointer;
  color: white;
  transition: 300ms;
}
.wpcf7 .block [data-name=acceptance-286] span.wpcf7-list-item label:before {
  width: 20px;
  height: 20px;
  content: "";
  border: solid 1px white;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: 300ms;
}
.wpcf7 .block [data-name=acceptance-286] span.wpcf7-list-item label.ok {
  color: white;
}
.wpcf7 .block [data-name=acceptance-286] span.wpcf7-list-item label.ok:before {
  border-color: white;
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.wpcf7 form .wpcf7-response-output {
  color: white;
  border: none !important;
  padding: 12px !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  width: calc(100% - 48px) !important;
  margin: 12px 24px !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: green;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: white;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
}
.wpcf7 .ajax-loader {
  background-color: rgba(255, 255, 255, 0.2) !important;
  margin: 12px auto !important;
  display: none !important;
}
.wpcf7 form.submitting .ajax-loader {
  display: block !important;
}

.case,
.won-cases {
  transition: 300ms;
}

.case-info-container__paragraph.opiskrotki {
  max-height: 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: 300ms;
}
.case-info-container__paragraph.opiskrotki::after {
  content: "zobacz więcej";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  z-index: 2;
  transition: 300ms;
  color: #c59457;
}
.case-info-container__paragraph.opiskrotki::before {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  transition: 300ms;
  background: white;
  background: -moz-linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
}
.case-info-container__paragraph.opiskrotki:hover::after {
  color: #06284c;
}
.case-info-container__paragraph.opiskrotki.expand {
  max-height: unset;
  padding-bottom: 30px;
}
.case-info-container__paragraph.opiskrotki.expand::before {
  opacity: 0;
}
.case-info-container__paragraph.opiskrotki.expand::after {
  content: "zobacz mniej";
}

@media (max-width: 991px) {
  .description-text-image {
    grid-column: span 12;
  }
}
.description-text-image iframe.description-text-image__img {
  object-fit: unset;
}

.description-text-image__img {
  min-height: 410px;
}
@media (max-width: 991px) {
  .description-text-image__img {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .our-support,
.faq,
.trust,
.for-who,
li.header__list-item:nth-child(3) {
    display: none !important;
  }
}

.hero-text-content__btn-container.mobilebutton_fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
}
@media (max-width: 767px) {
  .hero-text-content__btn-container.mobilebutton_fixed {
    display: block;
  }
}
.hero-text-content__btn-container.mobilebutton_fixed .hero-text-content__btn {
  border-radius: 0;
  width: 100%;
  padding: 24px 0;
}
.hero-text-content__btn-container.mobilebutton_fixed .hero-text-content__btn:hover {
  color: white;
  border-color: #06284c;
  background-color: #06284c;
}

.cookies {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  color: #06284c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies::before {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  display: table;
  content: "";
  opacity: 0.9;
  background-color: #06284c;
}
.cookies h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.cookies h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
.cookies p {
  margin-bottom: 15px;
}
.cookies a {
  color: #06284c;
  position: relative;
  display: inline-block;
}
.cookies a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  transition: 300ms;
  background-color: #06284c;
}
.cookies a:hover::before {
  width: 0;
}
.cookies-default, .cookies-advanced-settings {
  position: relative;
  margin: auto;
  display: block;
  width: calc(100% - 60px);
  max-width: 500px;
  height: auto;
  overflow: hidden;
  background-color: white;
  padding: 30px;
  z-index: 2;
}
.cookies-advanced-settings div label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 5px 0 10px 65px;
  cursor: pointer;
  margin-bottom: 15px;
}
.cookies-advanced-settings div label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookies-advanced-settings div label input:checked + .slider {
  background-color: #06284c;
}
.cookies-advanced-settings div label input:focus + .slider {
  box-shadow: 0 0 1px #06284c;
}
.cookies-advanced-settings div label input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.cookies-advanced-settings div label .slider {
  position: absolute;
  width: 50px;
  height: 30px;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #d6d6d6;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.cookies-advanced-settings div label .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.cookies-buttons {
  margin: -15px;
  display: block;
  overflow: hidden;
}
@media (max-width: 549px) {
  .cookies-buttons {
    margin: 0;
  }
}
.cookies-buttons button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 12px 30px;
  text-transform: uppercase;
  border: solid 2px;
  transition: 300ms;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: bold;
  margin: 15px;
}
@media (max-width: 549px) {
  .cookies-buttons button {
    width: 100%;
    padding: 12px 15px;
    margin: 0 0 15px 0;
  }
}
.cookies-buttons button.cookies-close, .cookies-buttons button.cookies-settings {
  border-color: #06284c;
  background-color: transparent;
  color: #06284c;
  margin-bottom: 0;
}
.cookies-buttons button.cookies-close:hover, .cookies-buttons button.cookies-settings:hover {
  border-color: #c59457;
  color: #c59457;
}
.cookies-buttons button.cookies-accept, .cookies-buttons button.cookies-accept-second {
  border-color: #06284c;
  background-color: #06284c;
  color: white;
}
.cookies-buttons button.cookies-accept:hover, .cookies-buttons button.cookies-accept-second:hover {
  border-color: #06284c;
  background-color: transparent;
  color: #06284c;
}

.statistics {
  margin-top: -25px;
}
@media (max-width: 991px) {
  .statistics {
    margin-top: 20px !important;
  }
}

.header_separator {
  height: 100px;
  width: 100%;
  display: block;
}

.text-content__wrapper iframe {
  display: block;
  width: 100%;
  height: 700px;
}
@media (max-width: 1999px) {
  .text-content__wrapper iframe {
    height: 650px;
  }
}
@media (max-width: 1799px) {
  .text-content__wrapper iframe {
    height: 600px;
  }
}
@media (max-width: 1399px) {
  .text-content__wrapper iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .text-content__wrapper iframe {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .text-content__wrapper iframe {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .text-content__wrapper iframe {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .text-content__wrapper iframe {
    height: 350px;
  }
}
@media (max-width: 399px) {
  .text-content__wrapper iframe {
    height: 300px;
  }
}

.text-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-content.wpisblogowy {
  margin-top: 0;
}
.text-content.wpisblogowy .text-content__wrapper {
  background-color: white;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  padding: 48px;
  margin-top: -48px;
}
.text-content.wpisblogowy .text-content__wrapper p,
.text-content.wpisblogowy .text-content__wrapper h2,
.text-content.wpisblogowy .text-content__wrapper h3,
.text-content.wpisblogowy .text-content__wrapper h4,
.text-content.wpisblogowy .text-content__wrapper ul,
.text-content.wpisblogowy .text-content__wrapper ol {
  margin-bottom: 24px;
}

.blog {
  margin-left: auto;
  margin-right: auto;
  padding: 72px 0 96px 0;
}
@media (max-width: 576px) {
  .blog {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .blog {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .blog {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .blog {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .blog {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .blog {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .blog {
    max-width: 1500px;
  }
}
@media (max-width: 1199px) {
  .blog {
    padding: 48px 0 72px 0;
  }
}
@media (max-width: 991px) {
  .blog {
    padding: 36px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .blog {
    padding: 24px 0 48px 0;
  }
}
.blog_home {
  padding-bottom: 0;
}
.blog_all {
  margin-top: 24px;
  color: #06284c;
  display: inline-block;
  transition: 300ms;
  font-weight: bold;
}
.blog_all:hover {
  color: #c59457;
}
.blog_paginacja {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 12px -12px -12px -12px;
}
.blog_paginacja_element {
  display: block;
  margin: 12px;
}
.blog_paginacja_element a,
.blog_paginacja_element span {
  display: block;
  transition: 300ms;
  background-color: #06284c;
  color: white;
  padding: 12px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.blog_paginacja_element a:hover, .blog_paginacja_element a.current,
.blog_paginacja_element span:hover,
.blog_paginacja_element span.current {
  background-color: white;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  color: #06284c;
}
.blog .trust__heading {
  text-align: center;
  margin-bottom: 24px;
  display: block;
  width: 100%;
}
.blog .row {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.blog .row .col-12 {
  width: 100%;
  display: block;
}
.blog .row .col-md-4 {
  padding: 0 12px;
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .blog .row .col-md-4 {
    width: 33.333%;
  }
}

.polecane {
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0 96px 0;
  clear: both;
  text-align: center;
}
@media (max-width: 576px) {
  .polecane {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .polecane {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .polecane {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .polecane {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .polecane {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .polecane {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .polecane {
    max-width: 1500px;
  }
}
@media (max-width: 1199px) {
  .polecane {
    padding: 42px 0 72px 0;
  }
}
@media (max-width: 991px) {
  .polecane {
    padding: 32px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .polecane {
    padding: 24px 0 48px 0;
  }
}
.polecane .row {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.polecane .row .col-12 {
  width: 100%;
  display: block;
}
.polecane h2 {
  text-align: center;
  text-transform: uppercase;
  color: #06284c;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 12px;
}
.polecane_wpis {
  margin-top: 24px;
}
.polecane_wpis_element {
  background-color: #06284c;
  display: block;
  width: 100%;
  height: auto;
  color: white;
  font-size: 16px;
  padding: 36px;
  font-weight: normal;
  transition: 300ms;
  text-align: left;
}
.polecane_wpis_element:hover {
  color: #06284c;
  background-color: white;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.wpis_polecane_mt24 {
  margin-top: 24px;
}
.wpis_polecane_element {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  line-height: 1.6;
}
.wpis_polecane_element_top {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.wpis_polecane_element_top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 300ms;
}
.wpis_polecane_element_bottom {
  display: block;
  padding: 24px;
  background-color: white;
}
.wpis_polecane_element_bottom_naglowek {
  font-size: 20px;
  font-weight: bold;
  color: #06284c;
  margin-bottom: 12px;
}
.wpis_polecane_element_bottom_excerpt {
  margin-bottom: 12px;
  font-weight: normal;
}
.wpis_polecane_element_bottom_more {
  font-weight: bold;
}
.wpis_polecane_element:hover .wpis_polecane_element_top img {
  width: 104%;
  height: 104%;
  left: -2%;
  right: -2%;
  top: -2%;
  bottom: -2%;
}

.employee__img,
.employee__img img {
  width: 100%;
  height: auto;
  height: 450px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 767px) {
  .trust_on {
    display: block !important;
  }

  .statistics {
    display: none;
  }
}
.header__logo {
  width: 215px;
}

@media (max-width: 499px) {
  [data-projuste-calculation-widget-root] {
    height: 1200px !important;
  }

  [data-projuste-calculation-widget-root] iframe {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .our-support,
.faq,
.trust,
.for-who,
li.header__list-item:nth-child(3) {
    display: block !important;
  }
}
.trust__arguments,
section.our-support {
  display: none !important;
}

.fundacja_logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  top: 100px;
  right: 0;
  width: 215px;
  height: auto;
  overflow: hidden;
  background: white;
  padding: 12px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
}
@media (max-width: 991px) {
  .fundacja_logo {
    top: 60px;
    width: 160px;
    font-size: 12px;
  }
}
.fundacja_logo span {
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
  width: 100%;
  color: #c59457;
  text-align: center;
}
.fundacja_logo img {
  width: 100%;
  height: auto;
}

.fundacja {
  width: 100%;
  padding: 100px 0 0 0;
  position: relative;
}
@media (max-width: 1199px) {
  .fundacja {
    padding: 60px 0 0 0;
  }
}
.fundacja_bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fundacja_postac {
  width: 35%;
  height: auto;
  display: block;
}
@media (max-width: 1399px) {
  .fundacja_postac {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .fundacja_postac {
    display: none;
  }
}
.fundacja_container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .fundacja_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .fundacja_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .fundacja_container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fundacja_container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fundacja_container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .fundacja_container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .fundacja_container {
    max-width: 1500px;
  }
}
.fundacja_content {
  width: 65%;
  display: block;
  max-width: 600px;
  margin: 0 auto 100px auto;
}
@media (max-width: 1399px) {
  .fundacja_content {
    width: 60%;
    padding-left: 24px;
  }
}
@media (max-width: 1199px) {
  .fundacja_content {
    margin: 0 auto 60px auto;
  }
}
@media (max-width: 991px) {
  .fundacja_content {
    width: 100%;
    max-width: unset;
    padding: 0;
    text-align: center;
  }
}
.fundacja_content h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.4;
  color: #06284c;
}
@media (max-width: 1399px) {
  .fundacja_content h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .fundacja_content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .fundacja_content h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .fundacja_content h2 {
    font-size: 28px;
  }
}
.fundacja_content p {
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .fundacja_content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .fundacja_content p {
    font-size: 18px;
  }
}
.fundacja_content p strong {
  font-weight: 900;
}
.fundacja_content_logosy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .fundacja_content_logosy {
    justify-content: center;
  }
}
.fundacja_content_logosy span {
  color: #c59457;
  font-size: 48px;
  font-weight: 900;
  margin: 0 24px;
}
@media (max-width: 767px) {
  .fundacja_content_logosy span {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .fundacja_content_logosy span {
    font-size: 24px;
    margin: 0 12px;
  }
}
.fundacja_content_logosy img {
  display: block;
  width: auto;
  height: 50px;
}
@media (max-width: 767px) {
  .fundacja_content_logosy img {
    height: 36px;
  }
}
@media (max-width: 575px) {
  .fundacja_content_logosy img {
    height: 32px;
  }
}

.fundacja_logo {
  transition: 300ms;
  visibility: visible;
  opacity: 1;
}

.fundacja_logo img {
  transition: 300ms;
}

.header.header--index.scroll.change-logo .fundacja_logo {
  visibility: hidden;
  opacity: 0;
}

.skd-calculator-container {
  padding: 0;
}

.skd-calculator-container:after {
  display: none;
}

.description-guarantee__box-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.description-guarantee__box-container .description__btn-container {
  width: 100%;
}

.description-guarantee__box {
  width: calc(50% - 24px);
  display: flex;
}

section.description.poziome {
  display: flex;
  margin-top: 0;
  width: 100%;
  height: auto;
}
section.description.poziome .description-guarantee__box {
  width: calc(25% - 24px);
}
@media (max-width: 991px) {
  section.description.poziome .description-guarantee__box {
    width: calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  section.description.poziome .description-guarantee__box {
    width: calc(100% - 24px);
  }
}

.text-comments__wrapper {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
@media (max-width: 576px) {
  .text-comments__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .text-comments__wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .text-comments__wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .text-comments__wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .text-comments__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .text-comments__wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .text-comments__wrapper {
    max-width: 1500px;
  }
}
.text-comments__wrapper h3 {
  text-align: center;
  text-transform: uppercase;
  color: #06284c;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 12px;
}
.text-comments__wrapper h3#comments {
  font-size: 0;
}
.text-comments__wrapper h3#comments::before {
  font-size: 32px;
  content: "Komentarze";
}
.text-comments__wrapper label[for=author] {
  font-size: 0;
}
.text-comments__wrapper label[for=author]::before {
  font-size: 16px;
  content: "Podpis* ";
}
.text-comments__wrapper em.comment-awaiting-moderation {
  display: block;
  float: none;
  clear: both;
  padding: 10px 0 0 0;
}
.text-comments__wrapper .comment-notes {
  font-size: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.text-comments__wrapper .comment {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 0 15px 0;
  overflow: hidden;
  clear: both;
}
.text-comments__wrapper .comment::marker {
  display: none !important;
  content: "";
}
.text-comments__wrapper .comment.comment.thread-odd {
  width: 95%;
  float: right;
}
.text-comments__wrapper .comment .comment-body {
  position: relative;
  padding: 30px 15px 15px 15px;
  line-height: 1.4;
  font-size: 14px;
}
.text-comments__wrapper .comment .comment-author {
  display: block;
  width: calc(100% - 200px);
  height: 30px;
  line-height: 30px;
  background-color: #06284c;
  color: white;
  padding: 0 10px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.text-comments__wrapper .comment .comment-author img {
  display: none;
}
.text-comments__wrapper .comment .comment-author .fn {
  display: block;
  width: 100%;
  height: auto;
  line-height: 30px;
}
.text-comments__wrapper .comment .comment-author .says {
  display: none;
}
.text-comments__wrapper .comment .commentmetadata {
  width: 200px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  padding: 0 10px;
  height: 30px;
  background-color: #06284c;
  color: white;
  text-align: right;
  top: 0;
  right: 0;
}
.text-comments__wrapper .comment p {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 10px;
}
.text-comments__wrapper .comment p a {
  color: #06284c;
  transition: 300ms;
}
.text-comments__wrapper .comment p a:hover {
  color: #06284c;
}
.text-comments__wrapper .comment .reply {
  display: block;
  width: 100%;
}
.text-comments__wrapper .comment .reply a {
  float: right;
  height: 40px;
  background-color: #06284c;
  color: white;
  line-height: 40px;
  padding: 0 15px;
  transition: 300ms;
  margin-right: -15px;
}
.text-comments__wrapper .comment .reply a:hover {
  background-color: #06284c;
}
.text-comments__wrapper label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  height: auto;
}
.text-comments__wrapper .form-submit {
  float: right;
  width: auto;
}
.text-comments__wrapper .form-submit input {
  margin: 0;
}
.text-comments__wrapper input,
.text-comments__wrapper textarea {
  display: block;
  width: 100%;
  border: solid 1px rgba(6, 40, 76, 0.1);
  margin: 0 0 15px 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  font-family: "Lato", sans-serif;
}
.text-comments__wrapper input.submit,
.text-comments__wrapper textarea.submit {
  color: white;
  background-color: #06284c;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  width: auto;
  text-transform: uppercase;
  transition: 300ms;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  border: 0;
}
.text-comments__wrapper input.submit:hover,
.text-comments__wrapper textarea.submit:hover {
  background-color: #06284c;
}
.text-comments__wrapper textarea {
  height: 150px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 24px;
}
.text-comments .comment-respond {
  clear: both;
  width: 100%;
  height: auto;
}