*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

::selection {
    background-color: #72021a;
    color: #fff;
}

::-moz-selection {
    background-color: #72021a;
    color: #fff;
}



body {
    margin: 0;
    padding: 0;
    /* background-image: url(../images/pattern.png); */
    background: #f7f7f7 url(../images/bg04.png);
    background-position: 0px 0px;
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: Helvetica, Arial, sans-serif; 
    /* font-family: 'Yanone Kaffeesatz', Arial, sans-serif;  */
    /* font-family: Garamond, serif; */
}

.total-wrapper {
    /* background-color: #ffffff; */
    padding-bottom: 25px;
}

header {
    /*
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    */

    padding: 10px 0;
}

a {
    text-decoration: none;
    color: #000;    
}

a:hover {
    text-decoration: none;
    color: #000;
}

header h1 {
    margin: 0;
    padding: 0 20px;
}

footer {
    background-color: #44000f00;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    position: relative;
    left: 0;
    margin: 0;
}

.footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.main-logo {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.footer-icon {
    font-size:40px;
    color:#44000f;
    margin: 5px;
}

.footer-icon-link:hover {
    text-decoration: none;
}

.footer-c {
    color: #000000;
    font-size: 12pt;
}

.footer-left-info {
    text-align: left;
    font-size: 12pt;
    color: #000000;
}

.footer-right-info {
    text-align: right;
    font-size: 12pt;
    color: #000000;
}

.footer-right-info a {
    color: #000000;
}


.parmums-text {
    font-style: italic;
    margin: 0;
}

.sakums-card {
    border: none;
    text-align: center;
}

h1 {
    font-style: normal;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.1em;
    letter-spacing: .08em;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #44000f;
    font-family:
    'Yanone Kaffeesatz', Arial, sans-serif;
}

h2 {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;

    color: #44000f;
}

h3 {
    font-size: 24px;
    line-height: 1.18em;
    letter-spacing: .1em;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50px;
    color: #44000f;
}

h5 {
    color: #44000f;
    text-align: center;
    text-transform: uppercase;
}


.noborder {
    border: none;
}


.nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-item, .li-item {
    position: relative;    
}

.li-item {
    margin-right: 25px;
    text-decoration: none;
    color: #44000f;
    border-color: #ffffff00;
    border-bottom: 2px solid transparent;
}



.item-active {
    color: #72021a;
    margin-right: 25px;
    text-decoration: none;

} 



.nav-link {
    color: #000000;
    border-bottom: 2px solid #ffffff00;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .19em;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}

.nav-link::after {
    color: #44000f;
}

.nav-link:hover {
    color: #72021a;
    border-bottom: 2px solid #72021a;
}





.link-active {
    color: #72021a;

}



.link-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    border-bottom: 2px solid #72021a;
    transition: border-color 0.3s ease;
}






.image-header-1 {
    font-size: 16pt;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
    background-image: url('/images/header-1.jpg');
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
}

.img-garantijas {
    height: 100%;
    object-fit: cover;
}

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

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    background-color: rgb(255, 255, 255);
    outline: none;
    color: #000000;
}

input, textarea, select {
    color: #474f51;
    font-size: 16pt;
    line-height: 1.85em;
    font-weight: 300;
}

input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    background-color: rgb(255, 255, 255);
    outline: none;
    color: #000000;
}

.file-container {
    color: #000000;
    width: 100%;
    padding: 14px 20px 12px 20px;
    background-color: rgb(255, 255, 255);
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #555;
    /* border-radius: 4px; */
    background-color: rgb(255, 255, 255);
    resize: none;
    color: #000000;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #44000f;
    border: none;
    color: white;
    padding: 6px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=button]:hover {
    background-color: #ff0000;
}

.img-dati {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.msgsent {
    color: #44000f;
    font-weight: 300;
}

.tab {
    display: inline-block;
    margin-left: 20px;
}

.red-select {
    color: #FF0000;
}