@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
    font-display: swap;
  src: url('/fonts/Gilroy/Gilroy-Bold.eot'); /* IE9 Compat Modes */
  src: local('Gilroy Bold'), local('Gilroy-Bold'),
       url('/fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/Gilroy/Gilroy-Bold.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
    font-display: swap;
  src: url('/fonts/Gilroy/Gilroy-Regular.eot'); /* IE9 Compat Modes */
  src: local('Gilroy Regular'), local('Gilroy-Regular'),
       url('/fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/Gilroy/Gilroy-Regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Gilroy/Gilroy-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
    font-display: swap;
  src: url('/fonts/Gilroy/Gilroy-Medium.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Gilroy/Gilroy-Medium.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
    font-display: swap;
  src: url('/fonts/Gilroy/Gilroy-SemiBold.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
       url('/fonts/Gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Gilroy/Gilroy-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/Gilroy/Gilroy-SemiBold.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Gilroy/Gilroy-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
}
*{
    outline: none;
}
body {
	font-family: "Gilroy";
}
@media (min-width: 992px){
body {
    padding-top: 127px;
	}
}
@media(min-width: 1510px){
.flex_params-1 p {
    line-height: 60px;
}
h1, .h1 {
    font-size: 84px;
}
h2, .h2 {
    font-size: 84px;
}
h3, .h3 {
    font-size: 46px;
}
h4, .h4 {
    font-size: 39px;
}
.flex_params-1 span {
    font-size: 60px;
}
p, .p{
    font-size: 30px;
    }
}
h1, .h1 {
    /*font-size: 84px;*/
    line-height: 95px;
    color: #2e3071;
    font-weight: 500;
}
h2, .h2 {
    margin-bottom: 50px;
    /*font-size: 84px;*/
    color: #2e3071;
    font-weight: 500;
}
h3, .h3 {
    margin-bottom: 25px;
    /*font-size: 46px;*/
    /* line-height: 49px; */
    color: #cf6316;
    font-weight: 500;
}
h4, .h4 {
    /*font-size: 39px;*/
    color: #2e3071;
    font-weight: 500;
}
.flex_params-1 span {
    color: #cf6316;
    /*font-size: 75px;*/
    font-weight: 400;
}
p, .p{
    /*font-size: 30px;*/
    font-weight: 400;
	color: #646466;
	font-family: "Gilroy";
}
.loopPage {
    padding: 97px 10px;
}
p.btn-std {
    margin: 45px 0;
}
input.btn-std.uppercase{
    cursor: pointer;
    border: 0;
}
input.btn-std.uppercase{
    text-transform: uppercase;
}
input.btn-std.uppercase,
p.btn-std a {

   font-size: 28px;
letter-spacing: -1px;
line-height: 10px;
color: #ffffff;
font-weight: 400;
background-color: #cf6316;
font-family: "Gilroy";
    min-width: 319px;
    display: inline-block;
}
p.btn-std:hover,p.btn-std,.cotnainer,nav#navbar,.rot-2,li,ul,a,span, .d-grid div, *::before, *::after{
    transition: 320ms all ease-in-out;
}
p:hover a {
    text-decoration: none;
}

.loop_banner{
    background: url(img/bg_banner-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 !important;
}
.loop_banner > .container{
    height: 0;
    padding-bottom: 100%;
}
@media screen and (min-width: 600px) {
    .loop_banner{
        background: url(img/bg_banner.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        height: calc(100vw * 0.5068083);
    }
    .loop_banner > .container{
        height: 0;
        padding-bottom: calc(100% * 9 / 27);
    }
}

@media screen and (min-width: 600px) and (max-width: 991px) {
    .loop_banner {
        margin-top: 120px;
    }
}

@media(max-width: 1509px){
    .flex_params-1 > div {
    margin-bottom: 25px;
}
    .flex_params-1 span{
        font-size: 32px;
    }
    .flex_params-1 p{
        line-height: 40px;
    }
    h1, .h1 {
        font-size: 72px;
        line-height:normal;
    }
    h2, .h2{
        font-size: 42px;
        line-height:normal;
    }
    h3, .h3{
        font-size: 32px;
        line-height:normal;
    }
    h4, .h4{
        font-size: 22px;
        line-height:normal;
    }
    h5, .h5{
        font-size: 18px;
        line-height:normal;
    }
    p, .p{
        font-size: 16px;
        line-height:normal;
    }
}
@media(max-width: 1200px){
    h1, .h1 {
        font-size: 65px;
        line-height:normal;
    }
    h2, .h2{
        font-size: 40px;
        line-height:normal;
    }
    h3, .h3{
        font-size: 26px;
        line-height:normal;
    }
    h4, .h4{
        font-size: 20px;
        line-height:normal;
    }
    h5, .h5{
        font-size: 18px;
        line-height:normal;
    }
    p, .p{
        font-size: 16px;
        line-height:normal;
    }
}
@media(max-width: 991px){
ul.navbar-nav.ml-auto li a {
    font-size: 25px!important;
}
ul.navbar-nav.ml-auto li {
    text-align: center;
    /* font-size: 23px; */
}
    ul.next_nav {
    /*padding-top: 0!important;*/
display: none!important;

}
    .right_brok {
    margin-left: 0!important;
    margin-right: 15px!important;
    }
    nav#navbar li.diff_li {
    width: 100%;
    }
 nav#navbar li.diff_li a:before {
        display: none;
    }
    h1, .h1 {
        font-size: 60px;
        line-height:normal;
    }
    h2, .h2{
        font-size: 37px;
        line-height:normal;
    }
    h3, .h3{
        font-size: 29px;
        line-height:normal;
    }
    h4, .h4{
        font-size: 19px;
        line-height:normal;
    }
    h5, .h5{
        font-size: 17px;
        line-height:normal;
    }
    p, .p{
        font-size: 16px;
        line-height:normal;
    }
}
@media(max-width: 768px){
    .flex_params-1 span {
        font-size: 28px!important;
    }
    h1, .h1 {
        font-size: 55px;
        line-height:normal;
    }
    h2, .h2{
        font-size: 32px;
        line-height:normal;
    }
    h3, .h3{
        font-size: 27px;
        line-height:normal;
    }
    h4, .h4{
        font-size: 18px;
        line-height:normal;
    }
    h5, .h5{
        font-size: 16px;
        line-height:normal;
    }
    p, .p{
        font-size: 15px;
        line-height:normal;
    }
}
@media(max-width: 600px){
    h1, .h1{
        font-size: 38px;
        line-height:normal;
    }
    h2, .h2{
        font-size: 26px;
        line-height:normal;
    }
    h3, .h3{
        font-size: 22px;
        line-height:normal;
    }
    h4, .h4{
        font-size: 16px;
        line-height:normal;
    }
    h5, .h5{
        font-size: 15px;
        line-height:normal;
    }
    p, .p{
        font-size: 15px;
        line-height:normal;
    }
}
.navbar-header .navbar-brand {
    padding: 10px 9px;
    max-width: 185px;
}
@media(max-width: 991px){
    .navbar-collapse {
        /*background: #000000a6;*/
            padding: 15px 0px;
    }
}

#navbar ul li a, #navbar ul li a span{
   font-size: 28px;
   color: #2e3071;
	font-weight: 400;
	font-family: "Gilroy";
}

nav#navbar {
    box-shadow: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
span.navbar-toggler-icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
button.navbar-toggler {
    background: transparent;
    border: 1px solid #2e3071;
    height: 55px;
}
.navbar-toggler .navbar-toggler-icon:before {
    content: "\f0c9";
    font-family: FontAwesome;
    color: #2e3071;
    height: auto;
}
@media (min-width: 576px){}
@media (min-width: 768px){}
@media (min-width: 992px){
.bg_broker {
    /*padding-right: 14%!important;*/
}
    nav#navbar.toFixed {
    padding: 15px 15px;
    box-shadow: 0 -5px 14px 1px #b2b2b2;
}}
@media (max-width: 991px){nav#navbar{position: fixed;}}
@media (min-width: 1200px){}
@media (min-width: 1300px){.container {max-width: 1280px;padding: 0;}}
@media (min-width: 1300px){.container {max-width: 1280px;padding: 0;}}
@media (min-width: 1700px){.container {max-width: 1680px;padding: 0;}}

@media(min-width: 992px){

}
@media(max-width: 991px){

}
h2.special_h2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

h2.special_h2 > span:nth-of-type(1) {
    position: relative;
}
h2.special_h2 > span:nth-of-type(1):before {
    position: absolute;
    content: "";
    width: 20px;
    background: #d06518;
    z-index: 0;
    top: 0;
    left: -20px;
    bottom: 0;
}
h2.special_h2 > span:nth-of-type(1) {
    z-index: 0;
    width: calc(100% - 135px);
    background: #d06518;
    /* transform: translateX(-25px); */
    padding-left: 25px;
    padding: 15px;
}

h2.special_h2 img {
    width: 135px;
    z-index: 1;
}
.flex_50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_50 > div {
    width: 50%;
}
.flex_params-1 > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.flex_params-1 > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.flex_params-1 > div img {
    margin-right: 31px;
}
.flex_params-1 > div img {
    width: 118px;
    margin-right: 54px;
}

.flex_params-2 {
    display: flex;
    flex-wrap: wrap;
}

.flex_params-2 > div {
    text-align: center;
    width: 50%;
}
.group_50.bp_600 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_30{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_30 > div{
	width: 32%;
}
nav#navbar {
    padding: 25px 15px;
}

@media(min-width: 1703px){
    #navbar.toFixed ul li a, #navbar.toFixed ul li a span{
   font-size: 23px;
}
    nav#navbar ul.navbar-nav.ml-auto {
    padding-left: 12.85%;
}
#navbar ul li a {
    padding: 12px 34px;
}
.right_brok{width: 250px;
    height: 250px;}
}
@media(max-width: 1702px){
    /*.left_brok{order: 1;}*/
    /*.right_brok{order: 0;margin-bottom: 15px;}*/
    .right_brok{width: 175px;
    height: 175px;}
    p, .p {
    font-size: 20px;
}
    .group_50.bp_600 .btn-std {
    margin: 0;
    margin-bottom: 10px;
}
    #navbar.toFixed ul li a, #navbar.toFixed ul li a span{
   font-size: 18px;
}
    nav#navbar ul.navbar-nav.ml-auto {
}
#navbar ul li a {
    padding: 12px 10px;
}
#navbar ul li a, #navbar ul li a span{
    font-size: 18px;
}
}
nav#navbar ul.navbar-nav.ml-auto {
    margin-left: unset!important;
    padding-top: 10px;
}
nav#navbar {
    background: #fff;
}
.next_nav{
	list-style-type: none;
}
li.diff_li.diff_li-2 a {
    padding-right: 0!important;
}

div#navbar-menu {
    justify-content: space-between;
    align-items: center;
}
ul.next_nav {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*height: 100%;*/
}
li.diff_li.diff_li-1 a:before {
	vertical-align: sub;
    content: url(img/ic_ft1.png);
    margin-right: 15px;
}
li.diff_li.diff_li-2 a:before {
    vertical-align: sub;
    content: url(img/ic_ft2.png);
    margin-right: 15px;
}
p.btn-std.ic_01 a{max-width: 355px;min-width: 355px;}
p.btn-std.ic_02 a{max-width: 355px;min-width: 355px;}
p.btn-std.ic_03 a{max-width: 355px;min-width: 355px;}
p.btn-std.ic_01 a,
p.btn-std.ic_02 a,
p.btn-std.ic_03 a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	min-height: 79px;
}
p.btn-std.ic_03 a{
background: #2e3071;
}
.flex_50 > div:nth-of-type(1) {
    padding-right: 80px;
    border-right: 1px solid #cf6316;
}
.flex_50 > div:nth-of-type(2) {
    padding-left: 80px;
}
.flex_params-2 img {
    margin-bottom: 15px;
}

.flex_params-2 p {
    color: #2e3071;
    font-weight: 500;
}

.flex_params-2 p span {
    color: #cf6316;
    font-size: 35px;
}

.flex_params-2 > div {
    margin-bottom: 25px;
}
.loop_popis-c p span {
    color: #cf6316;
}
/*.slick-track .slick-slide:nth-of-type(even)({background: darkgrey;}*/
/*.slick-track .slick-slide:nth-of-type(odd)({background: grey;}*/
/* .slick_01 .slick-slide{min-height: 944px;    background: #b9b9b9;} */
.slick_02 .slick-slide{min-height: 209px;    background: #b9b9b9;}
.slick_03 .slick-slide,
.slick_05 .slick-slide,
.slick_04 .slick-slide{min-height: 485px;    background: #b9b9b9;}
video {
    width: 100%;
    height: auto;
}
h2.special_h2 {
position: relative;
    color: #fff;
    font-weight: 400;
}
.slick-group .slick-track > div,
.videoprohlidka_div,
.video_div video{
    background-repeat: no-repeat!important;
   background-size: contain!important;
   background-position: center center!important;
}
.loop_galerie {
    background: #cf6316;
}

.loop_galerie h2, .loop_galerie h3 {
    color: #fff;
}
.slick-prev, .slick-next {
    width: 40px!important;
    height: 40px!important;
    color: white!important;
    background: #001689!important;
    z-index: 99!important;
    border-radius: 50%!important;
}
.slick-prev:before, .slick-next:before {
    opacity: 1!important;
    color: #fff!important;
}
.video_div video{
    cursor: pointer;
}
.video_div{
    position: relative;
}
/*.video-pause:before {
    position: absolute;
    left: 50%;
    top: calc(50% + 35px);
    transform: translate(-50%, -50%);
    background: url(img/ic_ft4.png) no-repeat;
    background-size: contain;
    content: "";
}*/
.video_l:not(.videoprohlidka_div){
    margin-bottom: 55px;
}
.video_l video, .videoprohlidka_div {
    /*min-height: 944px;*/
}
.video_s video {
    min-height: 403px;
}
.video-pause.video_l:before {width: 210px;height: 309px;}
.video-pause.video_s:before {width: 115px;height: 170px;}
/* the slides */
.slick_02 .slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick_02 .slick-list {
    margin: 0 -10px;
}
h2.special_h2.special_04 span:before {
    background: #fff;
    left: -15px;
}
.slick_02 {
    margin-bottom: 55px;
}
.loop_dokumenty p {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
@media(min-width: 1301px){
.loop_dokumenty p a {
    flex-basis: calc((100% - 3 * 1rem) / 4);
    margin-right: 1rem;
    margin-bottom: 1rem;

}
.loop_dokumenty p a:nth-child(4n){

    margin-right: 0rem;
}
}
.loop_dokumenty p a {
    padding: 15px;
    background: #d06518;
    /*width: 24%;*/
    margin-bottom: 15px;
    position: relative;
    color: #fff;
}
.loop_dokumenty p a.pdf_before:after {
	width: 37px;
    height: 38px;
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(img/ic_ft5.png) no-repeat;
    background-size: contain;
    content: "";
}
.loop_dokumenty p a.external_before:after {
    width: 37px;
    height: 38px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(img/ic_ft6.png) no-repeat;
    background-size: contain;
    content: "";
}
span.btn-span {
    position: absolute;
    right: 25px;
    font-size: 27px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    /*padding: 15px;*/
}

span.btn-span img {
    width: 29px;
}
h2.special_h2.special_05 > span:nth-of-type(1):before,
h2.special_h2.special_06 > span:nth-of-type(1):before,
h2.special_h2.special_07 > span:nth-of-type(1):before,
h2.special_h2.special_08 > span:nth-of-type(1):before,
h2.special_h2.special_09 > span:nth-of-type(1):before
{
    display: none;
}
h2.special_h2.special_05 > span:nth-of-type(1),
h2.special_h2.special_06 > span:nth-of-type(1),
h2.special_h2.special_07 > span:nth-of-type(1),
h2.special_h2.special_08 > span:nth-of-type(1),
h2.special_h2.special_09 > span:nth-of-type(1){
    width: calc(100% - 148px);
    margin-left: 12px;
}
a:hover{
    text-decoration: none;
}
h2.special_h2.special_05 span.btn-span span{
    color: #73b2e3;margin-right: 10px;
}
h2.special_h2.special_06 span.btn-span span{
    color: #74b079;margin-right: 10px;
}
h2.special_h2.special_05 > span:nth-of-type(1) {
    background: #73b2e3;
}

h2.special_h2.special_06 > span:nth-of-type(1) {
    background: #74b079;
}

h2.special_h2.special_07 > span:nth-of-type(1) {
    background: #8f79b2;
}

h2.special_h2.special_08 > span:nth-of-type(1) {
    background: #74b079;
}

h2.special_h2.special_09 > span:nth-of-type(1) {
    background: #d1681e;
}
.loop_zajistime h2.special_h2 {
    margin-bottom: 20px;
}
.loop_zajistime p {
    margin-bottom: 50px;
}
.form-me h3{
    color: #2e3071;
}
.flex__form {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
}
.flex__form label{
    font-size: 27px;
    color: #cf6316;
    font-weight: 400;
}
.flex__form input,
.flex__form textarea {
    padding: 15px;
background-color: #ffffff;
border: 1px solid #b4b3b3;
}
.flex__form label,
.flex__form input,
.flex__form textarea {
    width: 100%;
}
span.span_gdpr {
    font-size: 18px;
    color: #646466;
}

span.span_gdpr a {
    color: #cf6316;
    text-decoration: underline;
}

.flex__form label,
label.form-checkbox-label {
    margin-top: 15px;
}
input.btn-std {
    background: #cf6316;
    border: 0;
    color: #fff;
    min-width: 250px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 25px;
}
.bg_broker .diff_li a {
    margin-right: 20px;
    color: #646466;
    font-size: 26px;
}
.bg_broker{
    position: relative;
}
/*.bg_broker:after{
    position: absolute;
    content: "";
    background: url(img/makler.png) no-repeat;
    background-size: contain;
    width: 376px;
    height: 604px;
    bottom: 0;
    right: -20px;
}*/
.loop_kontakt{
    padding-bottom: 0!important;
}

.loop_podobnenabidky .container{
    background: #001689;

}
.loop_podobnenabidky {
    padding: 0!important;
}

.loop_podobnenabidky h3 {
    margin: 0;
    color: #fff;
}

.loop_podobnenabidky p.btn-std {
    margin: 0 0;
}
.loop_podobnenabidky .w-100 {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.loop_podobnenabidky p.btn-std a {
    background: #fff;
    color: #001689;
    padding: 15px;
}
.form-me {
    margin-bottom: 60px;
}
p.btn-std.ic_last a > span:first-child {
    margin-right: 20px;
}
ul.footer-content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 40px;
    list-style-type: none;
    padding-left: 0;
}
ul.footer-content a{
    font-size: 28px;
color: #2e3071;
font-weight: 400;
}
div#partners a.lewest:after {

    vertical-align: sub;
    content: url(img/lewest.png);
    margin-left: 5px;
}
div#partners .container{
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
}
div#partners {
}
label.form-checkbox-label input {
    width: 25px;
}
@media(min-width: 1301px){
    h2.special_h2 > span:nth-of-type(1) {
    font-size: 70px;
    }

h2.special_h2 {
    font-size: 84px;
}
}
@media(max-width: 1300px){
    .loop_dokumenty p {
        justify-content: space-between;
    }
    .loopPage {
    padding: 50px 10px;
}
    .flex_params-1 > div img {
    width: 72px;
    margin-right: 25px;
}
.flex_params-1 span {
    color: #cf6316!important;
    font-size: 40px;
    font-weight: 400;
}
.flex_params-1 p {
    line-height: 35px;
}
.flex_params-2 p span {
    color: #cf6316!important;
    font-size: 28px;
}
.flex_params-2 img {
    margin-bottom: 15px;
    max-height: 60px;
    max-width: 60px;
}

/*.video_l video, .videoprohlidka_div,*/
.slick_01 .slick-slide {
    min-height: 600px;
}
.slick_02 .slick-slide {
    min-height: 110px;
}
.slick_05 .slick-slide,
.video_s video,
.slick_03 .slick-slide, .slick_04 .slick-slide {
    min-height: 252px;
}
.video-pause.video_s:before,
.video-pause.video_l:before {
    width: 60px;
    height: 76px;
}

.video-pause:before {
    top: calc(50% + 22px);
}
}
@media(max-width: 991px){
    .flex_50 > div,
    .flex_30 > div {
    width: 100%;
    }
    .flex_50 > div:nth-of-type(1){
        border: 0;
        padding: 0;
        margin-bottom: 25px;
    }
    .flex_50 > div:nth-of-type(2){
        padding: 0;
    }
    input.btn-std.uppercase, p.btn-std a {
    font-size: 24px;
    }
    .bg_broker:after{
        display: none;
    position: absolute;
    content: "";
    background: url(img/makler.png?a) no-repeat;
    background-size: contain;
    width: 222px;
    height: 356px;
    bottom: 0;
    right: -20px;
}
span.btn-span{
    display: none;
}
h2.special_h2 img {
    width: 67px;
    z-index: 1;
}
h2.special_h2.special_05 > span:nth-of-type(1), h2.special_h2.special_06 > span:nth-of-type(1), h2.special_h2.special_07 > span:nth-of-type(1), h2.special_h2.special_08 > span:nth-of-type(1), h2.special_h2.special_09 > span:nth-of-type(1) {
    width: calc(100% - 79px);
    margin-right: 0!important;
}
h2.special_h2 > span:nth-of-type(1) {
    z-index: 0;
    width: calc(100% - 67px);
}
    /*.flex__form label {
    font-size: 20px!important;
    }
    .flex__form input, .flex__form textarea {
    padding: 5px!important;
    }*/
}
@media(min-width: 1201px){
ul.footer-content {
    justify-content: space-between;
    align-items: center;
    }
}
@media(max-width: 1300px){
    .loop_dokumenty p a{
        width: 48%;
    }
}
@media(max-width: 1200px){
    .left_brok{order: 1;}
    .right_brok{order: 0;margin-bottom: 15px;}
ul.footer-content li{
    margin-right: 10px;
}
    .bk_p{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .loop_dokumenty p a{
        width: 100%;
    }
    .loop_podobnenabidky .w-100 h3 {
    width: 100%;
    margin-bottom: 15px;
    }
    .loop_podobnenabidky .w-100 {
        text-align: center;
        justify-content: center;
    }
}
@media(max-width: 600px){
   ul.footer-content li{
    margin-right: 10px;
        width: 100%;
        margin-bottom: 15px;
}
    .bk_p{
        display: none;
    }
    .flex__form input, .flex__form textarea {
    padding: 5px;
}
.flex__form label, label.form-checkbox-label {
    margin-top: 5px;
}
.flex__form label {
    font-size: 18px;
}
.navbar-header .navbar-brand {
    padding: 0;
    max-width: 110px;
}
body {
    padding-top: 98px;
}
}
@media(max-width: 1600px) and (min-width: 1301px){
.bg_broker:after {
    width: 190px;
    height: 305px;
    }}
.flex_brok {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.left_brok ul {
    max-width: 405px;
}
.right_brok {
    margin-left: 45px;
    background: url(img/makler.jpg?a) no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 50%;
    border: 4px solid #cf6316;
    position: relative;
    /* margin-bottom: 30px; */
}
@media(max-width: 600px){
    ul.footer-content a {
    font-size: 20px;
}
}
@media(max-width: 400px){
    p.btn-std a,
    p.btn-std{
        max-width: 100%!important;
        min-width: 100%!important;
    }
p.btn-std.ic_last span {
    line-height: 29px;
}

p.btn-std.ic_last span {
    width: 100%;
    display: block;
}

p.btn-std.ic_last a span:nth-of-type(1) {
    margin-bottom: 15px;
}
}
p.btn-std:hover {
    transform: translateY(-5px);
}

input.btn-std{

    transition: 320ms all ease-in-out;
}
input.btn-std:hover {
    transform: translateY(-5px);
}

span.btn-span:hover {
    transform: translateY(-54%);
}
span.btn-span a {
    background: #fff;
    padding: 15px;
}
.loop_dokumenty p a:hover {
    transform: translateY(-5px);
}
.loop_thx {
    text-align: center;
}
/*iframe {
    width: 100%;
    height: calc(100vw * 0.37);
}*/
.video_div.video_s{
    overflow:hidden;
    padding-bottom:43.25%;
    position:relative;
    height:0;
}
.videoprohlidka_div{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video_div.video_l{
    overflow:hidden;
    padding-bottom:43.25%;
    position:relative;
    height:0;
}
.videoprohlidka_div iframe,
.video_div iframe{
    border: 0;
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
a.abs_in {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.left_brok h3{
    margin-bottom: 15px;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.lazy-bg-image {
    background: none !important;
    background-image: none !important;
}

.slick_01 .slick-slide {
    min-height: 944px;
}

@media(max-width: 767px){
    .slick_01 .slick-slide{
        min-height: 350px;
    }
}


#loopPage19335 h2.special_h2 img{
    width: auto;
}