:root {
    --top-menu-color:  rgba(120, 160, 125, 0.92);
    --main-bg-color:   white;
    --cnt-bg-color:    white;
    --form-bg-color:   #bde0c2;
    --text-main-color: #595959;
    --mail-bg-color: #bde0c2;
    --form-text-color: #b2b5c7;
    --text-titul-color: rgb(120, 160, 125);
    --menu-text-color: #EAECEB;
}

@import url('https://fonts.googleapis.com/css?family=Jost');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&family=Merienda:wght@300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'FontMoto';
    src:
        url('../lib/font/pricedown.otf')
        format('OpenType');
}

@font-face {
    font-family: 'FontTest';
    src:
            url('../lib/font/static/Merienda-Medium.ttf')
            format('OpenType');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSans';
    src:
            url('../lib/font/FiraSans/FiraSans-Regular.ttf')
            format('OpenType');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src:
            url('../lib/font/Open_Sans/static/OpenSans-Regular.ttf')
            format('OpenType');
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1.15;
    ---webkit-text-size-adjust: 100%;
}


BODY {
    margin:0px 0px;
    font-size: 24px;
    font-family: Jost, Calibri, Tahoma, Arial, helvetica, sans-serif;
    background: var(--main-bg-color);
    color: black;
    background-size: cover;
    height:100%;
    min-height: 100vh;
    --background-image: URL('/img/dev02.jpg');
    --background-image: URL('/img/bg_004.jpg');
    overflow: -moz-scrollbars-vertical; 
    background-position:center top; 
    background-attachment: fixed;
    --background-size: 100% auto;
    text-align: center;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    --transform: scale(1);
    --transform-origin: 0 0;
    min-width: 800px;
}

hr {
    height: 1px; 
    color:grey; 
    background:grey; 
    font-size: 0; 
    border: 0;
}

p  {
    color: var(--text-main-color);
    font-style: normal;
    font-family: Jost, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 24px;
    line-height: 1.4em;
}
h1 {color: gold; font-style: normal; font-family: Jost, Verdana, Arial, "Times New Roman", Serif; font-size: 30px;  }
a         { text-decoration: none }
a:link    { color: white; }
a:visited { color: white; }
a:active  { color: white; }
a:hover   { color: white; }

textarea {
    resize: none;
    font-size: 20px;
    border-radius: 10px;
    width: 400px;
    color: #666;
    padding: 6px 6px;
    font-family: Jost, Tahoma, Arial, helvetica, sans-serif;
    overflow-y: scroll;
}

select {
    border-color: var(--color-grey);
    border-radius: 10px;
    color: #666;
    display: inline-block;
    font-family: Calibri, Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 20px;
    padding: 6px 6px;
    width: 300px;
}

input {
    border-color: var(--color-grey);
    border-radius: 10px;
    color: #666;
    display: inline-block;
    font-family: Calibri, Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 24px;
    padding: 6px;
    width: 300px;
}

input[type=submit] {
    width: 100px;
    background: #23527c;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

input[type=checkbox] {
    width: 25px;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

.text {
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-serif, serif, "Open Sans";
    font-style: normal;
    font-size: 24px;
    color: var(--text-main-color);
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 1.4em;
    font-weight: normal;
}

.text a         { text-decoration: underline; cursor: pointer; }
.text a:link    { color: var(--text-main-color); }
.text a:visited { color: var(--text-main-color); }
.text a:active  { color: var(--text-main-color); }
.text a:hover   { color: rgb(10, 25, 10); }

.moto {
    font-family: Verdana, FontMoto, Jost, Arial, Helvetica, Sans-serif;
    font-size: 150%;
    text-align: right;
    color: var(--menu-text-color);
    text-shadow: 4px 4px 7px #031328, -4px -4px 7px #031328, -4px 4px 7px #031328,4px -4px 7px #031328; 
    font-weight: bolder;
    position: relative;
    right: 50px;
    bottom: 70px;    
}

.blog_img_text {
    font-size: 18px;
    padding-left: 20px;
    padding-top:  10px;
    color: var(--text-titul-color);
}

.blog_img_text_2 {
    font-size: 18px;
    padding-left: 35px;
    margin-top:  -5px;
    color: var(--text-titul-color);
    text-align: left;
}

.blog_title {
    font-family: "Open Sans", Calibri, Verdana, Arial, Helvetica, Sans-serif, serif;
    font-weight: bolder;
    font-size: 26px;
    color: var(--text-titul-color);
    margin-bottom: 0.65em !important;
}

.blog_title_2 {
    font-size: 32px;
}

.blog_uvod {
    font-weight: bolder;
    color: var(--text-titul-color);
}



.cnt_moto {
    position: absolute !important;
    top: 110px;
    left: 15px;
}

.tit {
    font-family: Playfair Display Flex, Playfair-Display-Fallback, Noto Color Emoji, serif;;
    font-weight: bold;
    font-size: 36px;
    color: var(--text-titul-color);
    margin-bottom: 6px;
}


#bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body.waiting * {
    cursor: wait !important;
}


.img_xicht {
    width: 320px;
}

.table_soc {
    margin-left: auto; 
    margin-right: auto;
}

.table_soc tr {
    text-align: center;
    vertical-align: middle;
}

.table_soc td {
    padding: 20px;
}

.soc_icon {
    width: 80px;
    padding: 0 30px;
    padding-top: 20px;
    transition: 0.3s;
}

.soc_icon:hover {
    transform: scale(1.2);
}

.titul {
    margin-top: 35px;
    letter-spacing: 0;
    overflow: hidden;
    font-family: Playfair Display Flex, Playfair-Display-Fallback, Noto Color Emoji, serif;
    line-height: 1.3;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    box-sizing: border-box;
    --font-size: 220%;
    font-size: 230%;
    font-weight: 700;
    color: var(--text-titul-color);
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 5px;
}

.titul2 {
    margin-top: 0px;
    font-size: 110%;
    margin-bottom: 8px;
    font-weight: 700;
    display: block;
}

.c {
    position: relative;
    float: left;
}

.col0 { width: 100%;}
.col1 { width: 35%; }
.col2 { width: 65%; }

.carka {
    width: 100px;
    height: 4px;
    background-color:  var(--text-titul-color);
    margin-bottom: 25px;
}

.ico_table table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ico_table td {
    padding: 8px 15px;
    padding-left: 0px;
}

.img_ares {
    height: 24px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #666666;
    margin-left: 15px;
    margin-bottom: -4px;
}

.carka0 {
    width: 100px;
}

.noselect {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.super_conteiner {
    display: inline-table;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 800px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    background-color: var(--cnt-bg-color);
}

.conteiner2 {
    width: 100%;
    display: flex;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    flex-direction: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
    align-content: center;
    text-align: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.img_home_cnt {
    position: relative;
    width: 75%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.img_contact_cnt {
    position: relative;
    width: 75%;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    --margin-bottom: 60px;
}

.img_home { 
    width: 95%;
    filter: drop-shadow();
    -webkit-filter: drop-shadow(3px 3px 3px gray);
}

.column1  { width: 40%; }
.column2  { width: 60%; }
.column3  { width: 30%; }
.column4  { width: 70%; }
.column5  { 
    width: 50%; 
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    text-align: right;
    padding: 15px 0;
}
.column6  { 
    width: 50%; 
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 0;
}

.form_main {
    padding: 0px;
    width: 100%;
    position: relative;
    background-color: var(--form-bg-color);
    box-shadow: 2px 2px 5px #141414;
    border-radius: 5px;
}

.sended {
    display: none; 
    font-weight: bold;
    font-size: 26px;
    color: rgb(61, 204, 61);
    padding-top: 1.4em;
    text-align: center;
}

.conteiner {
    display: inline-block;
    position: relative;
    width:100%;
    padding-top: 30px;
}

.cnt_main {
    padding: 20px 45px 5px 35px;
    text-align: justify;
    min-width: 450px;
}

.aff_button {
    height: 6em;
    background-color: var(--mail-bg-color);
    padding: 0px;
    display : flex;
    align-items : center;
}

.text_kontur {
    color: #505050;
    --text-shadow: -1px -1px 0 #0F0F11, 1px -1px 0 #0F0F11, -1px 1px 0 #0F0F11, 1px 1px 0 #0F0F11;
    --color: transparent;
    --text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
    position: absolute;
    font-size: 4rem;
    --text-shadow: 3px 3px 4px rgba(255,255,255,0.6);

    filter: drop-shadow(0 0 1px #dee3ed)
            drop-shadow(1px 1px 0 #dee3ed)
            drop-shadow(-1px 1px 0 #dee3ed)
            drop-shadow(1px -1px 0 #dee3ed)
            drop-shadow(-1px -1px 0 #dee3ed);

}

.text_kontur1 {
    font-size: 3rem;
    top: 380px;
    left: 565px;
}

.text_kontur2 {
    top: 230px;
    left: 580px;
}

.text_kontur3 {
    font-size: 2rem;
    top: 360px;
    left: 580px;
}

.gdpr {
    font-family: Calibri, Verdana, Arial, Helvetica, Sans-serif, serif, "Open Sans";
    font-style: normal;
    font-size: 0.8em;
    color: var(--text-main-color);
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 1.4em;
    font-weight: normal;    
}

.cnt_top {
    position: relative;
    float: left;
    --margin-top: 70px;
    text-align: center;
    width: 100%;
    --height: 620px;
}

.top_img {
    width: 100%;
}

.cnt_top_logo {
    height: 60px;
    padding-top: 5px;
}

.top_bar {
    width: 100%;
    --height: 130px;
    height: 70px;
    background: var(--top-menu-color);
    position: fixed;
    z-index: 999;
    border-bottom: 1px solid #232724;
}

.top_bar_logo {
    --height: 110px;
    height: 60px;
    padding-top: 5px;
    padding-left: 30px;
    cursor: pointer;
}

.mobil_menu {
    display: none;
    padding: 1px;
    padding-left: 15px;
}

.cnt_top2 {
    padding: 40px;
    padding-top: 110px;
    text-align: left;
}

.cnt_top3 {
    padding: 40px;
    padding-top: 110px;
    text-align: left;
}

.text_main {
    word-wrap: break-word;
    word-break: break-word;
    ---webkit-tap-highlight-color: transparent !important;
    box-sizing: border-box;
    color: var(--text-main-color);
    padding: 0; 
    --padding: 0 .625rem;
    margin: 0;
    letter-spacing: 0;
    font-family: Playfair Display Flex, Playfair-Display-Fallback, Noto Color Emoji, serif;
    line-height: 1.35;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 1.625rem;
}

.text_main_body {
    color: var(--text-main-color);
    font-family: Metropolis, Metropolis-Fallback, Noto Color Emoji, sans-serif;
    line-height: 1.6;
    font-size: 1.275rem;
}

.text_main_body a         { text-decoration: underline; cursor: pointer; }
.text_main_body a:link    { color: #696969 }
.text_main_body a:visited { color: #696969 }
.text_main_body a:active  { color: #696969 }
.text_main_body a:hover   { color: #696969 }

.font_resize {
    font-size: 1.1em;
 }

.text_main_cnt {
    background: var(--mail-bg-color);
    ---padding-left: 40px;
    ---margin: 5 -10px;
    ---box-shadow: 2px 2px 5px #141414;
    ---border-radius: 5px;
    z-index: 9999;
}

.text_copiriht {
    color: gray;
    font-family: Metropolis, Metropolis-Fallback, Noto Color Emoji, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    padding: 4px;
    padding-left: 10px;
    padding-bottom: 15px;
    text-align: left;
    background: var(--main-bg-color);
    cursor: pointer;
}

.cnt_mail {
    color: navy;
    font-style: normal;
    font-family: Jost, Verdana, Calibri, Arial, Helvetica, Sans-serif;
    font-size: 24px;
    line-height: 2em;
    background: rgba(76, 255, 100, 0.13);
    padding: 30px 30px;
}


.cnt_bottom {
    height: 100%;
    background: var(--top-menu-color);
}

.text_bottom {
    color: rgb(234, 236, 235);
    text-align: left;
    font-style: normal;
    font-family: Jost, Verdana, Calibri, Arial, Helvetica, Sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    margin-left: 30px;
    vertical-align: top;
}

.cnt_copyright {
    height:25px;
    padding: 3px 3px;
    font-size: 13px;
}

.img_map {
    width: 350px;
}

.cnt_blank {
    height:35px;
    padding: 0px 0px;
}

.logo_panel {
    z-index: 999;
}

.under_panel {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.gototop_panel {
    position: absolute;
    text-align: right;
    height: 30px;
    width: 60px;
    right: 20px;
    top: 20px;
}

.gototop_panel img:hover {
    cursor: pointer;
}

.lang_panel2 {
    --height: 40px;
    --height: 120px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    --width: 80px;
    padding-right: 0px;
    z-index: 9999;
    display: none;
    --white-space: nowrap;
    background-color: var(--top-menu-color);
    box-shadow: 6px 6px 12px black;
}

.lang_panel2_flag {
    height: fit-content;
    width: fit-content;
    position: relative;
    margin: 20px;
    --display: inline-flex;
}

.lang_panel2_flag img {
    height: 24px;
    border-radius:5px;
    box-shadow: 2px 2px 4px #666666;
}

.lang_panel2_flag img:hover {
    cursor: pointer;
}

.lang_panel2_but {
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: right;
    width: fit-content;
    padding-right: 0px;
    z-index: 9999;
}

.lang_panel {
    --height: 40px;
    height: 120px;
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
    width: 40px;
    padding-right: 0px;
    z-index: 9999;
}

.lang_panel_flag {
    height: 40px;
    width: 50px;
    position: relative;
    display: inline-flex;
}

.lang_panel_flag img {
    height: 24px;
    border-radius:5px;
    box-shadow: 2px 2px 4px #666666;
}

.lang_panel_flag img:hover {
    cursor: pointer;
}

.soc_panel {
    position: absolute;
    width: 260px;
    height: 40px;
    max-height: 40px;
    right: 20px;
    top: 130px;
    text-align: right;
}

.menu-cnt {
    font-family: FiraSans, Arial, Jost, Tahoma, helvetica, sans-serif;
    font-size: 22px;
    color: var(--menu-text-color);
    text-shadow: 3px 3px 5px black;
    position: absolute;
    display: inline;
    bottom: 2px;
    right: 78px;
    --left: 700px;
    min-width: 708px !important;
    z-index: 999;
    text-align: right;
}

.menu-cnt table {
    font-family: FiraSans, Arial, Jost, Tahoma, helvetica, sans-serif;
    font-size: 22px;
    color: var(--menu-text-color);
    text-shadow: 3px 3px 5px black;
}

.menu_effect {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.menu_effect td:hover {
    filter: brightness(140%);
    -webkit-filter: brightness(140%);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    transition: 0.6s ease;
}

.menu_effect img:hover {
    filter: brightness(140%);
    -webkit-filter: brightness(140%);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    transition: 0.6s ease;
}

.menu-cnt td {
    padding: 13px 25px;
    border-bottom: 5px rgba(0,0,0,0) solid;
}

.menu-cnt td:link {
    border-color: var(--menu-text-color);
}

.menu-cnt td:hover {
    border-color: var(--menu-text-color);
    cursor: pointer;
}

.menu-cnt-mobil {
    position: absolute;
    background-color: var(--top-menu-color);
    display: none;
    text-align: left;
    top: 120px;
    left: 0;
    z-index: 999;
    box-shadow: 6px 6px 12px black;
    padding: 40px 80px;
    white-space: nowrap;
}

.menu-cnt-mobil table {
    font-family: FiraSans, Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 46px;
    font-weight: bolder;
    color: #EAECEB;
    text-shadow: 4px 4px 8px black;
}

.menu-cnt-mobil td {
    padding: 30px 0px;
    border-bottom: 4px rgba(0,0,0,0) solid;
    white-space: nowrap;
}

.menu-cnt-mobil td:hover {
    border-color: #EAECEB;
    cursor: pointer;
}

.bottom-nav-cnt {
    position: absolute;
    display: inline;
    text-align: left;
    top: 25px;
    left: 35%;
    z-index: 999;
}

.bottom-nav-cnt table {
    font-family: Jost, Tahoma, Arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #EAECEB;
    --text-shadow: 3px 3px 5px black;
}

.bottom-nav-cnt td {
    padding: 4px 0px;
    border-bottom: 3px solid;
    border-color: rgba(0,0,0,0);
}

.bottom-nav-cnt td:hover {
    border-color: #EAECEB;
    cursor: pointer;
}

.contact_table table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact_table td {
    padding: 8px 20px 8px 0px;
    text-align: left;
}

.contact_table img {
    filter: drop-shadow(3px 3px 3px gray);
    -webkit-filter: drop-shadow(3px 3px 3px gray);

}

.soc_panel table {
    width: 100%;
}

.soc_panel td {
    text-align: right;
}

.soc_panel img {
    margin-left: 0px;
    margin-top:  0px;
    height: 40px;
}

.soc_panel img:hover {
    cursor: pointer;
}

.copy_bottom {
    display: inline-block;
    width: 100%;
    height: 30px;
    max-height: 30px;
    background-color: #212121;
    overflow: hidden;
    position: relative;
    text-align: center;
    align-items: center;
    --alignment: center;
    color: white;
    vertical-align: middle;
    top: 470px;
}

.ic_dic {
    font-size: 18px;
    margin: 0 20px;
}

.cap1 {
    font-size: 32px;
    color: saddlebrown;
    font-weight: bold;
}

.cap2 {
    font-size: 28px;
    color: saddlebrown;
    font-weight: bold;
}

.article_cnt {
    color: white;
    width: 80%;
}

.img_blog_2 {
    width: 100%;
    margin: 0px;
}

.img_blog_3 {
    width: 93%;
    margin: 0px;
}

.img_blog_r {
    float: right;
    margin: 10px 0 0 20px;
    width: 400px;
}

.img_blog {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.img_blog:hover {
    filter: brightness(140%);
    -webkit-filter: brightness(140%);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    transition: 1s ease;
}

.blog_subtitle {
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.img_text {
    width: 330px;
    padding: 0px;
    text-align: left;
}

.img_text_cnt {
    width: 100%;
    text-align: center;
}

.copy_bottom_text {
    font-style: normal;
    font-family: Jost, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 13px;
    color: white;
    display: inline-block;
    width:300px;
    height:25px;
    max-height: 25px;
    background-color:#212121;
    overflow:hidden;
    vertical-align: middle;
    --position: absolute;
    margin-top: 5px;
}

.cp_right {
    text-align: right;
    align-items: right;
    right: 15px;
    float: right;
}

.cp_left {
    text-align: left;
    align-items: right;
    left: 15px;
    float: left;
}

.text_box {
    --background: saddlebrown;
    --opacity: 60%;
    margin: 20px auto;
    vertical-align: top;
    --border-radius:8px;
    --box-shadow: 2px 2px 4px #666666;
    width: 78%;
    text-align: center;
    opacity: 90%;
}

.linespace {
    line-height: 1.8em;
}

.content_table {
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
}
.content_table td {
    vertical-align: top;
}

.content_div{
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 18px;
    text-align: justify;
    color: gold;
}

.left {
    margin-left: 0px;
    margin-right: 30px;
}

.right {
    margin-left: 30px;
    margin-right: 0px;
    --background: linear-gradient(to right, gold 10%, saddlebrown 70%);
    ---webkit-background-clip: text;
    ---webkit-text-fill-color: transparent;
}

.but_center { text-align: left; }

.menu_text_but {
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: white;
    -webkit-filter: drop-shadow(3px 3px 3px gray);
    filter: drop-shadow(3px 3px 3px gray);
}

.menu_text_but:hover {
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

.main_logo {
    border-style: none;
    display: inline-block;
    position: relative;
    margin-left: 60px;
    margin-top: -10px;
    vertical-align: top;
    --float: left;
    align-items: left;
    ---webkit-filter: drop-shadow(3px 3px 3px gray);
    --filter: drop-shadow(3px 3px 3px gray);
}

.main_menu {
    --alignment: center;
    align-items: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: center;
    width: auto;
    height: 200px;
}

.table_menu {
    --alignment: center;
    align-items: center;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.table_home {
    border: 0;
    width: 100%;
    font-size: 1.1em;
}

.table_home td {
    padding: 15px 5px;
}

.table_mail {
    border: 0;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

.table_mail td {
    padding: 5px 5px;
}

.table_mail_td2 {
    width: available;
}

.menu_cell {
    text-align: center;
    margin: 20px;
}

.menu_but {
    cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}

.hover15 figure {
    position: relative;
}

.maindiv {text-align:center}

.but_start {
    cursor: pointer;
    color: white;
    ---background-color: #828282;
    background-color: #83a787;
    border: 1px solid;
    border-color: white;
    font-size: 20px;
    font-family: Calibri, Just, Arial, helvetica, sans-serif;
    font-weight: bold;
    padding: 12px 27px;
    border-radius:10px;
    box-shadow: 2px 2px 4px #666666;
    transition: 0.3s;
}

.but_start:hover {
    background-color: var(--form-bg-color);
    color: #83a787; 
}

.swiper {
    max-width: 100%;
    height: 400px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--mail-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.ref_cnt {
    display: flex;
    flex-direction: inherit;
    height: 100%;
}

.ref_img {
    width: auto;
    height: 330px;
    margin-left: 50px;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.ref_text {
    color: var(--text-main-color);
    position: relative;
    display: flex;
    width: 50%;
    margin-right: 30px;
    padding: 30px;
    text-align: left;
    font-family: "Fira Sans", Jost, Calibri, Verdana, Arial, Helvetica, Sans-serif, serif;
    font-style: normal;
    font-weight: initial;
    font-size: 22px;
    line-height: 1.4em;
}

.ref_text a {
    text-decoration: none !important;
    cursor: pointer;
    color: var(--text-main-color);
}

.partner_banner {
    font-size: 30px;
    color: white;
    line-height: 1.45em;
}

.partner_banner_cnt {
    background-color: black;
    min-height: 80px;
    margin-top: 30px;
}

.partner_banner_div {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumbs {
    text-align: left;
    padding: 0 0 0 30px;
    font-size: 18px;
    color: var(--menu-text-color);
}
.breadcrumbs td {
    padding: 0 0 0 5px;
    vertical-align: top;
}
.breadcrumbs img {
    height: 18px;
    margin-top: 2px;
}

.cnt_full {
    width: 100%;
    height: 100%;
}

.but_icon {
    width: 18px; 
    margin-right: 5px;
    filter: drop-shadow();
    -webkit-filter: drop-shadow(3px 3px 3px gray);
}

.buttom_info {
    font-family: FiraSans, Calibri, Verdana, Arial, Helvetica, Sans-serif, serif;
    font-size: 16px; 
    color: rgb(148, 148, 148); 
    text-align: left;
    padding: 30px;
    line-height: 1em;
}

.top_menu_table td {
    position: relative; /*Make it relative to td*/
}

.top_menu_table td a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.cnt_bottom {
    height:180px;
    background-color: #9f0100;
    border-left: thick double #777581 !important;
    border-right: thick double #777581 !important;
    background-image: URL('/img/bg_sm03.jpg');
    font-family: Just, Arial, helvetica, sans-serif;
    font-size: 18px;
}

.citat_hr { width: 300px; margin-top: 30px; margin-bottom: 30px; }

.text_main_cnt2 {
    background: rgb(188, 213, 219);
    text-align: center;
    padding: 40px 140px 60px 140px;
    font-family: Calibri, Jost, Tahoma, Arial, helvetica, sans-serif;
    font-style: italic;
    font-size: 80%;
    color: #363580;
}

.call_me {
    background-color: var(--mail-bg-color); 
    color: var(--text-main-color); 
    font-size: 28px;
    font-weight: bold;
    min-height: 80px;
}

.goto_up {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 30px;
    text-decoration: none;
    background-image: URL('/img/up.png');
    background-size: 100% auto;
    text-align: center;
    opacity: 0.3;
    transition: 0s;
    z-index: 999;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
}

.goto_up:hover {
    opacity: 1.0;
    transition: 0.3s;
}

.item_cnt {
    padding: 40px; 
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 7px #022207; 
}

.crop {
    width: 360px;
    height: 205px;
    overflow: hidden;
}

.crop img {
    width: 360px;
    margin: auto;
    object-position: 0 center;
}

@media only screen and (max-width: 1100px) and (min-device-width: 481px) {
    .top_bar_logo { display: none; }
    .titul2 { display: none; } 
    .text_bottom  { display: none; }
    .bottom-nav-cnt { left: 30px; }
}

@media only screen and (max-device-width: 480px) {
    .super_conteiner {
        ---width: 98% !important;
        font-size: 40px;
    }

    .table_home img {
        width: 60px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .contact_table img {
        width: 60px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .goto_up {
        width: 150px;
        height: 150px;
    }

    .crop { width: 500px; height: 285px; }
    .crop img { width: 500px; }    

    .breadcrumbs { font-size: 32px; }
    .breadcrumbs img { height: 28px; }

    .column1, .column2, .column3, .column4, .column5, .column6 { width: 100%; text-align: center; }
    .conteiner2 { flex-direction: column; }
    .rev { flex-direction: column-reverse !important; }
    .img_home_cnt { margin-bottom: 100px; }
    .but_icon { width: 34px; }
    .but_center { text-align: center; }
    .carka { width: 150px; }
   
    .partner_banner { font-size: 45px; }
    .ref_text { font-size: 25px; }
    .img_map { width: 600px; padding-bottom: 50px; }
    .cnt_top { margin-top: 130px; }
    .cnt_top2 {
        text-align: center;
        padding-top: 180px;
    }
    .cnt_top3 {
        padding-top: 0px;
        font-size: 2.6rem;
    }
    .text_main_body { font-size: 2.5rem; }
    .lang_panel {
        margin-top: 25px;
        right: 0px;
        height: 120px;
        width: 450px;
    }
    .lang_panel_flag { width: 115px; }
    .lang_panel_flag img {
        height: 60px;
        border-radius: 10px;
    }
    .lang_panel2 {
        margin-top: 20px;
        right: 0px;
        top: 0px;
        --height: 120px;
        --width: 450px;
    }
    .lang_panel2_flag { 
        width: 115px; 
        margin: 20px;
        margin-bottom: 40px;
    }
    .lang_panel2_flag img {
        height: 60px;
        border-radius: 10px;
    }
    .lang_panel2_but {
        right: 10px;
        top: 10px;
        text-align: right;
        width: fit-content;
        padding-right: 0px;
        z-index: 9999;
    }
    .mobil_menu { display: inline; }
    .c {
        width: 100% !important;
        float: none;
        padding: 0;
        margin-top: 50px;
        text-align: center;
    }
    .top_bar {
        height: 130px;
    }
    .top_bar_logo {
        width: auto;
        height: 100px;
        padding-top: 15px;
        padding-left: 0px;
    }
    .gototop_panel {
        height: 60px;
        width: 120px;
    }
    .gototop_panel img {
        height: 60px;
        width: 120px;
    }
    .soc_panel {
        height: 110px;
        width:  520px;
        top: 235px;
    }
    .soc_panel img {
        height: 80px;
    }
    .cnt_bottom {
        height: 100%;
        font-size: 34px;
    }
    .buttom_info { 
        font-size: 15px; 
    }
    .img_text {
        width: 600px;
        text-align: center;
    }
    .table_mail { width: 100%; }
    .table_mail td { padding: 12px 5px; }
    .text {
        font-size: 44px !important;
        line-height: 1.7em;
    }
    .tit { font-size: 62px !important; }
    .blog_img_text {
        font-size: 18px !important;
        text-align: center;
        margin-bottom: -20px;
        margin-top: 20px;
    }
    .blog_img_text_2 {
        font-size: 14px !important;
        padding-bottom: 25px;
    }
    .blog_title_2 { font-size: 52px !important; }
    .blog_uvod { font-weight: normal; }

    .article_cnt { width: 100%; }
    .menu-cnt { display: none; }
    .bottom-nav-cnt { display: none; }
    .text_18 { font-size: 30px !important; }
    .adresa_text { font-size: 40px !important; }
    .textarea { font-size: 40px !important; }
    .but_start { 
        font-size: 40px !important; 
        padding: 20px 40px;
    }
    .text_bottom { font-size: 36px  !important; }
    .text_copiriht { font-size: 30px; }
    .soc_icon { width: 150px !important; }
    .input { font-size: 54px !important; width: 620px !important; padding: 10px !important; }
    .input_aff { width: 560px !important; }
    .table_mail_td2 { width: 600px !important;}

    .text_kontur1 {  top: 275px;  right: auto; left: 378px; }
    .text_kontur2 {  top: 130px; right: 25px; left: auto; }
    .text_kontur3 {  top: 240px; right: 25px; left: auto; }
    .cnt_moto { top: 70px; left: 0px; }

    .img_ares { 
        height: 54px;
        margin-bottom: -13px;
    }

    #mail_aff { width: 200px !important; }
    #table_mail_col1 { width: 280px !important; }

    input[type=checkbox] {
        -ms-transform: scale(2.6); /* IE */
        -moz-transform: scale(2.6); /* FF */
        -webkit-transform: scale(2.6); /* Safari and Chrome */
        -o-transform: scale(2.6); /* Opera */
        transform: scale(2.6);
    }
}

@media screen and (min-device-width: 481px)
              and (max-device-width: 1101px)
              and (orientation:landscape)
{
    .menu-cnt { right: 30px; }
    .menu-cnt td { padding: 10px 20px; }
}


