/*!
Theme Name: Bashchynskyi
Author: Andrew
Author URI: https://lestro.com/
Version: 1.0.0
Tested up to: 8.4
Requires PHP: 8.0
*/
.recipes__tabs__controls a {
    border: 1px solid white;
    background-color: transparent;
    padding: 6px 23px;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: white;
    border-radius: 10px;
    -webkit-transition: 0.6s var(--baz) all;
    transition: 0.6s var(--baz) all;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.recipes__tabs__controls a.active {
    color: var(--main);
    background-color: white;
}
.small__content__block__about-intro .content .blocks .block-2 h3 {
    line-height: 35px;
}
.small__content__block__about-intro .content .blocks .big {
    text-transform: uppercase;
}
#clipboard-notice {
    position: fixed;
    bottom: 36px;
    right: 40px;
    background: #222;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1000;
    font-size: 14px;
}
.big-slider .bigSlider .swiper-slide.video .card .open img {
    width: 100%;
}
.half__container__title + picture {
    margin-top: 30px;
}
.half__blocks .sticky__half .halfSlider .swiper-wrapper .swiper-slide button svg {
    position: absolute;
    z-index: 10;
    width: 96px;
    height: 96px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.small__content__block__cotacts-tabs__grid .tabs .tab .manager-container {
    margin-top: 0;
}

.small__content__block__cotacts-tabs__grid .tabs .tab h2 {
    margin-bottom: 20px;
}
.page-template-about .small__blocks__container .small__fixed-content footer .userfull-links a {
    max-width: 120px;
    display: inline-block;
}
.small__content__block__about-intro .content .blocks .block-2 {
    flex-wrap: wrap;
}
.small__content__block .go-back {
    margin-top: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    color: white;
    -webkit-transition: 0.6s var(--baz) all;
    transition: 0.6s var(--baz) all;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.stocks__tabs .tab {
    display: none;
}
.page-template-markets .small__content__block,
.page-template-promotions-and-news .small__content__block,
.page-template-recipes .small__content__block {
    margin-left: 0;
}
.page-template-markets .small__content__block .go-back,
.page-template-promotions-and-news .small__content__block .go-back,
.page-template-recipes .small__content__block .go-back {
    margin-top: 0;
}
.aligncenter {
    margin: 0 auto;
}
@media (hover: hover) {
    .small__content__block .go-back:hover {
        cursor: pointer;
        color: var(--active);
    }
}
.small__content__block__text-container p + h2,
.small__content__block__text-container p + h3,
.small__content__block__text-container p + h4,
.small__content__block__text-container p + h5,
.small__content__block__text-container p + p,
.small__content__block__text-container p + ul,
.small__content__block__text-container p + ol,
.small__content__block__text-container h2 + p,
.small__content__block__text-container h3 + p,
.small__content__block__text-container h4 + p,
.small__content__block__text-container h5 + p,
.small__content__block__text-container h2 + ul,
.small__content__block__text-container h3 + ul,
.small__content__block__text-container h4 + ul,
.small__content__block__text-container h5 + ul,
.small__content__block__text-container h2 + ol,
.small__content__block__text-container h3 + ol,
.small__content__block__text-container h4 + ol,
.small__content__block__text-container h5 + ol,
.small__content__block__text-container ul + h2,
.small__content__block__text-container ul + h3,
.small__content__block__text-container ul + h4,
.small__content__block__text-container ul + h5,
.small__content__block__text-container ul + ul,
.small__content__block__text-container ul + p,
.small__content__block__text-container ul + ol,
.small__content__block__text-container ol + h2,
.small__content__block__text-container ol + h3,
.small__content__block__text-container ol + h4,
.small__content__block__text-container ol + h5,
.small__content__block__text-container ol + ul,
.small__content__block__text-container ol + ol,
.small__content__block__text-container ol + p
{
    margin-top: 30px;
}
.small__content__block__text-container img {
    border-radius: 20px;
}
/*.header__wrapper .forwardToMain {*/
/*    display: none;*/
/*}*/
@media screen and (max-width: 768px) {
    .small__content__block__title {
        display: block;
    }
    .small__content__block__contacts__small-info .grid .hot-line__soccials .flex {
        flex-wrap: wrap;
    }
    .small__content__block__contacts__small-info .grid {
        margin-top: 0;
    }
}

@media screen and (max-width: 820px) {
    .recipes__tab .recipe-card .recipe-card__img {
        flex-grow: 1;
    }            
}

.home .big-slider .bigSlider .swiper-slide.only-img .card .background {
    object-fit: fill;
}