/*
Theme Name:   Seminar-bio-rad
Theme URI:    https://seminar-bio-rad.algimed.kz/
Description:  Дочерняя тема для Illdy
Author:       Artsem
Author URI:   artsemyakautsou@gmail.com
Template:     illdy
Version:      1.0.0
Text Domain:  seminar-bio-rad
*/

::-moz-selection {
    color: #3F6F67;
    background: #f1f4ef;
    cursor: copy;
}

::selection {
    color: #3F6F67;
    background: #f1f4ef;
    cursor: copy;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #9f9f9f;
    background-color: #9f9f9f;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #135141;
    background-color: #135141;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

::-webkit-scrollbar-track {
    border-width: 0;
}

::-webkit-scrollbar-track:hover {
    background-color: #f9f9f9;
}

#header .bottom-header {
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

#header .top-header {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.6);
}

#header .is-sticky .top-header {
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
}

#header .top-header .header-navigation>ul {
    margin-top: 0;
}

#header .top-header .header-navigation ul li {
    line-height: 1;
    font-weight: 600;
}

#header .top-header .header-navigation ul li a {
    color: #3F6F67;
    font-size: 18px;
    line-height: 1;
    font-family: "Lato";
}

#header .bottom-header h1 {
    line-height: 1.4;
    font-weight: 600;
    font-size: 42px;
    text-shadow: 1px 2px #000;
    font-family: 'FontAwesome';
    letter-spacing: .2px;
    word-break: auto-phrase;
}

#header .bottom-header .section-description {
    line-height: 1.4;
    margin-bottom: 50px;
    font-size: 22px;
    text-shadow: 1px 2px #000;
    letter-spacing: .2px;
    font-family: 'FontAwesome';
}

#header .bottom-header .header-button-one {
    padding: 0 50px;
    border: none;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 1px 1px #000;
    letter-spacing: .2px;
    font-family: 'FontAwesome';
    transition: color 0.3s ease;
}

.header-button-one::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #CBE2DE transparent transparent transparent;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.header-button-one:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(5px);
}

#header .top-header .header-navigation ul li {
    margin-left: 25px;
}

a {
    color: #8c9597;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

a:hover {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
a:focus, a:target {
  outline: 0!important;
  outline-offset: 0!important;
}

p {
    text-align: justify;
    color: #54595F;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.6;
}

#header.header-front-page .bottom-header .header-button-one {
    background-color: #CBE2DE !important;
    color: #3F6F67 !important;
    line-height: 63px;
    text-shadow: none;
    font-weight: 600;
}

#header.header-front-page .bottom-header .header-button-one:hover {
    background-color: #3F6F67 !important;
    color: #CBE2DE !important;
}

.title-h2 {
    font-size: 29px;
    color: #54595F;
    text-align: center;
    margin: 40px auto 10px;
    line-height: 1.5;
    text-decoration: underline;
}

h6 {
    font-weight: 600;
    color: #54595F;
    text-align: center;
    margin: 15px auto 15px;
}

.bottom-footer {
    padding: 10px 0;
}

.bottom-copyright {
    font-size: 14px;
    text-align: center;
}

.bio-rad {
    font-weight: 600;
    color: #3F6F67;
}

.person {
    width: 220px;
}

.elementor .person-image img {
    border-radius: 50%;
    filter: brightness(0.9);
}

.elementor-widget-image a img[src$=".svg"] {
    width: 100% !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 200px;
}

figcaption.widget-image-caption.wp-caption-text {
    margin-top: 20px;
    text-align: center;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.main-timeline .no-circle .img {
    width: 90%;
}

.elementor-widget-image a img[src$=".svg"]:hover {
    filter: brightness(0.7);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-link-site {
    background-color: #CBE2DE;
    padding: 2px 5px;
    color: #3F6F67;
    border-radius: 5px;
}

.main-link-site:hover,
.main-link-site:focus {
    color: #CBE2DE;
    background-color: #3F6F67;
}

p.notice-p {
    margin: 0 auto 0;
}

.elementor-alert.elementor-alert-warning {
    border-radius: 10px;
}

.wrap-logo-flex {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
    flex-wrap: wrap;
}

.elementor .img-conference {
    border-radius: 15px;
    margin: 20px 0;
    padding: 0 10px;
    filter: brightness(0.9);
}

.elementor .img-gratitude {
    margin: 20px auto;
    padding: 0 10px;
}

.wrap-logo-flex div {
    background-color: #CBE2DE;
    border-radius: 10px;
    padding: 10px;
    max-width: 180px;
}

a.logo-link img {
    height: 120px;
    border-radius: 10px;
    filter: grayscale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

h3.logo-title {
    font-size: 18px;
    text-align: center;
    color: #3F6F67;
    font-weight: 600;
    line-height: 1;
    margin: 10px 0 0;
}

a.logo-link:hover img {
    filter: grayscale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border-radius: 10px;
}

h3.title-product {
    font-size: 18px;
    margin: 10px auto 0;
    line-height: 1.6;
    color: #54595F;
}

.wrap-product img {
    border-radius: 10px !important;
    max-height: 300px;
}

.img-product-link img {
    filter: brightness(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.img-product-link:hover img {
    filter: brightness(0.95);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.link-product {
    background-color: #3F6F67;
    color: #CBE2DE;

    border-radius: 10px;
    padding: 8px 30px;
    min-width: 180px;

    margin: 20px auto 0;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

a.link-product:hover {
    background-color: #CBE2DE;
    color: #3F6F67;
}

.main-timeline {
    position: relative;
}

.main-timeline:before,
.main-timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #CBE2DE;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #CBE2DE;
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}

.main-timeline .timeline:last-child:before {
    top: auto;
    bottom: 0;
}

.main-timeline .timeline:last-child:nth-child(even):before {
    right: auto;
    left: -12px;
    bottom: -2px;
}

.main-timeline .timeline-content {
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.main-timeline .timeline-content:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #CBE2DE;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}

.main-timeline .circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #CBE2DE;
    float: left;
    margin-right: 25px;
    position: relative;
}

.main-timeline .circle:before {
    content: "";
    width: 26px;
    height: 30px;
    background: #CBE2DE;
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}

.main-timeline .circle span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 1.7;
    color: #454344;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-timeline .circle span:before,
.main-timeline .circle span:after {
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}

.main-timeline .circle span:after {
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}

.main-timeline .circle .img {
    vertical-align: initial;
    border-radius: 50%;
}

.main-timeline .no-circle .img {
    border-radius: 0;
}

.main-timeline .content {
    display: table;
    padding-right: 40px;
    position: relative;
}

.main-timeline .year {
    display: block;
    padding: 10px;
    margin: 10px 0 50px 0;
    background: #CBE2DE;
    border-radius: 7px;
    font-size: 18px;
    color: #3F6F67;
    font-weight: 600;
}

.main-timeline .title {
    font-size: 20px;
    font-weight: bold;
    color: #54595F;
    margin-top: 0;
}

.main-timeline .description {
    font-size: 14px;
    color: #54595F;
    text-align: justify;
    margin: 0;
}

.main-timeline .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #CBE2DE;
    position: absolute;
    top: 78px;
    right: -14px;
}

.main-timeline .icon:before {
    content: "";
    width: 15px;
    height: 25px;
    background: #CBE2DE;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}

.main-timeline .icon span:before,
.main-timeline .icon span:after {
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}

.main-timeline .icon span:after {
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle {
    float: right;
}

.main-timeline .timeline:nth-child(2n) .circle {
    margin: 0 0 0 25px;
}

.main-timeline .timeline:nth-child(2n) .circle:before {
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}

.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after {
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}

.main-timeline .timeline:nth-child(2n) .circle span:after {
    border-radius: 0 21px 0 0;
}

.main-timeline .timeline:nth-child(2n) .content {
    padding: 0 0 0 40px;
    margin-left: 2px;
}

.main-timeline .timeline:nth-child(2n) .icon {
    right: auto;
    left: -14px;
}

.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after {
    left: auto;
    right: -15px;
}

.main-timeline .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 0 21px;
}

.main-timeline .timeline:nth-child(2n) .icon span:after {
    border-radius: 21px 0 0 0;
}

.main-timeline .timeline:nth-child(2) {
    margin-top: 180px;
}

.main-timeline .timeline:nth-child(odd) {
    margin: -175px 0 0 0;
}

.main-timeline .timeline:nth-child(even) {
    margin-bottom: 180px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
    margin: 0;
}

#speakers-rotate img {
    transform: rotate(5deg);
}

@media only screen and (max-width: 990px) {
    .main-timeline:before {
        left: 100%;
    }

    .main-timeline .timeline {
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }

    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before {
        left: auto !important;
        right: -13px !important;
    }

    .main-timeline .timeline:nth-child(2n) .circle {
        float: left;
        margin: 0 25px 0 0;
    }

    .main-timeline .timeline:nth-child(2n) .circle:before {
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }

    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after {
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }

    .main-timeline .timeline:nth-child(2n) .circle span:after {
        border-radius: 21px 0 0 0;
    }

    .main-timeline .timeline:nth-child(2n) .content {
        padding: 0 40px 0 0;
        margin-left: 0;
    }

    .main-timeline .timeline:nth-child(2n) .icon {
        right: -14px;
        left: auto;
    }

    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after {
        left: -15px;
        right: auto;
    }

    .main-timeline .timeline:nth-child(2n) .icon span:before {
        border-radius: 0 0 21px 0;
    }

    .main-timeline .timeline:nth-child(2n) .icon span:after {
        border-radius: 0 21px 0 0;
    }

    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even) {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    .main-timeline:before {
        left: 0;
    }

    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before {
        left: -12px !important;
        right: auto !important;
    }

    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle {
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }

    .main-timeline .timeline-content:before {
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }

    .main-timeline .circle span {
        line-height: 115px;
        font-size: 60px;
    }

    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon {
        display: none;
    }

    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content {
        padding: 0 10px;
    }

    .main-timeline .year {
        margin-bottom: 15px;
    }

    .main-timeline .description {
        text-align: center;
    }
}

.name-shedule {
    font-weight: 600;
    font-size: 16px;
}

.copyright {
    font-size: 14px;
    text-align: center;
}

.footer-company-desc {
    margin-top: 10px;
    margin-bottom: 0;
}

figcaption.wp-element-caption {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.3;
    width: 159px;
    text-align: center;
}

footer .wp-block-heading {
    margin: 0;
    font-size: 26px;
    text-decoration: underline;
}

.widget {
    margin-bottom: 45px;
}

header,
img,
iframe {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.link-reg {
    background-color: #3F6F67;
    border-radius: 10px;
    padding: 5px;
    color: #fcfcfc;
    margin: 0 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.link-reg:hover,
a.link-reg:visited {
    background-color: #fcfcfc;
    color: #3F6F67;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.illdy-top {
    background: #54595F !important;
}

a.illdy-top:hover,
a.illdy-top:focus {
    color: #fff !important;
    background: #3F6F67 !important;
}

@media only screen and (max-width: 992px) {
    body #header .bottom-header h1 {
        line-height: 36px;
        font-size: 26px;
    }

    body #header .bottom-header {
        padding-bottom: 0;
        padding-top: 0;
    }

    p {
        font-size: 14px;
    }

    #header .bottom-header .section-description {
        font-size: 18px;
        ;
    }

    #header.header-front-page .bottom-header .header-button-one {
        margin-top: 30px;
        font-size: 16px;
    }

    .open-responsive-menu .fa {
        color: #3F6F67;
    }

    .title-h2 {
        font-size: 22px;
        margin: 30px auto 0;
    }

    .responsive-menu ul li a {
        color: #3F6F67;
        font-weight: 600;
        font-size: 18px;
        background-color: #fcfcfc;
    }

    h3.logo-title {
        font-size: 14px;
    }

    #header .is-sticky .top-header {
        background-color: #eff6f5;
    }

    .responsive-menu li a:focus {
        background-color: #3F6F67 !important;
    }

    .main-timeline .title {
        font-size: 18px;
    }

    .main-timeline .year {
        padding: 5px;
        font-size: 16px;
    }

    .main-timeline .description {
        line-height: 1.4;
    }

    .main-timeline .timeline-content:before {
        height: 3px;
    }

    .main-timeline .circle {
        border: 4px solid #CBE2DE;
    }

    .bottom-copyright {
        font-size: 12px;
        text-align: center;
    }

    #footer {
        padding: 20px 0;
    }

    footer .wp-block-heading {
        font-size: 22px;
    }

    .widget {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    figure.aligncenter.size-full.is-resized {
        text-align: center;
    }

    figcaption.wp-element-caption {
        width: 100%;
    }

    p {
        line-height: 1.8;
    }
}

@media only screen and (max-width: 768px) {
    a.logo-link img {
        filter: grayscale(0);
    }

    #footer .widget {
        max-width: 320px;
        margin: 0 auto;
    }

    footer .wp-block-heading {
        margin: 30px 0 10px;
    }

    body #header .bottom-header h1 {
        line-height: 30px;
        font-size: 22px;
    }

    #header .bottom-header .section-description {
        font-size: 16px;
    }

    h3.title-product {
        font-size: 16px;
    }

    .title-h2 {
        font-size: 22px;
    }
}

.widget:not(.widget_recent_comments) ul li:hover>a,
.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:hover::before {
    color: #ffffff !important;
}

@media screen and (min-width: 992px) {
    .col-md-3 {
        width: 33%;
    }
}

.bottom-copyright {
    color: #8c9597 !important;
}