.js-store-prod-all-text {
    font-size: 16px !important;
}

.t-store__card__mark {
    border-radius: 10px !important;
    font-size: 11px !important;

}

.t1025 .t-store__card__mark  {
    width: 50px;
    height: 50px;
    font-weight: normal;
}

.t1025 .t-store__card .t-store__card__descr {
    opacity: 1 !important;
}


.product-element{
	display: flex;
	flex-wrap: wrap;
}
.product-element__slider{
	width: calc(50% - 30px);
    padding-right: 30px;
}
.product-element__right-menu{
	width: 50%;
}
.product-element__tabs{
	width: 100%;
	margin-top: 60px;
}
@media (max-width: 1024px) {
	.product-element__slider{
		width: 100%;
		padding-right: 0px;
	}
	.product-element__right-menu{
		width: 100%;
	}
	.product-element__tabs{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}


.tabs-btn{
	width: 25%;
	text-align: center;
	padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	border-bottom: 1px solid rgba(0, 94, 184, 0.3);
	font-weight: 500;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(0, 94, 184);
    font-size: 14px;
    line-height: 1.35;
    font-family: 'Geologica', Arial, sans-serif;
}
.tabs-btn.active{
	border-bottom: 1px solid rgba(0, 94, 184, 1);
}
.tabs-blocks{
	padding-top: 30px;
}
.product-element__title{
	color: #23468D;
    font-weight: 700;
	font-size: 22px;
	line-height: 1.35;
	font-family: 'Geologica', Arial, sans-serif;
	padding-bottom: 18px;
}
.btn-custom{
    color: #ffffff;
    background-color: #23468D;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	padding: 0 30px;
	height: 45px;
	border: unset;
}
.btn-custom:hover {background: #007FC5;}
.product-element .btn-custom{
	margin-bottom: 30px;
}

.product-element .text-custom{
	-webkit-font-smoothing: antialiased;
    font-size: 16px !important;
    line-height: 1.55;
    font-family: 'Geologica', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}
.big-picturs .img{
	display: none;
	width: 100%;
	height: 495px;
	margin-bottom: 10px;
	object-fit: contain;
}
.big-picturs .img.active{
	display: block;
}
/* скрывает костыль с превью видео после его выбора в галерее (костыль нужен для полноэкранной галерее) */
.big-picturs .img.active .iframe-preview{
	display: none;
}
.small-picturs{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.small-picturs img{
	width: 60px;
	height: 60px;
	margin: 0 5px 5px 0;
}



.modal-order{
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 4002;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
	opacity: 1;
    transition: opacity 0.3s ease 0s;
	display: none;
}
.modal-order.active{
	display: block;
}

.modal-order-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}

.modal-order-form{
	margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: rgba(255, 255, 255, 1);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
	display: flex;
	flex-direction: column;
}
.modal-order-form__title{
	padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
	font-size: 24px;
    line-height: 1.35;
    font-family: 'Geologica', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
	margin-bottom: 50px;
}
.modal-order-form__basket{
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
	font-size: 24px;
    line-height: 1.35;
    font-family: 'Geologica', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
	margin-bottom: 50px;
}
.prdouct-basket{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prdouct-basket .image{
	width: 70px;
    padding-right: 20px;
}
.prdouct-basket .image{
	width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}
.prdouct-basket .name{
	width: 165px;
	font-size: 16px;
}
.modal-order-form__form .desc{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 60px;
}

.input-block .name{
    font-size: 16px;
    padding-bottom: 5px;
	font-family: 'Geologica', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}

.input-block input[type="text"]{
	height: 56px;
	width: 100%;
	margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
	margin-bottom: 20px;
}
.input-block textarea{
	padding-top: 17px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    height: 132px;
	resize: vertical;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
	box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
	font-family: 'Geologica', Arial, sans-serif;
	padding-top: 17px;
	margin-bottom: 20px;
}
.modal-order-form__form button{
	width: 100%;
}

.backet-btn{
	position: fixed;
	top: 100px;
	right: 50px;
	z-index: 4000;
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	border-radius: 50%;
	cursor: pointer;
	display: none;
}
.backet-btn.active{
	display: block;
}
.backet-btn .frame{
	position: relative;
	width: 100%;
	height: 100%;
}
.js-submit-order{
	color: #ffffff;
    background-color: #000000;
    height: 60px;
}
.backet-btn .frame .counter{
	position: absolute;
    right: -3px;
    bottom: -3px;
	width: 30px;
	height: 30px;
	background-color: #ff4a4a;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	text-align: center;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.counter{
	display: flex;
	align-items: center;
}
.price-modal{
    font-size: 16px;
}
.counter-icon{
	width: 16px;
    height: 16px;
    border: 0;
    cursor: pointer;
}
.counter-text{
	font-family: 'Geologica', Arial, sans-serif;
    font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	margin: 0 5px;
	padding: 2px 5px;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0);
	height: 12px;
}
.backet-btn .remove{

}

.blcok-error{
    display: none;
    align-items: center;
    justify-content: center;
    background: #f95d51;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Geologica', Arial, sans-serif;
    color: #fff;
    height: 44px;
}
.blcok-error.active{
	display: flex;
}

.product-element__tabs img{
	max-width: 80vw;
}

/* десктоп - показывает табы с одним активным блоком */
.tabs{
	display: flex;
}
.tabs-header{
	display: none;
}
.tabs-block{
	display: none;
}
.tabs-block.active{
	display: block;
}

@media (max-width: 980px) {
	/* мобильный - показывает все блоки с заголовками вместо табов */
	.tabs{
		display: none;
	}
	.tabs-btn{
		width: 100%;
	}
	.tabs-header{
		display: block;
	}
	.tabs-block{
		display: block;
	}
	.tabs-block.active{
		display: block;
	}
}

body, html {margin: 0;padding: 0;}
#allrecords {overflow: hidden; width: 100%;}
@media (max-width: 980px) {
.menu-mobile-top {display: none !important}
.open-top-menu.menu-mobile-top {display: block !important}
#allrecords {box-sizing: border-box; padding: 0}
*, *:before, *:after {box-sizing: border-box;}
.product-element__right-menu {padding: 0 15px;}
    .tabs-btn {
        width: auto;
        max-width: none;
        min-width: min-content;
    }
}

.t-title {font-weight: 600;}
.t-submit:hover {background: #007FC5 !important;}

/* картинка в меню для склада */
.warehouse_menu__bg_img {
	width: 114px;
	position: absolute;
	z-index: -1;
	margin-top: -15px;
	margin-left: -10px;
	transform: rotate(-30deg);
}
@media (max-width: 980px) {
	.warehouse_menu__bg_img {
		width: 80px;
		position: absolute;
		z-index: -1;
		margin-top: -9px;
		margin-left: 10px;
		transform: rotate(-30deg);
	}	
}

/* лейб всегда в наличие для карточек */
.t-store__card__mark-image {
	width: 150px;
	position: absolute;
	z-index: -1;
	margin-top: 10px;
	margin-left: -15px;
	transform: rotate(0deg);
}

/* отображение карточки */
#rec636050818 .t-store__card .t-typography__title {
    color: #23468d;
    font-weight: 700;
    padding-top: 50px;
}
@media (max-width: 980px) {
	#rec636050818 .t-store__card .t-typography__title	{
		padding-top: unset;
	}
}
#rec636050818 .t-store__relevants__title {
    color: #23468d;
    font-weight: 700;
    padding-top: 50px;
}
#rec636050818 .t-store__card .t-typography__descr {
    font-size: 16px;
    font-weight: 300;
}
#rec636050818 .t-store__card .t-store__card__price {
    font-weight: 400;
}
#rec636050818 .t-store__card .t-store__card__price_old {
    font-weight: 400;
}

/* отображение всплывающих */
#rec636050818 .t-popup .t-typography__title {
    color: #23468d;
    font-weight: 700;
}
#rec636050818 .t-popup .t-typography__descr {
    font-weight: 300;
}
#rec636050818 .t-popup .t-store__prod-popup__price {
    font-weight: 400;
}
#rec636050818 .t-popup .t-store__prod-popup__price_old {
    font-weight: 400;
}

/* отображение пагинатора */
#rec636050818 .t-store__pagination__item {
    font-size: 16px;
    font-weight: 300;
}


/* заголовок - нужно пустое белое место, чтобы контактные данные закрашивались, wtf?! */
.t702__main-header {
	padding-top:45px;
}
.t257__main-container {
	padding-top:30px;
	padding-bottom:75px;
}
@media (max-width: 980px) {
	.t702__main-header {
		padding-top:0px;
	}
	.t257__main-container {
		padding-top:0px;
		padding-bottom:0px;
	}
}

/* место под контент после меню */
#allrecords.t-records {
	padding-top: 0px;
}
@media (max-width: 980px) {
	#allrecords.t-records {
		padding-top: 25px;
	}
}

/* картинка над видео с превью (иконки в галерее) TODO: что-то придумать, чтобы не надо было превью с картинкой делать */
.preview-play-button {
	background-image: url('/local/templates/basemachine/images/play.png');
	background-size: cover;
}

.t-main-page__text {
	text-align: justify;
}
@media (max-width: 980px) {
	.t-main-page__text {
		text-align: left;
	}
}

#rec722303418 .t185__text { color: #005eb8; font-weight: 600; } @media screen and (min-width: 480px) { #rec722303418 .t185__text { font-size: 27px; } }
.t1055__title {
	color: rgb(0, 94, 184) !important;
}

.news-item img {
	height: 270px;
	object-fit: cover;
}
.news-item .b-text{
	height: 180px;
}

.news-item .b-title {
	height: 64px;
}

.slider-gallery img {
	height: 470px;
	object-fit: cover;
}