@charset "UTF-8";
@media (min-width: 1300px) {
    .bigger_container {
        max-width: 1225px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1300px) {
    .bigger_small_container {
        max-width: 1105px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*

@mixin chev-right($size) {
    .gg-chevron-right {
        box-sizing: border-box;
        position: relative;
        display: block;
        transform: scale($size);
        width: 22px;
        height: 22px;
        border: 2px solid transparent;
        border-radius: 100px
    }

    .gg-chevron-right::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(-45deg);
        right: 6px;
        top: 4px
    }
}

*/
/*fonts*/
@font-face {
    font-family: 'Montserrat';
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/wp-content/themes/draftspot_theme/assets/fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: normal;
    line-height: 1.6;
    color: #1F2640;
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 2;
}

body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/Noise_t.png");
    background-repeat: repeat;
    z-index: -1;
    pointer-events: none;
    opacity: 0.01;
}

/*texts*/
h1, h2, .page-template-rn_ochranna_osobnich_udaju h1, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 1em;
    font-family: "Montserrat";
    color: #1F2640;
}

h1 {
    font-size: 4.75em;
    margin-bottom: 26px;
    text-transform: none;
}

h2, .page-template-rn_ochranna_osobnich_udaju h1 {
    font-size: 2.5em;
    margin-bottom: 1em;
    color: #1F2640;
    font-weight: 700;
}

h3 {
    font-size: 1.5em;
    color: #1F2640;
    font-weight: bold;
    margin-bottom: 11px;
}

h4 {
    font-size: 1em;
    margin-bottom: 1em;
    color: #1F2640;
    font-weight: bold;
}

h5, .small_tit {
    text-transform: uppercase;
    color: #836E6E;
    font-size: 1em;
    letter-spacing: 7px;
    font-weight: 600;
}

h6 {
    font-size: 1rem;
    margin-bottom: 1em;
}

.tit_separator {
    width: 4em;
    height: 1px;
    background: #1F2640;
    margin: 1.5em auto 2.5em;
}

/**/
p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1em;
    color: #a28686;
}

.p_mid {
    font-size: 1.125em;
}

.p_big {
    font-size: 1.375em;
}

img {
    vertical-align: middle;
}

/*btns*/
a {
    color: inherit;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #1F2640;
    text-decoration: underline;
}

a, .btn, .btn_outline, button, input {
    cursor: pointer;
    font-size: inherit;
}

button {
    font-family: "Montserrat";
    padding: 1.2em 2.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    border-radius: 0px;
    background-color: #6E5757;
    color: white;
    border: 1px solid #6E5757;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

button:hover {
    color: white;
    text-decoration: none;
    background: #979797;
    border-color: #979797;
}

.btn, .btn_outline {
    font-family: "Montserrat";
    padding: 1.2em 2.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    border-radius: 0px;
    background-color: #6E5757;
    color: white;
    border: 1px solid #6E5757;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 0.875em;
}

.btn:hover, .btn_outline:hover {
    color: white;
    text-decoration: none;
    background: #979797;
    border-color: #979797;
}

.btn_outline:hover {
    background-color: #FFF;
    color: #1F2640;
    border: 1px solid #6E5757;
    text-transform: uppercase;
}

.btn_outline {
    padding: 14px 35px;
    margin-right: 0.6875em;
    margin-bottom: 0.75em;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 0.875em;
    background: #6E5757;
    border: 1px solid #6E5757;
    color: white;
    text-decoration: none;
}

.ds_footer_contacts .btn_outline, .ds_kontakt_slider_pack .btn_outline, .ds_content_fakturace .btn_outline{
    background-color: #FFF;
    color: #1F2640;
    border: 1px solid #6E5757;
}

.ds_footer_contacts .btn_outline:hover, .ds_kontakt_slider_pack .btn_outline:hover,  .ds_content_fakturace .btn_outline:hover{
    background: #6E5757;
    border: 1px solid #6E5757;
    color: white;
}

.ds_content_fakturace .btn_outline:hover img{
   filter: invert(1);
}

.btn_big, .btn_big_outline {
    font-family: "Montserrat";
    padding: 1.2em 2.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    border-radius: 0px;
    background-color: #6E5757;
    color: white;
    border: 1px solid #6E5757;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 1.125em;
}

.btn_big:hover, .btn_big_outline:hover {
    color: white;
    text-decoration: none;
    background: #979797;
    border-color: #979797;
}

.btn_big_outline {
    background-color: transparent;
    color: #1F2640;
    border: 1px solid #6E5757;
    text-transform: uppercase;
    padding: 14px 35px;
    margin-right: 0.6875em;
    margin-bottom: 0.75em;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 0.875em;
}

.btn_big_outline:hover {
    background: #6E5757 !important;
    border: 1px solid #6E5757;
    color: white;
    text-decoration: none;
}

.btn_small, .btn_small_outline {
    font-family: "Montserrat";
    padding: 1.2em 2.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    border-radius: 0px;
    background-color: #6E5757;
    color: white;
    border: 1px solid #6E5757;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 0.938em;
    padding: 0.7em 1em;
}

.btn_small:hover, .btn_small_outline:hover {
    color: white;
    text-decoration: none;
    background: #979797;
    border-color: #979797;
}

.btn_small_outline {
    background-color: transparent;
    color: #1F2640;
    border: 1px solid #6E5757;
    text-transform: uppercase;
    padding: 14px 35px;
    margin-right: 0.6875em;
    margin-bottom: 0.75em;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 0.875em;
}

.btn_small_outline:hover {
    background: #6E5757 !important;
    border: 1px solid #6E5757;
    color: white;
    text-decoration: none;
}

.btn_round {
    font-size: 1.125em;
    line-height: 1;
    background: #CEA434;
    border-radius: 50%;
    -webkit-box-shadow: -10px 8px 20px rgba(0, 0, 0, 0.25);
    box-shadow: -10px 8px 20px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6em;
    height: 6em;
    text-decoration: none;
    text-align: center;
}

.btn_round:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    color: #1F2640;
    text-decoration: none;
}

.btn_arrow {
    font-size: 1.125em;
    line-height: 1;
    color: white;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn_arrow::after {
    content: '';
    background-color: white;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: center;
    vertical-align: middle;
    margin-left: 0.6em;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    color: #1F2640;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.btn_arrow:hover {
    text-decoration: underline;
    color: white;
}

.btn_arrow:hover::after {
    -webkit-transform: translateX(0.3em);
    transform: translateX(0.3em);
}

.btn_underline, #CONSTANT_OPEN_URL {
    font-family: 'Montserrat';
    padding: 0.85em 0;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1;
    background: transparent;
    color: #1F2640;
    border: 0;
    border-bottom: 1px solid #1F2640;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn_underline:hover, #CONSTANT_OPEN_URL:hover {
    color: #1F2640;
    text-decoration: none;
    background: transparent;
    border-bottom: 1px solid transparent;
}

/*forms*/
label input {
    margin-top: 0.3em;
}

input {
    font-family: "Roboto";
}

input[type=button], input[type=submit] {
    border: inherit;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=number], input[type=password], input[type=search], input[type=date], input[type=month], input[type=time], input[type=week], input[type=url], input[type=datetime-local], input[type=file], select {
    padding: 0.7em 1em;
    font-size: 1em;
    line-height: 1;
    color: #836E6E;
    border: 1px solid #9C8686;
    border-radius: 0px;
    height: 3.125em;
    width: 100%;
    background: white;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #dedede;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #dedede;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #dedede;
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=time]::placeholder, input[type=week]::placeholder, input[type=url]::placeholder, input[type=datetime-local]::placeholder, input[type=file]::placeholder, select::placeholder {
    color: #dedede;
}

.input_big {
    height: 2.95em;
    font-size: 1.125em;
}

input[type=submit], input[type=reset] {
    font-family: "Montserrat";
    padding: 1.2em 2.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    border-radius: 0px;
    background-color: #6E5757;
    color: white;
    border: 1px solid #6E5757;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

input[type=submit]:hover, input[type=reset]:hover {
    color: white;
    text-decoration: none;
    background: #979797;
    border-color: #979797;
}

textarea {
    padding: 1.2em 1em;
    font-size: 1em;
    line-height: 1;
    color: #836E6E;
    border: 1px solid #9C8686;
    border-radius: 0px;
    height: 8em;
    width: 100%;
    background: white;
    margin-bottom: 24px;
    font-family: 'Roboto';
}

textarea::-webkit-input-placeholder {
    color: #dedede;
}

textarea:-ms-input-placeholder {
    color: #dedede;
}

textarea::-ms-input-placeholder {
    color: #dedede;
}

textarea::placeholder {
    color: #dedede;
}

select option {
    padding: 0.2em 1em;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

select option:hover {
    background: #E5E5E5;
}

select::-webkit-input-placeholder {
    color: #79797a;
}

select:-ms-input-placeholder {
    color: #79797a;
}

select::-ms-input-placeholder {
    color: #79797a;
}

select::placeholder {
    color: #79797a;
}

input[type=file] {
    background: #E5E5E5;
    padding: 0;
    padding-right: 1em;
    position: relative;
    height: 2.1em;
}

input[type=file]::file-selector-button {
    font-family: "Montserrat";
    padding: 1.2em 2.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    border-radius: 0px;
    background-color: #6E5757;
    color: white;
    border: 1px solid #6E5757;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 4px 21px 4px 21px;
    height: 100%;
    background: #1F2640;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.35px;
    border: 0 !important;
    text-transform: none;
}

input[type=file]::file-selector-button:hover {
    color: white;
    text-decoration: none;
    background: #979797;
    border-color: #979797;
}

/*quantity spinner*/
.quantity_spinner {
    width: 6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #E5E5E5;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    min-height: 1em;
}

.quantity_spinner .quantity_spinner_minus, .quantity_spinner .quantity_spinner_plus {
    min-width: 1.7em;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/minus.svg");
    background-size: 0.82em;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.quantity_spinner .quantity_spinner_minus:hover, .quantity_spinner .quantity_spinner_plus:hover {
    background-color: #836E6E;
}

.quantity_spinner .quantity_spinner_plus {
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/plus.svg");
}

.quantity_spinner .quantity_spinner_input {
    min-width: 1.7em;
    width: 100%;
    height: 100%;
    padding: 0.1em;
    text-align: center;
    border: 0;
    border-right: 1px solid #836E6E;
    border-left: 1px solid #836E6E;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}

.quantity_spinner .quantity_spinner_input::-webkit-outer-spin-button, .quantity_spinner .quantity_spinner_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/*
input[type=checkbox] {

}
input[type=radio] {

}
input[type=color] {

}
input[type=file] {

}
input[type=image] {

}

*/
/*utilities*/
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-none {
    display: none;
}

@media (min-width: 1300px) {
    .bigger_container {
        max-width: 1225px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1300px) {
    .bigger_small_container {
        max-width: 1105px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*

@mixin chev-right($size) {
    .gg-chevron-right {
        box-sizing: border-box;
        position: relative;
        display: block;
        transform: scale($size);
        width: 22px;
        height: 22px;
        border: 2px solid transparent;
        border-radius: 100px
    }

    .gg-chevron-right::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(-45deg);
        right: 6px;
        top: 4px
    }
}

*/
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1000px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.bi {
    fill: currentColor;
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}
@media (min-width: 1300px) {
    .bigger_container {
        max-width: 1225px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1300px) {
    .bigger_small_container {
        max-width: 1105px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*

@mixin chev-right($size) {
    .gg-chevron-right {
        box-sizing: border-box;
        position: relative;
        display: block;
        transform: scale($size);
        width: 22px;
        height: 22px;
        border: 2px solid transparent;
        border-radius: 100px
    }

    .gg-chevron-right::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(-45deg);
        right: 6px;
        top: 4px
    }
}

*/
header#masthead {
    position: fixed;
    z-index: 999;
    background: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 0;
}

header#masthead .ds_wrapper_menu_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 114px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

header#masthead .ds_wrapper_menu_main .navbar-brand {
    padding: 0.5em 0;
    max-width: 194px;
    width: 100%;
}

header#masthead .ds_wrapper_menu_main .navbar-brand a {
    max-width: 207px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

header#masthead .ds_wrapper_menu_main .navbar-brand a img {
    width: 100%;
}

header#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
    display: none;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav {
    height: 100%;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    list-style: none;
    height: 100%;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li {
    margin-right: 40px;
    position: relative;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li a {
    padding: 12px 3px;
    font-size: 0.875em;
    text-decoration: none;
    color: #1F2640;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0px solid transparent;
    border-top: 0px solid transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat";
    letter-spacing: 3px;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li a::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li a:hover {
    color: #1F2640;
    border-top: 0px solid #1F2640;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li a:hover::before {
    background: #1F2640;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li.current_page_item a::before {
    background: #1F2640;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:last-child {
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:last-child a {
    color: #836e6e !important;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:last-child a:hover::before {
    background-color: #836e6e !important;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:last-child::before {
    position: absolute;
    content: "";
    background-image: url("/wp-content/uploads/2021/09/down.svg");
    width: 20px;
    height: 20px;
    top: 10px;
    left: 26px;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(4), header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(3), header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(2) {
    margin-right: 10px;
    display: none;
    position: absolute;
    bottom: 120px;
    left: 0;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(4) a, header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(3) a, header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(2) a {
    background-color: #C1B7B7;
    color: #C1B7B7;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    display: block;
    position: relative;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(4) a::after, header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(3) a::after, header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(2) a::after {
    content: "";
    background-image: url(/wp-content/uploads/2021/10/fb_white.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    position: unset;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(4) a::before, header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(3) a::before, header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(2) a::before {
    display: none;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(3) {
    left: 60px;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(3) a::after {
    background-size: 17px;
    background-image: url(/wp-content/uploads/2021/10/linkedin_white.svg);
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(2) {
    left: 120px;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav > ul li:nth-last-child(2) a::after {
    background-size: 17px;
    background-image: url(/wp-content/uploads/2021/08/instagram-brands-1.svg);
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav .ds_header_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav .ds_header_socials a {
    background: #C1B7B7;
    mix-blend-mode: normal;
    border-radius: 50%;
    padding: 8px 12px;
    width: 2.2em;
    height: 2.2em;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav .ds_header_socials a:hover {
    background: #836E6E;
}

header#masthead .ds_wrapper_menu_main .navbar #main-nav .ds_header_socials a img {
    height: 21px;
    width: 21px;
}

header#masthead .ds_wrapper_menu_main .header_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 15px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin: auto 0;
}

header#masthead .ds_wrapper_menu_main .header_phone:hover {
    background: #EDEDED;
}

header#masthead .ds_wrapper_menu_main .header_phone h4 {
    margin-bottom: 0;
    font-size: 0.875em;
    color: #1F2640;
    text-transform: unset;
    font-family: 'Questrial';
}

header#masthead .ds_wrapper_menu_main .header_phone span {
    font-size: 1.125em;
    color: #1F2640;
}

header#masthead .ds_wrapper_menu_main .header_phone .ds_header_content {
    margin-left: 8px;
}

.home header:not(.smallHeader) .ds_wrapper_menu_main {
    border-color: transparent;
    /*
            #main-nav ul li a {
                text-transform: uppercase;
            }
*/
}

header.smallHeader {
    background: rgba(255, 255, 255, 0.8) !important;
}

header.smallHeader .ds_wrapper_menu_main {
    height: 70px;
}

header.smallHeader .ds_wrapper_menu_main .navbar-brand a {
    max-width: 190px;
}

.wpml-ls-current-language > a span {
    color: #836E6E;
}

.wpml-ls-current-language .dropdown-menu {
    opacity: 0;
    pointer-events: none;
    list-style-type: none;
    position: absolute;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.wpml-ls-current-language .dropdown-menu.visible {
    opacity: 1;
    pointer-events: auto;
}

.wpml-ls-current-language .dropdown-menu li {
    margin-right: 0 !important;
}

.wpml-ls-current-language .dropdown-menu li:before {
    display: none;
}

.wpml-ls-current-language .dropdown-menu li a:before {
    bottom: 0px !important;
    pointer-events: none;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
    header#masthead .ds_wrapper_menu_main .navbar-brand a {
        width: 50px;
        overflow: hidden;
    }
    header#masthead .ds_wrapper_menu_main .navbar-brand a img {
        width: 200px;
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav ul li:nth-last-child(1)::before {
        display: none;
    }
    header#masthead .ds_wrapper_menu_main .navbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: fixed;
        width: 69vw;
        height: 100vh;
        background-color: white;
        top: 0;
        right: 0;
        z-index: 99;
        text-align: center;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
        transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        width: 73%;
        position: relative;
        padding-bottom: 120px;
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
        margin: 10px 0 !important;
        width: 100%;
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
        width: 100%;
        padding: 0.4em 0.1em;
        border: 0 !important;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-transform: uppercase;
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
        background-color: #f5f5f5;
        border-top: 0 !important;
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:before {
        display: none;
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:nth-last-child(3), header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:nth-last-child(2), header#masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li:nth-last-child(4) {
        display: block;
        color: red;
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav.menuOpen {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav ul li:last-of-type::before {
        display: none;
    }
    header#masthead .ds_wrapper_menu_main .navbar #main-nav {
        -webkit-box-shadow: 0px 20px 33px rgba(0, 0, 0, 0);
        box-shadow: 0px 20px 33px rgba(0, 0, 0, 0);
    }
    header#masthead.headerOpen .ds_wrapper_menu_main .navbar #main-nav {
        -webkit-box-shadow: 0px 20px 33px rgba(0, 0, 0, 0.22);
        box-shadow: 0px 20px 33px rgba(0, 0, 0, 0.22);
    }
    .navbar-toggler {
        height: 28px;
        width: 40px;
        position: relative;
        z-index: 99999;
        display: block !important;
        margin: auto;
        padding: 0;
        background: transparent !important;
        border: 0;
    }
    .navbar-toggler:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #1F2640;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navbar-toggler span:nth-child(1) {
        top: 0px;
    }
    .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
        top: 12px;
    }
    .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
        top: 12px;
    }
    .navbar-toggler span:nth-child(4) {
        top: 24px;
    }
    #nav-icon3 span {
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }
    #nav-icon3.open span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%;
    }
    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
}

@media (min-width: 1300px) {
    .bigger_container {
        max-width: 1225px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1300px) {
    .bigger_small_container {
        max-width: 1105px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*

@mixin chev-right($size) {
    .gg-chevron-right {
        box-sizing: border-box;
        position: relative;
        display: block;
        transform: scale($size);
        width: 22px;
        height: 22px;
        border: 2px solid transparent;
        border-radius: 100px
    }

    .gg-chevron-right::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(-45deg);
        right: 6px;
        top: 4px
    }
}

*/
footer {
    background-color: white;
    padding-top: 101px;
    color: #836E6E;
}

footer .ds_footer_wrapper {
    margin-bottom: 65px;
}

footer .ds_footer_wrapper .ds_footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 71px;
}

footer .ds_footer_wrapper .ds_footer_logo img {
    width: 68px;
}

footer .ds_footer_wrapper .ds_footer_col {
    margin-bottom: 1em;
    position: relative;
}

footer .ds_footer_wrapper .ds_footer_col h5 {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1F2640;
    font-size: 14px;
    margin-bottom: 25px;
}

footer .ds_footer_wrapper .ds_footer_col:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .ds_footer_wrapper .ds_footer_col:last-child::before {
    display: none;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_col_title {
    font-family: "Cedros";
    font-size: 1.125em;
    margin-bottom: 3em;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul {
    list-style: none;
    -webkit-column-count: 2;
    column-count: 2;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li {
    margin-bottom: 1em;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li:last-of-type {
    display: none;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a {
    text-decoration: none;
    color: #836E6E;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li a:hover {
    text-decoration: underline;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contacts .btn_outline {
    max-width: 242px;
    position: relative;
    padding: 15px 15px 15px 46px;
    margin-bottom: 1.5em;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contacts .btn_outline::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url(/wp-content/uploads/2021/10/emailova-komunikace.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.4em;
    display: block;
    position: absolute;
    top: 12px;
    left: 21px;
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contacts .btn_outline:hover::before {
    -webkit-filter: invert(1);
    filter: invert(1);
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contacts .btn_outline:nth-child(2)::before {
    background-image: url(/wp-content/uploads/2021/10/telofonni-hovor.svg);
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_socials a {
    background: #C1B7B7;
    mix-blend-mode: normal;
    border-radius: 50%;
    padding: 8px 12px;
    width: 2.2em;
    height: 2.2em;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_socials a:hover {
    background: #836E6E;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_socials a img {
    height: 21px;
    width: 21px;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_title a {
    text-decoration: none;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_title p {
    margin-bottom: 5px;
}

footer .ds_footer_wrapper .ds_footer_social_col {
    max-width: 14%;
}

footer .ds_footer_bottom_line {
    font-size: 1.125em;
    margin-top: 2em;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright figure {
    margin-right: 0.5em;
}

footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright span {
    color: #836E6E;
}

footer .ds_footer_contact_line span {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .ds_footer_contact_line span img {
    margin-right: 16px;
    margin-top: 3px;
}

footer .ds_footer_menu_wrapper .ds_footer_menu_inner a {
    color: white;
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_contacts a {
    width: 100%;
    padding: 14px 22px;
    max-width: unset !important;
}

footer .ds_fb_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

footer .ds_fb_col a figure {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

footer .ds_fb_col a figure img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul {
    list-style: none;
    color: white;
}

footer .ds_bottom_line {
    border-top: 1px solid #ECECEE;
    padding-top: 32px;
    padding-bottom: 32px;
}

footer .ds_bottom_line .ds_bottom_line_pack .ds_bottom_line_text .ds_bottom_content {
    text-align: end;
    font-size: 14px;
}

footer .ds_bottom_line .ds_bottom_line_pack .ds_bottom_line_text .ds_bottom_content a {
    margin-right: 32px;
    color: #1F2640;
}

footer .ds_bottom_line .ds_bottom_line_pack .ds_bottom_line_text .ds_bottom_content a:last-of-type {
    margin-right: 0;
}

footer .ds_bottom_line .ds_bottom_line_pack .ds_bottom_line_text .ds_bottom_content a:hover {
    text-decoration: none;
}

footer .ds_bottom_line .ds_bottom_line_pack .ds_bottom_line_text .ds_bottom_content p {
    color: #1F2640;
    padding-top: 7px;
}

.ds_footer_menu_wrapper ul li:nth-last-child(4), .ds_footer_menu_wrapper ul li:nth-last-child(3), .ds_footer_menu_wrapper ul li:nth-last-child(2), .ds_footer_menu_wrapper ul li:nth-last-child(1) {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .ds_bottom_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ds_bottom_content a {
        margin-right: 0 !important;
    }
    .ds_footer_menu_wrapper ul {
        -webkit-column-count: unset;
        column-count: unset;
        font-size: 14px;
    }
    .ds_footer_menu_wrapper ul li:nth-last-child(4), .ds_footer_menu_wrapper ul li:nth-last-child(3), .ds_footer_menu_wrapper ul li:nth-last-child(2), .ds_footer_menu_wrapper ul li:nth-last-child(1) {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    footer .ds_footer_wrapper .ds_footer_social_col .ds_footer_socials {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .ds_footer_wrapper .ds_footer_social_col {
        max-width: 100%;
    }
    footer .ds_footer_wrapper .ds_footer_social_col a {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    footer {
        padding-top: 50px;
    }
    footer .ds_footer_wrapper {
        margin-bottom: 0px;
    }
    footer .ds_footer_wrapper .ds_footer_logo {
        margin-bottom: 51px;
    }
    footer .ds_footer_wrapper .ds_footer_logo img {
        width: 50px;
    }
    footer .ds_footer_wrapper .ds_footer_col .ds_footer_title p {
        font-size: 14px;
    }
    footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul {
        -webkit-column-count: unset;
        column-count: unset;
        font-size: 14px;
    }
    footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li:nth-last-child(4), footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li:nth-last-child(3), footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li:nth-last-child(2), footer .ds_footer_wrapper .ds_footer_col .ds_footer_menu_wrapper ul li:nth-last-child(1) {
        display: none;
    }
    footer .ds_footer_wrapper .ds_footer_social_col {
        max-width: 100%;
    }
    footer .ds_footer_wrapper .ds_footer_social_col .ds_footer_socials {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .ds_footer_wrapper .ds_footer_social_col .ds_footer_socials a {
        margin-right: 20px;
        margin-left: 20px;
    }
    .ds_bottom_line_pack .ds_bottom_line_logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .ds_bottom_line_pack .ds_bottom_line_logo figure {
        text-align: center;
    }
    .ds_bottom_line_pack .ds_bottom_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ds_bottom_line_pack .ds_bottom_content a {
        margin-right: 0 !important;
        text-align: center;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .ds_bottom_line_pack .ds_bottom_content p {
        text-align: center;
        margin-bottom: 30px;
        font-size: 14px;
    }
}

@media (min-width: 1300px) {
    .bigger_container {
        max-width: 1225px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1300px) {
    .bigger_small_container {
        max-width: 1105px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*

@mixin chev-right($size) {
    .gg-chevron-right {
        box-sizing: border-box;
        position: relative;
        display: block;
        transform: scale($size);
        width: 22px;
        height: 22px;
        border: 2px solid transparent;
        border-radius: 100px
    }

    .gg-chevron-right::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(-45deg);
        right: 6px;
        top: 4px
    }
}

*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
    content: "";
    width: 0.8em;
    height: 1em;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: url("/wp-content/uploads/2021/08/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.swiper-container .swiper-button-prev::after {
    margin-left: -0.1em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #303a62;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0 0.5em;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #1F2640;
}

.swiper-nav-fix {
    overflow: hidden;
    margin-left: -1.5em;
    margin-right: -1.5em;
    position: relative;
}

.swiper-nav-fix .swiper-container {
    overflow: visible;
    padding: 2em 1.5em;
}

.swiper-nav-fix .swiper-pagination {
    bottom: 2px;
}

.accordion_wrapper .accordion_item .accordion {
    background: #836E6E;
    border: 0;
    padding: 1.3em 2em;
    position: relative;
    color: white;
    outline: none;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.accordion_wrapper .accordion_item .accordion::after {
    content: "";
    width: 2em;
    height: 2em;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/arrow-dwn-white.svg");
    background-size: 3em;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.accordion_wrapper .accordion_item .accordion.ds_services_nav_active, .accordion_wrapper .accordion_item .accordion:hover {
    background-color: #836E6E;
}

.accordion_wrapper .accordion_item .accordion.ds_services_nav_active::after, .accordion_wrapper .accordion_item .accordion:hover::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion_wrapper .accordion_item .panel {
    padding: 0 2em;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.accordion_wrapper .accordion_item .ds_services_tab_active {
    height: auto;
    max-height: unset;
    background: #836E6E;
    padding: 10px 40px;
}

.accordion_wrapper .accordion_item .ds_services_tab_active p {
    color: white;
    max-width: 353px;
}

@media (min-width: 1300px) {
    .bigger_container {
        max-width: 1225px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1300px) {
    .bigger_small_container {
        max-width: 1105px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*

@mixin chev-right($size) {
    .gg-chevron-right {
        box-sizing: border-box;
        position: relative;
        display: block;
        transform: scale($size);
        width: 22px;
        height: 22px;
        border: 2px solid transparent;
        border-radius: 100px
    }

    .gg-chevron-right::after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(-45deg);
        right: 6px;
        top: 4px
    }
}

*/
main {
    max-width: 100%;
    overflow-x: hidden;
}

.main_slider {
    background-image: url("/wp-content/uploads/2021/09/Bg-Image-Copy-3-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 360px;
    padding-bottom: 62px;
}

.main_slider .ds_slider_pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_slider .ds_slider_pack .ds_slider_title h5 {
    text-align: center;
    text-transform: uppercase;
    color: #836E6E;
    font-size: 1em;
    margin-bottom: 4.125em;
    letter-spacing: 8px;
    font-weight: 600;
}

.main_slider .ds_slider_pack .ds_slider_logo {
    padding-bottom: 321px;
}

.main_slider .ds_slider_pack .ds_slider_logo figure img {
    width: 100%;
}

.main_slider .ds_slider_pack .ds_button_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ds_specializace {
    padding-bottom: 213px;
    padding-top: 120px;
    margin-bottom: -20px;
}

.ds_specializace .ds_specializace_pack .ds_specializace_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7.4375em;
}

.ds_specializace .ds_specializace_pack .ds_specializace_title h5 {
    margin-bottom: 0;
}

.ds_specializace .ds_specializace_pack .ds_left_wrapper figure img {
    width: 88%;
    background-blend-mode: overlay;
}

.ds_specializace .ds_specializace_pack .ds_right_wrapper {
    padding-left: 75px;
}

.ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content p {
    max-width: 386px;
    margin-bottom: 3.75em;
}

.ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content h2, .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content h1 {
    margin-bottom: 18px;
}

.ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content .btn_outline {
    width: 13.8em;
    padding: 14px 18px;
}

.ds_specializace .ds_specializace_pack .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_specializace .ds_nemovistosti_pack {
    padding-top: 190px;
    margin-bottom: -255px;
}

.ds_specializace .ds_nemovistosti_pack .row {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

.ds_specializace .ds_nemovistosti_pack .ds_img_wrapper figure img {
    width: 114%;
    margin-left: 67px;
}

.ds_specializace .ds_nemovistosti_pack .ds_text_wrapper {
    margin-top: 35px;
}

.ds_specializace .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content p {
    max-width: 386px;
    margin-bottom: 60px;
}

.ds_specializace .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content h2, .ds_specializace .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_specializace .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content h1 {
    margin-bottom: 18px;
}

.ds_specializace .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content .btn_outline {
    width: 43%;
}

.ds_oblast_swiper {
    background-image: url("/wp-content/uploads/2021/08/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 122px;
}

.ds_oblast_swiper .ds_oblast_pack .ds_oblast_title {
    margin-bottom: 3.75em;
}

.ds_oblast_swiper .ds_oblast_pack .ds_oblast_title h2, .ds_oblast_swiper .ds_oblast_pack .ds_oblast_title .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_oblast_swiper .ds_oblast_pack .ds_oblast_title h1 {
    max-width: 433px;
}

.ds_oblast_swiper .ds_oblast_pack .swiper-container {
    width: 74%;
    overflow: visible;
    margin: 0;
    position: relative;
}

.ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_oblat_prod_klietni_wrapper {
    background: white;
    padding: 80px 60px 50px 60px;
}

.ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_oblat_prod_klietni_wrapper .ds_oblast_content p {
    font-size: 1.125em;
    margin-bottom: 5em;
}

.ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_oblat_prod_klietni_wrapper .ds_swiper_oblast_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_title_pack h5 {
    letter-spacing: unset;
    text-transform: unset;
    font-weight: 400;
}

.ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-prev {
    top: -90px;
    right: -15% !important;
    left: unset;
    outline: none !important;
}

.ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-next, .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-prev {
    top: -90px;
    right: -27%;
    outline: none !important;
}

.ds_port_cz {
    padding-top: 53px;
    padding-bottom: 43px;
    border: 1px solid #f2f2f2;
    background: #EBE6E4;
}

.ds_port_cz .ds_port_pack .ds_box_post .ds_post_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_port_cz .ds_port_pack .ds_box_post .ds_post_content .ds_post_title h3 {
    font-size: 2em;
    margin-bottom: 2px;
}

.ds_port_cz .ds_port_pack .ds_box_post .ds_post_content .ds_post_title p {
    max-width: 426px;
    margin-bottom: 0;
}

.ds_port_cz .ds_port_pack .ds_box_post .ds_post_icon {
    margin-right: 24px;
    max-width: 59px;
    width: 100%;
}

.ds_port_cz .ds_port_pack .ds_box_post .ds_post_icon figure img {
    width: 100%;
}

.ds_port_cz .ds_port_pack .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_port_cz .ds_port_pack .ds_button_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ds_port_cz .ds_port_pack .ds_button_content .btn_outline {
    width: unset;
}

.ds_kdo_jsme {
    padding-top: 198px;
    padding-bottom: 178px;
    background: #F4F1F0;
}

.ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper h5 {
    margin-bottom: 16px;
}

.ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper h2, .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper h1 {
    max-width: 256px;
    margin-bottom: 16px;
}

.ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper p {
    max-width: 240px;
    margin-bottom: 3.75em;
}

.ds_kdo_jsme .ds_kdo_jsme_pack .ds_left_wrapper figure {
    width: 100%;
}

.ds_kdo_jsme .ds_kdo_jsme_pack .ds_left_wrapper figure img {
    width: 100%;
    -webkit-box-shadow: 39px -32px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 39px -32px 0px rgba(0, 0, 0, 0.12);
    -o-object-fit: cover;
    object-fit: cover;
}

.ds_poradna {
    padding-top: 208px;
}

.ds_poradna .ds_poradna_pack {
    margin-bottom: -84px;
}

.ds_poradna .ds_poradna_pack .ds_title_poradna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}

.ds_poradna .ds_poradna_pack .ds_title_poradna h2, .ds_poradna .ds_poradna_pack .ds_title_poradna .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_poradna .ds_poradna_pack .ds_title_poradna h1 {
    margin-bottom: 27px;
}

.ds_poradna .ds_poradna_pack .ds_title_poradna .small_tit {
    margin-bottom: 15px;
}

.ds_poradna .ds_poradna_pack .ds_title_poradna p {
    text-align: center;
    margin: 0 auto 1em;
    max-width: 700px;
}

.ds_poradna .ds_poradna_pack .ds_poradna_box {
    margin-bottom: 24px;
}

.ds_poradna .ds_poradna_pack .ds_poradna_box .ds_content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 0px 42px -7px rgba(61, 56, 56, 0.120848);
    box-shadow: 0px 0px 42px -7px rgba(61, 56, 56, 0.120848);
    padding: 24px 56px 24px 34px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background: white;
}

.ds_poradna .ds_poradna_pack .ds_poradna_box .ds_content_box .ds_box_icon {
    margin-right: 31px;
}

.ds_poradna .ds_poradna_pack .ds_poradna_box .ds_content_box .ds_box_icon img {
    width: 41px;
}

.ds_poradna .ds_poradna_pack .ds_poradna_box .ds_content_box .ds_box_title h3 {
    margin-bottom: 5px;
}

.ds_poradna .ds_poradna_pack .ds_poradna_box .ds_content_box .ds_box_title p {
    margin-bottom: 0px;
}

.ds_poradna_contact_wrapper .ds_poradna_contact_nav .ds_poradna_contact_nav_item {
    padding: 1em 1.6em;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1F2640;
    cursor: pointer;
    background: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ds_poradna_contact_wrapper .ds_poradna_contact_nav .ds_poradna_contact_nav_item:hover, .ds_poradna_contact_wrapper .ds_poradna_contact_nav .ds_poradna_contact_nav_item.nav_active {
    background: rgba(255, 255, 255, 0.52);
}

.ds_poradna_s2 {
    background: #EBE6E4;
    padding-top: 150px;
    padding-bottom: 80px;
}

.ds_poradna_s2 .ds_poradna_pack_s2 .ds_title_s2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 55px;
}

.ds_poradna_s2 .ds_poradna_pack_s2 .ds_title_s2 h5 {
    letter-spacing: 7px;
    position: relative;
}

.ds_poradna_s2 .ds_poradna_pack_s2 .ds_title_s2 h5::before {
    content: "";
    background: #1F2640;
    position: absolute;
    height: 1px;
    width: 76px;
    bottom: -30px;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.ds_kontakt_slider {
    background-image: url("/wp-content/uploads/2021/09/kontakt-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 210px;
    padding-bottom: 160px;
}

.ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title {
    margin-bottom: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title .small_tit {
    margin-bottom: 15px;
}

.ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title h2, .ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title h1 {
    margin-bottom: 0;
}

.ds_kontakt_slider .ds_kontakt_slider_pack .ds_button_pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_kontakt_slider .ds_kontakt_slider_pack .ds_button_pack .btn_outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.2em;
}

.ds_kontakt_slider .ds_kontakt_slider_pack .ds_button_pack .btn_outline:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.ds_kontakt_slider .ds_kontakt_slider_pack .ds_button_pack .btn_outline img {
    margin-right: 17px;
}

.ds_blue_bag {
    background: #1F2640 !important;
    padding: 67px 0;
}

.ds_blue_bag .ds_port_pack .ds_box_post .ds_post_content .ds_post_title h3 {
    color: white;
    font-size: 24px;
}

.ds_blue_bag .ds_port_pack .ds_box_post .ds_post_content .ds_post_title p {
    color: white;
}

.ds_port_cz.ds_port_poznejte:not(.ds_blue_bag) .ds_port_pack .ds_box_post .ds_post_content .ds_post_title p{
    color: white !important;
}

.ds_blue_bag .ds_port_pack .ds_button_post .ds_button_content .btn_outline {
    border: 1px solid #6E5757;
    color: white;
}

.ds_fakturace_wrapper {
    padding-top: 105px;
    padding-bottom: 115px;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_pack_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 142px;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_pack_title .small_tit {
    position: relative;
    margin-bottom: 0;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_pack_title .small_tit::before {
    content: "";
    background: #1F2640;
    position: absolute;
    height: 1px;
    width: 76px;
    bottom: -30px;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box {
    position: relative;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box::before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2021/08/Group-5-Copy-2.png");
    width: 516px;
    height: 300px;
    z-index: -1;
    bottom: 105px;
    right: 0;
    left: 365px;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box::after {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2021/09/kosf.svg");
    background-repeat: no-repeat;
    top: 30px;
    bottom: 0;
    right: 46px;
    z-index: 1000;
    width: 46px;
    height: 50px;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace {
    -webkit-box-shadow: -5px 10px 26px 13px rgba(71, 59, 59, 0.0537861);
    box-shadow: -5px 10px 26px 13px rgba(71, 59, 59, 0.0537861);
    padding: 48px;
    background: white;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace .btn_outline {
    padding: 14px 47px;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace .btn_outline img {
    margin-right: 9px;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace .ds_title_fakturace h4 {
    font-size: 1.125em;
    letter-spacing: 0.075px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace .ds_title_fakturace p {
    margin-top: 9px;
    max-width: 270px;
    margin-bottom: 38px;
}

.ds_kontakt_wrapper {
    background: #EBE6E4;
    padding-top: 100px;
    padding-bottom: 95px;
}

.ds_kontakt_wrapper .ds_form_title_wrapper {
    margin-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ds_kontakt_wrapper .ds_form_title_wrapper .small_tit {
    position: relative;
}

.ds_kontakt_wrapper .ds_form_title_wrapper .small_tit::before {
    content: "";
    background: #1F2640;
    position: absolute;
    height: 1px;
    width: 76px;
    bottom: -30px;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.services-template-default .ds_form_pack {
    margin-top: 65px;
}

.ds_form_pack, .ds_poradna_contact_content_item {
    background: white;
    padding: 60px 72px;
}

.ds_form_pack .wpcf7 .ds_form_l, .ds_poradna_contact_content_item .wpcf7 .ds_form_l {
    position: relative;
    margin-bottom: 0px;
}

.ds_form_pack .wpcf7 .ds_form_l label, .ds_poradna_contact_content_item .wpcf7 .ds_form_l label {
    position: absolute;
    font-size: 12px;
    color: #836E6E;
    top: 16px;
    left: 30px;
    z-index: 99;
    background: white;
    padding: 0 10px;
}

.ds_form_pack .wpcf7 .wpcf7-form-control-wrap .wpcf7-file, .ds_poradna_contact_content_item .wpcf7 .wpcf7-form-control-wrap .wpcf7-file {
    border-radius: 16px;
    border: 0;
    padding-left: 21px;
    background: white;
}

.ds_form_pack .wpcf7 .wpcf7-form-control-wrap select, .ds_poradna_contact_content_item .wpcf7 .wpcf7-form-control-wrap select {
    margin-bottom: 0px;
}

.ds_form_pack .wpcf7 .select, .ds_poradna_contact_content_item .wpcf7 .select {
    position: relative;
}

.ds_form_pack .wpcf7 .select::after, .ds_poradna_contact_content_item .wpcf7 .select::after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: 1px;
    height: 3em;
    width: 3em;
    background-image: url(/wp-content/uploads/2021/09/form-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.ds_form_pack .wpcf7 .ds_form_button, .ds_poradna_contact_content_item .wpcf7 .ds_form_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ds_form_pack .wpcf7 .ds_form_button .wpcf7-submit, .ds_poradna_contact_content_item .wpcf7 .ds_form_button .wpcf7-submit {
    padding: 1.2em 4.0625em;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ds_form_pack .wpcf7 .wpcf7-submit, .ds_poradna_contact_content_item .wpcf7 .wpcf7-submit {
    padding: 1.2em 4.0625em;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ds_form_pack .wpcf7 .wpcf7-response-output, .ds_poradna_contact_content_item .wpcf7 .wpcf7-response-output {
    border: 1px solid #75AA27;
    padding: 15px;
    width: 100%;
    color: #75AA27;
}

.ds_form_pack .wpcf7 .wpcf7-acceptance label, .ds_poradna_contact_content_item .wpcf7 .wpcf7-acceptance label {
    padding-left: 2em;
    margin-bottom: 1em;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
}

.ds_form_pack .wpcf7 .wpcf7-acceptance input[type="checkbox"], .ds_poradna_contact_content_item .wpcf7 .wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    top: 0.06em;
    left: 0;
}

.ds_form_pack .wpcf7 input[type="checkbox"], .ds_poradna_contact_content_item .wpcf7 input[type="checkbox"] {
    position: relative;
    width: 0;
    height: 0;
    top: -1.1em;
    margin-right: 1.9em;
    margin-top: 0em;
}

.ds_form_pack .wpcf7 input[type="checkbox"]:before, .ds_poradna_contact_content_item .wpcf7 input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 1.4em;
    height: 1.4em;
    border: 0;
    border-radius: 0;
    background: #EBE6E4;
    -webkit-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
}

.ds_form_pack .wpcf7 input[type="checkbox"]:after, .ds_poradna_contact_content_item .wpcf7 input[type="checkbox"]:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    width: 0.4em;
    height: 0.6em;
    opacity: 0.2;
    border-bottom: 1px solid #1F2640;
    border-right: 1px solid #1F2640;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.ds_form_pack .wpcf7 input[type="checkbox"]:checked:before, .ds_poradna_contact_content_item .wpcf7 input[type="checkbox"]:checked:before {
    content: "";
    background: #1F2640;
}

.ds_form_pack .wpcf7 input[type="checkbox"]:checked:after, .ds_poradna_contact_content_item .wpcf7 input[type="checkbox"]:checked:after {
    content: "";
    opacity: 1;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.ds_form_pack .calendly-inline-widget, .ds_poradna_contact_content_item .calendly-inline-widget {
    height: 910px !important;
}

.ds_kontakt_wrapper {
    padding-top: 100px;
}

.ds_kontakt_wrapper .ds_fakturace_pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_kontakt_wrapper .ds_fakturace_pack .small_tit {
    position: relative;
}

.ds_kontakt_wrapper .ds_fakturace_pack .small_tit::before {
    content: "";
    background: #1F2640;
    position: absolute;
    height: 1px;
    width: 76px;
    bottom: -30px;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.ds_ecommerce_detail {
    padding-top: 140px;
    padding-bottom: 140px;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -140px;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce .small_tit {
    margin-bottom: 15px;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce p {
    max-width: 680px;
    text-align: center;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce h2, .ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce h1 {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.ds_ecommerce_detail .ds_ecommerce_pack .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_img_e figure img {
    width: 79%;
    -webkit-box-shadow: 50px -50px 0px 3px #ECE7E5;
    box-shadow: 50px -50px 0px 3px #ECE7E5;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_img_en figure img {
    width: 79%;
    -webkit-box-shadow: 60px -40px 0px 0px #EBE6E4;
    box-shadow: 60px -40px 0px 0px #EBE6E4;
    margin-left: -55px;
    margin-bottom: 105px;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t h3 {
    font-size: 2em;
    margin-bottom: 61px;
    max-width: 405px;
    position: relative;
    word-break: keep-all;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t h3::before {
    content: "";
    background: #1F2640;
    position: absolute;
    height: 1px;
    width: 60px;
    bottom: -30px;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t p {
    max-width: 492px;
    font-size: 1.125em;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t .ds_button_cena {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 92px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t .ds_button_cena h3 {
    margin-bottom: 0;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t .ds_button_cena h3::before {
    display: none;
}

.ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t .ds_button_cena .btn_outline {
    margin-right: 50px;
    margin-bottom: 0;
}

.page-template-rn_marketingove_pravo .ds_box_e .ds_content_t h3 {
    max-width: 395px !important;
}

.page-template-rn_ochranna_osobnich_udaju .ds_box_e .ds_content_t h3 {
    max-width: 403px !important;
}

.ds_padding_no {
    margin-bottom: 0px !important;
}

.ds_ecommerce_bag {
    background: #F4F1F0;
    padding-top: 90px;
    padding-bottom: 104px;
}

.ds_onas_slider {
    padding-top: 210px;
    margin-bottom: -260px;
}

.ds_onas_slider .ds_onas_slider_pack .ds_onas_img_wrapper figure img {
    width: 100%;
}

.ds_onas_slider .ds_onas_slider_pack .ds_onas_logo figure img {
    width: 100%;
}

.ds_onas_slider .ds_onas_slider_pack .ds_title_onas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 85px;
}

.ds_onas_slider .ds_onas_slider_pack .ds_title_onas .small_tit {
    margin-bottom: 60px;
}

.ds_onas_slider .ds_onas_slider_pack .ds_title_onas .ds_onas_logo {
    margin-bottom: 60px;
}

.ds_onas_slider .ds_onas_slider_pack .ds_title_onas .ds_onas_logo figure {
    width: 100%;
}

.ds_onas_slider .ds_onas_slider_pack .ds_title_onas p {
    max-width: 625px;
    text-align: center;
}

.ds_onas_predstaveni {
    padding-top: 372px;
    padding-bottom: 76px;
    background: #F4F1F0;
}

.ds_onas_predstaveni .ds_onas_predstaveni_pack .row {
    width: 117%;
}

.ds_onas_predstaveni .ds_onas_predstaveni_pack .ds_title_predstaveni {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ds_onas_predstaveni .ds_onas_predstaveni_pack .ds_title_predstaveni h5 {
    position: relative;
    margin-bottom: 113px;
}

.ds_onas_predstaveni .ds_onas_predstaveni_pack .ds_title_predstaveni h5::before {
    content: "";
    background: #1F2640;
    position: absolute;
    height: 1px;
    width: 76px;
    bottom: -30px;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.ds_onas_predstaveni .ds_onas_predstaveni_pack .ds_box_zakladame {
    margin-bottom: 33px;
}

.ds_onas_predstaveni .ds_onas_predstaveni_pack .ds_box_zakladame .ds_content_zakladame p {
    max-width: 220px;
}

.ds_onas_predstaveni .ds_onas_predstaveni_pack .ds_box_zakladame .ds_content_zakladame h4 {
    margin-bottom: 8px;
}

.ds_onas_predstaveni .ds_onas_predstaveni_pack .ds_box_zakladame .ds_content_zakladame .ds_icon {
    margin-bottom: 20px;
}

.ds_onas_predstaveni .ds_onas_predstaveni_pack .ds_box_zakladame .ds_content_zakladame .ds_icon figure img {
    width: 52px;
    height: 46px;
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.ds_tym {
    padding-top: 110px;
    padding-bottom: 140px;
}

.ds_tym .ds_tym_pack .ds_title_tym {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 109px;
}

.ds_tym .ds_tym_pack .ds_title_tym .small_tit {
    position: relative;
}

.ds_tym .ds_tym_pack .ds_title_tym .small_tit::before {
    content: "";
    background: #1F2640;
    position: absolute;
    height: 1px;
    width: 76px;
    bottom: -30px;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.ds_tym .ds_tym_pack .ds_box_m1 {
    padding-top: 270px;
    margin-right: -86px;
}

.ds_tym .ds_tym_pack .ds_box_m3 {
    padding-top: 195px;
}

.ds_tym .ds_tym_pack .ds_box_m2 {
    padding-top: -135px;
}

.ds_tym .ds_tym_pack .ds_box_m0 {
    margin-left: 86px;
}

.ds_tym .ds_tym_pack .ds_cleni_box h3 {
    margin-bottom: 4px;
}

.ds_tym .ds_tym_pack .ds_cleni_box h5 {
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 27px;
    font-weight: 400;
    font-family: "Roboto";
}

.ds_tym .ds_tym_pack .ds_cleni_box p {
    max-width: 320px;
}

.ds_tym .ds_tym_pack .ds_cleni_box .ds_foto_clen {
    margin-bottom: 30px;
    position: relative;
}

.ds_tym .ds_tym_pack .ds_cleni_box .ds_foto_clen a {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 20px;
    left: 318px;
    background: transparent;
    border-radius: 50%;
}

.ds_tym .ds_tym_pack .ds_cleni_box .ds_foto_clen a img {
    width: 100%;
}

.ds_tym .ds_tym_pack .ds_cleni_box .ds_foto_clen a:hover {
    background: white;
}

.ds_cesta {
    padding-top: 100px;
    padding-bottom: 67px;
    background-color: #EBE6E4;
}

.ds_cesta .ds_cesta_pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ds_cesta .ds_cesta_pack a {
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 6px;
    text-decoration: unset;
    font-size: 0.875em;
    margin-top: 35px;
}

.ds_cesta .ds_cesta_pack .ds_title_cesta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 52px;
}

.ds_cesta .ds_cesta_pack .ds_title_cesta h2, .ds_cesta .ds_cesta_pack .ds_title_cesta .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_cesta .ds_cesta_pack .ds_title_cesta h1 {
    position: relative;
    font-size: 2em;
}

.ds_cesta .ds_cesta_pack .ds_title_cesta h2::before, .ds_cesta .ds_cesta_pack .ds_title_cesta .page-template-rn_ochranna_osobnich_udaju h1::before, .page-template-rn_ochranna_osobnich_udaju .ds_cesta .ds_cesta_pack .ds_title_cesta h1::before {
    content: "";
    background: #1F2640;
    position: absolute;
    height: 1px;
    width: 60px;
    bottom: -30px;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.ds_cesta .ds_pack_cesty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 54px;
}

.ds_cesta .ds_pack_cesty .ds_datum {
    margin-right: 58px;
    margin-top: 7px;
}

.ds_cesta .ds_pack_cesty .ds_datum h4 {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 5px 35px;
}

.ds_cesta .ds_pack_cesty .ds_title p {
    max-width: 380px;
}

.ds_blog {
    padding-top: 210px;
    padding-bottom: 100px;
}

.ds_blog .ds_blog_pack .ds_title_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.ds_blog .ds_blog_pack .ds_title_blog h2, .ds_blog .ds_blog_pack .ds_title_blog .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_blog .ds_blog_pack .ds_title_blog h1 {
    margin-bottom: 0;
}

.ds_blog .ds_blog_pack .ds_title_blog .small_tit {
    margin-bottom: 15px;
}

.ds_blog .ds_blog_pack .ds_wrapper_add_button {
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.ds_blog .ds_blog_pack .ds_wrapper_add_button .ds_titlt_add_wrapper p {
    margin-right: 37px;
}

.ds_blog .ds_blog_pack .ds_wrapper_add_button .ds_content_add .btn_full {
    background: #EBE6E4;
    border-radius: 3px;
    padding: 10px 22px 10px 39px;
    font-size: 0.875em;
    color: #836E6E;
    letter-spacing: 0.35px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    border: 0;
    margin: 3px;
    margin-right: 16px;
    text-transform: none;
}

.ds_blog .ds_blog_pack .ds_wrapper_add_button .ds_content_add .btn_full::before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2021/08/plus.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 8px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ds_blog .ds_blog_pack .ds_wrapper_add_button .ds_content_add .btn_full:hover {
    background: #1F2640;
    color: white;
}

.ds_blog .ds_blog_pack .ds_wrapper_add_button .ds_content_add .btn_full.nav_active {
    background: #1F2640;
    color: white;
}

.ds_blog .ds_blog_pack .ds_wrapper_add_button .ds_content_add .btn_full.nav_active::before {
    background-image: url("/wp-content/uploads/2021/09/fajfka.svg");
    background-size: 17px;
}

.ds_blog .ds_blog_pack .ds_novinky_pack {
    background: #F4F1F0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.ds_blog .ds_blog_pack .ds_novinky_pack .ds_blog_nothing .ds_novinky_content {
    display: none;
}

.ds_blog .ds_blog_pack .ds_novinky_pack .col-lg-6:first-of-type .ds_novinky_content {
    display: none;
}

.ds_blog .ds_blog_pack .ds_novinky_pack .ds_novinky_box {
    margin-left: 55px;
    margin-right: -270px;
}

.ds_blog .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content {
    padding: 40px 52px 38px 50px;
    background: #FFFFFF;
    -webkit-box-shadow: 13px 14px 48px -4px rgba(61, 56, 56, 0.120848);
    box-shadow: 13px 14px 48px -4px rgba(61, 56, 56, 0.120848);
}

.ds_blog .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content p {
    max-width: 319px;
    margin-bottom: 30px;
}

.ds_blog .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content h5 {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Roboto';
    font-weight: bold;
}

.ds_blog .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content .btn_underline {
    padding-bottom: 5px;
    position: relative;
    border-bottom: 0;
}

.ds_blog .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content .btn_underline::before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2021/08/sipjka.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
    left: 160px;
    top: 13px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

.ds_blog .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content .btn_underline:hover:before {
    left: 170px;
}

.ds_blog .ds_blog_pack .ds_detail_pack {
    padding-top: 50px;
}

.ds_blog .ds_blog_pack .ds_detail_pack .ds_detail_pack {
    padding-top: 0px;
}

.ds_blog .ds_blog_pack .ds_detail_pack .ds_button_pack {
    padding-top: 101px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ds_blog .ds_blog_pack .ds_detail_pack .ds_detail_box {
    margin-bottom: 60px;
}

.ds_blog .ds_blog_pack .ds_detail_pack .ds_detail_box .ds_detail_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ds_blog .ds_blog_pack .ds_detail_pack .ds_detail_box .ds_detail_content .ds_detail_title_box h5 {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 7px;
}

.ds_blog .ds_blog_pack .ds_detail_pack .ds_detail_box .ds_detail_content .ds_detail_title_box h3 {
    font-size: 1.125em;
    max-width: 282px;
    margin-bottom: 17px;
}

.ds_blog .ds_blog_pack .ds_detail_pack .ds_detail_box .ds_detail_content .ds_detail_title_box .btn_underline {
    padding-bottom: 3px;
    color: #836E6E;
    border-bottom: 1px solid #836E6E;
}

.ds_blog .ds_blog_pack .ds_detail_pack .ds_detail_box .ds_detail_content .ds_detail_title_box .btn_underline:hover {
    border-bottom: 1px solid transparent;
}

.ds_blog .ds_blog_pack .ds_detail_pack .ds_detail_box .ds_detail_content .ds_detail_icon {
    margin-right: 24px;
    background: #F4F1F0;
    padding: 34px;
}

.ds_socialni_site {
    background-image: url("/wp-content/uploads/2021/09/blog-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 84px;
}

.ds_socialni_site .ds_socialni_pack .ds_social_title {
    padding-bottom: 107px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.ds_socialni_site .ds_socialni_pack .ds_social_title .ds_social_link {
    background-image: url("/wp-content/uploads/2021/10/fb_circle.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 10;
    right: 0;
    top: -13px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ds_socialni_site .ds_socialni_pack .ds_social_title .ds_social_link:hover {
    background-image: url("/wp-content/uploads/2021/09/Group-2-h.svg");
}

.ds_socialni_site .ds_socialni_pack .ds_social_title h5 {
    position: relative;
    margin-bottom: 0;
}

.ds_socialni_site .ds_socialni_pack .ds_social_title h5::before {
    content: "";
    background: #1F2640;
    position: absolute;
    height: 1px;
    width: 76px;
    bottom: -30px;
    right: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.ds_socialni_site .ds_socialni_pack .ds_box_social {
    margin-bottom: 20px;
}

.ds_socialni_site .ds_socialni_pack .ds_box_social .ds_content_fb {
    padding: 150px;
    background: white;
    -webkit-box-shadow: 0 0 42px -7px rgba(61, 56, 56, 0.12);
    box-shadow: 0 0 42px -7px rgba(61, 56, 56, 0.12);
}

.post-264 .entry-header {
    display: none;
}

.ds_detail_clanku {
    padding-top: 210px;
}

.ds_detail_clanku h5 {
    letter-spacing: 0;
    font-weight: 500;
    text-transform: none;
}

.ds_detail_clanku p {
    margin-bottom: 40px;
}

.ds_detail_clanku .ds_sekce2 {
    margin-top: 315px;
}

.ds_detail_clanku .ds_sekce2 .ds_border_text {
    border: 1px dashed;
    padding: 40px;
}

.ds_detail_clanku .ds_sekce2 p {
    margin-bottom: 40px;
}

.single-post article .entry-content {
    padding-top: 200px;
}

.single-post article .entry-content .ds_single_meta_date {
    text-align: center;
    font-size: 18px;
    margin-bottom: 9px;
    color: #ab8686;
}

.single-post article .entry-content > h1 {
    text-align: center;
    margin: auto;
    font-size: 32px !important;
    margin-bottom: 50px;
    font-weight: bold;
}

.single-post article .entry-content p {
    margin-bottom: 1.6em;
    font-size: 18px;
    color: #836E6E;
    line-height: 1.444;
    color: #a28686;
}

.single-post article .entry-content .ds_single_post_content_cont {
    margin-bottom: 2em;
}

.single-post article .entry-content .ds_single_post_content_cont h3 {
    text-transform: none;
    letter-spacing: 0.08px;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 0.5em;
}

.single-post article .entry-content .ds_single_post_content_cont h2, .single-post article .entry-content .ds_single_post_content_cont .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .single-post article .entry-content .ds_single_post_content_cont h1 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 40px;
}

.single-post article .entry-content blockquote {
    padding: 40px 40px 30px 40px;
    border: 2px dotted #836E6E;
    margin-bottom: 40px;
    border: 2px dotted #a28686;
}

.single-post article .entry-content blockquote p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #a28686;
}

.single-post article .entry-content table th, .single-post article .entry-content table td{
    color: #a28686;
}

.single-post article .entry-content ul, .single-post article .entry-content ol {
    padding: 0 0 16px 82px;
    max-width: 732px;
}

.single-post article .entry-content ul li, .single-post article .entry-content ol li {
    font-weight: 400;
    margin-bottom: 24px;
    color: #836E6E;
    font-size: 16px;
    line-height: 1.5;
    color: #a28686;
}

.single-post article .ds_single_meta_cat_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0px 40px;
}

.single-post article .ds_single_meta_cat_wrapper .ds_single_meta_cat_item_title {
    color: #836e6e;
    margin-right: 28px;
}

.single-post article .ds_single_meta_cat_wrapper .ds_single_meta_cat_item {
    background: #EBE6E4;
    border-radius: 3px;
    padding: 6px 17px;
    font-size: 0.875em;
    color: #836E6E;
    letter-spacing: 0.35px;
    text-decoration: none;
    font-weight: 600;
    border: 0;
    margin-right: 16px;
    text-transform: none;
}

.single-post article .ds_single_meta_author_wrapper .ds_content_author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    -webkit-box-shadow: -5px 10px 26px 13px rgba(71, 59, 59, 0.05);
    box-shadow: -5px 10px 26px 13px rgba(71, 59, 59, 0.05);
    padding: 26px 80px 0px 40px;
}

.single-post article .ds_single_meta_author_wrapper .ds_content_author .ds_author_title {
    padding-left: 54px;
}

.single-post article .ds_single_meta_author_wrapper .ds_content_author .ds_author_title h3 {
    margin-left: 92px;
}

.single-post article .ds_single_related_section {
    padding-top: 109px;
}

.single-post article .ds_single_related_section .ds_novinky_pack {
    display: none;
}

.single-post article .ds_single_related_section .ds_single_title_related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 53px;
}

.single-post article .ds_single_related_section .ds_single_title_related .small_tit {
    margin-bottom: 0;
}

.single-post article .ds_single_related_section .ds_detail_pack .ds_detail_box {
    margin-bottom: 60px;
}

.single-post article .ds_single_related_section .ds_detail_pack .ds_detail_box .ds_detail_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post article .ds_single_related_section .ds_detail_pack .ds_detail_box .ds_detail_content .ds_detail_icon {
    margin-right: 24px;
    background: #F4F1F0;
    padding: 34px;
}

.single-post article .ds_single_related_section .ds_detail_pack .ds_detail_box .ds_detail_content .ds_detail_title_box h5 {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 7px;
}

.single-post article .ds_single_related_section .ds_detail_pack .ds_detail_box .ds_detail_content .ds_detail_title_box h3 {
    font-size: 1.125em;
    max-width: 282px;
    margin-bottom: 17px;
}

.single-post article .ds_single_related_section .ds_detail_pack .ds_detail_box .ds_detail_content .ds_detail_title_box .btn_underline {
    padding-bottom: 3px;
}

.single-post article .ds_single_related_section .ds_detail_pack .ds_button_pack {
    text-align: center;
}

.eexist_slider {
    padding-top: 370px;
    padding-bottom: 380px;
    background-image: url(/wp-content/uploads/2021/09/neexist.jpg);
    background-size: cover;
    background-position: center right;
}

.eexist_slider .ds_slider_pack {
    text-align: center;
}

#cookie-law-info-bar {
    -webkit-box-shadow: 0px 5px 33px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 5px 33px rgba(0, 0, 0, 0.22);
}

#cookie-law-info-bar br {
    display: none;
}

#cookie-law-info-bar > span {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 1030px;
    margin: auto;
    padding: 24px 30px;
}

#cookie-law-info-bar > span .cookie-title {
    max-width: 450px;
    text-align: left;
    width: 100%;
}

#cookie-law-info-bar > span .cookie-title p.cookie-title {
    font-size: 24px;
    margin-bottom: 4px;
    color: #1F2640;
    font-weight: bold;
    font-family: "Montserrat";
}

#cookie-law-info-bar > span .cookie-title p:not(.cookie-title) {
    font-size: 16px;
    margin-bottom: 0;
}

#cookie-law-info-bar > span .cookie-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
}

#cookie-law-info-bar > span .cookie-buttons #CONSTANT_OPEN_URL {
    font-size: 14px;
    margin-right: 30px;
}

#cookie-law-info-bar > span .cookie-buttons #cookie_action_close_header {
    font-family: "Montserrat";
    padding: 1.2em 2.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
    border-radius: 0px;
    background-color: #836E6E;
    color: white;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    width: 15em;
    display: block;
}

.form-bottom-send {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.form-bottom-send .ajax-loader {
    position: absolute;
    top: 0;
    right: 0;
}

.form-bottom-send .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.form-bottom-send .wpcf7-acceptance .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.form-bottom-send .wpcf7-acceptance .wpcf7-list-item label input {
    margin-right: 7px;
}

.fb-feed-wrapper .cff-visual-header, .fb-feed-wrapper .cff-likebox {
    display: none !important;
}

.fb-feed-wrapper .cff-item {
    background: white;
    -webkit-box-shadow: 0px 0px 42px -7px rgba(61, 56, 56, 0.2);
    box-shadow: 0px 0px 42px -7px rgba(61, 56, 56, 0.2);
    padding: 20px !important;
}

.jcf-upload-button {
    padding: 6px 20px 7px 39px;
    border-radius: 40px;
    background-color: #1F2640;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    /*
    &:hover{
        background-color: #836E6E;
    }
    */
}

.jcf-upload-button .jcf-button-content {
    font-size: 14px;
    color: white;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.jcf-upload-button:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 11px;
    top: 6px;
    background-image: url(/wp-content/uploads/2021/09/attachment.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 1100px) {
    header#masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
        margin-right: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .sluzby_vypis_sec .bigger_container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .sluzby_vypis_sec .bigger_container .col-md-6:nth-child(odd) {
        padding-right: 15px;
        margin-bottom: -60px;
    }
    .sluzby_vypis_sec .bigger_container .col-md-6:nth-child(even) {
        padding-left: 15px;
        margin-bottom: -60px;
    }
    .page-template-ds_sluzby .sluzby_vypis_sec .bigger_container .col-md-6:nth-child(odd) {
        margin-bottom: 0px;
    }
    .page-template-ds_sluzby .sluzby_vypis_sec .bigger_container .col-md-6:nth-child(even) {
        margin-bottom: 0px;
    }
    .kolik_zaplatite_sec {
        margin-top: 3em !important;
    }
    .kolik_zaplatite_sec .zaplatite_info .accordion_wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .kolik_zaplatite_sec .zaplatite_info .accordion_wrapper .accordion_item {
        width: 100% !important;
    }
    .ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box::before {
        display: none;
    }
    .ds_onas_predstaveni {
        padding-top: 332px;
        padding-bottom: 16px;
    }
    .main_slider {
        padding-top: 156px;
        padding-bottom: 42px;
    }
    .main_slider .ds_slider_pack .ds_slider_title .ds_slider_logo {
        padding-bottom: 110px;
    }
    .main_slider .ds_slider_pack .ds_slider_title h5 {
        margin-bottom: 2.125em;
    }
    .ds_specializace {
        padding-top: 70px;
    }
    .ds_specializace .ds_specializace_pack .row {
        margin-bottom: 30px;
    }
    .ds_specializace .ds_specializace_pack .ds_specializace_title {
        margin-bottom: 2.4375em;
    }
    .ds_specializace .ds_specializace_pack .ds_left_wrapper {
        margin-bottom: 20px;
    }
    .ds_specializace .ds_specializace_pack .ds_left_wrapper figure img {
        width: 100%;
    }
    .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content h2, .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content h1 {
        margin-bottom: 8px;
    }
    .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content p {
        margin-bottom: 1.75em;
        max-width: unset;
    }
    .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content .btn_outline {
        width: 46%;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack {
        padding-top: 0px;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .ds_text_wrapper {
        margin-bottom: 20px;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content h2, .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content h1 {
        margin-bottom: 8px;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content p {
        margin-bottom: 1.75em;
        max-width: unset;
    }
    .ds_oblast_swiper {
        padding-top: 70px;
    }
    .ds_kdo_jsme {
        padding-top: 79px;
        padding-bottom: 98px;
    }
    .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper {
        margin-bottom: 40px;
    }
    .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper h5 {
        margin-bottom: 10px;
    }
    .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper h2, .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper h1 {
        max-width: unset;
        margin-bottom: 7px;
    }
    .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper p {
        max-width: 550px;
        margin-bottom: 1.75em;
    }
    .ds_tym .ds_tym_pack .ds_box_m0 {
        margin-left: 0px;
    }
    .ds_tym .ds_tym_pack .ds_box_m1 {
        margin-right: 0px;
        padding-top: 40px;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box .foto_linked_in {
        left: unset !important;
        right: 20px;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box figure img {
        width: 100%;
    }
    .ds_tym .ds_tym_pack .ds_box_m2 {
        padding-top: 40px;
    }
    .ds_tym .ds_tym_pack .ds_box_m3 {
        padding-top: 40px;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t .ds_button_cena {
        margin-bottom: 90px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t .ds_button_cena h3 {
        margin: 12px 0;
    }
    .postid-161 .ds_ecommerce_pack .row:first-child .ds_box_e:first-child .ds_content_t > h3 {
        max-width: 230px;
    }
}

@media only screen and (max-width: 767px) {
    h2, .page-template-rn_ochranna_osobnich_udaju h1 {
        font-size: 2em;
        margin-bottom: -25px;
    }
    .spolupracujeme_loga_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .spolupracujeme_loga_wrapper .spolupracujeme_logo {
        width: 30%;
    }
    .spolupracujeme_loga_wrapper .spolupracujeme_logo img {
        width: 100% !important;
    }
    .ds_tym {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .ds_tym .ds_tym_pack .ds_box_m1 {
        margin-top: 30px;
    }
    .ds_tym .ds_tym_pack .ds_box_m2 {
        margin-top: 30px;
    }
    .ds_tym .ds_tym_pack .ds_box_m3 {
        margin-top: 30px;
    }
    .ds_tym .ds_tym_pack .ds_box_m4 {
        margin-top: 30px;
    }
    .ds_kontakt_slider {
        padding-top: 170px;
        padding-bottom: 80px;
    }
    .ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title {
        margin-bottom: 70px;
    }
    .ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title .small_tit {
        margin-bottom: 4px;
        letter-spacing: 4px;
    }
    .ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title h2, .ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_kontakt_slider .ds_kontakt_slider_pack .ds_kslider_title h1 {
        font-size: 25px;
    }
    .ds_kontakt_slider .ds_kontakt_slider_pack .ds_button_pack {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ds_kontakt_slider .ds_kontakt_slider_pack .ds_button_pack a {
        max-width: 300px;
        width: 100%;
        margin-right: 0;
    }
    ¨ .ds_fakturace_wrapper {
        padding-top: 50px;
    }
    ¨ .ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace {
        padding: 48px 23px 48px 23px !important;
    }
    ¨ .ds_fakturace_wrapper .ds_fakturace_pack .ds_pack_title {
        margin-bottom: 2px;
    }
    .ds_kontakt_wrapper {
        padding-top: 50px;
    }
    .ds_kontakt_wrapper .ds_fakturace_pack {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ds_kontakt_wrapper .ds_fakturace_pack .small_tit {
        position: relative;
    }
    .ds_kontakt_wrapper .ds_fakturace_pack .small_tit::before {
        position: relative;
        content: "";
        background: #1F2640;
        position: absolute;
        height: 1px;
        width: 60px;
        bottom: -30px;
        right: 0;
        left: 129px;
    }
    .ds_kontakt_wrapper .ds_fakturace_pack .ds_form_title_wrapper {
        margin-bottom: 46px;
    }
    .ds_kontakt_wrapper .ds_fakturace_pack .ds_form_title_wrapper .small_tit {
        letter-spacing: 6px;
    }
    .ds_port_cz {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ds_port_cz .ds_port_pack .ds_box_post .ds_post_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ds_port_cz .ds_port_pack .ds_box_post .ds_post_content .ds_post_icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ds_port_cz .ds_port_pack .ds_box_post .ds_post_content .ds_post_title {
        max-width: 190px;
        text-align: center;
        margin-bottom: 20px;
    }
    .ds_port_cz .ds_port_pack .ds_box_post .ds_post_content .ds_post_title h3 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .ds_port_cz .ds_port_pack .ds_button_post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #cookie-law-info-bar {
        -webkit-box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.22);
        box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.22);
        padding: 0;
    }
    #cookie-law-info-bar > span {
        padding: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #cookie-law-info-bar > span .cookie-title p.cookie-title {
        font-size: 18px;
    }
    #cookie-law-info-bar > span .cookie-title p:not(.cookie-title) {
        font-size: 12px;
        margin-bottom: 30px;
    }
    #cookie-law-info-bar > span .cookie-buttons {
        margin-left: 0;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #cookie-law-info-bar > span .cookie-buttons #CONSTANT_OPEN_URL {
        font-size: 12px;
        margin-right: 30px;
    }
    #cookie-law-info-bar #cookie_action_close_header {
        font-size: 12px;
        padding: 1.2em 2.1em !important;
        width: auto !important;
    }
    .kolik_zaplatite_sec .tit_separator {
        margin: 2.5em auto 2.5em;
    }
    .ds_onas_slider_pack .ds_onas_img_wrapper {
        width: 100vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        position: relative;
    }
    .ds_cesta .ds_cesta_pack .ds_title_cesta {
        padding-bottom: 102px;
    }
    .single-post article .ds_single_related_section {
        padding-top: 59px;
    }
    .single-post article .ds_single_related_section .ds_single_title_related {
        text-align: center;
    }
    .single-post article .ds_single_related_section .ds_single_related .ds_detail_box .ds_detail_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .single-post article .ds_single_related_section .ds_single_related .ds_detail_box .ds_detail_content .ds_detail_icon {
        margin-right: 0 !important;
    }
    .single-post article .ds_single_related_section .ds_single_related .ds_detail_box .ds_detail_content .ds_detail_title_box {
        margin-top: 20px;
    }
    .single-post article .ds_single_related_section .ds_single_related .ds_detail_box .ds_detail_content .ds_detail_title_box h3 {
        font-size: 14px;
    }
    .ds_blog_content {
        width: 100vw;
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .ds_blog_pack .ds_detail_pack {
        padding-top: 210px !important;
        padding-left: 30px;
        padding-right: 30px;
    }
    .ds_blog_pack .ds_detail_pack .ds_detail_pack {
        padding-top: 0 !important;
    }
    .ds_blog_pack .ds_novinky_pack {
        padding: 30px;
        height: 330;
    }
    .ds_blog_pack .ds_novinky_pack .ds_novinky_box {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content {
        padding: 30px;
        margin-top: 170px;
        margin-bottom: -180px;
    }
    .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content h5 {
        font-size: 14px;
    }
    .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content h3 {
        font-size: 18px;
    }
    .ds_blog_pack .ds_novinky_pack .ds_novinky_box .ds_novinky_content p {
        font-size: 14px;
    }
    .ds_blog_pack .ds_detail_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .ds_blog_pack .ds_detail_content .ds_detail_icon {
        margin-right: 0 !important;
    }
    .ds_blog_pack .ds_detail_content .ds_detail_title_box {
        margin-top: 20px;
    }
    .form-bottom-send {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .form-bottom-send p {
        width: 100%;
    }
    .form-bottom-send .wpcf7-submit {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ds_form_pack .wpcf7 .wpcf7-form-control-wrap .wpcf7-file, .ds_poradna_contact_content_item .wpcf7 .wpcf7-form-control-wrap .wpcf7-file {
        padding-left: 21px;
        height: 30px;
    }
    .ds_input_fake {
        padding: 5px 25px 5px 25px;
        top: 29px;
        font-size: 13px;
    }
    .ds_poradna_contact_content_item .calendly-inline-widget {
        height: 650px !important;
    }
    .ds_poradna_contact_wrapper .ds_poradna_contact_nav .ds_poradna_contact_nav_item {
        padding: 1em 0.9em;
        font-size: 10px;
        letter-spacing: 0;
    }
    .postid-161 .ds_ecommerce_pack .row:first-child .ds_box_e.row:first-child h3 {
        max-width: 230px;
    }
}

@media only screen and (max-width: 575px) {
    .ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box::after {
        display: none;
    }
}

/*------------------------------------------------------respo-------------------------------------------------------*/
/*------------------------------------------------------respo-------------------------------------------------------*/
/*------------------------------------------------------respo-------------------------------------------------------*/
/*------------------------------------------------------respo-------------------------------------------------------*/
@media only screen and (max-width: 575px) {
    .btn_outline {
        font-size: 0.75em;
    }
    .btn_underline {
        font-size: 0.75em;
    }
    .btn, .btn_outline {
        font-size: 0.75em;
    }
    p {
        font-size: 0.75em;
    }
    h5 {
        font-size: 0.75em;
        letter-spacing: 4px;
        font-weight: bold;
    }
    .small_tit {
        font-size: 12px;
        letter-spacing: 5px;
    }
    .main_slider {
        padding-top: 204px;
        padding-bottom: 94px;
    }
    .main_slider .ds_slider_pack .ds_slider_title h5 {
        font-size: 0.75em;
        letter-spacing: 4px;
        font-weight: bold;
    }
    .main_slider .ds_slider_pack .ds_slider_title .ds_slider_logo {
        padding-bottom: 92px;
    }
    .main_slider .ds_slider_pack .ds_button_slider a img {
        width: 116px;
        height: 66px;
    }
    .ds_specializace {
        padding-top: 50px;
    }
    .ds_specializace .ds_specializace_pack .ds_specializace_title {
        margin-bottom: 40px;
    }
    .ds_specializace .ds_specializace_pack .ds_specializace_title h5 {
        font-size: 0.75em;
        letter-spacing: 4px;
    }
    .ds_specializace .ds_specializace_pack .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .ds_specializace .ds_specializace_pack .ds_right_wrapper {
        padding-left: 15px;
    }
    .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content h2, .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_specializace_content h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .ds_specializace .ds_specializace_pack .ds_right_wrapper .row {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }
    .ds_specializace .ds_specializace_pack .ds_right_wrapper .ds_button_pack_4 .btn_outline {
        width: 47%;
        padding: 14px 4px;
        margin-right: 5px;
        margin-bottom: 18px;
        font-size: 0.6875em;
        font-weight: bold;
    }
    .ds_specializace .ds_specializace_pack .ds_left_wrapper {
        margin-bottom: 34px;
        margin-top: 20px;
    }
    .ds_specializace .ds_specializace_pack .ds_left_wrapper figure img {
        width: 67%;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .row {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content p {
        margin-bottom: 39px;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content .ds_button_nemovitosti {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .ds_text_wrapper .ds_nemovitosti_content .ds_button_nemovitosti .btn_outline {
        width: 50%;
        font-size: 0.6875em;
        font-weight: bold;
    }
    .ds_specializace .ds_specializace_pack .ds_nemovistosti_pack .ds_img_wrapper figure img {
        width: 76%;
    }
    .ds_oblast_swiper {
        padding-top: 90px;
        padding-bottom: 62px;
    }
    .ds_oblast_swiper .ds_oblast_pack .ds_oblast_title {
        margin-bottom: 7.75em;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container {
        width: 80%;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_oblat_prod_klietni_wrapper {
        padding: 36px 30px 40px 36px;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_oblat_prod_klietni_wrapper .ds_oblast_content p {
        font-size: 14px;
        margin-bottom: 3.6em;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_oblat_prod_klietni_wrapper .ds_swiper_oblast_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_oblat_prod_klietni_wrapper .ds_swiper_oblast_content .ds_title_pack {
        width: 100%;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_oblat_prod_klietni_wrapper .ds_swiper_oblast_content .ds_title_pack h3 {
        font-size: 1.1em;
        margin-bottom: 1px;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .ds_oblat_prod_klietni_wrapper .ds_swiper_oblast_content .ds_swiper_logo img {
        width: 30px;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-next, .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-prev, .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-prev {
        top: -60px;
        right: unset;
        left: 0;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-next::after, .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-prev::after, .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-prev::after {
        height: 0.7em;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-prev {
        left: 0 !important;
    }
    .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-next, .ds_oblast_swiper .ds_oblast_pack .swiper-container .swiper-button-prev {
        left: 50px;
    }
    .ds_kdo_jsme {
        padding-top: 60px;
        padding-bottom: 41px;
    }
    .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper .ds_kdo_jsme_content h5 {
        margin-bottom: 12px;
    }
    .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper .ds_kdo_jsme_content h2, .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper .ds_kdo_jsme_content .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper .ds_kdo_jsme_content h1 {
        margin-bottom: 8px;
        max-width: 190px;
        font-size: 2em;
    }
    .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper .ds_kdo_jsme_content p {
        margin-bottom: 20px;
        max-width: 248px;
    }
    .ds_kdo_jsme .ds_kdo_jsme_pack .ds_right_wrapper .ds_kdo_jsme_content .btn_outline {
        margin-bottom: 68px;
    }
    .ds_kdo_jsme .ds_kdo_jsme_pack .ds_left_wrapper figure img {
        width: 97%;
        -webkit-box-shadow: 28px -19px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 28px -19px 0px rgba(0, 0, 0, 0.12);
    }
    .page_title_sec {
        padding-bottom: 40px;
    }
    .page_title_sec .bigger_container .small_tit {
        margin-bottom: 20px;
        font-size: 0.75em;
        font-weight: bold;
    }
    .page_title_sec .bigger_container h2, .page_title_sec .bigger_container .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .page_title_sec .bigger_container h1 {
        max-width: 214px;
        margin: auto;
    }
    .sluzby_vypis_sec {
        padding-bottom: 50px;
    }
    .sluzby_vypis_sec .bigger_container .col-md-6 {
        margin-bottom: 0px !important;
    }
    .sluzby_vypis_sec .bigger_container .col-md-6 .sluzba_card {
        padding: 50px 70px 40px 30px;
    }
    .sluzby_vypis_sec .bigger_container .col-md-6 .sluzba_card .sluzba_card_text {
        margin-bottom: 20px;
    }
    .sluzby_vypis_sec .bigger_container .col-md-6 .sluzba_card .sluzba_card_title {
        margin-bottom: 12px;
    }
    .sluzby_vypis_sec .bigger_container .col-md-6 .sluzba_card .sluzba_card_title h3 {
        font-size: 1.5em;
        margin-bottom: 0;
        width: 100%;
    }
    .kolik_zaplatite_sec {
        padding-top: 40px;
        margin-top: 0 !important;
    }
    .kolik_zaplatite_sec .title_wrapper {
        margin-bottom: 40px !important;
    }
    .kolik_zaplatite_sec .title_wrapper .small_tit {
        font-size: 0.75em;
        letter-spacing: 4px;
        font-weight: bold;
    }
    .kolik_zaplatite_sec .title_wrapper .tit_separator {
        margin-top: 47px;
    }
    .kolik_zaplatite_sec .zaplatite_info .accordion_wrapper .accordion_item .accordion {
        font-size: 0.875em;
        text-align: left;
    }
    .ds_poradna .ds_poradna_pack {
        margin-bottom: -384px;
    }
    .ds_poradna .ds_poradna_pack .ds_title_poradna {
        margin-bottom: 23px;
    }
    .ds_poradna .ds_poradna_pack .ds_title_poradna .small_tit {
        font-size: 0.75em;
        letter-spacing: 4px;
        font-weight: bold;
    }
    .ds_poradna .ds_poradna_pack .ds_title_poradna h2, .ds_poradna .ds_poradna_pack .ds_title_poradna .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_poradna .ds_poradna_pack .ds_title_poradna h1 {
        text-align: center;
        font-size: 2em;
    }
    .ds_poradna .ds_poradna_pack .ds_poradna_box {
        margin-bottom: 20px;
    }
    .ds_poradna .ds_poradna_pack .ds_poradna_box .ds_content_box {
        padding: 26px 31px 24px 21px;
    }
    .ds_poradna .ds_poradna_pack .ds_poradna_box .ds_content_box .ds_box_icon {
        margin-right: 19px;
    }
    .ds_poradna .ds_poradna_pack .ds_poradna_box .ds_content_box .ds_box_title h3 {
        font-size: 1.125em;
    }
    .ds_poradna_s2 {
        padding-top: 420px;
    }
    .ds_poradna_s2 .ds_poradna_pack_s2 .ds_title_s2 h5 {
        letter-spacing: 4px;
    }
    .page-template-ds_reference .page_title_sec {
        padding-bottom: 40px !important;
    }
    .page-template-ds_reference .page_title_sec .bigger_container h2, .page-template-ds_reference .page_title_sec .bigger_container .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .page-template-ds_reference .page_title_sec .bigger_container h1 {
        max-width: 244px;
    }
    .klienti_ref_sec .bigger_small_container .col-md-6 {
        margin-bottom: 20px !important;
    }
    .klienti_ref_sec .bigger_small_container .col-md-6 .klienti_ref_card {
        padding: 30px 30px 13px;
    }
    .klienti_ref_sec .bigger_small_container .col-md-6 .klienti_ref_card .btn_outline {
        color: white;
    }
    .spoleh_sec {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }
    .spoleh_sec .bigger_small_container .small_tit {
        letter-spacing: 4px;
        margin: 0 auto 93px;
        font-size: 0.75em;
        font-weight: bold;
        max-width: 190px;
        position: relative;
    }
    .spoleh_sec .bigger_small_container .small_tit::before {
        content: "";
        background: #1F2640;
        position: absolute;
        height: 1px;
        width: 76px;
        bottom: -30px;
        right: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
    .spoleh_sec .spoleh_box_wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .spoleh_sec .spoleh_box_wrapper .spoleh_box {
        margin-bottom: 40px !important;
    }
    .spoleh_sec .spoleh_box_wrapper .spoleh_box .spoleh_box_icon {
        margin-bottom: 20px !important;
        height: 4.2em;
    }
    .spoleh_sec .spoleh_box_wrapper .spoleh_box .spoleh_box_icon img {
        max-width: 68px;
    }
    .spoleh_sec .spoleh_box_wrapper .spoleh_box p {
        max-width: 183px;
    }
    .spoleh_sec .spoleh_box_wrapper .spoleh_box h3 {
        font-size: 1.125em;
    }
    .spolupracujeme_sec {
        padding-top: 2.6em !important;
        padding-bottom: 2em !important;
    }
    .spolupracujeme_sec .small_tit {
        letter-spacing: 4px;
        font-size: 0.75em;
        margin-bottom: 60px;
    }
    .spolupracujeme_sec .spolupracujeme_loga_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .spolupracujeme_sec .spolupracujeme_loga_wrapper .spolupracujeme_logo {
        width: 30%;
    }
    .spolupracujeme_sec .spolupracujeme_loga_wrapper .spolupracujeme_logo img {
        width: 100% !important;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce .small_tit {
        font-size: 0.75em;
        margin-bottom: 20px;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce h2, .ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce h1 {
        margin-bottom: 40px;
    }
    .sluzba_card .sluzba_card_title h3 {
        line-height: 1.3;
    }
    .accordion_wrapper .accordion_item .ds_services_tab_active {
        padding: 10px 28px;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_title_ecommerce p {
        font-size: 14px;
    }
    .ds_ecommerce_detail {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t h3 {
        font-size: 1.4em;
        max-width: 275px;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t p {
        max-width: 492px;
        font-size: 14px;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t .ds_button_cena {
        margin-top: 44px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 90px;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_box_e .ds_content_t .ds_button_cena .btn_outline {
        margin-right: 20px;
        padding: 14px 21px;
    }
    .ds_ecommerce_detail .ds_ecommerce_pack .ds_img_en figure img {
        width: 74%;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .ds_ecommerce_bag .ds_img_en {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .ds_ecommerce_detail:first-child {
        padding-top: 130px;
        padding-bottom: 160px;
    }
    .ds_ecommerce_detail:first-child p {
        text-align: left !important;
    }
    .ds_kontakt_wrapper {
        padding-bottom: 60px;
    }
    .ds_kontakt_wrapper .ds_fakturace_pack .small_tit {
        text-align: center;
        font-size: 12px;
        letter-spacing: 4px;
    }
    .ds_kontakt_wrapper .ds_fakturace_pack .small_tit::before {
        left: 50%;
    }
    .services-template-default .ds_form_pack {
        margin-top: 45px;
    }
    .ds_form_pack, .ds_poradna_contact_content_item {
        padding: 20px 22px;
    }
    .ds_form_pack .wpcf7 .ds_form_l, .ds_poradna_contact_content_item .wpcf7 .ds_form_l {
        margin-bottom: -5px;
    }
    input[type=text], input[type=email], input[type=tel], input[type=text], input[type=number], input[type=password], input[type=search], input[type=date], input[type=month], input[type=time], input[type=week], input[type=url], input[type=datetime-local], input[type=file], select {
        font-size: 14px;
    }
    input[type=submit], input[type=reset] {
        font-size: 14px;
    }
    .ds_form_pack .wpcf7 .ds_form_button, .ds_poradna_contact_content_item .wpcf7 .ds_form_button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ds_form_pack .wpcf7 .ds_form_button .wpcf7-submit, .ds_poradna_contact_content_item .wpcf7 .ds_form_button .wpcf7-submit {
        width: 100%;
        margin: 0 13px;
    }
    .ds_form_pack .wpcf7 .soubor, .ds_poradna_contact_content_item .wpcf7 .soubor {
        padding: 0 13px;
    }
    .ds_form_pack .wpcf7 .soubor input, .ds_poradna_contact_content_item .wpcf7 .soubor input {
        width: 92%;
    }
    .klienti_ref_sec .klienti_ref_cta {
        padding-bottom: 30px !important;
    }
    .klienti_ref_sec .klienti_ref_cta h3 {
        font-size: 18px;
    }
    .klienti_ref_sec .klienti_ref_cta .btn, .klienti_ref_sec .klienti_ref_cta .btn_outline {
        font-size: 12px;
    }
    .ds_blog {
        padding-top: 120px;
        padding-bottom: 0px;
    }
    .ds_blog .ds_title_blog {
        margin-bottom: 60px !important;
    }
    .ds_blog .ds_title_blog h2, .ds_blog .ds_title_blog .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_blog .ds_title_blog h1 {
        text-align: center;
    }
    .ds_blog .ds_wrapper_add_button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: -10px;
        padding-bottom: 34px !important;
    }
    .ds_blog .ds_wrapper_add_button .ds_content_add .btn_full {
        width: calc(50% - 17px);
        margin-right: 10px !important;
        margin-bottom: 13px;
    }
    .ds_socialni_site .ds_socialni_pack .ds_social_title {
        max-width: 200px;
        text-align: center;
        margin: auto;
        padding-bottom: 90px;
    }
    .ds_socialni_site .ds_socialni_pack .ds_social_title .ds_social_link {
        right: -60px;
    }
    .ds_onas_slider {
        padding-top: 120px;
        margin-bottom: 0;
    }
    .ds_onas_slider .ds_onas_slider_pack .ds_title_onas .small_tit {
        margin-bottom: 40px;
    }
    .ds_onas_slider .ds_onas_slider_pack .ds_title_onas {
        margin-bottom: 35px;
    }
    .ds_onas_slider_pack .ds_onas_img_wrapper {
        width: 100vw;
        -webkit-transform: unset;
        transform: unset;
        left: unset;
    }
    .ds_onas_img_wrapper {
        margin-left: -30px;
        margin-right: -30px;
    }
    .ds_onas_predstaveni {
        padding-top: 62px;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box .ds_foto_clen a img {
        width: 100%;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box .ds_foto_clen {
        max-width: 230px;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box .ds_foto_clen figure img {
        width: 100%;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box .ds_foto_clen a {
        right: 18px;
        left: unset;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box p {
        max-width: 230px;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box h5, .ds_tym .ds_tym_pack .ds_cleni_box p {
        font-size: 14px;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box h5 {
        margin-bottom: 16px;
    }
    .ds_tym .ds_tym_pack .ds_cleni_box h3 {
        font-size: 18px;
    }
    .ds_tym .ds_tym_pack .ds_box_m1 .ds_content_cleni, .ds_tym .ds_tym_pack .ds_box_m3 .ds_content_cleni {
        margin-left: 25%;
    }
    .ds_cesta {
        padding-top: 60px;
    }
    .ds_cesta .ds_pack_cesty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 14px;
    }
    .ds_cesta .ds_pack_cesty .ds_datum h4 {
        font-size: 14px;
    }
    .ds_cesta .ds_cesta_pack .ds_title_cesta h2, .ds_cesta .ds_cesta_pack .ds_title_cesta .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .ds_cesta .ds_cesta_pack .ds_title_cesta h1 {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .ds_fakturace_wrapper {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .ds_fakturace_wrapper .ds_fakturace_pack .ds_pack_title {
        margin-bottom: 72px;
    }
    .ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        text-align: center;
    }
    .ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace .ds_title_fakturace {
        text-align: left;
    }
    .ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace .ds_title_fakturace h4 {
        font-size: 14px;
    }
    .ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace .btn_outline {
        padding: 10px 26px;
    }
    .ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box .ds_content_fakturace .btn_outline img {
        margin-right: 20px;
        width: 15px;
    }
    .ds_fakturace_wrapper .ds_fakturace_pack .ds_fakturace_box::after {
        display: none;
    }
    .single-post article .entry-content {
        padding-top: 131px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .single-post article .entry-content .ds_single_meta_date {
        font-size: 14px;
    }
    .single-post article .entry-content > h2, .single-post article .page-template-rn_ochranna_osobnich_udaju .entry-content > h1, .page-template-rn_ochranna_osobnich_udaju .single-post article .entry-content > h1 {
        font-size: 24px !important;
    }
    .single-post article .entry-content p {
        font-size: 14px !important;
    }
    .single-post article .entry-content h3 {
        font-size: 18px;
    }
    .single-post article .entry-content h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .single-post article .entry-content .wp-block-group .wp-block-group__inner-container ul {
        padding: 10px 0px 23px 18px;
    }
    .single-post article .entry-content .wp-block-group .wp-block-group__inner-container ul li {
        font-size: 12px;
        margin-bottom: 13px;
    }
    .single-post article .entry-content blockquote {
        padding: 20px 20px 20px 20px;
        margin-bottom: 25px;
    }
    .single-post article .entry-content blockquote p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .single-post article .entry-content .wp-block-group:first-of-type .wp-block-group__inner-container h5 {
        font-size: 14px;
    }
    .single-post article .entry-content .wp-block-group:first-of-type .wp-block-group__inner-container h2, .single-post article .entry-content .wp-block-group:first-of-type .wp-block-group__inner-container .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .single-post article .entry-content .wp-block-group:first-of-type .wp-block-group__inner-container h1 {
        font-size: 24px;
        text-align: left;
    }
    .single-post article .ds_single_meta_cat_wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-post article .ds_single_meta_cat_wrapper .ds_single_meta_cat_item_title {
        width: 100%;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .single-post article .ds_single_meta_cat_wrapper .ds_single_meta_cat_item {
        font-size: 12px;
    }
    .single-post article .ds_single_meta_author_wrapper .ds_content_author {
        padding: 50px 90px 80px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
    .single-post article .ds_single_meta_author_wrapper .ds_content_author .ds_author_img {
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        width: 120px;
    }
    .single-post article .ds_single_meta_author_wrapper .ds_content_author .ds_author_img img {
        width: 100%;
    }
    .single-post article .ds_single_meta_author_wrapper .ds_content_author .ds_author_title {
        z-index: 22;
        padding-left: 0;
    }
    .single-post article .ds_single_meta_author_wrapper .ds_content_author .ds_author_title h3 {
        margin-left: 0;
    }
    .single-post article .ds_single_meta_author_wrapper .ds_content_author .ds_author_title p {
        font-size: 12px;
    }
    .eexist_slider {
        padding-top: 160px;
        padding-bottom: 120px;
    }
    .ds_cesta .ds_cesta_pack .ds_title_cesta {
        padding-bottom: 38px;
    }
    .ds_form_pack .wpcf7 .select::after, .ds_poradna_contact_content_item .wpcf7 .select::after {
        top: -11px;
        height: 2.6em;
        width: 2.6em;
    }
    .ds_poradna_contact_wrapper .ds_poradna_contact_nav .ds_poradna_contact_nav_item {
        font-size: 10px;
    }
    .postid-161 .ds_ecommerce_pack .row:first-child .ds_box_e:first-child .ds_content_t > h3 {
        max-width: 400px;
    }
}

@media only screen and (max-width: 340px) {
    .sluzba_card .sluzba_card_title .sluzba_card_img {
        width: 30px !important;
    }
}

@media only screen and (max-width: 300px) {
    .sluzba_card .sluzba_card_title .sluzba_card_img {
        display: none;
    }
}

.page_title_sec {
    text-align: center;
    padding-top: 12em;
    padding-bottom: 5em;
}

@media only screen and (max-width: 575px) {
    .page_title_sec {
        padding-top: 8em;
        padding-bottom: 3em;
    }
}

.sluzby_vypis_sec {
    padding-bottom: 40px;
}

.sluzba_card {
    margin-bottom: 24px;
    background: white;
    -webkit-box-shadow: 0px 0px 42px -7px rgba(61, 56, 56, 0.12);
    box-shadow: 0px 0px 42px -7px rgba(61, 56, 56, 0.12);
    padding: 36px 40px 53px 60px;
}

.sluzba_card .sluzba_card_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.6em;
    position: relative;
}

.sluzba_card .sluzba_card_title h3 {
    font-size: 2em;
    margin-bottom: 0;
    margin-right: 0.5em;
    line-height: 1;
    width: 100%;
}

.sluzba_card .sluzba_card_text {
    margin-bottom: 2em;
    max-width: 400px;
}

.kolik_zaplatite_sec {
    margin-top: 6em;
}

.kolik_zaplatite_sec .title_wrapper {
    text-align: center;
    max-width: 641px;
    margin: auto;
    margin-bottom: 5em;
}

.kolik_zaplatite_sec .zaplatite_info .accordion_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.kolik_zaplatite_sec .zaplatite_info .accordion_wrapper .accordion_item {
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .sluzba_card .sluzba_card_title h3 {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 575px) {
    .sluzba_card {
        padding: 30px 30px 35px 30px !important;
    }
    .sluzba_card .sluzba_card_title .sluzba_card_img {
        width: 47px;
    }
    .sluzba_card .sluzba_card_title .sluzba_card_img img {
        width: 100%;
    }
}

.klienti_ref_sec {
    margin-bottom: 2em;
}

.klienti_ref_sec .col-md-6 {
    margin-bottom: 3em;
}

.page_title_sec h2, .page_title_sec .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .page_title_sec h1 {
    margin-bottom: 0;
}

.klienti_ref_card {
    padding: 3em 3em 2em;
    background: #F4F1F0;
    height: 100%;
}

.klienti_ref_card .klienti_ref_card_text {
    margin-bottom: 3em;
}

.klienti_ref_card .klienti_ref_card_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.klienti_ref_card .klienti_ref_card_info .klienti_ref_card_name h3 {
    font-size: 1.1em;
    margin-bottom: 0;
}

.klienti_ref_card .klienti_ref_card_info .klienti_ref_card_logo img {
    max-width: 86px;
    margin-top: 0.5em;
}

.klienti_ref_cta {
    padding: 3em;
    background: #1F2640;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.klienti_ref_cta .klienti_ref_card_logo {
    margin-bottom: 2em;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.klienti_ref_cta h3 {
    color: white;
    margin-top: auto;
    max-width: 320px;
}

.klienti_ref_cta .tit_separator {
    background: white;
    margin: 0.4em 0 1.6em;
}

.klienti_ref_cta .btn_outline {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.spoleh_sec {
    padding-top: 5em;
    padding-bottom: 5em;
    background-image: url(/wp-content/uploads/2021/08/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.spoleh_sec h2.small_tit, .spoleh_sec .page-template-rn_ochranna_osobnich_udaju h1.small_tit, .page-template-rn_ochranna_osobnich_udaju .spoleh_sec h1.small_tit {
    margin-bottom: 132px;
    text-align: center;
}

.spoleh_sec .spoleh_box_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spoleh_sec .spoleh_box_wrapper .spoleh_box {
    padding: 0 15px;
    margin-bottom: 30px;
    max-width: 320px;
    text-align: center;
    margin: auto;
}

.spoleh_sec .spoleh_box_wrapper .spoleh_box .spoleh_box_icon {
    text-align: center;
    margin-bottom: 3.75em;
    height: 5.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spoleh_sec .spoleh_box_wrapper .spoleh_box .spoleh_box_icon img {
    max-width: 88px;
}

.spolupracujeme_sec {
    padding-top: 5em;
    padding-bottom: 5em;
}

.spolupracujeme_sec h2, .spolupracujeme_sec .page-template-rn_ochranna_osobnich_udaju h1, .page-template-rn_ochranna_osobnich_udaju .spolupracujeme_sec h1 {
    text-align: center;
    margin-bottom: 105px;
}

.spolupracujeme_sec .spolupracujeme_loga_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spolupracujeme_sec .spolupracujeme_loga_wrapper .spolupracujeme_logo {
    padding: 0 15px;
    margin-bottom: 30px;
}

.spolupracujeme_sec .spolupracujeme_loga_wrapper .spolupracujeme_logo img {
    width: 126%;
}

/*SECOND AUTHOR*/

.ds_content_author.two-authors h5{
    width: 100%;
    position: absolute;
    top: 40px;
    left:0;
    text-align: center;
}

.two-authors-author .ds_author_img{
    text-align: center;
    margin:0 auto;
    max-width: 180px;
}

.single-post article .ds_single_meta_author_wrapper .ds_content_author.two-authors .ds_author_title h3{
    width:100%;
    text-align: center;
    margin:25px 0 15px 0;
    font-size: 22px;
}

.single-post article .ds_single_meta_author_wrapper .ds_content_author.two-authors .ds_author_title{
    padding-left: 0;
    text-align: center;
}

.two-authors-author{
    padding:0 10px;
}

.two-authors-author-divider img{
    width:40px;
    margin-top:-100px;
}

.single-post article .ds_single_meta_author_wrapper .ds_content_author.two-authors{
    padding: 48px 40px 30px 40px;
    position:relative;
}

.single-post article .entry-content .two-authors p{
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 768px){
    .single-post article .ds_single_meta_author_wrapper .ds_content_author.two-authors .ds_author_img{
        position: static;
        right: auto;
        bottom:auto;
        width:150px;
    }

    .single-post article .ds_single_meta_author_wrapper .ds_content_author.two-authors .ds_author_img img{
        height:auto;
    }

    .two-authors-author{
        margin-top:30px;
    }

    .two-authors-author-divider img {
        margin-top: 0;
    }

    .two-authors-author-divider{
        margin-bottom:-5px;
    }

    .single-post article .ds_single_meta_author_wrapper .ds_content_author.two-authors {
        padding: 50px 40px 15px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
}

@media only screen and (max-width: 990px) {
    section{
        overflow:hidden;
    }

    body .ds_poradna .ds_poradna_pack{
        margin-bottom:0;
    }

    .newsletter_card .ds_newsletter_content_form{
        margin-top:15px;
    }
}

@media only screen and (max-width: 575px) {
    body .ds_poradna .ds_poradna_pack .ds_poradna_box .ds_content_box .ds_box_icon{
        max-width: none;
    }
    body .ds_poradna_s2 {
        padding-top:100px;
    }
}


@media only screen and (max-width: 991px) {
    body .accordion_wrapper .accordion_item .accordion{
        z-index: 98;
    }
}


figure.sluzba_card_img img{
    height:58px;
    width: auto;
}

.ds_pricelist_table_body_items_item figure{
    margin-top:0.5em;
    margin-bottom: 0.5em;
}

/*# sourceMappingURL=main.css.map */

.zaplatite_info{
    margin-bottom: 55px;
}

.ds_ecommerce_bag p{
    color: #836e6e;
}

.ds_single_related_section .ds_blog_more.ds_blog_more_posts.btn{
    margin-bottom: 60px;
}

body.home .ds_port_cz.ds_blue_bag.container-fluid a.btn_outline:hover, .page-template-rn_kontakt .ds_port_pack.container a.btn_outline:hover{
    color:#000;
}