:root {
    --flex_container_margin_bottom: 25px;
}

.position-relative {
    position: relative;
}

.no_before:before {
    content: none !important;
}

.no_after:after {
    content: none !important;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}
.display_inline-block {
    display: inline-block;
}
.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 */
.input_radio_wrap {
    list-style: none;
}

.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(--cerna);
    border-radius: 0;
}

.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: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.submit_btn_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.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;
}

/* SELECT2 */

.select2-full-textarea {
    white-space: nowrap !important;
    height: 100% !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    padding: 16px 25px 11px 30px !important;
}

.select2-container {
    height: 71px !important;
    width: 100% !important;
    margin-bottom: 23px !important;
}

.select2-selection {
    overflow-y: auto !important;
    height: 100% !important;
    width: 100% !important;
    border: 1px solid var(--color_1) !important;
    border-radius: 100px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100% !important;
    display: flex !important;
    align-items: center;
    color: #000 !important;
    padding-left: 25px !important;
    font-size: 21px;
    font-weight: var(--font_weight_regular);
    font-family: var(--font_family_quasimoda);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 21px;
    font-weight: var(--font_weight_regular);
    font-family: var(--font_family_quasimoda);
}

.select2-search__field {
    border-radius: 0;
    height: auto;
    max-height: fit-content;
}

.select2-search__field:focus {
    outline: none;
}

.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    right: 15px !important;
    /* border-radius: 50% !important; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #5F297126; */

}

.select2-selection__arrow:before {
    content: url(../img/arrow_down.svg);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    text-align: center;
    /* align-items: center;
    justify-content: center; */
    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;
}

.select2-selection__arrow b {
    border-width: 0 !important;
    margin-left: auto !important;
}

.select2-container--open .select2-selection__arrow:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    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;
}

.select2-container--default .select2-selection .select2-selection__choice {
    background-color: var(--color_2) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 3px 3px 3px 23px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #fff !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 1.35em !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: var(--color_1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    color: #fff !important;
}

.select2-selection__choice__display {
    color: #fff !important;
}

.select2-results__option--selectable {
    color: #000 !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: var(--color_2);
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--color_1);
    color: #fff;
}

.select2-dropdown {
    border-color: var(--color_1) !important;
    border-radius: 0 !important;
    background: #fff !important;
}

/* ROLL LIST */

.roll_container {
    margin-bottom: 20px;
    overflow: hidden;
}

.roll_center_visible {
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 10px 60px 10px 70px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

.roll_center_visible p {
    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;
}

.roll_center_hidden {
    text-align: left;
    padding: 0 60px 0 70px;
    max-height: 0;
    transition: max-height .3s ease-in-out;
    -webkit-transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -ms-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    background-color: #575656;
}

.roll_center_hidden p {
    padding-bottom: 20px;
    margin-bottom: 0 !important;
    text-align: left;
    line-height: 1.1em;
}

.roll_center_hidden p:first-of-type {
    padding-top: 20px;
}

.roll_arrow {
    height: 55px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.roll_arrow_border {
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    cursor: pointer;
    border-top: solid #fff 15px;
    border-right: solid transparent 15px;
    border-left: solid transparent 15px;
}

.roll_container_open .roll_arrow_border {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
}

.roll_container_open .roll_center_hidden {
    max-height: 200em !important;
    transition: max-height .3s ease-in-out;
    -webkit-transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -ms-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
}

/* CUSTOM ROLL LIST */
.custom_roll_list_name {
    cursor: pointer;
}

.custom_roll_list_arrow {
    background: url('../img/arrow_down.svg') center center no-repeat no-repeat;
    width: 20px;
    height: 20px;
    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;
}

.custom_roll_list_container {
    max-height: 0;
    overflow: hidden;
    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;
    scrollbar-color: var(--color_2) #ffffff35;
    scrollbar-width: 10px;
}

.custom_roll_list_wrap_show .custom_roll_list_container {
    max-height: 300px;
    overflow-y: scroll;
    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;
}

.custom_roll_list_wrap_show .custom_roll_list_arrow {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    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;
}

/* LIGHTBOX */
#lightboxOverlay {
    max-width: 100% !important;
}

#lightbox .lb-caption {
    color: #fff;
    z-index: 1;
    width: 20%;
    margin: 15px 0;
    text-align: left;
}

.lightbox .lb-image {
    border-width: 3px !important;
    border-radius: 0 !important;
}

.lb-closeContainer {
    float: right
}

.lb-data .lb-close {
    width: 25px !important;
    height: 25px !important;
    float: none !important;
    background: none !important;
    background-size: contain;
}

.lb-data .lb-close svg {
    width: 100%;
    height: 100%;
    display: block;
}

.lb-data .lb-close svg path {
    stroke: var(--color_1);
}

.lb-dataContainer {
    padding: 5px 0 0 0 !important;
    border-radius: 0 !important;
}

.lb-outerContainer {
    border-radius: 0 !important;
}

.lb-data .lb-details {
    padding: 2px;
}

.lb-closeContainer {
    padding: 2px;
}

.lb-data {
    padding: 0 !important;
}

.lb-nav a.lb-next {
    background: none !important;
    position: relative;
}

.lb-nav a.lb-prev {
    background: none !important;
    position: relative;
}

.lb-nav a.lb-next:after {
    /* content: '\00276F'; */
    content: url(../img/arrow_right.svg);
    color: #fff;
    background-color: var(--color_1);
    height: 56px;
    width: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.lb-nav a.lb-prev:after {
    font-size: 25px;
    /* content: '\00276E'; */
    content: url(../img/arrow_right.svg);
    color: #fff;
    background-color: var(--color_1);
    height: 56px;
    width: 60px;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* section ul {
    list-style: none;
} */

/* section ul li:not(.select2-results__option) {
    padding-left: 25px;
    position: relative;
    margin: 15px 0;
} */

/* section ul li:not(.select2-results__option):before {
    position: absolute;
    content: '';
    left: 0px;
    top: .1em;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color_1);
} */

.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) {
    .submit_btn_wrap {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .submit_btn_container {
        flex-wrap: wrap;
    }
    /* 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%;
    }

    .roll_arrow_left {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .roll_arrow {
        right: 0px;
    }

    .roll_center_visible {
        padding: 10px 40px 10px 40px;
    }

    .roll_center_hidden {
        padding: 0 40px 0 40px;
    }

    .roll_arrow_border {
        border-top: solid #fff 10px;
        border-right: solid transparent 10px;
        border-left: solid transparent 10px;
    }

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