@font-face {
    font-family: 'Open Sans Regular';
    src: url("./fonts/opensans/OpenSans-Regular.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Regular.woff") format("woff"), url("./fonts/opensans/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url("./fonts/opensans/OpenSans-Light.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Light.woff") format("woff"), url("./fonts/opensans/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url("./fonts/opensans/OpenSans-Bold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Bold.woff") format("woff"), url("./fonts/opensans/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url("./fonts/opensans/OpenSans-SemiBold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-SemiBold.woff") format("woff"), url("./fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Italic';
    src: url("./fonts/opensans/OpenSans-Italic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Italic.woff") format("woff"), url("./fonts/opensans/OpenSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans SemiBoldItalic';
    src: url("./fonts/opensans/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-SemiBoldItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans LightItalic';
    src: url("./fonts/opensans/OpenSans-LightItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-LightItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans ExtraBoldItalic';
    src: url("./fonts/opensans/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-ExtraBoldItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url("./fonts/opensans/OpenSans-Bold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-Bold.woff") format("woff"), url("./fonts/opensans/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans BoldItalic';
    src: url("./fonts/opensans/OpenSans-BoldItalic.woff2") format("woff2"), url("./fonts/opensans/OpenSans-BoldItalic.woff") format("woff"), url("./fonts/opensans/OpenSans-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans ExtraBold';
    src: url("./fonts/opensans/OpenSans-ExtraBold.woff2") format("woff2"), url("./fonts/opensans/OpenSans-ExtraBold.woff") format("woff"), url("./fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.btn {
    display: inline-block;
    padding: 0 30px;
    background-color: #0075ba;
    box-shadow: 0 0 7px #979797;
    transition: 0.3s ease;
    border-radius: 23px;
}

.btn:hover {
    background-color: #979797;
}

.btn span {
    min-height: 46px;
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 1100px) {
    .btn span {
        font-size: 14px;
        line-height: 14px;
    }
}

.btn span img {
    margin-right: 15px;
    max-width: 46px;
}

@media (max-width: 1100px) {
    .btn span img {
        max-width: 35px;
    }
}

.btn-h-41 {
    min-height: 41px;
}

.btn-darkgray {
    max-width: 298px;
    min-height: 41px;
    background-color: #7E7E7E;
    box-shadow: none;
    border-radius: 41px;
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

.btn-darkgray:hover {
    color: #ffffff;
    box-shadow: 0 0 7px #979797;
}

.btn-simple {
    min-height: 41px;
}

.btn-simple span {
    min-height: 0;
    display: block;
    font-size: 15px;
    line-height: 15px;
}

.btn-simple img {
    max-width: 18px;
    margin-right: 2px;
}

.btn .btn-layout {
    min-height: 72px;
}

@media (max-width: 1100px) {
    .btn .btn-layout {
        min-height: 46px;
    }
}

.btn-dark {
    box-shadow: none;
    border: none;
    background-color: #004b8f;
}

.btn-dark:hover {
    background-color: #0075ba;
}

.btn-square {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    min-height: 36px;
    width: 100%;
}

.btn-gray {
    box-shadow: none;
    border: 2px solid #BEBEBE;
    border-radius: 52px;
    background-color: #EDEDED;
    color: #0075ba;
}

.btn-gray span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    font-family: 'Open Sans SemiBold';
    font-size: 14px;
    line-height: 14px;
    color: #0075ba;
    transition: 0.3s ease;
}

.btn-gray:hover {
    border: 2px solid #0075ba;
    background-color: #0075ba;
}

.btn-gray:hover span {
    color: #ffffff;
}

.btn-gray-white {
    background-color: #ffffff;
}

.btn-gray-white img {
    max-width: 32px;
}

.btn-gray-white:hover {
    border: 2px solid #BEBEBE;
    background-color: #ffffff;
    box-shadow: 0 0 10px #BEBEBE;
}

.btn-gray-white:hover span {
    color: #0075ba;
}

.btn-gray2 {
    box-shadow: none;
    border: none;
    border-radius: 52px;
    background-color: #E9E9E9;
    color: #000000;
}

.btn-gray2 span {
    min-height: 59px;
    font-family: 'Open Sans SemiBold';
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    transition: 0.3s ease;
}

@media (max-width: 1100px) {
    .btn-gray2 span {
        min-height: 41px;
        font-size: 18px;
        line-height: 18px;
    }
}

.btn-gray2:hover {
    background-color: #0075ba;
}

.btn-gray2:hover span {
    color: #ffffff;
}

.btn-blue {
    box-shadow: none;
    border: none;
    background-color: #0075ba;
}

.btn-blue:hover {
    background-color: #004b8f;
}
.btn-red {
    box-shadow: none;
    border: none;
    background-color: #cf4332;
}

.btn-red:hover {
    background-color: #ae382c;
}
.btn-green {
    box-shadow: none;
    border: none;
    background-color: #009197;
}

.btn-green:hover {
    background-color: #00777b;
}

.btn-big {
    padding: 0 15px;
    border-radius: 72px;
}

@media (max-width: 1100px) {
    .btn-big {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .btn-big img {
        max-height: 100%;
    }
}

.btn-big .btn-layout {
    font-family: 'Open Sans Light';
    font-size: 22px;
    line-height: 22px;
    text-transform: inherit;
    color: #ffffff;
}

@media (max-width: 1100px) {
    .btn-big .btn-layout {
        font-size: 14px;
        line-height: 14px;
    }
}

.btn-big .btn-layout span {
    min-height: 0;
    font-size: 22px;
    line-height: 22px;
    text-transform: inherit;
}

@media (max-width: 1100px) {
    .btn-big .btn-layout span {
        font-size: 14px;
        line-height: 14px;
    }
}

.btn-round {
    padding: 0 15px;
    border-radius: 72px;
}

@media (max-width: 1100px) {
    .btn-round {
        display: block;
        max-width: 240px;
        margin: 0 auto;
    }

    .btn-round img {
        max-width: 30px;
        max-height: 100%;
    }
}

.btn-round img {
    max-width: 30px !important;
    max-height: 100%;
}

.btn-round .btn-layout {
    min-height: 55px;
    font-family: 'Open Sans Light';
    font-size: 22px;
    line-height: 22px;
    text-transform: inherit;
    color: #ffffff;
}

@media (max-width: 1100px) {
    .btn-round .btn-layout {
        font-size: 14px;
        line-height: 14px;
    }
}

.btn-round .btn-layout span {
    font-family: 'Open Sans Light';
    min-height: 0;
    font-size: 22px;
    line-height: 22px;
    text-transform: inherit;
}

@media (max-width: 1100px) {
    .btn-round .btn-layout span {
        font-size: 14px;
        line-height: 14px;
    }
}

.btn-static {
    width: 100%;
    max-width: 400px;
    padding: 0 30px;
    min-height: 55px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #0075ba;
    transition: 0.3s ease;
    border-radius: 55px;
}

.btn-static img {
    margin-right: 15px;
    max-width: 32px;
}

.btn-static:hover {
    background-color: transparent;
    box-shadow: 0 0 7px #0075ba;
}

.btn-static span {
    min-height: 0;
    font-family: 'Open Sans Light';
    font-size: 22px;
    line-height: 2px;
    text-transform: inherit;
    color: #0075ba;
}

@media (max-width: 1100px) {
    .btn-static span {
        font-size: 16px;
        line-height: 16px;
    }
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
    padding: 0;
    margin: 0;
    border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
header,
footer,
aside,
article {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

button {
    border: 0;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    outline: none;
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* reset extra padding in Firefox */
::-ms-clear {
    width: 0;
    height: 0;
}

::-ms-reveal {
    width: 0;
    height: 0;
    display: none;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
}

*:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    outline: none;
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* reset extra padding in Firefox */
::-ms-clear {
    width: 0;
    height: 0;
}

::-ms-reveal {
    width: 0;
    height: 0;
    display: none;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a,
input,
textarea,
select {
    -webkit-appearance: none;
}

.cookies {
    padding: 13px 0;
    width: 100%;
    background-color: #0075ba;
    border-bottom: 5px solid #004b8f;
}

@media (max-width: 1100px) {
    .cookies {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 7;
    }
}

.cookies p,
.cookies a {
    padding-right: 10px;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

@media (max-width: 1250px) {
    .cookies p,
    .cookies a {
        font-size: 14px;
        line-height: 17px;
    }
}

.cookies p a,
.cookies a a {
    text-decoration: underline;
}

.cookies p a:hover,
.cookies a a:hover {
    text-decoration: none;
}

.cookies-links a {
    display: inline-block;
    padding: 0;
    background-color: #004b8f;
    border: 2px solid #004b8f;
    border-radius: 5px;
    transition: 0.3s ease;
}

.cookies-links a:not(:last-child) {
    margin-right: 10px;
}

.cookies-links a:hover {
    background-color: transparent;
}

.cookies-links a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 31px;
    min-width: 46px;
    padding: 3px 15px;
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}

.cookies-links a span img {
    width: 100%;
    max-width: 16px;
}

.header {
    padding: 20px 0 14px;
    background-color: #ffffff;
    border-top: 5px solid #004b8f;
    box-shadow: 0 0 10px #979797;
}

.header.open .menu-trigger span {
    position: relative;
    width: 100% !important;
}

.header.open .menu-trigger {
    justify-content: center;
}

.header.open .menu-trigger span:nth-child(1) {
    transform: rotate(-40deg);
    margin-bottom: -2px;
}

.header.open .menu-trigger span:nth-child(2) {
    display: none;
}

.header.open .menu-trigger span:nth-child(3) {
    transform: rotate(40deg);
}

.header .logo {
    width: 100%;
    max-width: 356px;
    margin-right: 15px;
}

.header .logo img {
    width: 356px;
}

@media (max-width: 1250px) {
    .header .logo {
        max-width: 200px;
    }

    .header .logo img {
        max-width: 100%
    }
}

.header-mob .menu-trigger {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    width: 45px;
    height: 38px;
    padding: 9px;
    border-radius: 3px;
    background-color: #0075ba;
    transition: 0.6s ease;
}

.header-mob .menu-trigger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.header-mob .menu-trigger span:nth-child(1) {
    width: 75%;
}

.header-mob .menu-trigger span:nth-child(3) {
    width: 40%;
}

.header-triggers {
    max-width: 390px;
}

@media (max-width: 1199px) {
    .header-triggers {
        max-width: 100%;
    }
}

.header-link {
    position: relative;
}

@media (max-width: 1199px) {
    .header-link {
        width: 100% !important;
    }
}

.header-link a {
    display: inline-block;
    padding: 12px 8px;
    font-family: 'Open Sans Regular';
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0075ba;
    transition: 0.3s ease;
}

@media (max-width: 1199px) {
    .header-link a {
        padding: 0;
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }
}

.header-link:hover > a {
    background-color: #0075ba;
    color: #ffffff;
}

.header-link-hidden {
    position: absolute;
    top: 100%;
    z-index: 5;
    left: 0;
    display: none;
    min-width: 194px;
    border-top: 1px solid #ffffff;
}

@media (max-width: 1199px) {
    .header-link-hidden {
        position: static;
        display: block;
        width: 100%;
        border: none;
    }
}

.header-link-hidden a {
    font-family: 'Open Sans Light';
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 1200px) {
    .header-link-hidden a {
        min-height: 44px;
        padding: 13px 10px 13px 20px;
        color: #ffffff;
        background-color: #0075ba;
        transition: 0.3s ease;
    }

    .header-link-hidden a:hover {
        background-color: #004b8f;
    }
}

@media (max-width: 1199px) {
    .header-link-hidden a {
        width: 100%;
        color: #0075ba;
        font-family: 'Open Sans Regular';
        text-align: center;
        margin-bottom: 20px;
    }
}

.header-link-hidden a:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

.header .sign-trigger {
    width: 100%;
    max-width: 230px;
}

@media (max-width: 1199px) {
    .header .sign-trigger {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.header .sign-trigger img {
    width: 100%;
    max-width: 27px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.header .sign-trigger span,
.header .sign-trigger a {
    font-family: 'Open Sans Light';
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
}

.header .sign-trigger span {
    display: inline-block;
    padding: 0 5px;
}

.header .sign-trigger a:hover {
    color: #0075ba;
    border-bottom: 1px solid #0075ba;
}

.header .lang-triggers a {
    width: 100%;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0 1px 2px 0px;
    border-radius: 50%;
    font-family: 'Open Sans Light';
    font-size: 18px;
    line-height: 18px;
    color: #979797;
    border: 1px solid #979797;
    transition: 0.3s ease;
}

.header .lang-triggers a:hover, .header .lang-triggers a.active {
    color: #ffffff;
    background-color: #0075ba;
    border: 1px solid #0075ba;
    box-shadow: 0 0 9px #979797;
}

.header .lang-triggers a:not(:last-child) {
    margin-right: 10px;
}

.header .lang-triggers span img {
    width: 100%;
    max-width: 64px;
}

.header .lang-triggers span:not(:last-child) {
    margin-right: 8px;
}

@media (max-width: 1199px) {
    .header .menu-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        padding: 60px 15px;
        height: calc(100% - 70px);
        background: #fff;
        overflow: scroll;
    }

    .header .menu-mobile nav {
        margin-bottom: 30px;
    }

    .header .menu-mobile-wrap {
        display: none;
    }
}

.footer {
    padding: 23px 0;
    background-color: #0075ba;
}

.footer-col p {
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 17px;
    color: #c3def5;
}

.footer-col .logo {
    width: 100%;
    max-width: 177px;
    margin-right: 25px;
}

@media (max-width: 1100px) {
    .footer-col .logo {
        margin-right: 0;
    }
}

.footer-copy div,
.footer-copy a {
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    transition: 0.3s ease;
}

.footer-copy div b,
.footer-copy a b {
    font-family: 'Open Sans Bold';
}

.footer-copy a:hover {
    color: #c3def5;
}

.footer-copy div:not(:last-child) {
    margin-bottom: 3px;
}

.footer-copy p {
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    display: none;
    width: 100%;
    max-width: 54px;
    min-width: 54px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    .scroll-top {
        display: none !important;
    }
}

.scroll-top:hover {
    background-color: #b8b8b8;
}

.scroll-top img {
    max-width: 28px;
    transform: rotate(180deg);
}

html, body {
    height: 100%;
}

html.hidden, body.hidden {
    overflow: hidden;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.main-content {
    flex: 1 0 auto;
}

.main-section {
    background-repeat: repeat-x;
    background-position: top left;
    /*background-size: cover; */
}

.main footer {
    flex: 0 0 auto;
}

.wrapper {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    padding: 0 15px;
}

.bg-gray {
    background-color: #fff;
}

.title {
    margin-bottom: 25px;
    font-family: 'Open Sans SemiBold';
    font-size: 30px;
    line-height: 30px;
    color: #000000;
}

@media (max-width: 1100px) {
    .title {
        font-size: 25px;
        line-height: 25px;
    }
}

.search-form {
    min-height: 74px;
    padding: 0 7px 0 30px;
    background-color: #ffffff;
    border-radius: 74px;
    margin-bottom: 23px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.14);
}

@media (max-width: 1100px) {
    .search-form {
        min-height: 50px;
        max-width: 500px;
        margin: 0 auto 30px;
    }
}

.search-form input {
    width: 100%;
    background-color: none;
    outline: none;
    border: none;
    font-family: 'Open Sans Light';
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}

.search-form input::-webkit-input-placeholder {
    color: #000000;
}

.search-form input::-moz-placeholder {
    color: #000000;
}

.search-form input:-ms-input-placeholder {
    color: #000000;
}

.search-form input:-moz-placeholder {
    color: #000000;
}

.search-form input:focus {
    background-color: none;
    outline: none;
    border: none;
}

@media (max-width: 1100px) {
    .search-form input {
        font-size: 16px;
        line-height: 16px;
    }
}

.search-form button {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: #0075ba;
    transition: 0.3s ease;
    border-radius: 50%;
}

@media (max-width: 1100px) {
    .search-form button {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}

.search-form button:focus {
    background-color: none;
    outline: none;
    border: none;
}

.search-form button:hover {
    background-color: #004b8f;
}

.search-form button img {
    width: 100%;
    max-width: 32px;
}

@media (max-width: 1100px) {
    .search-form button img {
        max-width: 20px;
    }
}

.search-form-s {
    min-height: 59px;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 4px 0 30px;
}

.search-form-s button {
    width: 54px;
    min-width: 54px;
    height: 54px;
}

@media (max-width: 1100px) {
    .search-form-s button {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}

.breadcrumbs {
    padding: 20px 0 15px;
}

.breadcrumbs a,
.breadcrumbs span {
    font-family: 'Open Sans Italic';
    font-size: 16px;
    line-height: 16px;
    color: #9c9c9c;
    transition: 0.3s ease;
}

.breadcrumbs a:hover {
    color: #0075ba;
}

.delete-trigger {
    cursor: pointer;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.checkbox-item {
    cursor: pointer;
}

.checkbox-item-trigger {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #D3D3D3;
}

.checkbox-item-trigger img {
    max-width: 14px;
    opacity: 0;
    transition: 0.3s ease;
}

.checkbox-item input {
    display: none;
}

.checkbox-item input:checked ~ .checkbox-item-trigger img {
    opacity: 1;
}

.checkbox-item-name {
    font-family: 'Open Sans Regular';
    font-size: 17px;
    line-height: 17px;
    color: #000000;
}

.radio-item {
    cursor: pointer;
}

.radio-item-trigger {
    width: 27px;
    min-width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #C2C2C2;
    background: #ECECEC;
    margin-right: 10px;
    transition: 0.3s ease;
}

.radio-item-trigger img {
    margin-top: 3px;
    max-width: 14px;
    opacity: 0;
    transition: 0.3s ease;
}

.radio-item input {
    display: none;
}

.radio-item input:checked ~ .radio-item-trigger {
    border: 2px solid #464646;
    background: #666666;
}

.radio-item input:checked ~ .radio-item-trigger img {
    opacity: 1;
}

.radio-item-name {
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

@media (max-width: 767px) {
    .pagination {
        justify-content: center !important;
    }

}

.pagination a {


}

@media (max-width: 767px) {
    .pagination a {

    }
}

.pagination a:not(:last-child) {

}

.pagination a:hover {

}

.pagination a.active {

}

.pagination a img {
    max-width: 20px;
}

@media (max-width: 767px) {
    .pagination a img {
        max-width: 15px;
    }
}

.simple-navig .nav {
    border: none;
}

.simple-navig .nav-tabs a {
    padding: 0;
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 18px;
    color: #0075ba;
    border-radius: 100px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: 0.3s ease;
}

@media (max-width: 1100px) {
    .simple-navig .nav-tabs a {
        font-size: 14px;
        line-height: 14px;
    }
}

.simple-navig .nav-tabs a:not(:last-child) {
    margin-right: 15px;
}

.simple-navig .nav-tabs a span {
    min-height: 59px;
    padding: 5px 20px;
}

@media (max-width: 1100px) {
    .simple-navig .nav-tabs a span {
        min-height: 30px;
        padding: 5px 10px;
    }
}

.simple-navig .nav-tabs a.active {
    background-color: #0075ba;
    border: 1px solid #0075ba;
    color: #ffffff;
}

.simple-navig .nav-tabs a:hover:not(.active) {
    background-color: #ececec;
    color: #0075ba;
    border: 1px solid #c4c4c4;
}

.simple-big-title {
    font-family: 'Open Sans SemiBold';
    font-size: 48px;
    line-height: 48px;
    color: #000000;
}

@media (max-width: 1100px) {
    .simple-big-title {
        font-size: 25px;
        line-height: 25px;
    }
}

.simple-list-italic {
    padding: 0 0 15px;
    margin: 0 0 20px;
    list-style: none;
    border-bottom: 1px solid #CECECE;
}

.simple-list-italic li {
    font-family: 'Open Sans LightItalic';
    line-height: 300;
    font-size: 15px;
    line-height: 21px;
    color: #b0b0b0;
}

.simple-text {
    width: 100%;
    margin: 0 0 40px;
    font-family: 'Open Sans SemiBold';
    font-size: 15px;
    line-height: 22px;
    color: #323131;
}

.simple-text-red,
.simple-text-red a {
    color: red;
}

.simple-text a {
    font-family: 'Open Sans SemiBold';
    font-size: 15px;
    line-height: 22px;
    color: #004b8f;
    text-decoration: underline;
}

.simple-text a:hover {
    text-decoration: none;
}

.simple-title {
    width: 100%;
    margin: 0 0 50px;
    font-family: 'Open Sans SemiBold';
    font-size: 36px;
    line-height: 36px;
    color: #000000;
}

.simple-title-s {
    font-family: 'Open Sans Regular';
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
}

.simple-link-italic-16 {
    font-family: 'Open Sans Italic';
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    .simple-link-italic-16 {
        font-size: 14px;
        line-height: 18px;
    }
}

.simple-link-italic-16:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-link-bold-16 {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    .simple-link-bold-16 {
        font-size: 14px;
        line-height: 18px;
    }
}

.simple-link-bold-16:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-link-bold-14 {
    font-family: 'Open Sans Bold';
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

.simple-link-bold-14:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-link-reg-14 {
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

.simple-link-reg-14:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-link-reg-15 {
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

.simple-link-reg-15:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-link-semi-16 {
    font-family: 'Open Sans SemiBold';
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

.simple-link-semi-16:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-link-semi-18 {
    font-family: 'Open Sans SemiBold';
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

.simple-link-semi-18:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-link-reg-18 {
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

.simple-link-reg-18:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-link-reg-16 {
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 18px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

.simple-link-reg-16:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-link-reg-13 {
    font-family: 'Open Sans Regular';
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
    color: #0075ba;
    transition: 0.3s ease;
}

.simple-link-reg-13:hover {
    color: #0075ba;
    text-decoration: none;
}

.simple-reg-14 {
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 18px;
    color: #5e5e5e;
}

.simple-reg-i-14 {
    font-family: 'Open Sans Italic';
    font-size: 14px;
    line-height: 18px;
    color: #adadad;
}

.simple-reg-i-16 {
    font-family: 'Open Sans Italic';
    font-size: 16px;
    line-height: 16px;
    color: #adadad;
}

.simple-reg-12 {
    font-family: 'Open Sans Regular';
    font-size: 12px;
    line-height: 12px;
    color: #5e5e5e;
}

.simple-reg-13 {
    font-family: 'Open Sans Regular';
    font-size: 13px;
    line-height: 18px;
    color: #5e5e5e;
}

.simple-reg-15 {
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 26px;
    color: #5e5e5e;
}

.simple-reg-16 {
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 17px;
    color: #5e5e5e;
}

.simple-bold-14 {
    font-family: 'Open Sans Bold';
    font-size: 14px;
    line-height: 18px;
    color: #5e5e5e;
    font-weight: bold;
}

.simple-bold-15 {
    font-family: 'Open Sans Bold';
    font-size: 15px;
    line-height: 20px;
    color: #5e5e5e;
}

.simple-bold-16 {
    font-family: 'Open Sans Bold';
    font-size: 15px;
    line-height: 18px;
    color: #5e5e5e;
}

.simple-bold-18 {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 24px;
    color: #5e5e5e;
}

.simple-reg-18 {
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 18px;
    color: #5e5e5e;
}

.simple-reg-20 {
    font-family: 'Open Sans Regular';
    font-size: 20px;
    line-height: 30px;
    color: #5e5e5e;
}

.simple-bold-20 {
    font-family: 'Open Sans Bold';
    font-size: 20px;
    line-height: 30px;
    color: #5e5e5e;
}

.simple-bold-24 {
    font-family: 'Open Sans Bold';
    font-size: 20px;
    line-height: 20px;
    color: #5e5e5e;
}

@media (max-width: 767px) {
    .simple-bold-24 {
        font-size: 18px;
        line-height: 20px;
    }
}

.simple-reg-24 {
    font-family: 'Open Sans Regular';
    font-size: 24px;
    line-height: 30px;
    color: #5e5e5e;
}

@media (max-width: 767px) {
    .simple-reg-24 {
        font-size: 18px;
        line-height: 20px;
    }
}

.simple-reg-30 {
    font-family: 'Open Sans Regular';
    font-size: 30px;
    line-height: 36px;
    color: #5e5e5e;
}

@media (max-width: 767px) {
    .simple-reg-30 {
        font-size: 22px;
        line-height: 26px;
    }
}

.simple-semi {
    font-family: 'Open Sans SemiBold';
}

.simple-semi-16 {
    font-family: 'Open Sans SemiBold';
    font-size: 16px;
    line-height: 24px;
    color: #5e5e5e;
}

.simple-semi-17 {
    font-family: 'Open Sans SemiBold';
    font-size: 17px;
    line-height: 25px;
    color: #5e5e5e;
}

.simple-semi-24 {
    font-family: 'Open Sans SemiBold';
    font-size: 20px;
    line-height: 20px;
    color: #5e5e5e;
}

@media (max-width: 767px) {
    .simple-semi-24 {
        font-size: 16px;
        line-height: 20px;
    }
}

.simple-semi-30 {
    font-family: 'Open Sans SemiBold';
    font-size: 23px;
    line-height: 30px;
    color: #000000;
}

@media (max-width: 767px) {
    .simple-semi-30 {
        font-size: 18px;
        line-height: 20px;
    }
}

.simple-semi-40 {
    font-family: 'Open Sans SemiBold';
    font-size: 40px;
    line-height: 45px;
    color: #000000;
}

@media (max-width: 767px) {
    .simple-semi-40 {
        font-size: 20px;
        line-height: 22px;
    }
}

.simple-l-height-16 {
    line-height: 16px;
}

.simple-l-height-24 {
    line-height: 24px;
}

.simple-l-height-26 {
    line-height: 26px;
}

.simple-black {
    color: #000000;
}

.simple-blue {
    color: #0075ba;
}

.simple-lightgray {
    color: #818181;
}

.simple-bg-blue {
    background: #0075ba;
}

.simple-bg-white {
    background: #ffffff;
}

.simple-bg-darkblue {
    background: #004b8f;
}

.simple-bg-gray {
    background: #EFEFEF;
}

.simple-gray {
    color: #8c8c8c;
}

.simple-white {
    color: #ffffff;
}

.simple-hover-blue {
    transition: 0.3s ease;
}

.simple-hover-blue:hover {
    color: #0075ba !important;
}

.simple-shadow-dark {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}

.simple-input {
    min-height: 37px;
    max-width: 60px;
    padding: 3px 3px;
    background-color: none;
    outline: none;
    border: none;
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #D3D3D3;
    color: #000000;
}

.simple-input::-webkit-input-placeholder {
    color: #000000;
}

.simple-input::-moz-placeholder {
    color: #000000;
}

.simple-input:-ms-input-placeholder {
    color: #000000;
}

.simple-input:-moz-placeholder {
    color: #000000;
}

.simple-textarea {
    min-height: 137px;
    width: 100%;
    padding: 15px;
    background-color: #FFFFE0;
    border: 1px solid #ECECEC;
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.simple-textarea::-webkit-input-placeholder {
    color: #000000;
}

.simple-textarea::-moz-placeholder {
    color: #000000;
}

.simple-textarea:-ms-input-placeholder {
    color: #000000;
}

.simple-textarea:-moz-placeholder {
    color: #000000;
}

.copy-btn-s {
    max-width: 156px;
}

.vote-line {
    height: 7px;
}

.search-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
    margin-bottom: 25px;
    max-width: 620px;
    border-bottom: 1px solid #CFCFCF;
}

.search-field input {
    width: calc(100% - 25px);
    background: none;
    outline: none;
    border: none;
    border-radius: 0;
    font-family: 'Open Sans Regular';
    font-size: 22px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 767px) {
    .search-field input {
        font-size: 16px;
        line-height: 16px;
    }
}

.search-field input::-webkit-input-placeholder {
    color: #000000;
}

.search-field input::-moz-placeholder {
    color: #000000;
}

.search-field input:-ms-input-placeholder {
    color: #000000;
}

.search-field input:-moz-placeholder {
    color: #000000;
}

.search-field button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    outline: none;
    border: none;
    border-radius: 0;
    width: 100%;
    max-width: 23px;
}

.search-field button img {
    max-width: 100%;
}

.br-20 {
    border-radius: 20px;
}

.border-b-gray-1 {
    position: relative;
}

.border-b-gray-1::before {
    position: absolute;
    top: 100%;
    left: 15px;
    content: '';
    display: block;
    width: calc(100% - 30px);
    max-width: 100%;
    height: 1px;
    background-color: #CFCFCF;
}

@media (max-width: 991px) {
    .table {
        overflow-x: scroll;
    }
}

.table table {
    min-width: 500px;
}

.table table tr {
    min-height: 39px;
    border-bottom: 1px solid #EBEBEB;
}

.table table tr:first-child {
    background-color: #EBEBEB;
}

.stars-vote span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #A5A5A5;
    background-color: #ffffff;
    transition: 0.3s ease;
}

.stars-vote span:not(:last-child) {
    margin-right: 5px;
}

.stars-vote span.active {
    background-color: #FFDA37;
}

.etape-filter {
    width: 100%;
    max-width: 323px;
}

.etape-filter-row-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 66px;
    background-color: #ffffff;
   /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    padding: 10px 15px;
    text-transform: uppercase;
    border: 1px solid lightgrey;
}

.etape-filter-row-trigger span {
    display: block;
    max-width: 270px;
}

.etape-filter-row-trigger::before {
    content: '-';
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 18px;
    color: #C5C5C5;
    background-color: transparent;
    border: 1px solid #C5C5C5;
    border-radius: 50%;
    transition: 0.3s ease;
}

.etape-filter-row-trigger::after {
    content: '+';
    position: absolute;
    top: calc(50% - 12px);
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 19px;
    color: #C5C5C5;
    background-color: transparent;
    border: 1px solid #C5C5C5;
    border-radius: 50%;
    transition: 0.3s ease;
}

.etape-filter-row-trigger:not(.collapsed)::before {
    opacity: 1;
}

.etape-filter-row-trigger:not(.collapsed)::after {
    opacity: 0;
}

.etape-filter-row-trigger.collapsed::before {
    opacity: 0;
}

.etape-filter-row-trigger.collapsed::after {
    opacity: 1;
}

.etape-content-row-trigger {
    display: block;
    position: relative;
    padding-left: 35px;
}

.etape-content-row-trigger::before {
    content: '-';
    position: absolute;
    top: 2px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 50%;
    transition: 0.3s ease;
}

.etape-content-row-trigger::after {
    content: '+';
    position: absolute;
    top: 2px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 50%;
    transition: 0.3s ease;
}

.etape-content-row-trigger:not(.collapsed)::before {
    opacity: 1;
}

.etape-content-row-trigger:not(.collapsed)::after {
    opacity: 0;
}

.etape-content-row-trigger.collapsed::before {
    opacity: 0;
}

.etape-content-row-trigger.collapsed::after {
    opacity: 1;
}

.more-text-content {
    position: relative;
    display: block;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
    transition: 0.3s ease;
    height: 150px;
}

.more-text-content::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    background: linear-gradient(rgba(255, 255, 255, 0.6), white);
    transition: 0.1s ease;
}

.more-text-wrap.active .more-text-content {
    -webkit-line-clamp: 200;
    height: auto !important;
}

.more-text-wrap.active .more-text-content::before {
    opacity: 0;
}

.mw-144 {
    max-width: 144px;
}

.mw-54 {
    max-width: 54px;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.category-item {
    width: 100%;
    max-width: 272px;
    padding: 30px 15px 20px;
    background-color: #ffffff;
    border: 1px solid #E1E1E1;
    transition: 0.3s ease;
}

.category-item:hover {
    border: 1px solid #0075ba;
}

.category-item-img {
    width: 100%;
    max-width: 128px;
    min-width: 128px;
    height: 128px;
}

.category-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 72px;
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

@media (max-width: 1100px) {
    .category-item-name {
        font-size: 16px;
        line-height: 22px;
        height: 66px;
    }
}

.comment-views {
    position: relative;
}

.comment-views-item {
    position: absolute;
    top: -15px;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 50px;
    height: 29px;
    border-radius: 30px;
    font-family: 'Open Sans SemiBold';
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    background-color: #0075ba;
}

.main-list {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

@media (max-width: 1100px) {
    .main-list-layout {
        flex-direction: column;
    }
}

.main-list-row-1 {
    width: 100%;
    max-width: 759px;
    margin-right: 15px;
}

@media (max-width: 1100px) {
    .main-list-row-1 {
        max-width: 100%;
        padding: 0 0 30px;
    }
}

.main-list-row-2 {
    width: 100%;
    max-width: 440px;
}

@media (max-width: 1100px) {
    .main-list-row-2 {
        max-width: 100%;
    }
}

.main-alert {
    display: block;
    padding: 15px 20px 13px;
    border: 1px solid #CACACA;
    transition: 0.3s ease;
}

.main-alert:hover {
    background-color: #E5E5E5;
}

@media (max-width: 1100px) {
    .main-alert {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
}

.main-alert-1 {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-family: 'Open Sans SemiBold';
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #0075ba;
}

@media (max-width: 1100px) {
    .main-alert-1 {
        font-size: 20px;
        line-height: 25px;
    }
}

.main-alert-2 {
    display: block;
    width: 100%;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #696969;
}

@media (max-width: 1100px) {
    .main-alert-2 {
        font-size: 14px;
        line-height: 18px;
    }
}

.main-banner {
    margin-bottom: 35px;
    padding: 10px 15px 10px 28px;
    background-color: #0075ba;
    transition: 0.3s ease;
}

.main-banner:hover {
    background-color: #004b8f;
}

@media (max-width: 1100px) {
    .main-banner {
        padding: 10px 15px;
        max-width: 500px;
        margin: 0 auto 30px;
    }
}

.main-banner-img {
    max-width: 165px;
    margin-right: 10px;
}

@media (max-width: 500px) {
    .main-banner-img {
        display: none !important;
    }
}

.main-banner-cnt-1 {
    font-family: 'Open Sans Regular';
    font-size: 50px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 500px) {
    .main-banner-cnt-1 {
        font-size: 30px;
        line-height: 24px;
    }
}

.main-banner-cnt-1 span {
    font-family: 'Open Sans Bold';
    font-size: 90px;
    line-height: 90px;
}

@media (max-width: 500px) {
    .main-banner-cnt-1 span {
        font-size: 40px;
        line-height: 40px;
    }
}

.main-banner-cnt-2 {
    font-family: 'Open Sans Light';
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.main-statistics {
    margin-bottom: 55px;
}

.main-statistics-title {
    margin-bottom: 22px;
    font-family: 'Open Sans Regular';
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 1100px) {
    .main-statistics-title {
        font-size: 18px;
        line-height: 18px;
    }
}

.main-statistics-row {
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #CDCDCD;
}

.main-statistics-row:last-child {
    border-bottom: 1px solid #CDCDCD;
}

.main-statistics-row .line {
    position: absolute;
    top: -3px;
    left: 0;
    height: 5px;
}

.main-statistics-row span:not(.line) {
    position: relative;
    min-width: 70px;
    padding-left: 18px;
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 18px;
    color: #0075ba;
}

.main-statistics-row span:not(.line)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.main-statistics-row p {
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.main-statistics-row.blue .line {
    background-color: #2BB0EA;
}

.main-statistics-row.blue span:not(.line)::before {
    background-color: #2BB0EA;
}

.main-statistics-row.rose .line {
    background-color: #FF167A;
}

.main-statistics-row.rose span:not(.line)::before {
    background-color: #FF167A;
}

.main-statistics-row.violet .line {
    background-color: #5B7AD3;
}

.main-statistics-row.violet span:not(.line)::before {
    background-color: #5B7AD3;
}

.main-statistics-row.orange .line {
    background-color: #FFA300;
}

.main-statistics-row.orange span:not(.line)::before {
    background-color: #FFA300;
}

.main-statistics-row.darkorange .line {
    background-color: #FF4C2F;
}

.main-statistics-row.darkorange span:not(.line)::before {
    background-color: #FF4C2F;
}

.main-statistics-row.black .line {
    background-color: #1E2337;
}

.main-statistics-row.black span:not(.line)::before {
    background-color: #1E2337;
}

.main-articles {
    width: 100%;
    max-width: 745px;
}

@media (max-width: 1100px) {
    .main-articles {
        max-width: 100%;
    }
}

.main-articles-info {
    margin-bottom: 35px;
}

@media (max-width: 1100px) {
    .main-articles-info {
        flex-direction: column;
    }
}

.main-articles-info p {
    font-family: 'Open Sans Italic';
    font-size: 15px;
    line-height: 15px;
    color: #000000;
}

@media (max-width: 1100px) {
    .main-articles-info p {
        margin-bottom: 15px;
        text-align: center;
    }
}

.main-articles-info a {
    font-family: 'Open Sans Bold';
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #0075ba;
}

@media (max-width: 1100px) {
    .main-articles-info a {
        text-align: center;
    }
}

.main-articles-info a span {
    text-decoration: underline;
    transition: 0.3s ease;
}

.main-articles-info a:hover span {
    text-decoration: none;
}

.main-articles-info a img {
    max-width: 16px;
    margin-left: 6px;
}

.main-articles .nav-tabs {
    border-bottom: none;
    margin-bottom: -1px;
}

.main-articles .nav-tabs a {
    padding: 0;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    border: 1px solid #E1E1E1;
    background-color: #0075ba;
    transition: 0.3s ease;
}

@media (max-width: 1250px) {
    .main-articles .nav-tabs a {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 991px) {
    .main-articles .nav-tabs a {
        width: 100%;
    }
}

.main-articles .nav-tabs a:not(:last-child) {
    margin-right: 3px;
}

@media (max-width: 991px) {
    .main-articles .nav-tabs a:not(:last-child) {
        margin: 0 0 5px;
    }
}

.main-articles .nav-tabs a span {
    min-height: 48px;
    padding: 5px 17px;
}

@media (max-width: 1250px) {
    .main-articles .nav-tabs a span {
        padding: 5px 10px;
    }
}

.main-articles .nav-tabs a.active {
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    color: #0075ba;
}

@media (max-width: 991px) {
    .main-articles .nav-tabs a.active {
        border-bottom: 1px solid #E1E1E1;
    }
}

.main-articles .tab-content {
    padding: 5px 9px 20px 20px;
    border: 1px solid #E1E1E1;
}

.questionnaires {
    padding: 25px 0;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.questionnaires .nav {
    border: none;
    margin-bottom: 20px;
}

.questionnaires .nav-tabs a {
    padding: 0;
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 18px;
    color: #0075ba;
    border-radius: 23px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: 0.3s ease;
}

@media (max-width: 1100px) {
    .questionnaires .nav-tabs a {
        font-size: 14px;
        line-height: 14px;
    }
}

.questionnaires .nav-tabs a:not(:last-child) {
    margin-right: 15px;
}

.questionnaires .nav-tabs a span {
    min-height: 45px;
    padding: 5px 25px;
}

@media (max-width: 1100px) {
    .questionnaires .nav-tabs a span {
        min-height: 30px;
        padding: 5px 10px;
    }
}

.questionnaires .nav-tabs a.active {
    background-color: #0075ba;
    border: 1px solid #0075ba;
    color: #ffffff;
}

.questionnaires .nav-tabs a:hover:not(.active) {
    background-color: #ececec;
    color: #0075ba;
    border: 1px solid #c4c4c4;
}

.questionnaires-item {
    margin-bottom: 25px;
}

.questionnaires-item-layout {
    width: 100%;
    box-shadow: 0 0 20px #dfdfdf;
}

.questionnaires-item-cnt {
    height: 156px;
    max-height: 156px;
    padding: 20px 20px 10px;
    background-color: #ffffff;
}

@media (max-width: 1100px) {
    .questionnaires-item-cnt {
        height: 141px;
        max-height: 141px;
        padding: 20px 10px 10px;
    }
}

.questionnaires-item-cnt a {
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-family: 'Open Sans Regular';
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #4e3434;
}

@media (max-width: 1100px) {
    .questionnaires-item-cnt a {
        font-size: 14px;
        line-height: 17px;
    }
}

.questionnaires-item-cnt a:hover {
    color: #0075ba;
    text-decoration: underline;
}

.questionnaires-item-cnt span {
    display: block;
    font-family: 'Open Sans Italic';
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fd0000;
}

.questionnaires-item-title {
    display: block;
    min-height: 44px;
    width: 100%;
    padding: 5px 10px;
    font-family: 'Open Sans Italic';
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #0075ba;
}

.domains {
    padding: 25px 0 30px;
}

.domains-articles {
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.domains-articles-col:not(:last-child) {
    border-right: 1px solid #d4d4d4;
}

@media (max-width: 1100px) {
    .domains-articles-item {
        margin-bottom: 30px;
    }
}

.domains-articles-item:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 1100px) {
    .domains-articles-item:not(:last-child) {
        margin-bottom: 10px;
    }
}

.domains-articles-item-img {
    position: relative;
    max-width: 64px;
    height: 64px;
    margin-right: 22px;
}

.domains-articles-item-img img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1100px) {
    .domains-articles-item-img {
        max-width: 45px;
        height: 45px;
        margin-right: 15px;
    }
}

.domains-articles-item-num {
    position: absolute;
    bottom: -2px;
    right: -7px;
    display: inline-block;
    padding: 3px 7px;
    min-height: 20px;
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    background-color: #0075ba;
    border-radius: 12px;
}

.domains-articles-item-cnt {
    font-family: 'Open Sans Regular';
    font-size: 18px;
    line-height: 24px;
    color: #0075ba;
}

@media (max-width: 1100px) {
    .domains-articles-item-cnt {
        font-size: 14px;
        line-height: 17px;
    }
}

.domains-articles-item:hover .domains-articles-item-cnt {
    text-decoration: underline;
}

@media (max-width: 1250px) {
    .domains-links {
        justify-content: space-around !important;
    }
}

.domains-links-l {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row wrap;
}

.domains-links a {
    min-height: 59px;
    padding: 2px 15px;
    background-color: #f3f2f2;
    border: 1px solid #dfdfdf;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 18px;
    color: #0075ba;
    transition: 0.3s ease;
}

.domains-links a:hover {
    background-color: #ffffff;
}

.domains-links-item {
    max-width: 220px;
    margin: 0 15px 15px;
    display: inline-table;
    vertical-align: top;
    width: 100%;
}

.domains-links-item-l {
    max-width: 297px;
    margin: 0 0 15px;
}

@media (max-width: 1250px) {
    .domains-links-item-l {
        margin: 0 15px 15px;
    }
}

@media (max-width: 550px) {
    .domains-links-item-l {
        margin: 0 0 15px;
    }
}

.domains-links-item-l a {
    min-height: 110px;
    height: 100%;
    padding: 5px 15px;
    background-color: #ffffff;
    border: 1px solid #D5D5D5;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 18px;
    color: #0075ba;
    transition: 0.3s ease;
}

.domains-links-item-l a:hover {
    background-color: #004b8f;
    color: #ffffff;
}

.domains-links-text {
    padding-top: 25px;
}

.domains-links-text p {
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.articles-list {
    width: 100%;
    height: 803px;
    padding-right: 25px;
    overflow-y: scroll;
}

@media (max-width: 1100px) {
    .articles-list {
        overflow-y: auto;
        height: auto;
        padding-right: 0;
    }
}

.articles-list::-webkit-scrollbar {
    width: 10px;
}

.articles-list::-webkit-scrollbar-track {
    background: transparent;
}

.articles-list::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 10px;
    transition: 0.3s ease;
}

.articles-list::-webkit-scrollbar-thumb:hover {
    background: #0075ba;
}

.articles-list-item {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E6E6E6;
}

.articles-list-item-title {
    margin-bottom: 7px;
    padding: 2px 6px 0px 6px;
    background-color: #fff;
    border-radius: 0px;
    font-family: 'Open Sans Regular';
    font-size: 12px;
    line-height: 12px;     border: 1px solid lightgrey;
    text-transform: uppercase;
    color: #0075ba;
}

@media (max-width: 600px) {
    .articles-list-item-title {
        font-size: 14px;
        line-height: 17px;
    }
}

.articles-list-item-title span {
    min-height: 21px;
}

.articles-list-item-bottom p {
    font-family: 'Open Sans Italic';
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.articles-list-item-bottom span {
    font-family: 'Open Sans Italic';
    font-size: 14px;
    line-height: 24px;
    color: #fd0000;
}

.articles-list-item-link {
    margin-bottom: 9px;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.articles-list-item-link span {
    transform: translateY(-1px);
    margin-left: 5px;
    padding: 4px 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #0075ba;
}

.articles-list-item-link span.black-a {
    background-color: #000000;
}

@media (max-width: 1100px) {
    .articles-list-item-link {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 21px;
    }
}

.articles-list-item-link:hover {
    color: #0075ba;
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .articles-list-item-info {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

.articles-list-item-info span {
    font-family: 'Open Sans Italic';
    font-size: 14px;
    line-height: 14px;
    color: #a5a5a5;
    font-weight: 400;
}

@media (max-width: 1100px) {
    .articles-list-item-info span {
        margin-bottom: 10px;
    }
}
.infotext1
{
   margin-bottom: 5px;
}
.articles-list-item-info div,.infotext1 {
    font-family: 'Open Sans SemiBoldItalic';
    font-size: 13px;
    line-height: 13px;
    color: #0075ba;
}

.articles-list-item-info div:hover,.infotext1:hover {
    color: #0075ba;
}

.news-filter .card {
    border: 1px solid #DDDDDD !important;
    border-radius: 0 !important;
}

.news-filter .card:not(:last-child) {
    border-bottom: none !important;
}

.news-card-header {
    padding: 0;
    min-height: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #DDDDDD;
}

.news-card-header button {
    min-height: 50px;
    padding: 10px 22px;
    background-color: #ffffff !important;
    border: none !important;
    outline: none !important;
}

.news-card-header .show-el {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-left: 5px;
}

.news-card-header .show-el span {
    display: block;
    width: 15px;
    height: 3px;
    background-color: #000000;
}

.news-card-header .show-el span:last-child {
    position: absolute;
    top: 6px;
    left: 0;
    transform: rotate(90deg);
    transition: 0.3s ease;
}

.news-card-header.active .show-el span:last-child {
    opacity: 0;
}

.news-card-body {
    padding: 0 !important;
}

.news-card-body a {
    min-height: 50px;
    line-height: 16px;
    padding: 10px 22px 10px 37px;
}

.news-card-body a:not(:last-child) {
    border-bottom: 1px solid #DDDDDD !important;
}

.news-list {
    padding-bottom: 20px;
}

.news-list-item:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.news-list-item-img {
    width: 100%;
    max-width: 218px;
    max-height: 146px;
    margin-right: 25px;
}

@media (max-width: 991px) {
    .news-list-item-img {
        margin: 0 0 30px;
    }
}

.news-list-item-img img {
    max-width: 100%;
    max-height: 100%;
}

.news-list-item-views img {
    max-width: 30px;
}

.login-page {
    padding: 60px 0 30px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.authorization {
    width: 100%;
    max-width: 555px;
    padding: 30px 30px 16px;
    border: 1px solid #CECECE;
    background-color: #FDFDFD;
    margin-bottom: 47px;
}

@media (max-width: 767px) {
    .authorization {
        padding: 20px 15px 16px;
        margin-bottom: 47px;
    }
}

.authorization-bottom {
    padding-top: 90px;
}

@media (max-width: 1100px) {
    .authorization-bottom {
        padding-top: 30px;
    }
}

.authorization-img {
    width: 100%;
    height: 128px;
    max-height: 128px;
    margin-bottom: 15px;
}

.authorization-img img {
    max-width: 100%;
    max-height: 100%;
}

.authorization-title {
    margin-bottom: 15px;
    font-family: 'Open Sans Regular';
    font-size: 32px;
    line-height: 32px;
    color: #000000;
}

@media (max-width: 1100px) {
    .authorization-title {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .authorization-title {
        font-size: 18px;
        line-height: 20px;
    }
}

.authorization-subtitle {
    width: 100%;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 18px;
    margin-bottom: 19px;
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 17px;
    color: #000000;
}

.authorization-subtitle-noborder {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 35px;
}

@media (max-width: 1100px) {
    .authorization-subtitle {
        font-size: 13px;
        line-height: 17px;
    }
}

.authorization form {
    width: 100%;
}

.form-field {
    width: 100%;
    margin-bottom: 15px;
}

.form-field-img {
    order: 1;
    width: 100%;
    max-width: 58px;
    min-width: 58px;
    height: 46px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
    transition: 0.3s ease;
}

.form-field-img img {
    max-width: 30px;
}

.form-field input {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 46px;
    padding: 5px 16px;
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 15px;
    color: #555;
    border-radius: 0 6px 6px 0;
    border: 1px solid #ccc;
    border-left: none !important;
    background-color: none;
    outline: none;
    transition: 0.3s ease;
}

.form-field input::-webkit-input-placeholder {
    color: #555;
}

.form-field input::-moz-placeholder {
    color: #555;
}

.form-field input:-ms-input-placeholder {
    color: #555;
}

.form-field input:-moz-placeholder {
    color: #555;
}

.form-field input:focus {
    border: 1px solid #0075ba;
}

.form-field input:focus ~ .form-field-img {
    border: 1px solid #0075ba;
}

.field-row {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 345px;
    height: 34px;
    padding: 5px 16px;
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 15px;
    color: #555;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: none;
    outline: none;
    transition: 0.3s ease;
}

@media (max-width: 991px) {
    .field-row {
        max-width: 390px;
    }
}

.field-row::-webkit-input-placeholder {
    color: #555;
}

.field-row::-moz-placeholder {
    color: #555;
}

.field-row:-ms-input-placeholder {
    color: #555;
}

.field-row:-moz-placeholder {
    color: #555;
}

.field-row:focus {
    border: 1px solid #0075ba;
}

.field-row-select {
    order: 2;
    display: block;
    width: 100%;
    padding: 5px 16px;
    font-family: 'Open Sans Regular';
    font-size: 15px;
    line-height: 15px;
    color: #555;
    border-radius: 6px;
    background: none;
    outline: none;
    transition: 0.3s ease;
}

.field-row-select-wrap {
    position: relative;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 345px !important;
    height: 34px;
    border: 1px solid #ccc;
}

.field-row-select-wrap-big {
    height: 44px;
}

.field-row-select-wrap-small {
    width: 100% !important;
    max-width: 80px !important;
}

@media (max-width: 991px) {
    .field-row-select-wrap {
        max-width: 390px !important;
    }
}

.field-row-select-wrap::before {
    content: '';
    z-index: 0;
    position: absolute;
    right: 17px;
    top: calc(50% - 7px);
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.1s ease;
}

.field-row-select-wrap.active::before {
    transform: rotate(180deg);
}

.field-row-select::-webkit-input-placeholder {
    color: #555;
}

.field-row-select::-moz-placeholder {
    color: #555;
}

.field-row-select:-ms-input-placeholder {
    color: #555;
}

.field-row-select:-moz-placeholder {
    color: #555;
}

.num-check {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 18px;
    margin-bottom: 19px;
}

.num-check img {
    max-width: 120px;
    margin-right: 15px;
}

.pass-remember {
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 14px;
    color: #004b8f;
    text-decoration: underline;
}

.pass-remember:hover {
    text-decoration: none;
}

.reg {
    padding: 60px 0 30px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.reg-row > .simple-text {
    width: 100%;
    max-width: 390px;
    text-align: right;
    margin: 0 15px 0 0;
    padding: 0;
}

@media (max-width: 991px) {
    .reg-row > .simple-text {
        max-width: 390px;
        text-align: left;
        margin: 0 0 15px;
    }
}

.reg-row-label {
    margin-bottom: 20px;
}

.reg-row-label-line {
    width: 100%;
    max-width: 345px !important;
    height: 10px;
    background-color: #BDBDBD;
}

@media (max-width: 991px) {
    .reg-row-label-line {
        max-width: 390px !important;
    }
}

.reg-row-label > span {
    width: 100%;
    max-width: 390px;
    margin: 0 15px 0 0;
    padding: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .reg-row-label > span {
        text-align: left;
        margin: 0 0 15px;
    }
}

.reg-row-label label {
    width: 100%;
    max-width: 345px;
}

@media (max-width: 991px) {
    .reg-row-label label {
        max-width: 390px;
    }
}

.reg-row-label label .input-checkbox {
    display: block;
    margin-right: 30px;
    width: 13px;
    min-width: 13px;
    margin-top: 2px;
    height: 13px;
    border: 1px solid #333333;
    transition: 0.3s ease;
}

.reg-row-label label .input-checkbox:checked {
    border: 1px solid #0075ba;
    background-color: #0075ba;
}

.reg-row-label label .simple-text {
    margin: 0;
}

.reg .num-check {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 30px;
    padding: 0;
    border: none;
}

.search-page {
    background-repeat: repeat-x;
    background-position: top left;
}

.search-page .select-row-item-small {
    width: 100%;
    max-width: 80px;
}

.search-page .select-row-item-small:not(:last-child) {
    margin-right: 20px;
}

.search-page .copy-btn-wrap .btn {
    max-width: 156px;
}

.search-logo img {
    max-width: 44px;
    margin-right: 15px;
}

.search-logo span {
    font-family: 'Open Sans light';
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #0075ba;
}

.search-filter {
    width: 100%;
    max-width: 329px;
}

@media (max-width: 991px) {
    .search-filter {
        display: none;
        max-width: 100%;
    }

    .search-filter.active {
        display: block;
    }
}

.search-filter-date div {
    font-family: 'Open Sans Regular';
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    cursor: pointer;
}

.search-filter-date div img {
    display: block;
    max-width: 16px;
    margin-left: 15px;
}

.search-filter-date p {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 18px;
    color: #0075ba;
}


.search-filter-form-row .form-control:disabled, .search-filter-form-row .form-control[readonly]
{
    padding: 0.175rem 0.45rem;
}
.search-filter-form-row .three-button
{
    line-height: 19px;
}

.search-filter-form-row.border-row {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;

}

.search-filter-form-row-title {
    font-family: 'Open Sans SemiBold';
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.search-filter-title {
    font-family: 'Open Sans SemiBold';
    font-size: 30px;
    line-height: 30px;
    color: #0075ba;
}

.search-attention {
    position: relative;
    background-color: #FFFED9;
}

.search-attention p {
    font-family: 'Open Sans Regular';
    font-size: 13px;
    line-height: 17px;
    color: #666;
}

.search-attention p span {
    font-family: 'Open Sans Bold';
}

.search-attention .delete-trigger {
    position: absolute;
    top: 6px;
    right: 7px;
}

.search-list form p {
    font-family: 'Open Sans Italic';
    font-size: 15px;
    line-height: 15px;
    color: #000000;
}

.search-list-top {
    border-bottom: 1px solid #D3D3D3;
}

.search-list-top p {
    font-family: 'Open Sans Regular';
    font-size: 19px;
    line-height: 20px;
    color: #000000;
}

.search-list-top p span {
    font-family: 'Open Sans Bold';
}

.search-list-top-cnt {
    display: block;
    width: auto;
    max-width: 150px;
    margin-right: 60px;
    text-align: right;
    z-index: 200;
}

.search-list-top a {
    display: block;
    margin-right: 7px;
    border-bottom: 1px solid #0075ba;
    font-family: 'Open Sans Regular';
    font-size: 16px;
    line-height: 16px;
    color: #0075ba;
    transition: 0.3s ease;
    width: max-content;
}

.search-list-top a:hover {
    border-bottom: 1px solid transparent;
}

.agenda-cnt .select-row-item {
    max-width: 175px;
}

.info-blk {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}

.info-blk-img {
    width: 100%;
    max-width: 67px;
}

.rating-input .fa {
    font-size: 24px;
    margin-right: 3px;
    color: #ffb645;
    cursor: pointer;
}

/*# sourceMappingURL=maps/style.css.map */

::-webkit-scrollbar {
    width: 10px;
    cursor: pointer !important;

}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #E0E0E0;
    cursor: pointer !important;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(left, #E0E0E0, #a0a0a0);
    cursor: pointer !important;
}

::-webkit-scrollbar-track {

    background: transparent;
    cursor: pointer !important;
}

.simple-link-step:hover {
    text-decoration: underline;
    color: #0075ba;
}

.font-22 {
    font-size: 22px !important;
}

.brdradius-50 {
    border-radius: 50px !important;
}

.three-button {
    position: absolute;
    right: 17px;
    background: none;
    border: none;
    font-size: 23px;
    font-weight: bold;
    padding-right: 10px;
    line-height: 23px;
}

.searchcaem {
    padding-right: 30px;
    height: 36px;
    background-color: #eee;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;

    font-size: 14px;
    line-height: 1.42857143;
    color: #555;

    background-image: none;
    border: 1px solid #ccc;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-results__option .wrap:before {
    font-family: fontAwesome;
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;

}

.select2-results__option[aria-selected=true] .wrap:before {
    content: "\f14a";
}

.select2-multiple, .select2-multiple2 {
    width: 50%
}

#reportrange {
    width: 270px; background: transparent !important; cursor: pointer !important;
}

.comments_expired {
    background-color: #ebebeb;
    color: #8c8c8c;
}

#subscribe_for_document_events_button.subscribed {
    background-color: orange;
}

#subscribe_for_document_events_button.subscribed span {
    color: #fff !important;
}

#subscribe_for_events_button.subscribed {
    background-color: orange;
}

#subscribe_for_events_button.subscribed span {
    color: #fff !important;
}

#quick_search_results_wrapper {
    display: none;
    position: absolute;
    z-index: 1000;
    background: white;
    box-shadow: 0 0 18px 2px #cecece;
    width: 685px;
    padding: 10px;
    margin-top: -20px;
    margin-left: 35px;
}

/*Datatable search input*/
input[type=search] {
    border: 1px inset #EBE9ED;
}
.selecteditemcaem
{
    display: inline-table; padding: 0px 10px 0px 10px;
}
#showSelectedValues
{
    padding: 15px 10px 5px 10px;
}
#searchDatatable_length
{
    position: absolute;
    right: 0;
    text-align: right;
    top: -46px;
}
#searchDatatable_length select
{
    border: 1px solid lightgrey;
    padding: 0px 1px 0px 5px;
    cursor: pointer !important;
    text-align: center !important;
}

#searchDatatable_length select {
    background: transparent;
    width: auto;
    height: 35px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#searchDatatable_length select {
    width: 50px;
    height: 35px;
    overflow: hidden;
    background: url(../images/arrowdown.png) no-repeat right #fff;
    border: 1px solid #ddd;
}

#searchDatatable_length select {
    padding-right: 0;
    vertical-align: top!important;
    text-align: left;
    height: auto;
    line-height: 18px;
}

.hideme
{
    display: none !important;
}
#reportrangeButton
{
    cursor: pointer !important;
}
.daterangepicker .drp-buttons .btn
{
    color: white;
}
#reportrangeButton:hover
{
    text-decoration: underline; color: #0075ba;
}
table.dataTable thead th, table.dataTable thead td
{
    padding: 0 !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px !important;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #d2d2d2 !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #FFFED9 !important;
}

.font-18
{
    font-size: 18px !important;
}
 table#caemDataTable tbody th, table#caemDataTable tbody td,table#keywordsDataTable tbody th, table#keywordsDataTable tbody td,
 table#authorityDataTable  tbody th,table#authorityDataTable  tbody td {
    padding: 4px !important; cursor: pointer !important;
}
.boxa {

    background-color: #fff;
    border-radius: 0px;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid lightgrey;

    color: #0075ba;

}
.checkbox-inline input[type=checkbox]
{
    -webkit-appearance: auto !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: white;
}

.sticky + .content {
    padding-top: 60px;
}
table#searchDatatable .articles-list-item {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #E6E6E6;
}
.domains-articles-item
{
    width: 31.33%;
    float: left;
    padding: 10px;
    margin: 10px;
    border: 1px solid lightgrey;
}

@media (max-width: 767px) {
.header_filters
{
    text-align: center;
}
        .domains-articles-item
        {
            width: 94%;
            float: left;
            padding: 10px;
            margin: 10px;
            border: 1px solid lightgrey;
        }
    .domains-links-item {
        max-width: initial;

        width: 93%;
    }
    #quick_search_results_wrapper {
        width: 91%;
        margin-left: 5px;
    }
    #quick_search_results_wrapper p {
        padding-left: 0;
        padding-right: 0;
    }
    .col-sm-1.star_doc_save
    {
        text-align: center;    padding-top: 15px;
    }
    .field_errors
    {
        padding-top: 12px;
        padding-right: 10px;}
}
.goodlink .tab-pane div p
{
    line-height: 1.8 !important;
}
.goodlink .tab-pane div p a,.goodlink .tab-pane div li a
{
 text-decoration: underline;
    color: #2574b6;     line-height: 1.8 !important;
}
.goodlink .tab-pane div p a:hover,.goodlink .tab-pane div li a:hover
{
    text-decoration: none; color: #2574b6;     line-height: 1.8 !important;
}
#quick_search_results_wrapper a
{
    color: #2574b6;text-decoration: none;

}
#quick_search_results_wrapper a:hover
{
    color: #2574b6;text-decoration: underline;
}
#quick_search_results_wrapper p{
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.character-element
{

    font-size: 18px;
    margin-bottom: 20px;
    width: 32px;
    height: 32px;
    display: inline-block;
    outline: none;
    border: none;
}

.character-element:hover {
    background-color: #004b8f;
    color: #ffffff; outline: none;
    border: none;
}
.character-element:focus {
    background-color: #004b8f;
    color: #ffffff; outline: none;
    border: none;
}
.filetable th,.filetable td, .table th, .table td
{
    padding: 3px 7px;
}
.btn_white
{
    color: white !important;padding: 2px 20px 4px 20px;
}
.tip_doc-1,.data,.color1
{
    font-style: italic; font-size: 13px;
}
.data {font-weight: bold}
.user_profile_navigation
{
    padding: 0; margin: 0; list-style: none;
}
.btn-profile
{
    padding: 10px 20px;
    background: white;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 20px; text-transform: uppercase;
    border-radius: 30px; color: black;
}
.btn-profile.active_item
{
    color: white; background: #0075ba;
}
.btn-profile:hover,.btn-profile.active_item:hover
{
    color: black; background: #e5e5e5;
}
input.emailhit:read-only {
    background-color: transparent;
    border: none;
    outline: none;
}
.field_errors
{
    position: relative;
    color: red;
    float: right;
    top: -45px;

    line-height: 0;
    font-size: 15px;
}
.field-row::-webkit-input-placeholder { /* Edge */
    color: #c1c1c1;
}

.field-row:-ms-input-placeholder { /* Internet Explorer */
    color: #c1c1c1;
}

.field-row::placeholder,.field-row:placeholder {
    color: #c1c1c1;
}
label.d-flex.align-items-center.justify-content-start
{
    cursor: pointer !important;
}
a.btn-export-excel
{
    padding: 6px 10px;
    vertical-align: super;
    border: 1px solid #ccc;
    line-height: 35px;
    color: #0075ba;
    background: #fff;
}
a.btn-export-excel:hover
{
    background: #0075ba;
    padding: 6px 10px;
    vertical-align: super;
    border: 1px solid #ccc;
    line-height: 35px;
    color: #fff;
}
.all-consult
{

    position: relative;
    text-align: left;
    padding-bottom: 10px;


}
a.btn-all-consult
{
    color: #0075ba;
    font-size: 13px;
    text-decoration: underline;
    text-transform: uppercase;
font-weight: bold;
}
a.btn-all-consult:hover
{
    color: #0075ba;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

a.reset-search {

    font-size: 16px;
    line-height: 16px;
    color: #0075ba; text-decoration: underline;

}

a.reset-search:hover {
    font-size: 16px;
    line-height: 16px;text-decoration: none;
    color: #6f6f6f;
}
.hideblock
{
    display: none !important;
}
.alert-error ul
{
    padding: 0; margin: 0; list-style: none;
}
.alert-error ul li
{
  padding: 10px 15px; border: 1px solid #CFCFCF;
    color: darkred;
    background-color: #fbd0b5;
    margin-bottom: 10px;
    border-radius: 3px; text-align: center;
}
.footerlink,.footerlink a
{
    color: #a3cede; font-size: 13px;
}
.footerlink a:hover
{
  text-decoration: underline;
}
ul.page-meta-block
{
    padding: 0; margin: 15px  0 0 0; list-style: none;
}
ul.page-meta-block li
{
   display: inline-block; padding-right: 20px; font-style: italic; color: grey;
}
.page-content, .page-content p
{
    line-height: 1.7em;
    font-size: 17px;
}
.page-content a
{
    text-decoration: underline; color: #0064a8;
}
.page-content a:hover
{
    text-decoration: none; color: #0064a8;
}
.page-content p
{
    margin-bottom: 15px;
}
.alertbox
{
    border: 1px solid #ffe16d;
    background: #fcffd0;
    text-align: center;
    padding: 10px 20px; font-size: 22px;
}
.alertbox a{
    text-decoration: underline; color: #00497c;
}
.alertbox a:hover{
    text-decoration: none;color: #00497c;
}

.d-flex.align-items-center.justify-content-start.simple-reg-16.simple-black.active
{
    font-weight: bold;    color: #0075ba;
}
a.linkmore
{
    color: #0075ba; text-decoration: underline;
}
@media (max-width: 767px) {
    .dataTables_length {
        width: 100% !important;

    }
    #commentDataTable tr td:nth-child(4),#commentDataTable tr td:nth-child(3),
    #commentDataTable tr th:nth-child(4),#commentDataTable tr th:nth-child(3)
    {
        display: none;
    }

    #commentDataTable tr td:nth-child(1),#commentDataTable tr td:nth-child(1)
    {
        width: auto !important;
    }
}
.dataTables_length select
{
    border: 1px solid #d2d2d2;
    padding: 3px 3px 3px 9px;
    cursor: pointer;
}
.btn_send
{
    background:#0075ba; color: white; padding: 10px 20px; border: 1px solid #005e99; cursor: pointer;
    text-transform: uppercase;
}
.btn_cancel
{
    background: #7a7a7a; color: white; padding: 10px 20px; border: 1px solid #646464; cursor: pointer;
    text-transform: uppercase;
}
.mb-4, .my-4 {
    margin-bottom: 1rem !important;
}
#authorityDataTable_length, #caemDataTable_length, #keywordsDataTable_length
{
    display: none;
}

.popupbtn
{
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.header {

    box-shadow: 0 0 2px #979797 !important;
}
.search-form button, .search-form  {

    border-radius: 0;
}
