@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'),
    url('../fonts/roboto-light.woff2') format('woff2'),
    url('../fonts/roboto-light.woff') format('woff'),
    url('../fonts/roboto-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
    url('../fonts/roboto-regular.woff2') format('woff2'),
    url('../fonts/roboto-regular.woff') format('woff'),
    url('../fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'),
    url('../fonts/roboto-medium.woff2') format('woff2'),
    url('../fonts/roboto-medium.woff') format('woff'),
    url('../fonts/roboto-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'),
    url('../fonts/roboto-bold.woff2') format('woff2'),
    url('../fonts/roboto-bold.woff') format('woff'),
    url('../fonts/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* RESET */

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

input, select, textarea {
    margin: 0;
    padding: 0;
}

/* GENERAL */

html {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #414042;
    line-height: 1.3;
}

@media (max-width: 640px) {
    body {
        font-size: 16px;
        line-height: 1.45;
    }
}

h1 {
    font-size: 2.8em;
    font-weight: bold;
    margin: 25px 0;
    line-height: 1.1em;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 35px;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

p {
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 5px;
}

strong, b {
    font-weight: bold;
    text-align: justify;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-left: 40px;
    text-align: justify;
}

a {
    color: #414042;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

a:hover {
    cursor: pointer;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

/* ================ GENERAL ================== */

#total {
    min-width: 280px;
    overflow: hidden;
}

.section {
    position: relative;
    max-width: 2560px;
    margin: 0 auto;
}

.section-content {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

@media (max-width: 1020px) {
    .section-content {
        padding: 0 20px;
    }
}

.image-right {
    float: right;
    right: 0;
    width: 300px;
    height: auto;
    margin: 15px 0 20px 40px;
}

@media (max-width: 640px) {
    .image-right {
        float: none;
        right: auto;
        margin-top: 50px;
    }
}

.no-decoration {
    text-decoration: none;
    cursor: default !important;
}

.element-bold {
    font-weight: bold;
}

/* ================ MENU ================== */

#options-switch {
    display: none;
}

#options-switch + label {
    position: absolute;
    display: none;
    width: 27px;
    height: 22px;
    top: 111px;
    left: 20px;
    background: url(../svg/icon-menu.svg) no-repeat;
    background-size: 90% 90%;
    cursor: pointer;
    z-index: 95;
}

#options-menu {
    display: none;
    position: fixed;
    width: 320px;
    height: 100%;
    top: 0;
    background-color: rgba(172, 42, 40, 0.95);
    overflow: scroll;
    z-index: 90;
}

#options-menu div {
    padding: 30px;
}

#options-switch:checked + label + #options-menu {
    display: block;
}

#options-switch:checked + label {
    position: fixed;
    width: 30px;
    height: 30px;
    top: 20px;
    left: 260px;
    background: url(../svg/icon-close.svg);
}

#options-menu ul {
    margin-top: 40px;
}

#options-menu ul li {
    float: none;
    padding: 5px;
    margin: 0;
    color: #d1d3d4;
    text-align: left;
    list-style: none;
}

#options-menu ul li:first-child {
    display: block;
    padding: 0 8px 16px 8px;
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom: #d1d3d4 solid 2px;
}

#options-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

#options-menu ul li a:hover {
    color: #ffffff !important;
    background-color: #8d1c1b;
}

/* ================ HEADER ================== */

#header {
	position: relative;
    height: 244px;
	background-color: #000000;
}

#header a:hover {
    color: #bcbec0;
}

#header-upper {
	position: relative;
    height: 204px;
    background: url(../img/header-bg.jpg) repeat-x;
	z-index: 20px;
}
#header-upper:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    background: url(../img/icons-header.png) center no-repeat;
    z-index: 10;
}

#header-upper ul {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 50;
}
#header-upper ul li {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	list-style: none;
}
#header-upper ul li img {
	display: none;
}
#header-upper ul li a {
	color: #ffffff;
	text-decoration: none;
}
@media (max-width:1020px) {
	#header-upper ul {
		top: 10px;
	}
}


#header-logo {
    display: block;
    position: relative;
    width: 190px;
    height: 113px;
    top: 43px;
    margin: 0 auto;
    background: url(../img/logo-desetra-header.png)no-repeat;
    z-index: 10;
}

#header-menu {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 2px;
    background-color: #ac2a28;
    z-index: 50;
}

#header-menu ul {
    display: flex;
    flex-flow: row nowrap;
    align-content: stretch;
    justify-content: center;
    position: relative;
    top: -2px;
}
#header-menu ul:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 3px;
	right: -1240px;
	width: 1280px;
	height: 51px;
	background: url(../img/lines-upperright-full.png) no-repeat;
}

#header-menu ul li {
    display: block;
    margin: 0;
    top: -1px;
}

#header-menu ul li a {
    display: block;
    padding: 14px 30px;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1020px) {
    #header-menu ul li a {
        padding: 14px 20px;
    }
}

@media (max-width: 860px) {
    #header-menu ul li a {
        padding: 14px 10px;
    }
}

@media (max-width: 640px) {
    #header-menu ul {
        display: none;
    }

    #full-menu {
        display: none !important;
    }

    #options-switch + label {
        display: block;
    }
}

#header-menu:hover ~ #full-menu, #full-menu:hover {
    visibility: visible;
}

#full-menu {
    display: block;
    position: absolute;
    width: 100%;
    top: 240px;
    background-color: rgba(82, 80, 81, 0.9);
    visibility: hidden;
    z-index: 30;
}

#full-menu .section-content {
    display: flex;
    flex-flow: row nowrap;
    align-content: stretch;
    justify-content: center;
    width: 860px;
    padding: 20px 0;
}

.menu-block {
    display: inline-block;
    margin: 10px 20px;
    padding: 0;
}

.menu-block li {
    margin: 0;
    color: #ffffff;
    list-style: none;
    text-align: left;
}

.menu-block li:first-child {
    padding: 8px 3px;
    color: #a6a5a6;
    font-size: 1.1em;
    font-weight: bold;
}

.menu-block li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.menu-block li a:hover {
    color: #bcbec0 !important;
}

@media (max-width: 860px) {
    #full-menu .section-content {
        width: 100%;
    }
}


#giga {
    position: relative;
    height: 86px;
    overflow: hidden;
	background: url(../img/lines-lowerleft.png) repeat-x;
	background-size: 100% 100%;
}

#giga > img {
	display: none;
}
#giga span {
    display: none;
}

/* ===================== INFO ================= */

#info {
    margin-bottom: -150px;
    z-index: 10;
}

#info .section-content {
    position: relative;
    top: -86px;
    width: 820px;
	min-height: 300px;
    padding: 45px 80px 100px 80px;
    background-color: #ffffff;
	overflow: hidden;
}
#info .section-content:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 250px;
	height: 86px;
	background: url(../img/trigonum-lowerleft.png) no-repeat;
}

/*
#info .section-content::before {
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ac2a28;
	z-index: 50;
}
*/
@media (max-width: 1020px) {
    #info .section-content {
        width: calc(100% - 160px);
    }
}

@media (max-width: 640px) {
    #info .section-content {
        width: calc(100% - 40px);
        padding: 50px 20px;
    }
}

.info-prefix-breadcrumbs {
    position: relative;
    font-size: 0.9em;
}

.info-prefix-breadcrumbs li {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    list-style: none;
}

.info-prefix-breadcrumbs li::before {
    content: "/ ";
}

.info-prefix-breadcrumbs li:first-child::before {
    content: "";
}

.info-prefix-breadcrumbs li a {
    display: inline-block;
}

.info-prefix-icons {
    position: absolute;
    display: none;
    top: 10px;
    right: 72px;
}

.info-prefix-icons li {
    display: inline-block;
    margin: 0;
    padding: 8px;
    list-style: none;
}

.info-prefix-icons li img {
    width: 20px;
    height: auto;
}

.title-welcome {
    text-align: center;
    line-height: 1.5em;
}

#home-portfolio {
    padding: 20px 0;
    font-size: 1.1em;
    background-color: #f6f6f6;
}

#home-portfolio .section-content > p {
    margin-top: 50px;
}

.portfolio-counter {
    display: block;
    padding-top: 25px;
    font-size: 1.9em;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin: 10px 0;
    border: #d1d3d4 solid 4px;
    border-radius: 20px;
    background-color: #f6f6f6;
    /*
    */
    overflow: hidden;
}

#home-portfolio .portfolio-counter {
    border: 0;
}

.portfolio-counter p {
    position: relative;
    text-align: center;
}

.portfolio-counter-amount {
    position: relative;
    margin-bottom: -50px;
    color: #6f6f70; /*	#6f6f70;	#ac2a28;	*/
    font-size: 4em;
    z-index: 10;
}

@media (max-width: 750px) {
    .portfolio-counter-amount {
        margin-bottom: -20px;
    }
}

@media (max-width: 450px) {
    .portfolio-counter {
        font-size: 1.5em;
    }

    .portfolio-counter-amount {
        font-size: 2.5em;
    }
}

@media (max-width: 319px) {
    .portfolio-counter-amount {
        color: #ac2a28;
    }
}

.portfolio-counter img {
    position: absolute;
    left: 0;
    margin-top: -7%;
    width: 100%;
    height: auto;
}

.portfolio-counter svg {
    position: relative;
    display: block;
    margin: 7% auto;
    width: 88%;
    height: auto;
    z-index: 1;
}

.portfolio-counter-libk {
    display: inline-block;
    margin-top: -5px;
    padding-bottom: 25px;
    font-size: 0.6em;
    text-decoration: underline;
}

.portfolio-counter:hover {
}

.portfolio-counter:hover .portfolio-counter-libk {
    color: #ac2a28;
    font-weight: bold;
}

.portfolio-tabs {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.portfolio-tabs li {
    display: inline-block;
    width: calc(33% - 8px);
    margin: 0;
}

.portfolio-tabs li label {
    position: relative;
    display: block;
    width: 100%;
    height: 140px;
    margin: 0;
    border: #d1d3d4 solid 4px;
    border-top-right-radius: 15px;
    background-color: #f8f8f8;
}

.portfolio-tabs li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
}

.portfolio-tabs li a img {
    width: 73px;
    height: auto;
    margin-top: 28px;
    margin-bottom: 12px;
}

.portfolio-tabs input[type="radio"] {
    display: none;
}

.portfolio-tabs .trigonum-basic {
    top: -4px;
    left: -4px;
    border-top: 52px solid #d1d3d4;
    border-right: 30px solid transparent;
}

.portfolio-tabs .trigonum-upper {
    top: -6px;
    left: -6px;
    border-top: 52px solid #ac2a28;
    border-right: 30px solid transparent;
}

.portfolio-tabs input:checked ~ label {
    border-bottom: #ffffff solid 4px;
    background-color: #ffffff;
}

.portfolio-tabs input:checked ~ label a {
    cursor: default;
}

.portfolio-tabs input:checked ~ label .trigonum-basic {
    border-top: 52px solid #000000;
}

.portfolio-tabs input:checked ~ label .trigonum-upper {
    display: block;
}

@media (max-width: 750px) {
    .portfolio-case-table-short tr td:last-child {
        text-align: right;
    }
}

@media (max-width: 640px) {
    .portfolio-tabs {
        display: none;
    }

    .portfolio-case {
        padding: 20px 0 40px 0 !important;
    }

    .portfolio-case-images {
        float: none !important;
    }

    .portfolio-case h3 {
        width: 100% !important;
    }

    .portfolio-case-table-short {
        width: 100% !important;
    }
}

.portfolio-case {
    position: relative;
    margin-top: 30px;
    padding: 20px 0 40px 20px;
    border-top: #d1d3d4 solid 3px;
    border-bottom: #d1d3d4 solid 3px;
    background-color: #f6f6f7;
}

.portfolio-case input[type="checkbox"] {
    display: none;
}

.portfolio-case input[type="checkbox"] ~ label {
    position: relative;
    display: block;
    margin-bottom: -40px;
    cursor: pointer;
}

.portfolio-case-images {
    position: relative;
    float: right;
    right: 0;
    width: 270px;
    margin-top: -20px;
    margin-bottom: -50px;
    z-index: 1;
}

.portfolio-case-image-main {
    width: 100%;
    height: auto;
}

.portfolio-case-gallery {
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    justify-content: center;
    margin-bottom: 50px;
}

.portfolio-case-gallery li {
    display: none;
    width: 133px;
    margin: 5px;
    list-style: none;
}

.portfolio-case-gallery li img {
    width: 100%;
    height: auto;
}

.portfolio-case-id {
    font-size: 1.1em;
}

.portfolio-case h3 {
    width: calc(100% - 290px);
    margin: 3px 0 0 0;
    padding-bottom: 15px;
    border-bottom: #d1d3d4 solid 3px;
    text-decoration: underline;
    cursor: pointer;
}

.portfolio-case-table-short {
    width: calc(100% - 270px);
}

.portfolio-case-table-short td {
    padding-bottom: 5px;
}

.portfolio-case-table-short tr td:first-child {
    text-align: left;
}

.portfolio-case-table-short tr td:last-child {
    width: 65px;
}

.portfolio-case-table-full {
    display: none;
}

.portfolio-case-table-short, .portfolio-case-table-full {
    padding: 20px 20px 0 0;
}

.portfolio-case-table-full td {
    padding: 1px 0;
    text-align: justify;
}

.portfolio-case-table-full tr td:first-child {
    text-align: left;
}

.portfolio-case-table-chapter td {
    font-weight: bold;
}

.portfolio-case-minimizer {
    display: none;
    position: absolute;
    right: 0;
    bottom: -40px;
    padding: 5px 20px;
    font-weight: bold;
    background-color: #ffffff;
    cursor: pointer;
    z-index: 1;
}

.portfolio-case input[type="checkbox"]:checked ~ label .portfolio-case-gallery li {
    display: inline-block;
}

.portfolio-case input[type="checkbox"]:checked ~ label .portfolio-case-table-full {
    display: table;
}

.portfolio-case input[type="checkbox"]:checked ~ label .portfolio-case-table-short {
    display: none;
}

.portfolio-case input[type="checkbox"]:checked ~ label {
    margin-bottom: 0;
    cursor: auto;
}

.portfolio-case input[type="checkbox"]:checked ~ label h3 {
    text-decoration: none;
}

.portfolio-case input[type="checkbox"]:checked ~ label .portfolio-case-minimizer {
    display: block;
}

.portfolio-case:hover h3, .portfolio-case input[type="checkbox"]:checked ~ label h3 {
    color: #ac2a28;
}

#home-worldwide {
    margin: 70px 0;
}

#home-worldwide ul {
    display: inline-block;
    margin-top: 30px;
}

#home-worldwide ul li {
    margin-left: 0;
    list-style: none;
}

#home-worldwide ul li a {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
}

#home-worldwide ul li a:hover {
    color: #ac2a28;
    background-color: #f0f0f0;
}

#home-worldwide-map {
    display: block;
    text-align: center;
}

.info-intro {
    font-weight: bold;
    text-transform: uppercase;
}

.portfolio-banner {
    padding: 33px 0;
    font-size: 2em;
    text-align: center;
}

.shadow-frame {
    position: relative;
    display: block;
    margin: 3px 0 0 2px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: #414042 solid 2px;
    border-radius: 10px;
    z-index: 1;
}

.shadow-frame::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -4px;
    left: -2px;
    border: #a5a4a5 solid 2px;
    border-radius: 10px;
    background-color: #ffffff;
    z-index: -1;
}

.shadow-frame:hover {
    border: #b9321c solid 2px;
}

.shadow-frame:hover::before {
    border: #ff0000 solid 2px;
}

.gradient-frame {
    position: relative;
    display: block;
    margin: 0;
    border: #7f9aac solid 2px;
    border-bottom: 0;
    border-radius: 10px;
    z-index: 2;
}

.gradient-frame::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: calc(100% + 4px);
    top: -4px;
    left: -2px;
    background: url(../img/border-gradient.png) no-repeat;
}

.gradient-frame::after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: calc(100% + 4px);
    top: -4px;
    right: -2px;
    background: url(../img/border-gradient.png) no-repeat;
}

.gradient-frame .trigonum-basic {
    top: -4px;
    left: -4px;
}

.portfolio-banner:hover {
    color: #ac2a28;
}

@media (max-width: 640px) {
    .portfolio-banner {
        color: #CCC;
        font-size: 1.8em;
    }

    .info-prefix-bg {
        margin-left: 0;
    }

    .info-prefix-bg h1 {
        top: 70px;
        left: 15px;
        font-size: 2em;
        white-space: normal;
    }

    .info-prefix-breadcrumbs {
    }

    .info-prefix-icons {
        top: 15px;
        left: 15px;
        right: auto;
    }

    .block-chapter-link h3::after {
        display: none;
    }
}

@media (max-width: 320px) {
    .portfolio-banner {
        color: #ac2a28;
        font-size: 1.8em;
    }
}

.block-chapter-link {
    position: relative;
    margin-top: 15px;
    text-decoration: none;
}

.block-chapter-link:hover .trigonum-upper {
    display: block;
    top: -6px;
    left: -6px;
}

.block-chapter-link:hover .trigonum-basic {
    border-top: 39px solid #000000;
}

.block-chapter-link:hover h3 {
    color: #ac2a28;
}

.block-chapter-link h3 {
    position: relative;
    margin: 15px 0;
    padding: 0 30px;
    text-transform: uppercase;
}

.block-chapter-link h3::after {
    content: 'see the full range';
    position: absolute;
    top: 6px;
    right: 30px;
    font-size: 0.6em;
    font-weight: normal;
    text-decoration: underline;
    text-transform: lowercase;
}

.block-chapter-link:hover h3::after {
    color: #ac2a28;
    font-weight: bold;
}

.block-chapter-link p {
    padding: 0 30px 15px 30px;
    font-weight: normal;
}

.block-chapter-link .product-group-more {
    display: none;
    position: relative;
    top: -15px;
}

.block-chapter-link .param-bottom-shadow {
    display: block;
}

.shadow-container {
    position: relative;
    width: 100%;
    padding: 30px 0 35px 0;
    margin: 40px 0 40px 0;
    background-color: #ffffff;
    box-shadow: 0 0 20px #cccccc;
    z-index: 2;
}

.shadow-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
}

.shadow-container td {
}

.shadow-container td a {
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 5px 0;
}

.graph-column {
    display: block;
    height: 1px;
    color: #ffffff;
    overflow: hidden;
    visibility: hidden;
}

.shadow-container tr td:first-child {
    padding-right: 20px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}

.shadow-container tr td:first-child a {
    text-decoration: none;
    white-space: nowrap;
}

.shadow-container tr td:last-child {
    position: relative;
}

.shadow-container tr:hover td:first-child a {
    color: #ac2a28;
}

.graph-container {
    position: relative;
}

.graph-line {
    display: block;
    top: 14px;
    width: 100%;
    height: 1px;
    background-color: #d1d3d4;
    position: absolute;
    left: 0;
    right: 10px;
    /*
    */
}

.graph-body {
    display: block;
    position: absolute;
    top: 8px;
    height: 12px;
    border-radius: 6px;
    background-color: #a5a4a5;
    box-shadow: inset 0 0 10px #003659;
}

.graph-text {
    display: block;
    position: absolute;
    top: 0;
    padding: 7px 10px;
    color: #003659;
    font-weight: bold;
    background-color: #ffffff;
}

tr:hover .graph-body {
    background-color: #ac2a28;
    box-shadow: inset 0 0 10px #ffffff;
}

tr:hover .graph-text {
    color: #000000;
}

.shadow-container .graph-container {
    position: relative;
}

.shadow-container .graph-line {
    top: 17px;
}

.shadow-container .graph-body {
    top: 8px;
    height: 18px;
    border-radius: 9px;
}

.shadow-container .graph-text {
    top: 3px;
    font-size: 1.1em;
}

@media (max-width: 750px) {
    .graph-line, .graph-body {
        display: none;
    }

    .graph-text {
        left: auto !important;
        right: 0;
    }
}

.all-products {
}

.list-all-marine {
    float: left;
    left: 0;
    width: 45%;
}

.list-all-land {
    float: right;
    right: 0;
    width: 45%;
}

.product-type-block {
    position: relative;
    margin: 50px 0;
    list-style: none;
}

@media (max-width: 640px) {
    .list-all-marine {
        float: none;
        width: 100%;
    }

    .list-all-land {
        float: none;
        width: 100%;
    }
}

.product-type-block a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #ffffff;
}

.product-image {
    display: block;
    height: 75px;
    margin-bottom: 10px;
    text-align: center;
}

.product-image img {
    max-width: 121px;
    max-height: 71px;
}

.product-group-title {
    display: block;
    font-size: 1.6em;
    text-align: center;
    text-transform: uppercase;
}

.product-group-description {
    display: block;
    padding-top: 10px;
    font-size: 1.1em;
    font-weight: normal;
}

.product-group-more {
    display: block;
    margin-top: 10px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

.product-type-block:hover .product-group-title, .product-type-block:hover .product-group-more, .main-selector-option-background ul li:hover .product-group-title, .main-selector-option-background ul li:hover .product-group-more {
    color: #ac2a28;
    font-weight: bold;
}

.product-list-type-block {
    position: relative;
    height: 100%;
    margin: 40px 0 30px 0;
    padding-left: 235px;
    font-size: 1.1em;
    list-style: none;
}

.product-list-image {
    position: absolute;
    top: 5px;
    left: 0;
}

.product-list-image img {
    width: 200px;
    height: auto;
}

.product-list-group-title {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
}

.product-list-group-description {
    display: block;
    padding-top: 10px;
    font-weight: normal;
}

.product-list-type-block ul {
    margin-top: 10px;
}

.product-list-type-block ul li a {
    position: relative;
    display: inline-block;
}

.product-list-type-block ul li a::after {
    content: '>';
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    font-weight: normal;
}

.product-list-type-block ul li a:hover {
    color: #ac2a28;
}

.product-list-type-block ul li:first-child {
    margin-bottom: 10px;
}

.product-list-group-more::after {
    position: relative;
}

.product-list-group-more::after {
    content: '>';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    text-align: right;
}

/*
.all-products {
	padding: 10px 0;
}
*/

.brand-button-container {
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    justify-content: center;
}

.brand-button-container li {
    display: block;
    margin: 0 8px 20px 8px;
}

.brand-button-container li a {
    display: table-cell;
    position: relative;
    width: 252px;
    height: 152px;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}

.brand-button-container li a span {
    font-size: 1.7em;
    font-weight: bold;
    text-transform: uppercase;
}

.brand-button-container li:hover a span {
    color: #ac2a28;
}

.brand-button-container li .trigonum-basic {
    top: -6px;
    left: -6px;
    border-right: 39px solid transparent;
    border-top: 70px solid #d1d3d4;
}

.brand-button-container li .trigonum-upper {
    top: -8px;
    left: -8px;
    border-right: 39px solid transparent;
    border-top: 70px solid #ac2a28;
}

.brand-button-container li:hover .trigonum-basic {
    border-top: 70px solid #000000;
}

.brand-button-container li:hover .trigonum-upper {
    display: block;
}

.contacts-central-office {
    padding: 30px 0;
    font-size: 1.1em;
    line-height: 2;
}

.contacts-central-office span {
    display: inline-block;
    width: 150px;
}

.contacts-world-map {
    position: relative;
}

.contacts-world-map img {
    position: absolute;
    top: -20px;
}

@media (max-width: 1020px) {
    .contacts-world-map img {
        width: 100%;
    }
}

#home-map-interactive {
    position: relative;
    z-index: 10;
}

#home-map-interactive use:hover {
    fill: #d1d3d4;
}

/*
#home-map-interactive path:hover, #home-map-interactive polyline:hover {
	fill: #d1d3d4;
}
*/
use.map-country-svg {
    stroke: #949598;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 22.9256;
}

use.map-base-regular {
    fill: #ffffff;
}

use.map-before-regular {
    display: none;
}

use.map-before-active {
    fill: #ac2a28; /* #a7a9ac; */
}

use.map-base-active, use.map-base-active:hover {
    fill: #000000 !important;
}

svg path, svg polyline {
    fill: inherit;
}

.contacts-partner-countries {
    margin-top: -15px;
}

.contacts-partner-countries ul {
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    justify-content: flex-start;
}

.contacts-partner-countries ul li {
    display: block;
    width: calc(32% - 10px);
    padding: 5px;
    margin-left: 0;
    text-align: center;
    list-style: none;
}

@media (max-width: 700px) {
    .contacts-partner-countries ul li {
        width: calc(49% - 10px);
    }
}

@media (max-width: 520px) {
    .contacts-partner-countries ul li {
        width: calc(99% - 10px);
    }
}

#map-dealer-info {
    position: relative;
}

#map-dealer-checkbox ~ label {
    display: none;
    position: absolute;
    top: -10px;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    z-index: 50;
}

.contacts-dealer-data ~ label ul, #map-dealer-checkbox ~ label ul {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    position: absolute;
    text-align: left;
    line-height: 1.5;
    border: #ac2a28 solid 3px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
}

.contacts-dealer-data ~ label ul {
    padding: 10px;
    width: calc(100% - 26px);
    display: none;
}

#map-dealer-checkbox ~ label ul {
    padding: 10px 30px;
    width: calc(100% - 66px);
}

#contacts-partner-list .contacts-dealer-data ~ label ul {
    margin-top: 26px;
    max-height: 320px;
    overflow: auto;
    box-shadow: inset 0 0 20px #ffffff;
}

.contacts-dealer-data:checked ~ label ul {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    left: 0
}

#map-dealer-checkbox ~ label ul li {
    display: inline-block;
    width: 200px;
    top: 0;
    margin: 10px 0;
    text-align: left;
    list-style: none;
}

.contacts-dealer-data ~ label ul li {
    width: 240px;
    text-align: left;
}

#map-dealer-checkbox:checked ~ label {
    display: block;
}

.contacts-dealer-data {
    display: none;
}

.contacts-dealer-data ~ label {
    display: block;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.contacts-dealer-data ~ label h4 {
    position: relative;
    margin: 0;
    padding: 5px 0 3px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contacts-dealer-data ~ label h4:hover {
    background-color: #f0f0f0;
}

.contacts-dealer-data:checked ~ label {
    cursor: default;
}

.contacts-dealer-data:checked ~ label h4 {
    color: #ffffff;
    background-color: #ac2a28;
    z-index: 10;
}

.contacts-dealer-data:checked ~ label h4::after {
    content: '×';
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.contacts-partner-countries p {
    margin-top: 30px;
    font-size: 1.1em;
    text-align: center;
}

.partner-list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

.partner-list li {
    display: block;
    width: 32%;
    margin: 5px 0;
    list-style: none;
    border: #f0f0f0 solid 3px;
    border-radius: 10px;
}

.partner-logo {
    display: table-cell;
    position: relative;
    width: 220px;
    height: 80px;
    padding: 20px 20px 10px 20px;
    text-align: center;
    vertical-align: middle;
}

.partner-logo img {
    max-width: 220px;
    max-height: 80px;
}

.partner-description {
    display: block;
    padding: 10px 20px 20px 20px;
}

@media (max-width: 1020px) {
    .partner-list li {
        width: 48%;
    }

    .partner-logo {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .partner-logo img {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .partner-list li {
        width: 100%;
    }

    .partner-logo img {
        max-width: 220px;
    }
}

}

/* ================== TABLES ===================== */

.block-trigonum {
    position: absolute;
    width: 0;
    height: 0;
}

.trigonum-basic {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-top: 39px solid #d1d3d4;
}

.trigonum-upper {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    border-right: 22px solid transparent;
    border-top: 39px solid #ac2a28;
}

.param-table-container .trigonum-basic {
    top: -6px;
    left: -6px;
}

.param-table-container .trigonum-upper {
    top: -8px;
    left: -8px;
}

.param-checkbox {
    display: none;
}

.param-checkbox ~ label {
    display: block;
    position: relative;
    margin: 30px 0 !important;
}

.param-checkbox:checked ~ label {
    border: #ffffff solid 2px;
}

.param-checkbox:checked ~ label::before {
    border: #ffffff solid 2px;
    border-top: #7f9aac solid 2px;
}

.param-checkbox:checked ~ label .trigonum-basic, .param-table-container:hover .trigonum-basic {
    border-top: 39px solid #000000;
}

.param-checkbox:checked ~ label .trigonum-upper, .param-table-container:hover .trigonum-upper {
    display: block;
}

.param-table-name {
    display: block;
    position: relative;
    padding: 20px 30px;
    font-size: 1.5em;
    text-transform: uppercase;
}

.param-table-arrow {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #d1d3d4;
    border-bottom: 0;
    cursor: pointer;
}

.param-table-arrow span {
    display: block;
    position: absolute;
    top: -12px;
    left: -11px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #000000;
    border-bottom: 0;
    cursor: pointer;
    z-index: -1;
}

.param-table-container:hover .param-table-arrow {
    border-top: 13px solid #ac2a28;
}

.param-table-container tr:hover td:first-child {
    color: #ac2a28;
    font-weight: bold;
}

.param-table-container tr:hover td:first-child {
    color: #ac2a28;
    font-weight: bold;
}

.param-checkbox:checked ~ label .param-table-arrow {
    border-top: 0;
    border-bottom: 13px solid #ac2a28;
}

.param-checkbox:checked ~ label .param-table-arrow span {
    top: 2px;
    left: -9px;
    border-top: 0;
    border-bottom: 13px solid #000000;
}

.param-table-table {
    width: calc(100% - 70px);
    padding: 10px 40px 30px 30px;
    display: none;
    overflow: auto;
}

.param-table-table table {
    width: 100%;
    min-width: 480px;
}

.param-table-table a {
    font-weight: normal;
    text-decoration: none;
}

.param-table-table a:hover {
    color: #ac2a28;
    font-weight: bold;
}

.with-question ~ label table {
    padding-bottom: 30px;
    border-bottom: #7f9aac solid 1px;
}

.param-checkbox:checked ~ label .param-table-findalts, .param-checkbox:checked ~ label .param-bottom-shadow {
    display: block;
}

.param-checkbox:checked ~ label .param-table-table {
    display: block;
}

.param-checkbox ~ label table td {
    padding: 5px 0;
    text-transform: none;
    vertical-align: middle;
}

.param-table-container table tr td:nth-child(1) {
    font-size: 1.1em;
    white-space: nowrap;
}

.param-table-container table tr td {
}

.param-table-vline {
    width: 50px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

.param-table-vline span {
    display: block;
    width: 1px;
    height: 30px;
    margin: -10px 24px;
    background-color: #7f9aac;
}

.param-table-subtitle .param-table-vline span {
    height: 65px;
}

.param-table-subtitle:hover {
    color: auto;
}

.param-table-container table tr td:nth-child(3) {
    font-weight: bold;
    text-align: center;
}

.param-table-container table tr td:nth-child(4) {
    width: 100px;
    text-align: center;
}

.param-table-container table td img {
    width: 20px;
    height: auto;
}

.param-table-subtitle td:first-child {
    padding: 15px 0 15px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.param-table-findalts {
    display: none;
    width: calc(100% - 70px);
    margin: 0 40px 30px 30px;
}

.param-table-findalts p {
    margin-top: 0;
    color: #7f9aac;
    font-size: 1.1em;
    font-weight: normal;
    text-align: right;
    text-transform: none;
}

.param-table-container p a {
    color: #7f9aac;
}

.param-bottom-shadow {
    display: none;
    position: relative;
    width: 100%;
    height: 1px;
    left: -2px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 15px #000000;
}

.param-bottom-shadow::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background-color: #ffffff;
    z-index: 1;
}

.param-table-info {
    display: none;
    margin: 30px;
    font-weight: normal;
    text-transform: none;
}

.param-checkbox:checked ~ label .param-table-info {
    display: block;
}

.param-table-logo {
    padding-bottom: 20px;
}
.param-table-logo img {
	max-width: 240px;
	height: auto;
}

/* ================== NEWS ===================== */

.news-year {
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    justify-content: center;
}

.news-year li {
    display: inline-block;
    margin: 7px;
    list-style: none;
}

.news-year li a {
    text-decoration: unset;
}

.news-year li label {
    display: block;
    padding: 5px 20px;
    font-weight: bold;
    border: #cccccc solid 1px;
    border-radius: 5px;
    cursor: pointer;
}

.news-year input[type="radio"]:checked + label {
    color: #ffffff;
    background-color: #ac2a28;
}

.news-year input[type="radio"] {
    display: none;
}

.news-checkbox {
    display: none;
}

.news-checkbox ~ label {
    display: block;
    position: relative;
    margin: 0;
    border-radius: 15px;
    cursor: pointer;
}

.news-container {
    border-top: #a5a4a5  solid 2px;
    border-left: #a5a4a5  solid 2px;
    border-right: #414042 solid 2px;
    border-bottom: #414042 solid 2px;
    border-radius: 15px;
    margin: 15px 0;
}

.news-checkbox:checked ~ label {
    background-color: #ffffff;
}

.news-date {
    position: relative;
    padding: 20px 0 0 30px;
}

.news-logo {
    display: inline-block;
    padding: 15px 0 15px 10px;
    margin-left: 20px;
    vertical-align: middle;
}

.news-logo img {
    width: 60px;
    height: auto;
}

.news-name {
    display: block;
    position: relative;
    padding: 5px 0 20px 30px;
    font-size: 1.2em;
    font-weight: bold;
}

.news-item {
    display: block;
    position: relative;
    padding: 18px 50px 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
}

.news-item span {
    font-weight: normal;
}

.news-checkbox:checked ~ label .news-item span {
    display: none;
}

.news-amount {
    position: absolute;
    top: 17px;
    right: 70px;
    font-size: 1.3em;
    font-weight: bold;
}

.news-certificate {
    display: inline-block;
    padding: 20px 30px;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
}

.news-arrow {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #828184;
    border-bottom: 0;
    cursor: pointer;
}

.news-checkbox:checked ~ label .news-arrow {
    border-top: 0;
    border-bottom: 13px solid #ac2a28;
}

.news-container:hover .news-arrow {
    border-top: 13px solid #ac2a28;
}

.news-checkbox:checked ~ label .news-arrow span {
    top: 2px;
    left: -9px;
    border-top: 0;
    border-bottom: 13px solid #000000;
}

.news-content {
    display: none;
    position: relative;
    padding: 5px 40px 20px 370px;
}

.vacancies .news-content {
    padding: 0 40px 20px 30px;
    margin-top: -20px;
}

.news-content img {
    position: absolute;
    width: 300px;
    height: auto;
    top: 20px;
    left: 30px;
}

@media (max-width: 1020px) {
    .news-content {
        padding: 15px 40px 20px 40px;
    }

    .news-content img {
        position: relative;
        top: 10px;
        left: 0;
        margin-bottom: 20px;
    }

    .news-amount {
        position: relative;
        top: -10px;
        left: 30px;
        right: auto;
    }
}

@media (max-width: 640px) {
    .news-logo {
        float: left;
        padding: 15px 0 15px 10px;
        margin-left: 20px;
    }

    .news-logo img {
    }

    .news-certificate {
        float: right;
        width: calc(100% - 180px);
        padding: 20px 0;
        margin-right: 70px;
        font-size: 0.9em;
    }
}

@media (max-width: 430px) {
    .news-content img {
        position: relative;
        width: 100%;
        top: 10px;
        left: 0;
        margin-bottom: 20px;
    }
}

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

.news-checkbox:checked ~ .news-content, .news-checkbox:checked ~ .news-document {
    display: block;
}

.news-checkbox:checked ~ .news-gallery {
    display: flex;
}

.news-document {
    display: none;
    margin: 0 40px 0 30px;
    border-top: #e6e7e8 solid 3px;
}

.news-document p {
    font-size: 1.1em;
    text-align: center;
    padding-bottom: 20px;
}

.news-document img {
    width: 250px;
    height: auto;
    margin-top: 10px;
}

.news-params {
    padding: 0 40px 0 30px;
    display: none;
}

.news-params table {
    width: 100%;
    margin: 5px 0 20px 0;
    padding-top: 20px;
    border-top: #e6e7e8 solid 3px;
}

.news-params table td {
    font-size: 1.2em;
}

.news-table-label {
    width: 15%;
}

.news-table-value {
    width: 35%;
    font-weight: bold;
}

.news-gallery {
    display: none;
    flex-flow: row wrap;
    align-content: stretch;
    justify-content: flex-start;
    padding: 0 40px 0 30px;
    margin: 40px 0;
}

.news-gallery a {
    width: 24%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.news-gallery img {
    width: 100%;
    height: auto;
}

.news-checkbox:checked ~ label .news-params {
    display: block;
}

.news-checkbox:checked ~ label .news-gallery {
    display: flex;
}

.stock-params {
    padding: 0 40px 0 30px;
    display: none;
}

.stock-params table {
    margin-top: 5px;
    padding-top: 20px;
}

.stock-params table td {
	width: 50%;
    font-size: 1.2em;
}

.stock-table-label {
    min-width: 130px;
}

.stock-table-value {
    font-weight: bold;
    white-space: nowrap;
}

.stock-table-left {
    display: inline-block;
    width: 100%;
    margin-right: 2% !important;
	padding-bottom: 40px;
	border-bottom: #7f9aac solid 1px;
}

.stock-table-right {
    position: relative;
    display: inline-block;
    width: 48%;
}

.news-checkbox:checked ~ label .stock-params {
    display: block;
}

@media (max-width: 1020px) {
    .news-gallery a {
        width: 23%;
        margin-right: 1%;
    }
}

@media (max-width: 900px) {
    .stock-params table {
        width: 100%;
        margin-right: 0;
    }

    .news-gallery a {
        width: 31%;
        margin-right: 1%;
    }

    .stock-table-left {
        margin-bottom: 0;
    }
}

@media (max-width: 700px) {
    .news-gallery a {
        width: 48%;
        margin-right: 1%;
    }
}

@media (max-width: 450px) {
    .news-gallery a {
        width: 100%;
        margin-right: 0;
    }
}

.load-more-button {
    display: block;
    width: 310px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 7px 0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: #ffffff solid 2px;
    border-radius: 10px;
    background-color: #1190d9;
}

.load-more-button:hover {
    border-color: #ac2a28;
}

@media (max-width: 430px) {
    .load-more-button {
        width: 260px;
    }
}

#home-news {
	display: none;
    margin-bottom: 40px;
}

.home-news-container {
    display: flex;
    flex-flow: row nowrap;
    align-content: flex-start;
    justify-content: space-between;
}

.home-news-container li {
    display: inline-block;
    width: calc(33% - 30px);
    margin: 0 0 30px 0;
    list-style: none;
    text-align: center;
}

.home-news-container li a {
    width: 100%;
    text-decoration: none;
}

.home-news-container li img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.home-news-container li span {
    padding: 0 !important;
}

#home-news .news-image {
    display: table-cell;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

#home-news .news-date {
    display: block;
    margin-top: 20px;
    text-align: left;
}

#home-news .news-name {
    display: block;
    padding: 0;
    font-size: 1.1em;
    text-align: justify;
}

@media (max-width: 1020px) {
    #home-news .news-image {
        height: 100px;
    }

    .home-news-container li {
        width: calc(33% - 20px);
    }
}

@media (max-width: 600px) {
    .home-news-container {
        flex-flow: row wrap;
    }

    #home-news .news-image {
        height: 150px;
    }

    .home-news-container li {
        display: block;
        width: 100%;
        text-align: left;
    }
}

/* ================== DOWNLOADS ================== */

.downloads-select {
	display: none;
    position: relative;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 35px;
    z-index: 50;
}

.downloads-select:hover span {
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 20px #ac2a28;
}

.downloads-select::after {
    content: '';
    position: absolute;
    top: 24px;
    right: 30px;
    width: 26px;
    height: 20px;
    background: url(../svg/arrow.svg) no-repeat;
    z-index: 11;
}

.downloads-select li {
    display: none;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    z-index: 10;
}

.downloads-select:hover li {
    display: block;
    border-left: #939598 solid 2px;
    border-right: #939598 solid 2px;
}

.downloads-select li:hover {
    background-color: #efefef;
}

.downloads-select li:first-child {
    display: block;
    border: #7f9aac solid 2px;
    border-radius: 10px;
    background: none;
}

.downloads-select:hover li:first-child {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.downloads-select:hover li:first-child:hover {
    background-color: #efefef;
}

.downloads-select li:last-child {
    border-bottom: #939598 solid 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.downloads-select li a {
    display: block;
    padding: 15px 30px;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
}

.downloads-list {
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    justify-content: left;
    margin-bottom: 70px;
}

.downloads-list li {
    display: block;
    margin: 0;
    width: 160px;
    text-align: center;
}

.downloads-list li a {
    display: block;
    text-decoration: none;
}

.downloads-list li a:hover {
    border-radius: 10px;
    background-color: #f3f3f3;
}

.downloads-list li a img {
    width: 40px;
    height: auto;
    margin: 15px 0 15px 0;
}

.downloads-date {
    display: block;
    padding: 5px 0;
    font-size: 0.9em;
    font-weight: normal !important;
}

.downloads-list li a span:last-child {
    display: block;
    padding-bottom: 15px;
    font-size: 1.1em;
}

.downloads-list li:hover a span:last-child {
    color: #ac2a28;
}

/* ================== FOOTER ===================== */

#footer {
    z-index: 20;
}

#footer a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

#footer-upper {
    min-height: 250px;
    border-top: #a5a4a5 solid 13px;
    background: url(../img/footer-upper-bg.jpg);
}

#footer-upper .section-content {
    display: flex;
    flex-flow: row wrap;
    align-content: stretch;
    justify-content: center;
    position: relative;
}

.footer-column {
    display: block;
    width: calc(25% - 25px);
    margin: 30px 25px 30px 0;
    color: #ffffff;
    font-size: 1.1em;
}

.footer-column li {
    width: 100%;
    margin-left: 0;
    list-style: none;
    text-align: left;
}

.footer-column li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
}

.footer-column li a:hover {
    color: #bcbec0 !important;
}

.footer-column li:first-child {
    margin-bottom: 12px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold !important;
    border-bottom: #7f7e7f solid 2px;
}

.footer-column li:first-child a {
    font-weight: bold !important;
}

@media (max-width: 650px) {
    .footer-column {
        width: calc(50% - 25px);
    }
}

@media (max-width: 420px) {
    .footer-column {
        width: 100%;
    }
}


#footer-lower {
    position: relative;
    padding: 55px 0 35px 0;
    background: url(../img/footer-lower-bg.jpg);
}

.footer-logo {
    position: absolute;
    top: -20px;
    left: 0;
}

.footer-logo span {
    display: block;
    width: 142px;
    height: 85px;
    background: url(../img/logo-desetra-footer.png) no-repeat;
}


.footer-copywrite {
    display: block;
    position: relative;
    margin-left: 250px;
    color: #ffffff;
}

@media (max-width: 1020px) {
    .footer-logo {
        left: 20px;
    }
}

@media (max-width: 650px) {
    .footer-logo {
        top: -60px;
    }

    .footer-copywrite {
        margin-top: 70px;
        margin-left: 0;
    }
}


#cookie-container {
    display: none;
    position: fixed;
    bottom: 0;
    width: calc(100% - 280px);
    padding: 30px 250px 30px 30px;
    vertical-align: middle;
    background-color: #ffffff;
    box-shadow: 0 0 20px #000000;
    z-index: 100;
}

#cookie-container span {
    display: block;
}

#cookie-container-button {
    display: block;
    position: absolute;
    width: 150px;
    right: 30px;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    background-color: #ac2a28;
}
@media (max-width: 550px) {
	#cookie-container {
		width: calc(100% - 60px);
		padding: 30px;
	}
	#cookie-container-button {
		position: relative;
		right: auto;
		margin-bottom: 20px;
	}
}

.param-table-container table td img.icon-acrobat {
    background: url("../svg/icon-acrobat.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.downloads-list li a img.icon-acrobat {
    background: url("../svg/icon-acrobat.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.portfolio-tabs li {
    display: inline-block;
    width: calc(25% - 4px);
    margin: 0;
    vertical-align: top;
}

img[data-preview] {
    cursor: pointer;
}

.bootbox-body img[data-preview] {
    width: 100%;
}