body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
}
a {
    color: #000;
    text-decoration: none;
}
a,
a:hover {
    border-bottom: 3px solid #ffd200;
}
.top {
    background: #00adee url('//ocdn.eu/skom/privacypolicy-site/v6/assets/img/top.jpg') no-repeat top center;
    width: 100%;
    height: 8px;
}
header {
    min-height: 130px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-top: 33px;
    overflow: hidden;
}
.logo {
    margin-left: 12px;
    float: left;
}
.menu {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    list-style: none;
    overflow: hidden;
    float: right;
    margin-right: 14px;
    margin-top: 75px;
}
.menu li {
    float: left;
    margin-left: 32px;
}
.menu li:hover,
.menu li.active {
    border-bottom: 3px solid #ffd200;
}
.menu li a {
    border: 0;
}
.page {
    width: 100%;
    margin: 0 auto;
}
.sliderBox {
    background: #ffd200;
    height: 423px;
}
.sliderSize {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.slideItem {
    height: 423px;
    background: #ffd200;
}
.slideItem.index1 {
    background: #ffd200 url('//ocdn.eu/skom/privacypolicy-site/v6/assets/img/slider/szyba1.jpg') no-repeat bottom center;
    background-size: contain;
}
.slideItem.index2 {
    background: #ffd200 url('//ocdn.eu/skom/privacypolicy-site/v6/assets/img/slider/szyba2.jpg') no-repeat bottom center;
    background-size: contain;
}
.slideItem.index3 {
    background: #ffd200 url('//ocdn.eu/skom/privacypolicy-site/v6/assets/img/slider/szyba3.jpg') no-repeat bottom center;
    background-size: contain;
}
.bx-controls-direction {
    display: none;
}
.bx-wrapper {
    box-shadow: none;
    border: 0;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    bottom: 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    margin: 0 4px;
    border-bottom: 0;
}
.contentBox {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.contentBox .main {
    float: left;
    width: 70%;
    padding-left: 14px;
    box-sizing: border-box;
    padding-top: 8px;
}
.contentBox .sidebar {
    float: right;
    width: 29%;
    padding-top: 26px;
    padding-left: 16px;
    box-sizing: border-box;
}
.pageTitle {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 41px;
}
.main .sectionTitle {
    margin-bottom: 29px;
}
.sectionTitle {
    position: relative;
    margin-left: 3px;
    margin-bottom: 18px;
}
.sectionTitle span {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    padding-left: 14px;
}
.sectionTitle:after {
    content: '';
    width: 31px;
    height: 31px;
    background: #ffd200;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
}
.main b {
    font-weight: 700;
}
.main h3, p, ul li {
    margin: 0 0 0 3px;
    font-size: 16px;
    font-weight: 400;
}
.main h3 {
    font-weight: 700;
    margin-bottom: 8px;
}
.main ul li {
    line-height: 24px;
    margin-bottom: 10px;
}
.main p {
    line-height: 24px;
    margin-bottom: 24px;
}
.sidebar .txt {
    margin-left: 3px;
    line-height: 22px;
}
footer {
    border-top: 1px solid #dcdcdc;
    max-width: 1140px;
    width: 100%;
    margin: 76px auto 0;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer li {
    color: #000;
    font-size: 10.844px;
    line-height: 15.492px;
}
footer a {
    border: none;
}
table, th, td {
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-collapse: collapse;
    padding: 10px;
}
table .title {
    font-weight: 700;
}

.button-cmp {
    background: #fed413;
    color: #000;
    border: 2px solid #fed413;
    cursor: pointer;
    outline: none;
    padding: 1em;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.button-cmp:hover {
    border: 2px solid #000;
    color: #000;
}
.mobileBtn {
    display: none;
}
.logos {
    width: 100%;
    height: 0;
    padding-top: calc(103 / 1140 * 100%);
    background-image: url(//ocdn.eu/skom/privacypolicy-site/v6/assets/img/logos.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 1140px) {
    .logos {
        width: 1140px;
        padding-top: 103px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 30em) {
    .logos {
        background-image: url(//ocdn.eu/skom/privacypolicy-site/v6/assets/img/logos-sm.jpg);
        padding-top: calc(357 / 331 * 100%);
        max-width: 100%;
        margin: 0;
        background-position: center;
    }
}
@media all and (max-width: 1140px) {
    .sliderBox, .slideItem {
        height: 370px;
    }
}
@media all and (max-width: 930px) {
    .top {
        background: #00adee url('//ocdn.eu/skom/privacypolicy-site/v6/assets/img/mobile/top-sm.png') no-repeat top center;
        width: 100%;
        height: 8px;
    }
    header {
        padding-top: 13px;
        min-height: 80px;
    }
    .logo {
        width: 205px;
        margin-left: 10px;
    }
    .logo img {
        max-width: 100%;
    }
    .menu {
        position: absolute;
        top: 93px;
        background: #fff;
        width: 100%;
        padding-top: 0;
        z-index: 100;
        margin: 8px 0 0;
        box-sizing: border-box;
        height: 0;
        -webkit-transition: all 500ms; /* Safari */
        transition: all 500ms;
    }
    .menu.open {
        height: auto;
        padding-bottom: 54px;
        border-bottom: 6px solid #353535;
    }
    .menu.open li {
        float: none;
        margin-left: 0;
        text-align: left;
        font-size: 24px;
        line-height: 73px;
    }
    .menu.open li.active,
    .menu.open li:hover {
        border-bottom: 0;
    }
    .mobileBtn {
        display: block;
        width: 33px;
        height: 5px;
        border-bottom: 5px solid #000;
        background: #fff;
        position: absolute;
        right: 18px;
        top: 32px;
        cursor: pointer;
        -webkit-transition: all 500ms; /* Safari */
        transition: all 500ms;
    }
    .mobileBtn:after {
        content: '';
        width: 33px;
        height: 5px;
        background: #000;
        position: absolute;
        top: -5px;
        -webkit-transition: all 500ms; /* Safari */
        transition: all 500ms;
    }
    .mobileBtn:before {
        content: '';
        width: 33px;
        height: 5px;
        background: #000;
        position: absolute;
        bottom: -15px;
        border-top: 5px solid #fff;
        -webkit-transition: all 500ms; /* Safari */
        transition: all 500ms;
    }
    .mobileBtn.open {
        border-bottom: 0;
    }
    .mobileBtn.open:before {
        bottom: -5px;
        border-top: 0;
        transform: rotate(-45deg);
    }
    .mobileBtn.open:after {
        top: 5px;
        transform: rotate(45deg);
    }
    .main {
        float: none;
        width: 94%;
        padding-left: 0;
        margin: 0 auto;
        padding-top: 28px;
    }
    .sidebar {display: none;}
    .pageTitle {
        font-size: 30px;
        margin-bottom: 36px;
    }
    .contentBox .main {
        float: none;
        width: 94%;
        padding-left: initial;
        margin: 0 auto;
    }
    .main p {
        line-height: 22px;
    }
    .button-cmp {
        border: 2px solid #fed413;
        cursor: pointer;
        outline: none;
        padding: 15px 10px;
        border-radius: 0;
        font-size: 14px;
    }
    .sliderBox {
        height: 300px;
    }
    .slideItem {
        height: 300px;
    }
}
@media all and (max-width: 768px) {
    body {
        min-width: 320px;
    }
    .slideItem.index1 {
        background: #ffd200 url('//ocdn.eu/skom/privacypolicy-site/v6/assets/img/slider/mobile/szyba1.png') no-repeat center center;
        background-size: contain;
    }
    .slideItem.index2 {
        background: #ffd200 url('//ocdn.eu/skom/privacypolicy-site/v6/assets/img/slider/mobile/szyba2.png') no-repeat center center;
        background-size: contain;
    }
    .slideItem.index3 {
        background: #ffd200 url('//ocdn.eu/skom/privacypolicy-site/v6/assets/img/slider/mobile/szyba3.png') no-repeat center center;
        background-size: contain;
    }
    .sliderBox {
        height: 350px;
    }
    .bx-wrapper .bx-controls-auto,
    .bx-wrapper .bx-pager {
        bottom: -22px;
    }
}