* {
    outline: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    text-rendering: optimizeLegibility;
}

[role="tooltip"] ~ g:not([role]) {
    display: none !important;
}

span.num {
    display: inline-block;
}

[type="button"]
[type="submit"],
[type="text"],
[type="email"] {
    -webkit-appearance: none;
}

[type="text"],
[type="email"] {
    border-radius: 0;
}

.chart-wrap {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.chart-wrap .chart {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.chart-wrap:before {
    /* content: ''; */
    /* display: block; */
    /* padding-bottom: 65%; */
}

#pie-chart-wrap:before {
    padding-bottom: 60%;
}

#trend-chart-wrap:before {
    padding-bottom: 70%;
}

.num {
    color: inherit;
}


#top-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: .15s ease-out;
    background: #fff;
}

body.fixed-nav #top-nav-wrap {
    background: #fff;
}

#top-nav-wrap .section-inner {
    padding-top: 30px !important;
    padding-bottom: 0;
}

#top-nav-wrap .inner-wrap {
    content: '';
    position: relative;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 1920px;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin: auto;
}

#top-nav-wrap .inner-wrap:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 60px;
    background: #fff;
}

#top-nav-wrap .inner-wrap .lines {
    border-left: solid 2px #900000;
    border-right: solid 2px #000000;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    bottom: 0;
}


#top-nav-wrap .inner-wrap .lines:before,
#top-nav-wrap .inner-wrap .lines:after {
    content: ' ';
    position: absolute;
    top: 0;
    top: auto;
    transform: none;
}

#top-nav-wrap .inner-wrap .lines:before {
    left: 0px;
    width: 50%;
    background-color: transparent;
    border-top: solid 2px #900000;
}

#top-nav-wrap .inner-wrap .lines:after {
    right: 0px;
    width: 50%;
    border-top: 2px solid #000000;
}

#top-nav-wrap .top-nav-wrap-inner {
    /* 	background: #fff; */
    position: relative;
    padding: 0 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#top-nav-wrap .menu-wrap {
    position: relative;
}

@media (min-width: 1275px) {
    #top-nav-wrap .menu-wrap {
        width: 100%;
    }
}

#top-nav-wrap .menu {
    font-family: Montserrat;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #000;
    position: relative;
}

@media (min-width: 1275px) {
    #top-nav-wrap .menu {
        display: flex;
        justify-content: space-evenly;
    }
}


#top-nav-wrap .menu-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: -760px;
    right: -200px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 10px 10px white;
}

#top-nav-wrap .menu li:not(:last-child) {
    /*margin-right: 50px;*/
}

@media (max-width: 1439px) {
    #top-nav-wrap .menu li:not(:last-child) {
        /*margin-right: 40px;*/
    }
}

@media (max-width: 1279px) {
    #top-nav-wrap .menu li:not(:last-child) {
        margin-right: 35px;
    }
}

@media (max-width: 1275px) {
    #top-nav-wrap .top-nav-wrap-inner {
        justify-content: center;
        flex-direction: row-reverse;
    }

    #top-nav-wrap .menu-wrap {
        display: none !important;
    }
}

#top-nav-wrap .menu a {
    color: inherit;
    transition: 0.3s ease-out;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.4px;
}

#top-nav-wrap .top-nav-wrap-inner .logo-wrap {
    margin: 0;
}

.wrap.wykres .num > .num {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 72px;
    color: #900000;
    text-align: center;
    margin-bottom: 90px;
}


.tile-sections .logo-wrap {
    margin-top: 0;
}

.tile-sections {
    overflow: hidden;
}

.tile-sections section {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.tile-sections section .section-inner {
    width: 100%;
    min-height: unset;
    box-sizing: border-box;
    padding: 0 30px;
}

.tile-sections section.fixed {
    height: 100vh;
}

.tile-sections section.fixed .section-inner {
    position: fixed;
    top: calc(100% - 100vh);
    left: 0;
}

.tile-sections section.fixed + section:not(.fixed) {
    z-index: 100;
}

.section-container {
    /* min-height: 100vh; */
    padding: 200px 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.section-container:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* border-top: 1px solid #E5E5E5; */
}

section.first .section-inner {
    padding-top: 65px !important;
}

section.first .section-container {
    min-height: unset;
    padding: 150px 0;
    /* padding-top: 30px !important; */
    justify-content: flex-start;
}

section.first .section-container:before {
    /* 	display: none; */
}

section.first .section-container .container {
    margin: auto 0;
}

#top-nav-wrap .menu .current-menu-item a {
    border-bottom: 1px solid white;
}

.sub-menu li a {
    font-weight: normal !important;
}


html:not([data-scroll='0']) #top-nav-wrap .menu .current-menu-item a {
    border-bottom: 1px solid gray;
}

section.last .section-inner {
    padding-bottom: 35px !important;
}

section.last .section-container {
    min-height: calc(100vh - 35px);
    padding-bottom: 0 !important;
    justify-content: flex-start;
}

.fot-t a {
    color: inherit;
    text-decoration: none;
    transition: .3s ease-out;
}

.fot-t a:hover {
    color: #900000;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

.logo-wrap a {
    transition: 0.3s;
}

.logo-wrap a:hover {
    opacity: 0.7;
}

.container {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0% 5%;
}

.container.w1400 {
    width: 1430px;
}

.burger, .burger:before, .burger:after {
    position: absolute;
    top: 47%;
    left: 10px;
    width: 27px;
    height: 3px;
    /* background: #82a940; */
    background-color: #ffffff;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s, top 0.3s;
    z-index: 1000;
}

.burger:before {
    top: -8px;
    left: 0px;
    content: "";
}

.burger:after {
    top: 8px;
    left: 0px;
    content: "";
}

.open .burger {
    background: transparent;
}

.open .burger:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    background-color: #ffffff;
}

.open .burger:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    background-color: #ffffff;
}

.burger-box {
    /* display: table; */
    /* background-color: #ffffff; */
    width: 45px;
    height: 40px;
    /*   position: absolute; */
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition: 0.3s;
    /* border-radius: 3px; */
    background-color: rgba(51, 106, 222, 0.9);
}

.burger-box.open {
    background-color: rgba(51, 106, 222, 0.0);
}

.burger-box:hover {
    opacity: 0.8;
}

.wrap-box {
    position: fixed;
    top: 43px;
    right: 10px;
    z-index: 1000;
}

div.vertical-menu ul {
    display: block;
    width: 100%;
    margin-top: 100px;
    margin-left: 0px;
}

div.vertical-menu ul li {
    padding: 5px 0px;
    padding-top: 10px;
    transition: 0.3s;
}

div.vertical-menu {
    z-index: -1;
    background-color: #336ade;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    /* transition: 0.4s; */
    /* opacity: 0; */
    display: none;
}

.sla {
    cursor: pointer;
}

div.vertical-menu.index {
    z-index: 100;
}

div.vertical-menu.active {
    opacity: 1;
    max-width: 100%;
    z-index: 100;
    display: block;
    transition: 0.3s;
}

div.vertical-menu.active ul li a {
    display: block;
}

div.vertical-menu ul li a {
    display: block;
}

div.vertical-menu ul li {
    float: none;
    text-align: center;
    /* padding-top: 0px; */
}

div.vertical-menu ul li {
    padding: 0px;
}

div.vertical-menu ul li a {
    padding: 18px 0px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    font-weight: 500;
}

div.vertical-menu ul li:hover > a {
    background-color: #1450b9;
}

div.vertical-menu ul li.current_page_item {
    background-color: #1450b9;
}

/*  */

ul li {
    float: left;
    list-style: none;
}

.menu ul li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #555;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 600;
}

/* FORM */

input {
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a294fa;
    width: 100%;
    padding: 10px 0px;
    font-size: 13px;
}

input span {
    max-width: 100%;
}

input.wpcf7-submit {
    font-size: 16px;
    color: #ffffff;
    background-color: transparent;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    text-transform: lowercase;
    transition: 0.3s;
    font-family: 'Ubuntu', sans-serif;
    padding-right: 30px;
    background-image: url("../images/arr.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
    max-width: 100px;
}

input.wpcf7-submit:hover {
    background-color: #ffffff;
    color: #155dda;
    background-image: url("../images/arr-h.png");
}

textarea.wpcf7-textarea {
    background-color: transparent;
    border: none;
    width: 100%;
    color: #ffffff;
    border-bottom: 1px solid #a294fa;
    font-family: 'Ubuntu', sans-serif;
    height: 100px;
    font-size: 13px;
    margin-top: 20px;
}

.screen-reader-response ul li, .screen-reader-response, .wpcf7-not-valid-tip, .wpcf7-validation-errors {
    color: #c6bdfc;
    font-size: 14px;
    line-height: 18px;
}

/* FORM */

/*  style anuluj */

.wrap-main {
    max-width: 100%;
    width: 1920px;
    margin: 0px auto;
    padding: 35px;
    box-sizing: border-box;
    padding-top: 0px;
    margin-top: -10px;
}

.wrap-main-top {
    position: fixed;
    z-index: 0;
    width: 100%;
    left: 0;
}

.wrap-main-top .content1 {
    width: 100%;
    max-width: 1920px;
    padding: 0 35px 35px;
    margin: 0 auto;
    background-position: center right 35px;
}

.content1.height-ma {
    height: 100vh;
    padding-top: 10px;
    box-sizing: border-box;
}

section.first {
    /*   height: 100vh; */
    padding-top: 0px;
    position: relative;
    border: none !important;
    background-position: center right;
    background-repeat: no-repeat;
}

section.first .section-container {
    position: relative;
    min-height: calc(100vh - 65px);
}

section.first .section-container::before, section.first .section-container::after {
    content: ' ';
    position: absolute;
    top: 0;
    transform: none;
}


section.last .section-container {
    padding-top: 0 !important;
}

section.last .section-container .border {
    padding-top: 90px;
    position: relative;
}

section.last .section-container .border::before,
section.last .section-container .border::after,
section.bottom-border .section-container .border::before,
section.bottom-border .section-container .border::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    top: auto;
    transform: none;
}

section.first .section-container::before,
section.last .section-container .border::before,
section.bottom-border .section-container .border::before {
    left: 0px;
    width: 50%;
    background-color: transparent;
    border-top: solid 2px #900000;
}

section.first .section-container::after,
section.last .section-container .border::after,
section.bottom-border .section-container .border::after {
    right: 0px;
    width: 50%;
    border-top: 2px solid #000000;
}

section.first .container.absolute {
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0px;
}

/* .logo-wrap.top-logo {
  margin-top: 0px;
width: 100%;
max-width: 100
position: fixed;

}
.logo-wrap-inner{
  border: 1px solid green;
  display: inline-block;
  margin: 0px auto;
} */
.wrap-main {
    padding-bottom: 0px;
}

.wrap-main-top {
    height: 100vh;
    overflow: hidden;
}

.section-inner {
    margin: 0px auto;
    padding: 30px
}

.border-main, .border-main-top {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
}

.border-main {
    background-color: #ffffff;
}

.section-container {
    max-width: 100%;
    width: 1920px;
    box-sizing: border-box;
    border-left: solid 2px #900000;
    border-right: solid 2px #000000;
    background-position: right center;
    background-repeat: no-repeat;

}

section.last .section-container {
    border: none;
}

section.last .border {

    border-left: solid 2px #900000;
    border-right: solid 2px #000000;
}

.border-main::before, .border-main-top::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 50%;
    /* height: 99%; */
    /* border-top: 2px solid #900000; */
    /*border-bottom: 2px solid #900000;*/
    z-index: -1;
}

.border-main::after, .border-main-top::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 50%;
    /* height: 99%; */
    /* border-top: 2px solid #000000; */
    /*border-bottom: 2px solid #000000;*/
    z-index: -1;
}

.border-main-top {
    height: 95vh;
}

/* .border-main-top::after, .border-main-top::before{
  border-bottom: 0px;
} */

.wrap-main-top {
    padding-bottom: 0px;
}

.logo-wrap {
    margin: 0px auto;
    background-color: #ffffff;
    margin-top: -10px;
    width: 55px;
    position: relative;
    z-index: 2;
}

.logo-wrap.fixed {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

section {
    /* border-bottom: 3px solid #E5E5E5; */
    /* margin: 0px 43px; */
    margin-bottom: 10px;
    box-sizing: border-box;
    height: auto;
    /*   padding: 90px 0px; */
    width: 1900px;
    max-width: 100%;
    margin: 0px auto;
    position: relative;
}

section::before {
    /*   content: ''; */
    position: absolute;
    height: 2px;
    left: 35px;
    right: 35px;
    background-color: #E5E5E5;
    bottom: 0px;
}

section.last::before {
    background-color: transparent;
}

.text-wrap h1, .text-wrap h2 {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 72px;
}

.text-wrap h1.sm, .text-wrap h2.sm {
    font-size: 52px;
}

.fot-wrap {
    margin-top: 30px;
}

.text-wrap h1 span, .text-wrap h2 span {
    color: #900000;
    position: relative;
    margin-bottom: 30px;
}

.text-wrap h1 span::before, .text-wrap h2 span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('https://anulujkredyt.pl/wp-content/uploads/2019/01/va.svg');
    background-repeat: no-repeat;
    background-position: center 60%;
    background-size: contain;
}

.text-wrap h2 span.red::before {
    background-image: none;
}

p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    /* line-height: 41px;
     font-size: 24px;*/
    color: #000000;
    line-height: 33px;
    font-size: 18px;
}

p span {
    color: #900000;
}

.text-wrap.kolumna-curs p, .text-wrap.kolumna-curs ul li {
    font-family: Spectral;
    font-style: italic;
    font-weight: 300;
    line-height: 33px;
    font-size: 18px;
    margin-bottom: 30px;
}

.text-wrap.kolumna-curs.marg-l {
    margin-left: 20px;
    box-sizing: border-box;
}

.text-wrap.kolumna-curs ul li {
    margin-bottom: 0px;
}

.text-wrap.kolumna-curs > .cytat.szary-lewo p {
    font-size: 28px;
    line-height: normal;
    font-weight: 200;
}

.cytat.szary-lewo {
    padding: 30px 0px;
    box-sizing: border-box;
}

.btn-wrap {
    display: inline-block;

}

.marg-bottom {
    margin-bottom: 30px;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-wrap a, .btn-wrap p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #900000;
    padding: 18px 40px;
    border-radius: 150px;
    border: 1px solid #900000;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.btn-wrap a:hover, .btn-wrap p:hover {
    background-color: #900000;
    color: #F2F2F2;
}

.btn-wrap.small a,
.btn-wrap.smapp p {
    min-width: 0;
    padding: 0.7em 1.2em;
}

p.small-red {
    background-color: #900000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #F2F2F2;
    display: inline-block;
    padding: 5px;
    float: left;
    margin-left: 35px;
    height: 15px;
}

.cytat.szary-lewo > p {
    margin-bottom: 0px;
}

a.red-link {
    font-family: Spectral;
    font-style: italic;
    font-weight: normal;
    line-height: 33px;
    font-size: 18px;
    text-decoration-line: underline;
    color: #900000;
    position: relative;
    z-index: 2;
    float: left;
    margin-left: 10px;
    transition: 0.3s;
}

a.red-link:hover {
    color: #000000;
}

.wrap-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
}

.content1 {
    background-position: center right;
    background-repeat: no-repeat;
}

.content2 {
    max-width: 100%;
    width: 1230px;
    margin: 0px auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.center-txt {
    text-align: center;
}

.left-b > img {
    padding: 20px;
    padding-top: 0px;
    padding-left: 4px;
}

.cytat p.curs {
    font-family: Spectral;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    font-size: 28px;
    color: #000000;
}

.wrap2 {
    max-width: 756px;
    margin: 0px auto;
    /*   padding: 10px; */
    /*   padding-bottom: 100px; */
    box-sizing: border-box;
}

.text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px;
}

.text p strong {
    font-weight: bold;
}

.text-wrap.text h1,
.text-wrap.text h2 {
    padding: 70px 0px;
}

.text-wrap.text.span-style-2 h2 {
    padding-top: 0px;
}

.text-wrap.top1 h1 {
    margin-bottom: 30px;
}

.cite-tag {
    align-self: flex-start;
    color: #900000;
    font-size: 50px;
    font-family: 'Times New Roman', serif;
    line-height: 0px;
    margin-right: 5px;
}

.cite-tag:last-of-type {
    align-self: flex-end;
}

.cytat {
    display: flex;
    flex-direction: row;
    width: 770px;
    max-width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
}

.cytat p em {
    font-family: Spectral;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    font-size: 28px;
}

.cytat.m-left p {
    margin-left: 25px;
}

.text-wrap.top1 {
    /*   padding-bottom: 100px; */
    /*   padding-top: 90px; */
    margin-left: 100px;
}

.img-wrap {
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    text-align: center;
    margin-right: 20px;
    box-sizing: border-box;
}

.text-wrap.text.span-style-2 h2 span {
    position: relative;
}

.text-wrap.text.span-style-2 h2 span::before {
    position: absolute;
    content: '';
    background-image: url('/wp-content/uploads/2019/01/va.svg');
    background-position: bottom;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}


.text-wrap.text.center-txt {
    width: 100%;
}

.text-wrap.kolumna-curs {
    max-width: 100%;
    width: 600px;
    box-sizing: border-box;
}

.left-b.szary-lewo {
    position: relative;
    min-width: 90px;
}

.left-b.szary-lewo::before {
    position: absolute;
    top: 20px;
    left: 10px;
    height: 85%;
    width: 14px;
    background-color: rgba(229, 229, 229, 0.4);
    content: '';
    z-index: -1;
}

.row-box {
    display: flex;
    flex-direction: row;
}

.img-circle {
    border-radius: 50%;
    overflow: hidden;
    height: 400px;
    width: 300px;
    margin: 0px auto;
}

.wrap-font-img {
    position: relative;
    min-height: 322px;
    text-align: center;
    max-width: 860px;
    margin: 0px auto;
}

section.wpis::before {
    background-color: transparent;
}

.wrap.wykres {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.top-m {
    margin-top: 80px;
}

.text-wide {
    width: 100%;
    position: absolute;
    bottom: 40%;
    display: flex;
    justify-content: space-between;
}

.text-wide > p {
    display: inline-block;
    font-family: Playfair Display;
    font-size: 72px;
    text-transform: uppercase;
}

.text-wide > p:last-child {
    color: #900000;
}

section.last {
    border-bottom: none;
}

.logo-wrap.bottom {
    height: 120px;
    position: relative;
}

.logo-wrap.bottom a {
    position: absolute;
    display: block;
    background-color: #ffffff;
    bottom: -38px;
}

.center {
    text-align: center;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.img-circle img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.wizytowka-wrap {
    margin: 0px auto;
    max-width: 265px;
    text-align: center;
}

.wizytowka-wrap p {
    font-family: Montserrat;
    font-style: italic;
    font-weight: bold;
    line-height: 23px;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}

.wizytowka-wrap p:nth-child(2) {
    margin-top: 30px;
}

.wizytowka-wrap p span {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.biografia-link-wrap {
    padding-top: 0.5em;
}

.logo-wrap {
    margin-top: 30px;
}

.num > p, .num p, .num p span {
    font-family: Montserrat;
    font-style: normal;
    line-height: 33px;
    font-size: 18px;
}

.num > p.num, .num p, .num > p > span {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 72px;
    color: #900000;
    text-align: center;
    margin-bottom: 90px;
}

.small-cursive > p {
    font-family: Spectral;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    color: #828282;
}

.wrap.text-small {
    width: 865px;
    margin: 0px auto;
    max-width: 100%;
}

.wrap-c {
    width: 100%;
}

.logo-wrap.small-logo {
    max-width: 75px;
    max-height: 80px;

}

.img-circle {
    background-color: rgba(0, 0, 0, 0.1);
}

.wrap.wiz {
    height: 100%;
    max-height: 550px;
}

.wizytowka-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* margin-top: 100px; */
    box-sizing: border-box;
}

.wrap.text-small p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    font-size: 18px;
    /* margin-bottom: 30px; */
}

.wrap.text-small p strong {
    font-weight: 600;
}

.box {
    margin: 60px 0px;
}

.wrap.text-small .box > p:nth-child(2) {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold;
    line-height: normal !important;
    font-size: 64px !important;
    text-align: center;
}

.wrap.text-small .box > p:first-child {
    line-height: 26px;
    font-size: 14px;
    text-align: center;
}

.row-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wizytowki-top {
    width: 100%;
    /*   padding-top: 100px; */
}

.wrap.text.w870 {
    width: 870px;
    max-width: 100%;
    margin: 0px auto;
}

.gray-l {
    margin: 30px 0px;
    margin-left: 50px;
    position: relative;
}

.gray-l::before {
    position: absolute;
    height: 100%;
    width: 14px;
    background-color: rgba(229, 229, 229, 0.4);
    z-index: -1;
    content: ' ';
    left: -50px;
    top: 0px;
    bottom: 0px;
}

.gray-l > p {
    font-size: 24px;
    margin-bottom: 0px;
}

.w1900 {
    width: 1900px;
    max-width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0px 35px;
}

p.fot-t {
    font-family: Montserrat;
    font-style: italic;
    font-weight: normal;
    line-height: normal !important;
    font-size: 10px !important;
    text-align: center;
    color: #BDBDBD;
}

.fot-box > p {
    color: #BDBDBD;
    font-size: 12px;
    margin: 0px;
    line-height: 18px;
}

.fot-box.light > p {
    text-transform: uppercase;
}

.fot-box.dark > p {
    color: #828282;
}

.half {
    width: 650px;
    display: flex;
    flex-direction: row;
}

.fot-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
    width: 100%;
}

.half > .fot-box:first-child {
    margin-right: 55px;
}

.logo-wpis p span {
    color: #900000;
}

.logo-wpis p {
    font-size: 18px;
    font-weight: 500;
    float: right;
    margin-top: 14px;
    margin-left: 8px;
    line-height: 41px;
}

.logo-wpis {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 307px;
}

p.light-g {
    margin: 12px 0px 0px 0px;
}

p.separator, p.light-g {
    color: #828282;
    font-weight: 300;
}

p.separator {
    margin: 12px 10px 0px 10px;
}

section.wpis {
    border-bottom: 0px;
}

section.wpis:nth-child(2) {
    padding-top: 0px;
}

section.wpis.top-wpis {
    padding: 45px 0px;
    position: relative;
    z-index: 1;
}

.logo-wpis a {
    transition: 0.45s;
}

.logo-wpis a:hover {
    opacity: 0.6;
}

.title-wpis h1 {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 72px;
}

.title-wpis h2 {
    font-family: Spectral;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    font-size: 36px;
    padding: 30px 0px;
}

.tb-border p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    font-size: 18px;
    color: #828282;
    float: left;
    padding: 20px;
    margin: 0px;
}

.tb-border p:first-child {
    padding-right: 0px;
}

.tb-border p:last-child {
    padding-left: 0px;
}

.tb-border p.bullet-s {
    padding: 20px 8px;
}

.tb-border {
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
    display: inline-block;
    height: auto;
    margin-bottom: 60px;
}

.post-author {
    color: #900000 !important;
}

.tb-border .post-author p {
    color: #900000;
}


footer {
    background-color: #ffffff;
    padding-top: 30px;
    position: relative;
}

footer.dark-bg {
    background-color: #333333;
}

footer.dark-bg p.fot-t {
    display: none;
    color: #900000;
}

footer.dark-bg .fot-row {
    flex-direction: column;
}

footer.dark-bg .fot-row .half {
    flex-direction: column;
    margin-bottom: 30px;
}

footer.dark-bg .fot-box.light {
    margin-bottom: 20px;
}

.wrap.text.top-margin {
    margin-top: 100px;
    padding-left: 80px;
    padding-right: 60px;
}

.wpis.top-wpis {
    margin-bottom: -70px;
}

.cytat-wpis {
    margin-top: 100px;
}

.cytat-wpis p {
    font-family: Spectral;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    font-size: 28px;
}

.wrap.wrap-kolumna-wpis {
    display: flex;
    flex-direction: column;
}

section.first {
    padding-top: 0px;
}

section.first.onScreen {
    padding-top: 0px;
}

.container {
    /*   transition: 3s; */
    /*   opacity: 0.2; */
}

.container.onScreen {
    /* background-color: red; */
    /* min-height: 100vh; */
    /*   transition: 3s; */
    /*   opacity: 1; */
}

section.wpis.top-wpis.onScreen {
    min-height: auto;
}

.content-top {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
}

.num p {
    display: inline-block;

}

div.num {
    text-align: center;
}

.firma-wrap {
    padding: 20px 20px 20px 0px;
}


.wizytowka-popup-content {
    display: none;
}

.featherlight-content {
    max-width: 1200px;
    padding: 48px !important;
    border: none;
    width: calc(100% - 30px);
    max-height: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wizytowka-popup-content-inner {
    display: flex;
    align-items: center;
}


.wizytowka-popup-content-inner .photo {
    flex: 0 0 35%;
    margin-right: 64px;
}

.wizytowka-popup-content-inner .photo img {
    display: block;
    max-width: 100%;
}

.wizytowka-popup-content-inner .content {
    font-size: 16px;
}

.wizytowka-popup-content-inner .content p,
.wizytowka-popup-content-inner .content li {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1em;
}

.wizytowka-popup-content-inner .content li {
    list-style: initial;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    color: #000000;
    margin-left: 40px;
    margin-bottom: 0;
    float: unset;
}

.wizytowka-popup-content-inner .content li:last-child {
    margin-bottom: 10px;
}

.wizytowka-popup-content-inner .content b {
    font-weight: 600;
}

.wizytowka-popup-content-inner .content p:last-child {
    margin-bottom: 0;
}

.wiz-popup-name {
    font-family: 'Playfair Display';
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #900000;
}

.wiz-popup-title {
    margin-bottom: 42px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

@media (max-width: 64em) {
    .featherlight-content {
        padding: 20px !important;
    }

    .wizytowka-popup-content-inner .photo {
        margin-right: 32px;
    }

    .wiz-popup-name {
        font-size: 32px;
    }

    .wiz-popup-title {
        margin-bottom: 30px;
    }

}

@media (max-width: 768px) {
    .featherlight-content {
        padding: 20px !important;
    }

    .wizytowka-popup-content-inner {
        flex-direction: column;
    }

    .wizytowka-popup-content-inner .photo {
        order: 2;
        margin-right: 0;
        margin-top: 32px;
        flex: 0 0 100%;
    }

    .wizytowka-popup-content-inner .content {
        order: 1;
    }
}

.wiz-photo-link img {
    transform: translateZ(0);
    transition: 0.3s ease-out;
}

.wiz-photo-link:hover img {
    opacity: 0.8;
}

.wiz-name-link {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease-out;
    font-style: normal;
}

.wiz-name-link:hover {
    color: #900000;
}

.top-wiz {
    margin-bottom: 50px;
}


#offer .section-container {
    background: url(../images/offer_bg.jpg) no-repeat center center;
    background-size: cover;
}

.accordion-item {
    margin-bottom: 1.25em;
    font-family: 'Montserrat';
}

.accordion-item.is-active .accordion-title {
    color: #900000;
}

.accordion-item.is-active .accordion-title i {
    transform: rotate(-90deg);
}

.accordion-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    transition: 0.3s ease-out;
    display: flex;
    align-items: center;
}

.accordion-title .arrow {
    width: 50px;
    min-width: 50px;
    display: block;
}

.accordion-title i {
    display: inline-block;
    font-size: 30px;
    transition: transform .3s ease-out;
    transform: rotate(90deg);
}

.accordion-title:hover {
    color: #900000;
}

.accordion-content {
    font-size: 18px;
    font-weight: 300;
    padding-left: 50px;
    padding-top: 1em;
    display: none;
}

#offer .accordion-content p {
    font-style: italic;
}

.accordion-content p {
    font-size: inherit;
    line-height: 1.8;
}

.accordion-content p:last-child {
    margin-bottom: 0;
}


#quotes .slick-track {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

#quotes .slide {
    padding: 0 120px;
}


#quotes .quote-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1em;
}

#quotes .quote-content p strong {
    font-weight: 500;
}

#quotes .quote-author {
    color: #900000;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}

.quotes-slider {
    position: relative;
}

.quotes-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #C8C8C8;
}

.quotes-slider .slick-arrow:before {
    font-size: 40px;
}

.quotes-slider .slick-arrow.slick-prev {
    left: 0;
}

.quotes-slider .slick-arrow.slick-next {
    right: 0;
}

.quotes-slider .slick-dots {
    color: #979797;
    padding-top: 24px;
}


.slick-dots *,
.slick-arrow * {
    box-sizing: border-box;
}

.slick-dots {
    list-style: none;
    margin: 0;
    font-size: 0;
    text-align: center;
    padding-top: 0.75rem;
}

.slick-dots li {
    padding: 0;
    display: inline-block;
    float: none;
    vertical-align: middle;
    transition: color 0.4s ease-in-out;
}

.slick-dots li button {
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 0;
    margin: 0 0.75rem;
    outline: none;
    width: 5px;
    padding: 0;
    border: none;
    height: 5px;
    border-radius: 50%;
    box-sizing: content-box;
    background: currentColor;
    transition: inherit;
}

.slick-dots li:hover button {
    color: #900000;
}

.slick-dots li.slick-active button {
    color: #900000;
}

.slick-arrow {
    font-size: 0;
    cursor: pointer;
    z-index: 10;
    border: none;
    background: no-repeat;
    padding: 0;
    color: #000;
    transition: 0.3s ease-in-out;
    color: currentColor;
}

.slick-arrow:hover {
    color: #900000;
}

.slick-arrow:before {
    font-family: "Material Icons";
    font-size: 30px;
    opacity: 1;
    color: inherit;
}

.slick-arrow.slick-prev {
    left: 0;
}

.quotes-slider .slick-arrow.slick-prev:before {
    content: "chevron_left" !important;
}

.slick-arrow.slick-next {
    right: 0;
}

.quotes-slider .slick-arrow.slick-next:before {
    content: "chevron_right" !important;
}


#form .section-container {
    background: #900000;
    color: #fff;
}

#form .text-wrap h2 {
    margin-bottom: 0.5em;
}

#form .text-wrap h3 {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
}


#form .form-wrap {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
}

#form .form-wrap .form-col {
    padding: 0 10px;
    width: auto;
}

#form .form-wrap .form-col.input {
    flex: 1;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"] {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 13px;
    padding: 1.15em 0;
    line-height: 1;
    box-sizing: border-box;
    height: 3.3em;
    background: none !important;
}

#form input[type="text"]::placeholder,
#form input[type="email"]::placeholder,
#form input[type="tel"]::placeholder {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}


#contact .section-container {
    padding-bottom: 0;
    /* border-top: 1px solid #E5E5E5; */
}


#contact .section-container:before,
#contact .section-container:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 10;
    transform: none;
}

#contact .section-container:before {
    left: 0px;
    width: 50%;
    background-color: transparent;
}

#contact .section-container:after {
    right: 0px;
    width: 50%;
}


.page-template-contact #contact .contact-red {
    padding: 0;
}

.contact-red h4 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    color: inherit;
    margin-bottom: 1.2em;
}

.contact-red p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: inherit;

}

.contact-red .small-text p {
    font-size: 12px;
}

.contact-red .map-wrap {
    margin: -40px 0;
    position: relative;
    font-family: 'Montserrat';
}

.contact-red .map-wrap > svg,
.contact-red .map-wrap > img[src$="svg"] {
    width: 100%;
    height: auto;
}

.contact-red .map-wrap .map-label {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    font-weight: 700;
    max-width: 100%;
    white-space: nowrap;
    text-align: center;
    z-index: 100;
}

.contact-red .map-wrap .point {
    position: absolute;
    z-index: 10;
}

.contact-red .map-wrap .point:hover {
    z-index: 11;
}

.contact-red .map-wrap .point .marker {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    cursor: pointer;
    z-index: 10;
    max-width: none;
}

.contact-red .map-wrap .point .text {
    background: #000;
    font-size: 14px;
    padding: 1em;
    color: #fff;
    margin-top: -80px;
    margin-left: 20px;
    max-width: 100%;
    width: 250px;
    display: none;
}

.contact-red .map-wrap .point.right .text {
    transform: translateX(calc(-100% - 20px));
    margin-left: 0;
}

#google-map {
    height: 420px;
}

input {
    border-bottom: none;
}

.button {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #900000;
    transition: .3s ease-out;
    display: inline-block;
    padding: 1.15em 2.7em;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    width: auto;
    font-style: normal;
    text-decoration: none;
}

#form .button {
    width: unset;
}

.button:hover {
    background: #111;
}

.button.round {
    border-radius: 1.65em;
}

.button.hollow {
    border: 1px solid !important;
    border-color: #900000;
    cursor: pointer;
    background: transparent;
}

.button.hollow:hover {
    background: #900000;
}

.button.plain {
    padding: 0;
    border: none;
    background: none;
    color: #900000;
    font-size: 15px;
}

.button.plain:hover {
    color: #000;
}

.button.white {
    background: #fff;
    color: #900000;
}

.button.white:hover {
    background: rgba(255, 255, 255, 0.9);
}

.button.white.hollow {
    border-color: #fff !important;
    background: transparent;
    color: #fff;
}

.button.white.hollow:hover {
    background: #fff;
    color: #900000;
}

#fileupload-form {
    position: relative;
}

#fileupload-form.form-success .form-wrap {
    opacity: 0 !important;
}

#fileupload-form .success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#fileupload-form .error {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: none;

}

#fileupload-form .success-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #900000;
    font-weight: 500;
    text-align: center;
}

#fileupload-form .success-inner p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: Playfair Display;
    color: #fff;
    line-height: 1.4;
}

.files-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.5em -10px 1em;
}

.files-list:empty {
    margin: 1em -10px 0;
}

.file-wrap {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    padding: 0.5em 1em;
    min-height: 42px;
    border-radius: 21px;
    box-sizing: border-box;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 13px;
    margin: 10px;
}

.file-wrap .delete {
    margin-left: 0.5em;
    cursor: pointer;
}

.file-wrap .delete i {
    display: block;
}

.fileinput-button {
    display: flex;
    align-items: center;
    min-height: 45px;
    min-width: 200px;
    padding: 0.2em 1em;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
}

.fileinput-button.loading {
    pointer-events: none;
    opacity: 0.7;
}

.fileinput-button.loading .loading-icon {
    display: block;
}

.fileinput-button .loading-icon {
    animation: spin 1s linear infinite;
    margin-left: 0.5em;
    display: none;
}

.fileinput-button .loading-icon i {
    display: block;
}

[type="submit"][disabled] {
    pointer-events: none;
    opacity: 0.7;
}


section#form-landing .section-container {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    min-height: calc(100vh - 2 * 65px);
}

section#form-landing h2 {
    margin-bottom: 10px;
}

section#form-landing h3 {
    color: #666;
}

section#form-landing .thankyou-text {
    max-width: 850px;
    margin: 0 auto;
}

section#form-landing .thankyou-text h2 {
    margin-bottom: 40px;
}

section#form-landing .thankyou-text p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 1em;
}

#landing-form {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 4em;
}


#landing-form [type="text"],
#landing-form [type="email"],
#landing-form [type="tel"] {
    color: inherit;
    border-bottom: 1px solid #ddd;
}

#landing-form select {
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #ddd;
    height: 36px;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -10px center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 16px;
}

#landing-form .fieldset-label {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    margin-bottom: 1em;
    display: block;
    text-transform: uppercase;
}

#landing-form fieldset {
    display: block;
    margin-bottom: 2em;
}

#landing-form .button-wrap {
    text-align: center;
}

#landing-form .error {
    border-bottom-color: #900000;
}

#landing-form label.error {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    color: #900000;
    display: inline-block;
    padding-top: 0.5em;
    /* 	display: none !important; */
}


@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

#menu-item-2988 {
    margin-right: 1rem;
}

#menu-item-2988 a {
    background-color: #900000;
    padding: 17px 35px;
    border-radius: 150px;
    color: #ffffff !important;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2) !important;
}

#menu-item-2988 a:hover {
    background-color: transparent;
    color: #900000 !important;
    border-color: #900000;
}

#menu-item-2991 {
    margin-right: 1rem;
}

#menu-item-2991 a {
    background-color: #900000;
    padding: 17px 35px;
    border-radius: 150px;
    color: #ffffff !important;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2) !important;
}

#menu-item-2991 a:hover {
    background-color: transparent;
    color: #900000 !important;
    border-color: #900000;
}

.arr__team i {
    color: #ffffff;
    background: #900000;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2) !important;
    transition: .15s ease-out;
    position: relative;
}

.arr__team i:hover {
    opacity: .7;
}

.arr__team span {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    padding: 8px 13px;
    white-space: nowrap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2) !important;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

.arr__team a:hover span {
    opacity: 1;
}

.arr__team a {
    position: relative;
}

#top-teksty .message {
    display: none;
}

#top-teksty .current-message {
    display: block;
}

#top-teksty .current-message:after {
    content: '';
    width: 3px;
    height: 1em;
    margin-bottom: -0.1em;
    margin-left: 0.1em;
    display: inline-block;
    background: #666;
    animation: blink 1s infinite linear;
}

#top-teksty span {
    color: inherit;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }
}

.slider__bg {
    background: #efefef;
    padding: 50px 0;
}

.text ul {
    list-style: disc;
    margin-left: 1.25em;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px;
}

.text ul li {
    float: none;
    list-style: inherit;
}

#jak-podwazyc .text p,
#jak-podwazyc .text ul {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.5em;
}

#contact a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-out;
}

#contact a:hover {
    opacity: 0.6;
}

.wizytowka-wrap .img-circle {
    border-radius: 0 !important;
}

.page-id-3 h1 {
    margin-bottom: 25px;
    font-size: 25px;
}

.p80 {
    padding: 80px 0 !important;
}

.page-template-contact #google-map {
    height: inherit;
}

.page-template-contact .google-map-wrap {
    height: 100%;
}

.page-template-contact .contact-red .container {
    padding: 0;
}

@media (max-width: 768px) {
    #contact .p-left-s {
        padding-left: 5% !important;
    }

    #contact .p-left {
        padding-bottom: 0 !important;
    }
}

#contact .p-left {
    padding-left: 5% !important;
}

@media (max-width: 768px) {
    .page-template-contact .google-map-wrap {
        height: 475px;
    }
}

.page-template-contact .section-container {
    justify-content: flex-end;
    max-height: 100%;
}

.page-template-faq #offer .section-container {
    background-image: none;
    padding-bottom: 100px;
}

#contact .section-container {
    padding-top: 0;
}

.tryb-cytat-link {
    float: right;
    margin-top: 20px;
}

#jak-podwazyc .section-container {
    padding: 50px 0 0;
}

.blog-container {
    padding: 0% 5%;
    margin: 40px 0 100px;
}

.newsTile {
    width: 290px !important;
    -webkit-transition: all 350ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 350ms cubic-bezier(.02, .01, .47, 1);
    transition: all 350ms cubic-bezier(.02, .01, .47, 1);
    margin-bottom: 50px;
    justify-content: center;
    display: flex;
}

.newsTile .post-img {
    max-width: 290px;
}

.wrap-thumb {
    max-width: 290px;
    height: 290px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: 350ms ease-in-out;
    -moz-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
}

.wrap-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsTile a {
    text-decoration: none;
}

.newsTile span {
    line-height: 25px;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    color: #A4A4A4;
}

.newsTile h2 {
    margin-top: 5px;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: all 350ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 350ms cubic-bezier(.02, .01, .47, 1);
    transition: all 350ms cubic-bezier(.02, .01, .47, 1);
    font-family: Montserrat, sans-serif;
}

.hidden {
    margin: 0;
    visibility: hidden;
}

@media (max-width: 1024px) {
    .newsTile {
        max-width: 400px !important;
    }
}

.newsTile:hover h2 {
    color: #900000;
}

.newsTile:hover {
    transform: translate(0, -10px);
    transition-delay: 0s !important;
}

@media (max-width: 768px) and (min-width: 576px) {
    .wrap-thumb {
        /*max-width: 250px;
        height: 250px*/
    }
}

.button_container {
    display: none;
}

@media (max-width: 1275px) {
    #top-nav-wrap .inner-wrap .lines {
        top: 50px;
    }

    .button_container {
        position: fixed;
        top: 25px;
        right: 35px;
        height: 27px;
        width: 25px;
        cursor: pointer;
        display: block;
        z-index: 10000000;
        transition: opacity .25s ease;
    }

    .button_container:hover {
        opacity: .7;
    }

    .button_container.active .top {
        -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
        transform: translateY(10px) translateX(0) rotate(45deg);
        background: #000;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
        transform: translateY(-4px) translateX(0) rotate(-45deg);
        background: #000;
    }

    .button_container span {
        background: #900000;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 4px;
        left: 0;
        transition: all .25s ease-in-out;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 18px;
    }

    .overlay {
        position: fixed;
        background: white;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow-y: scroll;
        z-index: 1000000;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }

    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s;
    }

    .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .50s;
        animation-delay: .50s;
    }

    .overlay.open li:nth-of-type(5) {
        -webkit-animation-delay: .55s;
        animation-delay: .55s;
    }

    .overlay.open li:nth-of-type(6) {
        -webkit-animation-delay: .60s;
        animation-delay: .60s;
    }

    .overlay.open li:nth-of-type(7) {
        -webkit-animation-delay: .65s;
        animation-delay: .65s;
    }

    .overlay.open li:nth-of-type(8) {
        -webkit-animation-delay: .70s;
        animation-delay: .70s;
    }

    .overlay.open li:nth-of-type(9) {
        -webkit-animation-delay: .75s;
        animation-delay: .75s;
    }

    .overlay.open li:nth-of-type(10) {
        -webkit-animation-delay: .80s;
        animation-delay: .80s;
    }

    .overlay div {
        position: relative;
        height: 70%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
        font-family: 'Vollkorn', serif;
        font-weight: 400;
        text-align: center;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: grid;
        position: relative;
        height: 65%;
    }

    .overlay ul li {
        display: block;
        height: 25%;
        height: calc(100% / 4);
        min-height: 50px;
        position: relative;
        opacity: 0;
    }

    .overlay ul li a {
        display: inline;
        position: relative;
        color: black;
        font-family: Montserrat, serif;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        text-decoration: none;
        overflow: hidden;
        font-size: 20px;
        padding-bottom: 2px;
    }

    .overlay .current_page_item a {
        font-weight: bold;
    }

    .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
        width: 100%;
    }

    .overlay ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        background: #FFF;
        transition: .35s;
    }

    #menu-item-550 a {
        border-bottom: 1px solid white;
        width: 50%;
        margin: auto;
        padding-bottom: 3px;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.clients .text-wrap.center-txt {
    margin-bottom: 70px;
}

.clients .container {
    padding: 0 8%;
}

#comment-slider .slick-track {
    padding: 10px 0;
    display: flex !important;
}

.comment-slider__slide.slick-slide.slick-current.slick-active.slick-center {
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.1);
}

.comment-slider__slide {
    background-color: #F9F9F9;
    padding: 50px 30px;
    margin: 0 25px;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.04);
    transition: .2s ease-in-out;
}

.slide-title.slide-title--thumb {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
}

.comment-slider__slide-thumb p {
    /*font-size: 20px;
    line-height: 30px;*/
    font-weight: 400;
    color: #555555;
    line-height: 33px;
    font-size: 18px;
}

.comment-slider__slide-thumb span {
    margin-top: 50px;
    /*font-size: 20px;*/
    line-height: 33px;
    font-size: 18px;
    color: #656565;
    font-weight: 400;
    font-family: Montserrat;
    float: right;
    text-align: right;
    font-style: italic;
    font-weight: 600;
}

#top-teksty {
    line-height: 33px;
    font-size: 21px;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
    content: "";
}

.slick-arrow .arr {
    position: absolute;
    top: 50%;
    color: #707070;
}

.slick-next .arr.right {
    right: -70px;
}

.slick-prev .arr.left {
    left: -70px;
}

.arr {
    border: solid #707070;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 13px;
}

.arr.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arr.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

@media (max-width: 1280px) {
    .slick-prev .arr.left {
        left: -30px;
    }

    .slick-next .arr.right {
        right: -30px;
    }
}

body.navOpen {
    overflow: hidden !important;
}

.clients .slick-slide {
    /* display: inline-block!important; */
    /* vertical-align: middle; */
    float: none;
    display: flex !important;
    height: auto !important;

}

.comment-slider__slide-thumb {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* min-height: 500px; */
    min-height: 100%;

}

#comment-slider {
    padding-bottom: 50px;
}

.slick-arrow .arr:hover {
    color: #900000;
}

#contact h1 {
    margin: 200px 0 0;
    padding: 0;
}

.page-template-analysis .section-container.toper {
    padding: 250px 0 100px !important;
}

::-webkit-input-placeholder {
    color: #ffffff !important;
}

:-moz-placeholder {
    color: #ffffff !important;
}

::-moz-placeholder {
    color: #ffffff !important;
}

:-ms-input-placeholder {
    color: #ffffff !important;
}

.text-right {
    text-align: right;
}

.small-cursive {
    margin-top: 20px;
}

.flex-fields {
    display: flex;
}

.fields-top {
    width: 100%;
}

@media (max-width: 768px) {
    .fields-top {
        margin-bottom: 25px;
    }
}

.arr__team {
    margin: 20px 0px;
    width: 0px;
    float: right;
    height: 0;
}

.top-team {
    width: 100%;
}

#zespol .text-wrap.text h2 {
    padding-bottom: 60px;
}

.quote-content {
}

.wiz-wrap {
    margin-bottom: 50px;
}

#centrum-analiz-sadowych {
    padding-top: 100px;
    margin-top: -100px;
}

.top-box-numb {
    text-align: center;
    justify-content: center;
}

.top-box-numb p {
    line-height: 26px !important;
    font-size: 14px !important;
}

#google-map {
    height: 335px !important;
}

#contact video, #contact iframe {
    height: 100%;
    position: absolute;
    right: -90px;
    z-index: -1;
}

#contact .bg-red {
    z-index: 1;
}

.relative-section {
    position: relative;
    overflow: hidden;
}

#contact video:-webkit-full-page-media, #contact iframe video {
    width: 100% !important;
    object-fit: cover !important;
    height: 100% !important;
}

.contact-red:not(.without-bg), #contact .contact-red .bg-red .info {
    background-color: #900000;
    color: #fff;
}

.contact-red:not(.without-bg) {
    padding: 75px 0;
}

@media (max-width: 1300px) and (min-width: 769px) {
    #contact .p-left, #contact .p-left-s {
        padding-left: 10% !important;
    }
}

@media (max-width: 1280px) {
    #contact .p-left.p80 {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 1280px) {
    #contact video, #contact iframe {
        height: 75%;
    }
}

@media (max-width: 768px) {
    #contact video, #contact iframe {
        position: unset;
        width: 125%;
        height: auto;
        margin-left: -8%;
    }

    .google-map-wrap {
        height: 100% !important;
    }

    .bg-red .info {
        padding-bottom: 80px !important;
    }

    #contact .p-left-s {
        padding-right: 2% !important;
    }
}

@media (max-width: 576px) {
    .bg-red .info {
        padding-bottom: 0 !important;
    }

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        /* Safari*/
        ::i-block-chrome, #contact video, #contact iframe {
            width: unset;
        }
    }
}

#quotes img {
    margin-top: 100px;
    height: auto;
    width: 70px;
}

#quotes .text-wrap h2 {
    padding-top: 10px;
}

@media (max-width: 768px) {
    #quotes img {
        margin-top: 50px;
        width: 45px;
    }
}

.map-wrapper {
    text-align: center;
    margin-top: 80px;
}

@media (max-width: 500px) {
    .map-wrapper {
        margin-top: 40px;
    }
}

#landing-form ::placeholder {
    color: #666 !important;
}

.window-height {
    min-height: 70vh;
}

/* VERSION 1.1 */
.sub-menu {
    display: flex;
    flex-direction: column;
    visibility: visible;
    position: fixed;
    padding-top: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    background-color: transparent;
}

.main-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu li a {
    margin: 0 !important;
    padding: 0 !important;
    color: #666 !important;
    border-bottom: none !important;
}

.sub-menu li:hover a {
    transition: all 0.1s ease-in-out;
    color: white !important;
}

.sub-menu li a:hover {
    color: white !important;
}

.sub-menu li {
    margin: 0 !important;
    padding: 0.8rem 1.2rem !important;
    background-color: white;
    border-radius: 1px;
}

.sub-menu li:hover {
    transition: all 0.1s ease-in-out;
    background-color: #cc7070 !important;
}

.main-logo {
    width: 100px;
}

.top-nav-wrap-inner {
    background-color: white;
    justify-content: space-between;
}

.menu-logo-wrap {
    display: flex;
    align-items: center;
}

@media (min-width: 1275px) {
    .menu-logo-wrap {
        justify-content: right;
        width: 100%;
    }
}

.first {
    background-image: url("https://anulujkredyt.pl/wp-content/uploads/2021/05/slajder-1.jpg");
    background-size: cover;
}

.company-values {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-family: 'Montserrat', serif;
    margin-bottom: 9rem !important;
}

.company-values div {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #aaa !important;
}

.pre-company-value {
    font-weight: 500;
    font-size: 1.8rem;
}

.company-value {
    font-weight: 500;
    font-size: 1.8rem;
    color: black;
}

.company-values__text {
    color: #444;
    font-size: 1.2rem;
    text-align: center;
}

.company-values__last-div {
    border: none !important;
}

@media screen and (max-width: 1550px) {
    .pre-company-value {
        font-size: 1.5rem !important;
    }

    .company-value {
        font-size: 1.5rem;
    }

    .company-values__text {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 1000px) {

    .company-values {
        flex-direction: column;
        margin-bottom: 5rem !important;
    }

    .company-values div {
        border: none !important;
        margin-bottom: 2rem;
    }

    .pre-company-value {
        font-size: 1.9rem !important;
    }

    .company-value {
        font-size: 1.9rem;
    }

    .company-values__text {
        font-size: 1.4rem;
    }
}

/*.footer_logo-container {*/
/*    display: flex;*/
/*    padding-bottom: 1rem;*/
/*}*/

/*.footer_logo__img {*/
/*    height: 70px;*/
/*    width: auto;*/
/*}*/

/*.footer-call__text {*/
/*    font-family: 'Playfair Display', serif;*/
/*    font-size: 3rem !important;*/
/*    line-height: 48pt !important;*/
/*    padding-bottom: 2rem;*/
/*}*/

/*.footer-call-btn_text {*/
/*    color: #900000 !important;*/
/*}*/

/*.btn-wrap:hover .footer-call-btn_text {*/
/*    color: white !important;*/
/*}*/

.map-background-img {
    background-image: url("https://anulujkredyt.pl/wp-content/uploads/2021/05/anuluj-teczka.jpg") !important;
    background-size: cover;
}

.map-container {
    display: flex;
    justify-content: flex-start;
}

.header-content-container {
    width: 40%;
}

.first-title {
    font-family: 'Playfair Display', serif;
    color: white;
    font-weight: 700;
    font-size: 2rem;
}

.header-content-slid__text-container {
    margin-top: 2rem;
    cursor: default !important;
}

.header-content-slid__text {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 1.1rem;
    text-shadow: 1px 0 darkgray;
    line-height: 17pt;
}

.text-wrap.top1 {
    margin-left: 0;
}

.slider-control__container {
    position: absolute;
    top: 20rem;
}

.glide__bullet {
    width: 15px !important;
    height: 15px !important;
}

.first {
    background-image: none;
}

#first-slider-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    /*background-color: red;*/

    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 100%), url("https://anulujkredyt.pl/wp-content/uploads/2021/05/slajder-1.jpg");

}

.first-red-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 60%;
    background-color: rgba(150, 0, 0, 0.5);
}

@media screen and (max-width: 1275px) {
    #first-slider-img {
        top: 20%;
        height: 28rem;
        left: 10%;
        right: 10%;
    }

    .first-red-background {
        right: 100%;
    }

    .header-content-container {
        margin-top: 70%;
        width: 100%;
    }

    .first-title {
        margin-top: 2rem;
        color: black;
        font-size: 2rem !important;
        text-align: center;
    }

    .header-content-slid__text {
        color: black;
        text-align: center;
        text-shadow: none;
    }

    .header-content-slid__text-container {
        margin: 1rem;
    }

    .top1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .wrap-row {
        margin-top: 1.2rem !important;
        display: flex;
        justify-content: center;
        align-items: center !important;
    }

    .slider-control__container {
        position: absolute;
        top: -10rem;
    }

    .glide__bullet {
        width: 20px !important;
        height: 20px !important;
    }
}

@media screen and (max-width: 1275px) {
    .first-title {
        font-size: 2.3rem !important;
    }
}

@media screen and (max-width: 1550px) {
    .header-content-slid__text {
        font-size: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .header-content-slid__text {
        letter-spacing: 1px;
    }

    .first-title {
        letter-spacing: 1px;
    }
}

.glide__slide {
    opacity: 0;
    transition: all 0.1s ease-in-out;
}

.glide__slide--active {
    opacity: 1;
    transition: all 0.1s ease-in-out;
}

#top-nav-wrap {
    background: none;
}

.top-nav-wrap-inner {
    background: none;
}

#top-nav-wrap .inner-wrap {
    background: none;
}


#top-nav-wrap .menu-wrap:before {
    background: none;
    box-shadow: none;
}

#top-nav-wrap .inner-wrap .lines:after {
    width: 0%;
}

#top-nav-wrap .inner-wrap .lines:before {
    width: 0%;
}

.logo-wrap {
    background: none;
}

section.first .section-container::before, section.last .section-container .border::before, section.bottom-border .section-container .border::before {
    width: 5%;
}

section.first .section-container::after, section.last .section-container .border::after, section.bottom-border .section-container .border::after {
    width: 5%;
}

#top-nav-wrap .menu a {
    color: white;
}

#top-nav-wrap .inner-wrap:before {
    background: none;
}

html #top-nav-wrap {
    background: white;
}

html #top-nav-wrap .menu a {
    color: #000000;
}

html #top-nav-wrap .inner-wrap .lines:after {
    width: 5%;
}

html #top-nav-wrap .inner-wrap .lines:before {
    width: 5%;
}

.no-border-btn {
    border: none !important;
}

@media (max-width: 768px) {
    #first-slider-img {
        height: 18rem;
    }

    .header-content-container {
        margin-top: 60%
    }
}

@media (max-width: 576px) {
    .logo-wrap-inner img {
        height: 3.5rem;
    }

    .main-logo {
        width: auto;
    }

    .logo-wrap {
        width: auto !important;
    }

    #top-nav-wrap .inner-wrap .lines:before {
        width: 20%;
    }

    #top-nav-wrap .inner-wrap .lines:after {
        width: 20%;
    }

    html:not([data-scroll='0']) #top-nav-wrap .inner-wrap .lines:before {
        width: 20%;
    }

    html:not([data-scroll='0']) #top-nav-wrap .inner-wrap .lines:after {
        width: 20%;
    }

    #first-slider-img {
        top: 20%;
        height: 13rem;
    }

    .header-content-container {
        margin-top: 50%;
    }

    .section-container {
        padding: 10rem 0;
    }

    .first-title {
        font-size: 1.5rem !important;
    }

    .slider-control__container {
        top: -8rem;
    }
}

@media (max-width: 376px) {
    #first-slider-img {
        height: 12rem;
    }
}

@media screen and (max-width: 1275px) {
    .no-border-btn {
        border: 1px solid #900000 !important;
    }
}

.clause_map-button-container {
    margin-bottom: 50px;
    margin-top: 50px;
}

.clause_map-button {
    text-decoration: none;
    font-family: Montserrat, serif;
    font-size: 1.2rem;
    padding: 1.3rem 4rem;
}

@media (max-width: 36em) {
    .clause_map-button {
        font-size: 0.9rem;
    }
}

#menu-vertical-menu {
    display: none;
}

@media screen and (max-width: 1275px) {
    #menu-vertical-menu {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    #menu-vertical-menu .sub-menu {
        visibility: visible;
        opacity: 1;
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .sub-menu li {
        min-height: fit-content !important;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        display: flex !important;
    }

    .sub-menu li a {
        color: black !important;
    }
}

@media (max-width: 298px) {
    .header-content-slid__text {
        font-size: 0.8rem !important;
        line-height: 20px !important;
    }
}

.no-face-overlay {
    margin-bottom: 0 !important;
    margin-top: 220px !important;
}

@media screen and (max-width: 1275px) {
    .no-face-overlay {
        margin-top: 38rem !important;
    }
}

@media screen and (max-width: 768px) {
    .no-face-overlay {
        margin-top: 27rem !important;
    }

    .company-values {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .no-face-overlay {
        margin-top: 21rem !important;
    }
}

@media screen and (max-width: 376px) {
    .no-face-overlay {
        margin-top: 20rem !important;
    }
}

.bank_info-text {
    font-family: 'Montserrat', serif;
    font-style: italic;
    color: gray;
    margin-bottom: 10px;
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

.calendly-inline-widget {
    min-height: 890px;
}

/* HOME PAGE STYLE 2022 */
.landing-section .section-container {
    padding: 0;
}

.landing-section .content-ctn {
    width: 100%;
    height: 90vh;
    box-sizing: border-box;
    padding-top: 1px;
    position: relative;
}

.landing-section .content-ctn .text-ctn{
    width: 60%;
    padding: 1rem 3rem;
    height: 65vh;
    margin-top: 25vh;
    box-sizing: border-box;
    z-index: 3;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.landing-section .content-ctn .text-bg-ctn {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 65vh;
    margin-top: 25vh;
    background-color: #900000;
    z-index: 1;
}

.landing-section .content-ctn .img-bg-ctn {
    position: absolute;
    top: 15vh;
    right: 0;
    left: 400px;
    height: 65vh;
    z-index: 2;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

.landing-section .content-ctn .img-bg-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1px;
}

.landing-section .content-ctn .slideshow-container {
    position: relative;
    padding-top: 1px;
    width: 100%;
    height: 75vh;
}

.mySlides {
    display: none;
}

.fade {
    animation: fade .5s cubic-bezier(0.65, 0.5, 0.35, 1) 0s 1 normal forwards;
}

@keyframes fade {
    from {
        opacity: .4;
        transform: translateX(400px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-text {
    animation: fade-text .5s cubic-bezier(0.65, 0.5, 0.35, 1) 0s 1 normal forwards;
}

@keyframes fade-text {
    from {
        opacity: .4;
        transform: translateX(-400px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.landing-section .content-ctn .btn-ctn {
    display: flex;
    flex-direction: row;
}

.landing-section .content-ctn .prev,
.landing-section .content-ctn .next {
    width: 40px;
    height: 40px;
    border: 1px solid white;;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    cursor: pointer;
    color: white;
    transition: all .3s ease-in-out;
}

.landing-section .content-ctn .prev:hover,
.landing-section .content-ctn .next:hover {
    background-color: white;
    color: #900000;
}

.landing-section .content-ctn .text-ctn .sub-header {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 108.1%;
    color: #FFFFFF;
}

.landing-section .content-ctn .text-ctn .main-header {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 110px;
    line-height: 108.1%;
    color: #FFFFFF;
	white-space: nowrap;
}

.landing-section .content-ctn .text-ctn p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 250px;
    height: 150px;
}

.landing-section .content-ctn .text-ctn .small-text {
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 1100px) {
    .landing-section .content-ctn .img-bg-ctn {
        left: 300px;
    }

    .landing-section .content-ctn .text-ctn p {
        font-size: 12px !important;
        line-height: 16px !important;
        max-width: 200px;
    }

    .landing-section .content-ctn .text-ctn .sub-header {
        font-size: 35px;
    }

    .landing-section .content-ctn .text-ctn .main-header {
        font-size: 80px;
    }

    .landing-section .content-ctn .text-ctn p {
        height: 100px;
    }

    .landing-section .content-ctn .text-ctn .small-text {
        font-size: 11px !important;
        line-height: 12px !important;
    }
}

.img-bg-ctn-mobile {
    display: none;
}

@media (max-width: 900px) {
    .landing-section .content-ctn .img-bg-ctn {
        left: 300px;
        display: none;
    }

    .img-bg-ctn-mobile {
        display: block;
        background-color: #155dda;
        height: 220px;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 1rem;
        box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
        border-radius: 1px;
    }

    .landing-section .content-ctn .img-bg-ctn-mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1px;
        object-position: top;
    }

    .landing-section .content-ctn {
        height: unset;
    }

    .landing-section .content-ctn .slideshow-container {
        height: unset;
    }

    .landing-section .content-ctn .text-bg-ctn {
        display: none;
    }

    .landing-section .content-ctn .text-ctn {
        width: unset;
        padding: 2rem 1rem;
        height: unset;
        margin-top: 15vh;
        background-color: #900000;
    }

    .landing-section .content-ctn .h1 {
        margin-bottom: 2rem;
    }


    .landing-section .content-ctn .btn-ctn {
        margin-top: 1rem;
    }

    .landing-section .content-ctn .text-ctn p {
        max-width: unset;
        height: 50px;
    }
}

@media (max-width: 550px) {
    .landing-section .content-ctn .text-ctn .sub-header {
        font-size: 30px;
    }

    .landing-section .content-ctn .text-ctn .main-header {
        font-size: 55px;
    }

    .landing-section .content-ctn .text-ctn p {
        max-width: unset;
        height: 80px;
    }
}

@media (max-width: 400px) {
    .landing-section .content-ctn .text-ctn .sub-header {
        font-size: 28px;
    }

    .landing-section .content-ctn .text-ctn .main-header {
        font-size: 40px;
    }
}

.mobile-menu-ctn,
.mobile-helper {
    display: none;
}

.overlay .section-inner2 {
    padding: 0;
}

@media (max-width: 1275px) {
    .overlay .section-inner2 {
        padding: 35px;
    }

    .mobile-menu-ctn {
        padding: 0;
        width: 100%;
        height: 150vh !important;
        overflow: hidden;
        display: flex;
    }

    .mobile-helper {
        background-color: white;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        height: 170px !important;
        z-index: 1 !important;
        display: block;
    }

    .mobile-helper > div {
        display: flex;
        height: 100% !important;
    }

    .mobile-helper > div > div {
        flex: 1;
        height: 100% !important;
        display: flex;
        align-items: end;
    }

    .mobile-helper > div .left {
        border-bottom: 3px solid #900000;
        justify-content: flex-end;
    }

    .mobile-helper > div .right {
        border-bottom: 3px solid black;
    }

    .mobile-helper img {
        width: 60px;
        height: auto;
        margin-bottom: -1.5rem;
        background-color: white;
    }

    .mobile-helper .right img {
        padding-right: 1rem;
        padding-left: 0.3rem;
    }

    .mobile-helper .left img {
        width: 50px;
        padding-left: 1rem;
        padding-right: 0.3rem;
    }
}

#fileupload-form-ambasador {
    position: relative;
}

#fileupload-form-ambasador.form-success .form-wrap {
    opacity: 0 !important;
}

#fileupload-form-ambasador .success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#fileupload-form-ambasador .error {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: none;

}

#fileupload-form-ambasador .success-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #900000;
    font-weight: 500;
    text-align: center;
}

#fileupload-form-ambasador .success-inner p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: Playfair Display;
    color: #fff;
    line-height: 1.4;
}
