

/* Start:/local/templates/gofromir/components/bitrix/news.list/pod-slider/style.css?17842943185655*/
.itc-img img {
    max-width: 169px;
    height: 197px;
}
.tabs-group-header {
    display: flex;
    gap: 16px;
    margin: 24px 0 16px; 
}
.slider-constr {
    background: #FFE7E3;
    padding: 72px 0 74px;
    margin-bottom: 78px;
    position: relative;
}
.slider-constr:after {
    content: url(/local/templates/gofromir/assets/bindastry/podarok/pod-bg-lt.png);
    position: absolute;
    left: 0;
    top: 0;
}
.slider-constr:before {
    content: url(/local/templates/gofromir/assets/bindastry/podarok/pod-bg-rb.png);
    position: absolute;
    right: 0;
    bottom: 0;

}
.podarok-slider-constr {
    border-radius: 32px;
    background: #FFF;
    padding: 48px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.header-podarok {
    color: #3E3E3E;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
/* .tabs-content-item / .tabs-content-item-inner / .btns-group-linked — assets/css/slider.css */

.tabs-group-header a {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 16px 32px 16px 24px;
    color: #3E3E3E;
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 244px;
    height: 67px;
    display: flex;
    align-items: center;
    transition: 300ms all ease;
}
.tabs-group-header a:hover {
    border: 1px solid #FF5A45; 
}
.tabs-group-header a.active { 
    color: #fff;
    border: 1px solid #FF5A45; 
    background: #FF5A45;
}
  .tci:nth-child(1) {
    display: block;
}
  .tci {
    display: none;
}

.item-tabs-content {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.item-tabs-content .itc-img { 
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 15px;
    margin-bottom: 16px;
}
.item-tabs-content.red .itc-img {
    background: url(/local/templates/gofromir/assets/bindastry/podarok/red-bg.png);    
    background-repeat: no-repeat; 
}
.item-tabs-content.yellow .itc-img {
    background: url(/local/templates/gofromir/assets/bindastry/podarok/yellow-bg.png);    
    background-repeat: no-repeat; 
}
.item-tabs-content.green .itc-img {
    background: url(/local/templates/gofromir/assets/bindastry/podarok/green-bg.png);    
    background-repeat: no-repeat; 
}
.item-tabs-content.blue .itc-img {
    background: url(/local/templates/gofromir/assets/bindastry/podarok/blue-bg.png);    
    background-repeat: no-repeat; 
}
.itc-podhodit {
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    max-height: 64px;
} 
.itc-podhodit b {
    font-style: bold;
}
.border-itc {
    height: 3px;
    border-radius: 24%;
    background: #333;
    width: 100%;
    margin-bottom: 16px;
}
.blue .border-itc {
    background: #ECF0FF; 
}
.red .border-itc {
    background: #FFDEDF; 
}
.green .border-itc {
    background: #E2FFFA; 
}
.yellow .border-itc {
    background: #FFF4D2; 
}
.itc-description {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    max-height: 195px;
    overflow: hidden;
}
.itc-description span {
    margin-bottom: 8px;
    display: block;
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.itc-btn a {
    border-radius: 14px;
    border: 1px solid #FF4E4E;
    padding: 16px 32px;
    display: block;
    color: #FF5A45;
    font-family: var(--inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
	transition: all 0.3s;
}
.itc-btn {
    width: 100%;
    text-align: center;
}

.slider-constr .container {
    position: relative;
}

@media screen and (max-width: 991px) {
    .podarok-slider-constr {
        padding: unset;
    }
    .tabs-group-header {
        padding: 0 24px;
    }
    .header-podarok {
        padding: 16px 16px 0 16px;
    }
    .header-podarok {
        font-size: 24px;
    }
    .tabs-group-header a { 
        font-size: 12px; 
        padding: 15px 10px 15px 10px; 
        width: auto;
        max-width: 244px;
        height: auto; ;
    }
}
@media screen and (max-width: 575px) {
    .tabs-group-header {
        flex-wrap: wrap;
    }
    .itc-img img {
        /* 
        max-width: 100%;
        width: 40%;
        */
        max-width: unset;
        width: unset;
    }
    .item-tabs-content.red .itc-img {
        background-size: contain;
    }
    .podarok-slider-constr {
        border-radius: 24px; 
        padding: 32px 16px; 
    }
        .header-podarok {
            font-size: 20px;
            line-height: 100%;
        }
        .itc-podhodit {
            font-size: 11px;
            line-height: 11px;
        }
        .itc-description span { 
        font-size: 12px;
        }
        .itc-podhodit img {
        width: 48px;
        height: 48px;
    }
    .itc-description {
        color: #353535;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }
    .itc-btn a {
        border-radius: 10px; 
        padding: 14px 32px; 
        font-size: 12px;
    }
}
/* End */
/* /local/templates/gofromir/components/bitrix/news.list/pod-slider/style.css?17842943185655 */
