@import url('table.css');
@import url('modal.css?v=1.3');
@import url('home-3-slider.css?v=1.0');
@import url('menu.css');
@import url('accordion.css');
@import url('icons.css');
@import url('responsive.css?v=1.0');

/* open-sans-regular - latin */

@font-face {
    font-family: 'AtypDisplay Bold', Arial, Sans-Serif;
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/AtypDisplay-Bold.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/AtypDisplay-Bold.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'AtypText', Arial, Sans-Serif;
    font-style: normal;
    /* font-weight: 700; */
    src: local(''), url('../fonts/AtypText-Regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/AtypText-Regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'AtypDisplay Semibold';
    font-style: normal;
    /* font-weight: 700; */
    src: local(''), url('../fonts/AtypDisplay-Semibold.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/AtypDisplay-Semibold.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* noto-sans-regular - latin */

@font-face {
    font-family: 'Noto Sans', Arial, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/noto-sans-v21-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/noto-sans-v21-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
    --nav-active-bg: #76bc21;
    --dusk: #525584;
}

.container {
    max-width: 1280px !important;
}


/* h1 {
  font-family: 'AtypDisplay', Arial, Sans-Serif;
  font-size: 2.625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #76bc21;
}

h2 {
  font-family: 'AtypDisplay', Arial, Sans-Serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #535386;
} */


/* h2 {
  font-family: 'Noto Sans', Arial, Sans-Serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: left;
  color: #76bc21;

} */


/* sadaļa HEDERIS, NAVIGĀCIJAS JOSLA */


/* .navbar {
  margin: 0 0 11px;
  padding: 47.5px 40px 106.1px;
  background-color: #eef5e3;
} */


/* .header .top {
  background-color: #eef5e3;
  z-index: 5000000;
} */

.dp .header .navbar-brand {
    position: absolute;
    display: block;
    top: 52px;
    left: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

img.logo-circle {
    clip-path: circle(25px at 110px);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    transition: all 1s ease;
}

img.logo-full {
    clip-path: polygon(0 0, 80px 0, 80px 99%, 0% 100%);
    transition: all 0.9s ease;
}

.animate-top-logo img.logo-circle {
    margin-left: -135px;
}

.animate-top-logo img.logo-full {
    clip-path: polygon(0 0, 0 0, 0 99%, 0% 100%);
}

.header .container-fluid {
    position: fixed;
    top: 0;
    z-index: 110;
    max-width: 1280px;
}


/* --=== Navigācijas josla ===-- */

.header .bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 110;
    background-color: #525584;
}

nav.nav {
    height: 37px;
}

.header .bottom .nav-link:hover {
    background-color: var(--nav-active-bg);
    font-weight: bold;
    color: #eef5e3;
    margin-top: -10px;
    line-height: 47px;
}

.home-2 .info-btn .btn,
.header .bottom .nav-link {
    /* font-family: 'AtypDisplay Semibold', Arial, Sans-Serif; */
    font-family: 'AtypText', Arial, Sans-Serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    color: #eef5e3;
}

.header .bottom .nav-link {
    width: 217px;
    font-size: 14px;
    line-height: 35px;
    padding: 0;
    border-right: 1px solid #eef5e3;
}

.header .bottom .nav-link:nth-child(1) {
    border-left: 1px solid #eef5e3;
}

.header .bottom .nav-link.active {
    font-weight: bold;
    color: #eef5e3;
    border-bottom: 3px solid var(--nav-active-bg);
}


/* NAVIGĀCIJAS JOSLA - ZAĻĀ KRĀSĀ*/

.header .bottom.green {
    background-color: #eef5e3;
}

.header .bottom.green .nav-link:hover {
    color: #eef5e3;
}

.header .bottom.green .nav-link {
    color: #525584;
    width: 213.3px;
    border-right: 0.5px solid #525584;
}

.header .bottom.green .nav-link:nth-child(1) {
    border-left: 0.5px solid #525584;
}

.header .bottom.green .nav-link.active {
    border-bottom: none;
}


/* sadaļa AUGŠĒJAIS BANERIS */

.home-2,
.home-3 {
    min-height: 84vh;
    background-color: #eef5e3;
    display: flex;
    align-items: center;
}

.home-2 .novadu-karte img {
    width: 767.7px;
}

.home-2 .novadu-karte {
    margin-top: -340px;
    padding: 0 20px;
}

.home-3 .ceks img {
    width: 642.4px;
}

.home-3 .ceks {
    margin-top: -335px;
    margin-right: 100px;
}

.nav-depozit {
    padding: 100px 0 0 85px;
}

.nav-depozit,
.nav-depozit a {
    font-family: 'AtypDisplay Semibold';
    font-size: 71px;
    color: #535386;
    text-decoration: none;
}

.nav-depozit a {
    padding-right: 12px;
}

.nav-depozit span {
    display: inline-block;
    transform: rotate(32deg) translateY(-10px);
    border-right: 4px solid #76bc21;
    height: 30px;
    margin-right: 8px;
}

.nav-depozit span,
.nav-depozit a:hover,
.nav-depozit a:focus,
.nav-depozit a.active {
    color: #76bc21;
}

.index-image {
    overflow: hidden;
    background-color: #eef5e3;
    contain: content;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    flex-direction: column
}

.home-1 h3 {
    max-width: 299px;
    /* min-height: 158px; */
    margin: 66.4px 13.8px 0 85px;
}

.home-2 h3 {
    max-width: 305px;
    /* min-height: 116px; */
    margin: 66.4px 32.6px 34.7px 85px;
}

.home-3 h3 {
    max-width: 332px;
    /* min-height: 116px; */
    margin: 66.4px 32.6px 0 85px;
    line-height: 1.31;
}

.home-2 .skaitlis {
    color: #76bc21;
}

.bizness-tirgotajiem,
.bizness-horeca,
.bizness-iepakotajiem {
    min-height: 682px;
}

.bizness-iepakotajiem img.baneris,
.bizness-horeca img,
.bizness-tirgotajiem img.baneris {
    object-fit: cover;
    max-height: 682px;
    width: 100%;
    position: absolute;
}

.par-mums {
    min-height: 720px;
}

.par-mums img.baneris {
    object-fit: cover;
    max-height: 720px;
    width: 100%;
    position: absolute;
}

.aktualitates-viena,
.aktualitates-visas {
    min-height: 376.1px;
    background-color: #eef5e3;
}

.aktualitates.viena .container {
    padding: 70px 97px 0 97px;
}

.aktualitates.visas .container {
    padding: 49.8px 97px 40px 97px;
}

.aktualitates.citas .container {
    padding-bottom: 50px;
}

.aktualitates.visas h4 {
    font-size: 24px;
    margin-bottom: 57px;
    line-height: 1.11;
}


/* .aktualitates.visas h4:hover {
  color: #bc9bc5;
  transition: color 0.3s;
  transition-timing-function: ease-in-out;
} */

.aktualitates.visas .date {
    padding: 23px 0 6px;
    font-size: 12px;
}


/* sadaļa VIDEO (EDIJS) */

.video .video-1 img {
    width: 100%;
    height: auto;
    margin: 153px auto 68.2px auto;
    object-fit: contain;
    align-items: center;
    vertical-align: middle;
}


/* sadaļa ATTĒLU SLAIDERIS */

.par-dio,
.ko-drikst-atgriezt {
    background-color: #eef5e3;
}

.ko-drikst-atgriezt .container {
    padding: 107.7px 97px 84.8px;
}


/*
.kopa-savakti-iepakojumi {
  display: none;
} 
*/


/* BANERI */

.aktualitates-viena h1,
.aktualitates-visas h1,
.bizness-horeca h1,
.bizness-tirgotajiem h1,
.par-mums h1,
.bizness-iepakotajiem h1,
.kopa-savakti-iepakojumi h1 {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 81px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #525584;
}

.par-mums h1 {
    max-width: 576px;
    min-height: 81px;
    color: #eef5e3;
    padding: 235px 0 20px 85px;
    position: relative;
}

.bizness-tirgotajiem h1 {
    max-width: 567px;
    min-height: 165px;
    color: #eef5e3;
    padding: 285px 0 0 85px;
    position: relative;
}

.bizness-iepakotajiem h1 {
    max-width: 567px;
    min-height: 81px;
    color: #525584;
    padding: 190px 0 0 85px;
    position: relative;
}

.bizness-horeca h1 {
    max-width: 567px;
    min-height: 81px;
    color: #525584;
    padding: 285px 0 0 85px;
    position: relative;
}

.aktualitates-viena h1,
.aktualitates-visas h1 {
    /* max-width: 567px; */
    /* min-height: 81px; */
    padding: 203px 0 0 85px;
}


/* ZAĻIE VIRSRAKSTI */

.kontakti-sia h2,
.uzdod-jautajumu h2,
.dalibnieki h2,
.komanda h2,
.finansu-informacija h2,
.par-dio h2,
.ko-drikst-atgriezt h2,
.kur-atgriezt h2,
.aktualitates h2,
.buj h2,
.dokumenti h2 {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #76bc21;
}

.buj-2 h2 {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.37;
    letter-spacing: normal;
    text-align: left;
    color: #76bc21;
}


/* ZILIE VIRSRAKSTI */

.home-1 h3,
.home-2 h3,
.home-3 h3,
.lielais-slaideris h3,
.ko-drikst-atgriezt .slide-text h3,
.dzerienu-saraksts h3,
.kopa-savakti-iepakojumi h3,
.aktualitates .visas-aktualitates .btn,
.aktualitates .skiro .skiro-v,
footer .pieraksties-musu-jaunumiem h3 {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #525584;
}


/* ZILIE APAKŠVIRSRAKSTI */

.kontakti-sia h4,
.komanda h4,
.maksas-aprite h4,
.finansu-informacija h4,
.musu-merki,
.dio-misija h4,
.par-dio h4,
.ko-drikst-atgriezt h4,
.kur-atgriezt h4,
.vai-iepakojums-ieklauts h4,
.vai-iepakojums-ieklauts table,
.aktualitates h4,
.buj .neatradi h4,
.buj .tab-content button,
.buj .jauta .btn,
.dokumenti .apraksts h4 {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #525584;
}

.buj-2 .neatradi h4,
.buj-2 .tab-content button,
.buj-2 .jauta .btn {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.67;
    letter-spacing: normal;
    text-align: left;
    color: #535386;
}

.buj-2 .jauta .btn {
    width: 186px;
    height: 46px;
    padding: 14px 0.5px 14px;
    margin-bottom: 101px;
    border: solid 1px #4e5389;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #535386;
    border-radius: 0;
}

.buj-2 .jauta .btn:focus {
    outline: 0;
    box-shadow: 0 0 0;
}


/* ZILIE APAKŠVIRSRAKSTI AKORDEONĀ*/

.dio-misija h5,
.vai-iepakojums-ieklauts h5,
.komanda h5,
.finansu-informacija h5,
.aktualitates.viena .apraksts h5,
.jaunumu-lapas .page-item a,
.buj .buj-accordion h5,
.dokumenti .accordion-header,
.dokumenti .accordion-button,
.ka-nodot .accordion-button {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    text-align: left;
    color: #535386;
}

.dokumenti .accordion-header {
    padding: 23.6px 25px 17.3px 25px;
}

.dokumenti-action a {
    margin: 0 15px;
}

a.dokumenti-download,
a:hover.dokumenti-download {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #525584;
    text-transform: uppercase;
    text-decoration: none;
}

.dokumenti .apraksts {
    padding: 0 97px 40px;
}

.dokumenti h2 {
    padding: 89px 0 50px 0;
}

.dokumenti.iepakotajiem .apraksts,
.dokumenti.tirgotajiem .apraksts,
.dokumenti.horeca .apraksts {
    padding-top: 72px;
}

.dokumenti.horeca .apraksts p {
    margin: 61.8px 0 0 0;
}

.dokumenti.horeca .apraksts h2 {
    padding: 68.4px 0 48.4px 0;
}

.dokumenti.horeca .apraksts h5.vr {
    padding: 99.2px 0 10px 0;
    font-size: 21px;
    margin: 0;
    color: #525584;
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
}

.dokumenti.horeca .apraksts .info-btn {
    padding-bottom: 99.7px;
}

.dokumenti.markejums .apraksts {
    padding-bottom: 121.7px;
}

.dokumenti.markejums h2 {
    padding: 21px 0 17.7px 0;
}

.dokumenti .apraksts p {
    margin: 17.6px 0 40px 0;
    opacity: 0.8;
}

.aktualitates .visas-aktualitates .btn {
    width: 186px;
    height: 46px;
    margin: 0 0 123.8px;
    padding: 14px 0.5px 14px;
    border: solid 1px #4e5389;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #535386;
    border-radius: 0;
}

.aktualitates.citas .visas-aktualitates .btn {
    margin: 0 0 94.4px;
}

.aktualitates .visas-aktualitates .btn:hover {
    color: #eef5e3;
    background-color: #535386;
}

.aktualitates .skiro .skiro-v {
    line-height: 0.89;
    padding: 0 0 11px;
    font-size: 36px;
    color: #76bc21;
}

.tabbed-content .nav-tabs .nav-link,
.tabbed-content .nav-tabs .nav-link.active {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #525584;
    padding-bottom: 6.8px;
    border: none;
}

.tabbed-content .nav-tabs .nav-link {
    opacity: 0.4;
    margin: 0 auto;
}

.tabbed-content .nav-tabs .nav-link.active {
    opacity: 1;
    background-color: #eef5e3;
    border-bottom: 3px solid #535386;
}

.buj .tab-content button {
    font-size: 18px;
    line-height: 0.89;
}

.buj .jauta .btn {
    width: 186px;
    height: 46px;
    padding: 14px 0.5px 14px;
    /* margin-bottom: 110px; */
    border: solid 1px #4e5389;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #535386;
    border-radius: 0;
}

.buj .jauta .btn:hover {
    /* border: solid 1px #4e5389; */
    background-color: #535386;
    color: #eef5e3;
}

.home-2 .info-btn .btn:focus,
.aktualitates .visas-aktualitates .btn:focus,
.buj .jauta .btn:focus {
    outline: 0;
    box-shadow: 0 0 0;
}

.kopa-savakti-iepakojumi h3 {
    line-height: 1.31;
    color: #eef5e3;
}

.kopa-savakti-iepakojumi h1 {
    margin: 0 0 20px;
    font-size: 81px;
    line-height: 0.79;
    white-space: nowrap;
}

.baneris {
    font-size: 81px;
    line-height: 1.14;
}

.dzerienu-saraksts h3 {
    max-width: 497.7px;
    min-height: 64px;
    margin: 0 0 47.1px 0;
    font-size: 24px;
    line-height: 1.33;
}

.aktualitates a,
.aktualitates h4 {
    opacity: 1;
    font-size: 24px;
    color: #535386;
    margin-bottom: 15px;
}

.aktualitates a {
    text-decoration: none;
}

.aktualitates h4:hover {
    color: #bc9bc5;
    transition: color 0.3s;
    transition-timing-function: ease-in-out;
}

.buj .neatradi h4 {
    font-size: 24px;
    line-height: 0.67;
    color: #535386;
    padding: 21.5px 95px 7px 30px;
}

.buj .neatradi.home-3-jautajums h4 {
    margin: 102.5px 0 34px 0;
    padding: 0;
    text-align: center;
    line-height: 1.10;
}

.buj-2 .neatradi.cits h4 {
    /* font-size: 24px;
  line-height: 0.67;
  color: #535386; */
    padding: 0 15px 0 15px;
    margin: 80px 0 10px 0;
}

.buj-2 .neatradi.home-3-jautajums h4 {
    margin: 71.4px 0 37px 0;
    padding: 0;
    /* text-align: center; */
}

.ko-drikst-atgriezt .zinaji {
    margin: 85.6px 0 0 27px;
}

.ko-drikst-atgriezt h4 {
    line-height: 2.33;
}

.kontakti-sia p a,
.komanda p,
.musu-merki p,
.par-dio p,
.dio-misija .misija p,
.par-mums p,
.maksas-aprite .diagramma-3 p,
.aktualitates .date,
.aktualitates p,
.aktualitates .skiro .skiro-p,
.tab-content .neatradi .header-value,
.tab-content .neatradi p,
.dzerienu-saraksts .virsraksts,
.dzerienu-saraksts span.iepakojuma-veids,
.dzerienu-saraksts .neieskaitot,
.ko-drikst-atgriezt p,
.kopa-savakti-iepakojumi p,
footer .pieraksties-musu-jaunumiem .form-check-label,
.dokumenti .apraksts p,
.ka-nodot p {
    font-family: 'Noto Sans', Arial, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #525584;
}


/* --== PAR MUMS ==-- */

.par-mums p {
    max-width: 621px;
    min-height: 145.4px;
    color: #eef5e3;
    opacity: 0.8;
    padding-left: 85px;
}

.par-dio .container,
.dio-misija .container,
.musu-merki .container,
.finansu-informacija .container,
.maksas-aprite .container,
.komanda .container,
.dalibnieki .container,
.uzdod-jautajumu .container,
.kontakti-sia .container {
    padding: 30px 97px;
}

.par-dio h2 {
    padding: 152px 75px 67.6px 0;
}

.par-dio h4 {
    margin: 221.4px 166px 30px 93px;
    text-transform: uppercase;
}

.par-dio p.kreisais-teksts {
    margin: 0 93px 0 0;
    opacity: 0.8;
}

.par-dio p.labais-teksts {
    margin: 0 0 0 93px;
    opacity: 0.8;
}

.par-dio .par-dio-img img {
    width: auto;
    max-height: 582px;
}

.par-dio .laba img {
    margin: 43px 0 67px 15px;
    border-radius: 10px;
}

.par-dio .kreisa img {
    margin: 67px 15px 43px 0;
    border-radius: 10px;
}

.dio-misija h4 {
    text-transform: uppercase;
    margin: 51px 0 68px;
}

.dio-misija h5 {
    line-height: 1.29;
}

.dio-misija .carousel-item>div {
    max-width: 342px;
    justify-content: center;
}

.dio-misija .title {
    width: 342px;
    height: 130.4px;
    margin: 30.9px 20px 0 20px;
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.29;
    text-align: center;
    color: #535386;
}

.dio-misija h5 {
    line-height: 1.29;
}

.dio-misija .misija img {
    margin-bottom: 30.9px !important;
}

.dio-misija .misija h5 {
    font-size: 21px !important;
    margin-bottom: 20px;
}

.dio-misija .misija p {
    line-height: 1.5 !important;
    opacity: 0.8 !important;
    padding-bottom: 21px;
}

.musu-merki h4 {
    text-transform: uppercase;
    margin: 59.7px 0;
}

.musu-merki p {
    width: 255px;
    height: 75px;
    margin: 0 30px 98px 0;
    opacity: 0.8;
    line-height: 1.5;
}

.musu-merki img {
    width: 47px;
    height: 47px;
    margin: 5px 13px 5px 13px;
}

.musu-merki .merki p {
    margin: 0 0 17px 0;
    height: 95px;
}

.musu-merki .merki {
    margin-bottom: 50px;
}

.musu-merki .merki img {
    width: 35.2px;
    height: 35.2px;
    margin: 0 0 15px 0;
}

.finansu-informacija .diagramma {
    height: auto;
    width: 100%;
}

.finansu-informacija .diagramma img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.finansu-informacija .diagramma.mini span {
    display: block;
    text-align: center;
    border-radius: 11.15px;
    width: 22.3px !important;
    height: 22.3px !important;
    /* padding: 5.2px 9.6px 5.2px 9.6px !important; */
    background-color: var(--dusk) !important;
    color: #eef5e3 !important;
}

.diagramma.mini .info-tooltip {
    position: absolute;
    z-index: 1;
}

.diagramma.mini .info-tooltip:hover .info-tooltip-body {
    z-index: -1;
}

#fin-info-1 {
    top: 38px;
    right: 49px;
}

#fin-info-1 .info-tooltip-body {
    top: 11px;
    right: -11px;
}

#fin-info-2 {
    left: 44px;
    bottom: 50px;
}

#fin-info-2 .info-tooltip-body {
    bottom: -11px;
    left: 11px;
}

#fin-info-3 {
    left: 34px;
    top: 38px;
}

#fin-info-3 .info-tooltip-body {
    top: 11px;
    left: 11px;
}

.finansu-informacija .diagramma.mini {
    margin: 47px auto 50.6px;
}

.finansu-informacija .apraksts h2 {
    margin: 50px 0 20px;
}

.maksas-aprite .apraksts h4,
.finansu-informacija .apraksts h4 {
    margin: 57.7px 0;
}

.maksas-aprite .diagramma-3 h4 {
    font-size: 16px;
    margin: 52.6px 0 19.8px;
}


/* .maksas-aprite .diagramma-3 h4 {
  font-size: 16px;
} */

.maksas-aprite .apzimejums-1 {
    margin-right: 41.8px;
}

.maksas-aprite .apzimejums-1 p,
.maksas-aprite .apzimejums-2 p {
    margin: 10px 0;
    font-size: 13px;
    vertical-align: bottom;
    opacity: 0.8;
}

.maksas-aprite .skaidrojums p {
    /* margin: 10px 0;
  font-size: 13px;
  vertical-align: bottom; */
    opacity: 0.8;
    margin: 0 0 28.3px;
    line-height: 1.5;
}

.maksas-aprite .skaidrojums>div {
    border-top: 1px solid #525584;
}

.maksas-aprite .skaidrojums {
    margin: 23.2px 0 33.9px;
}

.maksas-aprite .skaidrojums h4 {
    margin: 17.3px 0 5.9px;
}

#swiper-maksas-aprite {
    padding-bottom: 61px;
}

#swiper-maksas-aprite .swiper-slide-1 img {
    clip-path: inset(0 40% 0 0);
    width: 160%;
}

#swiper-maksas-aprite .swiper-slide-2 img {
    clip-path: inset(0 0 0 60%);
    width: 160%;
    position: absolute;
    right: 40%;
}

#swiper-maksas-aprite .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #525584;
}

#swiper-maksas-aprite .swiper-pagination-bullet-active {
    background-color: #525584;
}

.finansu-informacija .diagramma-teksts h5 {
    max-width: 586px;
    margin: 20px 0 120px;
    font-size: 21px;
    line-height: 1.52;
}

.finansu-informacija .dokumenti-accordion {
    margin: 0 0 120px;
}

.dio-misija,
.maksas-aprite {
    background-color: #eef5e3;
}

.maksas-aprite .diagramma-2 {
    margin-bottom: 50px;
}

.maksas-aprite img {
    width: 1086px;
    height: auto;
    background-color: #eef5e3;
}

.maksas-aprite .apzimejums-1 img {
    width: 137.1px;
    height: auto;
    margin: 5px 0;
}

.maksas-aprite .apzimejums-2 img {
    width: 113.1px;
    height: auto;
}


/* ==============*/


/* .maksas-aprite .diagramma-3 img.aprite{
  position:absolute;
  left:50%;
  background-image: url('Images/banneriPhone.png');
  width:774px;
  height:759px;
  overflow-x:hidden;
  overflow-y:hidden;
} */


/*===============*/

.dalibnieki {
    background-color: #525584;
}

.dalibnieki h2 {
    padding: 54.8px 0 0 0;
}

.dalibnieki img {
    padding: 28px 0 39.3px 0;
}

.komanda .img-komanda img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    background-color: #eef5e3;
}

.komanda h2 {
    margin: 70px 0;
}

.komanda h4 {
    margin: 100px 0 24px 0;
}

.komanda h5 {
    text-transform: uppercase;
}

.komanda h5 {
    padding: 0 0 24px 0;
    font-size: 21px;
}

.komanda .vadiba hr {
    width: 186px;
    height: 1px;
    margin: 0;
    color: #525584;
    opacity: 1;
    margin-bottom: 11.5px;
}

.komanda .vadiba p {
    margin: 0 0 14.5px 0;
    font-weight: 300;
}

.komanda .padome p {
    margin: 0 0 50px 0;
    width: 205px;
    height: 70px;
}

.komanda .padome h5 {
    padding: 0 0 15px 0;
}

.komanda .vadiba .header-value {
    font-family: 'Noto Sans', Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    color: #525584;
    text-decoration: none;
}

.aktualitates.viena .carousel-indicators,
.dio-misija .misija .carousel-indicators,
.musu-merki .merki .carousel-indicators,
.komanda .padome .carousel-indicators,
.komanda .vadiba.slide .carousel-indicators {
    margin-bottom: 0;
}

.aktualitates.viena .carousel-indicators [data-bs-target],
.dio-misija .misija .carousel-indicators [data-bs-target],
.musu-merki .merki .carousel-indicators [data-bs-target],
.komanda .padome .carousel-indicators [data-bs-target],
.komanda .vadiba.slide .carousel-indicators [data-bs-target] {
    margin: 0 7.5px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    border: 1px solid #525584;
}

.dio-misija .misija .carousel-indicators [data-bs-target],
.musu-merki .merki .carousel-indicators [data-bs-target] {
    background-color: transparent;
}

.aktualitates.viena .carousel-indicators .active[data-bs-target],
.dio-misija .misija .carousel-indicators .active[data-bs-target],
.musu-merki .merki .carousel-indicators .active[data-bs-target],
.komanda .padome .carousel-indicators .active[data-bs-target],
.komanda .vadiba.slide .carousel-indicators .active[data-bs-target] {
    background-color: #525584;
}

.komanda .vadiba.slide .carousel-inner {
    margin-bottom: 67px;
}

.komanda .padome .padome h5 {
    padding: 0px 0 10px 0 !important;
}

.komanda .padome .padome p {
    margin: 0 0 16px 0;
    line-height: 1.5;
}

.komanda .padome.mala {
    margin-bottom: 90px;
}

.kontakti-sia h2 {
    margin: 50px 0 38px;
}

.kontakti-sia h4 a {
    margin: 0 0 70px;
    line-height: 1.5;
    color: #535386;
}

.kontakti-sia p {
    margin: 0 0 40px;
    color: #535386;
}

.kontakti-sia .sia p {
    line-height: 2.25;
}

.kontakti-sia .darba-laiks p {
    opacity: 0.8;
}

.uzdod-jautajumu h2 {
    padding-top: 110px;
}

.uzdod-jautajumu .form-label {
    margin: 90.6px 0 14px 0;
    font-family: 'AtypDisplay Semibold';
    font-size: 21px;
    font-weight: bold;
    line-height: 0.76;
    color: #535386;
}

.uzdod-jautajumu .lauks {
    margin-bottom: 62.2px;
}

.uzdod-jautajumu .lauks .form-label {
    margin-bottom: 36px;
}

.dp .uzdod-jautajumu .form-control {
    font-family: 'Noto Sans', Arial, Sans-Serif;
    font-size: 16px;
    color: #535386;
    padding: 0;
    border: none;
    border-bottom: solid 1px #525584;
    border-radius: 0;
}

.par-dio .maza-bilde img {
    width: 340px;
    height: 180px;
    object-fit: cover;
    margin: 29px 0 0 0;
    border-radius: 10px;
}


/* .uzdod-jautajumu input[type="text"].form-control::-moz-placeholder,
.uzdod-jautajumu input[type="email"].form-control::-moz-placeholder,  */


/* Firefox 19+ */


/* .uzdod-jautajumu input[type="text"].form-control::-ms-input-placeholder,
 .uzdod-jautajumu input[type="email"].form-control:-ms-input-placeholder, */


/* IE 10+ */


/* .uzdod-jautajumu input[type="text"].form-control::-moz-placeholder,
.uzdod-jautajumu input[type="email"].form-control:-moz-placeholder, */


/* Firefox 18- */


/* textarea[type="text"].form-control::-webkit-input-placeholder, */


/* textarea::placeholder,  */

.uzdod-jautajumu input[type="text"].form-control::-webkit-input-placeholder,
.uzdod-jautajumu input[type="email"].form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.41;
    font-family: 'Noto Sans', Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.33;
    color: #535386;
}

.uzdod-jautajumu textarea.form-control::placeholder {
    opacity: 0.41;
    font-family: 'Noto Sans', Arial, Sans-Serif;
    font-size: 12px;
    line-height: 0.75;
    padding-top: 5px;
    color: #535386;
}

.uzdod-jautajumu textarea.form-control {
    min-height: auto !important;
}

.uzdod-jautajumu .form-control:focus {
    color: #535386;
    border-color: #525584;
    outline: 0;
    box-shadow: 0 0 0;
}

.uzdod-jautajumu .btn {
    width: 186px;
    height: 46px;
    border: solid 1px #4e5389;
    background-color: #525584;
    font-family: 'AtypDisplay Semibold';
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 1;
    text-align: center;
    color: #eef5e3;
    border-radius: 0;
    margin-bottom: 52px;
}

.uzdod-jautajumu .btn:focus {
    outline: 0;
    box-shadow: 0 0 0;
    color: #eef5e3;
}

.uzdod-jautajumu .btn:hover {
    color: #525584;
    background-color: #eef5e3;
}


/* ------- */

footer .pieraksties-musu-jaunumiem .form-check-label {
    max-width: 280px;
    min-height: 36px;
    margin: 0;
    font-size: 14px;
    line-height: 1.21;
    color: #eef5e3;
}

.aktualitates .date {
    padding: 23px 0 10px;
    opacity: 0.65;
    font-size: 12px;
    line-height: 1.33;
    color: #535386;
}

.dzerienu-saraksts .virsraksts {
    width: 199px;
    min-height: 129px;
    font-size: 24px;
    font-weight: 600;
    /*projektā norādīts 800*/
    line-height: 1.33;
    letter-spacing: 0.7px;
    color: #eef5e3;
}

.dzerienu-saraksts span.iepakojuma-veids {
    width: 124px;
    height: 26px;
    margin: 0 0 0 14.1px;
    font-size: 19px;
    line-height: 1.42;
    color: #4e5389;
}

.dzerienu-saraksts .neieskaitot {
    width: 92px;
    font-size: 15px;
    line-height: 1.53;
    letter-spacing: 0.44px;
}

.aktualitates .skiro .skiro-p {
    /* padding-bottom: 38px; */
    max-width: 317px;
    min-height: 46px;
    line-height: 1.5;
    color: #eef5e3;
}

.kopa-savakti-iepakojumi p {
    width: auto;
    min-height: 175.4px;
    margin: 10.5px 0 0 1px;
    opacity: 0.8;
    color: #535386;
}

.aktualitates p {
    opacity: 0.65;
    font-family: 'Noto Sans', Arial, Sans-Serif;
    color: #535386;
    margin-bottom: 54.8px;
}

.aktualitates.visas p {
    line-height: 1.5;
    margin-bottom: 46.6px !important;
}

.aktualitates.viena p {
    margin-bottom: 77.8px;
}

.aktualitates.citas p {
    margin-bottom: 56.4px;
}

.aktualitates.viena p.teksts2 {
    margin-bottom: 41.8px;
}

#ko-drikst-atgriezt {
    display: flex;
    flex-flow: column;
}

#ko-drikst-atgriezt .slide-indicators {
    position: relative;
    width: 850px;
    display: flex;
    flex-direction: row;
    margin: 0;
}

#ko-drikst-atgriezt .slide-caption {
    display: inline-block;
    position: relative;
    width: 52.2px;
    overflow-x: hidden;
    height: auto;
    border: none;
    margin: 0;
    background-color: transparent;
    text-indent: 0;
    opacity: 1;
    transform: none;
    order: -1;
    font-weight: bold;
    font-family: 'AtypDisplay Semibold';
    font-size: 21px;
    color: #525584;
    margin-right: -10px;
}

#ko-drikst-atgriezt .slide-caption.active {
    width: auto;
    order: 1;
    margin-right: 0;
    z-index: 100;
}

#ko-drikst-atgriezt .slide-caption:hover {
    margin-left: -10px;
}

#ko-drikst-atgriezt .slide-caption.active:hover {
    margin-left: 0;
}

#ko-drikst-atgriezt .slide-caption img,
#ko-drikst-atgriezt .slide-caption .caption {
    width: 506px;
}

#ko-drikst-atgriezt .slide-caption.active img,
#ko-drikst-atgriezt .slide-caption.active .caption {
    width: 516.6px;
}

#ko-drikst-atgriezt .slide-caption .caption {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    top: 0;
    text-align: center;
}


/* .ko-drikst-atgriezt .carousel-item p {
  max-width: 377px;
  min-height: 350px;
  margin: 0 78px 89.6px 30px;
  opacity: 0.8;
  background-color: #eef5e3;
} */

.ko-drikst-atgriezt p {
    max-width: 428px;
    margin: 15px 0 0 95px;
}

.ko-drikst-atgriezt .recicle {
    width: 36px;
    height: 36px;
    margin: 12px 16.2px 12px 15.9px;
    line-height: 2.33;
    object-fit: contain;
}


/* .ko-drikst-atgriezt .carousel-control-prev-icon {
  width: 22.1px;
  height: 22.3px;
  margin: 135.7px 15.9px 315.7px 0;
  object-fit: contain;
}

.carousel-control-prev-icon {
  background-image: none;
} */


/* sadaļa DZĒRIENU SARAKSTS */


/*
.dzerienu-saraksts {
  min-height: 833.9px;
} */

@media only screen and (min-width: 1200px) {
    .dzerienu-saraksts .container {
        padding: 67.1px 92px 0 97px;
    }
}


/* .dzerienu-saraksts .container .col-xl-4 {
  width: 341.2px;
  margin-right: 31px;
} */

.dzerienu-saraksts .tilpums {
    width: 341.2px;
    min-height: 295.3px;
    padding: 29.7px 27.3px 4.8px 9.4px;
    border-radius: 0 0 8px 8px;
    border: solid 1px #525584;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.dzerienu-saraksts .veids {
    padding: 0 0 26.8px 0px;
}

.dzerienu-saraksts .dzerieni {
    width: 341.2px;
    min-height: 510px;
    /* margin: 0 7px 20px 0; */
    display: flex;
    flex-direction: column;
}

.tris-tabulas {
    padding-bottom: 36.5px;
}

.tris-tabulas .dzerieni {
    margin: 0 auto;
}

.tris-tabulas .carousel-indicators {
    margin-bottom: 0;
}

.tris-tabulas .carousel-indicators [data-bs-target] {
    margin: 0 7.5px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    border: 1px solid #525584;
}

.tris-tabulas .carousel-indicators .active[data-bs-target] {
    background-color: #525584;
}

.dzerienu-saraksts .dzerieni-virsraksts {
    width: 341.2px;
    min-height: 214.7px;
    padding: 45.5px 112.5px 39.5px 29.7px;
    border-radius: 8px 8px 0 0;
    background-color: #4e5389;
    margin: 0;
    display: flex;
    flex-grow: 3;
}

.dzerienu-saraksts .neieskaitot-2 {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 0.55px;
}


/* sadaļa KOPĀ SAVĀKTI IEPAKOJUMI */

.kopa-savakti-iepakojumi {
    background-color: #80c7bc;
}

.kopa-savakti-iepakojumi .kopa-text {
    /* padding: 236.8px 0 54.6px 85px; */
    padding: 0 0 0 85px;
}

.kopa-savakti-iepakojumi h3 {
    margin: 0 0 17px 0;
}

.kopa-savakti-iepakojumi .kopa-img {
    width: auto;
    min-height: 513px;
    border-radius: 12px;
    position: relative;
    margin: 77.1px auto 54.6px auto;
}

.kopa-savakti-iepakojumi img {
    width: auto;
    min-height: 513px;
    object-fit: cover;
    border-radius: 12px;
}


/* sadaļa VAI IEPAKOJUMS IEKĻAUTS */

.vai-iepakojums-ieklauts {
    min-height: 208.7px;
    background-color: #dcf2ee;
}

.vai-iepakojums-ieklauts input {
    background-color: #dcf2ee;
}

.vai-iepakojums-ieklauts .container {
    padding: 74.4px 97px 90.6px;
}

.vai-iepakojums-ieklauts .sistema-text {
    /* height: 58px;
  width: 576px; */
    font-size: 24px;
    line-height: 1.33;
}

.vai-iepakojums-ieklauts .input-group {
    height: 46px;
    margin: 74.4px 0 88.4px 100px;
    padding: 0;
    border-radius: 0;
    border: none;
}

.vai-iepakojums-ieklauts input[type="text"] {
    max-width: 446px;
    max-height: 46px;
    padding: 12px 14px;
    border: solid 1px #525584;
    border-radius: 0;
    font-family: 'Noto Sans', Arial, Sans-Serif;
    color: #535386;
}

.vai-iepakojums-ieklauts input[type="text"].form-control::-webkit-input-placeholder {
    color: #535386;
    font-size: 16px;
}

.vai-iepakojums-ieklauts .btn:focus,
.vai-iepakojums-ieklauts .form-control:focus {
    box-shadow: 0 0 0;
    border: solid 1px #525584;
}

.vai-iepakojums-ieklauts .btn {
    width: 175px;
    height: 46px;
    background-color: #525584;
    color: #eef5e3;
    border-radius: 0;
    border: solid 1px #525584;
}

.vai-iepakojums-ieklauts .btn:hover {
    background-color: #76bc21;
    color: #eef5e3;
}

.vai-iepakojums-ieklauts .btn img {
    width: 11.9px;
    height: 12px;
    margin: 0 0 0 42.1px;
    object-fit: contain;
    color: #eef5e3;
    text-align: center;
    vertical-align: middle;
}


/* sadaļa KUR ATGRIEZT (EDIJS) */

.kur-atgriezt {
    /* max-height: 1029.5px; */
    background-color: #eef5e3;
}

.kur-atgriezt .container {
    padding: 117.7px 97px 165.7px;
}


/* sadaļa AKTUALITĀTES */

.aktualitates .container {
    padding: 25px 97px 0 97px;
}

.aktualitates h2 {
    /* padding-bottom: 51px; */
}

.aktualitates.viena h2 {
    padding: 10.4px 0 41.6px;
}

.aktualitates.citas h2 {
    padding: 0 0 40px;
}

.aktualitates img {
    width: 100%;
    height: auto;
}

.aktualitates .skiro {
    min-height: 176px;
    max-width: 1086px;
    margin: 0 12px 107.8px;
    padding: 26px 64px 35.2px 46px;
    background-color: #525584;
}

.aktualitates .skiro img {
    width: 90.1px;
    height: 114.8px;
    margin: 0 51.9px 0 0;
    object-fit: contain;
}

.aktualitates .skiro .info-btn {
    height: 46px;
    padding: 5px 0 0;
    align-self: center;
}

.aktualitates .skiro .info-btn .btn {
    font-family: 'AtypDisplay Bold', Arial, Sans-Serif;
    height: 46px;
    width: 249px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    color: #eef5e3;
}

.aktualitates .skiro .info-btn:hover {
    background-color: #48641a;
}

.ko-drikst-atgriezt h2 {
    /* max-width: 576px;
  min-height: 42px; */
    margin: 89.1px 0 56.4px 0;
}

.kur-atgriezt h2 {
    max-width: 687px;
    min-height: 90px;
    padding-bottom: 84px;
}

.kur-atgriezt h4 {
    width: 279px;
    height: 56px;
    margin: 0 0 49.1px;
}

.home-2 .info-btn,
.aktualitates .skiro .info-btn {
    width: 249px;
    /* margin-right: 64px; */
    background-color: #76bc21;
    text-align: center;
    vertical-align: middle;
}

.home-2 .info-btn:hover
/* ,
.aktualitates .skiro .info-btn */

    {
    background-color: #525584;
    /* background-color:#76b82a; */
}

.home-2 .info-btn {
    height: 40px;
    padding: 0;
    margin-left: 85px;
}

.home-2 .info-btn .btn {
    height: 40px;
    width: 249px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    color: #eef5e3;
    padding: 7px 12px 6px;
}

.home-2 .info-btn img,
.skiro .info-btn img {
    width: 11.9px;
    height: 12px;
    margin: 2.5px 0 1.5px 30px;
    object-fit: contain;
    color: #eef5e3;
    text-align: center;
    vertical-align: middle;
}


/* sadaļa BUJ */

.buj,
.buj-2 {
    background-color: #eef5e3;
}

.buj .container {
    padding: 124.8px 97px 125.4px 97px;
}

.buj h2 {
    margin: 0 0 127.4px 0;
}

.buj-2 h2 {
    margin: 59px 0 16px 0;
}

.buj hr {
    height: 1px;
    margin: 0 0 30px 0;
    opacity: 0.4;
    background-color: #525584;
    margin-top: -2px;
}

.buj .nav-tabs {
    border: none;
}

.tabbed-content .nav-tabs .nav-link button {
    margin-left: 5px;
}

.tabbed-content .nav-tabs .nav-item {
    -webkit-box-flex: 1;
    flex: 1 1 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.tabbed-content button {
    text-decoration: none;
    background-color: transparent;
    touch-action: manipulation;
}

.tabbed-content .nav-tabs .nav-item:last-child .nav-link {
    border-right: 0;
}

.tab-content .neatradi .header-value,
.buj-2 .accordion .neatradi.cits .header-value {
    color: #525584;
    font-weight: bold;
}

.tab-content .neatradi a,
.buj-2 .accordion .neatradi.cits a {
    text-decoration: none;
}

.tab-content .kontakti {
    margin-right: 30px;
}

.buj-2 .accordion .neatradi.cits .kontakti {
    margin-right: 15px;
    margin-bottom: 100px;
}

.tab-content .kontakti img {
    margin: 0 13px 0 75px;
}

.buj-2 .accordion .neatradi.cits img {
    margin: 0 13px 0 15px;
}


/* ---==ACCORDION==--- */

.tab-content .neatradi .header-value,
.tab-content .neatradi p,
.buj-2 .accordion .neatradi.cits p {
    line-height: 1.5;
    color: #535386;
    background-color: #eef5e3;
}


/* BUJ poga */

.buj .neatradi p {
    padding: 0 0 0 30px;
}

.buj .neatradi {
    border-top: 1px solid #4e5389;
    margin: 92.9px 0 0 0;
}

.buj-2 .accordion .neatradi.cits p {
    padding: 0 15px 0 15px;
    margin-bottom: 33px;
}


/* sadaļa PIERAKSTIES JAUNUMIEM */

.tapete {
    height: 108px;
    width: 100%;
}

footer {
    background-color: #535386;
    background-image: url('../images/assets/background-pattern.svg');
    background-repeat: no-repeat;
    background-position-y: -10px;
}

footer .pieraksties-musu-jaunumiem h3 {
    margin: 0 197.6px 34px 0;
    color: #eef5e3;
    white-space: nowrap;
}

footer .pieraksties-musu-jaunumiem {
    background-color: #535386;
    padding: 205.5px 80px 146.1px 123px;
    min-width: 65.5%;
}

footer .pieraksties-musu-jaunumiem .input-group {
    max-width: 342px;
    height: 46px;
    margin: 0 105px 17.4px 0;
    background-color: #535386;
    padding: 0;
    border-radius: 0;
    border: none;
    flex-wrap: nowrap;
}

footer .pieraksties-musu-jaunumiem .form-control {
    min-width: 296px;
    height: 46px;
    padding: 12px 14px;
    border: solid 1px #eef5e4;
    border-radius: 0;
    font-family: 'Noto Sans', Arial, Sans-Serif;
    color: #eef5e3;
    position: relative;
    background-color: #535386;
    border-right: none;
}

footer input[type="text"].form-control::-webkit-input-placeholder {
    color: #eef5e3;
}

footer .pieraksties-musu-jaunumiem .btn {
    width: 46px;
    height: 46px;
    background-color: #535386;
    border: solid 1px #eef5e4;
    border-radius: 0;
    border-left: none;
}

footer .pieraksties-musu-jaunumiem .btn img {
    width: 11.9px;
    height: 12px;
    margin: 0;
    object-fit: contain;
    color: #76bc21;
    text-align: center;
    vertical-align: middle;
}

footer .pieraksties-musu-jaunumiem .btn:focus,
footer .pieraksties-musu-jaunumiem .form-control:focus {
    box-shadow: 0 0 0;
}

footer .pieraksties-musu-jaunumiem .form-check {
    padding: 0;
}

footer .soc-buttons .btn.btn-filled {
    width: 46px;
    height: 46px;
    border: none;
    margin-right: 10px;
}

footer .pieraksties-musu-jaunumiem .form-check-input {
    width: 28px;
    height: 28px;
    margin: 0 15px 0 0;
    border: solid 1px #eef5e3;
    background-color: #535386;
    border-radius: 0;
}

footer .pieraksties-musu-jaunumiem .form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0;
}

.dokumenti .atbildiba {
    width: 528px;
    height: 300px;
    padding: 44.4px 17px 60.4px 22px;
    background-color: #eef5e3;
    margin: 60px 0 50px 0;
}

.dokumenti .atteli {
    margin: 93.6px 0 13.6px 0;
}

.dokumenti .atbildiba.pirmais {
    max-width: 528px;
    min-height: 380px;
    margin: 0 30px 0 0;
    padding: 39.8px 17px 82.9px 22px;
}

.dokumenti .atbildiba.otrais {
    max-width: 528px;
    min-height: 380px;
    padding: 39.8px 17px 82.9px 22px;
    margin: 0;
    margin: 0 0 20px 0;
}

.dokumenti .atbildiba .img-1 {
    width: 60.8px;
    height: 57.8px;
    margin: 10px 16.6px 2px 16.6px;
}

.dokumenti .atbildiba .img-2 {
    width: 74.9px;
    height: 57.6px;
    margin: 0 9.1px 0 9.1px
}

.dokumenti .atbildiba .img-3 {
    width: 11.4px;
    height: 18.3px;
    margin: 0 4px 0 5.6px;
    margin-bottom: 0;
}

.dokumenti .atbildiba-t.t .img-3 {
    margin: 0 6.3px 0 9.1px;
    margin-bottom: 0;
    padding: 0;
}

.dokumenti .atbildiba .img-4 {
    width: 158px;
    height: 93.1px;
    margin: 0 38.5px 0 0;
}

.dokumenti .atbildiba .img-5 {
    width: 94.4px;
    height: 88.2px;
}

.dokumenti .atbildiba p {
    text-align: center;
    color: #535386;
    opacity: 1;
}

.dokumenti .atbildiba .atbildiba-t {
    margin-top: 30px;
}

.dokumenti .atbildiba .atbildiba-t {
    margin-top: 0;
}

.dokumenti .atbildiba .atbildiba-t h5 {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-weight: bolder;
    color: #525584;
    margin-bottom: 0;
    padding: 0;
}

#summary p.collapse:not(.show),
#summary-2 p.collapse:not(.show),
#summary-3 p.collapse:not(.show),
#summary-4 p.collapse:not(.show) {
    height: 140px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#summary p.collapsing,
#summary-2 p.collapsing,
#summary-3 p.collapsing,
#summary-4 p.collapsing {
    min-height: 140px;
}

.btn.read-more,
.btn.read-more:hover {
    width: 186px;
    height: 46px;
    border: 1px solid #535386;
    color: #535386;
    border-radius: 0;
    vertical-align: middle;
    padding: 11px 37px 12px 30.1px;
    font-weight: bold;
}

.read-more:after {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    content: " ";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: all 0.3s;
}

.read-more:not(.collapsed):after {
    transform: rotate(180deg);
}

.read-more .btn-label-expand,
.read-more .btn-label-collapse {
    display: none;
}

.read-more.collapsed .btn-label-expand {
    display: inline;
}

.read-more:not(.collapsed) .btn-label-collapse {
    display: inline;
}

.pienemsanas-veids .pienemsana {
    margin: 0 75px 73.9px;
}

.pienemsanas-veids .swiper .pienemsana {
    margin: 0 75px 55px;
}

.pienemsanas-veids .nr1 img {
    width: 84.6px;
    height: 75.8px;
}

.pienemsanas-veids .nr2 img {
    width: 42.5px;
    height: 81px;
}

.pienemsanas-veids .nr3 img {
    width: 156.8px;
    height: 95.1px;
}

.pienemsanas-veids .nr4 img {
    width: 83.3px;
    height: 83.3px;
}

.pienemsanas-veids h4 {
    margin: 8px 0;
}


/* .dokumenti.pienemsanas-veids .swiper h2 {
  padding-bottom: 70.9px !important;
} */

.pienemsanas-veids .swiper h4 {
    font-size: 16px !important;
    margin-top: 8px;
    /* padding-bottom: 70.9px !important; */
}

.pienemsanas-veids .arrow {
    margin: 37.1px 10px 0;
}

.pienemsanas-veids .swiper .arrow {
    width: 21.7px;
    height: 18px;
}

.pienemsanas-veids .pienemsana p {
    width: 160px;
    height: 68.4px;
}

.pienemsanas-veids .swiper .pienemsana p {
    width: 92px;
    height: 101px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pienemsanas-veids .swiper {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.pienemsanas-veids .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pienemsanas-veids .swiper-slide img {
    display: block;
    height: 71px;
}

.pienemsanas-veids .pienemsana.swiper-wrapper {
    height: auto;
    left: -85px;
    margin-top: 54.4px !important;
}

.pienemsanas-veids .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.pienemsanas-veids .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid var(--dusk);
    opacity: 1;
    background-color: transparent;
}

.pienemsanas-veids .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: var(--dusk) !important;
}

.taromati .platiba-1,
.taromati .platiba-2,
.taromati .platiba-3,
.taromati .platiba-4 {
    margin: 0 15px;
    padding: 0 2px;
}

.taromati .platiba-1 img {
    width: 65.2px;
    height: 63.5px;
    margin: 43.3px 0 18px 0;
}

.taromati .platiba-2 img {
    width: 72.9px;
    height: 70.3px;
    margin: 33.5px 0 18px 0;
}

.taromati .platiba-3 img {
    width: 80.5px;
    height: 77px;
    margin: 26.8px 0 18px 0;
}

.taromati .platiba-4 img {
    width: 91x;
    height: 85px;
    margin: 20px 0 18px 0;
}

.taromati .platiba-1 h4,
.taromati .platiba-2 h4,
.taromati .platiba-3 h4,
.taromati .platiba-4 h4 {
    margin: 0 0 9.5px 0;
}

.dokumenti.taromati .apraksts .taromati p {
    margin: 0;
    align-items: center;
    text-align: center;
}

.dokumenti.taromati a {
    color: #535386;
    /* font-weight: bold; */
    text-decoration: none;
}

.dokumenti.apsaimniekosana .maksa h4,
.dokumenti.apsaimniekosana .apsaimniekosanas-maksa h4 {
    margin: 0 0 9.5px;
    font-size: 36px !important;
    font-weight: bold;
    line-height: 1.78;
    color: #bc9bc5;
    font-family: "AtypDisplay Semibold";
}

.dokumenti.apsaimniekosana .maksa {
    width: 245.6px;
    height: 115.5px;
    margin: 24.1px 58.4px 43.3px 26px;
}

.dokumenti.apsaimniekosana .apsaimniekosanas-maksa .carousel-item {
    width: 182px;
    height: 133px;
    /* margin: 9.5px 9px 0; */
}

.dokumenti.apsaimniekosana .maksa p,
.dokumenti.apsaimniekosana .apsaimniekosanas-maksa p {
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
    color: #525584;
    opacity: 1;
}

.dokumenti.apsaimniekosana .apsaimniekosanas-maksa p {
    margin: 0;
}

.dokumenti.apsaimniekosana a {
    color: #535386;
    font-weight: bold;
}

.dokumenti.apsaimniekosana .apsaimniekosanas-maksa h4 {
    text-align: center;
    color: #bc9bc5;
}

.dokumenti.apsaimniekosana .apsaimniekosanas-maksa {
    padding-bottom: 36.5px;
    margin-bottom: 10px;
    align-self: center;
}


/* .apsaimniekosanas-maksa .apsaimniekosanas-maksa {
  margin: 0 auto;
} */

.dokumenti.apsaimniekosana .apsaimniekosanas-maksa .carousel-indicators {
    margin-bottom: 0;
}

.dokumenti.apsaimniekosana .apsaimniekosanas-maksa .carousel-indicators [data-bs-target] {
    margin: 0 7.5px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    border: 1px solid #525584;
}

.dokumenti.apsaimniekosana .apsaimniekosanas-maksa .carousel-indicators .active[data-bs-target] {
    background-color: #525584;
}


/* --== POGA "REĢISTRĒT" ==-- */

.dokumenti.sistema .info-btn .btn,
.dokumenti.horeca .info-btn .btn {
    width: 249px;
    height: 46px;
    background-color: #525584;
    border-radius: 0;
    color: #eef5e3;
    padding: 11px 17px 12px 22px;
    box-shadow: 0 0 0;
}

.dokumenti.sistema .info-btn .btn:hover,
.dokumenti.horeca .info-btn .btn:hover {
    /* width: 249px;
  height: 46px; */
    background-color: #76bc21;
    /* border-radius: 0; */
    color: #eef5e3;
    /* padding: 11px 17px 12px 22px; */
    box-shadow: 0 0 0;
}

.dokumenti.sistema .info-btn,
.dokumenti.horeca .info-btn {
    margin: 9px 0 0 0;
}

.dokumenti.sistema .info-btn .btn img,
.dokumenti.horeca .info-btn .btn img {
    margin-left: 124px;
}


/* --== POGA "REĢISTRĒTIEM LIETOTĀJIEM" ==-- */

.bizness-tirgotajiem .info-btn.btn,
.bizness-iepakotajiem .info-btn.btn {
    width: 188px;
    height: 40px;
    background-color: #525584;
    border: solid 1px #525584;
    border-radius: 0;
    color: #eef5e3;
    padding: 12px 12.1px 14px 13px;
    font-size: 12px;
    line-height: 1.17;
    box-shadow: 0 0 0;
}

.bizness-tirgotajiem .info-btn.btn img,
.bizness-iepakotajiem .info-btn.btn img {
    margin-left: 14px;
}

.bizness-tirgotajiem .login,
.bizness-iepakotajiem .login {
    padding-right: 75px;
    padding-top: 47.5px;
    position: relative;
}


/* --== PAGINATION ==-- */

.jaunumu-lapas ul {
    margin-bottom: 71.3px;
    margin-top: 38.9px;
}

.jaunumu-lapas-sadalitas .page-item,
.jaunumu-lapas .page-item {
    margin: 12px;
}

.jaunumu-lapas-sadalitas a.page-link,
.jaunumu-lapas a.page-link {
    color: #525584;
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.5;
    border: 0;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    padding: 0 0 6px;
    vertical-align: middle;
    box-shadow: 0 0 0;
}

.jaunumu-lapas-sadalitas .page-link:active,
.jaunumu-lapas-sadalitas a.page-link:hover,
.jaunumu-lapas .page-link:active,
.jaunumu-lapas a.page-link:hover {
    border-bottom: 2px solid #525584;
    opacity: 1;
}

.jaunumu-lapas-sadalitas .page-item:first-child .page-link,
.jaunumu-lapas-sadalitas .page-item:last-child .page-link,
.jaunumu-lapas .page-item:first-child .page-link,
.jaunumu-lapas .page-item:last-child .page-link {
    opacity: 1;
    border-radius: 0;
}

.jaunumu-lapas .page-item:first-child .page-link {
    margin-right: 20px;
}

.jaunumu-lapas .page-item:last-child .page-link {
    margin-left: 20px;
}

.jaunumu-lapas .iepriekseja::before,
.jaunumu-lapas .nakama::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS44OSIgaGVpZ2h0PSIxMS45OTUiPgogICAgPHBhdGggZGF0YS1uYW1lPSJQYXRoIDUyIiBkPSJtNTkxLjYyNSAxMzMxLjkyMi0yLjkwNi0yLjExMi0xLjggMS44IDYuMDE0IDQuNDUxIDUuOTgxLTQuNDUxLTEuOC0xLjgtMi44NzEgMi4xMTJ2LTcuNzUxaC0yLjYxOXoiIHRyYW5zZm9ybT0icm90YXRlKC05MCAtMzYyLjYyOCA5NjEuNTQzKSIgc3R5bGU9ImZpbGw6Izc2YmMyMSIvPgo8L3N2Zz4K");
}

.jaunumu-lapas .iepriekseja::before {
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}

.jaunumu-lapas-sadalitas .uz-prieksu::after,
.jaunumu-lapas-sadalitas .atpakal::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS44OSIgaGVpZ2h0PSIxMS45OTUiPgogICAgPHBhdGggZGF0YS1uYW1lPSJQYXRoIDUyIiBkPSJtNTkxLjYyNSAxMzMxLjkyMi0yLjkwNi0yLjExMi0xLjggMS44IDYuMDE0IDQuNDUxIDUuOTgxLTQuNDUxLTEuOC0xLjgtMi44NzEgMi4xMTJ2LTcuNzUxaC0yLjYxOXoiIHRyYW5zZm9ybT0icm90YXRlKC05MCAtMzYyLjYyOCA5NjEuNTQzKSIgc3R5bGU9ImZpbGw6Izc2YmMyMSIvPgo8L3N2Zz4K");
}

.jaunumu-lapas-sadalitas .atpakal::before {
    margin: 0 10px 0 0;
    transform: rotate(180deg);
}

.jaunumu-lapas-sadalitas .apakseja-mala {
    margin-bottom: 104px;
}


/* --== INFORMĀCIJA (TOOLTIP) ==--*/

.info-tooltip {
    display: inline-block;
    position: relative;
    width: 1px;
    height: 1px;
    vertical-align: top;
    margin-top: 3px;
}

.info-tooltip img {
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px;
    width: 14px;
    height: 14px;
    z-index: 11;
}

.info-tooltip-body {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    padding: 20px;
    border-radius: 6px;
    background-color: #eef5e3;
    opacity: 0;
    color: #535386;
    transition: all 0.3s;
    width: 205px;
    z-index: -1;
}

.info-tooltip:hover .info-tooltip-body {
    opacity: 1;
    z-index: 10;
}


/* --== AKTUALITĀTES-VIENA ==-- */

.aktualitates.viena .apraksts h5 {
    line-height: 1.5;
    padding: 94.9px 0 60px;
}

.aktualitates.viena hr {
    border: 1px solid #535386;
    opacity: 0.5;
    margin: 0;
}

.aktualitates.viena .img-titulbilde img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    background-color: #535386;
}

.aktualitates.viena .aktualitates-viena-img {
    margin: 30px 0 92px;
}

.aktualitates.viena .aktualitates-viena-img-mini img,
.aktualitates.viena .aktualitates-viena-img-mini-2 img,
.aktualitates.viena .aktualitates-viena-img img,
.aktualitates.viena .img-titulbilde img {
    height: auto;
    width: 100%;
    border-radius: 8px;
    background-color: #535386;
}

.aktualitates.viena .aktualitates-viena-img .viens {
    margin-right: 15px;
}

.aktualitates.viena .aktualitates-viena-img .divi {
    margin-left: 15px;
}

.aktualitates.viena .aktualitates-viena-img-mini img,
.aktualitates.viena .aktualitates-viena-img-mini-2 img {
    margin-bottom: 36.1px;
    margin-top: 10px;
}

.aktualitates.viena .aktualitates-viena-img-mini {
    margin-bottom: 60.9px;
}

.aktualitates.viena .aktualitates-viena-img-mini-2 {
    margin-bottom: 45.9px;
}


/* --== Home-1 Bildes ==-- */

.home-1 {
    overflow: hidden;
    background-color: #eef5e3;
    contain: content;
    /* height: 100vh; */
    display: flex;
    align-items: center;
}

.home-1 .container {
    margin-top: 100px;
    padding-bottom: 70px;
    /* align-items: center; */
}

.home-1 .pudeles {
    margin-top: -430px;
}

.pudeles .skardene {
    position: relative;
    margin-right: 69.8px;
}

.pudeles .skardene img {
    width: 192.9px;
}

.pudeles .plastmasas_pudele img {
    width: 207.9px;
}

.pudeles .stikla_pudele img {
    width: 178px;
}

.pudeles .plastmasas_pudele {
    position: relative;
    margin-right: 73.2px;
}

.pudeles .stikla_pudele {
    position: relative;
    margin-right: 136.3px;
}

.home-1 .tooltip {
    cursor: pointer;
    position: absolute;
    opacity: 1;
    z-index: 0;
}

.tooltip.sk {
    bottom: 111.4px;
    right: -10px;
}

.tooltip.pl {
    right: -15px;
    bottom: 184.1px;
}

.tooltip.st {
    right: -15px;
    bottom: 184.1px;
}

.home-1 .tooltip-bubble {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background-color: #76bc21;
    color: #eef5e3;
    font-size: 10px;
    font-family: 'AtypDisplay Bold', Arial, Sans-Serif;
}

.home-1 .tooltip:hover .tooltip-bubble {
    color: transparent;
}

.home-1 .tooltip:hover .tooltip-bubble:after {
    display: block;
    width: 73px;
    height: 73px;
    content: "!";
    color: white;
    font-size: 20px;
    position: absolute;
    line-height: 73px;
    text-align: center;
}

.home-1 .tooltip:hover .pudeles-tooltip-body {
    display: block;
    opacity: 1;
}

.home-1 .pudeles-tooltip-body {
    opacity: 0;
    position: absolute;
    right: 35px;
    top: 35px;
    width: 222px;
    padding: 20px 15px 20px 18px;
    border-radius: 10px;
    background-color: #525584;
    color: #eef5e3;
    z-index: -1;
    transition: all 0.5s;
}

.home-1 .pudeles-tooltip-body img {
    margin-right: 5px;
}

.home-1 .stikla_pudele img.slipa {
    width: 204px;
}

.pudeles .stikla_pudele {
    margin-right: 0;
}

.carousel-fade .carousel-item {
    transition: 0.5s ease-out !important;
}

#misijaCarousel .carousel-item h5 {
    text-align: center;
    padding: 30.9px 30px;
}

#misijaCarousel .carousel-item img {
    /* width: 57.4px; */
    height: 65.6px;
    width: auto;
}

#misijaCarousel .carousel-control-prev,
#misijaCarousel .carousel-control-next {
    width: 40px;
}

#misijaCarousel .carousel-control-prev,
#misijaCarousel .carousel-control-prev:hover {
    padding-right: 40px;
    opacity: 1;
}

#misijaCarousel .carousel-control-next,
#misijaCarousel .carousel-control-next:hover {
    padding-left: 40px;
    opacity: 1;
}

.ka-nodot .container {
    padding: 120.7px 97px 50px 97px;
}

.ka-nodot .accordion .accordion-header .taromats {
    margin-right: 20px;
    max-height: 50px;
    max-width: 50px;
}

.ka-nodot .info-tooltip-body {
    background-color: transparent;
}

.ka-nodot .accordion #accordeon_docs_18body img.tpp {
    width: 245px;
    height: 110px;
    left: -18px;
}

.ka-nodot .accordion-item .accordion-button {
    line-height: 1.3;
}

.ka-nodot #accordeon_docs_15 ul {
    font-size: 13px;
    padding-left: 0;
}

.ka-nodot #accordeon_docs_15 li {
    margin-left: 5px;
}

.ka-nodot #accordeon_docs_15 li::before {
    margin-left: 5px;
    content: " ";
}

.ka-nodot #accordeon_docs_15 li::marker {
    content: "\2010";
}

.ka-nodot p.teksts-ar-tooltip {
    margin-bottom: 70px;
}

.ka-nodot .teksts-ar-tooltip .info-tooltip {
    top: 0px;
    left: -2px;
    margin-top: 0;
}

.ka-nodot #accordeon_docs_18body .info-tooltip {
    top: -1px;
    right: 0px;
    margin-top: 0;
}

.ka-nodot .info-tooltip .info-tooltip img {
    display: inline-block;
}

.ka-nodot .info-tooltip .info-tooltip-body img.taras-apzimejumi {
    width: 135px;
    height: 125px;
    left: 0px;
    top: -10px;
}

.ka-nodot .info-tooltip .info-tooltip-body {
    width: 140px;
    height: 120px;
}

.video-row {
    display: flex;
    justify-content: space-around;
}

.popup {
    max-width: 1086px;
    background-color: #525584;
    padding: 60px 83px 45px 83px;
    margin: 0 auto;
}

.popup-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.popup-top-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.popup-top-left-title {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 70.3px;
    /* font-weight: 600; */
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #eaeed8;
}

.popup-top-left-descr {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    margin-top: 44px;
    font-size: 34.4px;
    /* font-weight: 600; */
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #71bbad;
}

.popup-top-left-descr span {
    color: #ffff;
    text-decoration: underline;
}

.popup-top-right {
    margin-left: 25px;
    width: 57%;
    display: flex;
    align-items: center;
}

.popup-top-right img {
    max-width: 100%;
    object-fit: cover;
}

.popup-bottom {
    margin-top: 21px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.popup-bottom button {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 21.3px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #334682;
    padding: 11px 21.2px 8px 20.7px;
    background-color: #eaeed8;
    border-radius: 25px;
    border: none;
}

.popup-bottom .link-group {
    display: flex;
    align-items: flex-end;
    column-gap: 20px;
    margin-left: 20px;
}

.popup-bottom .link-group-item img {
    max-width: 100%;
    object-fit: cover;
    min-width: 70px;
    max-width: 100px;
}

@media only screen and (max-width: 1015px) {
    .popup-top-left-title {
        font-size: 50px;
    }

    @media only screen and (max-width: 1200px) {
        .popup-bottom .link-group {
            display: flex;
            flex-direction: column;
        }
    }

    .popup-top-left-descr {
        font-size: 25px;
    }

    .popup-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .popup-bottom button {
        margin-bottom: 20px;
    }

    .popup-bottom .link-group {
        margin-left: 0;
    }
}

@media only screen and (max-width: 777px) {
    .popup-top-left-title {
        font-size: 35px;
    }

    .popup-top-left-descr {
        font-size: 25px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 655px) {
    .popup {
        padding: 20px;
    }

    .popup-top {
        flex-direction: column-reverse;
    }

    .popup-top-right {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .popup-top-left {
        width: 100%;
        justify-content: center;
    }

    .popup-top .popup-top-left-title {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media only screen and (max-width: 372px) {
    .popup-top-left-title {
        font-size: 28px;
    }

    .popup-top-left-descr {
        font-size: 20px;
    }

    .popup-bottom .link-group {
        width: 100%;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 5px;
        justify-content: space-between;
        align-items: center;
    }
}

.donation {
    background-color: #eef5e3;
}

.donation .slide-card {
    background-color: rgb(144, 197, 188);
    border-radius: 15px;
}

.new-bottles .dzerieni-virsraksts {
    width: 250px;

}

.new-bottles .dzerieni-virsraksts .virsraksts {
    font-size: 18px;
}

.new-bottles .tilpums {
    width: 250px;
}

.new-bottles .container {
    /* padding-top: 0; */
}

.new-bottles .new-bottles-under p {
    text-align: center;
    margin-top: 20px;
    font-family: 'Noto Sans', Arial, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #525584;
}

.new-bottles-under-volume {
    background-color: #4e5389;
    color: white;
    display: flex;
    justify-content: center;
    min-height: 50px;
    align-items: center;
    width: 99.6%;
    border-radius: 0 0 8px 8px;
}

.dzerienu-saraksts .new-bottles-under-volume-mobile {
    width: 341.2px;
    background-color: #4e5389;
    color: white;
    display: flex;
    justify-content: center;
    min-height: 50px;
    align-items: center;
    border-radius: 0 0 8px 8px;
    margin: 0 auto;
}


@media only screen and (max-width: 1200px) {
    .tris-tabulas .carousel-indicators {
        bottom: -25px;
    }

    .tris-tabulas {
        padding-top: 36.5px;
    }
}

.aktualitates .news-wrapper {
    background-color: #eef5e2;
    color: #525584;
    padding: 20px;
    border-radius: 8px;
    min-height: 420px;

}

.aktualitates .news-wrapper .news-read-more {
    margin-top: 30px;
    float: right;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    font-weight: 600;
}

.aktualitates .news-wrapper .news-read-more svg {
    rotate: 180deg;
    color: black;
}

.aktualitates .news-wrapper .news-header {
    max-height: 91px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 80%;
}

.aktualitates .news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .aktualitates .news-header .last-news-button {
        display: none;
    }
}

.aktualitates .last-news-button {
    /* background-color: #eef5e2; */


    font-weight: bold;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
    height: 60px;
}

.aktualitates .last-news-button .icon {
    font-size: 40px;
    color: white;
    height: 100%;
    width: 60px;
    background-color: #76bc21;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.aktualitates .last-news-button .button-text {
    text-align: center;
    margin: 0 20px 0 20px;
    text-decoration: underline;
}

.aktualitates .last-news-button .button-text a {
    font-size: 18px;
    color: #ca95ca;
}

.aktualitates .aktualitates-img {
    /* height: 60%; */
    border-radius: 8px;
}

.for-techers {
    background-color: #eef5e2;
}

.horeca .apraksts h1 {
    font-family: 'AtypDisplay Semibold', Arial, Sans-Serif;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #76bc21;
    margin-bottom: 30px;
    margin-top: 40px;
}

.par-dio .horeca .laba img {
    width: 100%;
    margin: 0;
    object-fit: cover;
}

.par-dio .horeca h2 {
    padding-top: 0;
}

.apraksts .file-catalog-description-bottom {
    color: #334682;
}

.for-techers .dokumenti-accordion {
    margin-bottom: 70px;
}

.for-techers {
    margin-top: 70px;
}

.for-techers .apraksts h2 {
    margin-bottom: 50px;
}