

/* Start:/assets/slick/slick.css?17187006351776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/assets/slick/slick-theme.css?17187006353145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/assets/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/assets/slick/./fonts/slick.eot');
    src: url('/assets/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/assets/slick/./fonts/slick.woff') format('woff'), url('/assets/slick/./fonts/slick.ttf') format('truetype'), url('/assets/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/talk-about/style.css?178118415723073*/
.grecaptcha-badge {
    visibility: hidden;
}

.quizzy {
    display: none;
}

/* .h-6-rem {
    height: 0;
} */

.tlk-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;  
    color: #05347F;
    padding: 0 20px;
    line-height: 1.2;
}

.tlk-btn {    
    font-family: inherit;
    background: #EEEFF3;
    color: #05347F;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 15px;
    padding: 18px;
    cursor: pointer;
    border: none;
    gap: 12px;
}

.tlk-btn_active {
    background: #5AB7D6;
    color: #ffffff;
}

.tlk-btn_active:hover {    
    background: #3A97C1;
}

.tlk-btn:disabled {    
    background: #EEEFF3;
    color: #8E8E8E;
    cursor: auto;
}

.title_b {
    font-size: 62px;
    color: #5AB7D6; 
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    margin: 20px 0;
    font-family: 'GTEestiProDisplay', sans-serif;
}

.tlk-prew__txt h1 {
    text-align: right;
}

.title_m {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin: 0;
    font-family: 'GTEestiProDisplay', sans-serif;
}

.title_s {    
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.tlk-banner {
    width: 100%;
    display: flex;  
    justify-content: space-between;   
    margin: 100px auto 30px;   
}

.tlk-banner img {
    width: 100%;     
}

.tlk-banner__logo {
    width: 40%;
    max-width: 480px;
}

.tlk-banner__animate {
    width: 52%;
    max-width: 582px;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: wrap;
}

.tlk-banner__box {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 186px;
}



.tlk-nav {  
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 8px;
}

.tlk-nav__box {    
    width: 100%;
}



.tlk-prew {
    display: flex;
    justify-content: space-between;
}

.tlk-prew__img {
    width: 50%;
    max-width: 525px;
}

.tlk-prew__img img {
    width: 100%;
}

.tlk-prew__txt {
    width: 50%;
    text-align: right;
    font-size: 18px;
}

.tlk-prew__txt {
    width: 50%;
    text-align: right;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.tlk-prew__txt p {
    max-width: 420px;
}

.tlk-seasons {
    margin-bottom: 60px;
}

.tlk-seasons__num {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 8px;
    margin-bottom: 10px;
}

.tlk-seasons__num a {
    padding: 14px;
}

.tlk-seasons__num div {
    background: #EEEFF3;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    align-items: center;
}

.tlk-seasons__num div span:first-child {
    font-size: 22px;
    font-weight: bold;
}

.tlk-seasons__num div span:last-child {
    font-size: 16px;
}

.tlk-seasons__content {    
    padding: 45px 90px;
    background: #EEEFF3;
    border-radius: 12px;
}

.tlk-seasons__txt {
    display: flex;
    justify-content: space-between;
}

.tlk-seasons__txt-paragraph {
    font-size: 18px;
    max-width: 572px;
}

.tlk-seasons__txt-paragraph p {
    margin: 0;
}

.tlk-seasons__series {
    margin: 40px auto 35px;
    display: flex;
    justify-content: space-between;
}

.tlk-seasons__box {
    width: 32%;
    background: #ffffff;
    padding: 22px 22px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.1;
}

.tlk-seasons__box-img {
    display: flex;
}

.tlk-seasons__box-img img {
    width: 100%;
}

.tlk-seasons__box-img button {
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
}

.tlk-seasons__box-num {
    display: flex;
    justify-content: space-between;
    color: #5AB7D6;
    font-weight: bold;
    align-items: center;
    padding: 10px 0 0;
}

.tlk-share {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;    
}

.tlk-share a {
    width: 20px;
}

.tlk-share a img {
    width: 100%;
}

.tlk-seasons__box p {
    margin: 0;
}

.tlk-inf {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tlk-inf span:first-child {
    border-left-width: 2px;
}

.tlk-inf span {
    border-left: 1px solid #5AB7D6;
    border-right: 1px solid #5AB7D6;
    display: inline-block;
    padding: 0 12px;
}

.tlk-inf span:last-child {
    border-right-width: 2px;
}

.tlk-seasons__box-expand {
    display: flex;
    justify-content: flex-end;
    margin-top: auto; 
    padding-top: 10px;
    color: inherit;
} 

.tlk-seasons__box-expand button {
    width: 18px;
    padding: 0;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
}

.tlk-seasons__box-expand button:hover {
    color: #5AB7D6;
}

.tlk-seasons__box-expand button:disabled {
    color: #8E8E8E;
    cursor: auto;
}

.tlk-seasons__box-expand button svg {
    width: 100%;   
    fill: currentColor;  
}


.tlk-seasons__persons {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 24px 0;
    border-radius: 8px;
    margin: 20px 0 35px;
}

.tlk-seasons__persons-box {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.tlk-seasons__persons-box img {
    width: 100%;
    max-width: 80px;
}

.tlk-seasons__persons-txt {
    font-size: 22px;
    line-height: 1;
}

.tlk-seasons__persons-txt span {
    color: #5AB7D6;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;   
}

.tlk-seasons__persons-txt h3 {
    font-weight: 400;
}



.tlk-ovr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tlk-ovr__resurses {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 660px;
    gap: 10px;
}

.tlk-ovr__resurses a {
    width: 32%;
}

.tlk-ovr__resurses a img {
    width: 100%;
}

.tlk-ovr__resurses a:hover {
    scale: 1.1;
    transition: 0.3s;
}



.tlk-addition {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.tlk-addition h1 {
    max-width: 500px;
}

.tlk-addition__tabs {
    width: 100%;
    max-width: 372px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 1250px) {
    .tlk-container {
        width: 900px;
    }
    .title_b {
        font-size: 45px;
    }
    .tlk-seasons__content {
        padding: 40px 45px;        
    }
    .tlk-seasons__txt {
        gap: 25px;
    }
    .tlk-seasons__box {        
        padding: 22px 15px 30px;        
        gap: 5px;      
    }  
    .tlk-ovr__resurses {
        max-width: 540px;
    }
}

@media (max-width: 1000px) {
    .tlk-container {
        width: 720px;
    }
    .tlk-ovr {      
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .tlk-addition h1 {
        max-width: 300px;
        margin: 0;
    }
}

@media (max-width: 800px) {
    .tlk-container {
        width: 600px;
    }
    .tlk-btn {
        font-size: 16px;
    }
    .tlk-banner__logo {
        width: 42%;
    }
    .tlk-banner__animate {
        width: 55%;
    }
    .tlk-banner__box {
        width: 49%;
    }
    
    .tlk-banner__box:nth-child(4) {
        display: none;
    }
}

@media (max-width: 600px) {
    .tlk-container {
        width: 100%;
        padding: 0 15px;  
        overflow: hidden;      
    }
    .tlk-banner__box:nth-child(4) {
        display: block;
    }
    .tlk-btn {
        border-radius: 8px;
        padding: 16px 8px;
    }
    .title_m {
        font-size: 24px;        
    } 
    .title_b {
        font-size: 36px;
    }
    .tlk-banner {
        flex-direction: column;
    }
    .tlk-banner__box {
        width: 32%;
    }
    .tlk-banner__logo {
        width: 60%;
    }
    .tlk-banner__animate {
        width: 100%;
        justify-content: flex-start;
    }    
    .tlk-nav {
        margin: 40px auto 0;        
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tlk-nav a {
        width: 48%;
    }
    .tlk-nav a:first-child {
        width: 100%;
    }
    .tlk-prew {
        flex-direction: column-reverse;
    }
    .tlk-prew__img,
    .tlk-prew__txt {
        width: 100%;
    }
    .tlk-prew__txt {
        text-align: left;
        align-items: start;
    }
    .tlk-prew__txt h1 {
        text-align: left;
        margin: 12px 0 20px;
    }
     .tlk-prew__txt p {
        margin-bottom: 0;
    }
    
    .tlk-seasons__num {
        grid-template-columns: 1.5fr 1fr;
    }
    .tlk-seasons__num div span:first-child {
        display: none;
    }
    .tlk-seasons__num div {        
        border-radius: 15px;        
        justify-content: center;
        padding: 15px 10px;
        align-items: center;
        border-radius: 8px;
    }   
    .tlk-addition {
        flex-direction: column;
        gap: 20px;
    }
    .tlk-addition h1 {
        max-width: 385px;
    }
    .tlk-addition__tabs {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .tlk-banner {
        margin: 60px auto 25px;
    }
    .tlk-nav {
        margin: 30px auto 0;       
    }
    .tlk-ovr__resurses {
        gap: 5px;
    }    
}

@media (max-width: 450px) {
    .tlk-banner__logo {
        width: 64%;
    }
    .tlk-banner__animate {
        width: 100%;
        justify-content: space-between;
    } 
    .tlk-banner__box {
        max-width: 100%;
        width: 49%;
    }
    .tlk-banner__box:nth-child(4) {
        display: none;
    }
}

@media (max-width: 400px) {
    .title_b {
        font-size: 34px;
    }
    .title_s {
        font-size: 20px;
    }
    .tlk-seasons__num {
        grid-template-columns: 1.4fr 1fr;
        gap: 6px;
    }
}


/* Slider */
.tlk-seasons__content .swiper-container {
    overflow: hidden;
}

.tlk-seasons__content .swiper-slide {
    display: flex;
}

.tlk-seasons__content .swiper-button-next:after, 
.tlk-seasons__content .swiper-button-prev:after {
    font-size: 30px;
}

.tlk-seasons__content .swiper-button-prev, 
.tlk-seasons__content .swiper-button-next {
    color: inherit;
}

.tlk-seasons__content .swiper-button-prev:hover, 
.tlk-seasons__content .swiper-button-next:hover {
    color: #5AB7D6;
}

.tlk-seasons__content .swiper-button-prev {
    left: -40px;
}

.tlk-seasons__content .swiper-button-next {
    right: -40px;
}

.tlk-seasons__content .swiper-button-next.swiper-button-disabled, 
.tlk-seasons__content .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: #8E8E8E;
}

.tlk-seasons__content .swiper-pagination-bullet{
    background: #BEDDE9;
    opacity: 1;
}

.tlk-seasons__content .swiper-pagination-bullet-active {
    background: #5AB7D6;
    opacity: 1;
}

@media(max-width: 1000px) {
    .tlk-seasons__persons-box {
        flex-direction: column;        
    }
    .tlk-seasons__persons-txt {
        text-align: center;
    }
    .tlk-seasons__persons-txt h3 {
        text-align: center;
        font-size: 20px;
    }
}

@media(max-width: 800px) {
    .tlk-seasons__content {
        padding: 28px;
    }
    .tlk-seasons__content .swiper-button-prev, 
    .tlk-seasons__content .swiper-button-next {
        display: none;
    } 
    .tlk-seasons__txt {
        flex-direction: column;
    }   
}

@media(max-width: 500px) {
    .tlk-seasons__content {
        padding: 28px 24px;
    }
    .tlk-seasons__persons-txt h3 {        
        font-size: 18px;
    }
}

/* --- */


/* Попап */
.tlk-pup,
.tlk-video {
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;   
    border: none;
    max-width: 100%;
    max-height: 100%;
}

.tlk-pup[open],
dialog.tlk-pup[open],
.tlk-video[open],
dialog.tlk-video[open] {
    display: flex;
}

.tlk-disclosure {    
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 1235px;
    margin: auto;
    position: relative;    
    color: #05347F;
}

.tlk-disclosure__img {
    max-width: 520px;
    width: 46%;
}

.tlk-disclosure__img_mob {
    display: none;
}

.tlk-disclosure__img img,
.tlk-disclosure__img_mob img {
    width: 100%;
}

.tlk-disclosure__content {
    max-width: 570px;
    width: 52%;
}

.tlk-disclosure__content .tlk-inf {
    margin: 24px 0;
}

.tlk-disclosure__content h3 {
    margin: 10px 0 0;
}

.tlk-disclosure__content-top {
    display: flex;
    justify-content: space-between;
}

.tlk-disclosure__look {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 28px 0 60px;
}

.tlk-disclosure__look button {
    width: 56%;
    max-width: 320px;   
}

.tlk-disclosure__look button svg {
    position: relative;
    top: 3px;  
}

.tlk-disclosure__look div {
    width: 42%;
    display: flex;
    justify-content: center;
    gap: 8px;
    background: #EEEFF3;
    border-radius: 12px;
    align-items: center;
}

.tlk-disclosure__look div a {
    width: 22%;
    max-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tlk-disclosure__look div a img {
    width: 100%;
}

.tlk-disclosure__autors {
    display: grid;
    align-items: center;
    gap: 0px 30px;
    grid-template-areas:
        "t1 t2"
        "t1 t3"
        "t1 t4";
}

.t1 {
    grid-area: t1;
}

.t2 {
    grid-area: t2;
}

.t3 {
    grid-area: t3;
}

.t4 {
    grid-area: t4;
}

.tlk-disclosure__autors img {
    width: 200px;  
}

.tlk-disclosure__autors-txt>span {
    color: #5AB7D6;
    font-weight: 600;
}

.tlk-disclosure__autors-txt p {
    margin: 10px 0;
    line-height: 1;
}

.tlk-disclosure__autors-txt a {
    color: inherit;
    text-decoration: underline;
    display: flex;    
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.tlk-disclosure__autors-txt a span {
    color: inherit;
    line-height: 1;
}

.tlk-disclosure__autors-txt a:hover {
    text-decoration: none;
}

.close-pup,
.close-video {
    position: absolute;
    top: -33px;
    right: -28px;
    background: none;
    padding: 0;
    border: none;
    width: 27px;
    cursor: pointer;
}

.close-pup svg,
.close-video svg {
    width: 100%;
}

@media (max-width: 1350px) {
    .tlk-disclosure {
        max-width: 1000px;   
        gap: 30px;
        padding: 35px;     
    }
    .tlk-disclosure__img {
        width: 52%;
    }
    .tlk-disclosure__content {
        width: 48%;
    }
    .tlk-disclosure__content .tlk-inf {
        margin: 15px 0;
    }
    .tlk-disclosure__look {        
        gap: 16px;
        margin: 20px 0 20px;
    }
    .tlk-disclosure__autors {       
        gap: 0 20px;
    }
    .tlk-disclosure__autors-txt a {
        margin-top: 10px;
    }
    .close-video {
        right: 0;
    }
}

@media (max-width: 1100px) {
    .tlk-pup {
        overflow-y: auto;
        padding: 40px 10px 10px;
    }
    .tlk-disclosure {
        max-width: 500px;
        padding: 28px 25px;
    }
    .tlk-disclosure__img {
        display: none;
    }
    .tlk-disclosure__img_mob {
        display: block;
        margin-bottom: 10px;
    }
    .tlk-disclosure__content {
        width: 100%;
    }
    .tlk-disclosure__look {
        gap: 12px;        
        flex-direction: column;
    }
    .tlk-disclosure__look button {
        width: 100%;
        max-width: 100%;
    }
    .tlk-disclosure__look div {
        width: 100%;       
        gap: 15px;        
        padding: 8px;
    }
    .tlk-disclosure__look div a {
        width: fit-content;
        max-width: 40px;        
    }
    .close-pup {       
        top: -29px;
        right: -23px;      
        width: 22px;       
    }
}

@media (max-width: 600px) {
    .tlk-disclosure {
        max-width: 320px;
        padding: 28px 12px;
        border-radius: 15px;
    }
    .tlk-disclosure__content .tlk-inf span {
        padding: 0 8px;
    }
    .tlk-disclosure__look {
        gap: 8px;
        margin: 20px 0 35px;            
    }
    .tlk-disclosure__look button svg {        
        top: 1px;
        width: 12px;
    }
    .tlk-disclosure__autors {
        gap: 10px;
        grid-template-areas:
        "t1 t2"
        "t1 t4"
        "t3 t3";
    }
    .tlk-disclosure__autors img {
        width: 120px;
    }
    .close-pup {
        top: -29px;
        right: 0px;
        width: 22px;
    }
}

@media (max-width: 400px) {
    .tlk-disclosure {
        max-width: 305px;        
    }  
    .tlk-seasons__content {
        padding: 28px 15px;
    }
    .tlk-seasons__persons-txt h3 {
        font-size: 17px;
    }
    .tlk-pup {        
        padding: 40px 5px 10px;
    }
}
/* --- */



/* Видеоролики */
.tlk-video div {
    margin: auto;
    position: relative;
    max-width: 1200px;
}

.tlk-video video {
    min-width: 0;    
    width: 100%;
    min-height: 0;
    height: auto;
    display: block;
    margin: auto;
}
/* --- */



/* Блок с продуктами */
.tlk-products {
    margin-top: 30px;
}

.tlk-products .products__block {
    background: #F9F9FA;
    border: none;
    box-shadow: none;
}

.tlk-products .products {
    justify-content: space-between;
    margin-top: 30px;
}

.tlk-products .products__block-desc {
    display: none;
}

.tlk-products .products__block-txt span {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
}

.tlk-products .products__block-btn {
    justify-content: flex-start;
    border: none;
    text-transform: none;
    font-family: inherit;
    font-weight: 400;
    font-size: 22px;
    text-decoration: underline;
}

.tlk-products .products__block-btn:hover {
    box-shadow: none;
}

@media (max-width: 500px) {
    .tlk-products {
        margin-top: 10px;
    }
    .tlk-products .products__block-btn {       
        font-size: 16px;
        margin: 0;
    }
    .tlk-products .products {
        justify-content: center;
        gap: 12px;
        margin-top: 25px;
    }
}

@media (max-width: 375px) { 
    .tlk-products .products {      
        gap: 8px;   
    }
}
/* ----- */



/* Форма */
.form-field {
    margin: 8px 0;
    color: inherit;
    font-weight: 300;
    display: grid;
    gap: 4px;
}

.form-field input, 
.form-field textarea {
    color: #05347F;
    display: block;
    width: 100% !important;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffffff;
    background-clip: padding-box;
    appearance: none;
    padding: 0.75em 1em;
    border: none;
    border-radius: 14px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 16px;    
    /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

.form-field input[type=date] {
	min-height: calc(/* border-block-width */ 1px * 2 + /* padding-block */ 0.5em * 2 + 1em * /* line-height */ 1.5);
    white-space: nowrap;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: 1px solid var(--blue-200);
}

.form-field input::placeholder, 
.form-field textarea::placeholder {
    color: #8E8E8E;
    font-size: inherit;
    font-weight: 300;
    font-family: inherit;
    line-height: 1;
}

.form-field input:focus::-webkit-input-placeholder { opacity: 0; }
.form-field input:focus::-moz-placeholder { opacity: 0; }
.form-field input:focus:-moz-placeholder { opacity: 0; } 
.form-field input:focus:-ms-input-placeholder { opacity: 0; } 

.form-field textarea:focus::-webkit-input-placeholder { opacity: 0; }
.form-field textarea:focus::-moz-placeholder { opacity: 0; }
.form-field textarea:focus:-moz-placeholder { opacity: 0; } 
.form-field textarea:focus:-ms-input-placeholder { opacity: 0; }

.form-field input::placeholder { transition: opacity 0.3s; }
.form-field textarea::placeholder { transition: opacity 0.3s; }

.form-field label {
    font-size: 0.75em;
    font-weight: inherit;
    display: inline-block;
}

.form-field:has(output:not(:empty)) input {
    outline: 1px solid #FF7171;
    color: #FF7171;
}

.form-field:has(output:not(:empty)) textarea {
    outline: 1px solid #FF7171;
    color: #FF7171;
}

.form-field:has(output:not(:empty)) input:focus {
    outline: 1px solid #FF7171;
}

.form-field:has(output:not(:empty)) textarea:focus {
    outline: 1px solid #FF7171;
}

.form-field .form-txt-hint {
    color: var(--grey-200);
    font-size: 0.75em;
    margin: 0;
}

.form-field .form-txt-hint:empty {
    display: none;
}

.form-field output {
    color: #FF7171;
    font-size: 0.75em;
    width: 100%;
    padding: 0;
}

.form-field output:empty {
    display: none;
}

.form-shell {
    position: relative;
    display: flex;
    align-items: center;
}

.form-shell button {
    right: 15px;
    top: 50%;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: -35px;
    background: none;
    padding: 0;
}

.form-shell button svg {
    width: 100%;
    height: 100%;
    fill: var(--grey-200);
}

.form-shell button svg:hover {
    fill: var(--blue-400);
}

.form-check {
    display: grid;
    grid: auto-flow / auto 1fr;
    gap: 4px 10px;
    margin: 8px 0;
    font-weight: 300;    
}

.form-check input[type=checkbox] {
    border-radius: 4px;
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #5AB7D6;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check input[type=checkbox]:checked {
    background: #5AB7D6;
    position: relative;
}

.form-check input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(/talk-about/./assets/check.svg);
    background-position: center;
    background-size: cover;
    width: 0.75rem;
    height: 0.75rem;
}

.form-check label {
    color: #05347F;
    font-weight: inherit;
}

.form-check label a:hover {
    text-decoration: none;
}

.form-check output {
    grid-column: 1 / -1;
    color: #FF7171;
    font-size: 0.75em;
    width: 100%;
    padding: 0;
}

.form-check output:empty {
    display: none;
}

@keyframes --form-busy--animation {
	85%, 100% { border-top-color: transparent; }
	85%, 100% { border-bottom-color: currentColor; }
	75% { rotate: 0turn; }
	100% { rotate: 0.5turn; }
}
form[data-kit-form-busy]::after {
	--form-busy--size: 3em;

	content: "";
	display: block;
	position: sticky;
	bottom: calc(50% - var(--form-busy--size) / 2);
	width: var(--form-busy--size);
	aspect-ratio: 1;
	margin: calc(var(--form-busy--size) * -1) auto 0px;
	border-radius: 50%;
	border: calc(var(--form-busy--size) / 2) solid transparent;
	border-top-color: currentColor;

	animation: --form-busy--animation 2s ease-in-out infinite;
}
form[data-kit-form-busy] > * {
	visibility: hidden;
}

    /* Обертка формы */

    /* ----- */
/* --- */




/* End */


/* Start:/local/templates/lactoflorene/components/bbc/elements.list/top.banner/style.css?1745245170700*/
/* Баннер */
picture img {
    width: 100%;
}

.banner {
    width: 100%;
    display: block;
    margin-top: 100px;
    overflow: hidden;
    position: relative;
}

.banner picture {
    display: flex;
}

.banner__slider a {
    display: block;    
}

.banner__reviews {
    width: 100%;
}

.banner__slider-img {
    width: 100%;
    max-width: 1250px;
    /* padding: 10px 15px 0; */
    position: relative;
    bottom: 0;
    margin: 0 auto;
}

.banner .swiper-pagination {
    position: static;
    padding-top: 12px;
}

@media (max-width: 800px) {
    .banner {
        margin-top: 65px;
    }  
}

@media (max-width: 500px) {
    .banner {
        margin-top: 50px;
    }  
}

/* ----- */
/* End */


/* Start:/local/components/main.components/tlk.podcast.form/templates/.default/style.css?17811841541906*/
.tlk-pup-form, .tlk-success-pup {
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    border: none;
    max-width: 100%;
    max-height: 100%;
}
.tlk-pup-form[open],
dialog.tlk-pup-form[open],.tlk-success-pup[open],
dialog.tlk-success-pup[open] {
    display: flex;
}


.tlk-form, .tlk-success-container {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: auto;
    background: #EEEFF3;
    padding: 44px 52px;
    border-radius: 20px;
}

.tlk-form form button {
    width: 100%;
    margin-top: 40px;
}

.tlk-form form label a {
    text-decoration: underline;
    color: inherit;
}

.tlk-form form>span {
    color: #8E8E8E;
    line-height: 1;
}

.tlk-form form .form-field:last-child {
    margin-bottom: 20px;
}

.tlk-form .general-errors{
    color: #FF7171;
    font-size: 1em;
    width: 100%;
    padding: 0;
    margin: 10px auto;
}

.tlk-success-message div{
    color: #3A97C1;
    font-family: 'GTEestiProDisplay', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tlk-success-message span{
    color: #05347F;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
}

.tlk-success__logo {
    margin-top: 30px;
    width: 100%;    
    display: flex;
    justify-content: flex-end;
}

.tlk-success__logo svg {
    width: 120px;
}

@media (max-width: 800px) {
    .tlk-form {
        padding: 28px 24px;
        max-width: 500px;
    }
    .tlk-success-message div {
        font-size: 24px;
    }
    .tlk-success-container {
        max-width: 495px;       
        padding: 28px;      
    }
}

@media (max-width: 500px) {
    .tlk-form {
        padding: 20px;
    }
}

@media (max-width: 400px) {
    .tlk-success-container {
        max-width: 495px;       
        padding: 20px;      
    }
}
/* End */


/* Start:/local/templates/lactoflorene/components/bbc/elements.list/products/style.css?17446414564765*/
/* Продукты */

.products {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    column-gap: 15px;
}

.products__block {
    width: 24%;
    max-width: 272px;
    /* height: 460px; */
    background-color: white;
    box-shadow: 0px 0px 59px #e7f2f8;
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 28px 32px;
    /* margin: 0 15px 25px; */
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.products__block-box:first-child {
    width: 100%;
}

.products__block-box:last-child {
    margin-top: auto;
}

.products__block-title {
    display: block;
    width: 86%;
    text-transform: uppercase;
    margin: 0 auto;
    height: 53px;
}

.products__block-img {
    display: block;
    width: 80%;
    margin: 20px auto;
}

.products__block-title img {
    width: 100%;
}

.products__block-txt {
    font-size: 16px;
    line-height: 1.1;
    /* text-align: center; */
    color: #05347f;
    height: 76px;
}

.products__block-desc{
    color: #05347f;
    margin-bottom: 20px;
}

.products__block-txt span {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "DINRoundPro-Medi", Sans-serif;
    display: block;
    margin-bottom: 10px;
}

.products__block-txt br {
    display: none;
}

.products__block-btn {
    width: 200px;
    height: 50px;
    color: #05347f;
    margin: auto;
    font-size: 16px;
}

.products__block-btn_color-holest:hover {
    text-decoration: none;
    box-shadow: 0 0 11px 0 #e3251e80;
}

.products__block-btn_color-cist:hover {
    text-decoration: none;
    box-shadow: 0 0 11px 0 #E01E8180;
}

.products__block-btn_color-pp:hover {
    text-decoration: none;
    box-shadow: 0 0 11px 0 #00C4B380;
}

.products__block-btn_color-gastro:hover {
    text-decoration: none;
    box-shadow: 0 0 11px 0 #0091C0;
}

@media (max-width: 1200px) {
    .products {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .products__block {
        width: 100%;
        max-width: 625px;        
        height: auto;
        flex-direction: row;
        padding: 15px 10px;
        margin: 10px 0;
        justify-content: space-around;
    }
    .products__block-box:first-child {
        width: 40%;
    }
    .products__block-box:last-child {
        width: 50%;
        margin-top: 0;
    }
    .products__block-btn {
        width: 155px;
        height: 37px;
        margin: 20px 0 0;
        font-size: 14px;
    }
    .column__block {
        width: 50%;
    }
    .products__block-txt {
        text-align: left;
        font-size: 18px;
        height: auto;
    }
    .products__block-txt span {
        margin-top: 5px;
    }
    .products__block-txt br {
        display: inline;
    }
    .products__block-img {
        margin: 10px auto;
        width: 90%;
    }
    .products__block-title {
        width: 65%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .products__block-txt {
        font-size: 16px;
    }
    .products__block-txt span {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .products__block-img,
    .products__block-title {
        width: 80%;
    }
    .products__block-txt {
        font-size: 13px;
        height: 60px;
    }
    .products__block-txt span {
        font-size: 16px;
        margin: 5px 0;
    }
    .products__block-btn {
        width: 120px;
        height: 35px;
        line-height: 32px;
        font-size: 13px;
        margin: auto;
    }

    .products__block {
        width: 100%;
    }

    .products__block-box:last-child {
        margin: 0;
    }

    .products {
        flex-direction: row;
        gap: 7px;
        flex-wrap: wrap;   
        align-items: normal;     
    }
    .products__block {
        width: 48%;
        flex-direction: column;
        border-radius: 16px;
        padding: 15px 17px;
        margin: 0;
    }
    .products__block-box:first-child,
    .products__block-box:last-child {
        width: 100%;
    }    
    .products__block-box:first-child {
        height: 42vw;
    }

    .products__block-desc{        
        margin-bottom: 20px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .products__block-txt span {
        font-size: 14px;
        margin: 5px 0;
    }
    .products__block {
        /* margin: 10px 0; */
    }
    .products__block {
        /* width: 100%; */
        padding: 15px 10px;
    }
    .products__block-box:first-child {
        height: 45vw;
    }
}


/* -------- */


/* Выделение цветом */

.color-holest {
    color: #F01E1E;
}

.color-cist {
    color: #CB007B;
}

.color-pp {
    color: #00C4B3;
}

.color-gastro {
    color: #0091C0;
}


/* ---- */
/* End */
/* /assets/slick/slick.css?17187006351776 */
/* /assets/slick/slick-theme.css?17187006353145 */
/* /talk-about/style.css?178118415723073 */
/* /local/templates/lactoflorene/components/bbc/elements.list/top.banner/style.css?1745245170700 */
/* /local/components/main.components/tlk.podcast.form/templates/.default/style.css?17811841541906 */
/* /local/templates/lactoflorene/components/bbc/elements.list/products/style.css?17446414564765 */
