/*
Theme Name: Neway
Author: Neway
*/


.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #e6004e;
    color: white;
    font-weight: 600;
}
.borderless td:first-of-type, .borderless th:first-of-type {
    max-width: 300px;
    text-align: left;
}
.borderless td {
    text-align: right;
}
.swiper {
    width: 100%;
    max-width: 900px;
    padding: 0 36px 40px !important;
    margin: 0 !important;
    left: -36px;
}
@media screen and (max-width: 991px) {
    .swiper {
        max-width: 95vw;
        left: -14px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1240px) {
    .swiper {
        max-width: 650px;
    }
}

.swiper-slide > * {
    margin: 0;
}
.swiper-button-next,
.swiper-button-prev {
    background: #e6004e;
    border-radius: 100vmax;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next {
    right: 0 !important;
}
.swiper-button-prev {
    left: 0 !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: 20px !important;
    height: 20px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-disabled {
    display: none !important;
}

.award-year {
    font-weight: 600;
    font-size: 18px;
    color: #e6004e;
}

.roosa-pealkiri {
    color: #E6004E;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 600;
    max-width: 800px;
}
.kaartidega-plokk {
    background-color: #ECF8FF;
    padding: 40px;
}
.kaartidega-plokk.varviline .kaardid .kaart:nth-child(4n+1) {
    background-color: #c0004b;
    color: #fff;
}

.kaartidega-plokk.varviline .kaardid .kaart:nth-child(4n+2) {
    background-color: #ff739c;
    color: #000;
}

.kaartidega-plokk.varviline .kaardid .kaart:nth-child(4n+3) {
    background-color: #ffb8cc;
    color: #000;
}

.kaartidega-plokk.varviline .kaardid .kaart:nth-child(4n+4) {
    background-color: #000;
    color: #fff;
}
.kaardid, .ikooniplokid {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
}
.kaardid .kaart {
    flex: 30%;
    background-color: white;
    padding: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1240px) {
    .kaardid .kaart {
       flex: 45%;
    }
}
.ikooniplokid .ikoon-item {
    flex: 30%;
}
.logod {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
}
.logod .logo {
    flex: 22%;
}

.logod .logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 70px;
    justify-content: end;
}

@media screen and (max-width: 500px) {
    .logod .logo-item {
        flex: 100%;
    }
    .kaardid .kaart {
        flex: 100%;
    }
}
.icons-blue-bg {
    background-color: #ECF8FF;
    padding: 40px;
}
.icons-blue-bg > div {
    justify-content: space-between;
    gap: 30px;
}
.icons-blue-bg .ikoon-item {
    flex: 45%;
}
.icons-blue-bg .ikoon-item img {
    min-height: 35px;
    max-height: 35px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .icons-blue-bg .ikoon-item,
    .ikooniplokid .ikoon-item {
        flex: 100%;
    }
    .roosa-pealkiri {
        font-size: 24px;
    }
    .kaartidega-plokk,
    .icons-blue-bg {
        padding: 20px;
    }
}