@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext');

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    background-color: #ffffff;
    font-size: 15px !important;
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2 {
    font-size: 2em;
    color: #168460;
}

h3 {
    font-size: 21px;
    color: #168460;
}

p {
    font-size: 16px;
    line-height: 170%;
    text-align: justify;
}

ul {
    list-style-type: none;
    padding: 0;
    line-height: 140%;
}

li {
    padding-bottom: 3px;
}

.page-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.page-wrapper--inner {
    margin: 0;
    height: 100%;
}

.header {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 65px;
    position: fixed;
    z-index: 1000;
}

.header__row {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.header__logo {
    align-self: flex-start;
    line-height: 65px;
    height: 35px;
    margin: 15px;
}

.header__menu {
    align-self: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 65px;
}

.header__menu > li {
    display: inline-block;
}

.header__menu > li > a {
    display: block;
    line-height: 65px;
    font-size: 14px;
    text-decoration: none;
    color: #168460;
    padding: 0 15px;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .header__logo {
        line-height: 65px;
        height: 26px;
        margin: 10px;
        position: relative;
        top: 10px;
    }

    .header__menu > li > a {
        padding: 0 7px;
    }

    .content__article {
        padding: 7px;
        margin: 50px auto 30px;
    }
}

.content {
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.content__article {
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
    max-width: 1200px;
    margin: 90px auto 30px;
}

.content__article h2 {
    margin-top: 0;
}

.main_images_container {
    position: relative;
    height: 65vh;
    background-color: #252525;
    width: 100%;
    top: 65px;
}

.main_images {
    min-height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

.main_images_overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.supportive_images {
    position: relative;
    background: #168460;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

@media (max-width: 870px) {
    .supportive_images {
        flex-direction: column;
    }
}

.supportive_images > .item {
    text-decoration: none;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px;
}

.supportive_images > .item > span {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #eaeaea;
}

.supportive_images > .item > img {
    height: 120px;
    filter: grayscale(100%);
    transition: all 0.5s ease;
    opacity: 0.8;
}

.supportive_images > .item:hover > img {
    filter: grayscale(0%);
    opacity: 1;
}

.supportive_images > .item:hover > span {
    color: #ffffff;
}

.content__cards {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.content__card {
    padding: 15px;
}

table.dataTable thead th {
    text-align: left;
    color: #ffffff;
    background-color: #168460;
    padding: 13px;
    border-bottom: none;
}

table.dataTable tbody td {
    text-align: left;
    padding: 13px;
}

table.dataTable tbody tr.odd {
    background-color: #f0f0f0;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.lang-select {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.lang-select__item {
    width: 32px;
    height: 32px;
    margin-left: 5px;
    display: inline-block;
}

.lang-select__item--et {
    background-image: url(../assets/images/est.png);
}

.lang-select__item--en {
    background-image: url(../assets/images/eng.png);
}

.lang-select__item--ru {
    background-image: url(../assets/images/rus.png);
}

.preloader {
    background-color: #ffffff;
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
}

.preloader img {
    width: 200px;
}

@media screen and (max-width: 960px) {
    .content__cards {
        flex-direction: column;
    }
}

.blocker {
    z-index: 1000 !important;
}

#pilingSpecification {
    max-width: 800px;
    display: none;
}

#pilingSpecification table {
    border-collapse: collapse;
}

#pilingSpecification tr {
    border-bottom: 1px solid #eaeaea;
}

.link {
    color: #168460;
    font-weight: bold;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.modal .scrollable {
    overflow-x: scroll;
}

.modal table {
    white-space: nowrap;
}

.modal table td:not(:first-child) {
    text-align: center;
}

.modal table th:not(:first-child) {
    padding: 0 7px;
}

.paginate_button {
    padding-bottom: 3px;
    display: inline;
    margin: 0 2px;
}

.paginate_button > a {
    color: #168460;
    padding: 3px;
    text-decoration: none;
}

.paginate_button.active > a {
    text-decoration: underline;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
    top: 14px;
    left: 4px;
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #168460;

}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child {
    display: flex;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 0;
    border: 1px solid green;
    background: #f0f0f0;
    padding: 5px;
}

[type="search"] {
    outline-offset: 0;
}