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

/*

@include tablet-and-phone {
    display: none;
}

*/
/* @include tablet-and-phone {
  .responsive, h1, h2, h3, p, a, .responsive .text-left, .responsive .text-right, img {
    text-align: center !important;
  }
} */
@media (max-width: 420px) {
    .responsive-phone {
        text-align: center;
    }
}

body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    color: #3d3d3d;
    background: #fff;
}

h1, h2, h3, h4, h5, h6, p, span, a, em, b, strong {
    font-family: 'Muli', sans-serif;
}

img {
    max-width: 100%;
    display: inline-block;
}

a {
    transition: all 0.5s ease;
}

a:hover {
    color: #db1b1d;
}

a:focus {
    color: #db1b1d;
}

a:active {
    color: #db1b1d;
}

.anime {
    transition: all 0.5s ease;
}

* {
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    text-align: center;
    padding: 7px 30px 7px 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.btn:after {
    content: '\f2fb';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 35px;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-red {
    border-color: #db1b1d;
    color: #fff;
    background: #db1b1d;
}

.btn-red:hover {
    opacity: .7;
    color: #fff;
}

.btn-outline {
    border: 2px solid;
    background: transparent;
}

.btn-outline.btn-white:hover {
    background: #fff;
    color: #db1b1d;
}

.btn-outline.btn-red {
    border-color: #db1b1d;
    color: #db1b1d;
    background: transparent;
}

.btn-outline.btn-red:hover {
    background: #db1b1d;
    color: #fff;
}

.btn-send {
    border: none;
    margin-top: 20px;
    padding: 7px 30px;
}

input.btn:hover {
    cursor: pointer;
}

input.btn.disabledBtn {
    cursor: not-allowed;
    opacity: .7;
}

input.btn.disabledBtn:hover {
    cursor: not-allowed;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

.alert.alert-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.bg-bordo {
    background: #480001;
}

.bg-red {
    background: #db1b1d;
}

.bg-green {
    background: #0ab97d;
}

.bg-grey {
    background: #f5f5f5;
}

.w100 {
    width: 100%;
}

.hidden-md {
    display: block !important;
}

@media (min-width: 1024px) {
    .hidden-md {
        display: none !important;
    }
}

.hidden-sm {
    display: none !important;
}

@media (min-width: 1024px) {
    .hidden-sm {
        display: block !important;
    }
}

.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

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

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

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

.go-top {
    display: none;
}

#root {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    #root {
        padding: 0;
    }
}

#top {
    width: 100%;
    padding: 15px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1024px) {
    #top {
        flex-direction: row;
    }
}

#top #logo {
    width: 100%;
    text-align: center;
    margin: 0px;
    position: relative;
    padding-right: 0;
}

#top #logo a {
    display: block;
    line-height: 1px;
    margin: 0;
    padding: 0;
}

#top #logo a img {
    max-width: 200px;
    height: auto;
    margin: 10px auto;
}

@media (min-width: 1024px) {
    #top #logo {
        padding-right: 10px;
        border-right: 1px solid #f5f5f5;
        margin: 0 10px 0 0;
        max-width: 300px;
    }

    #top #logo a img {
        max-width: 100%;
        height: auto;
    }
}

#top #tagline {
    position: relative;
    left: inherit;
    top: inherit;
    color: #3d3d3d;
    text-align: left;
    display: none;
}

@media (min-width: 1024px) {
    #top #tagline {
        display: block;
        margin: 0 10px;
        padding-top: 15px;
    }
}

#top .btn-archive {
    padding: 10px 20px;
    border-radius: 15px;
    background: #f5f5f5;
    color: #3d3d3d;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    margin: 15px 10px;
}

#top .btn-archive:hover {
    color: #db1b1d;
}

@media (max-width: 992px) {
    #top .btn-archive {
        display: none;
        margin-top: 15px;
    }
}

#top .top-search {
    display: none;
}

#top .top-search .search {
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    background: transparent;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}

#top .top-search .search .submit-search {
    color: #db1b1d;
    padding: 0 5px;
    background: none;
    border: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
}

#top .top-search .search input[type=text] {
    width: 250px;
    background: transparent;
    border: none;
}

@media (max-width: 992px) {
    #top .top-search .search input[type=text] {
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
    }
}

@media (min-width: 1024px) {
    #top .top-search .search {
        text-align: left;
        margin: 15px 10px;
    }
}

@media (min-width: 1024px) {
    #top .top-search {
        display: block;
    }
}

.navigation {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: none;
}

.navigation #nav {
    overflow: inherit;
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .navigation #nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navigation #nav li:not(.sub-menu-item) {
        float: none;
        display: block;
        padding: 0 10px;
        text-align: center;
        position: relative;
        overflow: inherit;
    }

    .navigation #nav li:not(.sub-menu-item) a {
        line-height: 60px;
        font-size: 15px;
        font-weight: 700;
        font-family: 'Muli', sans-serif;
        color: #000;
        display: block;
        float: none;
        text-align: center;
    }

    .navigation #nav li:not(.sub-menu-item) a.active, .navigation #nav li:not(.sub-menu-item) a:hover, .navigation #nav li:not(.sub-menu-item) a:focus, .navigation #nav li:not(.sub-menu-item) a:active {
        background: transparent;
        color: #db1b1d;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1399px) {
    .navigation #nav li:not(.sub-menu-item) a {
        line-height: 20px;
    }
}

@media (min-width: 1024px) {
    .navigation #nav li:not(.sub-menu-item):first-child a {
        height: auto;
        line-height: 60px;
        padding: 0 20px;
        margin: 0;
        background-position: center;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .navigation #nav li:not(.sub-menu-item).has-subnav ul.submenu {
        transition: all 0.5s ease;
        position: absolute;
        width: 250px;
        top: 60px;
        left: 0;
        z-index: 10;
        background: #f5f5f5;
        padding: 5px;
        color: #fff;
        display: none;
    }

    .navigation #nav li:not(.sub-menu-item).has-subnav ul.submenu li {
        line-height: 20px;
        padding: 5px;
    }

    .navigation #nav li:not(.sub-menu-item).has-subnav ul.submenu li a {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
        border-bottom: 1px solid #fff;
    }

    .navigation #nav li:not(.sub-menu-item).has-subnav:hover ul.submenu {
        display: block;
    }
}

@media (min-width: 1024px) {
    .navigation {
        display: block;
    }
}

.slicknav_menu {
    display: block;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.slicknav_menu .main-nav {
    background: #480001;
}

.slicknav_menu .slicknav_btn {
    background: transparent;
    border: none;
}

.slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #480001;
}

@media (min-width: 1024px) {
    .slicknav_menu {
        display: none;
    }
}

.banner--w100 {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    text-align: center;
    padding: 0;
}

.banner--w100 .adv-top {
    margin: 0 !important;
    padding: 20px 0 0;
}

.banner--w100 .adv-top a {
    display: block;
}

.banner--w100 .adv-top a img {
    max-width: 100%;
    height: auto;
    display: inline-block !important;
}

.mobile-news-slider {
    display: block;
}

.mobile-news-slider .news-blocks {
    position: relative;
}

.mobile-news-slider .news-blocks .item-image-mobile {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.mobile-news-slider .news-blocks .item-image-mobile .thumb-image {
    width: 100%;
    height: 250px;
    position: relative;
}

.mobile-news-slider .news-blocks .item-image-mobile .thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.mobile-news-slider .news-blocks .item-image-mobile .caption-slider {
    position: absolute;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    background: rgba(0, 0, 20, 0.4);
    bottom: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.mobile-news-slider .news-blocks .item-image-mobile .caption-slider a {
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: block;
}

.mobile-news-slider .news-blocks .item-image-mobile .caption-slider a:hover {
    color: #db1b1d;
}

.mobile-news-slider .news-blocks .item-image-mobile-half .thumb-image {
    width: 100%;
    height: 180px;
    position: relative;
}

.mobile-news-slider .news-blocks .item-image-mobile-half .thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.mobile-news-slider .news-blocks .item-image-mobile-half .caption-slider {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #f5f5f5;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mobile-news-slider .news-blocks .item-image-mobile-half .caption-slider a {
    line-height: 20px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    display: block;
}

.mobile-news-slider .news-blocks .item-image-mobile-half .caption-slider a:hover {
    color: #db1b1d;
}

@media (min-width: 1024px) {
    .mobile-news-slider {
        display: none;
    }
}

.slider-section .no-slider {
    display: block;
    text-align: center;
}

.slider-section .no-slider h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    position: relative;
    left: inherit;
    top: inherit;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Muli', sans-serif;
    padding-bottom: 0;
}

.slider-section .no-slider a {
    margin-bottom: 20px;
    display: inline-block;
}

@media (min-width: 1024px) {
    .slider-section .no-slider {
        display: none;
    }
}

.slider-section .slider-wrapper {
    width: 100%;
    position: relative;
    height: auto;
    margin: 0;
    background: transparent;
    padding: 0;
    display: none;
    font-family: 'Muli', sans-serif;
}

.slider-section .slider-wrapper h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    position: relative;
    left: inherit;
    top: inherit;
    text-align: left;
    font-family: 'Muli', sans-serif;
    padding: 0;
}

.slider-section .slider-wrapper .slider {
    width: 100%;
    position: relative;
    height: 370px;
    overflow: hidden;
}

.slider-section .slider-wrapper .slider #tabs {
    width: 100%;
    height: 370px;
}

.slider-section .slider-wrapper .slider #tabs .ui-tabs-panel {
    width: 100%;
    max-height: 100%;
    position: relative;
    float: left;
    height: 370px;
}

.slider-section .slider-wrapper .slider #tabs .ui-tabs-panel:after {
    width: 0;
    height: 0;
    border-bottom: 20px solid #db1b1d;
    border-left: 20px solid transparent;
    position: absolute;
    right: 10px;
    bottom: 70px;
    content: "";
}

.slider-section .slider-wrapper .slider #tabs .ui-tabs-panel > a {
    display: block;
}

.slider-section .slider-wrapper .slider #tabs .ui-tabs-panel > a .photo {
    width: 100%;
    height: 100%;
}

.slider-section .slider-wrapper .slider #tabs .ui-tabs-panel > a .photo img {
    width: 100%;
    height: 100%;
    display: block;
}

.slider-section .slider-wrapper .slider #tabs .ui-tabs-panel .desc {
    position: absolute;
    width: calc(100% - 20px);
    height: 60px;
    padding: 5px 20px;
    color: #fff;
    text-align: left;
    background: #db1b1d;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    overflow: hidden;
}

.slider-section .slider-wrapper .slider #tabs .ui-tabs-panel .desc a {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.slider-section .slider-wrapper .slider #tabs .ui-tabs-panel .desc a:hover {
    opacity: .8;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    display: block;
    line-height: 20px;
}

.slider-section .slider-wrapper .slider #tabs .nav-slider-column {
    display: flex;
    flex-direction: column;
    justify-conent: space-between;
    margin-bottom: 0;
}

.slider-section .slider-wrapper .slider #tabs .nav-slider-column li {
    width: 100%;
    max-height: 100px;
    margin-bottom: 10px;
    opacity: .7;
}

.slider-section .slider-wrapper .slider #tabs .nav-slider-column li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-section .slider-wrapper .slider #tabs .nav-slider-column li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.slider-section .slider-wrapper .slider #tabs .nav-slider-column li a .mini-title {
    position: absolute;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #db1b1d;
    bottom: 0;
    text-align: left;
    padding: 0 30px 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-section .slider-wrapper .slider #tabs .nav-slider-column li a .mini-title i {
    position: absolute;
    right: 14px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    opacity: .8;
}

.slider-section .slider-wrapper .slider #tabs .nav-slider-column li a .mini-title:hover {
    opacity: .8;
}

.slider-section .slider-wrapper .slider #tabs .nav-slider-column li.ui-state-active {
    opacity: 1;
}

.slider-section .slider-wrapper .slider #tabs .nav-slider-column + .more-information {
    text-align: right;
}

.slider-section .slider-wrapper .nav-slider-column {
    display: flex;
    flex-direction: column;
    justify-conent: space-between;
    margin-bottom: 0;
    list-style-type: none;
}

.slider-section .slider-wrapper .nav-slider-column li {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    opacity: .7;
}

.slider-section .slider-wrapper .nav-slider-column li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-section .slider-wrapper .nav-slider-column li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.slider-section .slider-wrapper .nav-slider-column li a .mini-title {
    position: absolute;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #db1b1d;
    bottom: 0;
    text-align: left;
    padding: 0 0 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.slider-section .slider-wrapper .nav-slider-column li a .mini-title i {
    position: absolute;
    right: 14px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    opacity: .8;
}

.slider-section .slider-wrapper .nav-slider-column li a .mini-title:hover {
    opacity: .8;
}

.slider-section .slider-wrapper .nav-slider-column li.active {
    opacity: 1;
}

.slider-section .slider-wrapper .nav-slider-column + .more-information {
    text-align: right;
}

@media (min-width: 1024px) {
    .slider-section .slider-wrapper {
        display: block;
    }
}

.breadcrumbs {
    list-style: none;
    padding: 10px;
    margin: 20px 0;
    color: #3d3d3d;
    background: #fff;
}

.breadcrumbs li {
    font-size: 13px;
    padding-right: 0 !important;
}

.breadcrumbs li a {
    font-size: 13px;
    position: relative;
    padding: 0 10px 0 14px;
    background: transparent;
    color: #3d3d3d;
}

.breadcrumbs li a:before {
    position: absolute;
    font: normal normal normal 14px/1.4 'Material-Design-Iconic-Font';
    left: 0;
    top: 0;
    color: #3d3d3d;
    content: "\f2fb";
}

.breadcrumbs li.home-bread a {
    padding: 0 10px 0 0;
}

.breadcrumbs li.home-bread a:before {
    display: none;
}

#index #content {
    padding: 20px 0;
    margin-bottom: 0;
}

#index #content #main, #index #content #side {
    float: none;
    width: 100%;
}

.content-page {
    margin: 20px 0 0;
}

.content-page iframe {
    max-width: 100%;
    max-height: 400px;
    margin-bottom: 30px;
}

/* #content{
	padding: 20px 0;
} */
#content {
    padding: 0;
}

.box-top-section {
    position: relative;
    margin-bottom: 20px;
}

.box-top-section.right-col {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .box-top-section.right-col {
        margin-bottom: 20px;
    }
}

.box-top-section .box {
    width: 100%;
    padding: 20px;
    text-align: left;
}

.box-top-section .box.box-catalog {
    background: url("/images/bg-catalog.png") #0ab97d no-repeat bottom right;
}

.box-top-section .box.box-filmy {
    background: url("/images/bg-filmy.png") #4a3d2e no-repeat center right;
}

.box-top-section .box.box-docs {
    background: url("/images/bg-docs.png") #db1b1d no-repeat bottom right;
}

.box-top-section .box:hover {
    opacity: .8;
}

.box-top-section .box h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    width: 60%;
    height: 60px;
    font-family: 'Muli', sans-serif;
}

.box-top-section .box .more {
    display: block;
    text-align: left;
}

.box-top-section .box .more .round-icon {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    padding-left: 3px;
    color: #fff;
}

.box-top-section .box .more .round-icon:hover {
    opacity: .8;
    opacity: .8;
}

.box-top-section.on-sub-page .box {
    width: 100%;
    padding: 20px;
    text-align: left;
}

.box-top-section.on-sub-page .box.box-catalog {
    background: url("/images/bg-catalog.png") #0ab97d no-repeat bottom right;
}

@media (min-width: 1024px) {
    .box-top-section.on-sub-page .box.box-catalog {
        background-size: 50%;
    }
}

.box-top-section.on-sub-page .box.box-filmy {
    background: url("/images/bg-filmy.png") #4a3d2e no-repeat center right;
}

@media (min-width: 1024px) {
    .box-top-section.on-sub-page .box.box-filmy {
        background-size: 50%;
    }
}

.box-top-section.on-sub-page .box.box-docs {
    background: url("/images/bg-docs.png") #db1b1d no-repeat bottom right;
}

@media (min-width: 1024px) {
    .box-top-section.on-sub-page .box.box-docs {
        background-size: 50%;
    }
}

.box-top-section.on-sub-page .box:hover {
    opacity: .8;
}

.box-top-section.on-sub-page .box h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: 90%;
    height: 60px;
    font-family: 'Muli', sans-serif;
}

.box-top-section.on-sub-page .box .more {
    display: block;
    text-align: left;
}

.box-top-section.on-sub-page .box .more .round-icon {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    padding-left: 3px;
    color: #fff;
}

.box-top-section.on-sub-page .box .more .round-icon:hover {
    opacity: .8;
}

.news-wrapper {
    position: relative;
}

.news-wrapper .box-news {
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}

.news-wrapper .box-news h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
    line-height: 40px;
    margin: 0;
}

.news-wrapper .box-news .box-news-inner {
    width: 100%;
    margin: 0;
    border: none;
}

.news-wrapper .box-news .box-news-inner .news {
    width: 100%;
    height: auto;
    border-top: 1px solid #f5f5f5;
    padding: 20px;
    display: flex;
}

.news-wrapper .box-news .box-news-inner .news .primary {
    float: none;
    width: 200px;
    margin-right: 20px;
    display: none;
    padding-top: 7px;
}

@media (min-width: 1024px) {
    .news-wrapper .box-news .box-news-inner .news .primary {
        display: block;
    }
}

.news-wrapper .box-news .box-news-inner .news .secondary {
    float: none;
    width: 100%;
}

.news-wrapper .box-news .box-news-inner .news .secondary h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.news-wrapper .box-news .box-news-inner .news .secondary .desc {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 300;
}

.news-wrapper .box-news .box-news-inner .news .secondary .more-info {
    text-align: left;
}

@media (min-width: 1024px) {
    .news-wrapper .box-news .box-news-inner .news .secondary {
        width: calc(100% - 200px);
    }
}

.news-wrapper .box-news .box-news-inner .company-list {
    position: relative;
    width: 100%;
}

.news-wrapper .box-news .box-news-inner .company-list .news {
    transition: all 0.5s ease;
}

.news-wrapper .box-news .box-news-inner .company-list .news .secondary {
    display: flex;
}

.news-wrapper .box-news .box-news-inner .company-list .news .secondary .address-company, .news-wrapper .box-news .box-news-inner .company-list .news .secondary .company-desc {
    width: 50%;
}

.news-wrapper .box-news .box-news-inner .company-list .news .secondary .address-company a {
    display: block;
}

.news-wrapper .box-news .box-news-inner .company-list .news .secondary .address-company a.a-outside {
    color: #db1b1d;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.news-wrapper .box-news .box-news-inner .company-list .news .secondary .address-company a.a-outside i {
    padding-right: 10px;
}

.news-wrapper .box-news .box-news-inner .company-list .news .secondary .address-company a.a-outside:hover {
    opacity: .7;
}

.news-wrapper .box-news .box-news-inner .company-list .news:hover {
    background: transparent;
    opacity: .8;
}

.news-wrapper .box-news .box-news-inner.galeria-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
}

.news-wrapper .box-news .box-news-inner.galeria-wrapper .gallery-item {
    width: 25%;
    padding: 5px;
    margin-bottom: 20px;
}

.news-wrapper .box-news .box-news-inner.galeria-wrapper .gallery-item .gallery_image {
    width: 100%;
    border: 3px solid #f5f5f5;
}

.news-wrapper .box-news .box-news-inner.galeria-wrapper .gallery-item .gallery_image:hover {
    opacity: .7;
}

.news-wrapper .box-news .box-news-inner.galeria-wrapper .gallery-item h5 {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}

.news-wrapper .box-news .box-news-inner.galeria-wrapper .gallery-item h5 a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.news-wrapper .box-news .box-news-inner.galeria-wrapper .gallery-item h5 a:hover {
    color: #db1b1d;
}

@media (max-width: 992px) {
    .news-wrapper .box-news .box-news-inner.galeria-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .news-wrapper .box-news .box-news-inner.galeria-wrapper .gallery-item {
        width: 30%;
    }
}

.news-wrapper .box-news .news-redirect {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    padding: 20px;
    text-align: right;
}

@media (min-width: 1024px) {
    .news-wrapper .box-news {
        margin-bottom: 0;
    }
}

.news-wrapper .box-news-subpage {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
}

.news-wrapper .box-news-subpage h2 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.news-wrapper .box-news-subpage h2.title-border {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
}

.news-wrapper .box-news-subpage .box-news-inner {
    width: 100%;
    border: none;
    margin: 0;
}

.news-wrapper .box-news-subpage .box-news-inner .article {
    color: #3d3d3d;
    padding: 0;
}

.news-wrapper .box-news-subpage .box-news-inner .article .thumb {
    width: calc(100% + 40px);
    height: 250px;
    margin: 20px -20px;
}

.news-wrapper .box-news-subpage .box-news-inner .article .thumb img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.news-wrapper .box-news-subpage .box-news-inner .article .date-info {
    position: relative;
    width: 100%;
    opacity: .7;
}

.news-wrapper .box-news-subpage .box-news-inner .article .date-info .date {
    position: relative;
    color: #3d3d3d;
    font-size: 12px;
    font-weight: 600;
    left: inherit;
    top: inherit;
}

.news-wrapper .box-news-subpage .box-news-inner .article .actions {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: end;
    opacity: .7;
}

.news-wrapper .box-news-subpage .box-news-inner .article .actions p {
    float: none;
    height: auto;
    padding: 0 0 0 10px;
    border: none;
}

.news-wrapper .box-news-subpage .box-news-inner .article .actions p a {
    color: #3d3d3d;
    text-align: right;
    background: transparent;
    text-indent: 0;
    font-size: 18px;
    width: 15px;
}

.news-wrapper .box-news-subpage .box-news-inner .article .actions .fonts {
    float: none;
    padding: 0 10px 0 0;
    width: auto;
    height: auto;
    display: flex;
    border-left: none;
    border-right: 1px solid #3d3d3d;
}

.news-wrapper .box-news-subpage .box-news-inner .article .actions .fonts li {
    width: 18px;
    color: #3d3d3d;
    text-align: center;
}

.news-wrapper .box-news-subpage .box-news-inner .article .actions .fonts li a {
    color: #3d3d3d;
    font-size: 12px;
}

.news-wrapper .box-news-subpage .box-news-inner .article .actions .fonts li a#f0, .news-wrapper .box-news-subpage .box-news-inner .article .actions .fonts li a#f1, .news-wrapper .box-news-subpage .box-news-inner .article .actions .fonts li a#f2 {
    font-size: 12px;
}

.news-wrapper .box-news-subpage .box-news-inner .article .logo-kontakt {
    padding-top: 30px;
    text-align: center;
}

.news-wrapper .box-news-subpage .box-news-inner .article .logo-kontakt img {
    max-width: 200px;
}

@media (min-width: 1024px) {
    .news-wrapper .box-news-subpage .box-news-inner .article .logo-kontakt {
        max-width: 300px;
        text-align: left;
    }
}

.news-wrapper .box-news-subpage .box-news-inner .article .contact-details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.news-wrapper .box-news-subpage .box-news-inner .article .contact-details li {
    display: block;
    color: #3d3d3d;
    font-size: 15px;
    line-height: 22px;
}

@media (min-width: 1024px) {
    .news-wrapper .box-news-subpage .box-news-inner .article .contact-details {
        text-align: left;
    }
}

.news-wrapper .box-news-subpage .box-news-inner .article .contact-wrapper {
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
    width: 100%;
    margin: 20px 0 0;
}

.news-wrapper .box-news-subpage .box-news-inner .article .contact-wrapper .person-details {
    text-align: center;
}

@media (min-width: 1024px) {
    .news-wrapper .box-news-subpage .box-news-inner .article .contact-wrapper .person-details {
        text-align: left;
    }
}

.box-sidebar {
    position: relative;
}

.box-sidebar .box {
    width: 100%;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}

.box-sidebar .box.box-vip {
    background: url("/images/laureaci-vip.jpg") #db1b1d no-repeat left center;
    display: none;
}

.box-sidebar .box.box-vip .tresc-left {
    width: 50%;
    margin-left: 50%;
}

.box-sidebar .box.box-vip .tresc-left h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

@media (min-width: 1024px) {
    .box-sidebar .box.box-vip {
        display: block;
    }
}

.box-sidebar .box.worth-read {
    padding: 0;
}

.box-sidebar .box.worth-read h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px;
    margin-bottom: 0;
}

.box-sidebar .box.worth-read .box-read-inner {
    padding: 20px;
    width: 100%;
    margin: 0;
    border: none;
}

.box-sidebar .box.worth-read .box-read-inner h3 {
    font-size: 18px;
    font-weight: 400;
}

.box-sidebar .box.worth-read .box-read-inner .desc {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.box-sidebar .box.worth-read .more {
    padding: 0 20px 20px;
}

.box-sidebar .box.box-network {
    padding: 0;
    margin-bottom: 0;
}

.box-sidebar .box.box-network .social {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

.box-sidebar .box.box-network .social li {
    width: 50%;
    height: 100px;
    list-style-type: none;
}

.box-sidebar .box.box-network .social li a {
    display: block;
    height: 100%;
}

.box-sidebar .box.box-network .social li a.facebook {
    background: url("/images/fb-bg.jpg") #325c9f no-repeat center;
}

.box-sidebar .box.box-network .social li a.youtube {
    background: url("/images/yt-bg.jpg") #fff no-repeat center;
}

.box-sidebar .box .more {
    display: block;
    text-align: left;
}

.box-sidebar .box .more .round-icon {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    padding-left: 3px;
    color: #fff;
}

.box-sidebar .box .more .round-icon:hover {
    opacity: .8;
}

.box-sidebar.on-sub-page .box {
    width: 100%;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}

.box-sidebar.on-sub-page .box.box-vip {
    background: url("/images/laureaci-vip.jpg") #db1b1d no-repeat bottom center;
    background-size: contain;
}

.box-sidebar.on-sub-page .box.box-vip .tresc-left {
    width: 100%;
    margin-left: 0;
    padding-bottom: 200px;
}

.box-sidebar.on-sub-page .box.box-vip .tresc-left h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.box-sidebar.on-sub-page .box.worth-read {
    padding: 0;
}

.box-sidebar.on-sub-page .box.worth-read h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px;
    margin-bottom: 0;
}

.box-sidebar.on-sub-page .box.worth-read .box-read-inner {
    padding: 20px;
    width: 100%;
    margin: 0;
    border: none;
}

.box-sidebar.on-sub-page .box.worth-read .box-read-inner h3 {
    font-size: 18px;
    font-weight: 400;
}

.box-sidebar.on-sub-page .box.worth-read .box-read-inner .desc {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.box-sidebar.on-sub-page .box.worth-read .more {
    padding: 0 20px 20px;
}

.box-sidebar.on-sub-page .box.box-network {
    padding: 0;
    margin-bottom: 0;
}

.box-sidebar.on-sub-page .box.box-network .social {
    display: block;
    list-style-type: none;
    margin-bottom: 0;
}

.box-sidebar.on-sub-page .box.box-network .social li {
    width: 100%;
    height: 40px;
    list-style-type: none;
}

.box-sidebar.on-sub-page .box.box-network .social li a {
    display: block;
    height: 100%;
}

.box-sidebar.on-sub-page .box.box-network .social li a.facebook {
    background: url("/images/fb-bg.jpg") #325c9f no-repeat center;
}

.box-sidebar.on-sub-page .box.box-network .social li a.youtube {
    background: url("/images/yt-bg.jpg") #fff no-repeat center;
}

.box-sidebar.on-sub-page .box .more {
    display: block;
    text-align: left;
}

.box-sidebar.on-sub-page .box .more .round-icon {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    padding-left: 3px;
    color: #fff;
}

.box-sidebar.on-sub-page .box .more .round-icon:hover {
    opacity: .8;
}

.partners {
    position: relative;
    height: 150px !important;
    padding: 10px !important;
    margin: 0 !important;
    display: none;
}

.partners h2 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000 !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    font-family: 'Muli', sans-serif !important;
    line-height: 90px !important;
    padding: 0 !important;
}

.partners .partners-a {
    height: 130px !important;
}

.partners .partners-a .simply-scroll {
    height: 130px !important;
    margin-bottom: 0 !important;
}

.partners .partners-a .simply-scroll .simply-scroll-clip {
    height: 130px !important;
    margin-bottom: 0 !important;
}

.partners .partners-a .simply-scroll .simply-scroll-clip li {
    height: 130px;
    width: 300px;
    text-align: center;
}

.partners .partners-a .simply-scroll .simply-scroll-clip li a {
    display: block;
    text-align: center;
    height: 130px;
}

.partners .partners-a .simply-scroll .simply-scroll-clip li a img {
    margin: 0px auto;
    padding: 0;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

@media (min-width: 1024px) {
    .partners {
        display: block;
    }
}

.archive-mobile {
    display: block;
}

.archive-mobile .btn-archive-mobile {
    padding: 10px 20px;
    border-radius: 15px;
    background: #f5f5f5;
    color: #3d3d3d;
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    margin: 15px 10px;
}

.archive-mobile .btn-archive-mobile:hover {
    color: #db1b1d;
}

@media (min-width: 1024px) {
    .archive-mobile {
        display: none;
    }
}

#footer {
    position: relative;
    padding: 30px 0 10px;
    border-top: 1px solid #f5f5f5;
}

#footer .footer-logo {
    display: block;
    text-align: center;
}

#footer .footer-logo img {
    max-width: 300px;
    display: inline-block;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    #footer .footer-logo {
        text-align: left;
    }
}

#footer .copyright, #footer .contact {
    position: relative;
    width: 100%;
    float: none;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
}

#footer .copyright p, #footer .contact p {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #footer .copyright, #footer .contact {
        text-align: center;
    }

    #footer .copyright p, #footer .copyright .madeby, #footer .contact p, #footer .contact .madeby {
        text-align: center;
    }

    #footer .copyright p span, #footer .copyright .madeby span, #footer .contact p span, #footer .contact .madeby span {
        float: none;
    }
}

#footer .contact {
    border-left: none;
}

#footer .contact p {
    text-align: center;
    display: block;
}

#footer .contact p span {
    float: none;
    display: inline-block;
}

@media (min-width: 1024px) {
    #footer .contact {
        border-bottom: 1px solid #f5f5f5;
        padding: 0;
    }

    #footer .contact p {
        text-align: left;
    }
}

@media (max-width: 768px) {
    #footer .contact {
        text-align: center;
    }

    #footer .contact p {
        text-align: center;
    }
}

#footer .copyright {
    padding: 10px 0;
    text-align: center;
}

@media (min-width: 1024px) {
    #footer .copyright {
        text-align: left;
    }
}

.owl-carousel {
    height: auto;
}

.owl-carousel .item-video, .owl-carousel .item-image {
    height: 370px;
    position: relative;
}

.owl-carousel .item-video .caption-slider, .owl-carousel .item-image .caption-slider {
    position: absolute;
    width: calc(100% - 20px);
    height: 60px;
    padding: 5px 20px;
    color: #fff;
    text-align: left;
    background: #db1b1d;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    overflow: hidden;
}

.owl-carousel .item-video .caption-slider a, .owl-carousel .item-image .caption-slider a {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.owl-carousel .item-video .caption-slider a:hover, .owl-carousel .item-image .caption-slider a:hover {
    opacity: .8;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    display: block;
    line-height: 20px;
}

.owl-carousel .item-video:after, .owl-carousel .item-image:after {
    width: 0;
    height: 0;
    border-bottom: 20px solid #db1b1d;
    border-left: 20px solid transparent;
    position: absolute;
    right: 10px;
    bottom: 70px;
    content: "";
}

.left-col {
    margin-top: 0px;
    /* 	@include  desktop-below{
        margin-top: 20px;
    } */
}

.left-col #left {
    width: 100%;
    float: none;
    margin: 0;
}

.left-col #left .side-nav {
    margin-bottom: 15px;
    padding: 0 10px;
    background: #fff;
    display: none;
}

.left-col #left .side-nav h2 {
    font-size: 14px;
    line-height: 40px;
    padding: 0px;
    background: #fff;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 700;
    font-family: 'Muli', sans-serif !important;
}

.left-col #left .side-nav .side-nav-a {
    background: #fff;
}

.left-col #left .side-nav .side-nav-a li {
    display: block;
    width: 100%;
    float: none;
    font-family: 'Muli', sans-serif !important;
    border-top: none;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #f5f5f5;
    padding: 0;
}

.left-col #left .side-nav .side-nav-a li a {
    float: none;
    width: 100%;
    color: #000;
    font-family: 'Muli', sans-serif !important;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    background: transparent;
}

.left-col #left .side-nav .side-nav-a li.active a {
    background: #fff;
    color: #db1b1d;
}

@media (min-width: 1024px) {
    .left-col #left .side-nav {
        display: block;
    }
}

.main-col #main {
    float: none;
    width: 100%;
}

.main-col .search-form {
    width: 100%;
    padding: 0;
}

.main-col .search-form .add-company {
    display: block;
    text-align: left;
    margin: 0 0 10px;
    float: none;
    color: #db1b1d;
    font-weight: 600;
}

.main-col .search-form .add-company:hover {
    opacity: .7;
}

.main-col .search-form h6 {
    color: #480001;
    margin-top: 20px;
    font-weight: 300;
}

.main-col .search-form h6 strong {
    font-weight: 600;
}

.main-col .search-form .offer-desc {
    border: 2px solid #480001;
    width: 100%;
    padding: 10px;
    color: #3d3d3d;
    text-align: left;
    margin-bottom: 20px;
}

.main-col .search-form .offer-desc h6 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #480001;
    text-transform: uppercase;
}

.main-col .search-form .offer-desc p {
    font-size: 13px;
    line-height: 20px;
}

.main-col .search-form .regulamin {
    font-size: 12px;
    line-height: 18px;
    color: #3d3d3d;
    text-align: justify;
    margin: 20px 0;
}

.pagination {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    height: auto;
    text-align: center;
    overflow: visible;
}

.pagination ul.pagination-a {
    float: none;
    list-style: none;
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagination ul.pagination-a li {
    float: none;
    position: relative;
    right: inherit;
    height: auto;
}

.pagination ul.pagination-a li a {
    color: #000;
    font-size: 14px;
    line-height: 29px;
    float: none;
    padding: 0px;
    text-align: center;
    border: none;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: block;
    font-weight: 600;
}

.pagination ul.pagination-a li a.active, .pagination ul.pagination-a li a:hover {
    background: #db1b1d;
    border-radius: 100%;
    color: #fff;
}

.pagination ul.pagination-a li.prev, .pagination ul.pagination-a li.next {
    display: none;
}

.right-col #right {
    float: none;
    width: 100%;
}

.read-also-art {
    position: relative;
    padding: 20px;
    display: none;
}

.read-also-art h2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .read-also-art h2 {
        text-align: left;
        font-size: 24px;
        line-height: 32px;
    }
}

.read-also-art .read-also-inner {
    border: none;
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 0;
    height: auto;
}

.read-also-art .read-also-inner h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.read-also-art .read-also-inner p.desc {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .read-also-art {
        padding: 40px 20px;
        display: block;
    }
}

div.popup {
    bottom: 20px;
    right: 20px;
    background: #3d3d3d;
    padding: 10px;
    height: auto;
    visibility: hidden;
}

div.popup p.next-news {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    padding-right: 30px;
}

div.popup p.next-news a {
    color: #fff;
    font-size: 14px;
    display: block;
}

div.popup .news {
    width: 100%;
    display: flex;
}

div.popup .news .primary {
    width: 30% !important;
}

div.popup .news .primary p a {
    display: block;
}

div.popup .news .primary p a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

div.popup .news .secondary {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
}

div.popup .news .secondary h3 {
    font-size: 15px;
}

div.popup .news .secondary .more {
    position: relative !important;
    left: inherit !important;
    bottom: inherit !important;
    width: 100%;
    text-align: right;
}

div.popup .news .secondary .more a {
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
    display: inline-block;
}

div.popup p.close {
    top: 13px;
}

@media (min-width: 1024px) {
    div.popup {
        visibility: visible;
    }
}

.contact-wysywig .person-details h5 {
    font-size: 17px;
    margin-bottom: 5px;
}

.contact-wysywig .person-details a {
    color: #db1b1d;
}

.contact-wysywig .person-details a:hover {
    opacity: .7;
}

.content_map {
    position: relative;
    height: 400px;
    width: calc(100% + 40px);
    margin: 20px -20px 10px;
}

.content_map #mapa-map {
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
    .content_map {
        margin-bottom: -10px;
    }
}

.contact-form, .search-form {
    width: 100%;
}

.contact-form .form-control, .search-form .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px;
}

.contact-form .form-control:focus, .contact-form .form-control:active, .search-form .form-control:focus, .search-form .form-control:active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.08);
}

.contact-form textarea, .search-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #f5f5f5;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.contact-form textarea:focus, .contact-form textarea:active, .search-form textarea:focus, .search-form textarea:active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.08);
}

.contact-form .inputy-check, .search-form .inputy-check {
    color: #3d3d3d;
}

::-webkit-input-placeholder {
    color: #3d3d3d;
    opacity: .6;
    font-size: 14px;
    font-weight: 400;
}

::-moz-placeholder {
    color: #3d3d3d;
    opacity: .6;
    font-size: 14px;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #3d3d3d;
    opacity: .6;
    font-size: 14px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #3d3d3d;
    opacity: .6;
    font-size: 14px;
    font-weight: 400;
}

.company-desc {
    position: relative;
}

.company-desc .contact-map .map {
    float: none;
    width: 100%;
    height: 350px;
}

.company-desc .contact-map .logo {
    text-align: left;
    padding-top: 20px;
}

.company-desc .contact-map h5 {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.company-desc .contact-map h5:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0px;
    background: #480001;
}

.company-desc .contact-map ul {
    width: 100%;
    float: none;
    line-height: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.company-desc .contact-map ul li + li > h5 {
    margin-top: 20px;
}

.company-desc .contact-map ul li.phone, .company-desc .contact-map ul li.email, .company-desc .contact-map ul li.www {
    padding-left: 0;
    background: transparent;
}

.company-desc .contact-map ul li i {
    padding-right: 10px;
    color: #480001;
}

.company-desc .contact-map ul li a {
    color: #3d3d3d;
}

.company-desc .contact-map ul li a:hover {
    color: #480001;
}

.galeria-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeria-img a {
    border: 3px solid #f5f5f5;
    margin: 0 2px 5px;
}

.galeria-img a:hover {
    opacity: .7;
}

@media (min-width: 1024px) {
    .galeria-img {
        justify-content: flex-start;
    }
}

table {
    margin-top: 20px;
}

td, tr > td {
    font-size: 14px;
}

.recommended-stores {
    display: flex;
    padding: 2rem;
    margin-bottom: 1rem;
}

.recommended-stores-desc {
    font-size: small;
    width: 70%;
    margin-left: 2rem;
}

.recommended-stores-img {
    width: 30%;
}

.recommended-stores-img img {
    margin: auto;
    display: block;
}

@media (max-width: 991px) {
    .recommended-stores {
        display: block;
    }

    .recommended-stores-img {
        width: 100%;
        margin-bottom: 2rem;
    }

    .recommended-stores-desc {
        width: 100%;
        margin-left: 0;
    }

    .recommended-stores-img img {
        max-width: 70%;
    }
}

.company-search-voivodeship {
    background-color: whitesmoke;
    padding: 2rem;
    margin-bottom: 2rem;
}

.company-search-voivodeship select {
    margin-bottom: 0 !important;
}

.company-search-voivodeship-submit {
    display: flex;
    align-items: center;
}

.company-search-voivodeship-submit input[type='submit'] {
    width: 100%;
    background-color: #005caf !important;
}

.company-search-voivodeship-categories {
    justify-content: center;
}

.patronage h5 {
    color: #000;
    text-align: center;
    font-size: small;
}

.patronage-items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.patronage-items img {
    display: block;
    margin: auto 0.4rem;
}

@media (max-width: 991px) {
    .company-search-voivodeship input[type='submit'] {
        margin-top: 1rem;
    }
    .patronage-items {
        display: block;
    }
    .patronage-items img {
        display: block;
        margin: auto;
    }
}

#tagline {
    text-align: center !important;
}


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