

/* Start:/local/components/byterix/catalog/templates/catalog/style.min.css?1682214802959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/components/byterix/catalog.element/templates/11-v2-complex/style.css?168221480211967*/
.js-fav {
    font-weight: bold;
    cursor: pointer;
}
.js-fav:hover > .icon {
    color: #52ac62;
}
.js-fav .icon {
    margin-left: 10px;
}
.js-fav.active .icon {
    color: #52ac62;
}
.main-info {
    display: flex;
    margin-top: 30px;
    /*max-height: 370px;*/
}
.main-info .photo {
    width: 100%;
    max-width: 280px;
    min-width: 250px;
    margin-right: 24px;
    position: relative;
}
 .photo .icon {
    position: absolute;
    z-index: 7;
    font-size: 58px;
    opacity: 0.3;
    color: #cacaca;
    top: 10px;
    left: 10px;
    pointer-events: none;
}
.photo .slider-single a {
    cursor: zoom-in;
}
.photo img {
    width: 100%;
}
/*div.photo .slider-single .slick-list {*/
/*    height: 416px;*/
/*}*/
.slider-single > div:nth-child(1n+2) { display: none }
.slider-single.slick-initialized > div:nth-child(1n+2) { display: block }
.slider-nav h3::before {
    content: "";
    display: block;
    padding-top: 75%;
}
.slider-nav {
    margin-top: 30px;
}
.info {
    width: 100%;
    margin-right: 24px;
    max-width: 330px;
    min-width: 260px;
}
.info .select {
    width: 100%;
    margin-bottom: 20px;
}
.info .select select {
    width: 100%;
}
select[name="id"] {
    margin-bottom: 10px;
}
.info .select p {
    font-family: "Open Sans Regular";
}

.info dl {
    overflow: hidden;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 0.5px solid #f1eeee;
}
.info dt {
    font-weight: unset;
    float: left;
    clear: both;
    margin-right: 10px;
}
.info dd {
    text-align: right;
}
.green-text {
    color: #52ac62;
}
.buy-info {
    position: relative;
    width: 100%;
    max-width: 440px;
    min-width: 400px;
}
.buy-info .block-price {
    position: absolute;
    padding: 35px 22px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.block-price .price {
    font-family: 'Open Sans Regular';
    position: relative;
    margin-top: 10px;
}
.block-price .price .old_price {
    position: absolute;
    top: -12px;
}
.block-price .all-options {
    cursor: pointer;
}
.a-info::after {
    content: "?";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #d0d0d0;
    text-align: center;
    border-radius: 7px;
    margin-left: 5px;
    font-size: 11px;
    line-height: 13px;
    cursor: pointer;
}
.total_price {
    font-size: 27px;
    font-weight: bold;
}
.block-price .btn.btn-option {
    display: none;
}
.plus_free_delivery {
    position: relative;
    margin-left: 30px;
}
.plus_free_delivery::before {
    content: "+";
    color: #52ac62;
    position: absolute;
    left: -14px;
    font-size: 20px;
    line-height: 10px;
    top: 5px;
    font-weight: bold;
}
.additional_options {
    margin: 20px 0 10px;
    font-family: "Open Sans Regular";
    position: relative;
    max-height: 150px;
    overflow: hidden;
}
.block-price:hover > .last .additional_options {
    max-height: unset;
    overflow: unset;
}
.additional_options__item {
    display: flex;
    justify-content: space-between;
}
.additional_options .name_option {
    margin-right: 4px;
}
.additional_options .additional_price {
    color: #52ac62;
    margin-right: 4px;
}
.additional_options .control {
    width: 11px;
    height: 11px;
    display: inline-block;
}
.additional_options .control::after {
    content: "+";
    background: #cacaca;
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 6px;
    font-size: 15px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
    transform: rotate(45deg);
    padding: 0 1px 1px 0;
}
.additional_options .no-active .name_option, .additional_options .no-active .additional_price {
    color: #c9c9c9;
}
.additional_options .no-active .control::after {
    background: #52ac62;
    transform: rotate(0deg);
    padding: 0;
}

.block-price .pay_later {
    margin: 5px 0 20px;
}
.block-price .btn {
    width: 100%;
    height: 40px;
    border-radius: 0;
    display: flex;
    justify-content: center;
}
.block-price .btn.btn-link {
    border: unset;
    background: unset;
    color: #52ac62;
}
.parameter__label {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.moreinfo {
    display: none;
}
.top-info {
    display: block;
    position: absolute;
    bottom: 113%;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #d0d0d0;
    z-index: 10;
}
.top-info::after {
    content: "";
    left: 16px;
    bottom: -20px;
    position: absolute;
    border: 10px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 10px;
    border-top: 10px solid #d0d0d0;
}
.bottom-info {
    display: block;
    position: absolute;
    top: 113%;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #d0d0d0;
    z-index: 10;
}
.bottom-info::after {
    content: "";
    left: 16px;
    top: -21px;
    position: absolute;
    border: 10px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 10px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 10px;
    border-bottom: 10px solid #d0d0d0;
}

.parameter__num {
    width: 20%;
    max-width: 20%;
}
.num_input {
    position: relative;
    border: 1px solid #000;
    height: 35px;
    align-items: center;
    display: flex;
}
.num_input input {
    width: 100%;
    border: none;
    outline: none;
}
.num_input .num_plus {
    top: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.num_input .num_minus {
    bottom: 0;
    right: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.num_input .num_plus, .num_input .num_minus {
    display: block;
    position: absolute;
    width: 15px;
    cursor: pointer;
    color: #000;
    font-size: 17px;
    line-height: 1;
    height: 17px;
}
.parameter__num span {
    text-align: center;
    display: inherit;
    font-size: 12px;
    color: #7b7b7b;
    font-weight: bold;
}
.parameter p {
    font-size: 18px;
    line-height: 18px;
    padding-right: 3px;
}
.parameter p span {
    font-size: 12px;
    color: #7b7b7b;
}
.options_list {
    margin: 30px 0 40px;
}
.options_list, .decor_list {
    display: flex;
    flex-wrap: wrap;
}
.option_list__item.decor {
    width: 70%;
}
.option_list__item.additionally {
    width: 30%;
}
.options_list__header {
    width: 100%;
}
.options_list .parameter {
    display: flex;
}
.options_list .decor .parameter {
    width: 48%;
}
.options_list .decor_list .parameter:nth-child(2n) {
    margin-right: 0;
    margin-left: 15px;
}
.options_list .decor_list .parameter {
    margin-right: 0;
    padding-right: 15px;
    border-right: 2px dashed #d0d0d0;
}

@media (max-width: 1320px) {
    .total_price {
        font-size: 22px;
    }
    .info, .old_price, .plus_free_delivery, .pay_later, .additional_options, .all-options {
        font-size: 15px;
    }
    .options_list .parameter p {
        font-size: 15px;
        line-height: 15px;
    }
    /*div.photo .slider-single .slick-list {*/
    /*    height: 416px;*/
    /*}*/
    .main-info .photo {
        min-width: 150px;
    }
    .info {
        min-width: 140px;
    }
    .buy-info {
        min-width: 344px;
    }
}
@media (max-width: 1099px) {
    .total_price {
        font-size: 18px;
    }
    .info, .old_price, .plus_free_delivery, .pay_later, .additional_options, .all-options, .options_list {
        font-size: 13px;
    }
    .options_list .parameter p {
        font-size: 13px;
        line-height: 13px;
    }
    .info {
        min-width: 70px;
    }
    .buy-info {
        min-width: 306px;
    }
}

@media (max-width: 1000px) {
    .total_price {
        font-size: 22px;
    }
    .info, .old_price, .plus_free_delivery, .pay_later, .additional_options, .all-options {
        font-size: 15px;
    }
    .options_list .parameter p {
        font-size: 15px;
        line-height: 15px;
    }

    .info {
        max-width: 270px;
    }
    .buy-info {
        min-width: 343px;
    }
}
@media (max-width: 800px) {
    .total_price {
        font-size: 18px;
    }
    .info, .old_price, .plus_free_delivery, .pay_later, .additional_options, .all-options, .options_list {
        font-size: 13px;
    }
    .options_list .parameter p {
        font-size: 13px;
        line-height: 13px;
    }

    .buy-info {
        min-width: 306px;
    }
}
@media (max-width: 720px) {
    .block-price .price {
        display: flex;
        flex-direction: column;
    }
    .plus_free_delivery {
        margin-left: 12px;
    }
    .additional_options__item {
        flex-direction: column;
    }
    .buy-info {
        min-width: 268px;
    }
}
@media (max-width: 640px) {
    main.page {
        position: relative;
    }
    .material, .js-fav {display: none}
    .buy-info {
        position: fixed;
        /*display: none;*/
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        left: 0;
        bottom: 60px;
        z-index: 9;
    }
    .plus_free_delivery {
        display: none;
    }
    .buy-info .block-price {
        position: relative;
        z-index: 7;
        display: flex;
        /*flex-direction: column;*/
        flex-wrap: wrap;
        padding: 5px 10px 5px;
    }
    .last {
        order: 1;
        width: 100%;
        display: none;
    }
    .first {
        order: 2;
        width: 100%;
        display: none;
    }
    .block-price .btn {
        padding: 0 2px;
    }
    .center_price {
        order: 3;
        width: 28%;
    }
    .center_btn {
        order: 4;
        width: 72%;
        display: flex;
    }
    .center_btn .btn-primary {
        min-width: unset;
        margin-right: 5px;
        font-size: 14px;
    }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
        background-color: #fff;
        border: 1px solid #41884e;
        color: #41884e;
    }
    .pay_later {
        display: none;
    }
    .block-price .btn.btn-option {
        display: flex;
    }
    .total_price {
        font-size: 22px;
    }
    .additional_options {
        max-height: unset;
    }
    .info, .old_price, .plus_free_delivery, .pay_later, .additional_options, .all-options {
        font-size: 15px;
    }
    .additional_options .control {
        width: 18px;
        height: 18px;
    }
    .additional_options .control::after {
        font-size: 20px;
        line-height: 16px;
        border-radius: 11px;
    }
    .block-price .all-options {
        margin-bottom: 15px;
        display: block;
    }
    .additional_options .additional_price {
        margin-right: 16px;
    }
    .options_list .parameter p {
        font-size: 15px;
        line-height: 15px;
    }
    .additional_options__item {
        flex-direction: row;
    }
    .main-info {
        justify-content: space-between;
    }
    .info {
        margin-right: 0;
    }
    .option_list__item.decor {
        width: 100%;
    }
    .options_list .decor_list .parameter {
        padding-right: 0;
    }
    .options_list .decor_list .parameter:nth-child(2n) {
        border-right: unset;
    }
    .option_list__item.additionally {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .total_price {
        font-size: 18px;
    }
    .info, .old_price, .plus_free_delivery, .pay_later, .all-options, .options_list {
        font-size: 13px;
    }
    /*.options_list .parameter p {*/
    /*    font-size: 13px;*/
    /*    line-height: 13px;*/
    /*}*/
}
@media (max-width: 400px) {
    .options_list .decor .parameter {
        width: 100%;
    }
    .options_list .decor_list .parameter {
        border-right: unset;
    }
    .options_list .decor_list .parameter:nth-child(2n) {
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/vsepamyatniki_v2/components/bitrix/catalog.section/in_detail_section_link/style.css?16822148003560*/
.similar-list {
    position: relative;
    margin-bottom: 60px;
}
.extra_tile {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.system-nav-green {
    position: relative;
}
.similar-list .btnLeft, .similar-list .btnRight {
    position: absolute;
    width: 12px;
    height: 12px;
    transition: all .3s;
    opacity: .6;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: -30px;

}
.similar-list .btnLeft {
    left: -50px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);

}
.similar-list .btnRight {
    right: -50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.similar-list .extra_tile__item {
    position: relative;
    width: 15%;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    transition: all .3s;
    justify-content: flex-start;
    align-items: center;
}
.extra_tile__item:nth-child(4n+4) {
    margin-right: 0;
}
.extra_tile__item_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    max-height: 133px;
    min-height: 133px;
}
.similar-list .extra_tile__item_img img {
    height: 100%;
    max-width: 100%;
    max-height: 212px;
}
.add_btn span {
    display: inline-block;
}
.hidden-arrow-block {
    display: none;
}
.extra_tile_price {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    padding: 2px 4px;
    background: #52ac62;
    color: #fff;
    font-size: 13px;
    opacity: 0.8;
}

.similar-list .extra_tile__item_text {
    padding: 12px 3px;
}
.extra_tile__item_text p {
    font-size: 12px;
    font-weight: bold;
}

.similar-list .extra_tile__item_img .add_btn {
    height: 47px;
    flex-direction: column;
    cursor: pointer;
    z-index: 8;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    transition: all .3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    text-decoration: none;
    color: #fff;
    background-color: #52ac62;
    align-items: center;
    justify-content: center;
}


.similar-list .extra_tile__item_img .added {
    background-color: #e2dfdf;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    color: #2e3033;
}

.extra_tile__item:hover .extra_tile__item_img .add_btn, .extra_tile__item:target .extra_tile__item_img .add_btn {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.similar-list .btns {
    position: absolute;
    top: 50%;
    display: flex;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    align-items: center;
    justify-content: space-between;
}
.similar-list .btns_container {
    position: relative;
    width: 100%;
}
.btnLeft, .btnRight {
    cursor: pointer;
}
@media (max-width: 1505px) {
    .similar-list .btns {display: none}
}
@media (max-width: 640px) {

    .similar-list .extra_tile__item {
        width: 23%;
    }

    .similar-list .extra_tile__item .extra_tile__item_img {
        max-height: unset;
        min-height: unset;
        height: unset;
    }
    .similar-list .extra_tile__item_img img {
        height: 100%;
        max-height: unset;
        max-width: unset;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .similar-list .extra_tile__item {
        width: 30%;
    }
}
/* End */


/* Start:/local/templates/vsepamyatniki_v2/components/bitrix/news.list/slider_fancybox_line_catalog/style.css?1682214800608*/
.news_slider_container .slider-container-catalog {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1071px;
	margin-top: 32px;
}

.news_slider_container .slider-container-catalog a {
	text-decoration: none;
	/*width: 149px;*/
	margin: 0 15px 15px 0;
}
.news_slider_container .slider-container-catalog img {
	display: block;
	width: 100%;
	height: 100%;
}
.news_slider_container .news_tile__item {
	border: none;
	margin: 0 5px;
}
.news_slider_container .btn_right {
	display: block !important;
}
/*@media (max-width: 640px) {*/
/*	.news_tile__item_img img {*/
/*		max-height: 300px;*/
/*	}*/
/*}*/
/* End */


/* Start:/local/templates/vsepamyatniki_v2/components/bitrix/news.list/slider_fancybox_line_review/style.css?16840172772058*/
.stars {
	color: #52ac62;
	font-size: 22px;
}
.stars .star {
	float: left;
}
.stars .star polygon {
	fill: #d8d8d8;
}

.stars[data-stars] .star polygon {
	fill: #00ae5d;
}
.stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
	fill: #d8d8d8;
}
.stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
	fill: #d8d8d8;
}
.stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
	fill: #d8d8d8;
}
.stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
	fill: #d8d8d8;
}
.stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
	fill: #d8d8d8;
}

.feed_tile {
	display: flex;
	width: 100%;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.feed_tile__item {
	width: calc(33.3333% - 22px);
	margin-right: 32px;
	margin-bottom: 32px;
	padding: 32px;
	border: 1px solid #d0d0d0;
	border-radius: 30px;
}
.feed_tile__item:nth-child(3n+3) {
	margin-right: 0;
}
.feed_tile__item .date {
	font-size: 14px;
	margin-bottom: 6px;
	opacity: .5;
}
.feed_tile__item .stars {
	margin-bottom: 10px;
}
.feed_tile__item .light {
	font-size: 14px;
	opacity: .8;
}
.medium {
	font-weight: bold;
}

.photos a {
	display: inline-block;
	text-decoration: none;
	width: 90px;
	margin: 0 7px 7px 0;
}
.photos a:nth-child(3) {
	margin: 0 0 7px 0;
}
.photos img {
	display: block;
	width: 100%;
	height: 100%;
}
.reviews-not-found {
	margin: 30px 0 30px;
}
.stars-filter {
	display: flex;
}
.stars-filter {
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.stars-filter .stars {
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	text-decoration: none;
}
.stars-filter .stars.active, .stars-filter .stars:hover {
	border: 1px solid;
}
.stars-filter .stars span {
	font-size: 12px;
	margin-left: 10px;
}

@media (max-width: 1200px) {
	.feed_tile__item {
		width: 100%;
		margin-right: 0;
	}

	.feed_tile__item {
		width: 100%;
		margin-right: 0;
	}

	.feed_tile__item {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 640px) {
	.feed_tile__item {
		padding: 20px;
	}
}

/* End */
/* /local/components/byterix/catalog/templates/catalog/style.min.css?1682214802959 */
/* /local/components/byterix/catalog.element/templates/11-v2-complex/style.css?168221480211967 */
/* /local/templates/vsepamyatniki_v2/components/bitrix/catalog.section/in_detail_section_link/style.css?16822148003560 */
/* /local/templates/vsepamyatniki_v2/components/bitrix/news.list/slider_fancybox_line_catalog/style.css?1682214800608 */
/* /local/templates/vsepamyatniki_v2/components/bitrix/news.list/slider_fancybox_line_review/style.css?16840172772058 */
