/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
@import url(./open-sans-css.css?family=Open+Sans:300i,400,400i,600,600i,700);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
    text-decoration: none;
    box-sizing: border-box;
    max-height: 999999px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

* html body, html {
    height: 100%
}

body {
    min-height: 100%;
    min-width: 320px;
    color: #4a4a4a;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    min-width: 300px;
    overflow: hidden
}

.content {
    flex: 1 0 auto
}

.footer {
    flex: 0 0 auto
}

.container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .container {
        padding: 0 20px
    }
}

@media (max-width:767px) {
    .container {
        padding: 0 15px
    }
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

::-webkit-input-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

:-moz-placeholder {
    color: #aaa
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

.block-ttl {
    font-weight: 700;
    font-size: 46px;
    color: #1b1b1b;
    margin-bottom: 60px;
}

@media (max-width:1024px) {
    .block-ttl {
        font-size: 40px;
        margin-bottom: 45px
    }
}

@media (max-width:767px) {
    .block-ttl {
        font-size: 27px;
        margin-bottom: 30px
    }
}

.block-ttl.center {
    text-align: center
}

.block-ttl.line {
    position: relative
}

    .block-ttl.line:after {
        position: absolute;
        content: '';
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -10px;
        background: #347fb5;
        height: 3px;
        width: 53px
    }

.btn {
    /*display: inline-flex;*/
    justify-content: center;
    align-items: center;
    background: #347fb5;
    color: #fff;
    text-transform: uppercase;
    min-width: 160px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 700;
    height: 55px;
    box-shadow: 0 4px 11px 0 rgba(52,127,181,.37);
    border-radius: 100px;
    letter-spacing: 1px;
    border: none;
    outline: 0px solid white;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 0px solid white !important;
    }

@media (max-width:767px) {
    .btn {
        width: 100%
    }
}

.btn:hover {
    background: #358ece
}

.btn.btn-white {
    background: #fff;
    color: #347fb5;
    box-shadow: 0 8px 34px 0 rgba(0,0,0,.07);
    border-radius: 100px
}

    .btn.btn-white:hover {
        background: #358ece;
        color: #fff
    }

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 20px
}

    .input-group.small {
        margin-bottom: 10px
    }

        .input-group.small input {
            height: 50px
        }

        .input-group.small .jq-selectbox__select {
            height: 50px
        }

    .input-group.btn-group {
        margin-top: 15px
    }

    .input-group input {
        height: 60px;
        display: block;
        width: 100%;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        font-size: 16px;
        color: #4a4a4a;
        padding: 0 20px
    }

    .input-group .jq-selectbox {
        display: block;
        width: 100%;
        position: relative;
        cursor: pointer
    }

    .input-group .jq-selectbox__select-text.placeholder {
        color: #aaa
    }

    .input-group .jq-selectbox__select {
        height: 60px;
        display: flex;
        align-items: center;
        width: 100%;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        font-size: 16px;
        color: #4a4a4a;
        padding: 0 20px;
        cursor: pointer
    }

    .input-group .jq-selectbox__trigger {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .input-group .jq-selectbox__trigger-arrow {
        background: url(../images/ico-arrow-down-grey.svg) center no-repeat;
        width: 16px;
        height: 9px;
        background-size: contain
    }

    .input-group .jq-selectbox__dropdown {
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        font-size: 16px;
        color: #4a4a4a;
        width: 100%;
        padding: 10px 20px
    }

        .input-group .jq-selectbox__dropdown ul li {
            margin-bottom: 10px
        }

            .input-group .jq-selectbox__dropdown ul li:last-child {
                margin-bottom: 0
            }

.top-photo {
    height: 180px;
    background: url(../images/bg-top-block.png) center no-repeat;
    background-size: cover
}

.top-photo-TIS {
    height: 320px;
    background: url(../images/bg-tis.jpg) center no-repeat;
    background-size: cover
}

.top-photo-vaccin {
    height: 320px;
    background: url(../images/bg-vaccin.jpg) center no-repeat;
    background-size: cover
}

.breadcrumbs {
    margin-top: 10px;
    margin-bottom: 15px
}

    .breadcrumbs ul {
        display: flex
    }

        .breadcrumbs ul li {
            position: relative;
            margin-right: 47px
        }

            .breadcrumbs ul li:after {
                position: absolute;
                content: '';
                right: -25px;
                top: 6px;
                background: url(../images/ico-breadrumbs.svg) center no-repeat;
                width: 6px;
                height: 10px
            }

            .breadcrumbs ul li:last-child {
                margin-right: 0
            }

                .breadcrumbs ul li:last-child:after {
                    display: none
                }

            .breadcrumbs ul li a {
                font-size: 15px;
                color: #747474;
                text-decoration: underline
            }

            .breadcrumbs ul li span {
                font-size: 15px;
                color: #347fb5
            }

.pagination {
    display: flex;
    margin-bottom: 100px;
    justify-content: space-between
}

@media (max-width:1024px) {
    .pagination {
        justify-content: center
    }
}

@media (max-width:767px) {
    .pagination {
        margin-bottom: 50px
    }
}

.pagination .pages {
    display: flex
}

    .pagination .pages li {
        margin-right: 10px
    }

@media (max-width:1024px) {
    .pagination .pages li {
        display: none
    }

        .pagination .pages li.current-page, .pagination .pages li.next-page, .pagination .pages li.next-page-btn, .pagination .pages li.prev-page, .pagination .pages li.prev-page-btn {
            display: flex
        }
}

.pagination .pages li:last-child {
    margin-right: 0
}

.pagination .pages li a, .pagination .pages li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e7e9f5;
    border-radius: 3px;
    font-size: 16px;
    color: #003e49;
    width: 56px;
    height: 56px
}

@media (max-width:767px) {
    .pagination .pages li a, .pagination .pages li span {
        width: 45px;
        height: 45px
    }
}

.pagination .pages li a .icon, .pagination .pages li span .icon {
    width: 8px;
    height: 14px;
    fill: #003e49
}

.pagination .pages li a:hover {
    border-color: #d7d9e2
}

.pagination .pages li.current-page a, .pagination .pages li.current-page span {
    color: #347fb5
}

.after-footer {
    background: #3a434e
}

    .after-footer .container {
        display: flex;
        height: 55px;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        color: rgba(255,255,255,.7)
    }

@media (max-width:767px) {
    .after-footer .container {
        flex-wrap: wrap;
        height: 105px;
        align-content: center
    }

        .after-footer .container .copyright {
            width: 100%;
            text-align: center;
            padding: 7px 0
        }

        .after-footer .container .links {
            width: 100%;
            text-align: center;
            padding: 7px 0
        }
}

.after-footer .container .delimetre {
    padding: 0 20px
}

.after-footer .container a {
    color: rgba(255,255,255,.7)
}

    .after-footer .container a:hover {
        text-decoration: underline
    }

.main-footer {
    background: #45505d;
    padding-top: 45px
}

    .main-footer .container .col-wr {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 50px
    }

@media (max-width:767px) {
    .main-footer .container .col-wr {
        padding-bottom: 0
    }
}

.main-footer .container .list-ttl {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 23px
}

@media (max-width:767px) {
    .main-footer .container .list-ttl.mobile-center {
        text-align: center
    }
}

.main-footer .container .footer-list {
    padding-left: 8px
}

    .main-footer .container .footer-list li {
        margin-bottom: 20px;
        padding-left: 5px
    }

        .main-footer .container .footer-list li a {
            font-size: 14px;
            color: #fff;
            position: relative
        }

            .main-footer .container .footer-list li a:hover {
                text-decoration: underline
            }

            .main-footer .container .footer-list li a:before {
                position: absolute;
                content: '';
                left: -13px;
                top: 6px;
                width: 0;
                height: 0;
                border: 4px solid transparent;
                border-left-color: #6a737d
            }

.main-footer .container .img-wr {
    text-align: center
}

.main-footer .container .desc {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    max-width: 180px;
    margin: 17px auto 0
}

.main-footer .container .download {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    .main-footer .container .download {
        justify-content: space-around
    }
}

.main-footer .container .download img {
    max-width: 100%;
    height: auto
}

.main-footer .container .who {
    width: 100%;
    margin: 0 auto
}

@media (max-width:767px) {
    .main-footer .container .who {
        border-top: 1px solid #546272;
        border-bottom: 1px solid #546272;
        padding: 35px 0
    }
}

.main-footer .container .col {
    width: 33%;
    padding: 0 15px
}

@media (max-width:1024px) {
    .main-footer .container .col {
        width: 50%;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .main-footer .container .col {
        width: 100%
    }
}

.sticky-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    left: 0;
    z-index: 10;
}

.main-header {
    border-bottom: 1px solid #f0f0f0;
}

    .main-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

@media (max-width:767px) {
    .main-header .container {
        position: relative
    }
}

@media (max-width:767px) {
    .block-ttl-tis {
        font-size: 20px !important;
    }
}

@media (max-width:767px) {
    .main-header .logo-wr img {
        width: 100px;
        height: auto
    }

    .mobile-menu .logo-wr .logo-link img {
        width: 100px;
        height: auto
    }

    .mobile-menu .menu-icon {
        width: 24px;
        height: 17px;
    }
}

.main-header .right-menu {
    display: flex;
    align-items: center
}

    .main-header .right-menu .nav-menu ul {
        display: flex
    }

        .main-header .right-menu .nav-menu ul li {
            margin-right: 45px;
            position: relative;
            display: inline-flex;
        }

@media (max-width:1024px) {
    .main-header .right-menu .nav-menu ul li {
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li {
        margin-right: 0;
        position: static
    }
}

.main-header .right-menu .nav-menu ul li:last-child {
    margin-right: 0
}

.main-header .right-menu .nav-menu ul li a.nav-link {
    font-weight: 600;
    font-size: 13px;
    color: #4a4a4a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s ease-in-out
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li a.nav-link {
        display: none
    }

        .main-header .right-menu .nav-menu ul li a.nav-link.dropdown {
            display: inline-flex
        }
}

.main-header .right-menu .nav-menu ul li a.nav-link:after {
    position: absolute;
    content: '';
    bottom: -36px;
    left: 0;
    right: 0;
    background: 0 0;
    height: 2px;
    transition: all .3s ease-in-out
}

.main-header .right-menu .nav-menu ul li a.nav-link .ico {
    display: inline-flex;
    margin-right: 10px
}

.main-header .right-menu .nav-menu ul li a.nav-link.active, .main-header .right-menu .nav-menu ul li a.nav-link:hover {
    color: #347fb5
}

    .main-header .right-menu .nav-menu ul li a.nav-link.active:after, .main-header .right-menu .nav-menu ul li a.nav-link:hover:after {
        background: #347fb5
    }

.main-header .right-menu .nav-menu ul li .dropdown-content {
    display: none;
    top: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    background: #fff;
    box-shadow: 0 12px 14px 0 rgba(0,0,0,.22);
    border-radius: 5px;
    padding: 40px 30px 30px;
    z-index: 3
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content {
        left: 9px;
        right: 9px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding: 25px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content:before {
    width: 17px;
    height: 17px;
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -8px;
    background: #fff
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px
}

    .main-header .right-menu .nav-menu ul li .dropdown-content ul li {
        width: 100%;
        margin-bottom: 25px
    }

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content ul li {
        margin-bottom: 20px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul li:last-child {
    margin-bottom: 0
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul li a {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #1b1b1b;
    padding-left: 21px;
    display: flex
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content ul li a {
        font-size: 15px;
        line-height: 23px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul li a:hover {
    color: #347fb5
}

.main-header .right-menu .nav-menu ul li .dropdown-content ul li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    background: url(../images/ico-arrow-right.svg) center no-repeat;
    background-size: contain;
    width: 9px;
    height: 16px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content ul li a:before {
        width: 8px;
        height: 14px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content .ttl {
    font-weight: 600;
    font-size: 18px;
    color: #1b1b1b;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content .ttl {
        font-size: 15px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content .form-wr {
    position: relative;
    width: 528px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content .form-wr {
        width: 100%
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content .form-wr .input {
    display: block;
    width: 100%;
    border: none;
    padding-left: 50px;
    padding-right: 200px;
    height: 50px;
    border-radius: 30px;
    background: url(../images/ico-search.svg),#f7f7f7;
    background-position: 25px 17px;
    background-repeat: no-repeat;
    background-size: 15px 15px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content .form-wr .input {
        padding-right: 60px
    }
}

.main-header .right-menu .nav-menu ul li .dropdown-content .form-wr .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 182px;
    height: 50px
}

@media (max-width:767px) {
    .main-header .right-menu .nav-menu ul li .dropdown-content .form-wr .btn {
        font-size: 0;
        width: 50px;
        min-width: 50px;
        background: url(../images/ico-search-white.svg) center center no-repeat,#347fb5
    }
}

.main-header .right-menu .lang-select {
    margin-right: 25px;
    margin-left: 65px
}

@media (max-width:1024px) {
    .main-header .right-menu .lang-select {
        margin-left: 30px;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .main-header .right-menu .lang-select {
        margin-left: 20px
    }
}

.main-header .right-menu .mobile-hamb {
    display: none;
    height: 60px
}

@media (max-width:767px) {
    .main-header .right-menu .mobile-hamb {
        display: inline-flex;
        align-items: center
    }
}

.main-header .right-menu .font-size {
    height: 112px;
    border-left: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 18px;
    color: #575757
}

@media (max-width:767px) {
    .main-header .right-menu .font-size {
        display: none
    }
}

.main-header .right-menu .font-size .letter {
    font-weight: 600;
    font-size: 24px;
    color: #347fb5;
    margin-right: 8px
}

.main-header .right-menu .font-size .sizer {
    position: relative;
    margin-left: 10px
}

    .main-header .right-menu .font-size .sizer .up {
        position: absolute;
        top: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        cursor: pointer
    }

        .main-header .right-menu .font-size .sizer .up .icon {
            width: 16px;
            height: 9px
        }

    .main-header .right-menu .font-size .sizer .down {
        position: absolute;
        bottom: -19px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        cursor: pointer
    }

        .main-header .right-menu .font-size .sizer .down .icon {
            width: 16px;
            height: 9px
        }

    .main-header .right-menu .font-size .sizer .current {
        font-weight: 600;
        font-size: 16px;
        color: #347fb5
    }

.pregnant {
    background: #fff;
    border-radius: 4px;
    border: 5px solid #f7f7f7;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 0 !important;
}

    .pregnant .photo {
        background: url(../images/bg-pregnant.jpg) center no-repeat;
        background-size: cover;
        height: 280px;
        border-bottom: 0px solid #70d9e7;
        margin-bottom: 0 !important;
        cursor: pointer;
    }

    .pregnant .ttl {
        font-weight: 700;
        font-size: 16px;
        color: #1b1b1b;
        text-align: center;
        margin-bottom: 20px
    }

    .pregnant .link {
        font-size: 16px;
        color: #303030;
        text-decoration: underline;
        position: relative;
    }

.phone-sidebar {
    background: #fff;
    border-radius: 4px;
    border: 5px solid #f7f7f7;
    margin-top: 40px;
    text-align: center
}

    .phone-sidebar .img-wr {
        margin-top: 35px;
        margin-bottom: 18px
    }

    .phone-sidebar .link {
        font-weight: 700;
        font-size: 16px;
        color: #1b1b1b;
        text-decoration: none;
        letter-spacing: 0;
        text-align: center;
        line-height: 27px;
        display: inline-block;
        margin-bottom: 33px
    }

        .phone-sidebar .link.active {
            color: #347fb5
        }

    .phone-sidebar .hide-block {
        display: none;
        position: relative;
        padding: 27px 15px 10px
    }

        .phone-sidebar .hide-block:before {
            position: absolute;
            content: '';
            left: 30px;
            right: 30px;
            top: 0;
            height: 1px;
            background: #f0f0f0
        }

        .phone-sidebar .hide-block p {
            margin-bottom: 20px;
            font-size: 16px;
            color: #4a4a4a;
            letter-spacing: 0;
            text-align: center;
            line-height: 26px
        }

            .phone-sidebar .hide-block p a {
                color: #347fb5
            }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #347fb5;
    opacity: 0.9;
    filter: alpha(opacity=20);
    background: white;
    padding-left: 3px;
    padding-right: 3px;
    border: 2px solid white;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #fff
}

    .mobile-menu .header {
        padding: 10px 10px 10px 10px;
    }

    .mobile-menu .logo {
        float: left;
    }

    .mobile-menu .menu-icon {
        float: right;
    }

    .mobile-menu .close {
        position: absolute;
        top: 18px;
        right: 24px
    }

    .mobile-menu ul {
        background-color: white;
        /*margin-top: 75px;*/
        border-top: 1px solid #f2f2f2
    }

        .mobile-menu ul li a {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 13px;
            color: #1b1b1b;
            display: block;
            padding: 22px 0;
            text-align: center;
            border-bottom: 1px solid #f2f2f2
        }

.jq-select-multiple, .jq-selectbox {
    position: relative;
    display: inline-block
}

    .jq-select-multiple select, .jq-selectbox select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        opacity: 0
    }

    .jq-select-multiple li, .jq-selectbox li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap
    }

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.input-group .jq-selectbox__dropdown {
    position: sticky;
}

.input-group .jq-selectbox__dropdown ul li:first-child {
    display: none;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

    .jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
        -webkit-appearance: none
    }

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.promo {
    background: url(../images/bg-promo.png) center no-repeat;
    background-size: cover;
    padding-top: 240px;
    margin-bottom: 95px
}

@media (max-width:767px) {
    .promo {
        margin-bottom: 250px;
        padding-top: 0
    }
}

.promo .quick-link-banner {
    padding: 10px;
    background-color: #347fb5;
    color: white;
    width: calc(100% / 3 - 2%);
    height: 180px;
    margin-top: -80px;
    margin-bottom: -20px;
}

    .promo .quick-link-banner h3, .promo .quick-link-banner ul li a {
        color: white !important;
    }

    .promo .quick-link-banner li a {
        background-image: url(../images/ico-arrow-right-white.svg);
        margin-top: -2px;
        padding-left: 12px;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 16px;
    }

    .promo .quick-link-banner ul li {
        margin-top: 5px;
        padding: 5px;
        padding-left: 15px;
        list-style: none;
        text-decoration: underline;
    }

.promo .promo-list {
    position: relative;
    bottom: -95px;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .promo .promo-list {
        bottom: -227px
    }
}

.promo .promo-list li {
    padding: 0 15px;
    width: calc(100% / 3)
}

@media (max-width:767px) {
    .promo .promo-list li {
        width: 100%;
        margin-bottom: 15px
    }
}

.promo .promo-list li .item {
    height: 100%;
    background: #fff;
    box-shadow: 0 1px 34px 0 rgba(0,0,0,.25);
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    padding: 45px 15px 35px;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
    border: 2px solid transparent;
    transition: all .3s ease-in-out
}

@media (max-width:767px) {
    .promo .quick-link-banner {
        padding: 10px;
        background-color: #347fb5;
        color: white;
        width: 100%;
        height: 150px;
        margin-top: 60px;
        margin-bottom: -150px;
    }

    .promo .promo-list li .item {
        padding: 13px;
        align-items: center
    }

        .promo .promo-list li .item:after {
            position: absolute;
            content: '';
            right: 13px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url(../images/ico-arrow-right.svg) center no-repeat;
            width: 9px;
            height: 16px;
            background-size: contain
        }
}

.promo .promo-list li .item:hover {
    border-color: #347fb5;
    box-shadow: 0 1px 34px 0 rgba(0,0,0,.21)
}

.promo .promo-list li .item .link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.promo .promo-list li .item .ico-wr {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 80px
}

@media (max-width:767px) {
    .promo .promo-list li .item .ico-wr {
        width: 33px;
        align-items: center
    }

        .promo .promo-list li .item .ico-wr img {
            max-width: 100%;
            max-height: 47px
        }
}

.promo .promo-list li .item .text {
    width: 100%;
    color: #1b1b1b;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px
}

@media (max-width:767px) {
    .promo .promo-list li .item .text {
        width: calc(100% - 35px);
        margin-top: 0;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 20px;
        text-align: left
    }
}

.actual {
    margin-top: 150px;
    padding-bottom: 80px
}

    .actual .actual-list .actual-item {
        height: 100%;
        background: #fff;
        box-shadow: 0 2px 34px 0 rgba(0,0,0,.05);
        border-radius: 4px;
        padding: 25px 20px 80px;
        position: relative;
        transition: all .3s ease-in-out
    }

        .actual .actual-list .actual-item:hover {
            box-shadow: 0 2px 34px 0 rgba(0,0,0,.12)
        }

            .actual .actual-list .actual-item:hover .ttl {
                color: #347fb5
            }

        .actual .actual-list .actual-item .big-link {
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0
        }

        .actual .actual-list .actual-item .ttl {
            color: #1b1b1b;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 18px
        }

        .actual .actual-list .actual-item .desc {
            font-size: 14px;
            color: #4a4a4a
        }

        .actual .actual-list .actual-item .actions {
            position: absolute;
            bottom: 15px;
            left: 20px;
            right: 20px;
            display: flex;
            justify-content: space-between
        }

            .actual .actual-list .actual-item .actions .date {
                font-weight: 600;
                font-size: 14px;
                color: #c3c3c3
            }

            .actual .actual-list .actual-item .actions .link {
                font-style: italic;
                font-size: 16px;
                color: #347fb5;
                position: relative;
                padding-right: 12px
            }

                .actual .actual-list .actual-item .actions .link:after {
                    position: absolute;
                    content: '';
                    right: 0;
                    top: 7px;
                    background: url(../images/ico-arrow-right.svg) center no-repeat;
                    width: 6px;
                    height: 10px
                }

    .actual .actual-list ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }

        .actual .actual-list ul li {
            padding: 0 15px;
            width: calc(100% / 3);
            margin-bottom: 30px
        }

@media (max-width:1024px) {
    .actual .actual-list ul li {
        width: 50%
    }
}

@media (max-width:767px) {
    .actual .actual-list ul li {
        width: 100%
    }
}

.actual .btn-wr {
    text-align: center;
    margin-top: 50px
}

@media (max-width:767px) {
    .actual .btn-wr {
        margin-top: 15px
    }
}

.actual .btn-wr .btn {
    width: 260px
}

@media (max-width:767px) {
    .actual .btn-wr .btn {
        width: 100%
    }
}

.subscribe {
    background: #fbfbfb;
    padding: 35px 0
}

    .subscribe .box {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        border-radius: 4px
    }

        .subscribe .box .causes {
            width: 50%;
            border-right: 1px solid #f0f0f0
        }

@media (max-width:767px) {
    .subscribe .box .causes {
        width: 100%;
        border-right: none
    }
}

.subscribe .box .causes ul {
    height: 100%;
    display: flex;
    flex-direction: column
}

    .subscribe .box .causes ul li {
        height: calc(100% / 3);
        align-items: center;
        display: flex;
        padding-left: 50px;
        border-bottom: 1px solid #f0f0f0;
        position: relative
    }

        .subscribe .box .causes ul li .full-link {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1
        }

        .subscribe .box .causes ul li:hover .text {
            color: #347fb5;
            text-decoration: underline
        }

@media (max-width:767px) {
    .subscribe .box .causes ul li {
        height: 110px;
        padding-left: 30px
    }
}

.subscribe .box .causes ul li:last-child {
    border-bottom: none
}

@media (max-width:767px) {
    .subscribe .box .causes ul li:last-child {
        border-bottom: 1px solid #f0f0f0
    }
}

.subscribe .box .causes ul li .ico-wr {
    width: 70px;
    text-align: center
}

@media (max-width:767px) {
    .subscribe .box .causes ul li .ico-wr {
        width: 40px
    }

        .subscribe .box .causes ul li .ico-wr img {
            max-width: 100%;
            max-height: 43px
        }
}

.subscribe .box .causes ul li .text {
    font-weight: 600;
    font-size: 20px;
    color: #1b1b1b;
    padding-left: 30px;
    padding-right: 15px
}

@media (max-width:767px) {
    .subscribe .box .causes ul li .text {
        font-size: 16px;
        line-height: 27px
    }
}

.subscribe .box .subscribe-form {
    width: 50%;
    padding: 0 30px
}

@media (max-width:767px) {
    .subscribe .box .subscribe-form {
        width: 100%;
        padding: 0 15px
    }
}

.subscribe .box .subscribe-form .form-wr {
    max-width: 360px;
    width: 100%;
    margin: 70px auto 60px
}

@media (max-width:767px) {
    .subscribe .box .subscribe-form .form-wr {
        margin-top: 40px
    }
}

.subscribe .box .subscribe-form .form-wr .ico-wr {
    text-align: center;
    margin-bottom: 35px
}

@media (max-width:767px) {
    .subscribe .box .subscribe-form .form-wr .ico-wr {
        margin-bottom: 28px
    }

        .subscribe .box .subscribe-form .form-wr .ico-wr img {
            width: 78px
        }
}

.subscribe .box .subscribe-form .form-wr .ttl {
    font-weight: 600;
    font-size: 24px;
    color: #1b1b1b;
    text-align: center;
    line-height: 33px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .subscribe .box .subscribe-form .form-wr .ttl {
        font-size: 20px;
        line-height: 31px
    }
}

.subscribe .box .subscribe-form .form-wr .input-group .btn {
    width: 100%;
    font-size: 15px;
    height: 65px
}

    .subscribe .box .subscribe-form .form-wr .input-group .btn .ico {
        margin-right: 10px
    }

.news-list {
    padding-bottom: 100px
}

    .news-list .news-list-content {
        display: flex;
        flex-wrap: wrap
    }

        .news-list .news-list-content .list-wr {
            width: calc(100% - 290px);
            padding-right: 100px
        }

@media (max-width:1024px) {
    .news-list .news-list-content .list-wr {
        padding-right: 30px;
        width: calc(100% - 150px)
    }
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr {
        width: 100%;
        padding-right: 0
    }
}

.news-list .news-list-content .list-wr .knowledge {
    margin-top: 40px;
    margin-bottom: 100px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .knowledge {
        margin-bottom: 60px
    }
}

.news-list .news-list-content .list-wr .knowledge .ttl {
    font-weight: 700;
    font-size: 24px;
    color: #1b1b1b;
    margin-bottom: 25px
}

.news-list .news-list-content .list-wr .knowledge p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 26px;
    margin-bottom: 30px
}

.news-list .news-list-content .list-wr .knowledge .info {
    border-top: 1px solid #f0f0f0;
    margin-top: 45px;
    padding-top: 45px;
    display: flex;
    align-items: center
}

.news-list .news-list-content .list-wr .form-group span {
    font-size: 16px;
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .knowledge .info {
        flex-wrap: wrap
    }
}

.news-list .news-list-content .list-wr .knowledge .info .logo-wr {
    margin-right: 30px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .knowledge .info .logo-wr {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0
    }
}

.news-list .news-list-content .list-wr .knowledge .info .text {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 26px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .knowledge .info .text {
        width: 100%
    }
}

.news-list .news-list-content .list-wr .search-box .search-ttl {
    font-style: italic;
    font-size: 16px;
    color: #347fb5;
    margin-top: 25px;
    margin-bottom: 50px
}

.news-list .news-list-content .list-wr .search-box .form-wr {
    display: flex;
    position: relative
}

    .news-list .news-list-content .list-wr .search-box .form-wr .input-search {
        background: url(../images/ico-search.svg),#f7f7f7;
        background-position: 25px 23px;
        background-repeat: no-repeat;
        background-size: 15px 15px;
        border-radius: 30px;
        height: 60px;
        border: none;
        display: block;
        width: 75%;
        padding-right: 20px;
        padding-left: 50px
    }

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .search-box .form-wr .input-search {
        padding-right: 20px
    }
}

.news-list .news-list-content .list-wr .search-box .form-wr .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 180px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .search-box .form-wr .btn {
        font-size: 0;
        width: 60px;
        min-width: 60px;
        background: url(../images/ico-search-white.svg) center center no-repeat,#347fb5
    }
}

.news-list .news-list-content .list-wr .filter-box {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 4px;
    padding: 0 30px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .filter-box {
        height: auto;
        background: 0 0;
        flex-wrap: wrap;
        padding: 0
    }
}

.news-list .news-list-content .list-wr .filter-box .mobile-filter {
    display: none
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .filter-box .mobile-filter {
        display: block;
        width: 100%
    }
}

.news-list .news-list-content .list-wr .filter-box .filter-ttl {
    font-size: 16px;
    color: #303030
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .filter-box .filter-ttl {
        display: block;
        width: 100%;
        margin-bottom: 7px
    }
}

.news-list .news-list-content .list-wr .filter-box ul.desktop {
    display: flex;
    align-items: center;
    margin-left: 25px
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr .filter-box ul.desktop {
        display: none
    }
}

.news-list .news-list-content .list-wr .filter-box ul.desktop li {
    margin-right: 25px
}

    .news-list .news-list-content .list-wr .filter-box ul.desktop li:last-child {
        margin-right: 0
    }

    .news-list .news-list-content .list-wr .filter-box ul.desktop li a, .news-list .news-list-content .list-wr .filter-box ul.desktop li span {
        font-weight: 600;
        font-size: 16px;
        color: #1b1b1b
    }

        .news-list .news-list-content .list-wr .filter-box ul.desktop li a.active, .news-list .news-list-content .list-wr .filter-box ul.desktop li span.active {
            color: #347fb5;
            position: relative
        }

            .news-list .news-list-content .list-wr .filter-box ul.desktop li a.active:after, .news-list .news-list-content .list-wr .filter-box ul.desktop li span.active:after {
                position: absolute;
                content: '';
                height: 1px;
                left: 0;
                right: 0;
                bottom: -19px;
                background: #347fb5
            }

.news-list .news-list-content .list-wr .list li .list-item {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap
}

    .news-list .news-list-content .list-wr .list li .list-item .date {
        font-weight: 600;
        font-size: 15px;
        color: #c3c3c3;
        width: 100%;
        margin-bottom: 15px
    }

    .news-list .news-list-content .list-wr .list li .list-item .ttl {
        font-weight: 600;
        font-size: 20px;
        color: #1b1b1b;
        width: 100%;
        margin-bottom: 10px
    }

    .news-list .news-list-content .list-wr .list li .list-item .text {
        font-size: 14px;
        color: #4a4a4a;
        line-height: 24px;
        margin-bottom: 18px;
        width: 100%
    }

    .news-list .news-list-content .list-wr .list li .list-item .link {
        color: #347fb5;
        font-style: italic;
        position: relative;
        padding-right: 12px
    }

        .news-list .news-list-content .list-wr .list li .list-item .link:after {
            position: absolute;
            content: '';
            right: 0;
            top: 6px;
            background: url(../images/ico-arrow-right.svg) center no-repeat;
            width: 6px;
            height: 10px
        }

.news-list .news-list-content .sidebar {
    width: 290px
}

.list-item ul li {
    font-size: 14px;
    line-height: 24px;
}

@media (max-width:1024px) {
    .news-list .news-list-content .sidebar {
        width: 250px
    }
}

@media (max-width:767px) {
    .news-list .news-list-content .sidebar {
        width: 100%;
        margin-bottom: 50px
    }
}

.news-list .news-list-content .sidebar .form-wr {
    background: #fff;
    border-radius: 4px;
    border: 5px solid #f7f7f7;
    padding: 35px 15px 20px;
    margin-top: 26px;
}

    .news-list .news-list-content .sidebar .form-wr .ico {
        text-align: center;
        margin-bottom: 10px
    }

        .news-list .news-list-content .sidebar .form-wr .ico img {
            width: 59px
        }

    .news-list .news-list-content .sidebar .form-wr .ttl {
        font-weight: 700;
        font-size: 16px;
        color: #303030;
        text-align: center;
        line-height: 27px;
        margin-bottom: 20px
    }

    .news-list .news-list-content .sidebar .form-wr .btn {
        width: 100%
    }

        .news-list .news-list-content .sidebar .form-wr .btn .ico {
            margin-bottom: 0;
            margin-right: 10px
        }

            .news-list .news-list-content .sidebar .form-wr .btn .ico img {
                width: 17px
            }

.detail-info-page {
    padding-bottom: 100px
}

    .detail-info-page .sub-ttl {
        color: #c43381;
        font-style: italic;
        font-size: 16px;
        font-weight: 300;
        margin-top: -40px;
        margin-bottom: 30px
    }

@media (max-width:1024px) {
    .detail-info-page .sub-ttl {
        margin-top: -20px
    }
}

@media (max-width:767px) {
    .detail-info-page .sub-ttl {
        margin-top: -10px
    }
}

.detail-info-page .sub-ttl .ico {
    margin-left: 3px
}

    .detail-info-page .sub-ttl .ico img {
        margin-bottom: -5px
    }

.detail-info-page .detail-content {
    border-top: 3px solid #fbfbfb;
    display: flex;
    flex-wrap: wrap
}

.detail-info-page .main-info {
    width: calc(100% - 290px);
    padding-right: 100px;
    padding-top: 10px
}

@media (max-width:1024px) {
    .detail-info-page .main-info {
        padding-right: 30px;
        width: calc(100% - 250px)
    }
}

@media (max-width:767px) {
    .detail-info-page .main-info {
        width: 100%;
        padding-right: 0
    }
}

.detail-info-page .main-info .ttl {
    font-weight: 700;
    font-size: 20px;
    color: #1b1b1b;
    margin-bottom: 20px;
    margin-top: 40px
}

.detail-info-page .main-info p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 26px;
    margin-bottom: 30px
}

.detail-info-page .main-info .risk-list {
    max-width: 540px
}

    .detail-info-page .main-info .risk-list li {
        width: 100%;
        margin-bottom: 12px
    }

        .detail-info-page .main-info .risk-list li .risk-item {
            display: flex;
            border: 1px solid #f0f0f0;
            border-radius: 4px;
            padding: 13px 13px 13px 25px;
            display: flex;
            flex-wrap: wrap;
            position: relative
        }

            .detail-info-page .main-info .risk-list li .risk-item:before {
                position: absolute;
                content: '';
                left: -1px;
                top: -1px;
                bottom: -1px;
                width: 4px;
                border-radius: 4px 0 0 4px
            }

            .detail-info-page .main-info .risk-list li .risk-item.green1:before {
                background: #216d4a
            }

            .detail-info-page .main-info .risk-list li .risk-item.green2:before {
                background: #15ac3b
            }

            .detail-info-page .main-info .risk-list li .risk-item.orange:before {
                background: #f5a623
            }

            .detail-info-page .main-info .risk-list li .risk-item.red:before {
                background: #d0021b
            }

            .detail-info-page .main-info .risk-list li .risk-item.blue:before {
                background: #70d9e7
            }

            .detail-info-page .main-info .risk-list li .risk-item .risk-ttl {
                font-weight: 700;
                font-size: 16px;
                color: #1b1b1b;
                width: 100%;
                margin-bottom: 12px;
            }

                .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip {
                    display: inline-flex;
                    position: relative;
                    bottom: -3px
                }

                    .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip:hover .tooltip-text {
                        display: block
                    }

                    .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip .ico {
                        margin-left: 5px;
                        display: flex;
                        cursor: pointer
                    }

                    .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip .tooltip-text {
                        display: none;
                        position: absolute;
                        bottom: calc(100% + 16px);
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                        background: #fff;
                        font-size: 13px;
                        font-weight: 400;
                        width: 200px;
                        box-shadow: 0 0 14px 0 rgba(0,0,0,.13);
                        border-radius: 5px;
                        padding: 10px
                    }

                        .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip .tooltip-text:after {
                            position: absolute;
                            content: '';
                            width: 16px;
                            height: 16px;
                            background: #fff;
                            -webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                            left: 50%;
                            bottom: -5px;
                            margin-left: -6px
                        }

                        .detail-info-page .main-info .risk-list li .risk-item .risk-ttl .tooltip .tooltip-text:before {
                            position: absolute;
                            content: '';
                            bottom: -28px;
                            left: 0;
                            right: 0;
                            height: 30px
                        }

            .detail-info-page .main-info .risk-list li .risk-item p {
                font-size: 14px;
                color: #1b1b1b;
                margin-bottom: 0
            }

            .detail-info-page .main-info .risk-list li .risk-item .list-group li {
                font-size: 16px;
            }

.detail-info-page .main-info .overview-kms ul {
    margin-top: -20px;
    margin-bottom: 25px;
}


.detail-info-page .main-info .overview-kms li {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
}

.detail-info-page .main-info .more-text {
    margin-top: 50px
}

    .detail-info-page .main-info .more-text .more, .detail-info-page .main-info .more-text .more-ref {
        width: 184px;
        height: 40px;
        margin-bottom: 10px;
    }

@media (max-width:767px) {
    .detail-info-page .main-info .more-text .more, .detail-info-page .main-info .more-text .more-ref {
        width: 100%
    }
}

.detail-info-page .main-info .more-text .more.active .ico img, .detail-info-page .main-info .more-text .more-ref.active .ico img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.detail-info-page .main-info .more-text .more .ico, .detail-info-page .main-info .more-text .more-ref .ico {
    margin-left: 10px;
    margin-top: -3px
}

    .detail-info-page .main-info .more-text .more .ico img, .detail-info-page .main-info .more-text .more .ico img {
        position: relative;
        transition: all .3s linear
    }

.detail-info-page .main-info .more-text .text, .detail-info-page .main-info .more-text .text .green1 {
    display: none;
    margin-top: 20px
}

    .detail-info-page .main-info .more-text .text ul {
        margin-top: -20px;
        margin-bottom: 25px;
    }

    .detail-info-page .main-info .more-text .text li {
        width: 100%;
        margin-bottom: 12px;
        font-size: 16px;
    }

.detail-info-page .sidebar {
    width: 290px
}

@media (max-width:1024px) {
    .detail-info-page .sidebar {
        width: 250px
    }
}

@media (max-width:767px) {
    .detail-info-page .sidebar {
        width: 100%
    }
}

.detail-info-page .sidebar .ttl {
    font-weight: 600;
    font-size: 20px;
    color: #4a4a4a;
    margin-top: 60px
}

.detail-info-page .sidebar .link-list {
    margin-top: 25px
}

    .detail-info-page .sidebar .link-list li {
        margin-bottom: 6px
    }

        .detail-info-page .sidebar .link-list li:last-child {
            margin-bottom: 0
        }

        .detail-info-page .sidebar .link-list li a {
            display: flex;
            border: 1px solid #f0f0f0;
            border-radius: 2px;
            position: relative;
            padding: 13px 45px 15px 15px;
            font-size: 14px;
            color: #1b1b1b;
            line-height: 23px;
            transition: all .1s ease-in-out
        }

            .detail-info-page .sidebar .link-list li a:hover {
                border-color: #dad9d9
            }

            .detail-info-page .sidebar .link-list li a:before {
                position: absolute;
                content: '';
                left: -1px;
                top: -1px;
                bottom: -1px;
                width: 2px;
                background: #347fb5;
                border-radius: 2px 0 0 2px
            }

            .detail-info-page .sidebar .link-list li a:after {
                position: absolute;
                content: '';
                right: 15px;
                top: 50%;
                background: url(../images/ico-arrow-right.svg) center no-repeat;
                width: 7px;
                height: 12px;
                background-size: contain;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

.disclaimer {
    padding-bottom: 70px
}

    .disclaimer p {
        font-size: 14px;
        line-height: 1.8;
        color: #888
    }

/*
.main-header {
    border-bottom: 2px solid #347fb5;
}*/
.detail-info-page {
    margin: 35px 0px !important;
}

.contact a {
    color: #347fb5 !important;
}

.contact p {
    line-height: 26px;
}

.mustfill {
    border: 2px solid #cc3300 !important;
}

.news-list p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 24px;
    margin-bottom: 18px;
    width: 100%;
}

.list-item h1, h2, h3, h4, h5 {
    color: #347fb5 !important;
    width: 100%;
}

.list-item ul {
    margin-bottom: 15px !important;
    margin-left: 15px;
}

.list-item li {
    margin-left: 10px;
    list-style-type: disc;
}

.news-list a {
    color: #347fb5;
}


.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    height: 30px;
    padding-top: 8px;
}

.autocomplete-selected {
    background: #347fb5;
    color: white;
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    text-decoration: underline;
}

.ui-autocomplete, .ui-widget-content {
    background-color: #FFFFFF !important;
    border: 1px solid #E7E7E7 !important;
    border-radius: 10px !important;
    color: #4a4a4a !important;
    padding: 6px !important;
}

.ui-state-active {
    background-color: #347FB5 !important;
    border: 1px solid #347FB5 !important;
}

.btn-danger {
    background-color: red;
}

    .btn-danger:hover {
        background-color: darkred;
    }

.newsRead {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #347fb5;
    text-transform: uppercase;
    min-width: 160px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 700;
    height: 55px;
    box-shadow: 0 4px 11px 0 rgba(52,127,181,.37);
    border-radius: 100px;
    letter-spacing: 1px;
    border: none;
    transition: all .3s ease-in-out;
}

.tis-searchresult-link, .tis-searchresult-link:active, .tis-searchresult-link:visited, .tis-searchresult-link:link {
    color: #000000;
}

    .tis-searchresult-link:hover {
        color: #347fb5;
    }

.input-search {
    font-size: 14px;
}

    .input-search::-ms-clear {
        display: none;
    }

.keywordtags {
    font-size: 13px;
}

    .keywordtags span em {
        font-style: normal;
        background: #d8d1d1;
        border-radius: 7px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

/* The container */
.containerch {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

    /* Hide the browser's default checkbox */
    .containerch input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #cccccc;
}

/* On mouse-over, add a grey background color */
.containerch:hover input ~ .checkmark {
    background-color: #808080;
}

/* When the checkbox is checked, add a blue background */
.containerch input:checked ~ .checkmark {
    background-color: #347fb5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerch input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerch .checkmark:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading, panel-default-total > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body,
        .panel-default-total > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge,
        .panel-default-total > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body,
    .panel-default-total > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.panel-title a {
    position: relative;
    display: block;
    width: 100%;
}

    .panel-title a[aria-expanded="false"]:after, .panel-title a:after {
        content: "\f078";
        position: absolute;
        right: 10px;
        top: 3px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    .panel-title a[aria-expanded="true"]:after {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 4px;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

a[target="_blank"]:not(.withImg):not([href$=".pdf"]):not([href^="/"]):not([href^=".."]):not([href^="lareb.nl*"]):after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.8em;
    content: "\f08e";
    margin-left: 4px;
    margin-right: 5px;
}

.divCorona {
    color: #347fb5;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 80px;
    margin-top: 150px;
    margin-bottom: -80px;
    border-radius: 20px;
    cursor: pointer;
}

    .divCorona img {
        margin-left: 10px;
        height: 40px;
    }

    .divCorona a {
        color: #000000;
        margin-left: 20px;
        margin-bottom: 12px;
        margin-top: 10px;
    }

    .divCorona h2 {
        color: #000000 !important;
    }

.divNoScript {
    color: red;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.text h3 {
    color: black !important;
}

.btn-reportform-navmenu {
    display: inline-flex;
    font-size: 13px;
    height: 35px;
    margin-left: 15px;
    white-space: normal;
}

    .btn-reportform-navmenu img {
        height: 20px;
        margin-right: 10px;
    }

    .btn-reportform-navmenu:hover {
        color: #ffffff;
    }

@media (max-width:768px) {
    .main-header .right-menu .nav-menu ul li button.nav-link {
        display: none
    }

    .btn-reportform-navmenu {
        font-size: 10px;
        margin-left: 5px;
        margin-right: -10px;
        min-width: 150px !important;
        max-width: 150px !important;
    }
}

@media (max-width:361px) {
    .btn-reportform-navmenu {
        font-size: 9px;
        height: 30px;
        min-width: 120px !important;
        max-width: 120px !important;
    }

        .btn-reportform-navmenu img {
            height: 15px;
        }
}

@media (max-width:321px) {
    .btn-reportform-navmenu {
        height: 25px;
        min-width: 100px !important;
        max-width: 100px !important;
    }
}

.banner-text {
    font-size: 24px;
}

@media (max-width:420px) {
    .banner-text {
        font-size: 20px;
    }
}

@media (max-width:370px) {
    .banner-text {
        font-size: 18px;
    }
}

@media (max-width:330px) {
    .banner-text {
        font-size: 16px;
    }
}

.modal-body-reportform {
    text-align: center;
}

    .modal-body-reportform h1 {
        margin: auto;
        vertical-align: middle;
    }

.modal_btn_reportform {
    color: #347fb5;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 60px;
    margin-top: 50px;
    margin-bottom: 40px;
    margin-right: 50px;
    margin-left: 50px;
    border-radius: 20px;
    cursor: pointer;
}

@media (max-width:620px) {
    .modal_btn_reportform {
        font-size: 16px;
    }
}

@media (max-width:499px) {
    .modal_btn_reportform {
        font-size: 14px;
        margin-top: 30px;
        margin-right: 30px;
        margin-left: 30px;
    }
}

.btn-modal-reportform {
    background: none;
    border: none;
    width: 100%;
}

.feedback_sidenav {
    display: block;
    text-align: -webkit-right;
    position: fixed;
    right: 0;
    bottom: 180px;
    z-index: 10;
}

@media (max-width:499px) {
    .feedback_sidenav {
        bottom: 10px;
    }
}

.feedback_sidenav a {
    position: absolute;
    right: -110px;
    padding-top: 7px;
    transition: 0.3s;
    width: 150px;
    height: 45px;
    background-color: white;
    text-decoration: none;
    font-size: 16px;
    text-align: -webkit-center;
    color: #347fb5;
    border-radius: 15px 15px 0 0;
    border-style: solid;
    transform-origin: 0 0;
    transform: rotate(270deg);
    /*margin-right: 0;
        margin-bottom: 30px;*/
}

    .feedback_sidenav a:hover {
        color: #005896;
        background-color: #ededed;
    }

.confirmation_msg_fdbk {
    color: #216d4a;
}

.tab-scheme {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.schema-form {
    align-content: space-around;
    margin: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /*display: inline-flex;*/
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    /*display: -webkit-inline-box;*/
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    .schema-form {
        display: inline-flex;
    }
}

@supports not (-webkit-overflow-scrolling: touch) {
    /* CSS for other than iOS devices */
    .schema-form {
        display: flex;
        display: -webkit-inline-box;
    }
}

.schema-form .form-wr {
    width: 210px;
    margin: 0 5px 15px;
    background: #fff;
    border-radius: 4px;
    border: 5px solid #f7f7f7;
    padding: 15px 10px 10px;
    margin-top: 26px;
}

    .schema-form .form-wr .ttl {
        font-weight: 700;
        font-size: 20px;
        color: #303030;
        text-align: left;
        margin-bottom: 10px
    }

.ttl-head-vac {
    font-weight: 700;
    font-size: 16px;
    color: #347fb5;
    text-align: left;
    line-height: 17px;
    border-top: 5px solid #f7f7f7;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 5px;
}

.span-link .ttl {
    color: #347fb5 !important;
}

.span-link:hover {
    cursor: pointer;
    background-color: #f5f6f7;
    box-shadow: 0 1px 34px 0 #000000;
    box-shadow: 0 1px 34px 0 rgba(0, 0, 0, .21);
}

.vaccine-list-item {
    list-style-type: disc;
    color: #303030;
    font-size: 15px;
    padding-left: 5px;
}

.tab-headtitle {
    white-space: normal;
    color: #303030 !important;
    font-weight: 700;
    font-size: 20px !important;
}

.tab-headtitle-withoutimg {
    white-space: normal;
    color: #303030 !important;
    font-weight: 700;
    margin-left: 25px;
    font-size: 20px !important;
}

.section-text {
    margin-left: 55px;
    margin-bottom: 20px;
}

.star-text {
    max-width: fit-content;
    margin-left: 25px;
    margin-top: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.corona-list ul li {
    list-style-type: disc;
    color: #303030;
    margin-left: 25px;
}

.corona-list-nonedots ul li {
    list-style-type: none;
    color: #303030;
    margin-left: 25px;
    margin-bottom: 10px;
}

div.image-shield {
    display: inline-flex;
    padding-bottom: 10px;
}

    div.image-shield img {
        width: 30px;
        height: 30px;
        margin-right: 25px;
    }

.marknaam-vaccinetype {
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 20px;
}

    .marknaam-vaccinetype .display-flex, .panel-body .card-deck .display-flex {
        display: flex;
        margin-top: 10px;
        margin-bottom: -20px;
    }

        .marknaam-vaccinetype .display-flex .label-first {
            width: 600px;
        }

        .panel-body .card-deck .display-flex .label-first, .panel-body .card-deck .row .display-flex .label-first {
            width: 350px;
            margin-bottom: 10px !important;
            margin-left: 25px;
        }

            .marknaam-vaccinetype .display-flex .label-first p, .panel-body .card-deck .display-flex .label-first p {
                margin-bottom: 5px;
            }

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 10px;
    margin-left: 40px;
    margin-top: 25px;
}

@media (min-width: 576px) {
    .card-deck .card, .card-deck .card-total, .card-deck .card-vaccine {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        text-align: center !important;
    }

    .card-deck .card-table {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
        text-align: center !important;
    }
}

.card:hover {
    cursor: pointer;
    background-color: #f5f6f7;
    box-shadow: 0 1px 34px 0 #347fb5;
    box-shadow: 0 1px 34px 0 rgba(52, 127, 181, .3);
}

.disabled-card {
    pointer-events: none;
}

    .disabled-card .card-title {
        color: #4a4a4a !important;
    }

.card-deck .card .card-body,
.card-deck .card-vaccine .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    height: 130px;
    padding: 1.25rem;
}

    .card-deck .card .card-body p,
    .card-deck .card-vaccine .card-body p {
        font-weight: 700;
        font-size: 20px;
        color: #4a4a4a !important;
        align-content: flex-start;
    }

.card-deck .card-body .card-title {
    margin-bottom: .75rem;
}

.card-deck .card-total .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    text-align: left !important;
}

    .card-deck .card-total .card-body p {
        font-size: 22px;
        color: #4a4a4a !important;
        align-content: flex-start;
    }

.card-deck .card-body .text-center {
    font-size: 28px;
    text-align: center !important;
    margin-top: -15px;
    font-weight: 600;
}

.card-deck .card-body .text-center-smaller {
    font-size: 24px;
    text-align: center !important;
    margin-top: -15px;
}

.maintable th {
    width: 50%;
}

.secondtable td {
    width: 53%;
}

.maintable td,
secondtable td {
    text-align: left
}

.table-arrow {
    margin-bottom: -10px;
    margin-left: 10px;
}

.table-collapse-all {
    margin-bottom: 10px;
    padding: 7px 12px;
    height: 34px;
    min-width: 10px !important;
}

.show-btn, .hide-btn {
    float: left;
    width: 160px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

    .show-btn:hover,
    .hide-btn:hover {
        color: #ffffff;
    }

.row-hover {
    cursor: pointer;
}

    .row-hover:hover {
        color: #ffffff;
    }

        .row-hover:hover td,
        .row-hover:hover td .panel-title a {
            background: #347fb5 !important;
            color: white;
        }

    .row-hover td[aria-expanded="true"] {
        font-weight: 700 !important;
    }

.corona-dash-heading {
    font-size: 20px !important;
    font-weight: 700 !important;
}

@media (max-width:990px) {
    .panel-title {
        margin-left: 10px;
    }
}

@media (max-width:576px) {
    .tab-headtitle,
    .card-deck .card-total .card-body p,
    .tab-headtitle-withoutimg {
        font-size: 20px !important;
    }

    .card-title, .text-center {
        font-size: 18px !important;
    }

    .card-title-black, .text-center-smaller {
        font-size: 16px !important;
    }

    .card-deck-corona {
        margin-left: 5px;
        margin-right: 5px;
    }

    .row-total-corona {
        margin-left: -30px;
    }
    
    .card-deck {
        margin-top: 10px;
    }
    
    .card-deck .card .card-body,
    .card-deck .card-vaccine .card-body {
        height: 100px;
    }

    .card-deck .card-body .text-center {
        font-size: 18px !important;
    }

    .table-collapse-all {
        white-space: normal;
        font-size: 13px;
        margin-bottom: 5px;
        padding: 1px 6px;
        height: 45px;
        min-width: 10px !important;
    }

    .show-btn, .hide-btn {
        float: left;
        width: 125px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width:1024px) {
    .card, .card-vaccine {
        width: -webkit-fill-available !important;
    }

    .tab-headtitle-withoutimg {
        white-space: normal;
        color: #303030 !important;
        font-weight: 700;
        margin-left: 40px;
    }

    .marknaam-vaccinetype {
        margin-top: 10px;
        margin-left: 40px;
    }
}

@media (max-width:433px) {
    .table-collapse-all {
        white-space: normal;
        font-size: 9px;
        margin-bottom: 5px;
        padding: 0px 0px;
        height: 30px;
        min-width: 10px !important;
    }

    .show-btn, .hide-btn {
        float: left;
        width: 90px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .maintable {
        margin-left: -50px;
        margin-right: 0px;
        table-layout: fixed;
        width: 350px;
        max-width: 350px;
    }
    .secondtable {
        margin-right: 0px !important;
        table-layout: fixed;
        width: 300px;
        max-width: 350px;
    }
    .thd-mob-wth {
        width: 10% !important;
    }
}

@media (max-width:380px) {
    .maintable {
        margin-left: -50px;
        margin-right: 0px !important;
        table-layout: fixed;
        width: 300px;
        max-width: 350px;
    }
    .secondtable {
        margin-right: 0px !important;
        table-layout: fixed;
        width: 260px;
        max-width: 350px;
    }
    .thd-mob-wth {
        width: 10% !important;
    }
}

.btn-subscription {
    display: inline-flex;
    font-size: 14px;
    height: 30px;
    white-space: normal;
    color: white;
    padding: 0 !important;
    min-width: 210px !important;
    max-width: 210px !important;
    margin-top: 10px;
}

    .btn-subscription:hover {
        text-decoration: underline;
    }

.subscribe .box .causes ul li {
    height: calc(100% / 2) !important;
}

.styled-total-table {
    border-collapse: collapse;
    margin: 25px 40px;
    font-size: 0.9em;
    font-family: sans-serif;
    /*min-width: 400px;*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 70%;
}

    .styled-total-table thead tr {
        border-bottom: 1px solid #dddddd;
        background-color: transparent;
        color: black;
        text-align: left;
        width: -webkit-fill-available;
    }

    .styled-total-table tr .card-title-black {
        font-weight: 700;
        font-size: 20px;
        color: #4a4a4a !important;
        align-content: flex-start;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .styled-total-table th {
        padding: 12px 15px;
    }

    .styled-total-table td {
        padding: 6px 40px;
    }

        .styled-total-table td .text-center-smaller {
            margin-left: -25px;
        }

    .styled-total-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }
        /*.styled-total-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }*/
        .styled-total-table tbody tr:last-of-type {
            border-bottom: 2px solid #347fb5;
        }

        .styled-total-table tbody tr:hover,
        .styled-total-table tbody tr:hover td .card-title b {
            font-weight: bold;
            color: white;
            background-color: #347fb5;
            cursor: pointer;
        }

    .styled-total-table .text-center {
        font-size: 28px;
        text-align: center !important;
        margin-top: -15px;
        font-weight: 600;
    }

    .styled-total-table .text-center-smaller {
        font-size: 24px;
        text-align: center !important;
        margin-top: -15px;
        font-weight: 600;
    }

@media (max-width:1024px) {
    .styled-total-table {
        width: -webkit-fill-available;
    }
}

@media (max-width:460px) {
    .styled-total-table {
        margin-left: -50px;
        margin-right: -25px;
    }
}

@media (max-width:360px) {
    .styled-total-table {
        margin-left: -60px;
    }
}

@media (max-width:320px) {
    .styled-total-table {
        margin-left: -65px;
    }
}

.news-list .news-list-content .list-wr-corona {
    width: calc(100% - 5px);
    padding-left: 275px;
    padding-right: 20px;
}

.menu-corona-header {
    font-weight: 700;
    padding: 20px 0;
}

.news-list .news-list-content .menu-corona-side {
    width: 275px;
    position: fixed;
    padding: 0px;
    top: 160px;
    transform: translate(0px, -30px);
}

.inside-container {
    max-width: 800px;
}

@media (max-width:1200px) {
    .inside-container {
        max-width: 590px;
    }
}

@media (max-width:990px) {
    .inside-container {
        max-width: 380px;
    }
}

@media (max-width:767px) {
    .news-list .news-list-content .list-wr-corona {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .news-list .news-list-content .menu-corona-side {
        display: none;
    }
}

.menu-item-corona {
    padding-bottom: 5px;
    font-weight: 600;
}
    .menu-item-corona li {
        list-style-type: disc; 
        color: #347fb5; 
        margin-bottom: 5px;
        margin-left: 20px;
    }

    .menu-item-corona a[aria-expanded="true"] {
        color: #4a4a4a !important;
    }


.disabled-menu-item {
    pointer-events: none;
    color: #757575 !important;
}

.container-topmargin {
    padding-top: 120px;
}

@media (max-width:767px) {
    .container-topmargin {
        padding-top: 60px;
    }
}

@media (max-width: 600px) {
    .table-container {
        width: 100% !important;
        overflow-x: scroll;
    }
    
     th:not(.thd-mob-wth), td:not(.thd-mob-wth):not(.remove-min-width) {
        min-width: 200px;
    }
}

:focus, .nav-link-focus:focus, .keydown-focus:focus {
    box-shadow: 0 0 2px 2px #51a7e8; /* keyboard-only focus styles */
}

.news-list a:link, .withImg, .detail-info-page a:link {
    text-decoration: underline;
}