
body {
    color: #000;
    font-family: 'Lato', sans-serif;
}
/*-------- KLASA ŻAŁOBNA, NALEŻY DODAĆ DO BODY --------------*/
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*
Długość trwania animacji
*/
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
em {
    padding-right: 2px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}

.btn,
button,
a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover, a:focus {
    text-decoration: none;
}
.container {
    clear: both;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1510px;
    width: 100%;
}
.container-big {
    max-width: 1660px;
}
#page {
    overflow: hidden;
}
/**
 * HEADER
 */
.header-phone a * {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header-phone {
    float: right;
    padding: 29px 0;
}
.right-part {
    position: relative;
    width: 7.8%;
    float: right;
}
.left-part {
    position: relative;
    width: 92.2%;
    float: left;
}
header .left-part {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;

    /*max-width: 1920px;*/
    /*margin: 0 auto;*/
}
.header{
    max-width:1920px;
    margin: 0 auto;
}
.logo {
    float: left;
    padding: 10px 3px;
}
.logo-second {
    float: left;
    padding: 22px 5.7vw 18px;
}
.logo a {
    display: block;
}
.logo a img {
    display: block;
    float: left;
}
#main-menu ul {
    display: inline-block;
}
#main-menu {
}
#main-menu .line:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #cab002;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.logo,
.logo-second,
.header-phone {
    display: block;
    position: relative;
    z-index: 2;
}
.header-phone a {
    overflow: hidden;
}
.phone-texts {
    float: left;
}
.phone-texts .number {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    letter-spacing: 0.05em;
    color: #fff;
}
.phone-texts .caption {
    white-space: nowrap;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #fff;
}
.phone-icon img {
    display: block;
    width: 100%;
}
.phone-icon {
    padding: 10px 15px 5px 2px;
    float: left;
    width: 30px;
    height: 40px;
}
#main-menu .line {
    height: 1px;
    position: absolute;
    display: block;
    bottom: -1px;
    transition-duration: 0.5s;
    z-index: 900;
}
.subpage #content{
    padding-top: 100px;
}
#main-menu .active a {
    color: #cab002;
}
#main-menu a {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #fff;
    display: block;
    padding: 34px 5px 35px;
}
#main-menu {
    position: relative;
}
#main-menu ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
}
#main-menu ul li ul {
    display: none;
}
#main-menu ul li:hover ul {
    display: block;
}
/**
 * CONTENT
 */
header .left-part {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
header.sticky .left-part {
    background: rgba(41, 47, 64, 0.6);
}
.subpage header .left-part,
header.sticky.underSlider .left-part {
    background: #292f40;
}
#content {
    overflow: hidden;
}
.text a {
    color: inherit;
    font-weight: bold;
}
.text {
    overflow: visible;
}
footer {
}
.rwd-menu .social-list {
    display: none;
}
/**
 * FORM
 */

form.form {
    /* padding: 15px 0; */
}
/* INPUTY */
.form .form-control {
    /* font-size: 14px; */
}
/* TEXTAREA */
.form textarea.form-control {
    /* height: 130px; */
}
/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 12px; */
}
/* ZAOKRĄGLENIA INPUTÓW */
.form .form-control {
    /* border-radius: 0; */
}
.form button.captcha-refresh {
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}
/**
 * MAP POINT
 */

.map-point .custom-map-wrapper {
    position: relative;
}
.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}
.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}
/*
    Sekcja logotypów
 */
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}
.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: 22px;
    line-height: 100px;
    vertical-align: middle;
}
.logotypes-slider-container {
    height: 100px;
}
.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}
.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}
/**
    Sociale
*/

.social-list > ul {
    font-size: 0;
    padding: 29px 0 28px;
    background: #fff;
    text-align: center;
}
.social-list > ul > li {
    display: inline-block;
    text-align: center;
    padding: 2px 5px;
}
.social-list > ul > li > a:hover {
    color: #fff;
    background: #cab002;
}
.social-list > ul > li > a {
    font-size: 20px;
    line-height: 38px;
    width: 40px;
    display: block;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #cab002;
}
/*
    Menu językowe
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 25px 0 25px 20px;
    border-radius: 6px 6px 0 0;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}
.langs-menu ul {
    opacity: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 6px 6px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
}
.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}
.langs-menu a {
    display: block;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    width: 21px;
    height: 13px;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lang {
    padding: 5px 15px;
    font-size: 0;
}
.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
}
.lang .langs-menu-long {
    display: none;
}
.lang-button {
    position: relative;
    cursor: pointer;
}
.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 20px;
    transition: all 0.4s;
    line-height: 12px;
}
.langs-menu.active .lang-button .arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.langs-menu-icon img {
    max-width: 100%;
}
/**
 * ARTICLE
 */
.article-content .h2{
    margin-bottom: 34px;
}
.article-image:before {
    position: absolute;
    right: 8%;
    bottom: 0;
    width: 60px;
    height: 210px;
    content: '';
    display: block;
    -webkit-transform: translate3d(0, 23%, 0);
    -moz-transform: translate3d(0, 23%, 0);
    -ms-transform: translate3d(0, 23%, 0);
    -o-transform: translate3d(0, 23%, 0);
    transform: translate3d(0, 23%, 0);
    background: url(../images/aboutLogo.png) no-repeat center center transparent;
}
.article-image {
    display: inline-block;
    float: left;
    max-width: 50%;
    margin-right: 70px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}
.article-image img {
    max-width: 100%;
}
.article-text {
    overflow: visible;
}
.article-subtitle {
    padding-bottom: 35px;
}
.article-text {
    padding-bottom: 25px;
}
.article-date {
    margin-top: -15px;
    padding-bottom: 10px;
    font-weight: bold;
}
/**
 Ul custom dots
 */
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}
.text ul > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}
.text ul > li::before {
    content: "•";
    display: inline-block;
    width: 10px;
    left: -10px;
    margin-left: -10px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 18px;
}
/**
* PAGINATION ACTIVE
*/

/*.pagination-wrapper ul li.active a {*/
/*color: #e10024;*/
/*}*/

/*@media screen and (min-width: 1140px) {*/
/*.pagination-wrapper ul li a:hover {*/
/*color: #e10024;*/
/*}*/
/*}*/
/*
 Galeria
 */
.gallery {
    clear: both;
}
.gallery ul {
    margin: -5px;
    font-size: 0;
}
.gallery li {
    width: 25%;
    padding: 5px;
    display: inline-block;
}
.fancy {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}
.fancy img {
    max-width: 100%;
}
.hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-slider-slide {
    height: 100vh;
    width: 100%;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    font-size: initial;
    position: relative;
    background-size: cover;
}
.mainslider {
    background: #000;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    position: relative;
}
.main-slider-slide:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: url("../images/top-apla.png") repeat-x top left transparent;
}
.main-slider-slide:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/sliderLogo.png") no-repeat right 3.6% bottom -11.1% rgba(1, 2, 12, 0.7);
}
.aside-text {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 22px;
    line-height: 0;
    letter-spacing: 0;
    color: #292f40;
    font-family: 'Playfair Display', serif;
    -webkit-transform: rotate(-90deg) translate3d(-100%, 100%, 0);
    -moz-transform: rotate(-90deg) translate3d(-100%, 100%, 0);
    -ms-transform: rotate(-90deg) translate3d(-100%, 100%, 0);
    -o-transform: rotate(-90deg) translate3d(-100%, 100%, 0);
    transform: rotate(-90deg) translate3d(-100%, 100%, 0);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    width: 100vh;
    text-align: center;
    position: absolute;
    left: 50%;
}
.main-slider-texts {
    float: left;
    max-width: 740px;
}
.main-slider-slide .text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}
.main-slider-slide .title {
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 30px;
    letter-spacing: 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.main-slider-slide .container {
    position: absolute;
    padding-top: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 10;
}
.main-slide-dots button:before {
    position: absolute;
    top: 9px;
    left: 9px;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
}
.main-slide-dots button:after {
    position: absolute;
    background: #cab002;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
    content: '';
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
*:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main-slide-dots button {
    width: 30px;
    border: 0;
    background: transparent;
    height: 30px;
    position: relative;
    display: block;
    font-size: 0;
}
.main-slide-dots li {
    float: left;
    padding: 5px 10px;
}
.main-slide-dots {
    padding-left: 22px;
    padding-right: 22px;
    position: absolute;
    bottom: 22px;
    left: 50%;
    width: 100%;
    max-width: 1510px;
    z-index: 11;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.mainpage section {
    clear: both;
    /*overflow: hidden;*/
    overflow: visible;
}
.mainpage #content .right-part {
    /*height: 100vh;*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mainpage section:nth-of-type(2) .left-part {
    background: url("../images/sliderLogo2.jpg") no-repeat right 3.6% top #fff;
}
.right-part {
    background-color: #292f40;
}
.goDown {
    cursor: pointer;
    background: url("../images/arrowLight.jpg") no-repeat center bottom 5% transparent;
}
.goDown.dark {
    background: url("../images/arrowDark.jpg") no-repeat center bottom 5% #292f40;
}
section:last-of-type .goDown {
    background: url("../images/arrowLast.jpg") no-repeat center bottom 5% transparent;
}
section:last-of-type .goDown.dark {
    background: url("../images/arrowLastDark.jpg") no-repeat center bottom 5% #292f40;
}
.dark .aside-text {
    color: #fff;
}
.h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #cab002;
    font-family: 'Playfair Display', serif;
}
.text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #292f40;
}
.about-text .text {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 40px;
    color: #292f40;

}
.about-us-box .text {
    margin-top: 35px
}
.about-us-box {
    overflow: visible;
    display: inline-block;
    margin-top: 212px;
    border: 1px solid #94979f;
    padding: 43px 23px 41px 43px;
}
.about-us-box .about-text .text {
    padding: 0 8px;
    margin-top: 30px;
}
.about-image:before {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 60px;
    height: 210px;
    content: '';
    display: block;
    -webkit-transform: translate3d(0, 50%, 0);
    -moz-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    -o-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    background: url("../images/aboutLogo.png") no-repeat center center transparent;
}
.about-image {
    position: relative;
    padding: 0 10px;
    margin-top: -93px;
}
.about-left img {
    display: block;
    width: 100%;
}
.about-left {
    float: left;
    width: 43.8%;
    margin-right: 4.2%;
}
.about-right {
    overflow: hidden;
    /*height: 585px;*/
    height: 505px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 45px;
    margin-right: -3px;
    margin-left: 3px;
}
.btn-more{
    float: right;
    margin-right: 40px;
}
.viewport {
    max-height: 100%;
    overflow: hidden;
}

.overview {
    position: relative;
}

.scrollbar.disable {
    display: none;
}

.scrollbar {
    position: absolute;
    right: 2px;
    bottom: 0;
    width: 1px;
}

.scrollbar .track {
    width: 1px;
    background: rgba(0, 0, 0, 0);
}

.scrollbar .thumb {
    background: rgba(202, 176, 2, 1);
    position: absolute;
    left: -1px;
    width: 3px;
}
.contact-right {
    overflow: hidden;
    padding-left: 86px;
}
.contact-left:before {
    content: '';
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    display: block;
}
.contact-left {
    float: left;
    width: 30%;
    position: relative;
    padding-right: 30px;
}
.contact-container {
    padding-bottom: 50px;
}
.contact-section .left-part {
    padding-top: 150px;
}
.contact-text .text {
    padding-top: 20px;
}
.contact-text {
    padding-bottom: 32px;
}
.contact-map .map img {
    width: 100%;
}
.contact-map .map {
    width: 100%;
    margin-top: 32px;
}
.map iframe {
    width: 100%;
    height: 240px;
}

.contact-right .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.contact-right .form {
    padding-top: 30px;
}
.form .form-group-lg .captcha-image-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form .form-group-lg button.captcha-refresh {
    right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    color: #cab002;
}
.form-group {
    margin-bottom: 10px;
}
.contact-right .row {
    margin-left: -5px;
    margin-right: -5px;
}
.form .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.after-consent-row {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #292f40;
    font-weight: 300;
}
.before-consent-row {
    margin-top: 30px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #292f40;
    font-weight: 300;
}
.form .checkboxradio-container label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #292f40;
    font-weight: 300;
}
.form .checkboxradio-container [class^="icheckbox"], .form .checkboxradio-container [class^="iradio"] {
    margin-top: 3px;
}
.contact-form-footer {
    margin-top: 30px;
}
.btn-primary {
    color: #fff;
    background: #cab002;
}
.btn {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #cab002;
    padding: 12px 60px;
    max-width: 100%;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    color: #fff;
    background: #cab002;
    border: 1px solid #cab002;
}
footer {
    background: #292f40;
    color: #fff;
}
.footer-links a {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.footer-links li {
    float: left;
    margin-right: 15px;
}
.copyright-undicom {
    float: right;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
}
body.sticky-footer footer {
    padding: 12px 0;
}
.copyright {
    float: left;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 300;
}
.article {
    border: 1px solid #94979f;
    padding: 24px 50px 16px;
    margin-bottom: 49px;
}
.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #292f40;
    text-align: center;
    padding: 41px 0;
}
@media screen and (min-width: 1140px) {
    .mainpage #content .right-part:hover .aside-text,
    .footer-links a:hover {
        color: #cab002;
    }

    .btn-primary:hover {
        background: #fff;
        color: #cab002;
        border-color: #cab002;
    }

    .text a:hover {
        color: #cab002;
    }

    .main-slide-dots .slick-active button:after {
        width: 10px;
        height: 10px;
    }

    .main-slide-dots .slick-active button:before {
        border-color: #cab002;
    }

    .header-phone a:hover * {
        color: #cab002;
    }

    #main-menu a:hover {
        color: #cab002;
    }

    .hover-mask:hover {
        opacity: 0.8;
    }
}
/*
    Tabela w klasie .text
*/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}
