/*
	Theme Name: ukr-starch
*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dosage__title.dosage__title-new {
    font-size: 16px;
    margin-bottom: 5px;
}

.dosage__card-content {
    display: flex;
    flex-direction: column;
}

.dosage__card-content p {
    font-size: 15px;
}

.dosage__card.dosage__card-new {
    padding: 20px;
    border-radius: 16px;
}

.product__list.product__list--columns.only-title mark{
    max-width: 100%;
}

.vacancy__body {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    justify-content: space-between;
    gap: 32px;
}

.vacancy__block:nth-child(odd) {
    background-color: #FFF5CD;
}

.vacancy__block {
    border: none!important;
}

.vacancy__subtitle::before {
    background-color: #FFCF0C;
    background-size: 100%;
}

.vacancy__block.vacancy__block--contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.vacancy__block.vacancy__block--contacts>div {
    display: flex;
    align-items: center;
}

.vacancy__block.vacancy__block--contacts ul {
    padding-left: 0;
}

.vacancy__block.vacancy__block--contacts li {
    list-style: none;
}

.vacancy__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 34px;
    grid-row-gap: 34px;
}

@media (max-width: 1199px) {
    .vacancy__cards {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .vacancy__body {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        gap: 32px;
    }
}
@media (max-width: 991px) {
    .vacancy__block.vacancy__block--contacts>div,
    .vacancy__block.vacancy__block--contacts {
        flex-direction: column;
        align-items: flex-start;
    }

    .vacancy__block.vacancy__block--contacts li {
        list-style: initial;
    }

    .vacancy__block.vacancy__block--contacts ul {
        padding-left: 22px;
    }
}


.info-tabs__nav {
    display: flex;
    border-bottom: 1px solid #004E79;
    padding-bottom: 16px;
}

.info-tabs__btn {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 15px;
    color: #004E79;
    background-color: transparent;
    border: none;
}

.info-tabs__btn.active {
    border-radius: 20px;
    border: 1px solid #FFD016;
    position: relative;
}

.info-tabs__btn.active::before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFD016;
}

.info-tabs__pane {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
}

.info-tabs__pane.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.wpcf7-response-output {
    text-align: center;
    font-size: 1rem;
}

.wpcf7-not-valid-tip {
    font-size: 0.7rem;
    text-align: center;
}

body.loading {
    opacity: 0.8;
    cursor: wait !important;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 767px) {

    .info-tabs__btn {
        padding: 6px 12px;
        font-size: 14px;
    }


    .info-tabs__btn.active::before {
        bottom: -15px;
    }

    .info-tabs__nav {
        padding-bottom: 12px;
    }

}

.vacancy-card__excerpt ul {
    list-style: inherit;
    padding-left: 15px;
}

.product__info-bot {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
}

.product__info {
    display: flex;
    flex-direction: column;
}

.product__info-top {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    background-color: #E5EDF2;
    padding: 15px 15px 12px 12px;
    border-radius: 15px;
    margin-bottom: 11px;
}

.product__info-top .product__info-block--storage-conditions {
    background-color: transparent;
}

.product__info-top img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__info .product__info-block {
    row-gap: 0;
}

.product__info .product__info-block h3 {
    margin: 10px 0 3px;
}

.product__info-block h3+* {
    margin-top: 0;
}

.product__info-block {
    background-color: transparent!important;
}

.product__info-bot .product__info-block {
    border: 1px solid #004D79;
    color: #000;
    min-height: 205px;
}

.product__info-block h3 {
    color: #004d79;
}

@media (max-width: 400px) {
    .product__info-top {
        grid-template-columns: 1fr;
    }

    .product__info-top img {
        width: 100%;
        height: auto;
    }
    
}

@media (min-width: 1025px) {
    .header .menu__list {
        gap: 25px;
    }

    .header .round-button {
        transform: none!important;
    }

    .home .header .round-button {
        opacity: 0;
        transition: .3s ease;
    }

    .header .wrapper {
        gap: 90px;
    }

    .header .round-button__inner::after {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .header .round-button {
        width: 95px;
        height: 95px;
        min-width: 95px;
    }

    .home .header.show-button  .round-button{
        opacity: 1;
    }

    .about__cards {
        gap: 16px 20px;
    }
}


@media (min-width: 1025px) and (max-width: 1200px) {
    .header .menu__list {
        gap: 20px;
    }

    .header .wrapper {
        gap: 25px;
    }

    .header .menu__link {
        font-size: 12px;
    }

    .header .round-button__inner::after {
        width: 25px;
        height: 25px;
        min-width: 25px;
    }

    .header .round-button {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }

    .header .logo {
        min-width: 80px;
        width: 80px;
    }
}

@media (max-width: 1024px) {
    .header .round-button {
        display: none;
    }

    .mission {
        overflow: hidden
    }
}

.hero-lottie-animation-single {

}

@media (max-width: 767px) {
    .info-tabs__content-single {
        max-width: 100%;
        overflow: auto;
    }
    .hero-lottie-animation-single {
        width: 900px!important;
    }
}

.grecaptcha-badge {
    z-index: 1000;
}

@media (max-width: 576px) {
    .hero-lottie-animation-single {
        width: 700px!important;
    }
}

.history__media--gallery>a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.history__media--gallery a img {
    position: relative;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #ffcf0c;
    color: #004d79;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
    padding-bottom: 5px;
}

.scroll-to-top:hover {
    background: darken(#ffcf0c, 10%);
}

.cooperation .wrapper {
	align-items: center;
}

.grecaptcha-badge {
    opacity: 0!important;
    z-index: -1!important;
}

.article-card__excerpt>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.info-second-tabs__nav {
    display: flex;
    border-bottom: 1px solid #004E79;
    padding-bottom: 16px;
}

.info-second-tabs__btn {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 15px;
    color: #004E79;
    background-color: transparent;
    border: none;
    text-decoration: none;
}

.info-second-tabs__btn.active {
    border-radius: 20px;
    border: 1px solid #FFD016;
    position: relative;
    pointer-events: none;
}

.info-second-tabs__btn.active::before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFD016;
}

.single-post .wp-block-heading {
    line-height: 1.07;
}

.single-post .article__content  ul li::marker {
    color: #004d79; 
}

.cooperation__card {
    display: none;
}

.cooperation__card.active {
    display: block;
}

.cooperation__tabs-nav {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.cooperation__tab-btn {
    padding : 8px 16px;
    border: 1px solid #FFD01600;
    background: transparent;
    color: #004E79;
    font-size: 14px;
    border-radius: 20px;
}

.cooperation__tab-btn.active {
    border: 1px solid #FFD016;
    font-size: 15px;
    font-weight: 500;
}

.cooperation__content {
    max-width: 516px;
    margin: 0;
    padding: 0;
    row-gap: 39px;
}

.cooperation__subtitle {
    padding-bottom: 26px;
}

.cooperation__cards {
    max-width: 100%;
}

.cooperation .wrapper {
    align-items: flex-start;
}

.cooperation__text ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cooperation__text ul li::marker {
    color: #004d79;
}

.cooperation__card {
    padding-bottom: 44px;
}

.history .swiper-button {
    transition: none;
}

.history .swiper-button {
    top: 192px;
}

.info-second-tabs__nav {
    position: relative;
    z-index: 1;
}

.hero-lottie-animation-second {
    margin-top: -70px;
}

.article-card--sm .article-card__content {
    justify-content: space-between;
}

.cooperation {
    padding-top: 100px;
}

@media (max-width: 1340px) {
    .history .swiper-button.on-third-slide {
        top: 272px;
    }

}

@media (max-width: 1024px) {
    .cooperation__content {
        max-width: 100%;
        width: 100%;
    }

    .cooperation__tabs-nav {
        justify-content: center;
    }

    .cooperation__content-bot,
    .cooperation__cards {
        width: 100%;
    }

    .cooperation__content {
        row-gap: 20px;
    }
}
@media (max-width: 960px) {
    .hero-lottie-animation-second {
        margin-top: -30px;
    }
}
@media (max-width: 767px) {
    .cooperation__subtitle {
        padding-bottom: 20px;
    }

    .hero-lottie-animation-second {
        margin-top: -10px;
    }
}