/* Example
 color: var(--primary-color);
 */

:root {
    --orange-100: #FFE6D2;
    --orange-200: #FF8A2A;
    --orange-300: #FF7400;
    --orange-hover: #d36203;

    --gray-100: #EFEFEF;
    --gray-200: #989B98;
    --gray-hover: #cacaca;

    --dark-color: #0A0A0B;
    --white-color: #FFFFFF;
}

body {
    font-family: Open Sans, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    overflow-x: hidden;
}

body.font-s {
    font-size: 12px;
}

body.font-l {
    font-size: 16px;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #ff7400;
}

li {
    list-style: none;
    color: #b7b7b7;
    font-size: 1em;
    line-height: 23px;

}

textarea:focus, input:focus {
    outline: 0;
}

p {
    font-size: 0.95em;
    line-height: 1.8em;
    color: #333;
}

h1 {
    font-size: 1.57em;
    margin: 0px;
    padding: 0px 0px 10px;
    color: #000;
    font-weight: 600;
    line-height: 1.3em
}

h2 {
    display: inline-flex;
    font-family: Open Sans;
    font-size: 4em;
    text-align: right;
    font-weight: 400;
    float: right;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 5px 5px 0 5px;
    border-radius: 5px 5px 0 5px;
    padding: 15px;
    line-height: .944em;
    color: #4d4d4d;
    margin: 0;

}

h2.bold {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    float: right;
}

h3 {
    font-size: 1.57em;
    margin: 0px;
    padding: 0px 0px 10px;
    color: #FFF;
    font-weight: 600;
}

h4 {
    font-size: 1.285em;
    margin: 10px 0px 0;
    padding: 8px 0;
    color: #000;
    font-weight: 600;
}

h5 {
    font-size: 3.5em;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin: 75px 0 40px;
}

.arch {
    color: #ff9640;
    font-size: 0.9em;
    text-decoration: underline;
}

.arch:hover {
    color: #ff7400;
}

.pdf {
    color: #ff7400;
}

.pdf:hover {
    color: #ff9640
}

.numeric {
    color: #FFF;
    font-size: 6em;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
    line-height: 50px;

}

.numeric-text {
    color: #FFF;
    font-size: 0.34em;
    font-weight: 500;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.numeric-grid {
    width: 100%;
}

.numeric-column {
    width: 24%;
    display: inline-block;
}

ul {
    line-height: 10px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #ffb273;
    display: block;
    margin: 3px 0;
}

.li-letter {

    list-style-image: url('img/letter.png');
    margin-top: -30px;
}

.divider2 {
    width: 100%;
    height: 1px;
    background: #dddddd;
    display: block;
    margin: 13px 0 30px;
}

.underline {
    width: 19%;
    height: 2px;
    background: #ff9640;
    display: block;
    margin: 3px 0 15px;
}

.std-padding {
    padding: 10px;
}

.std-padding2 {
    padding: 0px 20px;
}

.margin-10-tb {
    margin: 10px 0px;
}

.margin-20-tb {
    margin: 20px 0px;
}

.left-column-text {
    width: 65%;
    padding: 0;
    margin: 0;
}

.std nav ul,
.std nav li {
    margin: 0;
    padding: 0;
}

.std nav ul li a {
    font-size: 1em;
    color: #767676;
    padding: 8px 10px;
    margin-left: 0.3em;
    margin-right: 0.3em;
    float: right;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

nav li {
    position: relative;
    float: left;
}

nav .submenu {
    position: absolute;
    top: 37px;
    left: 0;
    z-index: 10000;
    padding-top: 45px !important;
    display: none;
}

#oddeleni nav .submenu {
    padding-top: 25px !important;
}

nav .submenu-in {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .22);
    padding: 8px;
    position: relative;
}

nav .submenu-in::before {
    content: ' ';
    display: block;
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 9px;
    background: url(img/submenu.png) no-repeat top center;
}

nav .submenu-in ul {
    width: 255px;
    float: left;
}

nav .submenu-in li {
    float: none;
    display: inline;
}

nav .submenu-in li a {
    width: 100%;
    float: none;
    display: block;
    box-sizing: border-box;
    margin: 0 !important;
    text-align: left !important;
}

nav .submenu-in li.title {
    font-size: 1.4em;
    color: #767676;
    padding: 8px 10px;
    margin-left: 0.3em;
    margin-right: 0.3em;
    float: right;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    float: none;
    display: block;
    box-sizing: border-box;
    margin: 0 !important;
    font-weight: bold;
}

.std nav a:hover,
.std nav a.active,
.std nav li:hover > a {
    background: #ff9640;
    color: #FFF;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.visible-block {
    max-height: 0px;
    overflow: hidden;
}

/* @todo Workaround for transition on height */
.visible-block.visible {
    max-height: 300px;
}

.active .more {
    background: #FFF;
    width: 13px;
    height: 1.3px;
    margin-top: 16px;
    margin-right: 15px;
    background-image: none;
}

.caps-full:hover.active .more {
    background-image: none;
    background: #FFF;
    width: 13px;
    height: 1.3px;
    margin-top: 16px;
    margin-right: 15px;
    background-image: none;
}

.caps-full:hover .active .more {
    background: #FFF;
    width: 13px;
    height: 1.3px;
    margin-top: 16px;
    margin-right: 15px;
}

.more {
    background: url('img/plus.png');
    width: 15px;
    height: 15px;
    margin: 8px 14px 8px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.white {
    color: #FFF;
}

.li-hover {
    color: #b7b7b7;
    text-transform: uppercase;
    line-height: 32px;
}

.li-hover:hover {
    color: #FFF;
}

.caps-full:hover .more {
    background: url('img/plus-white.png');
    width: 15px;
    height: 15px;
    margin: 8px 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.caps {
    background: #ff7400;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 2% 3%;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    width: auto;
    display: inline-block;
    margin: 0 0 15px;
}

.caps:hover {
    background: #ff7400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.caps-full {
    background: #f5f5f5;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0 0 6px;
    border: solid 1px #dddddd;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.caps-full:hover {
    background: #ff7400;
}

.caps-padding {
    padding: 7px 12px;
}

.caps-full.active {
    background: #ff7400;
    border: solid 1px #ff7400;

}

.caps-full.active p {
    font-size: 1.28em;
    color: #FFF;
    margin: 0;
}

.caps-full p {
    font-size: 1.28em;
    color: #767676;
    margin: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.caps-full:hover p {
    font-size: 1.28em;
    color: #FFF;
    margin: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.orange-solid.caps {
    padding: 2% 7%;
}

.menu {
    display: none;
}

.nav-column {
    margin-top: 30px;
}

.std-transition {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.wide-10 {
    width: 10%;
}

.quotes {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.orange-margin {
    margin-top: 17px;
}

.bold {
    font-weight: 600;
}

.logo img {
    max-width: 100% !important;
    height: auto;
    display: block;
}

#img-low {
    display: none;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.container-padding {
    padding: 14px 0;
}

#oddeleni .container-padding {
    padding: 50px 0;
}

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

.inline {
    display: inline-block;
}

.input-column {
    width: 425px;
    position: relative;
    top: 0px;
}

.serch-input input {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    border: none;
    padding: 0 15px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #767676;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 325px;
    font-family: open sans;
    font-size: 1em;
    float: left;
    height: 43px;
    line-height: 43px;
}

.serch-input input[type="submit"] {
    background: #ff9640;
    color: #fff;
    position: absolute;
    width: 110px;
    top: 0;
    left: auto;
    right: 0;
    cursor: pointer;
    transition: all .3s;
}

.serch-input input[type="submit"]:hover {
    background: #ff7400;
}

.orange-light {
    background-color: #ffa963;
}

.orange-solid {
    background-color: #ff9640;
}

.orange {
    background-color: #ff7400;
}

.opacity .orange-light {
    background: rgba(255, 169, 99, .8)
}

.opacity .orange-solid {
    background: rgba(255, 150, 64, .8)
}

.opacity .orange {
    background: rgba(255, 116, 0, .8)
}

.column {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 0;
}

.column-left {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    min-height: 165px;
    max-height: 165px;
    padding: 18px 35px;
}

.column-right {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    min-height: 165px;
    max-height: 165px;
    padding: 18px 35px;
}

.column-center {
    min-height: 165px;
    max-height: 165px;
    padding: 18px 35px;
}

.column-960 {
    width: 75%;
    margin: 0 auto;
}

.column-left-2 {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.column-right-2 {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.bg-grey {
    background: #414141;
}

.column-center-2 {

}

input, button {
    -webkit-appearance: none;
}

.row-orange-grid {
    width: 100%;
    display: flex;
}

.number {
    font-size: 3.4em;
    color: #FFF;
    font-weight: 700;
    margin: 0;
    float: right;
    line-height: .5em;
    text-shadow: 0 0 10px rgb(0, 0, 0);
    /*color: #ff7400;*/
}

.phone {
    background: url('img/phone-ico.png') center no-repeat;
    width: 50px;
    height: 50px;
    margin-right: -4px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: -9px;
    margin-right: 1px;
    line-height: 46px;
}

.absolute {
    position: absolute;
}

.three-wide {
    width: 33.33%;
    display: block;
    float: left
}

.m2 {
    margin: 0 -2px;
}

.vice {
    font-size: 0.98em;
    border: 1px solid;
    padding: 5px 27px;
    text-align: center;
    color: #FFF;
    border-radius: 5px 5px 5px 5px;
}

.vice:hover {
    background-color: rgba(255, 118, 0, 0.3);
    color: #FFF;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

#full-width {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

@media (max-width: 768px) {
    #full-width {
        height: 600px;
    }
}

@media (orientation: landscape) and (max-width: 813px) {
    #full-width {
        height: 100vh;
    }
}


#full-width .container {
    position: relative;
}

.img-cover__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.img-cover__content img,
.img-cover__content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 5px #ff9640 solid;
    object-fit: cover;
}

#bg-2 {
    background: url('img/about-bg.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    height: 380px;
}

.img-cover {
    /*background: url('../img/header.jpg') no-repeat top center ;*/
    background-size: 100% auto;
    position: absolute;
    height: 666px;
}

.pismo {
    font-size: 0.8em;
    margin: 10px;
    color: #b0b0b0;
}

.text-sizing {
    width: 27px;
    height: 27px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-color: #f5f5f5;
    border: solid 1px #b0b0b0;
}

.text-type1 {
    font-size: 0.95em;
    line-height: 1.8em;
    color: #FFF;
    margin: 5px 0;

}

.ts {
    text-align: center;
    font-weight: 600;
}

.ts1 {
    padding: 8px;
    font-size: 0.9em;

}

.ts2 {
    padding: 7px;
    font-size: 1.2em;

}

.ts3 {
    padding: 5px;
    font-size: 1.5em;
}

a .ts {
    text-decoration: none;
    color: #000;
}

.tsizing-div {
    max-height: 27px;
}

.right-nav {
    font-size: 17px;
}

.right-nav li div {
    font-size: 14px;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.text-bottom {
    font-size: 2em;
    text-align: center;
    color: #FFF;
    margin: 20px;
}

.togglelink {

}

.input input,
.input textarea {
    background: #828282;
    border: none;
    padding: 10px 30px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #bababa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 420px;
    margin-left: 7px;
    height: 50px;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-family: Open Sans, sans-serif;
}

.input textarea {
    height: 80px;
    padding: 13px 30px;
}

.butt {
    font-size: 1.1em;
    padding: 7px 45px;
    color: #FFF;

}

.button {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.button:hover {
    background: #ff9640;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


ul.bjqs-controls.v-centered li a {
    height: 3px;
    width: 17%;
    background: #FFF;
    float: right;
    margin: 2px;
    position: relative;
    color: transparent;
}

ul.bjqs-controls.v-centered li a:hover {
    background: #000;
    color: transparent;
}

ol.bjqs-markers li a {
    height: 3px;
    width: 17%;
    background: #FFF;
    float: right;
    margin: 2px;
    position: relative;
    color: transparent;
    width: 210px;
    position: relative;
    top: 20px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
    color: transparent;
    background: #ff7400;
}


.toggleclass {
    font-family: open sans;
}

.toggle {
    font-family: open sans;
}


/*************
* SLIDE-INFO *
*************/

.slide-info {
    display: block;
}

.slide-info-text {
    width: 100%;
    margin: 10px 0 20px;
    display: inline-block;
}

.slide-info-text p {
    float: right;
    width: 65%;
    padding: 0;
    margin: 0;
}

.slide-info-text img {
    border-radius: 5px;
}

.slide-info-buttons {
    width: 100%;
    margin-top: 10px;
}

.slide-info-buttons a:first-child {
    margin-right: 10px;
}


.footer-ul {
    margin-top: 40px;
}

.search {
    margin: 232px 0 20px;
}

.slider-top {
    padding-top: 6.5%;
}

.slider-top-in {
    max-height: 80px;
    width: 650px;
}

.article-img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
}

.font-resize {
    margin-bottom: -35px;
    text-align: right;
}

/************
 * Oddeleni *
 ************/

#oddeleni .container {
    max-width: 964px;
    max-width: 1280px;
}

.background-doctors {
    background: url(img/header-doctors.jpg) top center no-repeat;
    background-size: auto 100%;
}

.background-orange {
    background: #ff9640;
    background: rgba(255, 150, 64, .9);
}

header h1,
header h2 {
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    background: none;
    float: none;
    width: auto;
    display: block;
}


h1.first {
    text-transform: none !important;
}

header h1 {
    font-size: 1.7142em;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-top: 2.25em;
}

header h2 {
    font-size: 1em;
    margin-top: 1em;
    font-weight: normal;
}

header > div {
    padding-bottom: 4em;
}

header .std nav ul li a {
    color: #fff;
    text-align: center;
    transition: all .3s;
}


header .std nav ul li li a {
    color: #767676;
}

header .std nav a:hover,
header .std nav li:hover > a,
header .std nav a.active {
    background: #feecdc;
    color: #5F5F5F;
}

header .text-sizing {
    background: #f9caa4;
    border-color: #d7a882;
}

header .pismo {
    color: #fff;
}

header .container {
    border-bottom: 1px #febd86 solid;
    padding-bottom: 5px;
}

.left_block {
    width: 250px;
    float: left;
}

.right_block {
    width: 666px;
    width: 982px;
    float: right;
}

.right_block article {
    clear: both;
    padding-bottom: 20px;
}

.right_block article h2 {
    font-size: 20px;
    float: none;
    padding-left: 0;
    width: 100%;
    font-weight: 400;
    text-align: left;
    padding-bottom: 0;
    padding-top: 30px;
    color: #ff9640;
}

.right_block article a img {
    transition: all .2s;
    position: relative;

}

.right_block article a img:hover {
    opacity: .8;
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    margin-top: 25px !important;
    border: 1px #e9e9e9 solid;
    border-radius: 5px;
}

article strong, article b {
    font-weight: bold;
}

.wp-caption p {
    padding-top: 8px !important;
}

.wp-caption img {
    margin-top: 5px !important;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 8px 8px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

article h1 {
    font-size: 24px;
}

article h2 {
    font-size: 20px;
    float: none;
    padding-left: 0;
    text-align: left;
}

article ol {
    color: #333;
}

article ol li {
    color: #333;
    list-style: decimal;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 400;
    margin: 0;
}

article h3 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    float: none;
    padding-left: 0;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0;
    color: #ff9640;
}


.boxed {
    width: 100%;
    box-sizing: border-box;
    border: 1px #e9e9e9 solid;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    margin-top: 21px;
}

.boxed li {
    display: inline;
}

.boxed li a {
    display: block;
    padding: 12px 40px 12px 25px;
    font-size: 0.92857em;
    line-height: 1.5em;
    border-top: 1px #e9e9e9 solid;
    text-transform: uppercase;
    font-weight: 400;
    color: #111;
    transition: all .3s;
    background: url(img/ul-boxed-li.png) no-repeat right center;
}

.boxed li:first-child a {
    border: none;
}

.boxed li a:hover,
.boxed li a.active {
    color: #f79c50;
    background-image: url(img/ul-boxed-li-hover.png);
}

.box-phone {
    background: url(img/phone.png) no-repeat 16px center;
    padding-left: 60px;
    font-size: 1.2857em;
    color: #111;
    /*margin-top: 21px;*/
    font-size: 14px;
    line-height: 1.6em;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box-phone.boxed {
    margin-top: 0px;
}

.box-mail {
    background: url(img/mail.png) no-repeat 14px center;
    padding-left: 60px;
    font-size: 1em;
    line-height: 3.85714em;
    color: #111;
    margin-top: 9px;
}

.box-areal-map {
    background: url(img/areal.png) no-repeat top center;
    background-size: cover;
    height: 266px;
    margin-top: 27px;
    border-radius: 7px;
    position: relative;
    cursor: pointer;
}

.box-areal-map h3 {
    font-size: 1.2857em;
    line-height: 2.5555em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #ff9640;
    background: rgba(255, 150, 64, .9);
    margin-right: 1px;
    padding: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.box-areal-map .point {
    width: 67px;
    height: 67px;
    background: url(img/area-point.png) no-repeat center center;
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -33px;
    z-index: 9999;
    transition: all .3s;
}

.box-areal-map:hover .point {
    bottom: 79px;
}

article h2 {
    clear: both;
}

.people {
    padding-bottom: 10px;
    max-width: 666px;
    margin: 0 auto;
}

.people .human {
    margin-top: 130px;
    width: 41.14114%;
    text-align: center;
    border-radius: 5px;
    border: 1px #e4e4e4 solid;
}

.people .human img {
    margin-top: -49%;
    display: block;
    width: 89.416%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
}

.people .human-name {
    color: #111;
    line-height: 1em;
    font-size: 1.0714em;
    padding: 0 10px;
    margin: 0;
    margin-top: 20px;
    font-weight: bold;
}

.people .human-grade {
    color: #f79c50;
    line-height: 1em;
    font-size: 0.92857em;
    padding: 0 10px;
    margin: 7px 0 15px 0;
    text-transform: uppercase;
}

.people.people--oddeleni {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    max-width: 100%;
    width: 100%;
    margin: unset !important;
}

.people.people--oddeleni .human {
    max-width: 276px !important;
}

#oddeleni article h1 {
    clear: both;
    padding-top: 40px;
    font-weight: 700;
    color: #ff7400;
}

#oddeleni article img {
    vertical-align: top;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#oddeleni article p {
    font-size: 1em;
    font-weight: 400;
    padding: 1.5em 0 0 0;
    margin: 0;
}

article table {
    font-size: 1em;
    font-weight: 400;
    padding: .5em 0 0 0;
    margin: 0;
    color: #333;
    line-height: 1.8em;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
}

article table tr:first-child td:first-child,
article table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

article table tr:last-child td:first-child,
article table tr:last-child th:first-child {
    border-bottom-left-radius: 5px;
}

article table tr:first-child td:last-child,
article table tr:first-child tdh:last-child {
    border-top-right-radius: 5px;
}

article table tr:last-child td:last-child,
article table tr:last-child th:last-child {
    border-bottom-right-radius: 5px;
}

article table td,
article table th {
    padding: 13px 10px;
    border-top: 1px #e0e0e0 solid;
    border-left: 1px #e0e0e0 solid;
}

article table tr td:last-child,
article table tr th:last-child {
    border-right: 1px #e0e0e0 solid;
}

article table tr:last-child td,
article table tr:last-child th {
    border-bottom: 1px #e0e0e0 solid;
}

article table tr td:first-child,
article table tr th:first-child {
    padding-left: 20px;
    padding-right: 25px;
}

/*article table tr:nth-child(2n+2) td,*/
/*article table tr:nth-child(2n+2) th,*/
/*article table tr:nth-child(2n+2) td a,*/
/*article table tr:nth-child(2n+2) th a,*/
/*article table tr:nth-child(2n+2) td a strong,*/
/*article table tr:nth-child(2n+2) th a strong {*/
/*    background: #fa943f !important;*/
/*    color: #fff !important;*/
/*    text-decoration-color: #fff !important;*/
/*}*/

article ul {
    margin: 0;
    padding: 1.5em 0 0 0;
    font-size: 1em;
    font-weight: 400;
}

article ul li {
    line-height: 23px;
    padding-left: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(img/article-li.png) 5px 8px no-repeat;
    color: #333;
}

#oddeleni article a {
    text-decoration: underline;
    color: #ff7400;
    transition: all .3s;
}

#oddeleni article a:hover {
    color: #767676;
}

#oddeleni article img {
    /*width: 100%;*/
    margin-top: 10px;
}

/*
#oddeleni .numeric {
    font-size: 5em;
}

#oddeleni .numeric-text {
    font-size: 0.320em;
    font-weight: 600;
}

#oddeleni #bg-2 {
    height: 320px;
}

#oddeleni .text-bottom {
    font-size: 1.5em;
    text-align: left;
    color: #FFF;
    margin: 20px;
    margin-left: 40px;
}

#oddeleni .input input {
    width: 322px;
}*/

#banner-fade h1 {
    display: inline-flex;
    font-family: Open Sans;
    font-size: 4em;
    text-align: right;
    font-weight: 400;
    float: left;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    line-height: .944em;
    color: #4d4d4d;
    margin: 0;
    text-transform: uppercase;

}

#banner-fade h1.bold {
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    float: left;
    font-weight: 600;
}

#main h1 {
    font-size: 1.57em;
    margin: 10px 0px 0;
    padding: 8px 0;
    color: #000;
    font-weight: 600;
}

#main article h1 {
    font-size: 1.285em;
    margin: 0px;
    padding: 0px 0px 0px;
    color: #000;
    font-weight: 600;
    line-height: 1.3em
}


/***********
 * Kontakt *
 ***********/

.kontakt {
    position: relative;
    padding: 0 10px;
}

.kontakt form {
    float: left;
    width: 60%;
}

.kontakt form label {
    display: block;
    color: #6b6b6b;
    font-weight: 400;
    font-size: 14px;
    padding-top: 20px;
}

.kontakt form input[type=text],
.kontakt form textarea {
    width: 98%;
    padding: 0 1%;
    margin-top: 10px;
    border-radius: 5px;
    background: #f8f9fd;
    border: 1px #e8e9eb solid;
    line-height: 38px;
    height: 38px;
}

.kontakt form textarea {
    height: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
}

.kontakt form h1 {
    margin-bottom: 20px;
}

.kontakt form .button {
    margin-top: 30px;
    border-radius: 5px;
    color: #fff;
    background: #fa943f;
    border: none;
    padding: 12px 45px;
}

.kontakt > div > p {
    text-align: center;
    font-size: 16px;
    color: #6b6b6b;
    margin-top: 25px;
    font-weight: 400;
}

.kontakt .kontakt_info {
    width: 34.5%;
    float: right;
    padding-left: 3.5%;
}

.kontakt .kontakt_info address {
    line-height: 32px;
    font-style: normal;
    font-size: 14px;
    color: #6b6b6b;
    margin-top: 35px;
    font-weight: 400;
}

.kontakt .kontakt_info div,
.kontakt .kontakt_info p {
    line-height: 32px;
    font-style: normal;
    font-size: 14px;
    color: #6b6b6b;
    margin-top: 35px;
    font-weight: 400;
}

.kontakt .kontakt_info p {
    margin-top: 0;
    color: #000000;
    margin-bottom: 20px;
}

.kontakt .kontakt_info h4 {
    margin-top: 0;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.kontakt .kontakt_info div span {
    color: #000;
}

.kontakt h1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 24px;
    text-align: left;
    color: #000;
    margin-top: 55px;
    background: url(img/headline.png) no-repeat bottom left;
}

#oddeleni article img {
    border-radius: 5px;
}

.kula {
    position: relative;
    display: inline-block;
}

.kula-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 5.3% !important;
}

iframe {
    width: 100% !important;
}

.eu_mobile {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -100px
}

.eu_mobile img {
    height: 33px;
    margin-bottom: -10px;
    width: auto
}

form .styled {
    width: 80%;
}

form .styled label {
    display: block;
    color: #6b6b6b;
    font-weight: 400;
    font-size: 14px;
    padding-top: 20px;
}

form .styled label span {
    color: #fa943f;
}

form .styled input[type=text],
form .styled input[type=email],
form .styled textarea {
    font-family: Open Sans, sans-serif;
    width: 100%;
    padding: 10px 8px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #f8f9fd;
    border: 1px #e8e9eb solid;
    box-sizing: border-box;
}

form .styled textarea {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
}

form .styled input[type=submit] {
    margin-top: 30px;
    border-radius: 5px;
    color: #fff;
    background-color: #fa943f;
    border: none;
    padding: 12px 45px;
    transition: background-color 0.2s;
    cursor: pointer;
}

form .styled input[type=submit]:hover {
    background-color: #f9790f;
}

.row-flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    box-sizing: border-box;
}

[class*="col-"] {
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}


@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

[class*="col-"].text-right-bottom label {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    padding: 8px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #f8f9fd;
    border: 1px #e8e9eb solid;
    line-height: 38px;
    height: 40px;
    outline: none !important;
    position: relative;
}

.select2-dropdown, .select2-search__field {
    background-color: #f8f9fd;
    border: 1px #e8e9eb solid;
}

.select2-container--focus {
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
    right: 0px !important;
    height: 100% !important;
    width: 30px !important;
    background: url(../img/arrow.svg) no-repeat center
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5rem;
}

.date, .date-past {
    padding-right: 38px !important;
    background: url(../img/calendar.svg) no-repeat center right 8px;
}

.lcs_wrap {
    display: block;
    position: relative;
}

.lcs_wrap input {
    display: block;
    opacity: 0;
    position: absolute;
    left: -4px;
    width: 84px;
    height: 40px;
    top: 7px;
    z-index: 999;
    cursor: pointer;
}

.lcs_switch {
    margin-top: 10px;
    height: 40px;
    width: 84px;
    box-shadow: none !important;
}

.lcs_label {
    font-family: open sans;
    font-weight: 700;
    font-size: 14px;
    top: 28%;
}

.lcs_cursor {
    width: 30px;
    height: 30px;
    top: 5px;
    box-shadow: none;
}

.lcs_switch.lcs_on {
    background: #fa943f;
}

.lcs_switch.lcs_off {
    background: #828282;
}

.lcs_switch.lcs_off .lcs_cursor {
    left: 5px;
}

[class*="-response-output"] {
    margin-top: 20px;
    color: red;
}

.screen-reader-response {
    display: none !important;
}

.important > a {
    color: #ff7400 !important;
}

.important:hover > a {
    color: #fff !important;
}

.background-orange .important > a {
    color: #fff !important;
}

.background-orange .important:hover > a, .background-orange .important > a.active {
    color: #fff !important;
    background-color: #ff7400 !important;
}

/* ================================================================================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */
/* ================================================================================================================== */

/* NEW INDEX */

.banner-info {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-info__links {
    position: relative;
    top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 991px) {
    .banner-info__links {
        position: absolute;
        top: 150px;
        align-items: flex-start;
    }
}

@media (orientation: landscape) and (max-width: 813px) {
    .banner-info__links {
        position: initial;
        top: initial;
        align-items: flex-end;
        margin-top: 45px;
    }
}

@media (max-width: 500px) {
    .banner-info__links {
        left: 50%;
        top: 85px;
        transform: translateX(-50%);
    }
}

.banner-info__title {
    position: absolute;
    top: 50px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--dark-color);
    font-size: 1.85em;
    line-height: 2em;
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
    z-index: 1;
}

@media (max-width: 991px) {
    .banner-info__title {
        top: 25px;
        left: 0;
        font-size: 1.5em;
        line-height: 1.6em;
    }
}

@media (orientation: landscape) and (max-width: 813px) {
    .banner-info__title {
        top: 0;
        width: 31%;
    }
}

@media (max-width: 576px) {
    .banner-info__title {
        font-size: 1.25em;
    }
}

@media (max-width: 500px) {
    .banner-info__title {
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        text-align: center;
    }
}

.banner-info__title h1 {
    margin: 0;
    padding: 0;
}

.banner-info__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .7);
    z-index: -1;
}

.banner-info__search {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 415px;
    min-width: 300px;
    border-radius: 6px;
    margin-bottom: 50px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .banner-info__search {
        margin-bottom: 20px;
    }
}

@media (orientation: landscape) and (max-width: 813px) {
    .banner-info__search {
        width: 350px;
    }
}

@media (max-width: 500px) {
    .banner-info__search {
        width: 305px;
    }
}

.banner-info__search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.15em;
    padding: 5px 115px 5px 15px;
    border: none;
    box-sizing: border-box;
}

.banner-info__search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background-color: var(--orange-300);
    color: var(--white-color);
    border: none;
    cursor: pointer;
    transition: background-color 300ms;
}

@media (max-width: 500px) {
    .banner-info__search button {
        width: 80px;
    }
}

.banner-info__search button:hover {
    background-color: var(--orange-hover);
}

.banner-info__link {
    display: flex;
    flex-direction: column;
}

.banner-info__num {
    position: absolute;
    bottom: 120px;
    left: 0;
    padding-left: 60px;
    font-size: 3em;
    line-height: 1.1em;
    color: var(--white-color);
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991px) {
    .banner-info__num {
        bottom: auto;
        top: 80px;
        font-size: 2em;
    }
}

@media (orientation: landscape) and (max-width: 813px) {
    .banner-info__num {
        display: none;
    }
}

@media (max-width: 500px) {
    .banner-info__num {
        display: none;
    }
}

.banner-info__num::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url('img/phone-ico.png');
}

@media (max-width: 991px) {
    .banner-info__num::before {
        transform: translateY(-50%) scale(.8);
    }
}

/* CARD SECTION */
.card {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: -90px;
    flex-wrap: wrap;
    gap: 15px;
}

.card::after {
    content: unset;
}

@media (orientation: landscape) and (max-width: 813px) {
    .card {
        margin-top: 30px;
    }
}

@media (max-width: 1025px) {
    .card {
        margin-top: 30px;
    }
}

@media (max-width: 880px) {
    .card {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .card {
        margin-top: 30px;
    }
}

.card__item {
    display: flex;
    flex: 1 0 calc(100% / 3 - 10px);
    max-width: calc(100% / 3 - 10px);
}

.card__item:last-child {
    margin-right: 0;
}

@media (max-width: 880px) {
    .card__item {
        width: 100%;
        max-width: 100%;
        flex: 1 0 100%;
    }
}

.card__content {
    padding: 30px 40px;
    border-radius: 6px;
    width: 100%;
}

.card__content h1 {
    font-size: 1.3em;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
}

.card__content .linked a {
    display: inline-block;
    font-size: 0.98em;
    border: 1px solid;
    padding: 5px 27px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 0;
    text-decoration: none;
    transition: background-color 300ms;
}

.card__content .linked a::after {
    display: none;
}

.card__left a,
.card__center a {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 10px;
}

.card__left a::after,
.card__center a::after {
    content: '';
    position: absolute;
    top: 5px;
    right: -20px;
    width: 13px;
    height: 13px;
    background-image: url('../img/svg/external-link.svg');
}

.card__left a:hover,
.card__center a:hover {
    text-decoration: none;
}

.card__left {
    background-color: var(--orange-300);
    color: var(--white-color);
}

.card__left .linked a {
    color: #FFF;
}

.card__left .linked a:hover {
    background-color: var(--orange-hover);
}

.card__left h1,
.card__left p,
.card__left a {
    color: var(--white-color);
}

.card__center {
    background-color: var(--orange-100);
}

.card__center h1,
.card__center p,
.card__center a {
    color: var(--dark-color);
}

.card__center .linked a {
    color: var(--dark-color);
}

.card__center .linked a:hover {
    background-color: var(--gray-hover);
}

.card__content.card__right {
    background-color: #F4F4F4;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card__banner__item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 8px;
    height: 100%;
    background-color: var(--white-color);
    padding: 3px 25px;
    font-size: 17px;
    line-height: 18px;
    font-weight: 700;
    color: var(--dark-color);
    transition: background-color 300ms;
}

@media (max-width: 991px) {
    .card__banner__item {
        min-height: 70px;
        font-size: 1.1em;
        line-height: 1.2em;
    }
}

@media (orientation: landscape) and (max-width: 813px) {
    .card__banner__item {
        width: 350px;
        padding: 8px 20px;
    }
}

@media (max-width: 500px) {
    .card__banner__item {
        padding: 10px 20px;
        width: 305px;
    }
}

.card__banner__item::after {
    content: '';
    display: block;
    margin-left: auto;
    min-width: 24px;
    height: 24px;
    background-image: url('../img/svg/icon-angle-right-primary.svg');
    transition: transform 300ms;
}

.card__banner__item:hover::after {
    transform: translateX(15px);
}

.card__banner__item.is-colored {
    background: linear-gradient(90deg, #019DA1 0%, #26BABE 100%);
    color: var(--white-color);
}

.card__banner__item.is-colored::after {
    background-image: url('../img/svg/icon-angle-right-white.svg');
}

.card__banner__img {
    width: 100%;
    max-width: 46px;
    height: auto;
    max-height: 32px;
    object-fit: contain;
    margin-right: 12px;
}

@media (max-width: 500px) {
    .card__banner__img {
        margin-right: 10px;
    }
}

.card__item.card__item--bottom {
    flex: 1 0 100%;
    margin-right: 0;
    max-width: 100%;
}

.card__content.card__bottom {
    display: flex;
    padding: 0;
}

@media (max-width: 880px) {
    .card__content.card__bottom {
        flex-direction: column;
    }
}

.card__bottom__img,
.card__bottom__text {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 50%;
    border-radius: 0 4px 4px 0;
}

.card__bottom__img {
    min-height: 320px;
}

.card__bottom__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 880px) {
    .card__bottom__img,
    .card__bottom__text {
        max-width: 100%;
    }
}

.card__bottom__text {
    padding: 56px 64px;
    justify-content: center;
    background: #F4F4F4;
    border-radius: 4px 0 0 4px;
    gap: 24px;
}

@media (max-width: 880px) {
    .card__bottom__text {
        padding: 28px 32px;
    }
}

.card__bottom__buttons {
    display: flex;
    align-items: center;
}

.card__bottom__buttons a {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #F87726;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: background-color 300ms, transform 300ms;
    border-radius: 8px;
}

.card__bottom__buttons a:hover {
    background-color: #d36203;
}

.card__bottom__buttons a::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../img/svg/icon-arrow-right-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.card__bottom__text h1,
.card__bottom__text h2,
.card__bottom__text h3,
.card__bottom__text h4,
.card__bottom__text h5 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    color: #161616;
}

.card__bottom__text span,
.card__bottom__text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    color: #161616;
}

/* SECTION TITLE */
.section__header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    margin-bottom: 35px;
}

.section__title {
    display: block;
    font-size: 1.6em;
    line-height: 1.8em;
    font-weight: 600;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.section__line {
    display: block;
    width: 75px;
    height: 3px;
    background-color: var(--orange-300);
    margin: 3px 0 15px;
}

.section__more {
    position: absolute;
    top: 50%;
    right: 0;
    text-decoration: underline;
}

.section__more:hover {
    text-decoration: none;
}

@media (max-width: 600px) {
    .section__more {
        top: 100%;
        right: 50%;
        transform: translateX(50%);
    }
}

/* - NEWS SLIDER - */

.news__content {
    margin-bottom: 30px;
}

.news__item {
    box-sizing: border-box;
    max-width: 410px;
    padding: 30px;
    background-color: var(--white-color);
    border: 1px solid var(--gray-100);
    border-radius: 6px;
    overflow: hidden;
}

.news__text {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.news__text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 1) 100%
    );
    pointer-events: none;
}

.news__date {
    color: var(--gray-200);
    font-size: 1em;
    line-height: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
}

.news__title {
    color: var(--dark-color);
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 15px;
}

.news__more {
    display: inline-block;
    color: var(--white-color);
    background-color: var(--orange-300);
    border-radius: 5px;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 15px;
    transition: background-color 300ms;
}

.news__more:hover {
    background-color: var(--orange-hover);
}

/* UNITS SECTION */

.unit {
    padding-bottom: 40px;
}

.unit__content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 576px) {
    .unit__content {
        justify-content: center;
    }
}

.unit__item {
    position: relative;
    box-sizing: border-box;
    flex: 1 1 24%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 230px;
    max-width: 312px;
    height: auto;
    min-height: 65px;
    border-radius: 6px;
    padding: 10px 20px;
    background-color: var(--gray-100);
    transition: background-color 300ms;
}

.unit__item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/svg/arrow-right-sm.svg');
    transition: right 300ms;
}

.unit__item:hover {
    background-color: var(--gray-hover);
}

.unit__item:hover::after {
    right: 10px;
}

.unit__item.is-hidden {
    display: none;
}

.unit__item.is-shown {
    display: flex;
}

.unit__name {
    width: 100%;
    font-size: 1.1em;
    line-height: 1.35em;
    font-weight: 600;
    margin: 0 30px 0 0;
}

.unit__btn {
    display: none;
    margin: 20px auto;
    color: var(--white-color);
    background-color: var(--orange-300);
    border-radius: 5px;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    padding: 10px 20px;
    width: max-content;
    transition: background-color 300ms;
}

.unit__btn.is-shown {
    display: block;
}

/* POPUP */
.popup {
    display: none;
    max-width: 1450px !important;
    padding: 65px !important;
    margin: 50px 10px !important;
}

@media (max-width: 576px) {
    .popup {
        padding: 45px 25px !important;
        margin: 50px 5px !important;
    }
}

.popup__img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
}

.popup__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup__text {
    font-size: 1.2em;
    line-height: 1.35em;
    margin-top: 20px;
}

.popup__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.popup__btn a {
    display: inline-block;
    background-color: var(--orange-300);
    color: var(--white-color);
    padding: 13px 25px;
    font-size: 1.2em;
    line-height: 1.35em;
    border-radius: 6px;
    transition: background-color 300ms;
}

.popup__btn a:hover {
    background-color: var(--orange-hover);
}


/* PROMO SECTION */
.promo {
    background-color: var(--gray-100);
    padding-bottom: 40px;
}

.promo__item {
    box-sizing: border-box;
    max-width: 410px;
    padding: 30px;
    background-color: var(--white-color);
    border: 1px solid var(--gray-100);
    border-radius: 6px;
    overflow: hidden;
}

.promo__text {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.promo__text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 1) 100%
    );
    pointer-events: none;
}

.promo__date {
    color: var(--gray-200);
    font-size: 1em;
    line-height: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo__title {
    color: var(--dark-color);
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 15px;
}

.promo__more {
    display: inline-block;
    color: var(--white-color);
    background-color: var(--orange-300);
    border-radius: 5px;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 15px;
    transition: background-color 300ms;
}

.promo__more:hover {
    background-color: var(--orange-hover);
}

/* SLICK SLIDER */

.slick-slide {
    display: flex;
    justify-content: center;
    margin: 0 5px;
}

.slick-arrow[aria-disabled="true"] {
    opacity: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.slick-prev::before,
.slick-prev::after,
.slick-next::before,
.slick-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 300ms, transform 300ms;
}

.slick-prev::before,
.slick-next::before {
    background-color: var(--gray-100)
}

.slick-prev::after,
.slick-next::after {
    transform: scale(0.6);
    background-image: url('../img/svg/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-prev:hover::after,
.slick-next:hover::after {
    transform: translateX(8px) scale(0.6);
}

.slick-prev {
    left: -100px;
}

.slick-prev::after {
    transform: rotate(180deg) scale(0.6);
}

.slick-prev:hover::after {
    transform: translateX(-8px) scale(0.6) rotate(180deg);
}

.promo__slider .slick-prev::before,
.promo__slider .slick-next::before {
    background-color: var(--white-color)
}

@media (max-width: 1550px) {
    .slick-next {
        right: -10px;
    }

    .slick-prev {
        left: -10px;
    }
}

@media (max-width: 991px) {
    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
    }

    .slick-next {
        right: -5px;
    }

    .slick-prev {
        left: -5px;
    }
}

@media (max-width: 768px) {
    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    margin-top: 50px;
}

.table > thead {
    vertical-align: bottom;
}

.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: left;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > :not(:first-child) {
    border-top: 2px solid currentColor;
}

.gallery div {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.gallery div a {
    flex: 0 calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
}

.gallery div a img {
    max-width: 100%;
    margin-right: 0;
}

@media (max-width: 1090px) {
    .gallery div a {
        flex: 0 calc(50% - 30px);
    }
}

@media (max-width: 575px) {
    .gallery div {
        margin-left: 0;
    }

    .gallery div a {
        flex: 0 100%;
    }
}

.partners_block {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    margin: 40px 0;
    gap: 14px;
}

.partners_block img {
    height: auto;
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.social_block ul li a {
    color: white !important;
    text-decoration: underline;
    display: flex;
    gap: 8px;
    align-items: center;
}

.social_block ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}

.social_block ul li {
    font-size: 14px;
    line-height: 20px;
}

.social_block ul li:first-child {
    font-weight: 600;
}

.social_block ul li a:before {
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
}

.social_block ul li.social_block_facebook a:before {
    background-image: url('../img/svg/bi_facebook.svg');
}

.social_block ul li.social_block_instagram a:before {
    background-image: url('../img/svg/bi_instagram.svg');
}

ul.boxed:empty {
    display: none;
}

/*career*/
.career {
    margin: 40px 0;
}

.career__filter {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
}

.career__filter span {
    cursor: pointer;
    text-decoration: underline;
}

.career__filter span:hover,
.career__filter span.active {
    color: #FF943F;
    text-decoration: none;
}

.career__list {
}


.career__item {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    margin-bottom: 8px;
    background-color: #EFEFEF;
    border-radius: 5px;
    text-decoration: none !important;
    transition: background-color 0.2s;
}

.career__item:hover {
    background-color: #e6e5e5
}

.career__item.active {
    display: flex;
}

.career__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

.career__button {
    padding: 10px 16px;
    background-color: #FF943F;
    border-radius: 2px;
    color: #fff;
}

.career__form {
    padding: 48px 64px;
    background-color: #F7F9FA;
}

#oddeleni .career__heading h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-top: 0;
    margin-bottom: 8px;
}

#oddeleni .career__heading p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
    padding-top: 0;
}

.rw {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.cl {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
}

#oddeleni article .cl h2 {
    float: none;
    color: #ff9640;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding: 0;
}

#oddeleni article .cl p {
    margin-bottom: 16px;
    padding: 0;
}

article .cl ul {
    margin-bottom: 32px;
    padding-left: 26px;
    padding-top: 0;
}

article .cl ul li {
    background-image: none;
    list-style: disc;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

#oddeleni article .cl p {
    font-size: 16px;
    line-height: 28px;
}

/*form*/

.form {

}

.form__item {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.form__item label {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form__item label.required:after {
    content: ' *';
}

.form__item input[type="text"],
.form__item textarea {
    display: block;
    border-radius: 2px;
    border: 1px solid #dedede;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    font-size: 16px;
    max-width: 100%;
}

.form__item textarea {
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form__item input[type="text"] {
    height: 44px;
}

.form__item input[type="checkbox"] {
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 24px;
}

.form__item input[type="checkbox"] + label {
    padding-left: 40px;
    margin-bottom: 24px;
}

.form__item input[type="checkbox"] + label:before,
.form__item input[type="checkbox"] + label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
}

.form__item input[type="checkbox"] + label:before {
    background-color: #fff;
}

.form__item input[type="checkbox"] + label:after {
    opacity: 0;
    background-image: url('../img/svg/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.form__item input[type="checkbox"]:checked + label:before {
    background-color: #FF943F;
}

.form__item input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.career__upload h3 {
    color: #161616;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
}

.career__upload .form__item {
    margin-bottom: 16px;
}

.form__file {
    display: flex;
    align-items: center;
    position: relative;
    height: 48px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 20px;
}

.form__file input[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.form__filename {
    color: #8a8a8a;
}

.form__filename.not-empty {
    color: #161616;
}

.form__remove {
    display: block;
    position: absolute;
    top: 42px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url('../img/svg/bin-gray.svg');
    background-size: 18px;
    z-index: 11;
    cursor: pointer;
    transition: background-image 300ms;
    background-repeat: no-repeat;
}

.form__remove:hover {
    background-image: url('../img/svg/bin-red.svg');
}

#oddeleni .form .button {
    padding: 13px 20px;
    background-color: #FF943F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    outline: none;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

#oddeleni .form .button:hover {
    background-color: #fd8f36;
}

#oddeleni .form .button.button--invert {
    background-color: transparent;
    color: #FF943F;
    border-color: #FF943F;
}

#oddeleni p.career__subtext {
    padding-top: 0;
    margin-bottom: 32px;

}

.form hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #DEDEDE;
    margin: 32px 0;
    padding: 0;
}

#oddeleni article .kariera-h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #ff9640;
}

.cl-left {
    padding-right: 30px;
}

.carrer-file-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

#oddeleni .carrer-file-list a {
    display: flex;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #E9ECF0;
    margin-bottom: 8px;
    text-decoration: none;
}

.carrer-file-list a span {
    display: block;
}

.carrer-file-list a span:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #161616;
}

.carrer-file-list a span:last-child {
    padding: 13px 20px;
    border-radius: 2px;
    border: 1px solid #FF943F;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

@media (max-width: 767px) {
    .cl {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
}