.home-slider {
    background: #F8F8F8;
    height: 638px;
    margin-top: 84px;
}

.home-slider-row {
    margin-top: 84px;
}


.home-slider .owl-item.active .slider-image {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
}
.home-slider .slider-content {
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    margin-top: 80px;
}
.home-slider .slider-title {
    font-size: 7vh;
    font-weight: 800;
    color: #fff;
    padding: 30px;
    display: inline-block;
    max-width: 100%;
    text-align: center;
}
.home-slider .slider-title span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.home-slider .slider-title b {
    font-weight: 400;
}
.home-slider .slider-text {
    font-size: 15px;
    background: #fff;
    color: #555;
    padding: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.home-slider .button {
    margin-top: 20px;
}
.home-slider .button .btn {
    margin-right: 15px;
    position: relative;
    z-index: 2;
}
.home-slider .button .btn:last-child{
    margin:0;
}
/* Slider Animation */
.home-slider .owl-item.active .slider-title{
    animation: fadeInLeft 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text{
    animation: fadeInLeft 1s  both 1.2s;
}
.home-slider .owl-item.active .button{
    animation: fadeInUp 1s  both 1.5s;
}

.single-course-first {
    margin-top: 5px;
}

.event-content {
    text-transform: uppercase;
}

.single-widget.opening-times {
    margin-top: 43px;
}

.clear {
    clear: both;
}
.footer .list li a:hover {
    color: #323835
}

@media only screen and (max-width: 767px) {
    .home-slider .slider-content {
        margin: 15px 0 0;
    }
    .home-slider .slider-title {
        padding: 15px;
    }
    .home-slider {
        height: 462px;
        margin-top: 27%;
    }
    .section {
        padding-top: 45px;
    }

    .header .logo {
        margin-top: 7px;
    }

    .logo img {
        max-height: 58px;
    }
}

.mobile-menu {
    margin-top: 27px;
}

.page-item.active .page-link {
    background-color: #05C46B;
    border-color: #05C46B;
}

.certificates .pagination li {
    float: left;
    margin-right: 0;
}

.how-to-pay {
    text-align: center;
}

.how-to-pay .col-6{
     border-left: 1px solid #e0e0e0;
}

.how-to-pay .col-6.border-right{
    border-right: 1px solid #e0e0e0;
}

.how-to-pay h3{
    font-size: 26px;
    margin-bottom: 30px;
}

.how-to-pay h4{
    font-size: 24px;
    margin-top: 20px;
    color: #12780e;
}

.how-to-pay p{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 8px;
}

.how-to-pay img {
    max-width: 100%;
    width: 450px;
}

.events.conferences p{
    min-height: 50px;
}

.events.conferences .event-date p span {
    text-transform: capitalize;
}

.section.conferences.conf-active {
    padding-bottom: 10px;
}

.main-block div.col-3 {
    padding: 0 8px;
}

.main-block div.single-course {
    padding: 0;
}

.main-block .card-header,
.main-block .card-body,
.main-block .card-footer {
    padding: 0;
    border: 0;
    background: initial;
}

.main-block .card-header:first-child,
.main-block .card-body:first-child,
.main-block .card-footer:first-child {
    border-radius: initial;
}

.main-block .card-header {
    background: #05C46B;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 9px 0;
    text-transform: uppercase;
    height: 70px;
    line-height: 50px;
    font-size: 22px;
}

.main-block .card-body {
    padding: 15px 6px;
}

.card-body.genezum-logo {
    text-align: center;
    margin: 0 auto;
}

.card-body.genezum-logo img {
    width: 70%;
}

.conf_back {
    font-size: 24px;
}

.circle{
    background: #ffffff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 35px;
    color: #334f42;
    font-weight: bold;
    height: 70px;
    text-align: center;
    width: 70px;
    border-color: #59d39b;
    border-style: solid;
    line-height: 62px;
    border-width: 4px;
    -webkit-box-shadow: 2px 3px 8px 0 rgba(50, 50, 50, 0.46);
    -moz-box-shadow: 2px 3px 8px 0 rgba(50, 50, 50, 0.46);
    box-shadow: 2px 3px 8px 0 rgba(50, 50, 50, 0.46);
    font-size: 23px;
    display: block;
    margin: 0 auto;
}

.numbers div {
    text-align: center;
}

.vertical-slider {
    margin-top: 50px;
}

.tabs {
    margin: 0 20px;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.tabs nav {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #05C46B;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
    width: 230px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.tabs nav a {
    padding: 30px 15px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
    border-left: 3px solid #086d3e;
    border-right: 3px solid #086d3e;
}

.tabs nav a:first-child {
    border-top: 3px solid #086d3e;
    border-top-left-radius: 7px;
}

.tabs nav a:last-child {
    border-bottom: 3px solid #086d3e;
    border-bottom-left-radius: 7px;
}

.tabs nav a:hover {
    background: #ffffff;
    color: #000000 !important;
    border-right: 0;
}

.tabs nav a.selected {
    background: #ffffff;
    color: #000000;
    border-right: 0;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.tabs nav a.selected:hover {
    color: #000000;
}

.tabs .content {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 230px;
    color: #000000;
    width: 0;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.1s linear 0s;
    border-top: 3px solid #086d3e;
    border-bottom: 3px solid #086d3e;
    border-right: 3px solid #086d3e;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    background: #ffffff;
}

.tabs .content.visible {
    padding: 20px;
    width: calc(100% - 230px);
    overflow: hidden;
    opacity: 1;
}

.tabs .content p { padding-bottom: 2px; }

.tabs .content p:last-of-type { padding-bottom: 0; }

.article.section {
    padding: 30px 0;
    font-size: 16px;
}

.article.section h1{
    font-size: 22px;
    margin-top: 10px;
}

.article-text img{
    padding: 15px 0;
}

.panel-article {
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.panel-article .faq-heading .faq-title a {
    background: #05C46B;
    padding: 15px;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    width: 100%;
    display: block;
    font-weight: 700;
    text-decoration: none;
}

.panel-article .faq-title a i {
    margin-right: 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.article-footer {
    text-align: right;
    width: 100%;
    display: block;
}

.random_articles li {
    line-height: 1.3em;
    padding-bottom: 12px;
}

.random_articles a {
    font-size: 13px;
    color: #555;
}

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

.article-text {
    text-align: justify;
}
.article-text p {
    padding: 5px 0;
}

.article-text ul, .article-text ol {
    margin-left: 17px;
}

.info_block_authors {
    text-align: right;
    font-size: 13px;
    line-height: 1.3em;
    float: right;
    margin-bottom: 10px;
}

.info_block {
    width: 480px;
    max-width: 100%;
    text-align: right;
    font-size: 13px;
    line-height: 1.3em;
    float: right;
    margin-bottom: 10px;
}

.info_block_authors p span, .info_block p span {
    font-size: 13px !important;
    line-height: 1.3em !important;
    font-family: 'Roboto', sans-serif !important;
}

.author_name {
    font-size: 14px;
    font-weight: bold;
}

.conf_info {
    padding: 7px 0;
    font-style: italic;
}

.breadcrumbs.article-bread {
    padding-top: 83px;
}

.articles_list {
    font-size: 14px;
}

.articles_list, .articles_list li{
    list-style: decimal;
}

.articles_list li{
    margin-bottom: 8px;
}

.articles_list a{
    color: #0960ba;
}

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

.googleBannerSticky {
    width: 100%;
    visibility: hidden;
    text-align: center;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
}

.googleBannerSticky_close {
    width: 14px;
    height: 14px;
    background: #fff url(/assets/images/close.svg) no-repeat;
    background-size: 8px 8px;
    background-position: 2px;
    border-radius: 3px 0 0 0;
    position: absolute;
    top: -12px;
    left: 3px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
}

mark, ins {
    background: #ffffff;
    text-decoration: none;
}

.temp_rectangle {
    border: 2px solid #00b815;
    border-radius: 25px;
    padding: 12px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.temp_rectangle:hover {
    color: #f8f8f8;
    background-color: #05C46B;
}

.left_rect {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
    border-right: 0;
}

.right_rect {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#step1, #step2, #step3, #step4, .submit_super_form, #pay_by_code_enter {
    width: 100%;
    display: none;
}

#step1 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#registration-area .btn.btn-success, #registration-area .btn.btn-dark {
    max-width: 100%;
    white-space: initial;
    width: 520px;
    margin: 5px auto;
}

.conference-answers {
    font-size: 18px;
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 10px;
}

.conference-answers li{
    margin-top: 10px;
}

.conference-answers h4{
    text-align: center;
    margin-bottom: 25px;
}

.conference-answers:hover {
    color: #111;
    background-color: #ffffff;
    border-color: #d39e00;
}

#members_count {
    display: block;
    border: 1px solid #00b815;
    border-radius: 5px;
    padding: 12px;
    margin: 5px;
    font-weight: bold;
    width: 33%;
}

.register-today .form {
    display: block;
    float: left;
}

#registration-area {
    width: 966px;
    margin: 0 auto;
    max-width: 100%;
}

.faq-main {
    margin-bottom: 20px;
}

.conf_register {
    margin: 10px auto 0;
    display: block;
    width: 400px;
    font-size: 10pt;
    padding: 14px 17px;
    max-width: 320px;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 2px solid #00b815;
    border-radius: 25px;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    width: 33%;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: 2px solid #00b815;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}

.step_2_block {
    width: 340px;
    margin: 0 auto;
}

.step_2_block div {
    width: 100%;
    flex-direction: row;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.label_rectangle.step2 {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.pay_by_code_if {
    margin: 20px auto;
    width: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.pay_by_code {
    margin: 0 auto;
    width: 44%;
    max-width: 420px;
    border-color: #cfe8db;
    color: #6d6d6d;
}

.pay_by_code:hover {
    border-color: #00b815;
}

.member_header {
    font-size: 20px;
    padding: 20px;
}

.error_field{
    border: 2px solid #d23e0c !important;
}

#pay_by_code_value {
    width: 200px;
    margin: 10px auto;
    display: block;
    border: 1px solid #00b815;
    border-radius: 5px;
    padding: 12px;
    font-weight: bold;
    text-align: center;
}

#pay_by_code_submit {
    width: 180px;
    margin: 10px auto;
    display: block;
    border: 1px solid #00b815;
    border-radius: 5px;
    padding: 6px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

#pay_by_code_error {
    font-size: 12px;
    color: red;
    display: none;
    text-align: center;
    width: 200px;
    margin: 1px auto;
}

.theses_block {
    font-size: 18px;
}

.theses_block label {
    display: block;
}

.show_pay_code {
    margin: 20px 50px;
    font-size: 18px;
}

.show_pay_code .code {
    font-size: 30px;
    color: red;
}

.show_pay_code .date {
    font-size: 24px;
    font-style: italic;
    text-decoration: underline;
}

.register-today .alert-warning {
    font-size: 16px;
    padding: 8px;
}

.input-wrapper {
    display: inline-block;
    vertical-align: top;
}

#certificate_code, #certificate_surname, .certificate_error {
    width: 300px;
    max-width: 100%;
}

.certificate_error {
    display: none;
    font-size: 14px;
    color: #b82424;
    height: 60px; /* Reserve space for the error message */
    overflow: hidden; /* Prevents the text from overflowing */
}

/*test*/
