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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

p {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}

h1 {
    color: #fff !important;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
}

h1,
h2 {
    font-size: 60px;
    font-weight: 700;
    color: #009ac8;
}

@media (max-width: 767px) {
    h1,
    h2 {
        font-size: 44px;
    }
}

h3 {
    font-size: 32px;
    font-weight: 700;
    color: #76bb0a;
}

body {
    font-family: 'PT Sans', sans-serif;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 992px) {
    .menu-open {
        overflow-y: hidden;
    }
}

a {
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

img {
    max-width: 100%;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
    outline: none !important;
    text-decoration: none;
    opacity: 0.95;
}

input:focus {
    outline: none;
}

button {
    background: transparent;
    border: none;
}

.xerror,
.xerror-checkbox label:before,
.xerror-btn {
    border-color: #8a1f11 !important;
}

.xerror-checkbox label {
    color: #8a1f11 !important;
}

.link {
    height: 40px;
    padding: 8px 20px;
    font-size: 22px;
    background: #ff6d44;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}

.link:hover,
.link:focus {
    color: #fff;
    text-decoration: none;
}

.link__underline .link {
    color: #fff;
    text-decoration: none;
}

.link__underline .link:hover,
.link__underline .link:focus {
    color: #fff;
    text-decoration: none;
}

.events_link {
    display: block;
    text-align: right;
    color: #000;
    font-size: 18px;
}

.events_link:hover,
.events_link:focus {
    color: #76bb0a;
}

.content {
    background: #ededed;
    padding: 40px 0 60px;
}

.content-no-padding {
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

table {
    border: 2px solid #000;
    max-width: 100%;
}

table td {
    border: 2px solid #000;
    text-align: center;
}

iframe {
    max-width: 100%;
}

.error-message {
    color: #8a1f11;
}

.content h2 {
    font-size: 36px;
}

.content h3 {
    font-size: 24px;
}

.bullets {
    list-style: outside none disc;
}

.clearfix:before,
.clearfix:after,
section:before,
section:after {
    content: "";
    display: table;
}

.clearfix:after,
section:after {
    clear: both;
}

input {
    border: none;
    box-shadow: none;
    padding: 5px 10px;
    height: 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0 0 10px;
}

.breadcrumb li+li::before {
    content: ">";
    color: #ff6d44;
    padding: 0 8px 0 5px;
}

.breadcrumb li {
    color: #ff6d44;
    font-size: 18px;
}

.breadcrumb li a {
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    border: none;
    padding: 0;
    color: #ff6d44;
    font-size: 18px;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
    background: none;
    color: #000;
}

.pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination .current {
    background: none;
    border: none;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 8px;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination .current:hover,
.pagination .current:focus {
    color: #ff6d44;
    background: none;
}

.pagination .active a,
.pagination .current {
    background: none;
    color: #ff6d44;
}

.pagination .active a:hover,
.pagination .active a:focus,
.pagination .current:hover,
.pagination .current:focus {
    background: none;
    color: #ff6d44;
}

.panel-group {
    margin: auto;
}

.panel-group .panel {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 20px;
}

.panel-group .panel-heading {
    display: table;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0;
}

.panel-group .panel-heading a {
    font-size: 22px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 20px;
}

.panel-group .panel-collapse {
    background: #76bb0a;
    font-size: 18px;
    margin-left: 60px;
    line-height: 1.5;
}

.panel-group .panel-collapse p {
    color: #fff;
}

.panel-group .panel-collapse a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    float: right;
    display: block;
}

.panel-group .panel-collapse a:before {
    content: ">";
    color: #fff;
    margin-right: 20px;
}

.panel-group .panel-title {
    display: table-cell;
    vertical-align: middle;
}

.panel-group .panel-title i {
    display: block;
}

.panel-group .panel-title--date {
    width: 60px;
    color: #fff;
    font-size: 18px;
    background: #009ac8;
    text-align: center;
}

.panel-group .panel-title--text {
    padding: 10px 10px 10px 20px;
}

.step-label {
    position: absolute;
    left: 0;
    top: 7px;
}

@media (max-width: 767px) {
    .step-label {
        position: initial;
        width: 100%;
        margin-bottom: 7px;
    }
}

.step-label span {
    display: block;
    font-size: 14px;
}

.form-group-label {
    position: relative;
    padding-left: 190px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .form-group-label {
        padding-left: 0;
    }
}

.form-group-label input {
    display: inline-block;
    border: 1px solid #767777;
    margin: 0 15px 15px 0;
    max-width: 150px;
    font-size: 14px;
}

.btn-group>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 10px !important;
}

.btn.active {
    box-shadow: none;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
    font-size: 18px;
    color: #AAB6B6;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
    font-size: 18px;
    color: #AAB6B6;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
    font-size: 18px;
    color: #AAB6B6;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    font-size: 18px;
    color: #AAB6B6;
}

.register input.xerror[type="text"]:-moz-placeholder,
.register input.xerror[type="email"]:-moz-placeholder,
.publications input.xerror[type="text"]:-moz-placeholder,
.publications input.xerror[type="email"]:-moz-placeholder {
    color: #8a1f11;
}

.register input.xerror[type="text"]::-moz-placeholder,
.register input.xerror[type="email"]::-moz-placeholder,
.publications input.xerror[type="text"]::-moz-placeholder,
.publications input.xerror[type="email"]::-moz-placeholder {
    color: #8a1f11;
}

.register input.xerror[type="text"]:-ms-input-placeholder,
.register input.xerror[type="email"]:-ms-input-placeholder,
.publications input.xerror[type="text"]:-ms-input-placeholder,
.publications input.xerror[type="email"]:-ms-input-placeholder {
    color: #8a1f11;
}

.register input.xerror[type="text"]::-webkit-input-placeholder,
.register input.xerror[type="email"]::-webkit-input-placeholder,
.publications input.xerror[type="text"]::-webkit-input-placeholder,
.publications input.xerror[type="email"]::-webkit-input-placeholder {
    color: #8a1f11;
}

.register input[type="text"]:-moz-placeholder,
.register input[type="email"]:-moz-placeholder {
    font-size: 22px;
    font-weight: 400;
    color: #898989;
}

.register input[type="text"]::-moz-placeholder,
.register input[type="email"]::-moz-placeholder {
    font-size: 22px;
    font-weight: 400;
    color: #898989;
}

.register input[type="text"]:-ms-input-placeholder,
.register input[type="email"]:-ms-input-placeholder {
    font-size: 22px;
    font-weight: 400;
    color: #898989;
}

.register input[type="text"]::-webkit-input-placeholder,
.register input[type="email"]::-webkit-input-placeholder {
    font-size: 22px;
    font-weight: 400;
    color: #898989;
}

.publications input[type="text"]:-moz-placeholder,
.publications input[type="email"]:-moz-placeholder {
    font-size: 14px;
    color: #5c96be;
    font-weight: 700;
}

.publications input[type="text"]::-moz-placeholder,
.publications input[type="email"]::-moz-placeholder {
    font-size: 14px;
    color: #5c96be;
    font-weight: 700;
}

.publications input[type="text"]:-ms-input-placeholder,
.publications input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
    color: #5c96be;
    font-weight: 700;
}

.publications input[type="text"]::-webkit-input-placeholder,
.publications input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #5c96be;
    font-weight: 700;
}

.header__search-input[type="text"]:-moz-placeholder {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    font-weight: 400;
}

.header__search-input[type="text"]::-moz-placeholder {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    font-weight: 400;
}

.header__search-input[type="text"]:-ms-input-placeholder {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    font-weight: 400;
}

.header__search-input[type="text"]::-webkit-input-placeholder {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    font-weight: 400;
}

.icon-circle {
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.icon-circle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-circle .fa {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

.text-box {
    background: #fff;
    padding: 35px 50px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}

@media (max-width: 767px) {
    .text-box {
        padding: 35px 25px;
    }
}

.text-box__heading {
    margin-bottom: 30px;
}

.text-box__text {
    margin-bottom: 30px;
}

.text-box__text:last-of-type {
    margin-bottom: 15px;
}

.text-box__link {
    float: right;
    width: 148px;
}

.heading {
    width: 100%;
    min-height: 150px;
    padding: 35px 0;
}

@media (max-width: 767px) {
    .heading {
        padding: 50px 0;
    }
}

.heading__text {
    color: #fff;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
}

.heading-about {
    min-height: 223px;
}

.widget-wrap {
    position: absolute;
    left: 100%;
    right: -100%;
    top: 27%;
    height: 115px;
    background: #76bb0a;
}

@media (max-width: 992px) {
    .widget-wrap {
        position: initial;
        background: none;
        height: auto;
        float: left;
        width: 48%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .widget-wrap {
        width: 100%;
    }
}

.widget-wrap--bottom {
    top: 63%;
}

@media (max-width: 992px) {
    .widget-wrap--bottom {
        float: right;
    }
}

.widget-box {
    background: #009ac8;
    text-align: center;
    color: #fff;
}

.widget-box__heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 3px;
}

.widget-box__text {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.widget-box__link {
    display: block;
}

.checkbox {
    padding-left: 0;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.checkbox input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox__label {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 30px !important;
}

.checkbox__label:before {
    width: 20px;
    height: 20px;
    border: 1px solid #767777;
    background: #fff;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
    top: 2px;
}

.checkbox__label:after {
    width: 17px;
    height: 17px;
    color: #555555;
    display: inline-block;
    left: 1px;
    top: 3px;
    position: absolute;
    z-index: 1;
}

.checkbox input[type="checkbox"]:checked+label::after {
    content: url(../img/check.png);
}

.home-slider {
    position: relative;
}

@media (max-width: 767px) {
    .home-slider .imgLiquid {
        height: 270px !important;
    }
}

.home-slider__caption {
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
    -webkit-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    left: 20%;
    padding: 30px;
    z-index: 1;
    max-width: 570px;
    opacity: 0;
}

@media (max-width: 1199px) {
    .home-slider__caption {
        left: 5%;
    }
}

@media (max-width: 767px) {
    .home-slider__caption {
        max-width: 100%;
        top: auto;
        left: 0;
        bottom: 0;
        padding: 8px;
        -moz-transform: translate(0, 1em);
        -ms-transform: translate(0, 1em);
        -webkit-transform: translate(0, 1em);
        transform: translate(0, 1em);
    }
}

.home-slider__caption:before {
    content: "";
    background: #76bb0a;
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.home-slider .owl-item.active .home-slider__caption {
    opacity: 1;
    -moz-transition: opacity .8s ease-in-out .3s, -moz-transform .8s ease-in-out .3s;
    -o-transition: opacity .8s ease-in-out .3s, -o-transform .8s ease-in-out .3s;
    -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
    -webkit-transition-delay: .3s, .3s;
    transition: opacity .8s ease-in-out .3s, transform .8s ease-in-out .3s;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 767px) {
    .home-slider .owl-item.active .home-slider__caption {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.home-slider__caption-text {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .home-slider__caption-text {
        font-size: 12px;
    }
}

.home-slider__caption-text--more-about {
    font-size: 20px;
    margin: 10px 0 0 30px;
}

@media (max-width: 767px) {
    .home-slider__caption-text--more-about {
        font-size: 13px;
        margin: 3px 0 0 30px;
    }
}

.home-slider__caption-text--more-about a {
    color: #fff;
}

.home-slider__caption-text--more-about:before {
    content: ">";
    margin-right: 18px;
}

.home-slider__widget-container-wrap {
    position: relative;
}

@media (max-width: 992px) and (max-width: 992px) {
    .home-slider__widget-container-wrap {
        width: 100%;
        padding: 0;
    }
}

.home-slider__widget {
    position: absolute;
    z-index: 3;
    bottom: -46px;
    right: 15px;
    padding: 15px 50px 25px;
    max-width: 330px;
}

@media (max-width: 1199px) {
    .home-slider__widget {
        right: 1%;
        max-width: 250px;
        padding: 15px 25px 25px;
    }
}

@media (max-width: 992px) {
    .home-slider__widget {
        position: initial;
        max-width: 100%;
        padding: 15px;
    }
}

@media (max-width: 1199px) {
    .home-slider__widget-heading {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .home-slider__widget-text {
        font-size: 16px;
    }
}

.home-slider__widget-link {
    max-width: 250px;
    margin: auto;
}

@media (max-width: 1199px) {
    .home-slider__widget-link {
        font-size: 18px;
        padding: 9px 10px;
    }
}

@media (max-width: 767px) {
    .home-slider__widget-link {
        max-width: 100%;
    }
}

.home-social {
    padding: 30px 0;
    background: #fff;
}

@media (max-width: 767px) {
    .home-social {
        text-align: center;
    }
}

.home-social__link {
    float: left;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .home-social__link {
        float: none;
        margin: 0;
        font-size: 19px;
    }
}

.home-social__text {
    float: left;
    font-size: 22px;
    font-style: italic;
    color: #009ac8;
    margin: 4px 25px 0 0;
}

@media (max-width: 767px) {
    .home-social__text {
        float: none;
        margin: 4px 0 0;
    }
}

.home-social__list {
    float: left;
}

@media (max-width: 767px) {
    .home-social__list {
        float: none;
    }
}

.home-social__list-item {
    background: #009ac8;
}

.home-social__list-item .fa {
    color: #fff;
}

.home-features {
    background: #009ac8;
    padding: 70px 0;
}

.home-features__box {
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 7px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 7px 1px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 7px 1px;
    padding: 40px;
}

@media (max-width: 1199px) {
    .home-features__box {
        min-height: 510px;
    }
}

@media (max-width: 992px) {
    .home-features__box {
        margin-bottom: 30px;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .home-features__box {
        padding: 30px;
    }
}

.home-features__box-anim-2 {
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.home-features__box-anim-3 {
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.home-features__heading {
    min-height: 75px;
    margin-bottom: 15px;
}

.home-features__heading span {
    display: block;
}

@media (max-width: 1199px) {
    .home-features__heading {
        min-height: 106px;
    }
}

@media (max-width: 992px) {
    .home-features__heading {
        min-height: 0;
        margin-bottom: 25px;
    }
}

.home-features__list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.home-features__list-item:before {
    content: ">";
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
}

.home-features__list-item-link {
    font-size: 18px;
    color: #000;
}

.home-features__list-item-link:hover,
.home-features__list-item-link:focus {
    color: #76bb0a;
}

.about {
    min-height: 600px;
}

.about,
.medication {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.about__text-box {
    float: left;
    width: 585px;
    bottom: -75px;
    left: 98px;
}

@media (max-width: 992px) {
    .about__text-box {
        left: 0;
    }
}

.news {
    background: #009ac8;
    padding: 170px 0;
}

.news__text-box {
    max-width: 945px;
    margin: auto;
}

.news__text-box strong {
    font-weight: 700;
    display: block;
}

.news__text-box-heading {
    margin-bottom: 10px;
}

.medication {
    min-height: 600px;
}

@media (max-width: 1024px) {
    .about,
    .medication {
        background-attachment: scroll !important;
    }
}

@media (max-width: 767px) {
    .about,
    .medication {
        min-height: 0;
    }
}

.medication__text-box {
    float: right;
    width: 585px;
    top: -75px;
    right: 98px;
}

@media (max-width: 992px) {
    .medication__text-box {
        right: 0;
    }
}

.about-inner {
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.about-inner__wrap {
    background: #fff;
    max-width: 900px;
    margin: auto;
    position: relative;
    padding: 30px 130px;
}

@media (max-width: 992px) {
    .about-inner__wrap {
        padding: 30px 50px;
    }
}

@media (max-width: 767px) {
    .about-inner__wrap {
        padding: 30px;
    }
}

.about-inner__heading {
    margin-bottom: 20px;
}

.about-inner__text {
    margin-bottom: 35px;
}

.about-inner__text strong {
    font-weight: 700;
    display: block;
}

.about-inner__text i {
    display: block;
}

.about-inner__image {
    margin-bottom: 35px;
    width: 100%;
}

.about-inner__widget {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16%;
    max-width: 224px;
    padding: 20px 13px 15px;
}

@media (max-width: 1650px) {
    .about-inner__widget {
        left: 0;
    }
}

@media (max-width: 1365px) {
    .about-inner__widget {
        left: -115px;
    }
}

@media (max-width: 1140px) {
    .about-inner__widget {
        max-width: 155px;
        padding: 20px 7px 15px;
    }
    .about-inner__widget .link {
        height: 30px;
        font-size: 16px;
        padding: 5px 10px;
    }
}

@media (max-width: 992px) {
    .about-inner__widget {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: initial;
        max-width: 100%;
    }
}

.about-inner__widget-heading {
    margin-bottom: 12px;
}

@media (max-width: 1140px) {
    .about-inner__widget-heading {
        font-size: 18px;
        margin-bottom: 3px;
    }
}

.about-inner__widget-text {
    font-size: 15px;
    margin-bottom: 18px;
}

@media (max-width: 1140px) {
    .about-inner__widget-text {
        font-size: 13px;
        margin-bottom: 7px;
    }
}

.topic__heading {
    font-size: 28px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .topic__heading {
        font-size: 22px;
    }
}

.topic__heading a {
    color: #76bb0a;
}

.topic__heading-alignment {
    padding-left: 70px;
}

.topic__heading-icon {
    display: inline-block;
    float: right;
    margin-left: 25px;
    position: relative;
    top: 3px;
}

.topic__news {
    display: table;
    width: 100%;
}

.topic__news-item {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

@media (max-width: 992px) {
    .topic__news-item {
        display: block;
        width: 100%;
    }
}

.topic__news-item-img {
    min-height: 388px;
}

@media (max-width: 767px) {
    .topic__news-item-img {
        min-height: 250px;
    }
}

.topic__news-item-text {
    background: #009ac8;
    padding: 30px;
}

.topic__news-heading {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.topic__news-text {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.topic__news-link {
    font-size: 22px;
    color: #fff;
    float: right;
    font-weight: 700;
}

.topic__news-link:hover,
.topic__news-link:focus {
    color: #f1f1f1;
}

.topic__news-link:before {
    content: ">";
    color: #fff;
    margin-right: 20px;
}

.topic__list {
    background: #fff;
    padding: 15px 40px 15px 70px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .topic__list {
        padding: 15px 20px 15px;
    }
}

.topic__list-item {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.topic__list-item:before {
    content: ">";
    margin-right: 20px;
    color: #000;
    position: absolute;
    left: 0;
}

.topic__list-item-link {
    font-size: 22px;
    color: #000;
}

.topic__list-item-link:hover,
.topic__list-item-link:focus {
    color: #76bb0a;
}

.topic__archive-link {
    float: right;
    font-size: 18px;
    color: #009ac8;
    margin-top: 25px;
}

.topic__archive-link:before {
    content: ">";
    margin-right: 20px;
    color: #009ac8;
}

.topic__archive-link:hover,
.topic__archive-link:focus {
    color: #000;
}

.topic__archive-link--top {
    position: relative;
    top: -38px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .topic__archive-link--top {
        top: -10px;
    }
}

.register {
    background: #fff;
    padding: 75px 0;
}

.register__heading {
    font-size: 44px;
}

.register__sidebar-top {
    background: #efefef;
    padding: 20px 20px 20px 40px;
    margin-bottom: 23px;
}

@media (max-width: 767px) {
    .register__sidebar-top {
        padding: 20px;
    }
}

.register__sidebar-top-heading {
    color: #009ac8;
    text-align: center;
    margin-bottom: 12px;
}

.register__sidebar-list-item {
    font-size: 16px;
    color: 2b2b2b;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    margin-bottom: 25px;
    padding-left: 40px;
}

.register__sidebar-list-item:last-child {
    margin-bottom: 0;
}

.register__sidebar-list-item .fa {
    color: #ff6d44;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 5px;
}

.register__sidebar-bottom {
    background: #009ac8;
    padding: 12px 40px 15px;
    color: #fff;
    line-height: 1.5;
}

.register__sidebar-bottom-heading {
    font-size: 22px;
    font-style: italic;
}

.register__sidebar-bottom-text {
    color: #fff;
    font-weight: 700;
}

.register .step-1 .checkbox {
    display: inline-block;
    margin: 5px 0 25px 25px;
}

.register .step-1 .checkbox:first-of-type {
    margin: 5px 0 25px;
}

.register__subheading {
    font-size: 23px;
    font-weight: 700;
    color: #009ac8;
    margin-bottom: 30px;
}

.register__subheading a {
    float: right;
    font-size: 16px;
    color: #009ac8;
    margin-top: 8px;
}

.register__subheading--step-3 {
    margin-bottom: 15px;
}

.register .step-2-input {
    margin-top: 30px;
}

.register .step-2-input .form-group-label input {
    max-width: 100%;
}

.register .step-table {
    display: table;
    width: 85%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .register .step-table {
        width: 100%;
    }
}

.register .step-table-col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.register .step-table-col li {
    margin-bottom: 3px;
    font-size: 18px;
    color: #000;
}

@media (max-width: 767px) {
    .register .step-table-col li {
        font-size: 15px;
        word-break: break-all;
    }
}

.register .step-table-col li:first-child:first-letter {
    text-transform: uppercase;
}

.register .step-3 p {
    line-height: 1.3;
}

.register__conditions {
    position: relative;
    display: inline-block;
    bottom: -38px;
    z-index: 1;
}

@media (max-width: 767px) {
    .register__conditions {
        bottom: -10px;
    }
}

.register__conditions-link {
    color: #000;
    text-decoration: underline;
}

.register__conditions-link:hover,
.register__conditions-link:focus {
    color: #009ac8;
}

.register .form-group-steps {
    display: inline-block;
}

.search__heading {
    font-size: 44px;
    margin-bottom: 35px;
}

.search__wrap {
    background: #fff;
    padding: 50px 0;
}

.search__question-box {
    background: #009ac8;
    padding: 25px;
    margin-bottom: 35px;
}

.search__question-box-text {
    font-size: 20px;
    color: #fff;
    font-style: italic;
}

.search__form {
    margin: 45px 0 35px;
}

.search__form-question {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.search__btn-wrap--subgroup {
    padding-left: 45px;
}

.search__btn-wrap {
    max-width: 100%;
    margin-bottom: 6px;
}

.search__button {
    background: #009ac8;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 20px;
    white-space: normal;
    overflow: hidden;
    margin: 0 13px 13px 0;
}

@media (max-width: 767px) {
    .search__button {
        width: 100%;
        font-size: 13px;
    }
}

.search__button:last-child {
    margin: 0 0 13px;
}

.search__button:hover,
.search__button:focus {
    color: #fff;
    box-shadow: none;
}

.search__button.active {
    background: #ff6d44;
    padding: 6px 44px 6px 20px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.search__button.active .fa {
    visibility: visible;
    opacity: 1;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.search__button .fa {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 9px;
    font-size: 28px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .search__button .fa {
        font-size: 14px;
    }
}

.search__download {
    background: #ededed;
    padding: 20px 35px;
    text-align: center;
}

@media (max-width: 1199px) {
    .search__download {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .search__download {
        margin-top: 25px;
    }
}

.search__download-heading {
    color: #5C96BE;
    margin-bottom: 15px;
}

.search__download-link {
    font-size: 18px;
    padding: 6px 30px;
    margin-top: 15px;
}

.search__download-link img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 4px;
}

.search__result {
    background: #ededed;
    padding: 35px 0;
}

.search__result-subheading a {
    color: #009ac8;
    font-size: 22px;
    font-weight: 700;
}

.search__result-subheading a:hover,
.search__result-subheading a:focus {
    color: #000;
}

.search__result-text {
    margin-bottom: 15px;
}

.search .selectivity-input {
    display: block;
    border: 1px solid #767777;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 1px 15px;
    margin-bottom: 20px;
}

.search .selectivity-multiple-input-container {
    background: none;
}

.search #search_btn {
    border: none;
    font-size: 18px;
}

.search #search_btn:hover,
.search #search_btn:focus {
    background: #ff6d44;
}

.blog {
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 50px;
}

.blog__small-container {
    padding: 0 40px;
}

@media (max-width: 767px) {
    .blog__small-container {
        padding: 0;
    }
}

.blog__heading {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .blog__heading {
        font-size: 35px;
    }
}

.blog__date {
    font-weight: 700;
    margin-bottom: 15px;
}

.blog__image {
    width: 100%;
}

.blog__social-list {
    margin: 25px 0 15px;
    text-align: center;
}

.blog__social-list-item {
    display: inline-block;
    width: 98px;
    text-align: center;
    margin: 0 12px 10px 0;
}

.blog__social-list-item:last-child {
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .blog__social-list-item:last-child {
        margin: 0 0 4px 2px;
    }
}

@media (max-width: 1199px) {
    .blog__social-list-item {
        width: 74px;
    }
}

@media (max-width: 767px) {
    .blog__social-list-item {
        width: 48%;
        margin: 0 0 4px 2px;
    }
}

.blog__social-list-link {
    float: left;
    width: 100%;
    height: 40px;
    padding: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.blog__social-list-link .fa {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
}

@media (max-width: 767px) {
    .blog__social-list-link {
        height: 45px;
    }
}

.blog__social-list-link--more span {
    display: inline-block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .blog__social-list-link--more {
        font-size: 18px;
    }
}

.blog__social-list-item--more {
    width: 230px;
}

@media (max-width: 1199px) {
    .blog__social-list-item--more {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .blog__social-list-item--more {
        width: 48%;
    }
}

.blog__social-list-link--facebook {
    background: #3b5998;
}

.blog__social-list-link--twitter {
    background: #55acee;
}

.blog__social-list-link--google-plus {
    background: #dc4e41;
}

.blog__social-list-link--linkedin {
    background: #00a0dc;
}

.blog__social-list-link--envelope {
    background: #000;
}

.blog__text {
    margin-bottom: 25px;
}

.blog__text--bold {
    font-weight: 700;
}

.blog__news-heading {
    color: #000;
    margin-bottom: 15px;
}

.blog__news-list-item {
    color: #009ac8;
    font-weight: 700;
    line-height: 1.7;
}

.blog__news-list-item-link {
    color: #000;
}

.blog__news-list-item-link:hover,
.blog__news-list-item-link:focus {
    color: #009ac8;
}

.blog__widget {
    padding: 15px 10px 20px;
    margin: 20px 0;
}

.blog__widget-link {
    max-width: 200px;
    margin: auto;
}

.blog__widget-heading {
    margin-bottom: 12px;
}

.blog__widget-text {
    margin-bottom: 20px;
}

.publications {
    background: #fff;
    padding: 20px 0;
}

.publications__features {
    position: relative;
}

.publications__features:before {
    content: "";
    background: #ededed;
    width: 100%;
    height: 300px;
    z-index: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.publications__features-box {
    background: #009ac8;
    color: #fff;
    position: relative;
    padding: 30px 30px 80px;
}

@media (max-width: 1199px) {
    .publications__features-box {}
}

@media (max-width: 992px) {
    .publications__features-box {
        margin-bottom: 35px;
    }
}

.publications__features-box-heading {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.publications__features-box-text {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.publications__features-box-list-item {
    position: relative;
    display: inline-block;
    min-height: 40px;
    padding-left: 80px;
    margin-bottom: 20px;
}

.publications__features-box-list-icon {
    background: #ff6d44;
    position: absolute;
    left: 0;
    top: 0;
}

.publications__features-box-link {
    width: 230px;
    font-size: 18px;
    padding: 9px 20px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.publications__order {
    padding: 45px 0 25px;
}

.publications__order-heading {
    font-size: 44px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .publications__order-heading {
        font-size: 37px;
    }
}

.publications__order-subheading {
    color: #009ac8;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.publications .form-group {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.publications .form-group-order {
    float: left;
    width: 90px;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    background: #ededed;
}

.publications .form-group-order:first-child {
    margin-left: 0;
}

.publications__num-label-wrap {
    width: 33.3333%;
    float: right;
    padding: 0 15px;
}

.publications__num-label {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 30px;
}

.publications__num-label:first-child {
    margin-left: 0;
}

@media (max-width: 1199px) {
    .publications__num-label-wrap {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 210px;
    }
    .publications__order {
        position: relative;
    }
    .select-box-1 {
        margin-bottom: 46px;
    }
}

@media (max-width: 480px) {
    .publications .form-group-order {
        margin-left: 5px;
    }
    .publications__num-label {
        margin-left: 2.5px;
    }
}

.publications__price-num-label {
    font-size: 24px;
    color: #009ac8;
    font-weight: 700;
}

.publications__price-total-label {
    text-align: right;
    padding-top: 5px;
    margin-bottom: 5px;
    display: block;
    float: left;
}

.publications__num-input {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.publications__price {
    height: 48px;
    text-align: center;
    font-weight: 700;
    padding: 10px;
}

.publications__price span {
    display: inline-block;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.publications__order-form .form-group-order-total {
    width: 210px;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .publications__order-form .form-group-order-total {
        float: right;
        margin-top: 0;
    }
}

.publications__order-form .form-group-order-total p {
    text-align: right;
    padding-right: 23px;
}

.publications .checkbox {
    display: inline-block;
    margin: 5px 0 25px 25px;
}

.publications .checkbox:first-of-type {
    margin: 5px 0 25px;
}

.publications__order-places-form {
    display: table;
    width: 100%;
}

@media (max-width: 992px) {
    .publications__order-places-form {
        display: block;
    }
}

.publications__order-places-form-item {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 992px) {
    .publications__order-places-form-item {
        display: block;
        margin-bottom: 25px;
        float: left;
    }
}

.publications__widget {
    padding: 20px 20px 15px;
}

.publications__widget-heading {
    margin-bottom: 25px;
}

.publications__widget-text {
    margin-bottom: 20px;
}

.publications__widget-link {
    margin: auto;
    max-width: 170px;
}

.downloads__heading {
    margin-bottom: 15px;
}

.downloads__text {
    margin-bottom: 15px;
}

.downloads__subheding {
    color: #76bb0a;
    font-weight: 700;
    margin-bottom: 8px;
}

.downloads__list {
    margin-bottom: 30px;
}

.downloads__list-item {
    margin-bottom: 10px;
}

.downloads__list-item-link {
    color: #76bb0a;
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding: 0;
    text-decoration: underline;
}

.downloads__list-item-link:hover {
    color: #000;
}

.header {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}

.header:before {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    richness: 0;
    width: 100%;
    height: 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 7px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 7px 1px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 8px 7px 1px;
}

@media (max-width: 767px) {
    .header {
        padding: 15px 0 8px;
    }
}

.header__logo {
    float: left;
}

@media (max-width: 992px) {
    .header__logo {
        position: relative;
        top: 27px;
    }
}

@media (max-width: 767px) {
    .header__logo {
        float: none;
        display: block;
        text-align: center;
        top: 0;
    }
}

@media (max-width: 767px) {
    .header__logo img {
        max-width: 130px;
    }
}

.header__title {
    float: right;
    font-style: italic;
    color: #009ac8;
    margin: 4px 20px 0 0;
    text-align: right;
}

@media (max-width: 992px) {
    .header__title {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .header__title {
        display: none;
    }
}

.header__title-caption {
    font-size: 22px;
}

@media (max-width: 767px) {
    .header__title-caption {
        font-size: 15px;
    }
}

.header__title-text {
    font-size: 18px;
    color: #009ac8;
}

@media (max-width: 767px) {
    .header__title-text {
        font-size: 15px;
    }
}

.header__link {
    float: right;
    margin-top: 7px;
    padding: 6px 18px;
}

@media (max-width: 767px) {
    .header__link {
        position: absolute;
        top: 8px;
        padding: 6px 8px;
    }
}

@media (max-width: 767px) {
    .header__link span {
        display: none;
    }
}

.header__link img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}

@media (max-width: 767px) {
    .header__link img {
        margin: 0;
    }
}

.header .close-menu-icon {
    display: none;
}

.header__link--search {
    margin-right: 20px;
    z-index: 99;
}

.header .searchform {
    height: 100%;
}

.header__link--search .fa {
    position: fixed;
    top: 22px;
    right: 20px;
    margin-top: -8px;
    color: #fff;
}

.header__link--search .fa-times {
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .header__link--menu {
        right: 18px;
    }
    .search-open .header__link--menu {
        top: 47px;
    }
    .header__link--search {
        left: 18px;
        padding: 6px 10px;
    }
}

.header__link--search.active {
    top: 47px;
}

.header__link--search.active .fa-times {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
    visibility: visible;
    margin: -10px 0 0 -11px;
}

@media (max-width: 767px) {
    .header__link--search.active .fa-times {
        margin: -8px 0 0 -11px;
    }
}

.header .search-open {
    padding-top: 40px;
}

.header .search-open .search-input-box {
    opacity: 1;
    visibility: visible;
    z-index: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.header .search-open .cbp-hssubmenu,
.header .search-open .cbp-hsmenubg {
    top: 136px;
}

.header__search-input-wrap {
    background: #009ac8;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    padding: 3px 50px 3px;
    margin: 0;
}

.header__search-input-wrap .fa-search {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -7px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #fff;
    font-size: 14px;
}

.header__search-input-wrap .fa-search:hover {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    font-size: 20px;
    margin-top: -11px;
}

.header__search-input {
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-weight: 400;
    background: none;
    opacity: 0.9;
}

.header__search-input:focus {
    border: none;
    outline: none;
}

@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
}

.footer .contact-info {
    background: #009ac8;
    padding: 35px 0;
}

.footer .contact-info p {
    color: #fff;
}

.footer .contact-info__join {
    font-size: 22px;
}

.footer .contact-info__name {
    font-size: 17px;
    font-weight: 700;
}

.footer .contact-info__cost {
    font-style: italic;
    margin: 5px 0 20px;
}

.footer .contact-info__link-support {
    float: left;
    display: inline-block;
}

@media (max-width: 767px) {
    .footer .contact-info__link-support {
        float: none;
    }
}

.footer .contact-info__social {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .footer .contact-info__social {
        padding-top: 16px;
    }
}

.footer .contact-info__social-text {
    float: left;
    font-size: 22px;
    font-style: italic;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .footer .contact-info__social-text {
        width: 100%;
        margin: 0 0 5px 0;
    }
}

.footer .contact-info__social-item {
    background: #fff;
}

.footer .contact-info__social-item .fa {
    color: #009ac8;
}

.footer .contact-info__subscribe {
    font-size: 22px;
    margin-bottom: 15px;
}

.footer .contact-info__input {
    width: 100%;
    margin-bottom: 18px;
    color: #000 !important;
    font-weight: 400 !important;
}

@media (max-width: 767px) {
    .footer .contact-info__register-button {
        width: 100%;
    }
}

.footer .contact-info__register-button {
    padding: 8px 20px 10px;
}

.footer .logos {
    background: #fff;
    text-align: center;
    padding: 15px 0;
}

.footer .logos__list-item {
    margin-left: 70px;
}

.footer .logos__list-item:first-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    .footer .logos__list-item {
        margin-left: 20px;
    }
}

.footer .footer-bottom {
    background: #ededed;
    padding: 55px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .footer .footer-bottom {
        padding: 30px 0;
    }
}

.footer .footer-bottom__list-item {
    margin-left: 5px;
}

.footer .footer-bottom__list-item:first-child {
    margin-left: 0;
}

.footer .footer-bottom__list-item-link {
    font-size: 18px;
    color: #ff6d44;
}

@media (max-width: 767px) {
    .footer .footer-bottom__list-item-link {
        font-size: 14px;
    }
}

.footer .footer-bottom__list-item-link:hover,
.footer .footer-bottom__list-item-link:focus {
    color: #000;
}


/*# sourceMappingURL=main.css.map */

.format {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

@media (max-width: 991px) {
    .format {
        display: block;
    }
}

.format__column {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px;
}

@media (max-width: 991px) {
    .format__column {
        display: block;
        margin: 0 15px 30px;
    }
}

.downloads__list-item span {
    display: block;
    margin: 10px 0 20px;
}

.downloads__list-item span .link {
    font-size: 18px;
    padding: 0 15px;
    line-height: 40px;
}

.downloads__list-item span .link img {
    top: 5px;
    position: relative;
    top: 3px;
}

ul {
    list-style: inside disc;
}

ol {
    list-style: inside decimal;
}

.menu-list ul,
.menu-list ol {
    list-style: none;
}

li {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

a {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

.topic__list ul,
.blog__news-list,
.downloads__list,
.register__sidebar-top ul,
.home-features__list {
    list-style: none;
}

.wizard>.steps .number {
    padding: 5px;
}

.cbp-hsmenu .cbp-hsitem-open .cbp-hssubmenu {
    margin-top: 4px;
}

.menu-list .menu__sublist li {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.topic__archive-link--top {
    top: 0;
}

.topic__heading-icon {
    top: 0;
    margin-right: 15px;
}

.publications__discount.discount {
    width: 130px;
    border-radius: 0;
}

.footer__logo {
    display: block;
    height: 50px;
    margin: 50px auto 0;
    width: 125px;
}

@media (max-width: 767px) {
    .footer__logo {
        margin: 22px auto 0;
    }
}

.footer__logo img {
    width: 100%;
    height: 100%;
}

.icon-circle .fa {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    position: absolute;
}

.about-inner__text:before,
.downloads__text:before,
.text-box__text:before {
    content: "";
    clear: both;
    display: table;
}

.aligncenter {
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.alignleft {
    display: block;
    float: left;
    margin: 0;
    padding: 10px;
}

.alignright {
    display: block;
    float: right;
    margin: 0;
    padding: 10px;
}

.topic__calendar #accordion .panel {
    width: 100%;
}

.icon-circle a {
    position: relative;
}

.link__underline a {
    color: #428BC1;
}

.link__underline a:hover {
    text-decoration: underline;
}

.link__underline .widget-box__link {
    color: #fff;
}

.link__underline .widget-box__link:hover {
    color: #fff;
    text-decoration: none;
}

.link__underline .breadcrumb,
.breadcrumb li a,
.widget-wrap,
.text-box a {
    text-decoration: none;
}

.about-inner__wrap p,
.blog__small-container p {
    margin-bottom: 15px;
}

.about-inner__wrap ul,
.about-inner__wrap ol {
    margin-bottom: 10px;
}

.about-inner__wrap li {
    padding-left: 35px;
    text-indent: -35px;
}

.about-inner__wrap h1,
.blog__small-container h1,
.content h1,
.about-inner__wrap h2,
.blog__small-container h2,
.content h2,
.about-inner__wrap h3,
.blog__small-container h3,
.content h3,
.about-inner__wrap h4,
.blog__small-container h4,
.content h4,
.about-inner__wrap h5,
.blog__small-container h5,
.content h5,
.about-inner__wrap h6,
.blog__small-container h6 .content h6 {
    margin-bottom: 10px;
    margin-top: 5px;
}

.content h1 {
    font-size: 48px;
    color: #009ac8 !important;
    text-shadow: none;
}

.about-inner__wrap>img,
.blog__small-container>img,
.downloads__text>img {
    margin-top: 25px;
    margin-bottom: 25px;
}

.about-inner__text:after {
    content: "";
    display: table;
    clear: both;
}

.blog__small-container>p {
    display: block;
}

.blog__small-container>p:after {
    content: '';
    display: table;
    clear: both;
}

.breadcrumb li a {
    text-decoration: none;
}

.widget-box .widget-box__link {
    text-decoration: none;
}

#cur_cat_desc img {
    margin: 10px;
}

b,
strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}


/*------------------------------------------------------------- BERONJA FORM CHANGES------------------------------------------------------------------------------ */

.register__one {
    margin-bottom: 50px;
}

.register__input {
    border: 1px solid #979797;
    border-radius: 5px;
    display: block;
    /*    margin-bottom: 25px;*/
    width: 100%;
    color: #39393a;
    transition: 0.6s ease-in-out;
}

.register__two-radio {
    margin-bottom: 25px;
}

.register__input.register__input-smaller {
    width: 50%;
    margin-left: 40px;
    margin-top: 15px;
    /*    padding: 23px;*/
    padding-left: 70px;
    color: #2d2d2d;
    background: url(../img/euro.png) no-repeat scroll 20px center;
}

.register__input.register__input-iban {
    margin-top: 15px;
    color: #2d2d2d;
    background: url(../img/isbn.png) no-repeat scroll 70px center;
}

.iban {
    border: 1px solid #979797;
    border-radius: 5px;
    margin-bottom: 25px;
}

.iban__block {
    position: relative;
}

.register__input.iban__first,
.register__input.iban__second,
.register__input.iban__third,
.register__input.iban__fourth {
    margin-bottom: 0;
    display: inline-block;
    border-bottom: none;
    border-top: none;
    border-radius: 0;
    border-left: none;
    height: 35px;
    border-color: #d8d8d8;
    text-align: center;
}

.register__input.iban__first {
    width: 15%;
    margin-left: 1px;
    /*    border-bottom: 2px solid green;*/
    /*    border-bottom-width: 0;*/
}

.register__input.iban__first:hover {
    border-bottom-width: 1px;
}

.register__input.iban__second {
    width: 15%;
    /*    border-bottom: 2px solid green;*/
    margin-left: -4px;
}

.register__input.iban__third {
    width: 25%;
    /*    border-bottom: 2px solid green;*/
    margin-left: -4px;
}

.register__input.iban__fourth {
    width: 44%;
    border: none;
    /* border-bottom: 2px solid green; */
    margin-left: -4px;
}

.register__submit {
    background: rgba(255, 109, 68, 0.8);
    font-size: 22px;
    padding: 12px;
    border-radius: 5px;
    width: 100%;
    color: white;
    transition: 0.6s ease-in-out;
    position: relative;
}

.register__submit.active {
    background: #ff6d44;
    transition: 0.6s ease-in-out;
}

.register__submit.sent {
    background: #76bb0a;
}

.register__submit span {
    transition: 0.6s ease-in-out;
}

h2.register__heading {
    font-size: 24px;
    margin-bottom: 50px;
}

h2.register__heading span {
    font-size: 12px;
    font-weight: 400;
}

.register__one .more {
    /*
    position: absolute;
    right: -50px;
    top: 30px;
    transform: translate(-50%, -50%);
*/
}

.register__one .help__message {
    position: absolute;
    right: -50px;
    top: 30px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.register__two .help__message {
    position: absolute;
    right: -42px;
    top: 20px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.register__two .more {
    /*
    top: 20px;
    position: absolute;
    right: -40px;
    transform: translate(-50%, -50%);
*/
}

.popover {
    /*
    transform: translate(90%, 0%);
    left: 82px!important;
*/
    background-color: #009ac8;
}

.popover-content {
    color: white;
    font-family: 'PT Sans', sans-serif!important;
    font-weight: 400;
    font-size: 11px;
    padding: 10px;
    backface-visibility: hidden;
}

.arrow {
    left: 23%!important;
}

.popover.top .arrow:after {
    border-top-color: #009ac8;
}

.register__one .popover.top {
    width: 180px;
    left: -190%!important;
}

.register__two .popover.top {
    width: 180px;
    left: -210%!important;
}

.register__two .arrow {
    left: 25%!important;
}

.input__block--half {
    display: inline-block;
    width: 47%;
    position: relative;
    margin-bottom: 25px;
}

.input__block--half:nth-child(even) {
    float: right;
}

.input__block {
    position: relative;
    margin-bottom: 25px;
}

textarea.register__input {
    max-width: 100%;
    height: 100px;
    outline: none;
    padding: 10px;
}

small {
    font-size: 12px;
}

input:focus~.floating-label,
input:not(:focus):valid~.floating-label,
textarea:focus~.floating-label
/*textarea:not(:focus):valid~.floating-label*/

{
    top: -15px;
    bottom: 10px;
    left: 10px;
    font-size: 11px;
    opacity: 1;
}

#Tussenvoegsel~span {
    left: 10px;
    top: 10px;
    font-size: 16px;
    transition: 0.2s ease all;
}

#Tussenvoegsel:focus~.floating-label,
textarea.floating-label {
    top: -15px;
    bottom: 10px;
    left: 10px;
    font-size: 11px;
    opacity: 1;
}

.register__input {
    font-size: 22px;
    width: 100%;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    transition: 0.2s ease all;
    color: #898989
}

.register__four p {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}

.register__four h2 {
    margin-bottom: 20px;
}

.register__four label {
    color: #898989;
    font-size: 16px;
}

.radio-label-3 {
    color: #898989;
    font-size: 16px;
}

.gray-centered {
    text-align: center;
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
}

.first__block,
.second__block,
.third__block,
.fourth__block {
    display: flex;
    overflow: hidden;
}

.fourth__block .side {
    padding-right: 37px;
}

.ui-datepicker-year {
    display: block;
    transform: translateX(-50%);
    margin-left: 50%!important;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 3px;
    right: 0;
    cursor: pointer;
}

.paragraph {
    margin-left: 8%;
}


/* ----------------------------------------------------------------------------SIDE STEPS---------------------------------------------------------------------- */

.side_div {
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    border-left: 1px solid #979797;
    margin-left: 7px;
    transition: 0.6s ease-in-out;
}

.side p {
    margin-left: -15px;
    padding: 0px;
    padding-top: 7px;
    padding-left: 17px;
    border-radius: 100%;
    background-color: white;
    width: 45px;
    height: 45px;
    color: white;
    border: 1px solid #979797;
    color: #979797;
    transition: 0.6s ease-in-out;
}

.last {
    position: absolute;
    bottom: 0;
}

.last svg {
    margin-left: -8px;
    margin-top: 5px;
}

.last svg path {
    transition: 0.6s ease-in-out;
}

.correct svg path {}

.correct .side p {
    color: white;
    background-color: #ff6d44;
    border-color: #ff6d44;
}

.final__correct .side p {
    background-color: #76bb0a;
    border-color: #76bb0a;
}

.correct .side_div {
    border-color: #009ac8;
}

.correct-line div {
    border-color: #009ac8;
}


/* -----------------------------------------------------------------------------ERROR MESSAGE----------------------------------------------------------------------- */

.error__msg {
    margin-left: 50px;
    background-color: #f64744;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
    height: 0;
    /*    height: 55px;*/
    transition: 0.6s ease-in-out;
}

.error__msg-half {
    width: 213%;
}

.error__msg p {
    padding: 10px;
    color: white;
    font-size: 0;
    /*    font-size: 22px;*/
    font-weight: 400;
    transition: 0.6s ease-in-out;
}

.error__msg-active50 {
    height: 50px;
}

.error__msg-active90 {
    height: 90px;
}

.error__msg-active50 p,
.error__msg-active90 p {
    font-size: 22px;
}

.error_line {
    border-bottom: 4px solid #f64744!important;
}


/* ------------------------------------------------------RADIO BUTTON-------------------------------------------------------------------- */

.radio {
    margin: 0.5rem;
    display: inline-block;
    margin-top: 0!important;
    padding-left: 0;
}

.checkbox.radio__block {
    border-bottom: none;
}

.checkbox .radio-label {
    width: 90%;
}

.radio__block {
    display: block;
    border-bottom: 1px solid #979797;
    padding: 15px 0;
    position: relative;
    transition: 0.6s ease-in-out;
}

.radio__block label {
    display: inline-block;
    width: 60%;
    margin-left: 40px;
    text-indent: -40px;
    line-height: 23px;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]+.radio-label-check:before {
    border-radius: 20%;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 3px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.radio-label:hover::before {
    border: 1px solid #009ac8!important;
}


/* ------------------------------------------------------------------CORRECT SIGN CHECKBOX---------------------------------------------------------------------------- */

#cbx,
#cbx1 {
    visibility: hidden;
    position: absolute;
}

.cbx {
    position: relative;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 2px solid #979797;
    border-radius: 5px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
    transition: border 0.6s ease-in-out;
}

.cbx:hover {
    border: 2px solid #76bb0a;
}

.cbx__error {
    border: 2px solid #f64744;
}

.cbx:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

.lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 40px;
    margin-top: -20px;
    color: #898989;
    font-size: 16px;
    margin-bottom: 50px;
}

.register__four .lbl {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
}

.register__four .cntr {
    margin-bottom: 50px;
}

#cbx:checked~.cbx,
#cbx1:checked~.cbx {
    border-color: transparent;
    background: #76bb0a;
    animation: jelly 0.6s ease;
}

#cbx:checked~.cbx:after,
#cbx1:checked~.cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
}

.cntr {
    padding: 10px;
}

.cntr label {
    margin-bottom: 0;
}

@-moz-keyframes jelly {
    from {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
        -ms-transform: scale(1.25, 0.75);
        -webkit-transform: scale(1.25, 0.75);
        -moz-transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
        -ms-transform: scale(0.75, 1.25);
        -webkit-transform: scale(0.75, 1.25);
        -moz-transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
        -ms-transform: scale(1.15, 0.85);
        -webkit-transform: scale(1.15, 0.85);
        -moz-transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
        -ms-transform: scale(0.95, 1.05);
        -webkit-transform: scale(0.95, 1.05);
        -moz-transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
        -ms-transform: scale(1.05, 0.95);
        -webkit-transform: scale(1.05, 0.95);
        -moz-transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
}

@-webkit-keyframes jelly {
    from {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
        -ms-transform: scale(1.25, 0.75);
        -webkit-transform: scale(1.25, 0.75);
        -moz-transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
        -ms-transform: scale(0.75, 1.25);
        -webkit-transform: scale(0.75, 1.25);
        -moz-transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
        -ms-transform: scale(1.15, 0.85);
        -webkit-transform: scale(1.15, 0.85);
        -moz-transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
        -ms-transform: scale(0.95, 1.05);
        -webkit-transform: scale(0.95, 1.05);
        -moz-transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
        -ms-transform: scale(1.05, 0.95);
        -webkit-transform: scale(1.05, 0.95);
        -moz-transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
}

@-o-keyframes jelly {
    from {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
        -ms-transform: scale(1.25, 0.75);
        -webkit-transform: scale(1.25, 0.75);
        -moz-transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
        -ms-transform: scale(0.75, 1.25);
        -webkit-transform: scale(0.75, 1.25);
        -moz-transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
        -ms-transform: scale(1.15, 0.85);
        -webkit-transform: scale(1.15, 0.85);
        -moz-transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
        -ms-transform: scale(0.95, 1.05);
        -webkit-transform: scale(0.95, 1.05);
        -moz-transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
        -ms-transform: scale(1.05, 0.95);
        -webkit-transform: scale(1.05, 0.95);
        -moz-transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
}

@keyframes jelly {
    from {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
        -ms-transform: scale(1.25, 0.75);
        -webkit-transform: scale(1.25, 0.75);
        -moz-transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
        -ms-transform: scale(0.75, 1.25);
        -webkit-transform: scale(0.75, 1.25);
        -moz-transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
        -ms-transform: scale(1.15, 0.85);
        -webkit-transform: scale(1.15, 0.85);
        -moz-transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
        -ms-transform: scale(0.95, 1.05);
        -webkit-transform: scale(0.95, 1.05);
        -moz-transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
        -ms-transform: scale(1.05, 0.95);
        -webkit-transform: scale(1.05, 0.95);
        -moz-transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
}


/* ----------------------------------------------------------------------CALENDAR----------------------------------------------------------------------------- */

.ui-widget {
    font-family: 'PT Sans', sans-serif!important;
    color: #979797!important;
    font-weight: 400;
}

.ui-datepicker-calendar {
    border: none;
}

.ui-state-default {
    border: none!important;
    background: none!important;
}

.ui-state-active {
    border: 1px solid #979797!important;
    border-radius: 5px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none!important;
}

.ui-datepicker-title {
    color: #979797;
}

#ui-datepicker-div {
    box-shadow: 2px 3px 5px 2px #888888;
}


/* --------------------------------------------------------------------------------- VALIDATION CLASSES-------------------------------------------------------------- */

.input-correct {
    border-bottom: 4px solid #76bb0a!important;
}

.input-wrong {
    border-bottom: 4px solid #f64744!important;
}


/* ------------------------------------------------------------------------------- LOADER ---------------------------------------------------------------------------- */


/* -------------------------------------------------------------------- LOADER WHITE ---------------------------------------------------------------- */

.loader__white {
    color: #ffffff;
    font-size: 4px;
    margin: 0px auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    -ms-animation: load4 1.3s infinite linear;
    -moz-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.other__form{
     left: 40%;
}


/* -------------------------------------------------------------------- LOADER GREEN ---------------------------------------------------------------- */

.loader__green {
    color: #76bb0a;
    font-size: 4px;
    margin: 0px auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    -ms-animation: load4 1.3s infinite linear;
    -moz-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    right: -25px;
    top: 20px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.correct__green {
    color: #76bb0a;
    margin: 0px auto;
    border-radius: 50%;
    position: absolute;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    right: -35px;
    top: 20px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 0;
    transition: 0.6s ease-in-out;
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.gray-centered a {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    transition: 0.6s ease-in-out;
}

.gray-centered a:hover {
    color: #1188bc;
}


/* ------------------------------------------------------------------------------ MODAL ------------------------------------------------------------------------ */

div.modal__heading {
    background-color: #76bb0a;
    text-align: center;
    padding: 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal__heading h3 {
    color: white;
    line-height: 32px;
}

.modal-dialog.modal-lg {
    width: 50%;
}

.modal__body .modal__description {
    padding: 35px;
}

.modal__body {
    text-align: center;
    overflow: hidden;
}

.modal__inner {
    text-align: left;
    margin-bottom: 30px;
}

.modal__inner:nth-child(even) {
    padding: 0px 25px 50px 50px;
    border-right: 1px solid #d8d8d8;
}

.modal__inner:nth-child(odd) {
    padding: 0px 50px 50px 25px;
}

.modal__inner h4 {
    color: #000000;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.modal__inner a {
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    display: block;
    margin-bottom: 5px;
}

.modal__inner a:hover {
    color: #009ac8;
}

.modal__inner a span {
    color: #009ac8;
}

.modal__body .submit {
    background: rgba(255, 109, 68, 1);
    color: white;
    padding: 15px 100px;
    margin: 15px;
    border-radius: 5px;
}

.clear {
    margin-bottom: 40px;
    clear: both;
}

.modal-content {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.submit__div {
    margin-bottom: 50px;
}


/* ---------------------------------------------------------------- SAFARI ----------------------------------------------------------------------------------- */

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.cntr.cntr1 .error__msg {
    margin-left: 40px;
    width: 106%;
}


/* ---------------------------------------------------------------- RESPONSIVE ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
    .cntr.cntr1 .error__msg {
        width: 108%;
    }
    .register__four .lbl {
        margin-top: -30px;
        margin-left: 40px;
    }
    #Postcode~.error__msg-active50,
    #Huisnummer~.error__msg-active50,
    #email~.error__msg-active50,
    #phone_number~.error__msg-active50,
    .iban~.error__msg-active50 {
        height: 90px;
    }
    .register__input {
        font-size: 17px;
    }
    .register .iban input[type="text"]::-moz-placeholder,
    .register .iban input[type="text"]:-moz-placeholder,
    .register .iban input[type="text"]:-webkit-placeholder {
        font-size: 17px;
    }
    .register .iban input[type="text"]::-webkit-input-placeholder {
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px) {
    .register__input.iban__second {
        margin-left: -4px;
    }
}

@media screen and (max-width: 991px) {
    .cntr.cntr1 .error__msg {
        margin-left: 40px;
        width: 104%;
    }
    .register__four .lbl {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 20px;
    }
    .error__msg-active90 {
        height: 50px;
    }
    #Postcode~.error__msg-active50,
    #Huisnummer~.error__msg-active50,
    #email~.error__msg-active50,
    #phone_number~.error__msg-active50,
    .iban~.error__msg-active50 {
        height: 50px;
    }
    .register .iban input[type="text"]::-moz-placeholder,
    .register .iban input[type="text"]:-moz-placeholder,
    .register .iban input[type="text"]:-webkit-placeholder {
        font-size: 25px;
    }
    .register .iban input[type="text"]::-webkit-input-placeholder {
        font-size: 25px;
    }
    .paragraph {
        margin-left: 5%;
    }
    .modal-dialog.modal-lg {
        width: 80%;
    }
    .modal__inner:nth-child(odd) {
        padding: 0px 50px 50px 50px;
    }
    .register__one .popover.top,
    .register__two .popover.top {
        left: -81px!important;
    }
    .popover.top .arrow {
        margin-left: -11px!important;
        left: 50%!important;
    }
}

@media screen and (max-width: 768px) {
    .error__msg-active90 {
        height: 90px;
    }
    .modal__body .submit {
        display: block;
        padding: 15px 0;
    }
    .register .iban input[type="text"]::-moz-placeholder,
    .register .iban input[type="text"]:-moz-placeholder,
    .register .iban input[type="text"]:-webkit-placeholder {
        font-size: 17px;
    }
    .register .iban input[type="text"]::-webkit-input-placeholder {
        font-size: 17px;
    }
    .modal-dialog.modal-lg {
        margin-left: 50%;
        transform: translateX(-50%)!important;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    .register__one .popover.top,
    .register__two .popover.top {
        left: -150px!important;
    }
    .popover.top .arrow {
        margin-left: 105px!important;
        left: 23%!important;
    }
    .register__one .help__message,
    .register__two .help__message {
        right: -30px;
    }
}

@media screen and (max-width: 555px) {
    .cntr.cntr1 .error__msg {
        margin-left: -10px;
        width: 106%;
    }
    #Postcode~.error__msg-active50,
    #Huisnummer~.error__msg-active50,
    #email~.error__msg-active50,
    #phone_number~.error__msg-active50,
    .iban~.error__msg-active50 {
        height: 90px;
    }
    .error__msg {
        margin-left: 0px;
    }
    .floating-label,
    #Tussenvoegsel~span {
        top: 12px;
        font-size: 12px;
    }
    .register__input {
        font-size: 12px;
    }
    .register .iban input[type="text"]::-moz-placeholder,
    .register .iban input[type="text"]:-moz-placeholder,
    .register .iban input[type="text"]:-webkit-placeholder {
        font-size: 12px;
    }
    .register .iban input[type="text"]::-webkit-input-placeholder {
        font-size: 12px;
    }
}

@media screen and (max-width: 426px) {
    .register__four .lbl {
        margin-top: -35px;
        margin-left: 40px;
    }
}


/* PUBLICITES FORM */]

#btn_submit_form{
    position: relative;
}