

/* Start:/local/templates/fantasy_1/components/bitrix/catalog.element/product2020/style.css?165055086513867*/
body div#select-offset{
	margin: 0;
}

.delivery-info span{
	position: relative;
}

.delivery-info span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(/local/templates/fantasy_1/img/old-price.png);
    width: 54px;
    height: 18px;
    background-size: 73%;
    background-repeat: no-repeat;
}

.delivery-info-more ul{
	width: 90%;
    margin-bottom: 14px;
	list-style: none;
}
.delivery-info-more ul li {
    font-size: 14px;
    line-height: 1.2em;
    color: #828282;
    margin-bottom: 3px;
    padding-left: 12px;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
}
.delivery-info-more ul li:before {
    content: "•";
    margin-top: 1px;
    position: absolute;
    left: 0px;
    display: inline-block;
    color: rgb(130, 130, 130);
    font-size: 16px;
    line-height: 1em;
}
.delivery-info-more ul li span {
    color: #4F4F4F;
    font-weight: 500;
}

body .bx_item_detail_rating{
	margin-bottom: 0;
}

.card__right {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(68, 97, 4, 0.2);
    border-radius: 3px;
    padding: 35px !important;
}
.grey-block {
    background: #F4F4F4;
    padding: 22px 20px;
}


.delivery-date {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.reg-14 {
    font-size: 14px;
    line-height: 1.2em;
    font-weight: normal;
    color: #333333;
}
.reg-14-500 {
    font-size: 14px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 500;
}
.delivery-date__text {
    margin-left: 8px;
}
.delivery-date__text span {
    color: #F4046F;
}
.delivery-date__text a {
    color: #F4046F;
    text-decoration: underline;
}
.delivery-date__text .reg-14 {
    margin-top: 0;
    margin-bottom: 7px;
}
.delivery-date__text .reg-14:last-of-type {
    margin-bottom: 0;
}
.card__length {
    margin-top: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.card__radio {
    margin-left: 20px;
    flex-shrink: 0;
}
.card__radio input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    width: 0;
    position: absolute;
    height: 0;
}
.card__radio input[type=radio] + label {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em;
    color: #333333;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.card__radio input[type=radio] + label::before {
    content: '';
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #446104;
    margin-right: 8px;
    box-sizing: border-box;
    border-radius: 50%;
}
.card__radio input[type=radio]:checked + label::after {
    content: '';
    background: #446104;
    border: 1px solid #446104;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}
.card__count-block {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.card__count {
    margin-left: 25px;
    display: flex;
    align-items: center;
}
.card__count input[type=text] {
    border: 1px solid #446104;
    box-sizing: border-box;
    height: 36px;
    width: 36px;
    flex-grow: 0;
    text-align: center;
    flex-shrink: 0;
}
.card__count button {
    height: 36px;
    width: 30px;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    border: 0;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    color: #446104;
}
.price {
    font-size: 30px;
    color: #000000;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 13px;
}
.price .old-price > i {
    font-size: 22px;
    position: relative;
	font-weight: normal;
}
.price .old-price i:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 80px;
    height: 18px;
    background: url("/local/templates/fantasy_1/img/old-price-cart.png");
}
.rose-button {
    background: #4E2C4F;
    border: 1px solid #4E2C4F;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    padding: 15px 0;
    color: #FFFFFF;
    appearance: none;
    -webkit-appearance: none;
    transition: 200ms;
}
.rose-button:hover {
    background: #D1329F;
    border: 1px solid #D1329F;
}
.rose-border-button {
    border: 1px solid #D1329F;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    color: #D1329F;
    padding: 15px 0;
    appearance: none;
    transition: 200ms;
    -webkit-appearance: none;
    background: #ffffff;
}
.rose-border-button:hover {
    background: #D1329F;
    color: #FFFFFF;
}
.card__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.card__buttons .rose-button {
    width: calc(50% - 10px);
}
.card__buttons .rose-border-button {
    width: calc(50% - 10px);
}
.rose-link {
    color: #D1329F;
    text-decoration: underline;
    font-weight: 500;
}
.rose-link:hover {
    color: #4E2C4F;
    text-decoration: underline;
}

.card__tabs {
    margin-bottom: 55px;
}
.card__tab {
    margin-top: -1px;
}
.card__tab-name {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    padding: 9px 0;
}
.card__tab-name::after {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: url('/local/templates/fantasy_1/img/icon-expand.svg') no-repeat;
    z-index: 9;
    transition: 200ms;
}
.card__tab-name.collapsed::after {
    transform: rotate(180deg);
}
.card__tab-name img {
    margin-right: 21px;
}
.card__tab-name p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    color: #333333;
    text-transform: uppercase;
}
.card__tab-block {
    margin-top: 20px;
    margin-bottom: 30px;
}
#payment {
    margin-top: 0;
    margin-bottom: 0;
}

.bold-16 {
    font-size: 16px;
    line-height: 1.2em;
    color: #333;
    font-weight: 500;
}
.card__tab-block .bold-16 span.free {
    font-size: 14px;
    line-height: 1.2em;
    color: #446104;
}
.card__tab-block .bold-16 span {
    font-weight: 400;
}
.grey-list {
    width: 90%;
    margin-bottom: 14px;
}
.grey-list li {
    font-size: 14px;
    line-height: 1.2em;
    color: #828282;
    margin-bottom: 3px;
    padding-left: 12px;
    position: relative;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
}
.grey-list li:before {
    content: '•';
    margin-top: 1px;
    position: absolute;
    left: 0;
    display: inline-block;
    color: #828282;
    font-size: 16px;
    line-height: 1em;
}
.grey-list li span {
    color: #4F4F4F;
    font-weight: 500;
}
.free {
    text-transform: uppercase;
    font-weight: 500 !important;
}

.card__rate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.card__rate p {
    margin-right: 8px;
    margin-bottom: 0;
}

.med-14 {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
    color: #333333;
}

.card__one-link {
    margin-top: 10px;
    background: #F4F4F4;
    padding: 9px 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2em;
    color: #ED9A34;
    text-decoration: underline;
}
.card__one-link:hover {
    color: #ED9A34;
    text-decoration: underline;
}
.card__one-link img {
    margin-right: 12px;
}
.check-list {
    margin-top: 20px;
}
.check-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.check-list__item::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    background: url('/local/templates/fantasy_1/img/ok.svg') no-repeat center;
    width: 24px;
    height: 24px;
}

.card__image {
    display: flex;
    margin-bottom: 45px;
    position: relative;
}
.card__mini-photos {
    width: 95px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    height: 100%;
}
.card__mini-photos .slick-current {
    opacity: 0.3;
}
.card__mini-photos .slick-list {
    padding: 0 !important;
}
.card__mini-photos img {
    display: block !Important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 10px;
}
.card__mini-photos .slick-slide {
    border: 0 !important;
}
.card__photo {
    width: calc(100% - 106px);
    flex-shrink: 1;
    flex-grow: 0;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}
.card__photo .slick-slide {
    max-width: 100% !important;
}
.card__photo img {
    max-width: 100% !important;
}
.card__mini-photos .slick-prev {
    background: url('/local/templates/fantasy_1/img/icon-expand.svg') no-repeat;
    width: 24px;
    height: 24px;
    top: 12px !important;
    left: calc(50% - 12px);
}
.card__mini-photos .slick-next {
    background: url('/local/templates/fantasy_1/img/icon-expand.svg') no-repeat;
    width: 24px;
    height: 24px;
    bottom: 0;
    top: auto !important;
    left: calc(50% - 12px);
    transform: rotate(180deg);
}

.slick-slide {
    padding: 0 !important;
}

.card__all-radios {
    display: flex;
    align-items: center;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    text-decoration: none !important;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
    color: #446104;
}
.bx-breadcrumb {
    margin-bottom: 25px !important;
}

.relative-items {
    margin-top: 30px;
}
.relative-items .item {
    width: 19%;
    display: inline-block;
}
.relative-items .item-flex {
    display: flex !important;
    justify-content: space-between !important;
}

.card__right {
    margin-bottom: 30px;
}

.soput .card__tab-name p {
    text-transform: none !important
}

.delivery-date{
	margin-bottom: 25px;
}

.card__composition{
	margin: 0 0 25px 0;
}

.card__composition{
	font-size: 14px;
    line-height: 1.4em;
    color: #828282;
}

.card__composition p{
	font-size: 14px;
    line-height: 1.4em;
    color: #828282;
}

@media(max-width: 991px) {
    .bx-breadcrumb {
        margin-top: 20px !important;
    }

    .card {
        margin-top: 20px;
    }
    .card__image {
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }
    .card__photo {
        margin-left: 0;
        margin-right: 15px;
        width: calc(100% - 175px);
    }
    .card__mini-photos {
        width: 157px;
    }


    .card__right {
        padding: 0 15px !important;
        box-shadow: none;
    }
    .name-detail {
        margin-top: 0 !important;
        margin-bottom: 17px !important;
    }
    .card__mini-photos img {
        margin-bottom: 11px;
    }
    
    .card__text {
        margin-top: 25px;
    }
    .delivery-date__text {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: space-between;
    }
    .delivery-date__text p {
        margin-bottom: 0 !important;
    }
    .delivery-date {
        align-items: center;
    }
    .card__length {
        margin-top: 21px;
    }

    .relative-items {
        margin-top: -1px;
    }
    .relative-items .card__tab-name {
        padding: 13px 0;
    }
    .relative-items .tab-content {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .delivery-date {
        width: 100vw;
        margin-left: -15px;
    }
    .bx-breadcrumb .bx-breadcrumb-item span {
        white-space: normal;
    }
    .bx-breadcrumb {
        padding-left: 0 !important;
    }
    .card__all-radios {
        flex-wrap: wrap;
    }
    .card__length {
        align-items: flex-start;
    }
    .card__radio {
        margin-bottom: 15px;
        margin-left: 15px;
    }
    .card__count {
        margin-left: 20px;
    }
    .card__right .reg-14-500 {
        white-space: nowrap;
    }
    .grey-list {
        width: 100%;
    }
    #payment {
        margin-top: 20px;
    }
    .delivery-date__text span {
        white-space: nowrap;
    }

    .relative-items .item {
        width: calc(33.33% - 10px) ;
        margin-right: 15px;
    }
    .relative-items .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .relative-items .item-flex {
        flex-wrap: wrap;
        justify-content: start !important;
    }
}

@media(max-width: 500px) {
    
    .relative-items .item {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .relative-items .tab-content .item:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .relative-items .item:nth-of-type(3n) {
        margin-right: 20px;
    }

    .card__rate {
        margin-bottom: 20px;
    }
    .name-detail {
        font-size: 24px !important;
    }
    .delivery-date {
        align-items: flex-start;
    }
    .delivery-date__text {
        display: block;
    }
    .delivery-date__text p:last-of-type {
        margin-top: 12px;
    }
    .card__image {
        flex-direction: column-reverse;
    }
    .card__photo {
        width: 100%;
    }
    .card__mini-photos {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .card__mini-photos img {
        margin-bottom: 0;
    }
    .card__mini-photos .slick-slide {
        margin-left: 5px;
        margin-right: 5px;
    }
    .card__buttons {
        flex-direction: column;
    }
    .card__buttons .rose-button {
        margin-bottom: 10px;
    }
    .card__buttons button {
        width: 100% !important;
    }
}

@media(max-width: 350px) {

}
/* End */


/* Start:/local/templates/fantasy_1/components/bitrix/iblock.vote/stars/style.css?1647532687927*/

.bx_item_detail_rating{margin-bottom: 10px;}
.bx_item_detail_rating td{
	vertical-align: middle;
	text-align: right;
}
.bx_item_detail_rating .bx_item_rating{
	text-align: right;
}
.bx_item_detail_rating .bx_stars_container{
	position: relative;
	width: 68px;
	height: 30px;
	background: #dadada;
	background-size: 100% 100%;
}
.bx_item_detail_rating .bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(/local/templates/fantasy_1/components/bitrix/iblock.vote/stars/images/stars.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progres{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #f4046f;
}
.bx_item_detail_rating .bx_stars_rating_votes{
	color: #8d8d8d;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
	.bx_item_detail_rating .bx_stars_rating_votes{
			font-size: 7px;
			line-height: 7px;
	}
}
/* End */


/* Start:/local/templates/fantasy_1/css/slick.css?16475328311776*/
/* 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 */
/* /local/templates/fantasy_1/components/bitrix/catalog.element/product2020/style.css?165055086513867 */
/* /local/templates/fantasy_1/components/bitrix/iblock.vote/stars/style.css?1647532687927 */
/* /local/templates/fantasy_1/css/slick.css?16475328311776 */
