@charset "UTF-8";
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
}

body::after {
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #333333;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
.page_header,
.items-leading {
    margin-bottom: 2rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.items-leading {
    padding: 1rem;
}

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

sub {
    bottom: -.25em;
}
  
sup {
    top: -.5em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #333333;
}

hr {
    margin: 24px 0;
    border: none;
    border-top: 1px solid #aaaaaa;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
}

ul li,
ol li {
    line-height: 28px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ol {
    color: #333333;
    list-style: disc;
    margin-left: 20px;
}

ol li {
    padding-left: 10px;
    position: relative;
}

ol li a {
    text-decoration: none;
    color: #333333;
}

ol li a:hover {
    color: #555555;
    text-decoration: none;
}

ol li+li {
    margin-top: 6px;
}

table {
    border-collapse: collapse;
  }
  
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.container{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1170px;
}
.row {
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row,
.items-row,
.breadcrumb,
.category_desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
article {
    flex-wrap: wrap;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    position: relative;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.clearfix::before,
.clearfix::after,
.row::before,
.row::after,
.container::before,
.container::after,
.row-container::before,
.row-container::after,
.moduletable::before,
.moduletable::after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix::after,
.row::after,
.container::after,
.row-container::after,
.row-fluid::after,
.moduletable::after {
    clear: both;
}
.content-inner,
main {
    width: 100%;
}
.module_container {
    width: inherit;
}
ul.inline,
ol.inline {
    margin-left: 0;
}

ul.inline>li,
ol.inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
}
.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.breadcrumb li span {
    margin-left: 10px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="file"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: block;
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    color: #808588;
    font-family: inherit;
    font-size: 18px;
    height: 56px;
    padding: 14px 20px;
    outline: none;
    border: 1px solid #c5cbd5;
}

select:-webkit-autofill,
textarea:-webkit-autofill,
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="datetime"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="month"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
input[type="week"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="color"]:-webkit-autofill,
.uneditable-input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 20px #ffffff !important;
    box-shadow: inset 0 0 0 20px #ffffff !important;
    -webkit-text-fill-color: #808588 !important;
    color: #808588 !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #000000;
}

textarea {
    min-height: 6rem;
}

label.inline {
    display: inline-block;
}

.input::-webkit-input-placeholder {
    opacity: 0.2;
    color: #000;
}

.input::-moz-placeholder {
    opacity: 0.2;
    color: #000;
}

.input::-moz-p {
    opacity: 0.2;
    color: #000;
}

.input:-ms-input-placeholder {
    opacity: 0.2;
    color: #000;
}

textarea.invalid {
    border: #e94545;
}

fieldset {
    padding: 0;
    margin: 20px 0px;
    border: 0;
}

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

label {
    display: block;
}

input,
textarea {
    width: 100%;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

*::selection {
    background: #333333;
    color: #ffffff;
}

*::-moz-selection {
    background: #333333;
    color: #ffffff;
}

.item_img,
.category_img {
    font-size: 0;
    line-height: 0;
    margin: 0 0 24px;
    position: relative;
}

.item_img a,
.category_img a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.main-claim p {
    text-align: left;
}
.main-claim .btn {
    box-shadow: 0 0 0 1px white;
}
.main-claim .btn:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

/*end of menu*/
@media only screen and (min-width: 1940px) {}
@media only screen and (min-width: 1440px) and (max-width: 1939.98px) {}
@media only screen and (min-width: 1200px) and (max-width: 1439.98px) {}
@media only screen and (min-width: 992px) and (max-width: 1439.98px) {}
@media only screen and (min-width: 1200px) {
    .main-claim {
        position: absolute;
        top: 30%;
    }
    .main-claim ul {
        padding-left: 0;
        text-align: left;
        margin-bottom: 2rem;
    }
    .main-claim ul li {
        font-size: 2em;
        line-height: 2;
        font-weight: 400;
        margin-bottom: .4rem;
    }
    .main-claim ul li span {
        background-color: #ffffff;
        color: #000;
        padding: .6rem 1.4rem;
    }
    .main-claim .btn {
        border-color: #ffffff;
        color: #ffffff;
        padding: 1rem 2.4rem;
        font-size: 1.3em;
        font-weight: 400;
    }
    .main-claim .btn:hover {
        background-color: #ffffff;
        color: #000;
    }
}

@media only screen and (max-width: 1199.98px) {
    .main-claim {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    figcaption {
        top: 25%;
    }
}

@media only screen and (min-width: 992px) {
    .body__cnt-home #cnt__navigation,
    .body__cnt-img-bck #cnt__navigation {
        min-height: 36rem;
        position: relative;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
    .cnt__modul_1 article .cnt__article {
        grid-template-rows: 180px auto;
    }
    #cnt__header {
        padding: 0;
        justify-content: center;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }
}

@media only screen and (max-width: 991.98px) {
    body {
        padding-top: 0px;
    }
    #cnt__header {
        padding: 0;
    }
    #cnt__footer .container .row,
    #cnt__footer .container .row .moduletable.span12 {
        padding-left: 0;
        padding-right: 0;
    }
     /**new menu**/
     .menu-c {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
        outline: none;
        z-index: 11111;
        position: absolute;
        top: 5px;
        right: 0;
    }
    .line {
        fill: none;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
        stroke: #ffffff;
    }
    /**/
    .moduletable.logo {
        position: relative;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    .moduletable.logo img {
        width: 10rem;
        left: .8rem;
        position: fixed;
        top: 10px;
    }
    .cnt-slider-block {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    figcaption span {
        font-size: 1.4em;
        line-height: 1.2;
        font-weight: 500;
    }
    #cnt__navigation figcaption {
        top: 20%;
    }
    #cnt__footer .row .span4,
    .tablet .span3,
    .tablet .span4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #cnt__mainbottom-1 {
        padding-bottom: 2rem;
    }
    .cnt-slider-block-a {
        padding: 0;
    }
    .cnt-slider-block-a h2 {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991.98px) {}

@media only screen and (min-width: 768px) {
    .span1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
      
    .span2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .span3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .span4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .span5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    
    .span6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .span7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .span8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    .span9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .span10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    
    .span11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    
    .span12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.2em;
    }
    h5 {
        font-size: 1em;
    }
    h6 {
        font-size: .8em;
    }
    .img-intro__left,
    .img-full__left {
        float: left;
        margin-right: 30px;
        max-width: 50%;
    }
    .img-intro__right,
    .img-full__right {
        float: right;
        margin-left: 30px;
        max-width: 50%;
    }  
    article,
    .module_container .cnt__form,
    .category_desc .category_desc__cnt {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
    } 
    article {
        padding-bottom: 2rem;
    }
    .category_desc__cnt h2 {
        margin-bottom: 0;
    }
    .cnt__modul_1 article {
        padding: 1rem;
    }
    .row.kuba-hover:first-child {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 767.98px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    h4 {
        font-size: 1.1rem;
    }
    h5 {
        font-size: 1rem;
    }
    h6 {
        font-size: .9rem;
    }
    h1,h2,h3 {
        font-weight: 500;
    }
    article,
    .module_container .cnt__form  {
        padding: 1rem;
    }
    .category_desc .category_desc__cnt {
        padding: 1rem 1rem 1rem 0;
    }
    main .span12 {
        padding-left: 0;
        padding-right: 0;
    }
    main {
        padding-top: 1rem;
    }
    .cnt__top-menu,
    .cnt__language {
        width: 50%;
    }
    figcaption span.bck-blue {
        width: auto;
        font-size: 1em;
        line-height: 1.1;
    }
    #cnt__navigation figcaption {
        top: 27%;
    }
    #cnt__mainbottom-1 .row.kuba-hover div {
        margin-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
    }
    #cnt__footer .page_header,
    #cnt__footer .page_header h4  {
        margin-bottom: .4rem;
    }
    #cnt__copyright p {
        font-size: .8em;
    }
    #cnt__mainbottom-1 {
        padding-bottom: 0rem;
    }
    .page-category__nas-tym article {
        grid-template-columns: 1fr;
    }
    .page-category__nas-tym .page_header {
        padding-left: 1rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {

}

@media only screen and (max-width: 575.98px) {
    .row.kuba-hover:last-child {
        margin-bottom: 2rem;
    }
    .cnt-slider-block {
        margin-top: 0;
    }
    .cnt-slider-block-a {
        padding: 0;
        text-align: center;
    }
    #cnt__footer {
        padding-top: 2rem;
    }
    .body__home-page #cnt__footer {
        padding-top: 0rem;
    }
    .form .module_container {
        padding-left: 1rem;
        padding-right: 1rem;
    } 
    .body__nase-sluzby #cnt__mainbottom-1 .page_header h2 {
        padding-left: 1rem;
    }
    .body__home-page #cnt__feature {
        padding-bottom: 1rem;
    }
    #cnt__copyright {
        text-align: center;
    }

    #cnt__copyright ul.cnt-ul li,
    #cnt__copyright .list-social {
        text-align: center;
        justify-content: center;
    }

    #cnt__copyright .moduletable {
        margin-bottom: 20px;
    }

    #cnt__copyright .moduletable:last-of-type {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 376px) and (max-width: 575.98px) {}

@media only screen and (min-width: 320px) and (max-width: 375.98px) {}

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

@media print {}