@font-face {
    font-family: Raleway-SemiBold;
    src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../fonts/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}

:root {
    --color_1: #0894E2;
}

html {
    scroll-behavior: smooth;
}

* {
    text-align: left;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: Raleway-Regular;
    color: #090B2C;
}

b, strong {
    color: inherit;
}

#lightbox * {
    text-align: left;
    color: #fff;

}

main.main_404 {
    padding: 200px 25px;
    text-align: center;
}

main.main_404 * {
    text-align: center;
}

main.main_404 div {
    width: 100%;
    margin: 20px 0px;
}

.progress-container-wrap {
    width: 5%;
    position: fixed;
    padding-bottom: 25px;
    bottom: 0px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 10;
    pointer-events: none;
}

.progress-container {
    position: relative;
    width: 1px;
    height: 82px;
    background: #000;
}

.progress-bar {
    height: 10px;
    width: 3px;
    top: 0%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    position: absolute;
    background: #0094E2;
    box-shadow: 0px 3px 6px #0094E2;
    border-radius: 1px;
}

.scroll_bar_text {
    left: 50%;
    transform: rotate(-90deg) translate(0%, -50%);
    -webkit-transform: rotate(-90deg) translate(0%, -50%);
    transform-origin: top left;
    font-size: 14px;
    font-family: Raleway-Medium;
    width: 120px;
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: -10%;
}

h3 {
    font-family: Raleway-ExtraBold;
}

button:focus {
    outline: none;
    border: none;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.opacity_0 {
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.opacity_1 {
    opacity: 1 !important;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.max_width_1280 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.max_width_1650 {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
}

.btn_a {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.not_btn_a {
    margin: 13px 0px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    font-family: Raleway-SemiBold;
}

.not_btn_a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.btn_a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(to right, transparent, #fff 50%, transparent);
    opacity: 0.8;
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
}

.btn_a:hover:before {
    left: 100%;
}

.btn_a_blue {
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    background: transparent linear-gradient(90deg, #0094E2 0%, #00B9FF 100%) 0% 0% no-repeat;
    border: none;
    padding: 13px 25px;
    font-family: Raleway-Medium !important;
    font-size: 18px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    z-index: 1;
}

.btn_a_blue:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    z-index: 2;
}

.btn_a_grey {
    color: #090B2C !important;
    text-decoration: none;
    display: inline-block;
    background: #F6F6F6;
    border: none;
    padding: 13px 25px;
    font-family: Raleway-Medium !important;
    font-size: 18px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    z-index: 1;
}

.btn_a_grey:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    z-index: 2;
}

.btn_a_transparent_white {
    text-decoration: none;
    color: #fff !important;
    display: inline-block;
    background: transparent;
    border: solid 1px #fff;
    padding: 13px 25px;
    color: #fff;
    font-family: Raleway-Medium !important;
    font-size: 16px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.btn_a_transparent_white:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.btn_a_transparent_black {
    text-decoration: none;
    display: inline-block;
    background: transparent;
    border: solid 1px #090B2C;
    padding: 13px 25px;
    color: #090B2C;
    font-family: Raleway-Medium !important;
    font-size: 16px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.btn_a_transparent_black:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.btn_a_menu {
    padding: 13px 21px;
    text-transform: none !important;
}

.no_margin_left {
    margin-left: 0px;
}

.no_margin_bottom {
    margin-bottom: 0px;
}

.padding_left_right_10 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/* MENU */

.hamburger {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    background: transparent;
    border: none;
}

.hamburger:hover {
    cursor: pointer;
}

.blok {
    height: 3px;
    border-radius: 3px;
    background-color: #090B2C;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blok1 {
    width: 50%;
    opacity: 0;
    top: 25%;
    left: 15%;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
}

.blok2 {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
}

.blok3 {
    width: 65%;
    opacity: 0;
    bottom: 25%;
    left: 15%;
    transform: translateY(25%);
    -webkit-transform: translateY(25%);
}

.blok4 {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.blokk4 {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
}

.blokk2 {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
}

.blokk {
    opacity: 1;
}

.blokk3 {
    opacity: 1;
}

.menu_logo {
    max-width: 100px;
    float: left;
    height: 95px;
    margin-left: 75px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}

.menu_logo img {
    vertical-align: middle;
}

.width_100 {
    width: 100% !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.width_100>ul {
    pointer-events: auto !important;
}

/* MORE MENU */

#site-navigation>ul>li.hidden {
    display: none;
}

.more {
    cursor: default;
    float: right;
    text-decoration: none;
    position: relative;
}

.more>a {
    font-family: Raleway-SemiBold;
}

.more>a:after {
    content: "\276F";
    position: absolute;
    right: 0;
    transform: translateX(-100%) rotate(90deg);
    -webkit-transform: translateX(-100%) rotate(90deg);
    color: #090B2C;
}

.more>a:hover {
    transform: none !important;
    -webkit-transform: none !important;
    color: #090B2C !important;
}

.more a img {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 15px;
}

.more ul {
    height: auto !important;
    min-width: 100%;
}

.more ul li {
    text-align: left;
    display: block !important;
}

#site-navigation .more>ul {
    background-color: #fff;
    display: none;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 150%;
    left: 0;
    min-width: 150%;
}

.more:hover>ul {
    top: 80% !important;
    transition: top 0.5s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
}

.menu li a:hover {
    color: #0094E2;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.more:hover ul {
    display: block !important;
    background-color: #fff;
    height: auto;
    box-shadow: #3A455A28 0px 7px 45px;
}

/* END MORE MENU*/

/* PRIMARY MENU */

.primary-navigation {
    position: fixed;
    z-index: 99;
    height: 95px;
    width: 100%;
    top: 0;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.primary-navigation .set_max_width_set_margin, .primary-navigation .set_max_width {
    height: 100%;
}

.primary-navigation ul {
    text-align: center;
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}

.primary-navigation ul li a {
    text-align: left;
}

.primary-menu-container li {
    font-size: 18px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.primary-menu-container li a {
    text-decoration: none;
    margin-right: 40px;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.primary-menu-container>ul>li>a {
    text-align: center;
    white-space: nowrap;
}

.menu li a:hover {
    color: #0094E2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menu-item a {
    position: relative;
    text-transform: uppercase;
    font-family: Raleway-SemiBold;
    color: #090B2C;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.primary-menu-container {
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.menu_float_right .menu-item-kontakt a {
    margin-left: 35px;
    margin-right: 35px;
    text-decoration: none;
}

.menu-item-kontakt a {
    text-transform: none !important;
}

.menu_float_right .menu-item-kontakt a:hover {
    color: #0094E2;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.primary-menu-container-mobile .menu-item-kontakt {
    margin-top: 10px;
}

.menu-item-kontakt_predvolba {
    margin-right: 10px;
}

.menu-item-ikonka {
    margin-right: 10px;
    vertical-align: middle;
}

.primary-menu-container-mobile {
    clear: both;
    background-color: #fff;
    position: absolute;
    top: 95px;
    height: calc(100vh - 95px);
    width: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.primary-menu-container-mobile ul {
    background-color: #fff;
    list-style: none;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15px;
    margin-bottom: 15px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.primary-menu-container-mobile>ul {
    padding-left: 25px;
    padding-top: 50px;
    pointer-events: none;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100%;
}

.primary-menu-container-mobile ul::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

.primary-menu-container-mobile ul li {
    text-align: left;
    height: auto;
    padding-right: 15px;
}

.primary-menu-container-mobile ul li a {
    margin: 0 auto;
    text-decoration: none;
    margin-bottom: 10px !important;
    text-align: left;
    display: flex;
    align-items: center;
}

.primary-navigation .current-menu-item>a {
    color: #0094E2;
    position: relative;
}

.primary-navigation .current-menu-parent>a {
    color: #0094E2;
    position: relative;
}

/* SUBMENU */

.submenu_arrow_down_wrap {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.submenu_arrow_down, .primary-menu-container-mobile .submenu_arrow_down {
    position: absolute;
    color: #151627;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    bottom: -2px;
    left: 10px;
}

.primary-menu-container .menu-item-has-children .sub-menu .submenu_arrow_down {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    bottom: 0px;
}

.primary-menu-container .more .menu-item-has-children .sub-menu .submenu_arrow_down {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    bottom: -2px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>a {
    position: relative;
}

.primary-menu-container .menu-item-has-children .sub-menu {
    display: none;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    height: auto;
    box-shadow: #3A455A28 0px 7px 45px;
    z-index: 2;
}

.primary-menu-container .more .menu-item-has-children .sub-menu {
    box-shadow: none;
}

.primary-menu-container-mobile .menu-item-has-children .sub-menu {
    display: block;
}

.menu-item-has-children .sub-menu li, .more li {
    justify-content: left;
}

.primary-menu-container>ul>.menu-item-has-children:hover>.sub-menu {
    position: absolute;
    display: block;
    top: 80%;
    min-width: 150%;
}

.primary-menu-container>ul>li>.sub-menu .menu-item-has-children:hover .sub-menu {
    position: absolute;
    display: block;
    top: 0%;
    left: 100%;
}

.primary-menu-container>ul>.menu-item-has-children>.sub-menu li, .primary-menu-container .more ul li {
    height: auto;
    min-width: 100%;
    width: auto;
    padding: 5px 10px;
}

.sub-menu li a, .more li a {
    margin: 0 !important;
    text-align: left;
}

.primary-menu-container .mega_menu_top_item {
    position: unset;
}

.primary-menu-container .mega_menu_top_item:hover>.sub-menu {
    top: 100% !important;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.primary-menu-container .mega_menu_top_item>.sub-menu {
    position: absolute;
    display: flex !important;
    align-items: flex-end;
    top: 150%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 25px 25px 0 25px;
    width: 95%;
    flex-wrap: nowrap !important;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-height: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    background-color: #fff;
}

.primary-menu-container .mega_menu_top_item>.sub-menu li a {
    font-size: 20px !important;
    font-weight: 700;
    font-family: Raleway-ExtraBold;
    width: 100% !important;
    text-transform: none;
}

.primary-menu-container .mega_menu_top_item>.sub-menu li a:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.primary-menu-container .mega_menu_top_item>.sub-menu li {
    min-width: 0 !important;
    width: 27% !important;
    padding: 10px 5px !important;
}

.primary-menu-container>ul>.mega_menu_top_item .sub-menu .menu-item-object-sluzby a:after {
    display: block;
    width: 100%;
    height: 174px;
    margin-top: 10px
}

.primary-menu-container>ul>.mega_menu_top_item .sub-menu .menu-item-object-sluzby a {
    flex-wrap: wrap;

}

/* MENU FLOAT RIGHT */
.menu_float_right {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.menu_float_right ul {
    list-style: none;
}

.search_form_wrap {
    position: absolute;
    width: 300px;
    z-index: 1;
    top: 100%;
    right: -10px;
    background-color: #fff;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: max-height, opacity 0.3s ease-in-out;
    -webkit-transition: max-height, opacity 0.3s ease-in-out;
}

.primary-menu-container .mega_menu_top_item .sub-menu>.megamenu_kontakt_li {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    align-items: flex-start !important;
    align-self: stretch;
    padding: 10px 5px 10px 25px !important;
    width: 19% !important;
}

.primary-menu-container .mega_menu_title {
    font-size: 28px;
    text-align: left;
    margin-top: 1em;
}

.primary-menu-container .megamenu_kontakt_li .menu-item-ikonka {
    display: none;
}

.primary-menu-container .megamenu_kontakt_li div a {
    margin: 20px 0 !important;
}

.primary-menu-container-mobile .megamenu_kontakt_li {
    display: none;
}

@media only screen and (min-width: 1800px) {

    .primary-menu-container .mega_menu_top_item>.sub-menu {
        left: 10%;
        max-width: 1550px !important;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@media only screen and (min-width: 1280px) {

    .primary-menu-container .mega_menu_top_item .sub-menu>.megamenu_kontakt_li {
        padding: 10px 5px !important;
    }
}

/* HERO */

main {
    overflow-x: hidden;
}

.hero {
    height: calc(100vh - 95px);
    min-height: calc(700px - 95px);
    margin-top: 95px;
    overflow-x: hidden;
}

.swiper_container_hero {
    height: 100%;
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.swiper_container_hero .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper_container_hero .swiper-slide {
    box-shadow: 0px 26px 36px #081A2E11;
    height: 100%;
    display: flex;
    justify-content: left;
    position: relative;
    overflow: hidden;
}

.swiper_container_hero .swiper-slide.swiper-slide-active .hero_img {
    animation: breath 40s ease-in-out infinite;
    -webkit-animation: breath 40s ease-in-out infinite;
}

.hero_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

@keyframes breath {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.hero_left_text_wrap {
    width: 33%;
    min-width: 425px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.hero_left_text_wrap h1>span, .hero_text_container>span {
    padding-right: 10px;
    text-align: right;
}

.hero_left_text_wrap h1, .hero_text_container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.hero_left_span_absolute {
    position: absolute;
    left: 100%;
    width: 47vw;
    padding-left: 20px;
    color: #fff;
    font-family: Raleway-ExtraBold;
    font-size: 80px;
    line-height: 94px;
}

.text_white_all div>* {
    color: #fff;
}

.text_dark_all div>* {
    color: #090B2C;
}

.text_white {
    color: #fff;
}

.text_blue {
    color: #0094E2;
}

.text_dark {
    color: #090B2C;
}

.hero_left_text_wrap p {
    font-family: Raleway-Medium;
    font-size: 16px;
    line-height: 30px;
    max-width: 365px;
    padding-right: 10px;
}

.hero_left_text_wrap p:first-of-type {
    margin-top: 20px;
}

.hero_left_text_wrap p:last-of-type {
    margin-bottom: 20px;
}

.hero_left_button_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 365px;
    position: relative;
    z-index: 1;
}

.hero_left_button_wrap a {
    margin-right: 10px;
    margin-bottom: 10px;
}

.krajni_text {
    position: absolute;
    font-family: Raleway-SemiBold;
    font-size: 18px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: top left;
    z-index: 0;
}

.krajni_text_desktop {
    left: 20px;
    bottom: 0px;
}

.krajni_text_mobile {
    display: none;
}

.hero_left_text_wrap .hero_maly_nadpis {
    font-family: Raleway-ExtraBold;
    font-size: 53px;
    width: 100%;
    text-align: right;
}

.hero_left_text_wrap .hero_velky_nadpis {
    font-family: Raleway-ExtraBold;
    font-size: 80px;
    line-height: 94px;
    width: 100%;
    position: relative;
    text-align: right;
}

.swiper_hero_button {
    background-color: #090B2C;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.swiper_hero_button:hover {
    cursor: pointer;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.hero_swiper_buttons_container {
    position: absolute;
    bottom: 20px;
    left: 60px;
    z-index: 1;
}

.swiper_hero_button_prev {
    margin-right: 15px;
}

.hero_not_swiper {
    width: 100%;
    min-height: 220px;
    margin-top: 95px;
    display: flex;
    align-items: center;
    justify-content: left;
    overflow: hidden;
}

.hero_not_swiper .hero_left_text_wrap {
    width: 33%;
    min-width: 600px;
    min-height: 220px;
    padding-top: 75px;
    padding-bottom: 75px;
}

/* SECTION */

section h2 {
    font-size: 100px;
    font-family: Raleway-ExtraBold;
    line-height: 118px;
    opacity: 0.22;
    position: absolute;
    top: 20px;
    left: -45px;
    width: 100%;
}

.section_reference:nth-of-type(odd) h2 {
    left: -45px;
}

section h3 {
    margin-bottom: 25px;
    font-size: 28px;
}

section p {
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 25px;
}

.section_popis_wrap {
    width: 100%;
    max-width: 330px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section_popis_wrap .custom_text {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: Raleway-Medium;
}

.section_popis_wrap .btn_a {
    margin-right: 27px;
}

/* SECTION SLUZBY */

.section_sluzby {
    position: relative;
}

.sluzby_wrap {
    position: relative;
    padding: 160px 0px 90px 0px;
}

.sluzby_wrap h2 {
    opacity: 1;
    color: #F6F6F6;
    z-index: 0;
    top: 80px;
}

.o_nas_wrap h2 {
    opacity: 1;
    color: #F6F6F6;
    z-index: -1;
    top: -80px;
}

.swiper_sluzby_button {
    background-color: #090B2C;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 130px;
    z-index: 1;
    border-radius: none !important;
}

.swiper_sluzby_button:hover {
    cursor: pointer;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.swiper_sluzby_button_next {
    right: 10px;
}

.swiper_sluzby_button_prev {
    left: 10px;
}

.swiper_sluzby_button_prev.swiper-button-disabled, .swiper_sluzby_button_next.swiper-button-disabled {
    display: none;
}

.gradient_right {
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 200px;
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.gradient_left {
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 200px;
    background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.sluzba_container {
    box-shadow: 0px 26px 36px #081A2E12;
    height: 396px;
    width: 370px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sluzba_container a {
    text-decoration: none;
}

.sluzba_container:hover {
    transform: scale(1.02) !important;
    -webkit-transform: scale(1.02) !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.sluzba_img_wrap {
    width: 100%;
    height: 66%;
    position: relative;
    overflow: hidden;
}

.sluzba_img_wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sluzba_img_wrap .nove_u_nas {
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
    padding: 10px 15px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.sluzba_text_wrap {
    width: 100%;
    height: 34%;
    position: relative;
    padding: 20px;
}

.sluzba_text_wrap span:first-of-type {
    font-family: Raleway-ExtraBold;
    font-size: 20px;
    line-height: 29px;
}

.sluzba_text_wrap span:last-of-type {
    text-decoration: underline;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: Raleway-SemiBold;
    font-size: 16px;
}

/* SECTION O NÁS */

.o_nas_wrap {
    position: relative;
}

.section_o_nas {
    width: 100%;
    padding: 100px 0px;
    min-height: 357px;
    position: relative;
}

.section_o_nas_overlay {
    background: #090B2CCF;
    height: 50%;
    width: 95%;
    max-width: 1625px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: -1;
}

.section_o_nas h3 img {
    height: 24px;
    vertical-align: middle;
}

.section_o_nas h3 {
    font-size: 22px;
}

.section_o_nas .o_nas_wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.section_o_nas .section_popis_wrap {
    width: 55%;
    max-width: none;
    padding: 0px 60px 0px 25px;
}

.o_nas_img_wrap img {
    object-fit: cover;
    width: 100%;
    max-height: 357px;
    border: 10px solid #fff;
    border-right: none;
}

.o_nas_img_wrap {
    width: 45%;
    max-height: 357px;
    position: relative;
}

.o_nas_img_wrap svg {
    position: absolute;
    height: calc(100% - 20px);
    right: 0px;
    top: 10px;
}

/* SECTION REFERENCE */

.section_reference {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

.section_reference:last-of-type {
    margin-bottom: 0px;
}

.section_reference * {
    color: #fff;
}

.section_reference_no_background * {
    color: #090B2C;
}

.section_reference h2 {
    color: #F6F6F6;
    opacity: 0.22;
    z-index: -1;
}

.section_reference_no_background h2 {
    color: #F6F6F6;
    opacity: 1;
}

.section_reference_overlay {
    height: 100%;
    width: 95%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.section_reference_background {
    height: 100%;
    width: 95%;
    position: absolute;
    z-index: -2;
    top: 0;
}

.section_reference:nth-of-type(odd) .section_reference_background {
    right: 0;
}

.section_reference:nth-of-type(odd) .section_reference_overlay {
    right: 0;
}

.section_reference:nth-of-type(odd) .section_popis_wrap {
    order: -1;
    margin-right: 50px;
}

.section_reference:nth-of-type(even) .section_popis_wrap {
    margin-left: 50px;
}

.section_reference:nth-of-type(even) .section_popis_wrap.margin_8 {
    margin-right: 18px;
}

.section_reference:nth-of-type(odd) .section_popis_wrap.margin_8 {
    margin-left: 18px;
}

.reference_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0px;
    position: relative;
}

.reference_container {
    max-width: 245px;
    height: 440px;
}

.reference_container_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.reference_container:nth-of-type(1) {
    margin-right: 25px;
}

.reference_container:nth-of-type(3) {
    margin-left: 25px;
}

.reference_img_wrap {
    width: 100%;
    height: 80%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 26px 36px #081A2E12;
}

.reference_text_wrap {
    padding-top: 20px;
    width: 100%;
    height: 17%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.reference_text_wrap>span {
    display: block;
    font-size: 14px;
    font-size: 16px;
    letter-spacing: 0.32px;
    width: 100%;
}

.reference_text_wrap>span:first-of-type {
    margin-bottom: 10px;
}

.reference_text_wrap>span:first-of-type strong {
    font-family: Raleway-Extrabold;
    font-size: 16px;
    letter-spacing: 0.32px;
}

.ref_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.ref_img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.plus_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 13px;
    background-color: #fff;
    vertical-align: middle;
}

/* SECTION LOGA*/

.section_loga {
    padding: 100px 0px;
    overflow-x: hidden;
    position: relative;
}

.loga_gallery {
    width: 100%;
}

.loga_gallery .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

.loga_gallery img {
    object-fit: contain;
    vertical-align: middle;
}

.swiper_loga_pagination {
    bottom: 50px !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

.swiper_loga_pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #707070;
    position: relative;
    margin: 0 8px !important;
}

.swiper_loga_pagination .swiper-pagination-bullet:focus {
    outline: none;
}

.swiper_loga_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0094E2;
}

.swiper_loga_pagination .swiper-pagination-bullet-active:before {
    content: '';
    width: 20px;
    height: 20px;
    left: -50%;
    top: -50%;
    background: transparent;
    border: 2px solid #151627;
    border-radius: 50%;
    position: absolute;
}

/* SECTION NAVSTIVTE */

.section_navstivte {
    width: 100%;
    min-height: 175px;
    position: relative;
    overflow: hidden;
}

.section_navstivte span {
    color: #fff;
    font-size: 21px;
}

.section_navstivte span, .section_navstivte a {
    margin: 0px 20px;
}

.section_navstivte_overlay {
    background: #0094E2CF;
    height: 100%;
    width: 95%;
    position: absolute;
    right: 0;
    z-index: -1;
}

.section_navstivte_background {
    position: absolute;
    right: 0;
    height: 100%;
    width: 95%;
    z-index: -1;
}

.section_navstivte .max_width_1280 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 75px 0px;
}

.section_navstivte .max_width_1280>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

/* FORM */

#napiste_nam {
    padding-top: 150px;
}

#footer h3 {
    font-size: 24px;
}

.form_wrap {
    position: relative;
}

.form_wrap h2 {
    font-size: 100px;
    font-family: Raleway-ExtraBold;
    z-index: -1;
    position: absolute;
    top: 0px;
    left: -45px;
    width: 100%;
    color: #F6F6F6;
    opacity: 1;
    transform: translateY(-60%);
}

#footer form {
    margin-top: 75px;
    margin-bottom: 100px;
}

#footer .flex_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#footer .flex_container .form_field {
    width: 32%;
}

.btn_submit {
    font-family: Raleway-Bold;
    font-size: 18px;
    text-decoration: underline;
    border: none;
    background: none;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.btn_submit[disabled]:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.btn_submit:hover {
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.wpcf7-response-output {
    border: 0 !important;
    margin: 25px 0 0 0 !important;
    padding: 0 !important;
}

.wpcf7-not-valid-tip {
    text-align: left;
}

.form_field_button {
    position: relative;
}

.ajax-loader {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.flex_container .form_field input {
    border: none;
    border-bottom: 1px solid #090B2C80;
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    text-align: left;
}

.form_field textarea {
    border: none;
    border-bottom: 1px solid #090B2C80;
    resize: none;
    width: 100%;
    min-height: 200px;
    font-size: 16px;
    margin-top: 50px;
    text-align: left;
}

.form_field input:focus {
    border-bottom: 1px solid #090B2C;
    outline: none;
}

.form_field textarea:focus {
    border-bottom: 1px solid #090B2C;
    outline: none;
}

.form_field_checkbox {
    margin: 25px 0px;
}

.form_field_checkbox div label {
    vertical-align: middle;
}

.form_field_checkbox input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

/* FOOT */

.social_media a, .foot_copyright a {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    text-decoration: none;
}

.social_media a:hover, .foot_copyright a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.foot_adresy_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}

.foot_adresy_background_img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 75px;
    z-index: -2;
}

.social_media {
    width: 75px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 0;
}

.social_media a {
    margin-bottom: 25px;
}

.social_media a:last-of-type {
    margin-bottom: 0px;
}

.foot_adresy_background_overlay {
    background: #040517B0 0% 0% no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 75px;
}

.foot_adresy {
    padding: 100px 0px;
    height: 100%;
    width: 100%;
}

.foot_adresa_ul {
    list-style: none;
    line-height: 40px;
}

.foot_kontakt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    margin: 45px 0px;
}

.foot_kontakt div {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
}

.foot_kontakt a span {
    vertical-align: middle;
    font-size: 36px;
    color: inherit;
}

.foot_kontakt a {
    text-decoration: none;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    display: inline-block;
    color: #fff;
}

.foot_kontakt a:hover {
    text-decoration: none;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    color: #0094E2;
}

.foot_kontakt img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.foot_adresy span, ul li {
    color: #fff;
    font-size: 18px;
}

.li_company {
    font-family: Raleway-Bold;
}

.foot_copyright {
    min-height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow-x: hidden;
    padding-left: 10px;
}

.foot_copyright_center>* {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
}

.foot_copyright_right {
    margin-right: 75px;
    display: flex;
    align-items: center;
}

.foot_copyright_right span {
    margin-right: 7px;
    margin-left: 7px;
}

.foot_copyright_right span:first-of-type {
    font-family: Raleway-Bold;
}

.foot_copyright_right .up_arrow {
    width: 75px;
    text-align: center;
    position: absolute;
    right: 0%;
    margin-right: 0px;
}

.yashica_logo_img {
    width: 77px;
}

.social_media .up_arrow {
    display: none;
}

.up_arrow {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.up_arrow:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.foot_logo {
    vertical-align: middle;
    margin-left: 65px;
}

/* KONTAKTUJTE NAS*/

main.main_content {
    padding-top: 75px;
}

.kontakt_wrap {
    padding-top: 75px;
    display: flex;
    flex-wrap: nowrap;
}

.kontakt_table {
    width: 50%;
    display: table;
}

.kontakt_table div div:first-of-type {
    padding-right: 40px;
    min-width: 120px;
    vertical-align: top;
    font-family: Raleway-Medium;
    font-size: 18px;
}

.kontakt_table>div {
    display: table-row;
}

.kontakt_table div div {
    line-height: 40px;
    display: table-cell;
}

.kontakt_table div div:last-of-type {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.kontakt_table div div span {
    width: 100%;
}

.kontakt_table div div span:first-of-type {
    font-family: Raleway-Bold;
}

.kontakt_table .tr_social_media a {
    margin-right: 20px;
    vertical-align: middle;
}

.kontakt_table .tr_social_media a:last-of-type {
    margin-right: 0px;
}

.td_telefon {
    font-size: 28px;
}

.td_telefon strong {
    font-family: Raleway-ExtraBold;
}

.kontakt_email {
    font-family: Raleway-ExtraBold;
    font-size: 28px;
    color: #0094E2;
    text-decoration: none;
}

.map_pins_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map_pins_container span {
    cursor: pointer;
    font-size: 16px;
    font-family: Raleway-SemiBold;
    position: relative;
    margin-bottom: 30px;
}

.map_pins_container .selected_pin {
    color: #0796E2;
    padding-left: 20px;
}

.map_pins_container .selected_pin:before {
    content: url('../img/place.svg');
    position: absolute;
    left: 0;
}

.map_wrap {
    width: 50%;
}

#map {
    width: 100%;
    height: 526px;
}


#map .znacka {
    max-width: 55px;
}

#map .card * {
    font-size: 14px;
}

#map .card {
    width: auto !important;
    min-width: 150px;
}

#map .card .card-body>p {
    margin-bottom: 7px;
    line-height: normal;
}

#map .card .card-body>p:last-of-type {
    margin-bottom: 0px;
}

#map .card img {
    float: left;
    max-width: 150px;
    max-height: 110px;
    margin-bottom: 10px;
}

/* SECTION CONTENT */

.section_content p {
    font-size: 18px;
}

/* SLUZBA */

.postup_nadpis1 {
    font-size: 18px;
    font-family: Raleway-Medium;
    margin-bottom: 8px;
}

.postup_nadpis2 {
    font-size: 24px;
    font-family: Raleway-Bold;
}

.postup_wrap {
    margin-top: 30px;
}

/* ROLL */

.roll_container {
    border-radius: 0;
    background: #F6F6F6;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0px 50px;
    position: relative;
    border: 1px solid transparent;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.roll_number {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roll_center_visible {
    font-family: Raleway-SemiBold;
    font-size: 16px;
    text-align: left;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    cursor: pointer;
}

.roll_center_hidden {
    text-align: left;
    max-height: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.roll_center_hidden p {
    text-align: left;
    line-height: normal;
    font-size: 14px;
}

.roll_center_hidden p:last-of-type {
    margin-bottom: 0px;
}

.roll_arrow {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.postup_tick {
    position: absolute;
    top: 14px;
    left: 17px;
}

.roll_container_open {
    background: none;
    border: 1px solid #E7E7F3;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.roll_container_open .roll_arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.roll_container_open .roll_center_hidden {
    max-height: 2000px !important;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    padding-bottom: 20px;
}

.section_konzultace_banner {
    min-height: auto;
    margin-top: 120px;
}

.section_konzultace_banner a {
    margin: 20px 20px;
}

.konzultace_banner>div>p {
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
}

.konzultace_banner>div>p * {
    color: #fff;
}

.konzultace_banner>div>p strong {
    font-family: Raleway-Bold;
}

.konzultace_banner {
    padding: 30px 0px !important;
}

.konzultace_banner>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.section_reference:nth-of-type(odd) .section_konzultace_banner .konzultace_banner>div {
    margin-left: 18px;
}

.section_reference:nth-of-type(even) .section_konzultace_banner .konzultace_banner>div {
    margin-right: 18px;
}

.section_navstivte .max_width_1280>div {
    margin-left: 18px;
}

.section_reference:nth-of-type(even) .section_konzultace_banner .section_navstivte_background {
    left: 0;
}

.section_reference:nth-of-type(even) .section_konzultace_banner .section_navstivte_overlay {
    left: 0;
}

/* PODSLUZBY */

.podsluzby_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
}

.podsluzba_container {
    margin: 15px;
    height: auto;
    min-height: 400px;
    width: calc(100% / 3 - 30px);
    position: relative;
    box-shadow: 0px 26px 36px #081A2E12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.podsluzba_container:not(.no_hover):hover {
    transform: scale(1.02) !important;
    -webkit-transform: scale(1.02) !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;

}

.podsluzba_container:not(.no_hover):hover .podsluzba_img {
    box-shadow: 0px 26px 36px #081A2E12;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.podsluzba_container a {
    height: 100%;
    width: 100%;
    text-decoration: none;
    display: block;
}

.podsluzba_container .podsluzba_img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.podsluzba_container_vlastni {
    align-self: flex-start;
}

.podsluzba_text_wrap {
    height: auto;
    width: 100%;
    padding: 20px;
}

.podsluzba_nadpis {
    font-family: Raleway-ExtraBold;
    font-size: 20px;
    line-height: 29px;
}

.podlsuzba_odkaz {
    text-decoration: underline;
    font-family: Raleway-SemiBold;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.podsluzba_text_wrap p {
    font-size: 14px;
    line-height: 32px;
}

.podsluzba_load_more_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.podsluzba_load_more_btn {
    border-radius: 50%;
    display: block;
    box-shadow: 0px 3px 35px #1f538e2d;
    background: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-bottom: -20px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.podsluzba_load_more_btn.minus {
    background-color: var(--color_1);
}

.podsluzba_load_more_btn.minus .v_line {
    display: none;
}

.podsluzba_load_more_btn.minus .h_line {
    fill: #fff !important;
    stroke: #fff !important;
}

.podsluzba_load_more_container {
    overflow: hidden;
    max-height: 125px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: relative;
}

.podsluzba_load_more_container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(to bottom, #ffffff00, #ffffff);
}

.podsluzba_load_more_container.show {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    max-height: 200em;
}

.podsluzba_load_more_container.show:before {
    content: none;
}

/* SECTION REALIZACE VYPIS */

.section_h_wrap {
    position: relative;
    padding-bottom: 60px;
    padding-top: 50px;
}

.section_h_wrap p {
    font-size: 18px;
    font-family: Raleway-Medium;
    margin-bottom: 10px;
    margin-top: 15px;
}

.section_h_wrap h2 {
    opacity: 1;
    color: #F6F6F6;
    z-index: -1;
}

.section_h_wrap h3 {
    margin-bottom: 0px;
}

.realizace_vypis_podsluzby_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.realizace_vypis_podsluzby_wrap div {
    display: inline-block;
    height: auto;
}

.realizace_vypis_podsluzby_wrap span {
    margin: 3px 10px 3px 0;
    display: inline-block;
    text-align: left;
}

.realizace_vypis_container {
    padding: 15px 0 75px 0;
}

.zadne_realizace {
    padding: 15px 0;
    text-align: left;
}

.vypis_realizace_item_container {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 26px 36px #081A2E12;
}

.vypis_realizace_item_img {
    transition: all 1.3s ease-in-out;
    -webkit-transition: all 1.3s ease-in-out;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.vypis_realizace_item_container:hover .vypis_realizace_item_img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: all 1.3s ease-in-out;
    -webkit-transition: all 1.3s ease-in-out;
}

.vypis_realizace_item_text_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #090B2C80 0% 0%;
    padding-left: 20px;
}

.vypis_realizace_item_text_wrap span {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.32px;
}

.vypis_realizace_item_text_wrap .plus_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 13px;
    background-color: #fff;
    vertical-align: middle;
}

.vypis_realizace_item_container_1 {
    width: calc(60% - 15px);
    margin-left: 0;
    margin-right: 15px;
    height: 287px;
    float: left;
}

.vypis_realizace_item_container_2 {
    width: calc(40% - 15px);
    margin-right: 0;
    margin-left: 15px;
    float: right;
    height: 287px;
}

.vypis_realizace_item_container_3 {
    width: calc(40% - 15px);
    margin-left: 0;
    height: 604px;
    float: left;
}

.vypis_realizace_item_container_4 {
    width: calc(40% - 30px);
    float: left;
    height: 287px;
    margin-right: 15px;
    margin-left: 15px;
}

.vypis_realizace_item_container_5 {
    width: calc(20% - 15px);
    margin-right: 0;
    margin-left: 15px;
    float: right;
    height: 287px;
}

.vypis_realizace_item_container_6 {
    width: calc(60% - 15px);
    margin-right: 0;
    margin-left: 15px;
    float: right;
    height: 287px;
}

#realizace_load_more_wrap {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 50px;
    padding-bottom: 75px;
}

#realizace_load_more {
    display: none;
    border-radius: 50%;
    box-shadow: 0px 3px 35px #1F538E2D;
    background: #fff;
    padding: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#realizace_load_more:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.realizace_load_more_load {
    display: inline-block;
    animation: rotate 1s infinite;
}

/* O NAS */
.predstaveni_container {
    box-shadow: 0 26px 36px #081A2E11;
    background-color: #fff;
    padding: 20px 70px;
}

.predstaveni_container p {
    text-align: left;
}

.timeline_rok {
    font-family: Raleway-ExtraBold;
    font-weight: 700;
    font-size: 28px;
    text-align: left;
}

.swiper_timeline_wrap {
    margin-bottom: 50px;
}

.timeline_container p {

    text-align: left;
}

.timeline_buttons_container {
    display: flex;
    justify-content: space-between;
}

.timeline_buttons_container .swiper_button {
    background-color: #090B2C;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.timeline_buttons_container .swiper-button-disabled {
    opacity: 0;
    cursor: default;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.swiper_timeline_wrap .swiper-slide {
    position: relative;
}

.swiper_timeline_wrap .swiper-slide:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #0094E2;
}

.swiper_timeline_wrap .swiper-slide:last-of-type:before {
    background-image: linear-gradient(to right, #0094E2, #00B9FF);
}


.timeline_container {
    position: relative;
    padding: 67px 10px 0 0;
}

.timeline_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 67px;
    width: 2px;
    background-color: #000;
}

.proc_my_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    width: calc(100% + 20px);
}

.proc_my_container h4 {
    font-family: Raleway-ExtraBold;
    font-weight: 700;
    font-size: 20px;
}

.proc_my_container p {
    font-family: Raleway-Regular;
    font-size: 14px;
}

.proc_my_container {
    position: relative;
    margin: 10px;
    width: calc(100% / 3 - 20px);
    box-shadow: 0 26px 36px #081A2E11;
    padding: 30px 20px;
    background-color: #fff;
}

.proc_my_number {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: .06;
    font-family: Raleway-ExtraBold;
    font-weight: 700;
    font-size: 100px;
    color: var(--color_1);
}

.header_wrap {
    position: relative;
    padding-bottom: 100px;
    z-index: -1;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

/* PRIVACY POLICY */

main.main_privacy_policy {
    padding-top: 125px;
}

main.main_privacy_policy * {
    text-align: left;
}

@media only screen and (min-width: 1921px) {
    .section_o_nas_overlay {
        margin-right: 20%;
        max-width: none;
        width: 90%;
    }
}

@media only screen and (min-width: 2300px) {
    .section_o_nas_overlay {
        margin-right: 20%;
        max-width: none;
        width: 80%;
    }
}

@media only screen and (max-width: 1650px) {
    .menu_float_right ul {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
        justify-content: center;
    }

    .menu_float_right ul li {
        margin: 5px 0;
    }

    .menu_float_right .menu-item-kontakt a {
        margin-left: 15px;
        margin-right: 15px;

    }

    .menu_logo {

        margin-left: 25px;


    }

    .primary-menu-container li a {

        margin-right: 20px;
        margin-left: 20px;

    }
}

@media only screen and (max-width: 1545px) {
    .section_reference:nth-of-type(odd) h2 {
        left: 0px;
    }
}

@media only screen and (max-width: 1439px) {
    .section_reference:nth-of-type(even) .section_popis_wrap.margin_8 {
        margin-right: 6%;
    }

    .section_reference:nth-of-type(odd) .section_popis_wrap.margin_8 {
        margin-left: 6%;
    }

    .section_reference:nth-of-type(odd) .section_konzultace_banner .konzultace_banner>div {
        margin-left: 6%;
    }

    .section_reference:nth-of-type(even) .section_konzultace_banner .konzultace_banner>div {
        margin-right: 6%;
    }

    .section_reference:nth-of-type(odd) h2 {
        left: 5%;
    }

    .section_navstivte .max_width_1280>div {
        margin-left: 6%;
    }
}

@media only screen and (max-width: 1395px) {
    section h2 {
        left: 0px;
    }

    .form_wrap h2 {
        left: 0px;
    }
}

@media only screen and (max-width: 1320px) {
    .swiper_wrapper_sluzby {
        padding-left: 10px;
    }

    .section_reference:nth-of-type(even) .reference_wrap {
        padding-left: 10px;
    }

    .section_reference:nth-of-type(odd) .reference_wrap {
        padding-right: 10px;
    }
}

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

    /* HERO */
    .hero_left_span_absolute {
        width: 43vw;
    }

    /**/
    .section_o_nas_overlay {
        width: 100%;
    }

    .foot_adresy.padding_right_8 {
        padding-right: 75px;
    }
}

@media only screen and (max-width: 1100px) {
    * {
        text-align: center;
    }

    .progress-container-wrap {
        display: none;
    }

    .menu_logo {
        margin-left: 10px;
    }

    .foot_kontakt a span {
        font-size: 30px;
    }

    .foot_logo {
        margin-left: 0px;
    }

    /* HERO */
    .hero_left_span_absolute {
        width: 40vw;
    }

    /**/
    .reference_container:nth-of-type(1) {
        margin-right: 15px;
    }

    .reference_container:nth-of-type(3) {
        margin-left: 15px;
    }

    /* HERO */
    .swiper_container_hero .swiper-slide {
        justify-content: top;
    }

    .hero_left_text_wrap {
        width: 100%;
        min-width: auto;
        height: auto;
        background: none !important;
        justify-content: center;
        align-items: flex-start;
    }

    .hero_left_text_wrap>div {
        width: 100%;
    }

    .hero_left_text_wrap h1, .hero_text_container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
    }

    .background_mobile_white {
        background: #FFFFFFE6;
    }

    .background_mobile_blue {
        background: #0094E2CF;
    }

    .hero_left_text_wrap p {
        order: -1;
        padding-right: 0px;
        padding: 0px 10px;
    }

    .hero_left_button_wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        order: -1;
        padding-right: 0px;
        width: auto;
        max-width: 365px;
    }

    .hero_left_button_wrap a {
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .hero_left_text_wrap .hero_maly_nadpis {
        padding-right: 0px;
        text-align: center;
        font-size: 5vw;
        line-height: 1.3em;
    }

    .hero_left_text_wrap .hero_velky_nadpis {
        padding-bottom: 2vw;
        text-align: center;
        width: 100%;
        padding-right: 0px;
        font-size: 10vw;
        line-height: 1.3em;
    }

    .hero_left_span_absolute {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding-left: 0px;
        font-size: 10vw;
        line-height: 1.3em;
        /* padding-top: 20px; */
    }

    .krajni_text_desktop {
        display: none;
    }

    .krajni_text_mobile {
        display: block;
        bottom: 0px;
        left: 20px;
        font-size: 1.9vw;
    }

    .hero_swiper_buttons_container {
        left: 20px;
        z-index: 1;
    }

    .hero_not_swiper {
        align-items: flex-start;
        height: 50vh;
        min-height: 500px;
    }

    .hero_not_swiper .hero_left_text_wrap {
        width: 100%;
        padding: 0px;
        min-width: auto;
    }

    .hero_not_swiper .hero_left_text_wrap h1 {
        min-height: 250px;
    }

    /* SLUZBY */
    .sluzba_text_wrap {
        text-align: left;
    }

    /* SLUZBA */
    .postup_container * {
        text-align: left;
    }

    .podsluzba_container {
        margin: 15px;
        width: calc(100% / 2 - 30px);
    }

    .podsluzba_container * {
        text-align: left;
    }

    /* SECTION REFERENCE */
    .section_reference:nth-of-type(odd) h2 {
        left: 0;
    }

    .section_reference_overlay {
        width: 100%;
    }

    .section_reference_background {
        width: 100%;
    }

    .section_reference .section_popis_wrap {
        order: -1;
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: none;
        width: 100%;
    }

    .section_reference .section_popis_wrap.margin_8 {
        margin-left: 8% !important;
        margin-right: 8% !important;
    }

    .section_konzultace_banner .konzultace_banner>div {
        margin-left: 0% !important;
        margin-right: 0% !important;
        justify-content: center;
        flex-wrap: wrap;
    }

    .reference_wrap {
        justify-content: space-evenly;
        flex-wrap: wrap;
        justify-content: center;
        padding: 100px 10px;
    }

    .reference_container_wrap {
        flex-wrap: wrap;
    }

    .reference_container {
        margin: 10px !important;
        margin-bottom: 20px !important;
    }

    .reference_text_wrap * {
        text-align: left;
    }

    /* NAVŠTIVTE NÁS */
    .section_navstivte_overlay {
        width: 100%;
    }

    .section_navstivte_background {
        width: 100%;
    }

    /* SECTION O NÁS */
    .section_o_nas {
        width: 100%;
        padding: 100px 0px;
    }

    .section_o_nas_overlay {
        width: 100%;
    }

    .section_o_nas .o_nas_wrap {
        flex-wrap: wrap;
        padding: 0px 0px 0px 0px;
    }

    .section_o_nas .section_popis_wrap {
        width: 100%;
        max-width: none;
        order: -1;
        margin-left: 0px;
        padding: 10px;
    }

    .o_nas_img_wrap {
        width: 100%;
    }

    .o_nas_img_wrap img {
        border: 10px solid #fff;
    }

    .o_nas_img_wrap svg {
        right: 10px;
    }

    .section_popis_wrap .not_btn_a {
        padding: 0px 27px;
    }

    .section_popis_wrap .btn_a {
        margin-right: 0px;
    }

    /* NAVSTIVTE */
    .section_navstivte .max_width_1280 {
        flex-wrap: wrap;
    }

    .section_navstivte span {
        width: 100%;
    }

    .section_navstivte a {
        margin-top: 25px;
    }

    .section_navstivte .max_width_1280>div {
        margin-left: 0%;
        flex-wrap: wrap;
    }

    /* FOOT */
    .form_wrap h2 {
        right: auto;
        left: auto;
    }

    .foot_adresy_wrap {
        flex-wrap: wrap;
    }

    .foot_adresy.padding_right_8 {
        padding-right: 10px;
    }

    .foot_adresy_background_img {
        width: 100%;
        right: 0;
    }

    .foot_adresy_background_overlay {
        width: 100%;
        right: 0;
    }

    .foot_kontakt {
        justify-content: center;
    }

    .foot_kontakt div {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .foot_kontakt div:first-of-type {
        margin-bottom: 25px;
    }

    .foot_kontakt a span {
        font-size: 25px;
    }

    .social_media {
        width: 100%;
        min-height: 75px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        position: static;
        background-color: #fff;
        position: relative;
    }

    .social_media a {
        margin: 0px 10px;
    }

    .foot_copyright {
        padding-right: 10px;
        padding-left: 10px;
        flex-wrap: wrap;
    }

    .foot_copyright_center {
        width: 100%;
    }

    .foot_copyright_center>* {
        margin-bottom: 20px;
    }

    .foot_copyright_left {
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .foot_copyright_left>* {
        margin-bottom: 20px;
    }

    .foot_copyright_right {
        margin-right: 0px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .foot_copyright_right span {
        margin-right: 7px;
        margin-left: 7px;
    }

    .foot_copyright_right>* {
        margin-bottom: 20px;
    }

    .foot_copyright_right .up_arrow {
        display: none;
    }

    .social_media .up_arrow {
        display: block;
        position: absolute;
        right: 10px;
    }

    /* KONTAKTUJTE NAS*/
    .kontakt_wrap {
        flex-wrap: wrap;
    }

    .kontakt_table {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .kontakt_table>div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .kontakt_table div div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .kontakt_table div div:first-of-type {
        padding-right: 0px;
    }

    .kontakt_table .tr_social_media a {
        margin: 0px 10px;
        vertical-align: middle;
    }

    .kontakt_table .tr_social_media a:last-of-type {
        margin-right: 10px;
    }

    .map_wrap {
        width: 100%;
    }

    .map_pins_container {
        justify-content: left;
    }

    .map_pins_container span {
        margin-right: 25px;
    }

    /* SECTION REALIZACE VYPIS */
    .vypis_realizace_item_container * {
        text-align: left;
    }

    .zadne_realizace {
        text-align: left;
    }

    .vypis_realizace_item_container_1 {
        width: calc(40% - 15px);
        float: left;
        height: 287px;
        margin-right: 15px;
        margin-left: 0px;
    }

    .vypis_realizace_item_container_2 {
        width: calc(60% - 15px);
        float: right;
        height: 287px;
        margin-right: 0px;
        margin-left: 15px;
    }

    .vypis_realizace_item_container_3 {
        width: calc(60% - 15px);
        float: left;
        height: 287px;
        margin-right: 15px;
        margin-left: 0px;
    }

    .vypis_realizace_item_container_4 {
        width: calc(40% - 15px);
        float: right;
        height: 287px;
        margin-right: 0px;
        margin-left: 15px;
    }

    .vypis_realizace_item_container_5 {
        width: calc(40% - 15px);
        float: left;
        height: 287px;
        margin-right: 15px;
        margin-left: 0px;
    }

    .vypis_realizace_item_container_6 {
        width: calc(60% - 15px);
        float: right;
        height: 287px;
        margin-right: 0px;
        margin-left: 15px;
    }

    /* LOGA GALLERY */
    .loga_gallery .swiper-slide {
        justify-content: center;
    }

    /* O NAS */
    .proc_my_container p, .proc_my_container h4 {
        text-align: left;
    }
}

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

    /* HERO*/
    .swiper_container_hero {
        width: 100%;
        padding: 0px 10px;
    }

    /* REFERENCE SECTIONS */
    .section_reference:nth-of-type(even) .section_popis_wrap.margin_8 {
        margin-right: 0%;
        margin-left: 0px;
    }

    .section_reference:nth-of-type(odd) .section_popis_wrap.margin_8 {
        margin-left: 0%;
        margin-right: 0px;
    }

    /* SLUŽBY */
    .gradient_right {
        width: 100px;
    }

    .gradient_left {
        width: 100px;
    }

    /* SECTION REFERENCE */
    .section_reference_overlay {
        width: 100%;
    }

    .section_reference_background {
        width: 100%;
    }

    section h2 {
        left: 0;
        font-size: 14vw;
    }

    .section_reference .section_popis_wrap {
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .reference_wrap {
        align-items: center;
        padding: 100px 10px;
    }

    .reference_container:nth-of-type(1) {
        margin-right: 0px;
    }

    .reference_container:nth-of-type(3) {
        margin-left: 0px;
        margin-top: 20px;
    }

    .reference_container {
        max-width: 245px;
        height: 340px;
        margin: 10px !important;
        margin-bottom: 20px !important;
    }

    .reference_text_wrap {
        height: 20%;
        padding-top: 10px;
    }

    .reference_text_wrap span {
        text-align: left;
    }

    .plus_img {
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    /* FOOT */
    .form_wrap h2 {
        font-size: 14vw;
    }

    /* SECTION REALIZACE VYPIS */
    .realizace_vypis_podsluzby_wrap div {
        width: 100%;
        text-align: left;
    }

    .predstaveni_container {

        padding: 20px 50px;
    }

    .proc_my_container {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 768px) {
    @media only screen and (max-height: 800px) {
        .hero_left_text_wrap p {
            font-size: 14px;
            line-height: 28px;
        }
    }
}

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

    /* PODSLUZBY */
    .podsluzby_wrap {
        justify-content: center;
    }

    .podsluzba_container {
        max-width: 400px;
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 640px) {
    #footer .flex_container {
        flex-wrap: wrap;
    }

    #footer .flex_container .form_field {
        width: 100%;
        margin-top: 25px;
    }

    #footer .flex_container .form_field:first-of-type {
        margin-top: 0px;
    }

    /* SECTION VYPIS REALIZACE */
    .vypis_realizace_item_container_1, .vypis_realizace_item_container_2, .vypis_realizace_item_container_3, .vypis_realizace_item_container_4, .vypis_realizace_item_container_5, .vypis_realizace_item_container_6 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 200px;
    }
}

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

    /* HERO */
    .hero_maly_nadpis {
        font-size: 25px !important;
    }

    .hero_velky_nadpis {
        font-size: 52px !important;
    }

    .hero_left_span_absolute {
        font-size: 52px !important;
    }

    .krajni_text_mobile {
        opacity: 0.5;
        font-size: 14px;
    }

    .swiper_wrapper_sluzby {
        padding-left: 0px;
    }

    .sluzba_container {
        margin: 0 auto;
    }

    .gradient_right, .gradient_left {
        display: none;
    }
}

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

    /* SLUŽBY */
    .sluzba_container {
        height: 296px;
        width: 270px;
    }

    .sluzba_text_wrap {
        padding: 10px;
    }

    .sluzba_text_wrap span:first-of-type {
        font-size: 17px;
        line-height: 22px;
    }

    .sluzba_text_wrap span:last-of-type {
        bottom: 10px;
        left: 10px;
    }

    .swiper_sluzby_button {
        bottom: 0;
    }

    .proc_my_container {
        width: calc(100% - 20px);
        padding: 20px 10px;
    }

    .predstaveni_container {
        padding: 20px 20px;
    }
}