@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400,600,700,800&subset=latin,latin-ext);

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    background: #f7f7f7
}

a {
    text-decoration: none
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 700;
    color: #223d62
}

h2 {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #223d62
}

h3 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #223d62
}

li, p {
    color: #606060
}

.d-inb {
    display: inline-block
}

.cleaner {
    clear: both
}

.clear {
    clear: both
}

.center {
    text-align: center
}

.line {
    display: block;
    margin: 5px auto 35px auto;
    width: 50px;
    height: 4px;
    background: #43974d;
    -webkit-box-shadow: 0 -1px 1px #c9e4d1;
    box-shadow: 0 -1px 1px #c9e4d1
}

.line-thin {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #ebebeb
}

.none {
    display: none
}

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

.green-border {
    padding: 0 0 0 25px;
    margin: 0;
    position: relative
}

.green-border .border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    padding: 0;
    margin: 0;
    background: #2dbb4d;
    background: -webkit-linear-gradient(top, #2dbb4d 0, #2db94c 47%, #309c4c 55%, #32964b 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#2dbb4d), color-stop(47%, #2db94c), color-stop(55%, #309c4c), to(#32964b));
    background: linear-gradient(to bottom, #2dbb4d 0, #2db94c 47%, #309c4c 55%, #32964b 100%)
}

#wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    max-width: 1240px
}

section {
    position: relative;
    width: 100%
}

.main-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}
.main-container > .border {
    border-top: none;
}

.header-video {
    display: grid;
    grid-template-columns: 600px 1fr;
    align-items: center;
    background: #43974d;
}

.header-video .responsive {
    flex: 1 1 auto;
    width: 100%;
    object-fit: contain;
}

.header-video .arrow {
    z-index: 75;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #43974d;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}

.container {
    width: 100%;
    padding: 0 70px
}

.container.big {
    padding: 0 110px
}

section#copyright .container {
    max-width: 1100px
}

header {
    background: #43974d;
    height: 81px;
    line-height: 81px
}

header .logo {
    float: left;
    height: 81px;
    padding: 0;
    display: block;
    margin: 0 50px 0 0
}

header .menu {
    padding: 0;
    margin: 0;
    list-style: none
}

header .menu li {
    float: left;
    padding: 0;
    margin: 0
}

header .menu a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 50px 0 0
}

section#header2 {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-shadow: 0 0 10px #d9d9d9;
    font-weight: 700;
    background: #fff
}

section#header2 .main-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section#header2 .lang {
    position: absolute;
    top: 2px;
    right: 0;
}
section#header3 .menu li.lang-menu {
    display: none;
}
section#header2 .lang a {
    float: none;
    display: block;
    margin: 0;
    line-height: normal;
    padding: 20px 0 20px 20px;
}
section#header2 .lang a:hover {
    text-decoration: underline;
}

section#header2 a {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #3e3e3e
}

section#header2 .icon {
    float: left;
    height: 115px;
    width: 50px;
    margin: 0 15px 0 0
}

section#header2 .icon.phone {
    background: url(/img/icon_phone.png) no-repeat center
}

section#header2 .icon.mail {
    background: url(/img/icon_mail.png) no-repeat center
}

section#header2 a.right {
    margin: 0;
}

section#header2 a.right.green {
    background: #43974d;
    padding: 12px 30px
}

section#header2 a.right.blue {
    background: #3B5999;
    padding: 12px 20px
}

section#header2 a.right.instagram {
    background: #C13584;
    padding: 12px 20px
}

section#header2 a.right.youtube {
    background: #FF0000;
    padding: 12px 20px;
    margin-left: 0
}

section#header2 a.right.social {
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#header2 .bear {
    height: 115px;
    float: left;
    display: block;
    position: relative;
    top: 12px;
    left: -10px;
    z-index: 200;
}

section#header2 .big-logo {
    height: 115px;
    float: left;
    display: block
}

.menu {
    padding: 20px 15px;
    float: right;
    display: none;
    align-items: center;
    justify-content: center;
}

.menu-wrapper {
    display: block;
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.menu-wrapper span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #43974d;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.menu .menu-wrapper span:nth-child(1) {
    top: 0
}

.menu .menu-wrapper span:nth-child(2), .menu .menu-wrapper span:nth-child(3) {
    top: 13px
}

.menu .menu-wrapper span:nth-child(4) {
    top: 26px
}

.menu.open .menu-wrapper span:nth-child(1) {
    top: 13px;
    width: 0;
    left: 50%
}

.menu.open .menu-wrapper span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu.open .menu-wrapper span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu.open .menu-wrapper span:nth-child(4) {
    top: 13px;
    width: 0;
    left: 50%
}

section#header3 {
    height: 81px;
    line-height: 81px;
    position: relative;
    z-index: 150
}

section#header3 .main-container {
    background: #43974d;
    height: 81px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

section#header3 .menu {
    padding: 0;
    margin: 0;
    list-style: circle;
    display: table;
    width: 100%
}

section#header3 .menu li {
    padding: 0;
    margin: 0;
    display: table-cell;
    text-align: center
}

section#header3 .menu li:first-child {
    list-style: none
}

section#header3 .menu a {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 5px;
    -webkit-transition: ease all .2s;
    transition: ease all .2s
}

section#header3 .menu a:focus, section#header3 .menu a:hover {
    background: #233d62
}

section#header3 .menu a.active {
    background: #233d62
}

section#header3 .menu .social {
    display: none;
}

section#header3 .menu .social-inner {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#header3 .menu .social a {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

section#header3 .menu .fb {
    top: 0
}

section#header3 .menu .fb a {
    background: #3b5999
}

section#header3 .menu .instagram {
    top: 40px
}

section#header3 .menu .instagram a {
    background: #c13584
}

section#header3 .menu .youtube {
    top: 80px
}

section#header3 .menu .youtube a {
    background: red
}

.border {
    border: 1px solid #e4e4e4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px #f0f0f0;
    box-shadow: 0 0 1px #f0f0f0;
    margin: 0 0 25px 0;
    width: 100%
}

section#slider {
    font-family: Roboto, sans-serif;
    position: relative;
    height: 400px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f7f7f7;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

section#slider .slider {
    max-height: 330px
}

section#slider.new {
    background: #303030 url(/img/header_novinky.png?v=2) no-repeat center;
    background-size: cover
}

section#slider.hp {
    height: auto;
    padding-bottom: 35px
}

section#slider.small {
    height: 350px
}

section#slider.small::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .4
}

section#slider .slider-content {
    z-index: 1
}

section#slider.big {
    height: 680px
}

section#slider h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    padding: 0
}

section#slider p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 30px 0 0 0
}

section#slider .breadcrumbs {
    position: absolute;
    z-index: 75;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 300
}

section#slider .breadcrumbs a {
    color: #fff
}

section#slider .breadcrumbs .separator {
    margin: 0 10px
}

section#slider .arrow {
    z-index: 75;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #43974d;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px
}

section#slider .rectangle {
    position: absolute;
    z-index: 75;
    bottom: 0;
    height: 50px;
    left: 10%;
    right: 10%;
    background: #fff
}

section#slider .rectangle .arrow {
    bottom: 25px
}

section#slider .column {
    float: left;
    padding: 2px 40px;
    border-right: #575757 1px solid;
    margin: 35px 0 0 0
}

section#slider .column.last {
    border-right: 0
}

section#slider .column p {
    color: #fff;
    font-weight: 700
}

section#slider .column p.caption {
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    padding: 0 0 15px 0
}

section#slider .column p.text {
    color: #fff;
    margin: 0;
    padding: 2px 0 0 0;
    font-size: 13px;
    line-height: 16px
}

section#slider .slider {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

section#slider .slider img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block
}

section#under-slider {
    height: 70px;
    background: #fff;
    width: 100%
}

section#duos {
    padding: 50px 70px 40px;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}

section#duos .duos-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

section#duos .bears {
    background: url(/img/medvedi.png) no-repeat;
    background-size: contain;
    width: 47.5%;
    margin: 100px 0 0 0;
    text-align: center
}

section#duos .bears img {
    max-width: 500px
}

section#duos .bears .up {
    padding: 20px 30px 50px
}

section#duos .bears .down {
    padding: 15px 30px 10px 30px
}

section#duos .map {
    background: #fff;
    width: 47.5%;
    text-align: center;
    padding: 20px 30px 20px 30px;
    -webkit-box-shadow: 0 0 7px #ececec;
    box-shadow: 0 0 7px #ececec
}

section#duos .map img {
    max-width: 441px
}

section#duos .map .button {
    float: left;
    background: #43974d;
    border-radius: 3px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 2px solid #43974d;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    width: 25%;
    margin: 20px 2.5% 20px 0
}

section#duos .map input {
    float: left;
    background: #fff;
    color: #555;
    text-align: left;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 2px solid #ededed;
    font-size: 12px;
    width: 72.5%;
    margin: 20px 0 20px 0;
    padding: 0 15px
}

section#duos img {
    width: 100%
}

section#news {
    background: #fff;
    padding: 20px 0 0
}

section#news .more {
    background: #43974d;
    float: right;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    -webkit-transition: .3s ease background;
    transition: .3s ease background
}

section#news .more:focus, section#news .more:hover {
    background: #32954b
}

section#news h1 {
    line-height: 28px;
    margin: 0;
    padding: 0 0 20px;
    float: left
}

section#news .news {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 24px;
}

section#news .new {
    box-shadow: 0 0 10px #e9e9e9
}

section#news .new .image {
    width: 100%;
    max-height: 180px;
    overflow: hidden
}

section#news .new .image img {
    width: 100%;
    display: block
}

section#news .new .desc {
    padding: 20px 25px 35px 25px
}

section#news .new label {
    display: block;
    color: #43974d;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 35px;
    text-transform: uppercase
}

section#news .new h3 {
    line-height: 30px;
    padding: 0;
    margin: 0 0 15px
}

section#news .new p {
    line-height: 20px;
    padding: 0;
    margin: 0 0 25px
}

section#news .new p.read {
    color: #43974d;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0
}

section#news .new:focus p.read, section#news .new:hover p.read {
    text-decoration: underline
}

section#news .rectangles {
    width: 100%;
    margin: 15px auto 30px;
    display: block
}

section#news.section {
    padding: 0 0 80px 0
}

section#news.section h2 {
    float: none;
    width: 100%;
    color: #0d4c71;
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}

section#news.section {
    margin: 40px 0 0 0
}

section#news.section .switcher {
    text-align: center
}

section#news.section .switcher h3 {
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 2px solid transparent;
    padding: 10px 15px;
    color: #8d8d8d;
    font-family: 'Open Sans', sans-serif
}

section#news.section .switcher h3.active {
    border-bottom: #43974d solid 2px;
    color: #0d4c71
}

section#news.section .switcher h3:focus, section#news.section .switcher h3:hover {
    border-color: #5eaf75
}

section#news.section .products-top {
    display: block
}

section#news.section .products-action {
    display: none
}

section#news.section .box {
    margin: 40px 0 0 0;
    display: none
}

section#news.section .box.active {
    display: block
}

section#new .container {
    padding: 0 20px 80px;
    max-width: 860px;
    margin: auto;
    background: #fff;
    width: 80%
}

section#new .main-image {
    width: 100%;
    margin: 20px 0
}

section#new p {
    line-height: 26px
}

section#new .social {
    display: block;
    float: left;
    margin: 20px 40px 0 0;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    font-weight: 500
}

section#new .social .icon {
    display: block;
    float: left;
    text-align: center;
    padding: 0 7px
}

section#new .social .text {
    display: block;
    float: left;
    padding: 0 20px;
    -webkit-transition: all ease 250ms;
    transition: all ease 250ms
}

section#new .social.facebook .icon {
    background: #4867a8
}

section#new .social.facebook .text {
    background: #3b5998
}

section#new .social.facebook:focus .text, section#new .social.facebook:hover .text {
    background: #4867a8
}

section#new .social.twitter .icon {
    background: #31abf6
}

section#new .social.twitter .text {
    background: #1da1f2
}

section#new .social.twitter:focus .text, section#new .social.twitter:hover .text {
    background: #31abf6
}

section#new .back {
    background: #43974d;
    float: right;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 20px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 15px;
    -webkit-transition: .3s ease background;
    transition: .3s ease background
}

section#new .back:focus, section#new .back:hover {
    background: #32954b
}

section#jobs h1 {
    line-height: 28px
}

section#jobs .points {
    text-align: center;
    margin: 0 0 15px 0
}

section#jobs .points ul.list-1 {
    list-style: none;
    padding: 0 0 30px;
    margin: 20px 0 10px 0;
    border-bottom: 3px solid #fb7e34
}

section#jobs .points ul.list-1 ul {
    border: none;
    margin: 0;
    padding: 0;
    list-style: none
}

section#jobs .points ul.list-1 ul li {
    display: list-item;
    padding: 5px 0
}

section#jobs .points ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    padding: 5px 8px;
    white-space: nowrap
}

section#jobs .points ul.list-1 li {
    padding: 10px 5px;
    min-width: 249px
}

section#jobs .points p {
    display: inline-block;
    line-height: 36px;
    padding: 5px 5px;
    white-space: nowrap
}

section#jobs .points p a {
    color: #43974d
}

section#jobs .points p a:focus, section#jobs .points p a:hover {
    text-decoration: underline
}

section#jobs .benefits {
    display: block
}

section#jobs .benefits .benefit {
    width: 30.333%;
    margin: 2% 4.5% 2% 0;
    text-align: center;
    padding: 10px;
    min-height: 200px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    -ms-flex-pack: center;
    justify-content: center;
}

section#jobs .benefits .benefit.violet {
    background: #d6007a
}

section#jobs .benefits .benefit.orange {
    background: #eca204
}

section#jobs .benefits .benefit.green {
    background: #43974d
}

section#jobs .benefits .benefit .image-cover {
    width: 55%;
    display: none;
    margin: 20px auto 25px;
    background: #fff;
    padding: 20px;
    border-radius: 200px
}

section#jobs .benefits .benefit .image-cover img {
    width: 100%;
    display: block
}

section#jobs .benefits .benefit .image-cover > div {
    margin: auto
}

section#jobs .benefits .benefit:nth-child(3n) {
    margin-right: 0
}

section#jobs .benefits .benefit h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 34px;
    color: #fff;
    margin: 0;
    display: block;
    -webkit-transition: 250ms ease all;
    transition: 250ms ease all
}

section#jobs .benefits .benefit p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin: 10px 0 0 0;
    display: none;
    -webkit-transition: 250ms ease all;
    transition: 250ms ease all
}

section#jobs .benefits .benefit:focus h3, section#jobs .benefits .benefit:hover h3 {
    display: none
}

section#jobs .benefits .benefit:focus p, section#jobs .benefits .benefit:hover p {
    display: block
}

section#jobs .jobs {
    padding: 40px 0 30px 0
}

section#jobs .jobs .job {
    border: 2px solid #efefef;
    border-radius: 3px;
    margin: 0 0 35px 0
}

section#jobs .jobs .job .head .left {
    float: left;
    width: 80%;
    padding: 25px 50px
}

section#jobs .jobs .job .head .left h3 {
    font-weight: 900;
    line-height: 30px;
    margin: 0;
    padding: 0
}

section#jobs .jobs .job .head .right {
    float: right;
    width: 20%;
    background: #fafafa;
    padding: 20px 50px 20px 0;
    text-align: center
}

section#jobs .jobs .job .head .right a {
    background: #43974d;
    border-radius: 3px;
    float: right;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 15px;
    -webkit-transition: .3s ease background;
    transition: .3s ease background
}

section#jobs .jobs .job .head .right a:focus, section#jobs .jobs .job .head .right a:hover {
    background: #32954b
}

section#jobs .jobs .job .head .right a .fa-angle-up {
    display: none
}

section#jobs .jobs .job .body {
    padding: 0 50px 0 50px;
    position: relative;
    border-top: 2px solid #efefef
}

section#jobs .jobs .job .body .line {
    width: 100%;
    height: 2px;
    background: #43974d;
    position: relative;
    top: -2px;
    margin: 0
}

section#jobs .jobs .job .body {
    display: none
}

section#jobs .jobs .job .body .left {
    float: left;
    width: 70%
}

section#jobs .jobs .job .body .left .desc {
    border-right: 5px solid #ededed;
    padding: 0 50px 0 0;
    margin: 50px 0 50px 0
}

section#jobs .jobs .job .body .right {
    float: left;
    width: 30%;
    padding: 42px 0 0 15px
}

section#jobs .jobs .job .body .left h4 {
    color: #0d4c71;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    padding: 0
}

section#jobs .jobs .job .body .left p {
    font-size: 14px;
    line-height: 24px;
    color: #404040;
    margin: 0;
    padding: 20px 0 20px 0
}

section#jobs .jobs .job .body .left ul {
    margin: 0 0 20px 20px
}

section#jobs .jobs .job .body .left li {
    font-size: 14px;
    line-height: 24px;
    color: #8d8d8d;
    margin: 0;
    padding: 0
}

section#jobs .jobs .job .body .left li span {
    color: #4d7499
}

section#jobs .jobs .job .body .left a {
    color: #43974d;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0 0 0;
    display: inline-block
}

section#jobs .jobs .job .body .right p {
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    color: #8d8d8d;
    margin: 0;
    padding: 0 0 35px 0
}

section#jobs .jobs .job .body .right p strong {
    color: #223d62;
    font-size: 16px;
    font-weight: 700
}

section#jobs .jobs .job .body .right p span {
    color: #43974d
}

section#contact {
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0 60px
}

section#contact .container {
    padding: 0 110px
}

section#contact .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0
}

section#contact .left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 100%;
    padding: 10px 0
}

section#contact .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: -5px
}

section#contact .right .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5px
}

section#contact.contact-main .right {
    padding: 0 30px 20px 30px;
    background: #eeee
}

section#contact .right table {
    display: inline-block;
    background: #fbfbfb;
    margin: 5px
}

section#contact .right tr.active {
    background: #43974d
}

section#contact .right td {
    padding: 10px 20px;
    color: #1b4b6f
}

section#contact .right tr.active td {
    color: #fff
}

section#contact .right td.active {
    font-weight: 700
}

section#contact .right img {
    width: 100%;
    max-width: 270px;
    display: block;
    margin-bottom: 5px
}

section#contact .left .line {
    margin: 0 0 25px 0
}

section#contact h1 {
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px 0
}

section#contact .left h3 {
    margin: 0;
    padding: 15px 0 0 0
}

section#contact .left p {
    padding-right: 20px
}

section#contact-page {
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0 60px
}

section#contact-page .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 110px
}

section#contact-page .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    width: 40%;
    float: left
}

section#contact-page .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 60%;
    float: right;
    margin-top: 70px
}

section#contact-page.contact-main .right {
    padding: 0 30px 20px 30px;
    background: #eeee
}

section#contact-page .right table {
    display: inline-block;
    background: #fbfbfb
}

section#contact-page .right tr.active {
    background: #43974d
}

section#contact-page .right td {
    padding: 10px 20px;
    color: #1b4b6f
}

section#contact-page .right tr.active td {
    color: #fff
}

section#contact-page .right td.active {
    font-weight: 700
}

section#contact-page .right img {
    width: 270px;
    float: right
}

section#contact-page .left .line {
    margin: 0 0 25px 0
}

section#contact-page .left h1 {
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px 0
}

section#contact-page .left h3 {
    margin: 0;
    padding: 15px 0 0 0
}

section#contact-page .left p {
    padding-right: 20px
}

section#contact-page .ipc-contact-logo {
    width: 250px;
    max-width: 100%;
    height: auto
}

section#contact-page .ipc-contact-form-column {
    margin-top: 20px
}

section#contact-page .ipc-contact-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

section#contact-page .ipc-contact-field-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

section#contact-page .ipc-contact-alert {
    margin: 0 0 25px;
    padding: 12px 15px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    line-height: 22px;
    text-align: left
}

section#contact-page .ipc-contact-alert-success {
    color: #246a31;
    background: #edf8ef;
    border-color: #b9dfc0
}

section#contact-page .ipc-contact-alert-error {
    color: #8a2d2d;
    background: #fff1f1;
    border-color: #e7bcbc
}

section#contact-page section#form2 .form input:focus,
section#contact-page section#form2 .form textarea:focus {
    border-color: #43974d;
    outline: 2px solid rgba(67, 151, 77, .22);
    outline-offset: 1px
}

section#card {
    width: 100%;
    padding: 60px 70px;
    margin-bottom: 40px;
    background: #026634;
    background: -webkit-linear-gradient(45deg, #026634 0, #03743c 26%, #02944b 66%, #01a050 100%);
    background: linear-gradient(45deg, #026634 0, #03743c 26%, #02944b 66%, #01a050 100%)
}

section#card .half {
    width: 50%;
    float: left
}

section#card .half:first-child {
    padding: 0 150px 0 0
}

section#card img {
    width: 100%;
    padding: 100px 0 0
}

section#card h1, section#card h2 {
    color: #fff;
    line-height: 28px;
    margin: 0;
    padding: 10px 0 10px 0
}

section#card h3 strong {
    font-weight: 700
}

section#card ul {
    margin: 20px 120px 20px 20px;
    padding: 0
}

section#card ul li {
    color: #fff;
    line-height: 28px;
    padding: 2px 0
}

section#card p {
    color: #fff;
    margin: 0 120px 0 20px;
    padding: 10px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px
}

section#card p strong {
    font-weight: 400
}

section#card .button {
    background: #223d62;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    margin: 30px 0 0 0;
    -webkit-transition: .3s ease background;
    transition: .3s ease background
}

section#card .button:focus, section#card .button:hover {
    background: #0e2647
}

section#partner {
    padding: 50px 0;
    background: #fff;
    border-bottom: 2px solid #f8f8f8;
    margin-top: 25px
}

section#partner h2 {
    line-height: 28px
}

section#partner p {
    line-height: 28px
}

section#partner a {
    color: #43974d
}

section#partner .first {
    float: left;
    width: 60%;
    margin: 0 5% 0 0
}

section#partner .second {
    float: left;
    width: 35%
}

section#partner .image {
    width: 100%;
    height: 280px;
    line-height: 280px;
    text-align: center;
    color: #fff;
    font-weight: 700
}

section#partner .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

section#partner .container {
    padding: 0 10px;
    margin: auto;
    max-width: 854px
}

section#form {
    padding: 60px 0 60px 0;
    background: #fdfdfd;
    border-bottom: 1px solid #eaeaea;
    text-align: center
}

section#form h3 {
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center
}

section#form .form {
    margin: 20px 10% 10px;
    padding: 40px 80px;
    -webkit-box-shadow: 0 0 5px #f2f2f2;
    box-shadow: 0 0 5px #f2f2f2;
    background: #fff
}

section#form .form input {
    text-align: left;
    float: left;
    width: 31%;
    margin: 0 3.5% 2% 0;
    border: 1px solid #e8eaed;
    font-weight: 700;
    color: #667386;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
    padding: 10px 15px
}

section#form .form input.last {
    margin-right: 0
}

section#form .form textarea {
    resize: none;
    text-align: left;
    width: 100%;
    margin: 0 0 2% 0;
    height: 200px;
    border: 1px solid #e8eaed;
    font-weight: 700;
    color: #667386;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
    padding: 10px 15px
}

section#form .button {
    background: #43974d;
    border-radius: 3px;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 30px;
    -webkit-transition: .3s ease background;
    transition: .3s ease background
}

section#form .button:focus, section#form .button:hover {
    background: #32954b
}

section#form2 {
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #eaeaea;
    text-align: center
}

section#form2 h3 {
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}

section#form2 .form input {
    color: #223d62;
    text-align: left;
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
    border: 1px solid #e8eaed;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 15px
}

section#form2 .fomr input::-webkit-input-placeholder {
    color: #606060
}

section#form2 .fomr input::-moz-placeholder {
    color: #606060
}

section#form2 .fomr input:-ms-input-placeholder {
    color: #606060
}

section#form2 .fomr input::placeholder {
    color: #606060
}

section#form2 .form input.last {
    margin-right: 0
}

section#form2 .form textarea {
    color: #223d62;
    resize: none;
    text-align: left;
    width: 100%;
    margin: 0 0 4% 0;
    height: 200px;
    border: 1px solid #e8eaed;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 15px
}

section#form2 .form textarea::-webkit-input-placeholder {
    color: #606060
}

section#form2 .form textarea::-moz-placeholder {
    color: #606060
}

section#form2 .form textarea:-ms-input-placeholder {
    color: #606060
}

section#form2 .form textarea::placeholder {
    color: #606060
}

section#form2 .button {
    border: 0;
    background: #43974d;
    border-radius: 3px;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 30px;
    -webkit-transition: .3s ease background;
    transition: .3s ease background
}

section#form2 .button:focus, section#form2 .button:hover {
    background: #32954b
}

section#team {
    padding: 60px 0;
    background: #fdfdfd;
    position: relative;
    z-index: 1000
}

section#team h2 {
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}

section#team .team {
    list-style: none;
    margin: 0;
    padding: 0
}

section#team .team li {
    float: left;
    width: 33%;
    padding: 15px 40px 90px 40px;
    position: relative
}

section#team .team li img {
    width: 85%;
    height: auto
}

section#team .ipc-contact-team-heading {
    text-align: center
}

section#team .team li img.ipc-contact-portrait-narrow {
    max-width: 84%
}

section#team .team .info {
    -webkit-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd;
    position: absolute;
    bottom: 55px;
    left: 20%;
    right: 60px;
    background: #fff;
    padding: 6px 10px;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

section#team .team .info p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #505050
}

section#team .team .info a {
    color: #43974d
}

section#team .team .info a:focus, section#team .team .info a:hover {
    text-decoration: underline
}

section#team .team .info p.phone {
    color: #9e9e9e;
    padding: 5px 0 0 0;
    line-height: 16px
}

section#team .team .info p.phone a {
    color: #9e9e9e;
    text-decoration: none
}

section#team .team .info p.phone a:focus, section#team .team .info p.phone a:hover {
    text-decoration: underline
}

section#team .team .info p.email {
    line-height: 16px
}

section#media {
    background: #43974d;
    padding: 60px 0
}

section#media .container {
    padding: 0 110px
}

section#media .left {
    width: 50%;
    float: left
}

section#media .right {
    width: 50%;
    float: right
}

section#media h2 {
    color: #fff;
    margin: 0;
    padding: 70px 0 0 0;
    line-height: 40px
}

section#media h1 {
    color: #fff
}

section#media a {
    display: block;
    float: left;
    width: 45%;
    margin: 0 5% 0 0;
    top: 0;
    -webkit-transition: top ease 250ms;
    transition: top ease 250ms;
    position: relative
}

section#media a:focus, section#media a:hover {
    top: -10px
}

section#media a .white {
    text-align: center;
    background: #fff;
    padding: 20px 10px
}

section#media a .white img {
    max-width: 100px
}

section#media a .green {
    text-align: center;
    background: #223d62
}

section#media a .green p {
    color: #fff;
    margin: 0;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 30px
}

section#about-us {
    padding: 10px 0 0 0
}

section#about-us h1, section#bonus h2, section#distribution h1, section#material h1 {
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 30px
}

section#about-us .left {
    width: 55%;
    float: left
}

section#about-us .right {
    width: 45%;
    float: right;
    padding: 0 0 0 25px
}

section#about-us .content {
    margin: 50px 0
}

section#about-us .right--img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
    margin-left: auto
}

section#about-us li, section#about-us p {
    line-height: 24px;
    margin: 0;
    padding: 10px 0 10px 0
}

section#about-us blockquote {
    color: #223d62;
    line-height: 24px;
    border-left: 2px solid #223d62;
    margin: 0 0 30px 0;
    padding: 0 0 0 10px
}

section#about-us .about-us-image {
    width: 100%;
    margin: 0 0 30px 0
}

section#about-us .about-us-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

section#about-us .left2 {
    width: 45%;
    float: left;
    padding-right: 35px
}

section#about-us .right2 {
    width: 100%;
    float: right;
    padding: 0 0 0 25px
}

section#about-us .about-us-image2-cover {
    position: relative
}

section#about-us .about-us-image2 {
    background: #303030;
    height: 350px;
    width: 100%
}

section#about-us .about-us-image2-graphics {
    background: #43974d;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: -15px;
    width: 15px;
    z-index: 50
}

section#about-us a {
    color: #43974d;
    font-family: Roboto, sans-serif;
    font-weight: 600
}

section#next {
    padding: 40px 0 100px;
    background: #fdfdfd;
    border-bottom: 1px solid #f8f8f8
}

section#next h1 {
    line-height: 28px;
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    text-align: center
}

section#next ul {
    margin: 20px 0 30px 0;
    padding: 0;
    list-style-type: none
}

section#next ul li {
    float: left;
    width: 30%;
    padding: 20px 40px;
    margin: 0 5% 0 0;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    border-top: 2px solid #43974d;
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

section#next ul li:nth-child(3) {
    margin-right: 0
}

section#next ul li h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 10px 0
}

section#next ul li p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 25px 0
}

section#next a {
    background: #fff;
    border: 2px solid #43974d;
    border-radius: 3px;
    margin: auto auto 0;
    color: #43974d;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 20px;
    -webkit-transition: .3s ease background;
    transition: .3s ease background
}

section#next a:focus, section#next a:hover {
    background: #32954b;
    color: #fff
}

section#partners {
    padding: 40px 65px 60px 65px;
    background: #fff;
    position: relative;
    z-index: 1000
}

section#partners h3 {
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    text-align: center
}

section#partners ul {
    margin: 0;
    padding: 0;
    list-style: none
}

section#partners ul li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 10px 30px;
    text-align: center;
    cursor: pointer
}

section#partners ul li img {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .2s all ease;
    transition: .2s all ease
}

section#partners ul li .label {
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    width: 80%;
    margin: 10px auto 0 auto;
    position: relative;
    background: #f1f1f1;
    text-align: center;
    color: #838383;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 4px
}

section#partners ul li .label .arrow {
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    position: absolute;
    z-index: 10;
    top: -12px;
    left: calc(43%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent #f1f1f1 transparent
}

section#partners ul li:focus .label, section#partners ul li:hover .label {
    background: #43974d;
    color: #fff
}

section#partners ul li:focus .label .arrow, section#partners ul li:hover .label .arrow {
    border-color: transparent transparent #43974d transparent
}

section#partners ul li:focus img, section#partners ul li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

section#branches {
    padding: 0
}

section#branches .list {
    float: left;
    width: 25%;
    border-top-left-radius: 5px;
    position: relative;
}

section#branches .list:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 15px;
    height: 60px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    z-index: 999;
}

section#branches .map {
    float: right;
    width: 75%;
    border-top-right-radius: 5px
}

section#branches .map iframe {
    display: block;
    border-top-right-radius: 5px
}

section#branches .list ul {
    margin: 0;
    padding: 0 0 50px;
    list-style: none;
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top-left-radius: 5px
}

section#branches .list ul li {
    border-left: 5px solid #fff;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 15px;
    background: #fff;
    position: relative
}

section#branches .list ul li .switcher {
    cursor: pointer;
    border-radius: 500px;
    position: absolute;
    z-index: 50;
    top: 17px;
    right: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #9a9a9a;
    text-align: center;
    font-size: 11px;
    -webkit-transition: 250ms ease all;
    transition: 250ms ease all
}

section#branches .list ul li .switcher:focus, section#branches .list ul li .switcher:hover {
    background: #37964f
}

section#branches .list ul li .switcher-detail {
    display: none
}

section#branches .list ul li.open .switcher-detail {
    display: block
}

section#branches .list ul li h2 {
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 4px 25px 10px 0
}

section#branches .list ul li h3 {
    cursor: pointer;
    color: #606060;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 2px 0
}

section#branches .list ul li table {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0
}

section#branches .list ul li table td {
    padding: 4px 10px 4px 0
}

section#branches .list ul li table a {
    color: #43974d
}

section#branches .list ul li a {
    color: #43974d;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0
}

section#branches .list ul li a:focus, section#branches .list ul li a:hover {
    text-decoration: underline
}

section#branches .list ul li .more {
    display: none
}

section#branches .list ul li .fa-chevron-up {
    display: none
}

section#branches .list ul li .fa-chevron-down {
    display: inline
}

section#branches .list ul li.open {
    border-left: 5px solid #43974d
}

section#branches .list ul li.open .more {
    display: block
}

section#branches .list ul li.open .fa-chevron-up {
    display: inline
}

section#branches .list ul li.open .fa-chevron-down {
    display: none
}

section#branches-list {
    padding: 70px 65px 35px;
    background: #fdfdfd;
    border-bottom: 1px solid #e4e4e4
}

section#branches-list h1 {
    text-align: center;
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px 0
}

section#branches-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

section#branches-list ul li {
    background: #fff;
    position: relative;
    display: block;
    width: calc(50% - 12px);
    -webkit-box-shadow: 0 0 10px #f2f2f2;
    box-shadow: 0 0 10px #f2f2f2;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

section#branches-list ul li:before {
    content: "";
    width: 5px;
    height: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    background: #43974d;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

section#branches-list ul li:focus, section#branches-list ul li:hover {
    -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, .03);
    box-shadow: 0 23px 25px rgba(0, 0, 0, .03)
}

section#branches-list ul li:focus:before, section#branches-list ul li:hover:before {
    height: 100%
}

section#branches-list ul li .right .info {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    background: #43974d;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

section#branches-list ul li:focus .right .info, section#branches-list ul li:hover .right .info {
    opacity: 1
}

section#branches-list ul li .left {
    float: left;
    width: 55%;
    border-right: 1px solid #e4e4e4;
    padding: 0 25px 0 0
}

section#branches-list ul li .right {
    float: right;
    width: 45%;
    padding: 0 0 0 25px
}

section#branches-list ul li .headline {
    text-align: left;
    color: #103d68;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 4px 0 10px 0
}

section#branches-list ul li h3 {
    color: #8e8e8e;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    padding: 2px 0
}

section#branches-list ul li .left .contact a {
    border: none;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0
}

section#branches-list ul li .left .contact a:focus, section#branches-list ul li .left .contact a:hover {
    background: #fff;
    color: #43974d;
    text-decoration: underline
}

section#branches-list ul li p {
    color: #8d8d8d;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0
}

section#branches-list ul li p a {
    color: #43974d
}

section#branches-list ul li p.hours {
    color: #103d68
}

section#branches-list ul li p.hours .day {
    color: #8e8e8e;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px
}

section#branches-list ul li p.hours strong {
    font-weight: 700;
    line-height: 40px
}

section#branches-list ul li p.contact {
    margin: 20px 0 0 0
}

section#branch {
    padding: 50px 65px;
    border-bottom: 1px solid #e4e4e4
}

section#branch h1 {
    text-align: left;
    width: 100%;
    color: #0d4c71;
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif
}

section#branch .line {
    float: left
}

section#branch h3 {
    cursor: pointer;
    color: #8d8d8d;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 2px 0
}

section#branch p {
    color: #8d8d8d;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 15px 0
}

section#branch p a {
    color: #43974d
}

section#branch .column {
    float: left;
    width: 31%;
    margin: 0 3.5% 0 0
}

section#branch .column.last {
    margin-right: 0
}

section#branch .column.first {
    padding: 25px 0 0 0
}

section#branch ul.hours {
    margin: 0;
    background: #fbfbfb;
    list-style: none;
    width: 100%;
    padding: 15px 0
}

section#branch ul li {
    color: #223d62;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 0
}

section#branch ul li.active {
    background: #43974d;
    color: #fff
}

section#branch ul li .left {
    width: 50%;
    float: left;
    font-weight: 700;
    padding: 0 0 0 20px
}

section#branch ul li .right {
    width: 50%;
    float: left;
    font-weight: 400;
    padding: 0 0 0 20px
}

section#branch .column img {
    width: 100%
}

section#material {
    padding: 10px 0
}

section#bonus li, section#material li, section#material p {
    line-height: 24px;
    margin: 0;
    padding: 10px 0 10px 0
}

section#material li {
    padding: 5px 0
}

section#material .img-area {
    float: right;
    width: 250px
}

section#material p.next-picture {
    padding: 90px 0 90px 40px
}

section#material blockquote {
    color: #223d62;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-left: 2px solid #223d62;
    margin: 60px 0;
    padding: 0 0 0 10px
}

section#material .material-image-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

section#material .material-image {
    background: #303030;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

section#material .material-image-graphics {
    background: #43974d;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: -15px;
    width: 15px;
    z-index: 50
}

section#material a {
    color: #43974d
}

section#material a:focus, section#material a:hover {
    text-decoration: underline
}

section#material .left {
    width: 49%;
    position: relative
}

section#material .right {
    width: 51%
}

section#material .flex {
    margin: 0 0 20px 0
}

section#material .green-border {
    margin: 30px 0
}

section#material .green-border:first-child {
    margin: 0 0 30px
}

section#material .green-border h2 {
    font-size: 22px;
    line-height: 32px
}

section#material .green-border p {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0 5px 0
}

section#material2 {
    padding: 10px 0 30px 0
}

section#material2 h2 {
    color: #223d62;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600
}

section#material2 .green-border {
    margin: 30px 0
}

section#material2 .green-border h2 {
    color: #223d62;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px
}

section#material2 .green-border p {
    color: #223d62;
    color: rgba(34, 61, 98, .8);
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0 5px 0
}

section#material2 .green-border a {
    color: #43974d
}

section#box {
    margin: 25px 0;
    padding: 50px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

section#box .left {
    float: left;
    width: 46%
}

section#box .right {
    float: right;
    width: 46%
}

section#box .line {
    margin: 15px 0 15px 0;
    height: 2px;
    width: 30px
}

section#box h3 {
    color: #43974d;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0
}

section#box p {
    font-size: 14px;
    line-height: 24px;
    color: #596678;
    margin: 0;
    padding: 0
}

section#distribution {
    padding: 10px 0
}

section#distribution .green-border:first-child {
    margin: 0 0 30px
}

section#distribution p {
    line-height: 26px;
    margin: 0;
    padding: 10px 0 10px 0
}

section#distribution p.next-picture {
    padding: 90px 0 90px 40px
}

section#distribution .distribution-image-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

section#distribution .distribution-image {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

section#distribution .distribution-image-graphics {
    background: #43974d;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: -25px;
    width: 5px;
    z-index: 50;
    max-height: 300px
}

section#distribution a {
    color: #43974d
}

section#distribution .left {
    width: 32%;
    position: relative
}

section#distribution .right {
    width: 62%;
    padding: 60px 0 60px 7%
}

section#distribution .right .line {
    margin: 10px 0;
    position: relative;
    left: -25px;
    width: 100px;
    height: 2px
}

section#distribution .flex {
    margin: 0
}

section#distribution .left2 {
    width: 50%;
    padding: 0 4% 60px 0
}

section#distribution .right2 {
    width: 50%;
    padding: 0 0 60px 7%;
    position: relative
}

section#distribution .left2 .line {
    margin: 20px 0;
    width: 80px;
    height: 2px
}

.image-area {
    width: 58%;
    float: left
}

@media only screen and (max-width: 764px) {
    .image-area {
        width: 100%;
        float: none;
        padding: 0
    }
}

section#distribution .distribution-image2-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

section#distribution .distribution-image2 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: url(/img/certifikat.png) no-repeat center;
    background-size: contain;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

section#distribution .distribution-image2-graphics {
    background: #43974d;
    position: absolute;
    top: 40px;
    height: 35%;
    right: -4px;
    width: 4px;
    z-index: 50
}

section#files {
    background: #eef7e8;
    padding: 30px 0 40px
}

section#files h2 {
    color: #223d62;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center
}

section#files .files {
    padding: 40px 0 10px 0
}

section#files .files .file {
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center
}

section#files .files .file img {
    width: 80%;
    display: block;
    margin: 0 auto 15px auto;
    max-width: 85px
}

section#files .files .file .line {
    height: 1px;
    width: 30px;
    margin: 25px auto 10px auto
}

section#files .files .file h3 {
    color: #43974d;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0 0 0;
    margin: 0
}

section#files .files .file p {
    color: #223d62;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 5px 0;
    margin: 0
}

section#hospital {
    padding: 10px 0
}

section#hospital h1 {
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 30px
}

section#hospital h3 {
    color: #223d62;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800
}

section#hospital p {
    line-height: 24px;
    margin: 0;
    padding: 10px 0 10px 0
}

section#hospital p.next-picture {
    line-height: 26px;
    padding-left: 40px
}

section#hospital blockquote {
    color: #223d62;
    line-height: 24px;
    border-left: 2px solid #223d62;
    margin: 60px 0;
    padding: 0 0 0 10px
}

section#hospital .hospital-image-cover {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    z-index: 50
}

section#hospital .hospital-image {
    background: #303030;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

section#hospital .hospital-image-graphics {
    background: #43974d;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: -15px;
    width: 15px;
    z-index: 50
}

section#hospital a {
    color: #43974d
}

section#hospital a:focus, section#hospital a:hover {
    text-decoration: underline
}

section#hospital .left {
    width: 49%;
    position: relative
}

section#hospital .right {
    width: 51%
}

section#hospital .flex {
    margin: 0 0 60px 0
}

section#hospital .green-border {
    margin: 30px 0
}

section#hospital .green-border:first-child {
    margin: 0 0 30px
}

section#hospital .green-border h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px
}

section#about-us .green-border p, section#bonus p, section#distribution .green-border p, section#hospital .green-border p {
    line-height: 26px;
    padding: 15px 0 5px 0
}

section#hospital .green-border p strong {
    font-weight: 700
}

section#bonus {
    color: #8d8d8d
}

#multimap {
    background: #fff;
    width: 60%;
    margin: 0;
    padding: 20px 40px;
    position: relative;
    text-align: center
}

#multimap .shadow {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1550
}

#multimap .table {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    left: 45%;
    z-index: 1500;
    font-family: Roboto, sans-serif
}

#multimap .table .left {
    float: left;
    width: 85%;
    background: #f0f1f5;
    padding: 15px;
    text-align: left
}

#multimap .table .right {
    float: right;
    width: 15%;
    background: #43974d;
    text-align: center;
    font-size: 26px;
    line-height: 83px
}

#multimap .table .right .close {
    color: #1b3d63;
    line-height: 83px;
    display: block;
    width: 100%
}

#multimap .table .left h2 {
    color: #43974d;
    margin: 0;
    padding: 5px 0 5px;
    font-size: 20px;
    line-height: 24px
}

#multimap .table .left p {
    color: #545452;
    margin: 0;
    padding: 0 0 5px;
    font-size: 12px;
    line-height: 14px
}

#multimap .table .ul-cover {
    margin-top: 15px;
    overflow: hidden
}

#multimap .table ul {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    max-height: calc(17%);
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 83px;
    z-index: 1500
}

#multimap .table ul li {
    width: 100%;
    display: block;
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    text-align: left
}

#multimap .table ul li:last-child {
    border-bottom: none
}

#multimap .table ul li h3 {
    color: #4e4e4e;
    margin: 0;
    padding: 5px 0 5px;
    font-size: 16px;
    line-height: 24px
}

#multimap .table ul li p {
    color: #9a9a9a;
    margin: 0;
    padding: 0 0 5px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400
}

#multimap .table ul li .more {
    display: none
}

#multimap .table ul li .show-more {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    z-index: 1550;
    color: #fff;
    background: #43974d;
    text-align: center;
    width: 23px;
    height: 23px;
    border-radius: 100px;
    line-height: 24px
}

#multimap .table a {
    color: #43974d
}

footer {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding: 35px 50px 25px;
    background: #43974d;
    -webkit-box-shadow: 0 0 1px #f0f0f0;
    box-shadow: 0 0 1px #f0f0f0;
    margin: 50px 0 25px 0;
    width: 100%
}

footer p {
    float: right;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 0 10px
}

footer a {
    color: #fff
}

footer a:focus, footer a:hover {
    text-decoration: underline
}

footer .menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    flex-wrap: wrap;
}

footer .menu li {
    padding: 0;
    float: left
}

footer .menu a {
    float: right;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 0 15px 0 0
}

footer .menu a:focus, footer .menu a:hover {
    color: #fff
}

footer .facebook {
    float: right;
    position: relative;
    top: 30px
}

section#copyright {
    background: #f8f8f8;
    padding: 0 0 20px 0
}

section#copyright p {
    float: left;
    color: #223d62;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0;
    margin: 0
}

section#copyright p.right {
    float: right;
    font-weight: 400;
    margin: 0 0 0 25px
}

section#copyright p.right a {
    font-weight: 600;
    color: #4e1c44
}

.gallery img {
    width: 10%
}

#contact a {
    color: #43974d
}

#contact a:focus, #contact a:hover {
    text-decoration: underline
}

#contact-page a {
    color: #43974d
}

#contact-page a:focus, #contact-page a:hover {
    text-decoration: underline
}

.slider-auto-height {
    height: auto !important
}

.responsive {
    width: 100%;
    height: auto
}

.responsive--img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    display: block
}

.flex-margin {
    margin-bottom: 20px !important
}

.search-area input {
    width: 100%;
    padding: 15px 10px 15px 50px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 10px #e9e9e9;
    box-shadow: 0 0 10px #e9e9e9;
    border: 0;
    color: #8d8d8d;
    font-family: Roboto, sans-serif
}

.search-area input:focus {
    outline-color: #fdfdfd
}

.search-area input::-webkit-input-placeholder {
    color: #cacaca
}

.search-area input::-moz-placeholder {
    color: #cacaca
}

.search-area input:-ms-input-placeholder {
    color: #cacaca
}

.search-area input::placeholder {
    color: #cacaca
}

.search-area {
    position: relative;
    max-width: 1088px;
    margin: auto;
    padding: 24px 20px 24px;
}

.search-area form {
    position: relative;
}

.search-area form:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(/img/lupa.png);
    background-size: cover;
    position: absolute;
    top: 12px;
    left: 12px
}

.pharmacy-pictograms {
    overflow: auto
}

.pictogram {
    margin: 0;
    display: inline-block;
    float: left;
    width: calc(100% / 3);
    position: relative
}

.pictogram img {
    width: 100%;
    height: auto
}

.pictogram h2 {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    padding: 0 35px;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 700
}

.pictogram p {
    position: absolute;
    top: 72%;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 0 35px;
    text-align: center;
    color: #fff;
    max-height: 64px;
    overflow: hidden;
    margin: 0
}

.pharmacy-searchable-hide {
    display: none !important
}

.pharmacy-searchable-right {

}

.slick-dots {
    background: #fff
}

#pharmacy-map > div:first-child {
    cursor: pointer !important
}

.list-1 {
    text-align: left
}

.list-1 strong {
    display: block
}

.modal-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto
}

.modal-1--wrapper {
    position: relative;
    background: #fff;
    max-width: 760px;
    width: 100%;
    margin: auto;
    padding: 20px 20px 30px;
    z-index: 2
}

.modal-1--wrapper--1 {
    max-width: 100%;
    width: auto;
    padding: 0
}

.modal-1--img-full {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal-1--close {
    position: absolute;
    top: 0;
    right: 0
}

.modal-1--close--full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.modal-1 ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 40px 0 30px
}

.modal-1 ul ul {
    margin: 0;
    padding: 0
}

.modal-1 ul ul li {
    padding: 0
}

.modal-1 li {
    line-height: 26px;
    padding: 5px 0;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 220px;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px
}

.modal-1 p {
    text-align: center
}

.modal-1 a {
    color: #43974d
}

.modal-1 a:focus, .modal-1 a:hover {
    text-decoration: underline
}

.modal-1 .list-1 > li {
    padding: 15px 5px
}

.work-position-headline {
    text-align: center;
    border-top: 3px solid #fb7e34;
    padding-top: 20px
}

.museum-gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 300px);
    grid-gap: 15px;
}

.museum-gallery-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.museum-gallery-second{
    display: grid;
    grid-template-columns: 1fr 1.3fr 2fr 1.3fr;
    grid-template-rows: repeat(1, 200px);
    grid-gap: 15px;

}

.museum-gallery-second-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-right {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.language {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 999;
}
.language--label {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 16px;
    color: #43974D;
    cursor: pointer;
}
.language--label--text {
    background: rgba(67, 151, 77, 0.1);
    border-radius: 2px;
    padding: 4px 12px;
    font-weight: normal;
    min-height: 32px;
    display: flex;
    align-items: center;
}
.language--label--icon {
    background: rgba(67, 151, 77, 0.1);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transition: all 300ms ease;
}
.language--arrow {
    display: block;
}
.language--hide {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    opacity: 0;
    transform: translate(0, -8px);
    pointer-events: none;
    width: calc(100% + 10px);
    background: #FFFFFF;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    padding: 8px 0;
    transition: all 300ms ease;
}
#language a.language--link {
    display: block;
    text-decoration: none;
    margin: 0;
    float: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1875;
    color: #142E52;
    opacity: 0.6;
    padding: 12px 28px;
}
#language a.language--link.is-active {
    opacity: 1;
    font-weight: bold;
}
.language--switch:checked ~ .language .language--hide {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
}
.language--switch:checked ~ .language .language--label .language--label--icon {
    background: rgba(67, 151, 77, 0.2);
}

.social-wrap {
    display: flex;
    gap: 4px;
}

.pharmacy-box.is-hidden {
    display: none !important;
}


@media (max-width: 768px) {
    .museum-gallery{
        grid-template-rows: repeat(1, 100px);
        grid-gap: 5px;
    }
    .museum-gallery-second{
        grid-template-rows: repeat(1, 100px);
        grid-gap: 5px;
    }
}

:root {
    --cc-bg: #fff;
    --cc-text: #2d4156;
    --cc-btn-primary-bg: #43974d;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-overlay-bg: rgba(4, 6, 8, .85);
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0
}

.c_darkmode {
    --cc-bg: #181b1d;
    --cc-text: #d8e5ea;
    --cc-btn-primary-bg: #a6c4dd;
    --cc-btn-primary-text: #000;
    --cc-btn-primary-hover-bg: #c2dff7;
    --cc-btn-secondary-bg: #33383c;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #3e454a;
    --cc-toggle-bg-off: #667481;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #454c54;
    --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
    --cc-toggle-knob-icon-color: var(--cc-bg);
    --cc-block-text: #b3bfc5;
    --cc-cookie-category-block-bg: #23272a;
    --cc-cookie-category-block-bg-hover: #2b3035;
    --cc-section-border: #292d31;
    --cc-cookie-table-border: #2b3035;
    --cc-webkit-scrollbar-bg: #667481;
    --cc-webkit-scrollbar-bg-hover: #9199a0
}

.cc_div *, .cc_div :after, .cc_div :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.2;
    font-size: 1em;
    transition: none;
    animation: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: 0 0;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    visibility: unset
}

.cc_div {
    font-size: 16px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #2d4156;
    color: var(--cc-text)
}

#c-ttl, #s-bl td:before, #s-ttl, .cc_div .b-tl, .cc_div .c-bn {
    font-weight: 600
}

#cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
    border-radius: .35em
}

#s-bl .act .b-acc {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.cc_div a, .cc_div button, .cc_div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cc_div a {
    border-bottom: 1px solid
}

.cc_div a:hover {
    text-decoration: none;
    border-color: transparent
}

#cm-ov, #cs-ov, .c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr {
    transition: visibility .25s linear, opacity .25s ease, transform .25s ease !important
}

.c--anim .c-bn {
    transition: background-color .25s ease !important
}

.c--anim #cm.bar.slide, .c--anim .bar.slide #s-inr {
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important
}

.c--anim #cm.bar.slide + #cm-ov, .c--anim .bar.slide + #cs-ov {
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important
}

#cm.bar.slide, .cc_div .bar.slide #s-inr {
    transform: translateX(100%);
    opacity: 1
}

#cm.bar.top.slide, .cc_div .bar.left.slide #s-inr {
    transform: translateX(-100%);
    opacity: 1
}

#cm.slide, .cc_div .slide #s-inr {
    transform: translateY(1.6em)
}

#cm.top.slide {
    transform: translateY(-1.6em)
}

#cm.bar.slide {
    transform: translateY(100%)
}

#cm.bar.top.slide {
    transform: translateY(-100%)
}

.show--consent .c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
    opacity: 1;
    transform: scale(1);
    visibility: visible !important
}

.show--consent .c--anim #cm.box.middle, .show--consent .c--anim #cm.cloud.middle {
    transform: scale(1) translateY(-50%)
}

.show--settings .c--anim #s-cnt {
    visibility: visible !important
}

.force--consent.show--consent .c--anim #cm-ov, .show--settings .c--anim #cs-ov {
    visibility: visible !important;
    opacity: 1 !important
}

#cm {
    font-family: inherit;
    padding: 1.1em 1.8em 1.4em 1.8em;
    position: fixed;
    z-index: 1;
    background: #fff;
    background: var(--cc-bg);
    max-width: 24.2em;
    width: 100%;
    bottom: 1.25em;
    right: 1.25em;
    box-shadow: 0 .625em 1.875em #000;
    box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .28);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    line-height: initial
}

#cc_div #cm {
    display: block !important
}

#c-ttl {
    margin-bottom: .7em;
    font-size: 1.05em
}

.cloud #c-ttl {
    margin-top: -.15em
}

#c-txt {
    font-size: .9em;
    line-height: 1.5em
}

.cc_div #c-bns {
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em
}

.cc_div .c-bn {
    color: #40505a;
    color: var(--cc-btn-secondary-text);
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg);
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: .82em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: 4px;
    flex: 1
}

#c-bns button + button, #s-c-bn, #s-cnt button + button {
    float: right;
    margin-left: 1em
}

#s-cnt #s-rall-bn {
    float: none
}

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover {
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg)
}

#s-cnt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    display: table;
    height: 100%;
    visibility: hidden
}

#s-bl {
    outline: 0
}

#s-bl .title {
    margin-top: 1.4em
}

#s-bl .title:first-child {
    margin-top: 0
}

#s-bl .b-bn {
    margin-top: 0
}

#s-bl .b-acc .p {
    margin-top: 0;
    padding: 1em
}

#s-cnt .b-bn .b-tl {
    display: block;
    font-family: inherit;
    font-size: .95em;
    width: 100%;
    position: relative;
    padding: 1.3em 6.4em 1.3em 2.7em;
    background: 0 0;
    transition: background-color .25s ease
}

#s-cnt .b-bn .b-tl.exp {
    cursor: pointer
}

#s-cnt .act .b-bn .b-tl {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover)
}

#s-bl .b-bn {
    position: relative
}

#s-bl .c-bl {
    padding: 1em;
    margin-bottom: .5em;
    border: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    transition: background-color .25s ease
}

#s-bl .c-bl:hover {
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg)
}

#s-bl .c-bl:last-child {
    margin-bottom: .5em
}

#s-bl .c-bl:first-child {
    transition: none;
    padding: 0;
    margin-top: 0;
    border: none;
    margin-bottom: 2em
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
    background: 0 0;
    background: unset
}

#s-bl .c-bl.b-ex {
    padding: 0;
    border: none;
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg);
    transition: none
}

#s-bl .c-bl.b-ex + .c-bl {
    margin-top: 2em
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
    margin-top: 0
}

#s-bl .c-bl.b-ex:first-child {
    margin-bottom: 1em
}

#s-bl .c-bl.b-ex:first-child {
    margin-bottom: .5em
}

#s-bl .b-acc {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
    display: none
}

#s-bl .act .b-acc {
    max-height: 100%;
    display: block;
    overflow: hidden
}

#s-cnt .p {
    font-size: .9em;
    line-height: 1.5em;
    margin-top: .85em;
    color: #2d4156;
    color: var(--cc-block-text)
}

.cc_div .b-tg .c-tgl:disabled {
    cursor: not-allowed
}

#c-vln {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

#cs {
    padding: 0 1.7em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%
}

#s-inr {
    height: 100%;
    position: relative;
    max-width: 45em;
    margin: 0 auto;
    transform: scale(.96);
    opacity: 0;
    padding-top: 4.75em;
    padding-bottom: 4.75em;
    position: relative;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    box-shadow: rgba(3, 6, 9, .26) 0 13px 27px -5px
}

#s-bns, #s-hdr, #s-inr {
    background: #fff;
    background: var(--cc-bg)
}

#s-bl {
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 100%;
    padding: 1.3em 2.1em;
    display: block;
    width: 100%
}

#s-bns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 2.1em;
    border-top: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    height: 4.75em
}

.cc_div .cc-link {
    color: #253b48;
    color: var(--cc-btn-primary-bg);
    border-bottom: 1px solid #253b48;
    border-color: var(--cc-btn-primary-bg);
    display: inline;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600
}

.cc_div .cc-link:active, .cc_div .cc-link:hover {
    border-color: transparent
}

#c-bns button:first-child, #s-bns button:first-child {
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #253b48;
    background: var(--cc-btn-primary-bg)
}

#c-bns.swap button:first-child {
    color: #40505a;
    color: var(--cc-btn-secondary-text);
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg)
}

#c-bns.swap button:last-child {
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #253b48;
    background: var(--cc-btn-primary-bg)
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
    background: #253b48;
    background: var(--cc-toggle-bg-on)
}

#c-bns button:first-child:active, #c-bns button:first-child:hover, #c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover, #s-bns button:first-child:active, #s-bns button:first-child:hover {
    background: #1d2e38;
    background: var(--cc-btn-primary-hover-bg)
}

#c-bns.swap button:first-child:active, #c-bns.swap button:first-child:hover {
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg)
}

#s-hdr {
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    padding: 0 2.1em;
    height: 4.75em;
    vertical-align: middle;
    z-index: 2;
    border-bottom: 1px solid #f1f3f5;
    border-color: var(--cc-section-border)
}

#s-ttl {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em
}

#s-c-bn {
    padding: 0;
    width: 1.7em;
    height: 1.7em;
    font-size: 1.45em;
    margin: 0;
    font-weight: initial;
    position: relative
}

#s-c-bnc {
    display: table-cell;
    vertical-align: middle
}

.cc_div span.t-lb {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden
}

#c_policy__text {
    height: 31.25em;
    overflow-y: auto;
    margin-top: 1.25em
}

#c-s-in {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    height: 100%;
    height: calc(100% - 2.5em);
    max-height: 37.5em
}

@media screen and (min-width: 688px) {
    #s-bl::-webkit-scrollbar {
        width: .9em;
        height: 100%;
        background: 0 0;
        border-radius: 0 .25em .25em 0
    }

    #s-bl::-webkit-scrollbar-thumb {
        border: .25em solid var(--cc-bg);
        background: #cfd5db;
        background: var(--cc-webkit-scrollbar-bg);
        border-radius: 100em
    }

    #s-bl::-webkit-scrollbar-thumb:hover {
        background: #9199a0;
        background: var(--cc-webkit-scrollbar-bg-hover)
    }

    #s-bl::-webkit-scrollbar-button {
        width: 10px;
        height: 5px
    }
}

.cc_div .b-tg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    right: 1.2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.cc_div .b-tg .c-tgl {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    border: 0
}

.cc_div .b-tg .c-tg {
    position: absolute;
    background: #919ea6;
    background: var(--cc-toggle-bg-off);
    transition: background-color .25s ease, box-shadow .25s ease;
    pointer-events: none
}

.cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .b-tg .c-tgl, .cc_div span.t-lb {
    width: 3.4em;
    height: 1.5em;
    border-radius: 4em
}

.cc_div .b-tg .c-tg.c-ro {
    cursor: not-allowed
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
    background: #d5dee2;
    background: var(--cc-toggle-bg-readonly)
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
    box-shadow: none
}

.cc_div .b-tg .c-tg:after {
    content: "";
    position: relative;
    display: block;
    left: .125em;
    top: .125em;
    width: 1.25em;
    height: 1.25em;
    border: none;
    box-sizing: content-box;
    background: #fff;
    background: var(--cc-toggle-knob-bg);
    box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
    transition: transform .25s ease;
    border-radius: 100%
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
    transform: translateX(1.9em)
}

#s-bl table, #s-bl td, #s-bl th {
    border: none
}

#s-bl tbody tr {
    transition: background-color .25s ease
}

#s-bl tbody tr:hover {
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover)
}

#s-bl table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden
}

#s-bl td, #s-bl th {
    padding: .8em .625em;
    text-align: left;
    vertical-align: top;
    font-size: .8em;
    padding-left: 1.2em
}

#s-bl th {
    font-family: inherit;
    padding: 1.2em 1.2em
}

#s-bl thead tr:first-child {
    border-bottom: 1px solid #e9edf2;
    border-color: var(--cc-cookie-table-border)
}

.force--consent #cs, .force--consent #s-cnt {
    width: 100vw
}

#cm-ov, #cs-ov {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background: #070707;
    background: rgba(4, 6, 8, .85);
    background: var(--cc-overlay-bg);
    display: none;
    transition: none
}

.c--anim #cs-ov, .force--consent .c--anim #cm-ov, .force--consent.show--consent #cm-ov, .show--settings #cs-ov {
    display: block
}

#cs-ov {
    z-index: 2
}

.force--consent .cc_div {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    visibility: hidden;
    transition: visibility .25s linear
}

.force--consent.show--consent .c--anim .cc_div, .force--consent.show--settings .c--anim .cc_div {
    visibility: visible
}

.force--consent #cm {
    position: absolute
}

.force--consent #cm.bar {
    width: 100vw;
    max-width: 100vw
}

html.force--consent.show--consent {
    overflow-y: hidden !important
}

html.force--consent.show--consent, html.force--consent.show--consent body {
    height: auto !important;
    overflow-x: hidden !important
}

.cc_div .act .b-bn .exp::before, .cc_div .b-bn .exp::before {
    border: solid #2d4156;
    border-color: var(--cc-btn-secondary-text);
    border-width: 0 2px 2px 0;
    padding: .2em;
    display: inline-block;
    position: absolute;
    content: '';
    margin-right: 15px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 1.2em;
    top: 50%
}

.cc_div .act .b-bn .b-tl::before {
    transform: translateY(-20%) rotate(225deg)
}

.cc_div .on-i::before {
    border: solid #fff;
    border-color: var(--cc-toggle-knob-icon-color);
    border-width: 0 2px 2px 0;
    padding: .1em;
    display: inline-block;
    padding-bottom: .45em;
    content: '';
    margin: 0 auto;
    transform: rotate(45deg);
    top: .37em;
    left: .75em;
    position: absolute
}

#s-c-bn::after, #s-c-bn::before {
    content: '';
    position: absolute;
    left: .82em;
    top: .58em;
    height: .6em;
    width: 1.5px;
    background: #444d53;
    background: var(--cc-btn-secondary-text);
    transform: rotate(45deg);
    border-radius: 1em;
    margin: 0 auto
}

#s-c-bn::after {
    transform: rotate(-45deg)
}

.cc_div .off-i, .cc_div .on-i {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease
}

.cc_div .on-i {
    left: 0;
    opacity: 0
}

.cc_div .off-i::after, .cc_div .off-i::before {
    right: .8em;
    top: .42em;
    content: ' ';
    height: .7em;
    width: .09375em;
    display: block;
    background: #cdd6dc;
    background: var(--cc-toggle-knob-icon-color);
    margin: 0 auto;
    position: absolute;
    transform-origin: center
}

.cc_div .off-i::before {
    transform: rotate(45deg)
}

.cc_div .off-i::after {
    transform: rotate(-45deg)
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
    opacity: 1
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
    opacity: 0
}

#cm.box.middle, #cm.cloud.middle {
    top: 50%;
    transform: translateY(-37%);
    bottom: auto
}

#cm.box.middle.zoom, #cm.cloud.middle.zoom {
    transform: scale(.95) translateY(-50%)
}

#cm.box.center {
    left: 1em;
    right: 1em;
    margin: 0 auto
}

#cm.cloud {
    max-width: 50em;
    margin: 0 auto;
    text-align: center;
    left: 1em;
    right: 1em;
    overflow: hidden;
    padding: 1.3em 2em;
    width: unset
}

.cc_div .cloud #c-inr {
    display: table;
    width: 100%
}

.cc_div .cloud #c-inr-i {
    width: 70%;
    display: table-cell;
    vertical-align: top;
    padding-right: 2.4em
}

.cc_div .cloud #c-txt {
    font-size: .85em
}

.cc_div .cloud #c-bns {
    min-width: 170px;
    display: table-cell;
    vertical-align: middle
}

#cm.cloud .c-bn {
    margin: .625em 0 0 0;
    width: 100%
}

#cm.cloud .c-bn:first-child {
    margin: 0
}

#cm.cloud.left {
    margin-right: 1.25em
}

#cm.cloud.right {
    margin-left: 1.25em
}

#cm.bar {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    position: fixed;
    padding: 2em
}

#cm.bar #c-inr {
    max-width: 32em;
    margin: 0 auto
}

#cm.bar #c-bns {
    max-width: 33.75em
}

#cm.bar #cs {
    padding: 0
}

.cc_div .bar #c-s-in {
    top: 0;
    transform: none;
    height: 100%;
    max-height: 100%
}

.cc_div .bar #s-bl, .cc_div .bar #s-bns, .cc_div .bar #s-hdr {
    padding-left: 1.6em;
    padding-right: 1.6em
}

.cc_div .bar #cs {
    padding: 0
}

.cc_div .bar #s-inr {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    border-radius: 0;
    max-width: 32em
}

.cc_div .bar.left #s-inr {
    margin-left: 0;
    margin-right: auto
}

.cc_div .bar #s-bl table, .cc_div .bar #s-bl tbody, .cc_div .bar #s-bl td, .cc_div .bar #s-bl th, .cc_div .bar #s-bl thead, .cc_div .bar #s-bl tr, .cc_div .bar #s-cnt {
    display: block
}

.cc_div .bar #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.cc_div .bar #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border)
}

.cc_div .bar #s-bl td {
    border: none;
    position: relative;
    padding-left: 35%
}

.cc_div .bar #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: .625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis
}

#cm.top {
    bottom: auto;
    top: 1.25em
}

#cm.left {
    right: auto;
    left: 1.25em
}

#cm.right {
    left: auto;
    right: 1.25em
}

#cm.bar.left, #cm.bar.right {
    left: 0;
    right: 0
}

#cm.bar.top {
    top: 0
}

@media screen and (max-width: 688px) {
    #cm, #cm.cloud, #cm.left, #cm.right {
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 1.4em !important;
        right: 1em;
        left: 1em;
        bottom: 1em;
        display: block
    }

    .force--consent #cm, .force--consent #cm.cloud {
        width: auto;
        max-width: 100vw
    }

    #cm.top {
        top: 1em;
        bottom: auto
    }

    #cm.bottom {
        bottom: 1em;
        top: auto
    }

    #cm.bar.bottom {
        bottom: 0
    }

    #cm.cloud .c-bn {
        font-size: .85em
    }

    #s-bns, .cc_div .bar #s-bns {
        padding: 1em 1.3em
    }

    .cc_div .bar #s-inr {
        max-width: 100%;
        width: 100%
    }

    .cc_div .cloud #c-inr-i {
        padding-right: 0
    }

    #cs {
        border-radius: 0;
        padding: 0
    }

    #c-s-in {
        max-height: 100%;
        height: 100%;
        top: 0;
        transform: none
    }

    .cc_div .b-tg {
        transform: scale(1.1);
        right: 1.1em
    }

    #s-inr {
        margin: 0;
        padding-bottom: 7.9em;
        border-radius: 0
    }

    #s-bns {
        height: 7.9em
    }

    #s-bl, .cc_div .bar #s-bl {
        padding: 1.3em
    }

    #s-hdr, .cc_div .bar #s-hdr {
        padding: 0 1.3em
    }

    #s-bl table {
        width: 100%
    }

    #s-inr.bns-t {
        padding-bottom: 10.5em
    }

    .bns-t #s-bns {
        height: 10.5em
    }

    .cc_div .bns-t .c-bn {
        font-size: .83em;
        padding: .9em 1.6em
    }

    #s-cnt .b-bn .b-tl {
        padding-top: 1.2em;
        padding-bottom: 1.2em
    }

    #s-bl table, #s-bl tbody, #s-bl td, #s-bl th, #s-bl thead, #s-bl tr, #s-cnt {
        display: block
    }

    #s-bl thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    #s-bl tr {
        border-top: 1px solid #e3e7ed;
        border-color: var(--cc-cookie-table-border)
    }

    #s-bl td {
        border: none;
        position: relative;
        padding-left: 35%
    }

    #s-bl td:before {
        position: absolute;
        left: 1em;
        padding-right: .625em;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        color: var(--cc-text);
        overflow: hidden;
        text-overflow: ellipsis
    }

    #cm .c-bn, .cc_div .c-bn {
        width: 100%;
        margin-right: 0
    }

    #s-cnt #s-rall-bn {
        margin-left: 0
    }

    .cc_div #c-bns {
        flex-direction: column
    }

    #c-bns button + button, #s-cnt button + button {
        margin-top: .625em;
        margin-left: 0;
        float: unset
    }

    #cm.box, #cm.cloud {
        left: 1em;
        right: 1em;
        width: auto
    }

    #cm.cloud.left, #cm.cloud.right {
        margin: 0
    }

    .cc_div .cloud #c-bns, .cc_div .cloud #c-inr, .cc_div .cloud #c-inr-i {
        display: block;
        width: auto;
        min-width: unset
    }

    .cc_div .cloud #c-txt {
        font-size: .9em
    }

    .cc_div .cloud #c-bns {
        margin-top: 1.625em
    }
}

.cc_div.ie #c-vln {
    height: 100%;
    padding-top: 5.62em
}

.cc_div.ie .bar #c-vln {
    padding-top: 0
}

.cc_div.ie #cs {
    max-height: 37.5em;
    position: relative;
    top: 0;
    margin-top: -5.625em
}

.cc_div.ie .bar #cs {
    margin-top: 0;
    max-height: 100%
}

.cc_div.ie #cm {
    border: 1px solid #dee6e9
}

.cc_div.ie #c-s-in {
    top: 0
}

.cc_div.ie .b-tg {
    padding-left: 1em;
    margin-bottom: .7em
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
    left: 1.95em
}

.cc_div.ie #s-bl table {
    overflow: auto
}

.cc_div.ie .b-tg .c-tg {
    display: none
}

.cc_div.ie .b-tg .c-tgl {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .2em;
    height: auto
}

.cc_div.ie #s-cnt .b-bn .b-tl {
    padding: 1.3em 6.4em 1.3em 1.4em
}

.cc_div.ie .bar #s-bl td:before {
    display: none
}

.cc_div.ie .bar #s-bl td {
    padding: .8em .625em .8em 1.2em
}

.cc_div.ie .bar #s-bl thead tr {
    position: relative
}

.cc_div.ie .b-tg .t-lb {
    filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov, .cc_div.ie #cs-ov {
    filter: alpha(opacity=80);
}

.eshop_link {
    background: #e62878 !important;
}
