html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, p {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
table {
    border-collapse: collapse;
}
.clear {
    clear: both;
}
.toright {
    text-align: right;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.text a {
    color: #343434;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #000;
    text-decoration: underline;
}

.left {
    float: left !important;
}
.right {
    float: right !important;
}
sub {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}
input,
textarea {
    padding: 0 16px;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    background-color: #fff;
    color: #3e3e3e;
    font-size: 14px;
    font-family: 'Roboto';
}
*:not([id^=fancybox]) {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
body {
    background-color: #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.inner {
    margin: 0 auto;
    width: 1140px;
}
.text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text ul li {
    padding-left: 29px;
    background: url('../images/kropa.png') no-repeat 10px 13px transparent
}
/*header*/

.change_site {
    width: 100%;
    height: 52px;
    background-color: #141c88;
}
.red.change_site {
    width: 100%;
    height: 52px;
    background-color: #cc0000;
}
.change_site > div {
    display: flex;
    height: 52px;
    justify-content: space-between;
    align-items: center;
}
.left_col {
    padding-left: 57px;
    background: url('../images/top_ico_p.png') no-repeat left center transparent;
    background-size: 34px;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
}
.red .left_col {
    background: url('../images/top_ico_r.png') no-repeat 5px center transparent;
}
.right_col {
}
.right_col .home-link {
    display: block;
    padding-right: 63px;
    width: 230px;
    height: 35px;
    border: 0;
    background: url('../images/top_bg_right.png') no-repeat center center transparent;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
}
.logo_bg {
    display: flex;
    width: 100%;
    height: 144px;
    border: 1px solid #d5d5d5;
    justify-content: center;
    align-items: center;
}
.lang {
}
.lang a {
    display: block;
    float: left;
    margin-right: 10px;
}
.lang a.active,
.lang a:hover {
    border-bottom: 2px solid #fff;
}
.lang a:last-child {
    margin-right: 0px;
}
.lang a img {
    width: 25px;
    height: 15px;
}
.subpage .logo_bg {
    height: 114px;
}
#menu {
    position: relative;
    text-transform: uppercase;
}
#menu > div > ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 68px;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}
#menu > div > ul > li {
    display: flex;
    margin: 0;
    padding: 0;
    height: 68px;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    /*position: relative;*/
}
#menu > div > ul > li > a {
    display: block;
    color: #404040;
    font-weight: 500;
    font-size: 13px;
    line-height: 68px;
}
#menu > div > ul > li.active > a,
#menu > div > ul > li:hover > a {
    color: #1c3f87;
    font-weight: 500;
    font-size: 13px;
}
#menu > div > ul > li div {
    position: absolute;
    top: 0;
}
#menu > div > ul > li ul {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 100;
    display: none;
    padding: 20px 0px;
    background-color: #000;
    list-style: none;
}
#menu > div > ul > li ul > li > a {
    display: block;
    padding: 0 40px;
    color: #fff;
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
    line-height: 38px;
}
#menu > div > ul > li ul > li:hover > a {
    color: #e40613;
    font-weight: 500;
    font-size: 13px;
}
#menu > div > ul > li:hover div.poziome {
    top: 0;
    right: 0;
    left: 0;

}
#menu > div > ul > li:hover ul.poziome {
    display: flex;
    /*    left: -189px;*/
    padding: 10px 10px;
    width: 1140px;
    /*height: 70px;*/
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
#menu > div > ul > li ul.poziome a {
    display: block;
    padding: 0;
    padding: 0 15px;
    line-height: 50px;
}
/*body*/

.apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    transition: all 500ms ease-in-out;
}
.slider .active .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 500ms ease-in-out;
}
.slider {
    overflow: hidden;
    margin-bottom: 73px;
    background-color: #000;
}
.slider .robal-dots {
    position: absolute;
    top: 43.3%;
    left: 3.2%;
}
.slider .robal-dots span {
    display: block;
    margin: 14px 0;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
}
.slider .robal-dots .active span {
    background-color: transparent;
}
.slider .slide {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 690px;
    background: no-repeat center center #000;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/*.subpage .slider .slide { background-size: 100%; }*/

.slider .slide span.big {
    display: none;
    margin-bottom: 35px;
    width: 590px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 47px;
    font-size: 47px;
    line-height: 57px;
}
.slider .active .slide span.big {
    display: block;
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    animation: moveUp 3s ease-in-out both;
}
@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
        opacity: 0;
    }
    66% {
        -webkit-transform: translateY(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}
@-moz-keyframes moveUp {
    0% {
        -moz-transform: translateY(40px);
    }
    100% {
        -moz-transform: translateY(0px);
    }
}
@-o-keyframes moveUp {
    0% {
        -o-transform: translateY(40px);
    }
    100% {
        -o-transform: translateY(0px);
    }
}
@-ms-keyframes moveUp {
    0% {
        -ms-transform: translateY(40px);
    }
    100% {
        -ms-transform: translateY(0px);
    }
}
@keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px);
        opacity: 0;
    }
    66% {
        -webkit-transform: translateY(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}
.slide span.small {
    display: none;
    margin-bottom: 66px;
    width: 580px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    font-size: 17px;
    line-height: 30px;
}
.active .slide span.small {
    display: block;
    -webkit-animation: fadeIn 3s linear 0.5s both;
    -moz-animation: fadeIn 3s linear 0.5s both;
    -ms-animation: fadeIn 3s linear 0.5s both;
    -o-animation: fadeIn 3s linear 0.5s both;
    animation: fadeIn 3s linear 0.5s both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes Kb {
    0% {
        opacity: .2;
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}
@keyframes Kb {
    0% {
        opacity: .2;
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}
.mouse {
    position: absolute;
    right: 0;
    bottom: 46px;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 0px;
    width: 20px;
    height: 35px;
    background: url('../images/mysz6.png') no-repeat center center transparent;
}
.mouse > span.dot {
    display: block;
    margin: 0 auto;
    width: 5px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-animation: Kb 1.2s infinite;
    animation: Kb 1.2s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
section.first {
    overflow: hidden;
    margin-bottom: 31px;
}
.first article {
    position: relative;
    margin-bottom: 50px;
}
.main .first article > img {
    float: left;
    width: 100%;
}
.main article .image {
    position: relative;
    overflow: hidden;
}
.main article .image .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    transition: all 500ms ease-in-out;
}
.main article:hover .image .apla,
.main article.active .image .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 500ms ease-in-out;
}
.text_site .text_bg,
.work .text_bg,
.news .text_bg,
.main .text_bg {
    overflow: hidden;
    padding: 43px 35px 0 30px;
    min-height: 213x;
    border: 1px solid #d5d5d5;
    border-top: 0;
}
.work .text_bg {
    border-top: 1px solid #d5d5d5;
}
.text_site .text_bg .title,
.news .text_bg .title,
.main .text_bg .title,
.main .text_bg h2 {
    display: inline-block;
    /*min-height: 49px;*/
    max-height: 60px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    transition: all 500ms ease-in-out;
}
.main.first article.active .title,
.main.first article:hover .title {
    color: #e40613;
    transition: all 500ms ease-in-out;
}
.main.first article:hover:not(.active) {
    cursor: pointer;
}
.main article.active .cross-white {
    display: block;
}
.text_site .text_bg .text,
.news .text_bg .text,
.main .text_bg .text {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 16px;
    width: 100%;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.text_bg .text td {
    vertical-align: middle;
}
.news .text_bg .text,
.main .text_bg .text {
    height: 60px;
}
.news .text_bg.only_big .text {
    min-height: initial;
    height: auto;
}
.text_site .text_bg a.btn-more,
.news .text_bg a.btn-more,
.main .text_bg a.btn-more,
.files .text_bg a.btn-more {
    position: relative;
    overflow: hidden;
    color: #e40613;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    transition: all 1s;
}
.text_site .text_bg a.btn-more:before,
.news .text_bg a.btn-more:before,
.main .text_bg a.btn-more:before,
.files .text_bg a.btn-more:before,
form button:before {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 1px;
    background-color: #e40613;
    content: "";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.first article:not(.active):hover a.btn-more:before,
.text_site .text_bg a.btn-more:hover:before,
.news .text_bg a.btn-more:hover:before,
.main .text_bg a.btn-more:hover:before,
.files .text_bg a.btn-more:hover:before,
form button:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.main .text_bg .long_text {
    margin-top: 8px;
    height: inherit;
    color: #797979;
    font-size: 14px;
    line-height: 28px;
}
.main .text_bg .long_text strong {
    color: #000;
    font-weight: 500;
}
.gallery {
    display: flex;
    margin-top: 34px;
    margin-right: -50px;
    margin-bottom: 16px;
    margin-left: -32px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-basis: 33%;
}
.gallery a {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}
.gallery a .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 500ms ease-in-out;
}
.gallery a:hover .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 500ms ease-in-out;
}
.long_text_bg {
    position: relative;
    display: none;
}
.main .text_bg a.btn-more.active {
    display: inline-block;
    margin-bottom: 34px;
}
.cross-red {
    position: absolute;
    right: -11px;
    bottom: -40px;
    width: 27px;
    height: 27px;
    background: url('../images/cross-red.png') no-repeat center center transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.cross-red:hover {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=15);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.first article:not(.active):hover .cross-white,
.cross-white:hover {
    display: block;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=15);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cross-white {
    position: absolute;
    top: 349px;
    right: 25px;
    width: 27px;
    height: 27px;
    background: url('../images/cross-white.png') no-repeat center center transparent;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*footer*/

.logos_bg {
    overflow: hidden;
    height: 100px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.logos {
    height: 214px;
}
.logos .robal-stage {
    display: flex;
    height: 100%;
    align-items: center;
}
.logos .item {
    margin: 0 50px;
}
.logos .robal-stage-outer {
    height: 100%;
}
footer > div {
    display: flex;
    height: 76px;
    justify-content: space-between;
    align-items: center;
}
.copyright_right,
.copyright_left {
    display: block;
    color: #797979;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
}
.copyright_right a {
    display: block;
    color: #797979;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
}
.copyright_right a:hover {
    text-decoration: underline;
}
/*subpage*/

.subpage header {
    position: relative;
}
.submenu_bg {
    position: absolute;
    bottom: -68px;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    background-color: #000;
}
#submenu ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 68px;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}
#submenu ul li {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
.subpage .slider .robal-dots {
    position: absolute;
    top: 31%;
    left: 3.2%;
}
/*tekstowa*/

.subpage .slider {
    overflow: hidden;
    margin-bottom: 73px;
}
.subpage .slide {
    height: 490px;
}
.subpage .slide span.big {
    margin-bottom: 35px;
    width: inherit;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 47px;
    line-height: 57px;
}
.subpage .slide span.small {
    margin-bottom: 19px;
    width: inherit;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}
.text_site .text img {
    margin-top: 7px;
    margin-right: 29px;
    border-bottom: 0;
}
.text_site .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text_site .text ul li {
    padding-left: 29px;
    background: url('../images/kropa.png') no-repeat 10px 13px transparent
}
.text_site article .text_bg {
    padding: 43px 35px 44px 30px;
}
nav#submenu {
    margin: 0 auto;
    width: 98.5%;
}
/*news*/

.news h2 {
    margin: 24px 0;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.news .text {
    margin: 24px 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.news .big {
    display: flex;
    margin-bottom: 6px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.news .big article {
    margin-bottom: 55px;
    max-width: 530px;
    flex-grow: 1;
}
.news .big article:nth-child(odd) {
    margin-right: 80px;
}
.news .big article:nth-child(even) {
    float: right;
}
.news .big article .text_bg {
    padding: 20px 35px 31px 30px;
    border: 0px;
}
/*.news .big article .text_bg .title,*/
/*.news .big article .text_bg .text {*/
/*margin-bottom: 24px;*/
/*min-height: 60px;*/
/*}*/

.news .big article .text_bg .data {
    float: right;
    margin-right: -11px;
    padding-left: 24px;
    background: url(../images/clock.png) no-repeat left center transparent;
    color: #979797;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
}
.news article {
    border: 1px solid #d5d5d5;
}
.news article > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.news article .image {
    position: relative;
    overflow: hidden;
    margin: -1px;
}
.news article:hover .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.news .small {
    display: flex;
    margin-right: -1%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}
.news .small article {
    margin-right: 1%;
    margin-bottom: 13px;
    max-width: 24%;
    flex-grow: 1;
}
.news .small article .text_bg {
    padding: 42px 15px 24px 24px;
    border: 0;
}
.news .small article .text_bg .title {
    min-height: 85px;
}
.news .small article .text_bg .text {
    height: 89px;
}
.news .small article .text_bg .data {
    position: relative;
    bottom: 3px;
    float: right;
    margin-right: 8px;
    padding-left: 24px;
    background: url(../images/clock.png) no-repeat left center transparent;
    color: #979797;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
}
.news_button {
    display: flex;
    margin-bottom: 8px;
    width: 100%;
    height: 175px;
    justify-content: center;
    align-items: center;
}
.btn-arch {
    width: 180px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #fff;
    color: #797979;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    transition: all 500ms ease-in-out;
}
.btn-arch:hover {
    width: 180px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #797979;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    transition: all 500ms ease-in-out;
}
.news_button ul {
    display: flex;
    list-style: none;
    justify-content: center;
}
.news_button li {
    width: 51px;
    font-size: 14px;
}
.news_button li.active,
.news_button li:hover {
    text-decoration: underline;
    font-weight: 900;
}
.news_button li a, .news_button li a:hover, .news_button li a:active {
    color: #000;
}
/*pliki*/

.files h2 {
    margin: 24px 31px 23px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.files article {
    position: relative;
    display: inline-flex;
    margin: 0 28px 25px 29px;
    max-width: 502px;
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #d5d5d5;
    justify-content: space-between;
}
.files article::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    border-bottom: 1px solid #e40613;
    content: "";
    transition: all 500ms ease-in-out;
}
.files article::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    border-bottom: 1px solid #e40613;
    content: "";
    transition: all 500ms ease-in-out;
}
/*.work .col_left li:hover::after {width: 100%; transition: all 500ms ease-in-out;}*/

.files article:hover::after {
    left: 50%;
    width: 50%;
    transition: all 500ms ease-in-out;
}
.files article:hover::before {
    right: 50%;
    width: 50%;
    transition: all 500ms ease-in-out;
}
.files article:nth-child(even) {
    float: right;
}
.files .text_bg .title {
    display: inline-block;
    width: 100%;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.files .text_bg {
    overflow: hidden;
    padding: 0;
    border: 0;
    border-top: 0;
    flex-grow: 1;
}
.files .icon {
    position: relative;
    margin-top: 3px;
    width: 28px;
    height: 35px;
    background: url('../images/ico-pdf.png') no-repeat center center transparent;
}
.kreska,
.kreska::after,
.kreska::before {
    position: relative;
    display: block;
    margin: 22px auto 0;
    margin-top: 21px;
    width: 20px;
    height: 1px;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 1px;
    background: #fff;
    content: "";
}
.kreska {
    right: 4px;
}
.kreska::after {
    right: -1px;
    bottom: -7px;
}
.kreska::before {
    right: -1px;
    bottom: 5px;
    width: 13px;
}
article:hover .kreska::after {
    width: 10px;
}
article:hover .kreska::before {
    width: 20px;
}
article:hover .kreska {
    right: 4px;
    width: 15px;
}
.kreska,
.kreska:before,
.kreska:after {
    position: absolute;
    transition: all 500ms ease-in-out;
}
/*praca*/

section.first.work {
    display: flex;
    margin-bottom: 77px;
    border: 1px solid #d5d5d5;
    justify-content: space-between;
}
.work h2 {
    margin-bottom: 22px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.work .col_left {
    padding: 24px 30px;
    width: 330px;
    flex-shrink: 0;
}
.work .col_left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.work .col_left li {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e2e2;
}
.work .col_left li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #797979;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.work .col_left li a.active,
.work .col_left li:hover a {
    color: #e40613;
    cursor: pointer;
}
.work .col_right {
    flex-grow: 1;
}
.work .col_left li::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    border-bottom: 1px solid #e40613;
    content: "";
    transition: all 500ms ease-in-out;
}
.work .col_left li::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    border-bottom: 1px solid #e40613;
    content: "";
    transition: all 500ms ease-in-out;
}
/*.work .col_left li:hover::after {width: 100%; transition: all 500ms ease-in-out;}*/

.work .col_left li:hover::after {
    left: 50%;
    width: 50%;
    transition: all 500ms ease-in-out;
}
.work .col_left li:hover::before {
    right: 50%;
    width: 50%;
    transition: all 500ms ease-in-out;
}
.work .col_right {
    padding: 24px 55px;
    padding-bottom: 55px;
    color: #797979;
    font-size: 14px;
    line-height: 28px;
}
.work .col_right strong {
    color: #000;
    font-weight: 500;
}
.work .col_right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.work .col_right ul li {
    padding-left: 29px;
    background: url('../images/kropa.png') no-repeat 10px 13px transparent;
}
.work .col_right a {
    color: #e40613;
    cursor: pointer;
}
.work .col_right a:hover {
    text-decoration: underline;
}
.work .col_right h2 {
    margin-bottom: 19px;
}
/*kontakt*/

section.first.contact {
    margin-bottom: 77px;
    border: 1px solid #d5d5d5;
}
.first.contact article {
    margin-bottom: 3px;
}
.contact h2 {
    margin-top: 23px;
    margin-bottom: 18px;
    margin-left: 29px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.contact .box_list {
    display: flex;
    margin-bottom: 71px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.contact .box_list article {
    margin-bottom: 28px;
    padding: 0 26px;
    min-width: 217px;
    width: 25%;
    color: #797979;
    font-size: 13px;
    line-height: 28px;
}
.contact .box_list article span {
    display: inline-block;
    width: 100%;
}
.contact .box_list.team a, .contact .box_list.team a:hover {
    color: #e2001a;
}
.contact .box_list.team .line1 {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
}
.contact .box_list.team .line4 {
    color: #e2001a;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
}
.contact .box_list.team article:first-child .line3 {
    color: #e2001a;
    font-weight: 600;
    font-size: 20px;
}
.contact .box_list.team img {
    margin-right: 15px;
    width: 58px;
    height: 69px;
}
.contact .box_list.team .line2,
.contact .box_list.team .line3,
.contact .box_list.team .line4 {
    width: 70%;
    /*float: left;*/
}
form {
    margin-bottom: 66px;
}
form h3 {
    margin-bottom: 18px;
    margin-left: 28px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
form .text {
    margin-bottom: 30px;
    margin-left: 28px;
    color: #797979;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
}
form .line_input {
    display: flex;
    margin: 0 28px 20px;
    justify-content: space-between;
}
form .line_input div {
    position: relative;
    width: 32.3%;
}
form .line_input input {
    height: 39px;
    border: 1px solid #d5d5d5;
    background: transparent;
}
form .line_input input:focus {
    border: 1px solid #d5d5d5;
}
.effect-12 ~ .focus-bg {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #ededed;
    transition: 0.3s;
}
.effect-12:focus ~ .focus-bg {
    left: 0;
    width: 100%;
    transition: 0.3s;
}
form .line_textarea {
    position: relative;
    margin: 0 28px 21px;
}
form .line_textarea textarea {
    width: 100%;
    height: 92px;
    background: transparent;
}
form .line_textarea .focus-bg {
    height: 92px;
}
form button {
    position: relative;
    float: right;
    margin: 0px 22px;
    border: 0;
    background: transparent;
    color: #e2001a;
    cursor: pointer;
}
.kontakt-mapa h2 {
    margin-bottom: 18px;
    margin-left: auto;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
/*oferta*/

section.first.offer {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
}
.subpage .offer .slider {
    margin-bottom: 23px;
}
.offer h2 {
    margin-bottom: 18px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 39px;
    /*margin-top: 72px;*/
    /*margin-left: 29px;*/
}
.offer form {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
}
.offer .search {
    padding: 0 40px 0 15px;
    width: 349px;
    height: 39px;
    border: 1px solid #d5d5d5;
    background: transparent;
}
.offer .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    margin: 0;
    width: 33px;
    height: 39px;
    background: url('../images/offer_search.png') no-repeat left center transparent;
}
.second.offer {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;

    max-width: 100vw;
    max-height: 35vw;
    /*    width: 1140px;
        height: 402px;*/
}
.second.offer img.base_img {
    float: left;
}
.second.offer .apla,
.third.offer .apla {
    position: absolute;
    top: 0;
    left: 0;
}
.second.offer .text {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 900;
    font-size: 47px;
    justify-content: center;
    align-items: center;
}
.third.offer {
    overflow: hidden;
}
.cat_bg {
    display: flex;
    margin-right: -15px;
    flex-wrap: wrap;
    justify-content: center;
}
.cat_box {
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    max-width: 370px;
    max-height: 291px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    transition: all 500ms ease-in-out;
    flex-basis: 33%;
    flex-grow: 1;
}
.cat_img {
    display: inline-flex;
    width: 350px;
    height: 210px;
    justify-content: center;
    align-items: center;
}
.cat_box .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 500ms ease-in-out;
}
.cat_title {
    clear: both;
    margin: 24px 20px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    transition: all 500ms ease-in-out;
}
.cat_box:hover .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 500ms ease-in-out;
}
.cat_box:hover .cat_title {
    position: relative;
    color: #FFF;
    transition: all 500ms ease-in-out;
}
.prod_list_bg:nth-child(6n+2) {
    display: none;
    visibility: hidden;
}
.prod_list_bg:nth-child(6n+4) {
    display: none;
    visibility: hidden;
}
.prod_list_bg {
    display: none;
    visibility: hidden;
    overflow: hidden;
    width: 100%;

    height: 0;
    border: 0;
    color: #000;
}
.cat_box.active ~ div.prod_list_bg.active {
    margin-top: 15px;
    margin-bottom: 30px;
    /* height: 200px;*/
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.prod_list_bg .text_bg {
    overflow: hidden;
    padding: 29px 29px;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}
.prod_big_img {
    position: relative;
    overflow: hidden;

    max-width: 100%;
    max-height: 22vw;
    width: 1140px;
    height: 250px;
}
.prod_big_img:hover {
    cursor: pointer;
}
.prod_big_img img.base_img {
    float: left;
}
.prod_big_img .apla {
    position: absolute;
    top: 0;
}
.prod_big_img .text {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 900;
    font-size: 47px;
    justify-content: center;
    align-items: center;
}
.prod_big_img .cross-white {
    top: 20px;
    display: block;
    opacity: 1;
}
.prod_list_bg .text_bg h3 {
    margin-top: 23px;
    margin-bottom: 18px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.prod_list {
    display: flex;
    border-top: 1px solid #d5d5d5;
    flex-wrap: wrap;
    justify-content: center;
}
.prod_box {
    position: relative;
    padding: 10px;
    max-width: 285px;
    max-height: 320px;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
    flex-basis: 25%;
    flex-grow: 1;
}
.prod_box:nth-child(4n+1) {
    border-left: 1px solid #d5d5d5;
}
.prod_img {
    position: relative;
    display: inline-flex;
    width: 267px;
    height: 210px;
    justify-content: center;
    align-items: center;
}
.prod_box:hover .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 500ms ease-in-out;
}
.prod_title {
    position: relative;
    clear: both;
    margin: 24px 20px;
    font-weight: 500;
    font-size: 16px;
    transition: all 500ms ease-in-out;
}
.prod_box:hover .prod_title {
    position: relative;
    color: #FFF;
    transition: all 500ms ease-in-out;
}
/*****************************************************/

.submenu_bg {
    display: none;
}
.events-content .text_layer {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.events-content .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.events-content .text_layer .date {
    margin-top: 25px;
    margin-bottom: 13px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 47px;
    line-height: 57px
}
.events-content .selected .text_layer .date {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    animation: moveUp 2s ease-in-out both;
}
.events-content .text_layer h2 {
    margin: 7px 0 -6px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px
}
.events-content .selected .text_layer h2 {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    animation: moveUp 2s ease-in-out both;
}
.events-content .text_layer .text {
    margin: 2%;
    padding: 0 25%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
}
.events-content .selected .text_layer .text {
    -webkit-animation: fadeIn 1s linear 0.5s both;
    -moz-animation: fadeIn 1s linear 0.5s both;
    -ms-animation: fadeIn 1s linear 0.5s both;
    -o-animation: fadeIn 1s linear 0.5s both;
    animation: fadeIn 2s linear 0.5s both;
}
/*intro*/
.intro {
    position: relative;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
}
.intro .left_top {
    display: flex;
    flex-direction: row;
    float: left;
    padding-right: 215px;
    width: 50%;
    height: 66vh;
    background-color: #616161;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.intro .right_top {
    display: flex;
    flex-direction: row;
    float: right;
    padding-left: 215px;
    width: 50%;
    height: 66vh;
    background-color: #616161;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.intro .left_bottom {
    display: flex;
    flex-direction: row;
    float: left;
    padding-bottom: 14px;
    padding-right: 215px;
    width: 50%;
    height: 34vh;
    background-color: #616161;
    justify-content: center;
    align-content: center;
    /*padding-right: 215px;*/

    flex-wrap: wrap;
}
.intro .right_bottom {
    display: flex;
    flex-direction: row;
    float: right;
    padding-left: 215px;
    padding-bottom: 14px;
    width: 50%;
    height: 34vh;
    background-color: #616161;
    justify-content: center;
    align-content: center;
    /*padding-left: 215px;*/

    flex-wrap: wrap;
}
.intro .left_top:hover {
    background-color: #006492;
}
.intro .right_top:hover {
    background-color: #E60000;
}
.intro .left_bottom:hover {
    background-color: #FFE900;
}
.intro .right_bottom:hover {
    background-color: #0094FF;
}
.intro .left_top h3,
.intro .right_top h3,
.intro .left_bottom h3,
.intro .right_bottom h3 {
    margin-top: 34px;
    margin-bottom: 42px;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 41px;
    line-height: 47px;
}
.intro .left_bottom h3,
.intro .right_bottom h3 {
    margin-top: 0px;
    margin-bottom: 36px;
}
.intro .left_top .text,
.intro .right_top .text,
.intro .left_bottom .text,
.intro .right_bottom .text {
    margin-bottom: 43px;
    width: 80%;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}
.intro .left_bottom .text,
.intro .right_bottom .text {
    margin-bottom: 43px;
    width: 100%;
}

.intro .left_top a,
.intro .right_top a,
.intro .left_bottom a,
.intro .right_bottom a {
    width: 177px;
    height: 35px;
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    transition: all 1s;
}
.intro .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 667px;
    pointer-events: none;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.intro .logo .image {
    margin-top: 45px;
    margin-bottom: 45px;
    width: 416px;
    height: 352px;
}
.intro .logo img {
    width: 100%;
}
.intro .logo h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    line-height: 32px;
}
.intro .logo .text {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}
.intro .left_top a:hover,
.intro .right_top a:hover,
.intro .left_bottom a:hover,
.intro .right_bottom a:hover {
    background-color: #fff;
    color: #000;
    transition: all 1s;
}
.intro .rwd_image {
    display: none;
}
.intro .lang-container {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    text-align: center;
}
.intro .lang-container .lang {
    display: inline-block;
}
/*oferta podglad*/
.oferta_podglad {
    padding-bottom: 77px;
    border-bottom: 1px solid #d5d5d5;
}
.oferta_podglad article.inner {
    position: relative;
}
.oferta_podglad article.inner .cross-red {
    top: 28px;
    right: 29px;
}
.oferta_podglad article.inner .ico-printer {
    position: absolute;
    top: 28px;
    right: 76px;
    width: 26px;
    height: 28px;
    background: url('../images/ico-printer.png') no-repeat center center transparent;
}
.oferta_podglad .customNav {
    display: none;
}
.oferta_podglad .active .customNav {
    display: block;
    width: 100%;
    height: 100%;
}
.oferta_podglad .robal-prev {
    position: absolute;
    top: 50.5%;
    left: -70px;
    z-index: 1;
    width: 24px;
    height: 44px;
    background: url('../images/arrow_left.png') no-repeat center center transparent;
}
.oferta_podglad .robal-next {
    position: absolute;
    top: 50.5%;
    right: -70px;
    z-index: 1;
    width: 24px;
    height: 44px;
    background: url('../images/arrow_right.png') no-repeat center center transparent;
}
.oferta_podglad .text_bg {
    overflow: hidden;
    padding: 30px 30px 48px 27px;
    min-height: 236px;
    border: 1px solid #d5d5d5;
}
.oferta_podglad .text_bg .title {
    display: inline-block;
    margin-bottom: 25px;
    min-height: 49px;
    max-height: 60px;
    color: #000;
    font-weight: bold;
    font-size: 40px;
    line-height: 30px;
}
.oferta_podglad .text_bg .text {
    display: inline-block;
    margin-bottom: 62px;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.subpage .slider_oferta_pod {
    margin: 0 auto;
    margin-bottom: 72px;
}
.subpage .oferta_podglad .slide {
    height: 591px;
}
.subpage .oferta_podglad .robal-item:not(.active) .slide .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
/*.oferta_podglad .robal-carousel .robal-stage-outer { overflow: visible; }
*/
.oferta_podglad .lista article {
    position: relative;
    display: inline-flex;
    margin: 0 0px 17px 0px;
    max-width: 502px;
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #d5d5d5;
    justify-content: space-between;
}
.oferta_podglad .lista article::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    border-bottom: 1px solid #e40613;
    content: "";
    transition: all 500ms ease-in-out;
}
.oferta_podglad .lista article::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    border-bottom: 1px solid #e40613;
    content: "";
    transition: all 500ms ease-in-out;
}
.oferta_podglad .lista article:hover::after {
    left: 50%;
    width: 50%;
    transition: all 500ms ease-in-out;
}
.oferta_podglad .lista article:hover::before {
    right: 50%;
    width: 50%;
    transition: all 500ms ease-in-out;
}
.oferta_podglad .lista article:nth-child(even) {
    float: right;
}
.oferta_podglad .lista .title {
    display: inline-block;
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.oferta_podglad .lista .value {
    display: inline-block;
    width: 100%;
    color: #797979;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.oferta_podglad .lista {
    margin-bottom: 58px;
}
.oferta_podglad .gallery {
    display: flex;
    margin-top: 34px;
    margin-right: -56px;
    margin-bottom: 32px;
    margin-left: -27px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-basis: 33%;
}
.oferta_podglad .gallery a {
    margin-right: 14px;
    margin-bottom: 14px;
}
.oferta_podglad .gallery a img {
    float: left;
}
.oferta_podglad a.btn-more {
    color: #000;
    font-size: 15px;
}
.oferta_podglad a.btn-more:hover {
    color: #e40613;
    font-size: 15px;
}
.oferta_podglad a.btn-more.next {
    float: right;
}
.footer {
    display: flex;
    height: 76px;
    justify-content: space-between;
    align-items: center;
}
.rwd_icons {
    display: none;
    /*width: 172px;*/
    width: 293px;
    height: 51px;
}
.main_ico {
    display: block;
    width: 51px;
    height: 51px;
    border-radius: 4px;
    background-size: 40px !important;
}
.main_red {
    display: block;
    width: 51px;
    height: 51px;
    background: url('../images/main-red.png') no-repeat center center transparent;
}
.main_blue {
    display: block;
    width: 51px;
    height: 51px;
    background: url('../images/main-blue.png') no-repeat center center transparent;
}
.contact-info {
    display: block;
    clear: both;
}
label.error, .contact-info.red {
    color: #e2001a;
}
.contact-info.green {
    color: #0C3;
}
ul.ui-autocomplete {
    font-size: inherit;
    font-family: inherit;
}
ul.ui-autocomplete li.ui-state-focus {
    margin: 0;
    border: none;
    background: #777;
    color: #FFF;
    font-weight: bold;
}
.robal-carousel .robal-item img {
    display: block;
    max-width: initial;
    max-height: initial;
    width: auto;
    -webkit-transform-style: preserve-3d;
}
/**
* ------------------- historia nowa ----------------
*/

.big-images .slide {
    width: 100%;
    height: 920px;
}
.big-images .robal-item img {
    display: block;
    margin: 0 auto;
    max-width: initial;
    max-height: initial;
    width: auto;
    -webkit-transform-style: preserve-3d;
}
.big-images .slide .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.big-images .text_layer {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.big-images .text_layer {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.big-images .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.big-images .text_layer .date {
    margin-top: 25px;
    margin-bottom: 13px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 47px;
    line-height: 57px
}
.big-images .active .text_layer .date {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    animation: moveUp 2s ease-in-out both;
}
.big-images .text_layer h2 {
    margin: 7px 0 -6px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px
}
.big-images .active .text_layer h2 {
    -webkit-animation: moveUp 1s ease-in-out both;
    -moz-animation: moveUp 1s ease-in-out both;
    -ms-animation: moveUp 1s ease-in-out both;
    -o-animation: moveUp 1s ease-in-out both;
    animation: moveUp 2s ease-in-out both;
}
.big-images .text_layer .text {
    margin: 2%;
    padding: 0 25%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
}
.big-images .active .text_layer .text {
    -webkit-animation: fadeIn 1s linear 0.5s both;
    -moz-animation: fadeIn 1s linear 0.5s both;
    -ms-animation: fadeIn 1s linear 0.5s both;
    -o-animation: fadeIn 1s linear 0.5s both;
    animation: fadeIn 2s linear 0.5s both;
}
/*.thumbs .owl-item.current:first-child .dot ,*/
/*.thumbs .owl-item:not(.current) + .owl-item.current .slide .dot*/

.thumbs .owl-item.active:first-child .dot,
.thumbs .owl-item.current .dot,
.thumbs .owl-item:hover .dot {
    background-color: red;
    cursor: pointer;
}
.pos-rel {
    position: relative;
    padding: 0 40px;
}
.thumbs {
    position: absolute;
    top: -150px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
}
.thumbs .slide {
    position: relative;
    height: 100px;
    color: #fff;
    text-align: center;
}
.thumbs .slide .dot {
    position: absolute;
    top: 44%;
    right: auto;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background-color: #000;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}
.thumbs .slide .dot-inner {
    position: absolute;
    top: 3px;
    left: 3px;

    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.big-images .owl-controls {
    position: absolute;
    top: 49%;
    right: 60px;
    left: 60px;
}
.thumbs .owl-controls {
    position: absolute;
    top: 51px;
    right: 0;
    left: 0;
}
.big-images .owl-nav > div,
.thumbs .owl-nav > div {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    top: 50%;
    bottom: auto;
    z-index: 1;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border: 2px solid #dfdfdf;
    border-radius: 50%;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    /* replace text with an icon */
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.big-images .owl-nav > div::after,
.thumbs .owl-nav > div::after {
    /* arrow icon */
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 16px;
    height: 16px;
    background: url(../img/cd-arrow.svg) no-repeat 0 0;
    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.big-images .owl-nav > div.owl-prev,
.thumbs .owl-nav > div.owl-prev {
    left: -50px;
    opacity: 0.4;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.big-images .owl-nav > div.owl-next,
.thumbs .owl-nav > div.owl-next {
    right: -50px;
    opacity: 0.4;
}
.big-images .owl-nav > div.owl-prev:hover,
.big-images .owl-nav > div.owl-next:hover,
.thumbs .owl-nav > div.owl-prev:hover,
.thumbs .owl-nav > div.owl-next:hover {
    opacity: 1;
}
.no-touch .thumbs .owl-nav > div:hover {
    border-color: #7b9d6f;
    opacity: 1;
}
.thumbs .owl-nav > div.inactive {
    cursor: not-allowed;
}
.thumbs .owl-nav > div.inactive::after {
    background-position: 0 -16px;
}
.no-touch .thumbs .owl-nav > div.inactive:hover {
    border-color: #fff;
    opacity: 1;
}
.thumbs.owl-carousel .owl-stage-outer:before {
    position: absolute;
    top: 51%;
    right: 0;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 2px;
    background: red;
    content: '';
}
.thumbs.owl-carousel .owl-stage-outer .owl-stage > span {
    position: absolute;
    top: 51%;
    right: 0;
    bottom: 0;
    left: 0%;
    z-index: -1;
    visibility: visible;
    width: 100%;
    height: 2px;

    background: #dfdfdf;
    content: '';
    transition: transform 0.3s;
    transform: translateX(40px);
}

nav#menu li.star {
    border: 2px solid;
    padding: 10px;
    border-color: #d5d5d5;
    border-radius: 24px;
    height: 36px;
}

.filters {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
}
.filters .filter-holder {
    margin: 0 10px;
    display: inline-block;
    overflow: hidden;
}
.filters a {
    width: 110px;
    float: left;
    margin: 0 5px 10px;
    text-align: center;
}
.filters a img { display: block; margin: 0 auto 5px; }
.filters a:hover img, .filters a img.hover { display: none; }
.filters a:hover img.hover { display: block; }

.cat_box {
    transform: scaleY(0);
}
.cat_box.visible {
    transform: scaleY(1);
}

.copyright_left .footer-btn:first-child {
	margin-left: 2em;
}
.copyright_left .footer-btn img {
	vertical-align: middle;
}

.text_site .text img {
    margin-top: 7px;
    margin-right: 29px;
}

.tileimage {
    width: 100%;
    margin-bottom: -10px;
    border: 1px solid #d5d5d5;
}

.tileimage1 {
    width: 100%;
    margin-bottom: -10px;
    border: 1px solid #d5d5d5;
}

.tile {
    width: 32%;
    float: left;
    margin-right: 20px;
}

.tile {
    width: 32%;
    float: left;
    margin-right: 20px;
    height: 512px;
	margin-top: -30px;
}

.tile1 {
    width: 32%;
    float: left;
    height: 512px;
	margin-top: -30px;
}

.img {
    width: 100%;
}

@media (max-width: 1139px){
.text img {
    max-width: 100%;
    height: auto !important;
}
}

@media (max-width: 680px){
.tile {
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
	margin-top: 10px;
}
}


@media (max-width: 680px){
.tile1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
	margin-top: 10px;
}
}

.text_bd {
    overflow: hidden;
    padding: 20px 35px 20px 30px!important;
    border: 1px solid #d5d5d5;
}

.button-more {
    float: right;
}

.text_bd a.button-more {
    color: #e40613;
}