/* DO NOT EDIT */
:root {
    --flex_container_margin_bottom: 25px;
}

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

.margin_bottom_50 {
    margin-bottom: 50px !important;
}

.margin_right_0 {
    margin-right: 0 !important;
}

.margin-bottom_0 {
    margin-bottom: 0 !important;
}

.margin_right_0 {
    margin-right: 0 !important;
}

.display-flex {
    display: flex;
}

.flex-direction_row {
    flex-direction: row;
}

.flex-direction_column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap_nowrap {
    flex-wrap: nowrap;
}

.align-items_start {
    align-items: flex-start;
}

.align-items_end {
    align-items: flex-end;
}

.align-items_center {
    align-items: center;
}

.align-items_stretch {
    align-items: stretch !important;
}

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

.align-self_end {
    align-self: flex-end;
}

.align-self_center {
    align-self: center;
}

.justify-self_end {
    justify-self: flex-end;
}

.justify-content_center {
    justify-content: center !important;
}

.justify-content_space-between {
    justify-content: space-between !important;

}

.justify-content_end {
    justify-content: flex-end;
}

.justify-content_start {
    justify-content: flex-start;
}

.align-items_stretch {
    align-items: stretch !important;
}

.h_center h1, .h_center h2, .h_center h3, .h_center h4 {
    text-align: center;
}

.h_make_center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.flex_25 {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.flex_25>.flex_container {
    width: calc(25% - 20px);
    margin: 10px;
}

.flex_25_75 {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.flex_25_75>.flex_container:first-of-type {
    width: calc(25% - 20px);
    margin: 10px;
}

.flex_25_75>.flex_container:last-of-type {
    width: calc(75% - 20px);
    margin: 10px;
}

.flex_20 {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.flex_20>.flex_container {
    width: calc(20% - 20px);
}

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

.flex_3>.flex_container {
    width: calc(100%/3);
}

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

.flex_30_70>.flex_container:first-of-type {
    width: 30%;
}

.flex_30_70>.flex_container:last-of-type {
    width: 68%;
}

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

.flex_70_30>.flex_container:first-of-type {

    width: 68%;
}

.flex_70_30>.flex_container:last-of-type {
    width: 30%;
}

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

.flex_60_40>.flex_container:first-of-type {
    width: 59%;
}

.flex_60_40>.flex_container:last-of-type {
    width: 40%;
}

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

.flex_40_60>.flex_container:first-of-type {
    width: 39%;
}

.flex_40_60>.flex_container:last-of-type {
    width: 59%;
}

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

.flex_50>.flex_container {
    width: 49% !important;
}

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

.flex_30>.flex_container {
    width: calc(97% / 3) !important;
}

.flex_30_40_30 {
    display: flex;
    flex-wrap: wrap;
}

.flex_30_40_30>.flex_container:nth-of-type(1) {
    width: 30%;
}

.flex_30_40_30>.flex_container:nth-of-type(2) {
    width: 40%;
}

.flex_30_40_30>.flex_container:nth-of-type(3) {
    width: 30%;
}

.custom_select_wrap {
    position: relative;
}

.no_shadow {
    box-shadow: none !important;
}

.no_border_radius {
    border-radius: 0 !important;
}

.white-space_normal {
    white-space: normal !important;
}

ul.plus {
    list-style: none;
}

ul.plus li {
    padding-left: 2em;
    position: relative;
}

ul.plus li:before {
    content: '+';
    position: absolute;
    top: 0.3em;
    left: 0.3em;
    line-height: 1em;
}

ul.minus {
    list-style: none;
}

ul.minus li {
    padding-left: 2em;
    position: relative;
}

ul.minus li:before {
    content: '-';
    position: absolute;
    top: 0.3em;
    left: 0.3em;
    line-height: 1em;
}

/* LOGA GALLERY */

.section_loga {
    position: relative;
    overflow: hidden;
}

.loga_text p {
    text-align: center;
    font-size: 18px;
}

.loga_gallery {
    overflow-x: hidden;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 50px;
}

.loga_gallery img {
    max-width: 142px;
}

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

.loga_gallery .swiper-slide {
    display: flex;
    align-items: center;
}

/* CB CONTAINER */
.cb_container {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 18px;
    font-weight: var(--font_weight_light);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    width: auto !important;
    margin: 10px 10px 10px 0 !important;
    line-height: 1.3em !important;
}

.cb_container .wpcf7-form-control-wrap {
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
}

.cb_container span {
    font-size: 18px;
    text-align: left;
    margin: 0;

}

.cb_container input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 1px !important;
    width: 1px !important;
    margin: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: transparent;
    border: 1px solid var(--color_1);
    border-radius: 50%;
}

.cb_container:hover .checkmark {
    background-color: var(--color_2);
}

.cb_container .checkmark.checked {
    background-color: var(--color_1);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb_container .checkmark.checked:after {
    display: block;
    top: 5px;
    left: 5px;
    height: 5px;
    width: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.cb_container a {
    color: var(--color_1);
}

.cb_container a:hover {
    color: var(--color_2);
}

.cb_container_list .checkmark {
    top: 5px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #575656;
}

.cb_container_list span {
    font-size: 18px;
}

/* WPCF */
.wpcf7-spinner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-spinner {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.codedropz-upload-handler {
    margin-top: 5px;
}

.wpcf7-response-output {
    border: none !important;
    margin: 1em 0 1em 0 !important;
    width: 100%;
    text-align: center;
}

.wpcf7-submit {
    text-align: center;
}

.wpcf7-form-control-wrap {
    position: unset !important;
    display: block;
    width: 100%;
    margin-bottom: var(--input_margin_bottom);
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap .select2-container {
    margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

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

.submit_btn_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 25px;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
    background-color: var(--color_1);
    cursor: pointer;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: none;
    display: inline-block;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    white-space: nowrap;
    border: 0;
    text-align: left;
    font-size: var(--btn_font_size);
    position: relative;
    font-weight: var(--font_weight_medium);
    padding: 11px 36px;
    border-radius: 0;
    background-color: var(--color_2);
    color: var(--bila);
}

/* MODAL */

.modal_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff88;
}

.modal_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    padding: 80px 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.modal_wrap.show {
    z-index: 999;
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.modal_container {
    width: 100%;
    max-width: 1150px;
    background-color: #fff;
    padding: 20px 50px 50px 50px;
    box-shadow: var(--box_shadow);
    text-align: right;
    overflow-y: auto;
    max-height: 90vh;
}

.modal_close {
    margin-bottom: 10px;
    display: inline-block;
}

.modal_close svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    object-fit: contain;
    cursor: pointer;
}

.modal_close svg .fill {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.modal_close:hover svg .fill {
    fill: var(--color_2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.img_block {
    display: block;
    width: 100%;
}

.object-fit_cover {
    object-fit: cover;
}

.object-fit_contain {
    object-fit: contain;
}

.show_768 {
    display: none;
}

.show_1024 {
    display: none;
}

/* BLOKY */
#main_bloky {
    padding-top: 0;
}

.blok_fotka img, .flex_img_container img {
    max-height: 500px;
    max-width: 100%;
    display: block;
}

.flex_img_container {
    display: flex;
}

.section_blok {
    background: unset;
}

.blok_galerie {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    width: 100%;
}

.blok_galerie_item {
    margin: 5px;
    width: calc(25% - 10px);
    cursor: pointer;
    height: 200px;
    overflow: hidden;
}

.blok_galerie_item>a {
    width: 100%;
    height: 100%;
    display: block;
}

.blok_galerie_item>a>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.blok_galerie_item:hover>a>img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

@media only screen and (max-width: 1024px) {
    .flex_50_1024>.flex_container {
        width: 100% !important;
    }

    .flex_40_60_1024>.flex_container {
        width: 100% !important;
    }

    .flex_3>.flex_container {
        width: 50%;
    }

    .flex_30>.flex_container {
        width: 49% !important;
    }

    .flex_20>.flex_container {
        width: calc(100% / 4 - 20px);
    }

    .flex_25>.flex_container {
        width: calc(100% / 3 - 20px);
    }

    .flex_25_75>.flex_container:first-of-type {
        width: calc(30% - 20px);
        margin: 10px;
    }

    .flex_25_75>.flex_container:last-of-type {
        width: calc(70% - 20px);
        margin: 10px;
    }

    .flex_30_70>.flex_container:first-of-type {
        width: 49%;
    }

    .flex_30_70>.flex_container:last-of-type {
        width: 49%;
    }

    .flex_70_30>.flex_container:first-of-type {
        width: 49%;
    }

    .flex_70_30>.flex_container:last-of-type {
        width: 49%;
    }

    .flex_60_40>.flex_container:first-of-type {
        width: 49%;
    }

    .flex_60_40>.flex_container:last-of-type {
        width: 49%;
    }

    .flex_40_60>.flex_container:first-of-type {
        width: 49%;
    }

    .flex_40_60>.flex_container:last-of-type {
        width: 49%;
    }

    form .flex_50>.flex_container {
        margin-bottom: 0;
    }

    .flex_30_40_30>.flex_container:nth-of-type(1) {
        width: 50%;
    }

    .flex_30_40_30>.flex_container:nth-of-type(2) {
        width: 50%;
    }

    .flex_30_40_30>.flex_container:nth-of-type(3) {
        width: 50%;
    }

    .margin-bottom_1024 {
        margin-bottom: 25px;
    }

    .order_1024_1 {
        order: 1;
    }

    .order_1024_2 {
        order: 2;
    }

    .show_1024 {
        display: block;
    }

    .hide_1024 {
        display: none;
    }

    .flex_container.flex-wrap_1024 {
        width: 100% !important;
        margin-bottom: var(--flex_container_margin_bottom);
    }

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

    /* BLOKY */
    .blok_galerie_item {
        width: calc(100%/3 - 10px);
    }
}

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

    /* DEFAULT */
    .order_768_-1 {
        order: -1;
    }

    .flex_50>.flex_container {
        width: 100% !important;
    }

    .flex_50>.flex_container:first-of-type {
        margin-bottom: var(--flex_container_margin_bottom);
    }

    .flex_20>.flex_container {
        width: calc(100% / 3 - 20px);
    }

    .flex_25>.flex_container {
        width: calc(50% - 20px);
    }

    .flex_25_75>.flex_container:first-of-type {
        width: calc(50% - 20px);
        margin-bottom: var(--flex_container_margin_bottom);
    }

    .flex_25_75>.flex_container:last-of-type {
        width: calc(50% - 20px);
    }

    .flex_25_75.wrap_768 {
        margin: 0;
    }

    .flex_25_75.wrap_768>.flex_container:first-of-type {
        width: 100%;
        margin: 0;
    }

    .flex_25_75.wrap_768>.flex_container:last-of-type {
        width: 100%;
        margin: 0;
    }

    .flex_40_60>.flex_container:first-of-type {
        width: 100%;
        margin-bottom: var(--flex_container_margin_bottom);
    }

    .flex_40_60>.flex_container:last-of-type {
        width: 100%;
    }

    .flex_30_70>.flex_container:first-of-type {
        width: 100%;
    }

    .flex_30_70>.flex_container:last-of-type {
        width: 100%;
    }

    .flex_70_30>.flex_container:first-of-type {
        width: 100%;
    }

    .flex_70_30>.flex_container:last-of-type {
        width: 100%;
    }

    .flex_60_40>.flex_container:first-of-type {
        width: 100%;
        margin-bottom: var(--flex_container_margin_bottom);
    }

    .flex_60_40>.flex_container:last-of-type {
        width: 100%;
    }

    .flex_60_40>.flex_container.reverse_order_768:first-of-type, .flex_40_60>.flex_container.reverse_order_768:first-of-type, .flex_50>.flex_container.reverse_order_768:first-of-type, .flex_75_25>.flex_container.reverse_order_768:first-of-type, .flex_25_75>.flex_container.reverse_order_768:first-of-type {
        order: 2;
        margin-bottom: 0;
    }

    .flex_60_40>.flex_container.reverse_order_768:last-of-type, .flex_40_60>.flex_container.reverse_order_768:last-of-type, .flex_50>.flex_container.reverse_order_768:last-of-type, .flex_75_25>.flex_container.reverse_order_768:last-of-type, .flex_25_75>.flex_container.reverse_order_768:last-of-type {
        order: 1;
        margin-bottom: var(--flex_container_margin_bottom);
    }

    .flex_30_40_30>.flex_container:nth-of-type(1) {
        width: 100%;
    }

    .flex_30_40_30>.flex_container:nth-of-type(2) {
        width: 100%;
    }

    .flex_30_40_30>.flex_container:nth-of-type(3) {
        width: 100%;
    }

    .width_res_100 {
        width: 100% !important;
    }

    .show_768 {
        display: block;
    }

}

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

    /* BLOKY */
    .blok_galerie_item {
        width: calc(50% - 10px);
        height: 100px;
    }
}



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

    /* DEFAULT */
    .modal_container {
        padding: 10px 10px 50px 10px;
    }

    .flex_25>.flex_container {
        width: calc(100% - 20px);
    }

    .flex_3>.flex_container {
        width: 100%;
    }

    .flex_30>.flex_container {
        width: 100% !important;
    }

    .flex_make_100_550>.flex_container {
        width: 100%;
    }

}