

/* Start:/local/templates/mag/components/bitrix/catalog.element/us_karty/templates/us_karty/style.css?17587966057940*/
/* FIX slick */

.element-picture .slick-track {
    display: flex;
}

.element-picture  {
    display: flex !important;
    position: relative;
}

.element-picture__item {
    position: absolute;
    left: 0;
    top: 0;
    right: var(--el-mr-nav-slider);
}

.slick-initialized .element-picture__item, .element-picture__item:first-child {
    position: relative;
    right: 0;
}

/* FIX slick */

.element {
    --el-width-nav-slider: 92px;
    --el-mr-nav-slider: 20px;
}

.element-title h1{
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: -10px;
    font-size: 38px;
}

.element-article{
    color: #aeaeae;
    font-size: 16px;
}

.element__prices{
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    white-space: nowrap;
}

.element__pictures {
    display: flex;
}

.element__pictures img{
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.element-picture {
    width: calc(100% - var(--el-width-nav-slider) - var(--el-mr-nav-slider));
    padding-right: var(--el-mr-nav-slider);
}

.element-picture-slider {
    width: var(--el-width-nav-slider);
    margin-right: var(--el-mr-nav-slider);
    order: -1;
    padding: 0px;
    overflow: hidden;
}

.element-picture-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    transform: none;
    left: 0;
    width: 100%;
    height: 20px;
}

.element-picture-slider .slick-arrow svg{
    height: auto;
    width: 12px;
}

.element-picture-slider .slick-next {
    top: auto;
    bottom: 0;
}

.element-picture-slider .slick-prev {
    top: 0;
    bottom: auto;
}

.element-picture-slider__item {
    display: flex;
    margin: 0px 0px 7.5px 0px;
    cursor: pointer;
    background: #fff;
    opacity: 0.5;
}

.element-picture-slider__item .picture {
    width: var(--el-width-nav-slider);
    height: var(--el-width-nav-slider);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-vertical .element-picture-slider__item {
    border: 1px solid transparent;
}

.slick-vertical .element-picture-slider__item.slick-current {
    border: none;
    opacity: 1;
}

.element-container {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.element__pictures {
    width: 50%;
    position: sticky;
    top: 20px;
}

.element__info {
    width: 50%;
    background: #fff;
    padding: 0px 30px 30px 30px;
    position: sticky;
    top: 20px;
}

.element__price {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #222222;
}

.element__price--old {
    font-size: 20px;
    line-height: 24px;
    text-decoration: line-through;
    color: #aeaeae;
    margin-left: 10px;
}

.element__info-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 5px;
}

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

.element-prop {
    --el-margin: 2.5px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--el-margin) * -1);
}

.element-prop.ui-select {
    margin: 0;
    max-width: 285px;
}


.element-prop .element-prop__item {
    margin: var(--el-margin);
}

.element-props__item {
    font-size: 16px;
    line-height: 20px;
}

.element-props__item {
    margin-top: 5px;
    color: #59554F;
}

.element-props__item span:first-child {
    color: #aeaeae;
}

.element-props__item:last-child {
    margin-top: 10px;
}


.element-props__item:last-child span {
    font-size: 14px;
}

.element__btns {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.element__btns button {
    margin-right: 35px;
}

.element__btns button:last-child {
    margin-right: 0;
}

[data-element-discount] {
    position: relative;
    width: fit-content;
}

[data-element-discount]::after {
    content: attr(data-element-discount);
    position: absolute;
    background: #E20338;
    border-radius: 2px;
    color: #fff;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    left: calc(100% + 10px);
}

.prop-disabled {
    display: none;
}

.buy1click {
    display: none;
}

.btn-link--ic:hover svg path {
    stroke: #C99542 !important;
}

.liked svg {
    fill: #B81616 !important;
}

.liked svg path {
    stroke: #B81616 !important;
}

#errorBuy1Click{
    color: #B81616;
    margin-top: 10px;
}

.ui-input--checkbox-2 input+span {
    display: inline-flex;
    color: #222222 !important;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px !important;
    border: 2px solid #D6CFC3 !important;
    border-radius: 50% !important;
    background: #fff;
    text-align: center;
    font-weight: 500;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    align-items: center;
    justify-content: center;
}

.ui-input--checkbox-2 input:checked+span {
    background: #D6CFC3 !important;
    border: 2px solid #D6CFC3 !important;
    color: #222222 !important;
}

@media (max-width: 1250px) {
    .element__btns button {
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .element__btns button {
        margin-right: 10px;
    }
}

.popup-gift{
    padding: 10px;
}

@media (max-width: 992px) {

    .element-title h1 {
        font-size: 26px;
    }

    .element-picture-slider {
        display: none !important;
    }
    .slick-slide img {
        margin: auto;
    }
    .element-picture{
        padding: 0;
    }

    .element__info {
        padding: 20px;
    }

    .slider-nav {
        display: none;
    }

    .element-container {
        flex-wrap: wrap;
    }

    .element__info,
    .element__pictures {
        width: 100%;
    }

    .element__info, .element__pictures {
        position: static;
    }

    .element__info {
        margin: 35px -20px 0;
        width: calc(100% + 40px);
    }

    .element__pictures {
        flex-wrap: wrap;
    }

    .element-picture {
        width: 100%;
    }

    .element-picture-slider {
        width: 100%;
        margin: 10px 0;
        order: 0;
    }

    .element__btns {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        padding: 8px 20px 0;
/*        border-top: 1px solid #aeaeae;*/
        box-shadow: 0px -4px 8px 0px #D6CFC329;
        /* justify-content: space-between; */
        z-index: var(--z-index-menu);
        flex-wrap: nowrap;
    }

    .element__btns button {
        /* font-size: 12px 15px; */
        padding: 10px 10px;
        margin-bottom: 8px;
    }

    .element__btns button {
        /* font-size: 12px 15px; */
        width: 100%;
        white-space: nowrap;
    }

    .element__btns button.btn-link--ic {
        padding: 10px 12px;
        width: auto;
    }

    .main-section{
        margin: 10px auto !important;
    }

    .element-props__item{
        margin-top: 8px;
        font-size: 14px;
    }
}


@media (max-width: 550px) {

    .element__btns {
        padding: 8px 10px 0;
    }

    .element__btns button {
        font-size: 11px;
/*        min-height: 52px;*/
    }

    .element__btns button.btn-link--ic {
        padding: 8px 10px;
        width: auto;
    }

    .element__btns button.btn-link--ic svg{
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 400px) {
    .element__prices{
        display: block;
    }

    .element__price--old {
        margin-left: 0px;
        margin-top: 10px;
    }
    
}

@media (max-width: 350px) {
    .element__btns button {
        font-size: 12px;
        padding: 10px 8px;
    }
}

.element-delivery {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #fff;
    margin: 20px 0px; 
    border: 2px solid #D6CFC3;
}

.element-delivery .btn-clear { 
    color: #D6CFC3;
    font-weight: bold;
}
/* End */


/* Start:/local/templates/mag/style/shopList.css?17587966066897*/
#popupShops_background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popupShops_background {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popupShops {
    margin: auto;
    height: 600px;
    background: #fff;
    padding: 0;
}

.glyphicon-remove {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

#popupShops #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nullValue {
    border-color: red !important
}

[data-element='shop-popup'] {
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

[data-element="shop-popup-overlay"] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(128, 128, 128, 0.5);
    z-index: 101;
}

.shop-list-content {
    display: flex;
    max-height: 100%;
    position: relative;
    border-top: 1px solid var(--main-color-4);
}

.shop-list-container .shop-map {
    /*width: calc(100% - 400px);
    height: 400px;*/

    width: 100%;
    height: 100%;
}

.shop-list-container .shop-map>div {
    width: 100%;
    height: 400px;
    /*    height: 600px;*/
}

.shop-list-container.container {
    max-width: 950px;
    width: 100%;
    padding: 25px 15px 25px 25px !important;
}

.shop-list-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.city-select.dropdown {
    text-align: center;
    width: 100%;
}

.city-select__current {
    width: 100%;
}

.shop-list-list {
    height: 100%;
}

.shop-list-list .dropdown-content {
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #aa8851;
    background-color: #f3e9d4;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.shop-list-list-ul {
    /*    max-width: 350px;*/
    padding: 5px;

    height: 100%;
    overflow-y: auto;

    margin: 0;
}

.shop-list-list-ul::-webkit-scrollbar {
    width: 4px;
}

.shop-list-list-ul::-webkit-scrollbar-track {
    background-color: #EBE7E1;
    border-radius: 4px;

}

.shop-list-list-ul::-webkit-scrollbar-thumb {
    background: var(--link-color);
    border-radius: 4px;

}

.shop-list-list-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0px 0px 15px 0px; */
    padding: 10px;
}

.shop-list-list-ul .shop-item-name,
.shop-list-list-ul .shop-item-address,
.shop-list-list-ul .shop-item-phone,
.shop-list-list-ul .shop-item-email,
.shop-list-list-ul .shop-item-worktime,
.shop-list-list-ul .shop-item-btn {
    width: 25%;
    /* padding: 0 5px; */
}



.shop-item-address {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.shop-item-info,
.shop-item-worktime {
    color: var(--night-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-list-ul .shop-item-name {
    color: #8e6b36;
}

.shop-list-list-ul .shop-item-btn {
    text-align: center;
}

.shop-list-list-ul .shop-item-btn a {
    color: #333;
    padding: 5px;
    max-width: 130px;
    width: 100%;
    border: 1px solid #333;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
}

.shop-list-list-ul .shop-item-btn a:hover {
    color: #fff;
    background: #8e6b36;
    border: 1px solid #8e6b36;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
    text-decoration: none;
}

.shop-list-list-ul .shop-item-phone {
    /*text-align: center;*/
}

.shop-list-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .shop-list-container.container {
        max-width: 875px !important;
    }
}

@media (max-width: 768px) {
    #popupShops {
        height: 100%;
    }
    
}

.shop-list-list-ul .shop-item-name, .shop-item-address {
    /* width: 100%; */
    /* margin: 0px 0px 20px 0px; */
    /*    text-align: center;*/
}

.shop-list-list-ul li {
    padding: 24px 40px;
    border-bottom: 1px solid var(--main-color-4);
}

.shop-list-list-ul li:last-child {
    border: none;
}


@media (max-width: 450px) {
    .shop-list-title.title {
        font-size: 17px;
    }
}

.shop-list-list-ul .btn-link {
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    /* margin-top: 15px; */
    max-width: 200px;
}

.shop-list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*    border-radius: 4px;*/
    z-index: 1;
    background-color: #fff;
    height: 100%;
    max-width: 100%;
}

.shop-list-message {
    padding: 16px;
    border-radius: 8px;
    color: #222222;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 24px;
}

.shop-list-viewes {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-list-viewes div {
    background: #D6CFC3;
    border-radius: 24px;
    padding: 13.5px 15px;
    display: inline-block;
    line-height: initial;
    cursor: pointer;
    text-align: center;
    width: calc(50% - 5px);
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #D6CFC3;
}

.shop-list-viewes div.active {
    background: #D6CFC3;
    color: #222222;
    border: 2px solid #222222;
}

.shop-list-search {
    flex: 1;
    position: relative;
}

.shop-list-search input {
    width: 100%;
    height: 48px;
}

.shop-list-search button {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .shop-list-actions {
        flex-wrap: wrap;
    }

    .shop-list-search {
        width: 100%;
        order: -1;
        flex: none;
    }

    .shop-list-list-ul li {
        flex-wrap: wrap;
    }

    .shop-list-content .shop-list-list-ul .shop-item-name,
    .shop-list-content .shop-list-list-ul .shop-item-address,
    .shop-list-content .shop-list-list-ul .shop-item-phone,
    .shop-list-content .shop-list-list-ul .shop-item-email,
    .shop-list-content .shop-list-list-ul .shop-item-worktime,
    .shop-list-content .shop-list-list-ul .shop-item-btn {
        width: 100%;
    }

    .shop-list-list-ul li{
        padding: 24px 20px;
    }

    .shop-item-worktime, .shop-item-address {
        margin-bottom: 12px;
    }
}

#shop-popup .ui-popup__container{
    max-width: 1180px;
    width: calc(100% - 40px);
    padding: 32px 40px;
}
/* End */


/* Start:/local/templates/mag/components/bitrix/form.result.new/gift/style.css?17587966064963*/
.popup-gift {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .6);
	display: none;
}

.popup-gift__container {
	background-image: url(/local/templates/mag/images/back_send_friend.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: contain !important;
	max-width: 1100px !important;
	padding: 20px 30px 20px !important;
}

.btn-friends {
/*	position: absolute;*/
/*    right: 168px;*/
/*    z-index: 10;*/
    font-size: 14px;
    bottom: 46px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    cursor: pointer;
}

.btn-friends i{
	font-size: 20px;
	margin-left: 5px;
}

.popup-gift--open {
	display: flex;
}

.popup-gift__container {
	background: #fff;
	padding: 25px 66px 15px;
	width: 840px;
	position: relative;
}

.form-gift__label {
	display: block;
	font-size: 12px;
    margin-bottom: 12px;
    font-weight: bold;
}

.form-gift-title h1 {
	font-size: 32px;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-right: 25px;
}

.form-gift__block+.form-gift__block {
	margin-top: 40px;
}

.form-gift__block input {
	border: 1px solid #e8e8e8;
	color: #1d1d1d;
	display: block;
	font-size: 16px;
	height: 36px;
	margin-bottom: 18px;
	padding: 5px 6px;
	width: 100%;
}

.form-gift__inputs {
	box-sizing: border-box;
	padding: 0 25px 18px 0;
	text-align: left;
	width: 46%;
}

.form-gift__inputs .ui-input__placeholder {
	display: none;
}

.popup-gift [name=captcha_word] {
	border: 1px solid #e8e8e8;
	color: #1d1d1d;
	display: block;
	font-size: 18px;
	height: 36px;
	margin-bottom: 18px;
	padding: 5px 6px;
	width: 100%;
}

.form-gift {
	display: flex;
	justify-content: space-between;
}

.form-gift__content {
	width: 46%;
	text-align: center;
}

.form-gift__content img {
	width: 100%;
}

.form-gift__content-text {
	color: #222222;
	font-size: 16px;
	line-height: 28px;
	padding: 0 10px;
}

.popup-gift-close {
	position: absolute;
	right: 43px !important;
	top: 43px !important;
}

.popup-gift-close.final--form {
	position: absolute;
	right: 25px !important;
	top: 25px !important;
}
.btn--gift {
	cursor: pointer;
    text-align: center;
    background: #D6CFC3;
    color: #222222;
    font-size: 24px !important;
    position: relative;
    border-radius: 30px;
    line-height: 30px;
    height: 48px !important;
    padding: 5px 20px !important;
    vertical-align: middle;
    outline: none;
    font-weight: bold;
    border: 2px solid #D6CFC3;
    margin-top: 10px;
	max-width: 200px;
}

@media(max-width:992px){
	.btn--gift {
		height: auto !important;
		padding: 15px 20px !important;
		font-size: 20px !important;
	}
}

.btn--gift.final--form--btn {
	text-decoration: none;
	max-width: initial !important;
}

.btn--gift:hover {
	background: #fff;
	color: #222222 !important;
	border: 2px solid #222222;
}

.form-gift__img{
	display: none;
}

@media (max-width: 1200px){
	.popup-gift__container{
		background-image: none !important;
		max-width: 660px !important;
	}

	.form-gift {
		display: block;
	}

	.form-gift__inputs {
		padding: 0;
		width: 100%;
	}

	.form-gift__img{
        background-image: url(/local/templates/mag/images/back_send_friend__mobile.png) !important;
        background-repeat: no-repeat !important;
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 100vh;
        max-height: 300px;
        padding: 20px 0 20px !important;
        display: block;
	}

	.popup-gift__container{
		overflow-y: auto;
		overflow-x: hidden;
	}

	/*.popup-gift__container::-webkit-scrollbar {
		width: 4px;
	}

	.popup-gift__container::-webkit-scrollbar-track {
		background-color: #EBE7E1;
		border-radius: 4px;

	}

	.popup-gift__container::-webkit-scrollbar-thumb {
		background: #D6CFC3;
		border-radius: 4px;

	}*/

	.popup-gift__container::-webkit-scrollbar {
		width: 30px;
	}

	.popup-gift__container::-webkit-scrollbar-track {
		border-radius: 4px;
		border: 4px solid transparent;
	}

	.popup-gift__container::-webkit-scrollbar-thumb {
		background: #D6CFC3;
		border-radius: 8px;
		border: 12px solid transparent;
		background-clip: padding-box;
	}
}

@media (max-width: 992px){
	.popup-gift__container{
		max-width: 600px !important;
		width: 100%;
		margin: 0 10px ;
		padding: 20px;
		/* overflow: auto; */
		max-height: 100vh;
	}
	.form-gift__content{
		display: none;
	}
	.form-gift__inputs{
		width: 100%;
		padding: 0;
	}
	.btn-friends{
		left: 0;
	}
}

@media (max-width: 576px){
	.popup-gift-close {
		right: 15px !important;
		top: 15px !important;
	}

	.form-gift-title h1 {
		font-size: 24px;
		margin-bottom: 20px;
		text-transform: uppercase;
		padding-right: 0px;
		padding-top: 20px;
	}

	.popup-gift__container {
		padding: 20px 15px 20px !important;
	}

	.btn--gift.final--form--btn {
		font-size: 18px !important;
	}
	
}
/* End */
/* /local/templates/mag/components/bitrix/catalog.element/us_karty/templates/us_karty/style.css?17587966057940 */
/* /local/templates/mag/style/shopList.css?17587966066897 */
/* /local/templates/mag/components/bitrix/form.result.new/gift/style.css?17587966064963 */
