@charset "UTF-8";
/**
Theme Name: TamToMy finanční šablona
Text Domain: ttm
Version: 2.6
Requires at least: 6.0
Requires PHP: 7.3
Author: TamToMy Agency s.r.o.
Author URI: https://www.tamtomy.cz/
*/

*:focus{
    outline: none;
}

body{
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    color: var(--colorText);
}

body.page-template-page-no-footer-padding footer,
body.single footer{
    margin: -2em 0 0 0;
}

.body_menu{
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}
.body_menu li{
    position: relative;
    width: calc(100% * (1/3) - 0px - 0px - 20px);
}
.body_menu li a{
    position: relative;
    display: block;
    font-size: 28px;
    color: #3d4145;
    text-decoration: none;
    text-align: center;
    transition: 350ms;
}
.body_menu li a:hover{
    color: var(--colorPrimary);
}
.body_menu li a i{
    position: relative;
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: var(--colorPrimary);
    border: 1px solid rgba(0,0,0,0.15);
}
.body_menu li a .menu-item-description{
    position: relative;
    font-size: 16px;
    margin: 0;
}

i.wpmi-icon:not(.wpmi-label-1).wpmi-position-before{
    margin-right: auto;
}

.breadcrumbs{
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 32px;
    font-size: 12px;
    list-style: none;
    color: #52585d;
    text-transform: uppercase;
}
.breadcrumbs li{
    position: relative;
    display: inline-table;
    margin: 0 10px;
}
.breadcrumbs li:nth-child(1){margin: 0 10px 0 0;}
.breadcrumbs li a{
    text-decoration: none;
    color: var(--colorPrimary);
}
.breadcrumbs li:after{
    position: absolute;
    top: 0;
    right: -12px;
    content: '/';
    display: block;
}
.breadcrumbs li:nth-last-child(1):after{
    display: none;
}

h1.page-title{
    position: relative;
    margin: 80px auto 32px auto !important;
    padding: 0;
    text-align: left;
    font-size: 62px;
    line-height: 1.3em;
    color: #3d4145;
    text-transform: uppercase;
}
body.home footer{margin: -2em 0 0 0;}
body.home .entry-content{margin-bottom: 0;}
.wpm-language-switcher{
    position: relative;
    margin: 23px 0 0 50px;
    padding: 0;
    font-size: 14px;
    list-style: none;
    float: right;
    transition: 350ms;
}
.wpm-language-switcher li{
    position: relative;
    float: left;
    margin: 0 0 0 10px;
}
.wpm-language-switcher li span{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #FFAC00;
    background: #FFAC00;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.wpm-language-switcher li span span{
    border: none;
}
.wpm-language-switcher li a{
    text-decoration: none;
}
.wpm-language-switcher li a span{
    border-color: #4f4f4f;
    color: #4f4f4f;
    background: transparent;
    transition: 350ms;
}
.wpm-language-switcher li a:hover span{
    background: #4f4f4f;
    color: #fff;
}


.sliderMain{
    position: relative;
    background: #fff;
}
.sliderMain .banner-slide{
    position: relative;
}
.sliderMain .banner-slide:focus{
    outline: none;
}
.sliderMain .banner-slide .container{
    position: relative;
    width: 100%;
    display: table;
    height: calc(100vh - 200px);
    background-size: cover;
    background-position: 50% 50%;
}
.sliderMain .banner-slide .container .transparent{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.30);
}
.sliderMain .banner-slide .container .center{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.sliderMain .banner-slide .container .center .text-field{
    position: relative;
    width: 50%;
    padding: 0 0 0 100px;
    box-sizing: border-box;
}
.sliderMain .banner-slide .container .center .text-field h2{
    position: relative;
    padding: 0;
    letter-spacing: -1px;
    font-size: 42px;
    color: #fff;
    margin: 0 0 20px 0;
}
.sliderMain .banner-slide .container .center .text-field h2:after{
    position: relative;
    content: '';
    width: 100px;
    margin: 20px 0 0 0;
    height: 1px;
    background: #fff;
    display: block;
}
.sliderMain .banner-slide .container .center .text-field .desc{
    position: relative;
    width: 100%;
}
.sliderMain .banner-slide .container .center .text-field .desc p{
    line-height: 1.4em;
    font-size: 22px;
    margin: 0;
}
.sliderMain .banner-slide .container .center .text-field .desc p strong{
    color: var(--colorPrimary);
}
.wpcf7 form.sent .wpcf7-response-output{
	position: relative;
	float: left;
}
.sliderMain .counter_tag{
    position: absolute;
    top: 10%;
    left: 100px;
    font-size: 190px;
    letter-spacing: -2px;
    opacity: 0.065;
}
.main-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.wp-block-button__link{
    font-size: 14px;
    transition: 350ms;
}

.service{
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
}
.service .wp-block-column{
    padding: 45px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    text-decoration: none;
    color: #767879;
    background: transparent;
    transition: 350ms;
}
.service .wp-block-column i{
    position: relative;
    display: block;
    color: var(--colorPrimary);
    transition: 350ms;
}
.service .wp-block-column i:before{
    font-size: 48px;
}
.service .wp-block-column h3{
    font-size: 18px;
    color: #3c4044;
    transition: 350ms;
}
.service .wp-block-column{
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.service .wp-block-column:hover{
    background: var(--colorPrimary);
    color: #fff;
}
.service .wp-block-column:hover h3,
.service .wp-block-column:hover i{
    color: #fff;
}
.single-layoute p{
    line-height: 1.5em;
}


/* Carousel */
.carousel{
    position: relative;
}
.carousel .carousel-box{
    position: relative;
    width: 100%;
}
.carousel .carousel-box:after{
    position: relative;
    content: '';
    clear: both;
    width: 100%;
    display: block;
    height: 0;
}
.carousel .carousel-box .box{
    position: relative;
    float: left;
    width: 47%;
    margin: 0 3% 0 0;
}
.carousel .carousel-box .box .shadow{
    position: absolute;
    width: 80%;
    height: 90%;
    background: #3c4044;
    border-radius: 10px;
}
.carousel .carousel-box .box a.img-link{
    position: relative;
    margin: 70px 0 0 20%;
    width: 80%;
    display: block;
    z-index: 5;
}
.carousel .carousel-box .box a.img-link .square{
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    left: -35px;
    background: #FFAC00;
    z-index: 6;
    border-radius: 10px;
}
.carousel .carousel-box .box a.img-link img{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 00px 0px 60px rgba(0,0,0,0.15);
}
.carousel .carousel-box .box a.img-link .actual-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
    border-radius: 10px;
}
.carousel .carousel-box .box h3.bold{
    position: relative;
    width: 60%;
    margin: 100px 0 0 0;
    padding: 0;
    line-height: 1.3em;
    font-size: 36px;
    text-transform: uppercase;
}
.carousel .carousel-box .box .desc{
    position: relative;
    margin: 50px 0;
    width: 70%;
    font-size: 14px;
    line-height: 1.5em;
}
.carousel .slick-dots{
    right: 0;
}
.carousel .slick-prev{
    right: calc(50% - 40px);
    bottom: 0;
}
.carousel .slick-next{
    right: calc(50% - 80px);
    bottom: 0;
}
.right-dots{
    position: relative;
}
.right-dots:before{
    position: absolute;
    content: '';
    width: 20%;
    height: 60%;
    top: 20%;
    bottom: 20%;
    right: 0;
    opacity: 0.2;
    background: url('img/dot.png');
}
.wp-block-group.has-background.no-margin,
.no-margin{
    margin: 0;
    padding: 0;
}
.padding-40{
    padding: 40px 20px 40px 40px;
    box-sizing: border-box;
}
.wp-block-buttons.alignright{
    text-align: right;
}

.news .wp-block-column{
    position: relative;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.18);
}
.news .wp-block-column .news-photo{
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
}
.news .wp-block-column .news-photo .img-basic{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.news .wp-block-column .news-photo .actual-basic-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
}
.news .wp-block-column .news-photo .show-hover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    overflow: hidden;
    transition: 350ms;
}
.news .wp-block-column .news-photo:hover .show-hover{
    background: rgba(0,0,0,0.65);
}
.news .wp-block-column .news-photo .show-hover i{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    top: -30%;
    left: 50%;
    border: 1px solid rgba(255,255,255,0.9);
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    line-height: 70px;
    transition: 350ms;
}
.news .wp-block-column .news-photo:hover .show-hover i{
    top: 50%;
}
.news .wp-block-column .news-photo .show-hover i:before{
    font-size: 40px;
    color: var(--colorPrimary);
}
.news .wp-block-column .text-zone {
    position: relative;
    width: 100%;
    padding: 48px 48px 40px;
    font-style: italic;
    font-size: 14px;
    box-sizing: border-box;
}
.news .wp-block-column .text-zone p {
    margin: 0 0 1em;
}
.news .wp-block-column .text-zone h3{
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #3c4044;
}
.news .wp-block-column .text-zone h3:before{
    position: relative;
    content: '';
    width: 80px;
    height: 2px;
    background: var(--colorPrimary);
    display: block;
    margin: 24px 0;
}
.news .wp-block-column .text-zone p.desc{
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.4em;
}
.news .wp-block-column .text-zone .bottom-line{
    position: relative;
    margin: 30px 0 0 0;
    padding-top: 15px;
    border-top: 1px solid #dadada;
    font-size: 12px;
}
.news .wp-block-column .text-zone .bottom-line a{
    position: relative;
    text-decoration: none;
    float: right;
    color: var(--colorPrimary)
}

.wp-block-cover, .wp-block-cover-image{
    width: inherit;
}

@media(max-width: 1439px) {
    .wp-block-cover, .wp-block-cover-image{
        min-height: 320px;
    }
}

.wp-block-cover {
    margin-bottom: 64px !important;
}

.wp-block-cover .wp-block-heading.has-background {
    color: var(--colorButtonText) !important;
    background: var(--colorButtonBg) !important;
}


.wp-block-image{
    margin: 0;
    padding: 0;
}
.wp-block-image img{display: block;}



.under-banner-menu{
    position: relative;
    width: 100%;
}
.under-banner-menu ul.social_footer_menu{
    position: relative;
    margin: 0 60px 80px 60px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.under-banner-menu ul.social_footer_menu li{
    position: relative;
    margin: 20px 30px 0 0;
}
.under-banner-menu ul.social_footer_menu li a{
    position: relative;
    display: block;
    color: #3c4044;
    transition: 350ms;
    text-decoration: none;
}
.under-banner-menu ul.social_footer_menu li a i{
    margin: 5px 10px 0 0!important;
    float: left;
    color: #FFAC00;
}
.under-banner-menu ul.social_footer_menu li a i:before{
    font-size: 26px;
}
.under-banner-menu ul.social_footer_menu li a p{
    margin: 0;
    font-size: 11px;
}
.under-banner-menu ul.social_footer_menu li a:hover{
    color: #FFAC00;
}
.wp-block-column.widget-side{
    flex-basis: 30%;
    flex-grow: 0;
}


.single-image{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 40px 0;
}

.widget-box{
    position: relative;
    width: 100%;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 50px 0;
}
.widget-box h3{
    position: relative;
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
}
.gallery_widget{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.gallery_widget li{
    position: relative;
    margin: 0 0 13px 0;
    box-sizing: border-box;
}
.gallery_widget li:nth-last-child(1){
    margin: 0;
}
.gallery_widget li a{
    position: relative;
    text-decoration: none;
    color: #474747;
    box-sizing: border-box;
    display: block;
}
.gallery_widget li a:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.gallery_widget li a img{
    position: relative;
    float: left;
    margin: 0 15px 0 0;
}
.gallery_widget li a span{
    position: relative;
    display: block;
}
.gallery_widget li a span.title{
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    line-height: 1.3em;
}
.gallery_widget li a span.date{
    font-size: 8px;
    color: gray;
}
.wp-block-button__link{
    color: var(--colorButtonText);
    background-color: var(--colorButtonBg);
}
.wp-block-button__link:hover{
    filter: saturate(.8);
}
body:not(.home) .entry-content {
    line-height: 1.6;
}
.entry-content .no-bottom{
    margin-bottom: 0;
}
/*** Works on common browsers ***/
::selection {
    background-color: var(--colorPrimary);
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: var(--colorPrimary);
    color: #fff;
}
ul.white{
    position: relative;
    margin: 0;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    font-size: 14px;
    list-style: none;
    color: #737373;
}
ul.white li{
    position: relative;
    width: 100%;
    padding: 7px 25px;
    box-sizing: border-box;
}
ul.white li:before{
    position: absolute;
    top: 10px;
    left: 0;
    font-family: 'dashicons', arial, sans-serif;
    content: '\f132';
    font-size: 12px;
    color: var(--colorPrimary);

}
.loans{
    position: relative;
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
    box-shadow: 0 8px 30px rgba(0,0,0,0.20);
}
.loans .slidecontainer{
    position: relative;
    width: 100%;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}
.loans .slidecontainer .how-much{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
}
.loans .slidecontainer .how-much.last{
    margin: 0;
}
.loans .slidecontainer .how-much:after,
.loan .results:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.loans .slidecontainer .how-much .text,
.loans .slidecontainer .how-much .small-text{
    position: relative;
    width: 50%;
    float: left;
}
.loans .slidecontainer .how-much .text .small-text,
.loans .slidecontainer .how-much .text .big-text{
    position: relative;
    width: 100%;
    display: block;
}
.loans .slidecontainer .how-much .text .small-text{
    font-size: 12px;
    color: #969696;
}
.loans .slidecontainer .how-much .text .big-text{
    font-size: 30px;
}
.loans .slidecontainer .how-much .text.right,
.loans .slidecontainer .how-much .small-text.right{
    text-align: right;
}
.loans .slidecontainer .how-much .small-text{
    font-size: 12px;
}

input[type=range] {
    width: 100%;
    margin: 13px 0 6px 0;
    background-color: transparent;
    -webkit-appearance: none;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    background: #e8e8e8;
    border: none;
    width: 100%;
    height: 9px;
    cursor: pointer;
}
input[type=range]::-moz-range-track {
    background: #e8e8e8;
    border: none;
    width: 100%;
    height: 9px;
    cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
    margin-top: -7px;
    width: 22px;
    height: 22px;
    background: var(--colorPrimary);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type=range]::-moz-range-thumb {
    margin-top: -7px;
    width: 22px;
    height: 22px;
    background: var(--colorPrimary);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
}
.forms .small-text{
    font-size: 10px;
}
.forms .wpcf7-form br{
    display: block;
}
.forms .wpcf7-form a{
    color: var(--colorPrimary);
}
.forms .wpcf7-form a:hover{
    text-decoration: none;
}
.forms .wpcf7-form label.half{
    position: relative;
    width: calc(50% - 7px);
    float: left;
}
.forms .wpcf7-form:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.forms .wpcf7-form label.half:nth-child(1),
.forms .wpcf7-form label.half:nth-child(3),
.forms .wpcf7-form label.half:nth-child(5){
    margin-right: 14px;
}
.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control{
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    color: var(--colorPrimary);
}
.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control:focus{
    color: var(--colorPrimary);
}

.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.forms .wpcf7-form label span.wpcf7-form-control-wrap textarea::placeholder{
    color: gray;
    opacity: 1;
}
.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control:-ms-input-placeholder,
.forms .wpcf7-form label span.wpcf7-form-control-wrap textarea:-ms-input-placeholder{
    color: gray;
}
.forms .wpcf7-form label span.wpcf7-form-control-wrap input.wpcf7-form-control::-ms-input-placeholder,
.forms .wpcf7-form label span.wpcf7-form-control-wrap textarea::-ms-input-placeholder{
    color: gray;
}
.forms .wpcf7-form .wpcf7-submit{
    color: var(--colorButtonText);
    background-color: var(--colorButtonBg);
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 350ms;
    margin-top: 8px;
}
.forms .wpcf7-form .wpcf7-submit:hover{
    opacity: .8;
}
.forms .wpcf7-form .wpcf7-submit:focus{
    outline: none;
}
.forms .wpcf7 form.invalid .wpcf7-response-output,
.forms .wpcf7 form.unaccepted .wpcf7-response-output{
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0;
    padding: 10px 15px;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: var(--colorPrimary);
    color: #fff;
}

::-ms-selection {
    background-color: var(--colorPrimary);
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: var(--colorPrimary);
    color: #fff;
}

.entry-content .single-layoute{
    position: relative;
    margin-top: 80px;
    margin-bottom: 60px;
}
.entry-content .single-layoute:after{
    position: relative;
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}
.section-gray{
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #f2f2f2;
    box-sizing: border-box;
}
.date-line{
    position: relative;
    width: 100%;
    margin: 30px 0;
    padding: 25px 0;
    box-sizing: border-box;
    font-size: 14px;
    border-top: 1px solid #d4d4d4;
}


.side-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: min(90vw, 32rem);
    height: 100%;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
    z-index: 999;
    transition: 350ms;
    transform: translateX(-100%);
}
.side-menu.display{
    transform: translateX(0);
}
.side-menu a.logo{
    position: relative;
    margin: 0 auto;
    display: block;
    max-height: 80px;
    text-align: center;
}
.side-menu a.logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80px;
}
.side-menu .main-menu{
    position: relative;
    margin: 64px 0 32px;
    padding: 0;
    width: 100%;
    list-style: none;
    display: block;
}
.side-menu .main-menu li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}
.side-menu .main-menu li:nth-last-child(1){
    border: none;
}
.side-menu .main-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    text-decoration: none;
    padding: 16px 0 16px 8px;
    color: #4f4f4f;
}
.side-menu .main-menu > li > a {
    font-weight: bold;
}
.side-menu .main-menu a > svg {
    height: 1.125rem;
    padding: 1rem .75rem;
    margin: -1rem 0;
}
.side-menu .main-menu li a[target="_blank"] svg {
    position: relative;
    top: -4px;
}
.side-menu .main-menu > li > .sub-menu {
    padding: 4px 20px 4px 28px;
    margin: 0 -20px -1px;
    border-bottom: 1px solid #dbdbdb;
    list-style: none;
    background: #f2f2f2;
}
.side-menu .main-menu li.submenu--opened > a svg {
    transform: scaleY(-1);
    opacity: .4;
}
.side-menu .main-menu li:not(.submenu--opened) > .sub-menu {
    display: none;
}
.side-menu .main-menu > li > .sub-menu a {
    padding: 12px 0;
    font-size: 14px;
}
.side-menu .main-menu > li > .sub-menu .sub-menu{
    padding: 0;
    list-style: none;
    margin: 0 0 0 4px;
}
.side-menu .main-menu > li > .sub-menu > li > .sub-menu {
    margin: 0 -20px 0 -28px;
    padding: 0 28px;
    background: #e2e2e2;
}
.side-menu .main-menu > li > .sub-menu > li > .sub-menu a > svg {
    display: none;
}
.side-menu .main-menu > li > .sub-menu > li > .sub-menu .sub-menu {
    display: block;
}
.side-menu .main-menu > li > .sub-menu > li > .sub-menu .sub-menu a {
    padding: 12px 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.side-menu .main-menu > li > .sub-menu > li > .sub-menu .sub-menu li {
    border: 0;
}
.side-menu .main-menu > li > .sub-menu > li > .sub-menu .sub-menu li:before {
    content: "";
    position: absolute;
    top: -44px;
    left: 0;
    width: 10px;
    height: 64px;
    background: transparent !important;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.side-menu .main-menu > li > .sub-menu > li > .sub-menu .sub-menu li:first-child:before {
    top: 4px;
    height: 16px;
}
.side-menu .wpm-language-switcher{
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
}
.side-menu .wpm-language-switcher li{
    float: none;
    margin: 0 3px;
    padding: 0 0 40px 0;
    display: inline-block;
}
.transparent-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);
    z-index: -50;
    transition: 350ms;
}
.transparent-bg.display{
    background: rgba(0,0,0,0.5);
    z-index: 998;
}
.respo-menu {
    all: unset;
    display: none;
    position: relative;
    float: right;
    cursor: pointer;
    flex-flow: column;
    align-items: center;
    gap: 0.375rem;
    width: 3rem;
    aspect-ratio: 1;
    background: none;
    border: 0;
    color: inherit;
    justify-content: center;
    outline: 0;
    padding: 0 0 .875em;
    margin: .5em 0 .625em;
    z-index: 10;
}

.respo-menu span {
    display: block;
    background: currentColor;
    height: .25rem;
    width: 2rem;
    transform-origin: top center;
    transition: all .25s ease-in-out;
    border-radius: .25em;
}
.respo-menu.opened :nth-child(2) {
    opacity: 0;
}
.respo-menu.opened :nth-child(1) {
    width: 2.375rem;
    transform: translateY(.625rem) rotate(45deg);
}
.respo-menu.opened :nth-child(3) {
    width: 2.375rem;
    transform: translateY(-.625rem) rotate(-45deg);
}
.respo-menu:before {
    content: "MENU";
    position: absolute;
    bottom: 0;
    font-size: .75em;
    font-weight: 900;
}
.under-header{
    position: relative;
    width: 100%;
    height: 89px;
}
@media screen and (max-width : 1500px){
    header{padding: 0 80px;}
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {width: calc(100% - 160px);}
    .sliderMain .banner-slide .container .center .text-field .desc p {font-size: 18px;}
    .sliderMain .banner-slide .container .center .text-field h2 {font-size: 24px;}
    .sliderMain .banner-slide .container {height: calc(100vh - 130px);}
    .entry-content h2{font-size: 34px;}
}

@media screen and (max-width : 1340px){
    header{
        position: fixed;
        background: #fff;
        box-shadow: 0 0 30px rgba(0,0,0,0.2);
    }
    header .main-menu{
        display: none;
    }
    .under-header{
        height: 100px;
    }
    header .wpm-language-switcher{
        display: none;
    }
    .menu-rychly-kontakt-container{
        display: none;
    }
    footer .menu-rychly-kontakt-container{
        display: block;
    }
    .respo-menu{
        display: flex;
    }
    .entry-content .single-layoute{
        margin-top: 40px;
        width: 88%!important;
    }
    .entry-content .single-layoute h1.single-page-title{
        font-size: 44px;
    }
}
@media screen and (max-width : 1439px){
    h1.page-title {
        margin: 48px auto 24px auto !important;
        font-size: 50px;
    }
}
@media screen and (max-width : 1240px){
    h1.page-title {
        margin: 32px auto 20px auto !important;
        font-size: 50px;
    }
    .body_menu li a{font-size: 20px}
    .body_menu li a i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    footer .social_footer_menu{
        flex-wrap: wrap;
        flex-direction: row;
        padding: 30px 0;
    }
    footer .social_footer_menu li{
        width: 100%;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }
}
@media screen and (max-width : 1100px){
    body{
        font-size: 14px;
    }
    .entry-content h2{
        font-size: 34px;
    }
    .carousel .carousel-box .box{
        width: 100%;
    }
    .carousel .carousel-box .box h3.bold{
        width: 100%;
        margin: 30px 0 0 0;
        font-size: 30px;
        text-align: center;
    }
    .carousel .carousel-box .box .desc{
        width: 100%;
        font-size: 12px;
        text-align: center;
        margin: 20px 0;
    }
    .carousel .carousel-box .box .shadow{
        display: none;
    }
    .carousel .carousel-box .box a.img-link{
        margin: 0;
        width: 100%;
    }
    .carousel .carousel-box .box a.img-link .square{
        display: none;
    }
    .carousel .carousel-box .box a.img-link img{
        box-shadow: none;
    }
    .carousel-box .wp-block-buttons{
        text-align: center;
    }
}
@media screen and (max-width : 1000px){
    .body_menu li {
        margin: 0 0 30px 0;
        width: calc(100% * (1/1) - 0px - 0px - 0px);
    }
}
@media screen and (max-width : 900px){
    header {
        padding: 0 8%;
    }
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: calc(100% - 16%);
    }
    .wp-block-column {
        flex-basis: auto!important;
        flex-grow: 0;
    }
    h1.page-title{
        font-size: 32px;
        margin: 24px auto 20px auto !important;
    }
    .entry-content h2 {font-size: 26px;}
    .sliderMain .banner-slide .container .center .text-field .desc p{
        font-size: 16px;
    }
    .sliderMain .banner-slide .container .center .text-field{width: 80%;}
    .sliderMain .banner-slide .container .center .text-field h2{margin: 0 0 10px 0;}
    .sliderMain .banner-slide .container .center .text-field h2:after{margin: 10px 0 0 0;}
    .sliderMain .banner-slide .container .center .text-field .is-style-outline{color: #fff;}
    .wp-block-columns.limitation.has-3-columns .wp-block-column{margin: 0 0 30px 0;}
    .has-text-align-right{text-align: center;}
    .wp-block-buttons.alignright{text-align: center;}
    .wp-block-column:not(:first-child){margin-left: 0;}
    .entry-content iframe{
        margin: 0 0 30px 0;
        display: block;
    }
    .service .wp-block-column{padding: 30px;}
    .service .wp-block-column i:before {font-size: 34px;}
    .entry-content .single-layoute h1.single-page-title{font-size: 30px;}
}

@media screen and (max-width : 780px){
    .sliderMain .banner-slide .container {
        height: auto;
        min-height: 64vh;
    }
    .loans .slidecontainer{
        padding: 0 0 40px 0;
    }
	.wp-block-columns.limitation.has-2-columns .wp-block-column {
    	width: calc(100% * (1/1) - 0px - 0px - 0px);
    }
	.news .wp-block-column .text-zone {
		padding: 30px 30px 40px 30px;
	}
}

@media screen and (max-width : 700px){
    .sliderMain .banner-slide .container .center .text-field{padding: 0 0 0 40px}
    .loans .slidecontainer .how-much .text .big-text{font-size: 22px;}
    .forms .wpcf7-form label.half{
        width: 100%;
    }
	.entry-content h3.spread{font-size: 22px;}
	.wp-block-group.has-background {
		padding: 0;
	}
	.loans{
		padding: 40px 40px 0px 40px;
	}
	.entry-content h3{
		font-size: 24px;
	}
	.entry-content .single-layoute {
		margin-top: 0px;
	}
	.wp-block-spacer{
		height: 20px!important;
		margin: 0!important;
	}
}

@media screen and (max-width : 600px){
    header {
        padding: 0 16px;
    }
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
    .wp-block-group.alignwide .wp-block-group__inner-container {
        width: calc(100% - 32px);
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0 16px;
    }
    .sliderMain .banner-slide .container .center .text-field{
        width: 100%;
        padding: 25px;
    }
    .sliderMain .banner-slide .container .center .text-field h2{
        font-size: 28px;
    }
    .sliderMain .banner-slide .container .center .text-field .desc ul {
        padding-left: 20px;
    }
    .sliderMain .has-normal-font-size{
        font-size: 16px;
    }
    .sliderMain .banner-slide .container .center .text-field .wp-block-buttons{
        margin: 15px 0 0 0;
    }
    .main-banner {
        width: calc(100% - 50px);
    }
    .loans{
        padding: 32px 20px 0px 20px;
    }
    .space{
        height: 30px;
    }
}



/* === Patička === */
.FooterBottom {
    background: rgba(0,0,0,.4);
    color: inherit;
    padding: 2rem 0;
    font-size: .875rem;
    line-height: 1.24;
    margin-top: auto;
}
@media (max-width: 560px) {
    .FooterBottom {
        padding: 1.25rem 0;
        line-height: 1;
    }
}

.FooterBottom-inner {
    width: calc(100% - 260px);
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1500px) {
    .FooterBottom-inner {
        width: calc(100% - 160px);
    }
}

@media screen and (max-width: 900px) {
    .FooterBottom-inner {
        width: calc(100% - 16%);
    }
}

@media screen and (max-width: 600px) {
    .FooterBottom-inner {
        width: calc(100% - 32px);
    }
}

.FooterBottom a {
    color: inherit;
    transition: opacity .24s ease;
}

.FooterBottom a.u-inlineLink:hover {
    opacity: .8;
    text-decoration: none;
}

.FooterBottom-copyright small {
    font-size: .625em;
    opacity: .64;
}

.FooterBottom-agency {
    display: flex;
    align-items: center;
}

.FooterBottom-agency span {
    margin-right: .625rem;
}
@media (max-width: 560px) {
    .FooterBottom-agency span {
        display: none;
    }
}

.FooterBottom-logo {
    display: flex;
    height: 2.25rem;
}
@media (max-width: 560px) {
    .FooterBottom-logo {
        height: 2rem;
    }
}

.FooterBottom-logo svg {
    width: auto;
    height: 100%;
}

.FooterBottom-logo .c-brand {
    fill: #fff;
}

.FooterBottom-logo .c-accent {
    fill: #ccc;
}

form h3 {
    margin-top: 0;
}

.FormBase {
    display: grid;
    gap: 1rem;
}

@media(min-width: 768px) {
    .FormBase {
        grid-template-columns: 1fr 1fr;
    }
}

.FormBase label {
    margin: 0;
}

.FormBase-el {
    position: relative
}

.FormBase-el br {
    display: none;
}

.FormBase-el label {
    position: absolute;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    left: 16px;
    top: 10px;
    margin: 0;
    opacity: .8;
    z-index: 1;
}

.FormBase-el input[type="text"],
.FormBase-el input[type="email"],
.FormBase-el input[type="tel"],
.FormBase-el select,
.FormBase-el textarea {
    box-sizing: border-box;
    font-family: 'gotham-book', arial, sans-serif;
    background-color: transparent;
    border: 1px solid rgba(210, 210, 210, .8);
    color: inherit;
    font-size: 16px;
    line-height: 40px;
    height: 64px;
    padding: 24px 16px 4px;
    width: 100%;
    transition: all .24s ease-in-out;
}

.FormBase-el input[type="text"]:focus,
.FormBase-el input[type="email"]:focus,
.FormBase-el input[type="tel"]:focus,
.FormBase-el select:focus,
.FormBase-el textarea:focus {
    outline: 0;
    border-color: currentColor;
    background: rgba(0,0,0,.04);
}

.FormBase-el textarea {
    padding-top: 2em;
    min-height: 4em;
    height: auto;
    line-height: inherit;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.FormBase-el .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 8px;
}

.has-background .FormBase-el .wpcf7-not-valid-tip {
    color: #fff;
}

.FormBase-el--wide {
    grid-column: 1/-1;
}

.FormBase-bottom {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin: 8px 0;
}

.FormBase-bottom strong {
    display: block;
    font-size: 12px;
}

.FormBase-bottom strong > i {
    font-style: normal;
    font-weight: 700;
}

.wpcf7-acceptance {
    cursor: pointer;
}

.wpcf7-acceptance input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.wpcf7-acceptance input:checked ~ span {
    --formCheckboxBg: var(--colorPrimary);
    --formCheckboxOpacity: 1;
}

.wpcf7-acceptance label {
    margin: 0;
    color: inherit;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
}

.wpcf7-acceptance .wpcf7-list-item-label > span {
    padding-top: 3px;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    position: relative;
    display: block;
    flex: 0 0 20px;
    width: 20px;
    aspect-ratio: 1;
    border: 1px solid var(--formCheckboxBg, rgba(210, 210, 210, .8));
    border-radius: .25rem;
    background: var(--formCheckboxBg, transparent);
    transition: all .24s ease-in-out;
}

.wpcf7-acceptance .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 11px;
    top: calc(50% - 2px);
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    opacity: var(--formCheckboxOpacity, 0);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .24s ease-in-out;
}

.wpcf7-acceptance .wpcf7-list-item-label a[href] {
    text-decoration: underline;
    color: inherit;
    opacity: .8;
}

.wpcf7-acceptance .wpcf7-list-item-label a[href]:hover {
    text-decoration: none;
    opacity: 1;
}

.no-margin-top {
    margin-top: 0;
}

.error-404 {
    margin-bottom: 6vh;
}

.error-404 .page-title {
    margin-top: 8vh;
    font-size: 120px;
    text-align: center;
    color: var(--colorPrimary);
}

.link-blank-icon {
    margin-left: 6px;
}

.wp-block-columns .wp-block-columns:last-child {
    margin-bottom: 0;
}

.u-hiddenVisually {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.wp-block-gallery {
    margin-top: 2.5em;
    margin-bottom: 2.5em !important;
}

.wp-block-gallery .wp-block-image {
    background: #f5f5f5;
}

.wp-block-gallery .wp-block-image img {
    transition: 350ms;
}

.wp-block-gallery .wp-block-image a[href]:hover img {
    opacity: .64;
}