body.t-body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.vvline {
	border-top: 1px solid #4f4f4f;
}

.wvline {
	border-top: 1px solid #d7d7d7;
}

.js-store-prod-all-text {
	font-size: 14px;
}

.t-menusub__menu {
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.t450__container .t-menusub__content:not(.t978__submenu-content) {
	padding: 0 0 20px;
}

.t706__product-title.t-descr_sm {
	font-weight: 500;
}

.t706__cartwin-totalamount-wrap.t-descr_xl {
	font-weight: 500;
}

.t706__cartwin-prodamount-wrap.t-descr_sm {
	font-weight: 500;
}

.t966__menu-item {
	align-items: center;
}

.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
	border-top: none !important;
}

.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
	border-bottom: none !important;
}

.t-store__tabs__item.t-store__tabs__item_active {
	background-color: #efefef;
}

.t-store__tabs__item {
	background-color: #efefef;
	margin-bottom: 4px;
}

.t-store__tabs__content.t-descr_xxs {
	margin-left: 20px !important;
	font-size: 14px;
	padding-bottom: 20px !important;
	margin-bottom: 0px !important;
}

.t-store__tabs__item-button.t-store__tabs__item-button_active {
	margin-left: 20px;
}

.t-store__tabs__item-button.js-store-tab-button {
	margin-left: 20px;
}

.t-store__tabs__item-title.t-name_xs {
	font-size: 16px;
}

#allrecords .t-store .t-store__tabs__close:after {
	display: none;
}

.t702 .t-form__submit {
	margin-top: 45px;
}

.t702 .t-submit,
.t702 .t-input,
.t702 .t-select {
	font-size: 14px;
}


/* Корзина */

.t706 .t706__product-imgdiv {
    width: 88px;
    height: 170px;
    margin: 20px 0;
}


/* Карточка товара */

.t-store__product-snippet {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}


/* Название, свойства и описание товара (правая часть) */

.visualizer .t-store__prod-popup__name {
    font-weight: 500 !important;
}

.visualizer .t-store__prod-popup__price {
    font-weight: 500 !important;
}

.visualizer .js-product-controls-wrapper .t-product__option {
    margin: 0;
}

.visualizer .t-store__prod-popup__price-separator {
    display: inline-block;
    vertical-align: middle;
}

.visualizer .t-store__prod-popup__price-separator > div {
    width: 32px;
    height: 1px;
    margin: 0 10px;
    background-color: #000000;
}

.visualizer .t-store__prod-popup__btn-wrapper {
    margin-top: 40px;
    order: 1;
}

.visualizer .js-product-controls-wrapper {
    margin-top: 14px;
}

.visualizer .js-product-controls-wrapper .t-product__option-item_buttons {
    padding: 5px 28px 5px;
    margin-bottom: 10px;
}
.t-product__option-title.t-descr_xxs {
    font-weight: 500;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    min-height: 25px;
}

.visualizer .t-store__prod-popup__info {
    display: flex;
    flex-flow: column nowrap;
    max-width: calc(100% - 1200px);
    margin: 0 0 0 10px;
    padding: 0;
}

.t-store__prod-popup__second-btn {
    margin-left: 6px;
    border: 1px solid #282828;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: 500 14px / 1 'Inter', Arial, sans-serif;
    color: #282828 !important;
    background-color: #ffffff;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.t-store__prod-popup__second-btn:hover {
    background-color: #28282812;
}

.visualizer .js-store-prod-all-text a:hover {
    opacity: .8;
}


/* Визуализатор и миниатюры (левая часть) */

#allrecords .visualizer .t-product__option[data-edition-option-id="Цвет"] {
    position: relative;
    z-index: 2;
    margin: 4px 0 0;
}

#allrecords .visualizer .t-product__option[data-edition-option-id="Цвет"] .js-product-edition-option-name {
    display: none;
}

#allrecords .visualizer .t-product__option[data-edition-option-id="Цвет"] .t-product__option-variants {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 4px;
    margin: 0;
}

#allrecords .visualizer .t-product__option[data-edition-option-id="Цвет"] .t-product__option-item {
    margin: 0;
}

#allrecords .t-product__option[data-edition-option-id="Цвет"] .t-product__option-item_image .t-product__option-title {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    background-color: #303030;
}

#allrecords .visualizer .t-product__option[data-edition-option-id="Цвет"] .t-product__option-title::after {
    border-top-color: #303030;
}

#allrecords .t-product__option[data-edition-option-id="Цвет"] .t-product__option-checkmark {
    border: 1px solid #ededed;
    -webkit-box-shadow: inset 0 0 0px 2px #ffffff;
            box-shadow: inset 0 0 0px 2px #ffffff;
}

#allrecords .t-product__option[data-edition-option-id="Цвет"] .t-product__option-input:checked+.t-product__option-checkmark_image:before {
    top: 0px;
    left: 0px;
    width: calc(100% + -2px);
    height: calc(100% + -2px);
    border: 1px solid #282828;
}

.mask {
    position: relative;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 734px;
    background: url("https://static.tildacdn.com/tild6536-3636-4539-a236-633034646439/1000006361.webp") center top / cover no-repeat;
    overflow: hidden;
}

.visualizer .t-slds__arrow_container {
    display: none;
}

#allrecords .visualizer .t-store__prod-popup__slider {
    position: relative;
    max-width: 1170px;
    margin: 0 20px 0 0;
    padding: 0;
}

.visualizer .t-slds {
    position: absolute;
    top: 48px;
    left: 50%;
    width: 508px;
    -webkit-transform: translateX(calc(-50%));
        -ms-transform: translateX(calc(-50%));
            transform: translateX(calc(-50%));
}

.visualizer .t-slds__items-wrapper {
    height: 444px !important;
}

.visualizer .t-slds__items-wrapper * {
    height: inherit;
}

.visualizer .t-slds__items-wrapper .t-slds__bgimg {
    padding: 0 !important;
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
}

.visualizer .t-slds__thumbsbullet-wrapper {
    display: none;
}

.t-store__prod-snippet__container .t-store__relevants__container {
    margin: 0;
}

.t-store__relevants__container .t-container > .t-col {
    width: calc(100% - 80px);
    margin: 0 40px;
}

.t-store__relevants__container .t-store__relevants-grid-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.t-store__relevants__container .t-store__relevants-grid-cont::-webkit-scrollbar {
    display: none;
}

.t-store__relevants__container .t-store__relevants-grid-cont::after {
    display: none;
}

.t-store__relevants__container .t-store__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: unset !important;
    margin: 0 !important;
}

.t-store__relevants__container .t-store__card__imgwrapper {
    aspect-ratio: 4 / 3;
    padding-bottom: unset;
}

.t-store__relevants__container .t-store__scroll-icon-wrapper {
    display: none;
}

.t-store__grid-cont {
    max-width: 1902px;
    margin: 0 auto;
    padding: 0 70px !important;
}

.t-store__prod-snippet__container {
    max-width: 1902px;
    margin: 0 auto;
    padding: 50px 80px 130px;
    box-sizing: border-box;
}

.t-store__prod-snippet__container .t-container .t-store__tabs.t-store__tabs_accordion {
    max-width: 100%;
    margin: 100px 0 0;
    padding: 0;
}

.t-store__relevants__container .t-container,
.t-store__relevants__container .t-container > .t-col {
    width: 100%;
    max-width: 100%;
    margin : 0;
    padding: 0;
}

.t-store__relevants__container .t-store__relevants__title {
    margin: 100px 0 45px;
    text-align: center;
    font-size: 24px !important;
}


.t-store__relevants__container .t-store__card__textwrapper {
    margin : 0;
    padding-top: 15px;
}

.t-store__relevants__container .t-store__card__price-wrapper {
    margin-top: 10px;
    opacity: 100%;
}

/*.t-store .t-slds__arrow_wrapper {*/
/*    top: 41%;*/
/*}*/

/*.t-slds__arrow_wrapper-left {*/
/*    left: 40px;*/
/*}*/

/*.t-slds__arrow_wrapper-right {*/
/*    right: 40px;*/
/*}*/

.t-slds__arrow_container .t-slds__arrow-withbg {
    border-radius: 30px;
    opacity: 100%;
}

.options-handler {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 2;
	display: block;
	height: 30px;
	background-color: #ffffff9e;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='8' viewBox='0 0 17 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.32959L8.225 6.42959L15.45 1.32959' stroke='black' stroke-width='1.275' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	backdrop-filter: blur(5px);
}
.t979__container.t-container_100 {
        max-width: 1740px !important;
}

@media (max-width: 1901px) {
    .t-store__grid-cont {
        max-width: 1518px;
        padding: 0 50px !important;
    }

    .t-store__prod-snippet__container {
        max-width: 1518px;
        padding: 80px 60px 110px;
    }
    
    .visualizer {
    margin-top: -30px;
    }

    #allrecords .visualizer .t-store__prod-popup__slider {
        max-width: 870px;
    }

    .visualizer .t-store__prod-popup__info {
        max-width: calc(100% - 900px);
    }
    
    .mask {
        height: 548px;
    }

    .visualizer .t-slds {
        top: 36px;
        width: 380px;
    }

    .visualizer .t-slds__items-wrapper {
        height: 330px !important;
    }
    .t979__container.t-container_100 {
        max-width: 1400px !important;
}
}

@media (max-width: 1517px) {
    .t-store__grid-cont {
        max-width: 1200px;
        padding: 0 10px !important;
    }

    .t-store__prod-snippet__container {
        max-width: 1200px;
        padding: 80px 20px 130px;
    }

    #allrecords .visualizer .t-store__prod-popup__slider {
        max-width: 780px;
        margin: 0 10px 0 0;
    }

    .visualizer .t-store__prod-popup__info {
        max-width: calc(100% - 800px);
    }
    
    .mask {
        height: 484px;
    }

    .visualizer .t-slds {
        top: 32px;
        width: 338px;
    }

    .visualizer .t-slds__items-wrapper {
        height: 298px !important;
    }
        .t979__container.t-container_100 {
        max-width: 1160px !important;
}
}

@media (max-width: 1199px) {
    .t-store__prod-snippet__container {
        max-width: 100%;
        padding: 60px 20px 90px;
    }

    #allrecords .visualizer .t-store__prod-popup__slider {
        max-width: 600px;
        margin: 0 10px 0 0;
    }

    .visualizer .t-store__prod-popup__info {
        max-width: calc(100% - 620px);
    }

    .mask {
        height: 378px;
    }

    .visualizer .t-slds {
        top: 24px;
        width: 264px;
    }

    .visualizer .t-slds__items-wrapper {
        height: 230px !important;
    }
    
    #allrecords .visualizer .t-product__option[data-edition-option-id="Цвет"] .t-product__option-variants {
        grid-template-columns: repeat(10, 1fr);
    }
}

@media (max-width: 960px) {
    #allrecords .visualizer .t-store__prod-popup__slider,
    .visualizer .t-store__prod-popup__info {
        max-width: 100%;
        margin: 0;
    }
    
    .visualizer .t-store__prod-popup__info {
        margin-top: 30px;
    }

    .mask {
        height: unset;
        aspect-ratio: 1.6;
    }

    .visualizer .t-slds {
        top: 2vw;
        width: 44%;
    }

    .visualizer .t-slds__items-wrapper {
        height: 36vw !important;
    }

    #allrecords .visualizer .t-product__option[data-edition-option-id="Цвет"] .t-product__option-variants {
        grid-template-columns: repeat(10, 1fr);
    }
    
    .visualizer .t-store__prod-popup__btn-wrapper {
        display: flex;
        flex-flow: row nowrap;
        gap: 20px;
        margin-top: 20px;
    }

    .t-store__prod-snippet__container .t-container .t-store__tabs.t-store__tabs_accordion {
        max-width: 100%;
        margin: 40px 0 0;
        padding: 0;
    }

    .t-store__prod-snippet__container .t-slds__item:not(.t-slds__item_active) .t-store__card {
        padding: 0 10px 0 0 !important;
    }

    .t-store__prod-snippet__container .t-slds__item_active + .t-slds__item .t-store__card {
        padding: 0 0 0 10px !important;
    }
    .t-store__prod-snippet__container {
        padding: 40px 20px 90px;
    }
    .t-store__relevants__title {
        margin-top: 80px !important;
    }
    .visualizer {
    margin-top: 0px;
    }
}

@media (max-width: 640px) {
    #allrecords .visualizer .t-product__option[data-edition-option-id="Цвет"] .t-product__option-variants {
        grid-template-columns: repeat(8, 1fr);
    }
    
    #allrecords .t-product__option[data-edition-option-id="Цвет"] .t-product__option-variants {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
        gap: 4px;
        margin: 0;
    }

    #allrecords .t-product__option[data-edition-option-id="Цвет"] .t-product__option-checkmark {
        width: 100%;
        height: unset;
        aspect-ratio: 1;
    }

    #allrecords .t-product__option[data-edition-option-id="Цвет"] .t-product__option-variants label{
        width: 100%;
        aspect-ratio: 1;
        margin-right: 0;
    }

    #allrecords .t-product__option[data-edition-option-id="Цвет"] .t-product__option-variants .t-product__option-checkmark {
        width: 100%;
        height: 100%;
    }

    #allrecords .visualizer .t-product__option[data-edition-option-id="Цвет"] .t-product__option-item_image .t-product__option-title {
        bottom: 43px;
    }

    .t-store__prod-snippet__container .t-slds__item:not(.t-slds__item_active) .t-store__card {
        padding: 0 !important;
    }

    .visualizer .t-store__prod-popup__btn-wrapper {
        flex-direction: column;
        gap: 5px;
    }

    .visualizer .t-product__option[data-edition-option-id="Цвет"] {
        overflow: hidden;
    }
}

@media (max-width: 640px) {

	.t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left.t-col.t-col_6 {
		padding-left: 0%;
		padding-right: 0%;
	}

	.t-slds__thumbsbullet-wrapper {
		padding-left: 0px !important;
	}

	.t-store__relevants__container .t-container .t-col {
		padding: 0px;
	}
	
	.t-store__relevants__container .t-slds__arrow-left {
		left: 40px;
		right: auto;
	}
	
	.t-store__relevants__container .t-slds__arrow-right {
		left: auto;
		right: 40px;
	}

	.js-store-grid-cont.t-store__grid-cont_mobile-grid {
		max-width: calc(100% - 9%) !important;
	}
	
	.t979__container.t-container_100 {
		width: auto;
		max-width: calc(100% - 8%) !important;
	}
	
	.js-store-prod-name.t-name_md {
		font-size: 14px !important;
	}
	
	.t702__descr {
		width: 300px;
		margin: auto;
	}
	
	.t702__title {
		font-weight: 400 !important;
	}
	
	.t702 .t-popup__block-close {
		background: #303030;
	}
	
	.t702__text-wrapper.t-align_center {
		margin-top: 20px;
	}
	.t-store__relevants__container .t-store__relevants__title {
    font-size: 20px !important;
}
}

@media (max-width: 960px) {
	.js-store-prod-all-text {
		padding-bottom: 20px;
	}
	
	.js-store-tabs.t-col_12 {
		padding-bottom: 20px;
	}

	.t-store__relevants__container .t-store__relevants__title,
	.t-store__relevants__container .t-store__relevants-grid-cont {
		max-width: 100%;
	}

	.t-store__relevants__container .t-store__card.t-col {
		max-width: 100%;
		margin: 0;
	}
	
	.t-store__relevants__title {
		margin: 70px 0 30px !important;
	}
	
	.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_6 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.js-store-grid-cont.t-store__grid-cont_mobile-grid {
		max-width: calc(100% - 5%);
		padding: 0 !important;
		margin: 0 auto;
	}
	
	.t979__container.t-container_100 {
		width: auto;
		max-width: calc(100% - 3%) !important;
		margin: 0 auto;
	}

	.js-product-edition-option-name.t-descr_xxs {
		font-size: 12px;
	}

	.t-product__option-title.t-descr_xxs {
		font-size: 12px;
	}

	.js-store-prod-price.t-name_md {
		font-size: 16px;
	}
	
	.t-store__prod-popup__title-wrapper {
		margin-bottom: 15px;
	}
	
	.js-store-price-wrapper.t-store__prod-popup__price-wrapper {
		padding-bottom: 10px;
	}

	.t-checkbox__control.t-text_xs {
		font-size: 12px;
		margin-top: 25px;
	}
	
	.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_6 {
		padding: 20px;
	}
	
	.t-store .t-store__tabs__content {
		margin-right: 15px !important;
	}
	.t-store__prod-popup__col-right {
        margin-left: 0px;
    }
    .t-store__prod-popup__slider.t-col_6 {
        padding-left: 0;
        padding-right: 0;
}
}

@media (min-width: 961px) and (max-width: 980px) {
	.t-store__product-snippet .t-store__prod-popup__col-left,
	.t-store__product-snippet .t-store__prod-popup__col-right {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 961px) {
	.t-store .t-store__prod-popup__slider {
        margin: 0;
        max-width: calc(50% - 20px);
    }

	.t-store__relevants__container .t-container {
		max-width: 100%;
		padding: 0;
	}

	.t-store__relevants__container .t-container .t-col {
		margin: 0;
	}

	.t-store__relevants__container .t-store__relevants__title,
	.t-store__relevants__container .t-store__relevants-grid-cont {
		max-width: 100%;
	}

	.t-store__relevants__container .t-store__relevants-grid-cont {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 20px;
	}

	.t-store__relevants__container .t-store__card.t-col {
		max-width: 100%;
		margin: 0;
	}

	.t979__container.t-container_100 {
		max-width: calc(100% - 20px) !important;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.t979__container.t-container_100 {
		max-width: 1180px;
	}
	
	.t-container_fluid .t-col_12 {
		max-width: calc(100% - 40px);
	}

	.t-store__prod-popup__name {
        font-size: 20px;
        line-height: 1;
	}


}
