

/* Start:/bitrix/templates/master_telezhka/css/main.css?156474147381231*/
body {
	padding: 0;
	overflow: hidden;
}

body,p,ul {
	margin: 0;
}

ul {
	padding: 0;
}

button,input {
	padding: 0;
	border: none;
}

button:focus,input:focus {
	outline: none;
}

table,td,th {
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #373737;
}

@font-face {
	font-family:Roboto;font-weight:300;src:url(/bitrix/templates/master_telezhka/css/../fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
	font-family:Roboto;font-weight:400;src:url(/bitrix/templates/master_telezhka/css/../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
	font-family:Roboto;font-weight:500;src:url(/bitrix/templates/master_telezhka/css/../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
	font-family:Roboto;font-weight:700;src:url(/bitrix/templates/master_telezhka/css/../fonts/Roboto/Roboto-Bold.ttf);
}

.stb-page__intro {
	background-color: #f4f4f4;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/intro-bg-pattern.png);
}

.stb-intro,.stb-intro__wrapper,.stb-page__intro {
	height: 100%;
	width: 100%;
}

.stb-intro__main {
	height: 100vh;
	width: 100%;
	background-color: #373737;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/intro-bg.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-intro__main-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	width: 75%;
}

.stb-intro__main-content {
	width: 65%;
	margin-left: 10.185%;
	color: #fff;
}

.stb-intro__main-title {
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
}

.stb-intro__main-text {
	width: 84%;
	margin-top: 10px;
	font-size: 1.125rem;
}

.stb-intro__main-button {
	width: 300px;
	margin-top: 35px;
}

.stb-intro__main-contacts {
	position: absolute;
	bottom: 22px;
	box-sizing: border-box;
	width: 75vw;
	padding: 0 3.825vw 0 7.65vw;
}

.stb-intro__sidebar {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 55px;
	background-color: rgba(0,0,0,.4);
	cursor: pointer;
}

.stb-intro__sidebar:hover .stb-intro__sidebar-text {
	color: hsla(0,0%,100%,.6);
}

.stb-intro__sidebar-text {
	margin: auto auto 30px;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	writing-mode: tb-rl;
	color: hsla(0,0%,100%,.4);
	transition: color .4s;
}

.stb-intro__sidebar-arrows {
	margin: 0 auto 40px;
}

@keyframes arrows {
	0% {
		opacity: .4;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: .4;
	}

	to {
		opacity: .4;
	}
}

.stb-intro__sidebar-arrow {
	height: 26px;
	width: 26px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/arrow-down.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-intro__sidebar-arrow_1 {
	animation: arrows 2s 1.15s infinite ease-in-out;
}

.stb-intro__sidebar-arrow_2 {
	animation: arrows 2s 1.3s infinite ease-in-out;
}

.stb-intro__sidebar-arrow_3 {
	animation: arrows 2s 1.45s infinite ease-in-out;
}

.stb-intro__contacts {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.stb-intro__contacts-wrapper {
	display: flex;
}

.stb-intro__contacts-item {
	display: flex;
	align-items: center;
	margin-right: 3.8vw;
	opacity: .6;
}

.stb-intro__contacts-item-icon {
	height: 26px;
	width: 26px;
	margin-right: 1.4vw;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-intro__contacts-item-icon_marker {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/marker.svg);
}

.stb-intro__contacts-item-icon_phone-call {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/phone-call.svg);
}

.stb-intro__contacts-item-text {
	font-size: 1rem;
	color: #fff;
}

.stb-intro__contacts-item_last {
	margin-right: 0;
}

.stb-intro__button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 100%;
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 30px 70px rgba(255,0,0,.2);
	background-color: #d13129;
	transition: background-color .4s,box-shadow .4s;
	cursor: pointer;
}

.stb-intro__button:hover {
	box-shadow: 0 0 0 rgba(255,0,0,0);
	background-color: #e9372e;
}

.stb-intro__instruction {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	height: 100%;
	width: calc(25% + 20px);
	padding: 70px 0;
	pointer-events: none;
}

.stb-intro__instruction-side {
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	height: 300px;
	width: 20px;
	margin: auto 0;
	border-radius: 3px 0 0 3px;
	transition: background-color .4s;
	background-color: rgba(0,0,0,.4);
}

.stb-intro__instruction-side-text {
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	writing-mode: tb-rl;
	color: hsla(0,0%,100%,.4);
}

.stb-intro__sets {
	width: 75vw;
	padding-top: 150px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/intro-bg-pattern.png);
	background-size: 10px 8px;
	background-repeat: no-repeat;
}

.stb-intro__sets-contacts {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 70px;
	width: 75vw;
	padding: 0 3.825vw;
	background-color: #373737;
}

.stb-intro__complect {
	width: 67vw;
	max-width: 965px;
	margin: 0 auto 150px;
	border-radius: 3px;
	box-shadow: 0 25px 45px rgba(0,0,0,.25);
	background-color: #373737;
}

.stb-intro__complect_last {
	margin-bottom: 100px;
}

.stb-complect__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 40px 55px 0;
}

.stb-complect__truck {
	position: absolute;
	top: -80px;
	right: 0;
	display: flex;
	height: 523px;
	width: 508px;
}

.stb-complect__truck-image {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

.stb-complect__truck-image-clicker {
	position: absolute;
	height: 90%;
	width: 80%;
	cursor: pointer;
}

.stb-complect__truck-title {
	width: 70.5%;
	margin: auto 55px 0 auto;
	font-size: 4.375rem;
	font-weight: 700;
	line-height: .814;
	text-align: right;
	text-transform: uppercase;
	color: hsla(0,0%,100%,.1);
}

.stb-complect__truck-colors {
	position: absolute;
	top: 45px;
	right: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 78px;
	z-index: 1;
}

.stb-complect__title {
	width: 40%;
	margin-bottom: 50px;
	font-size: 4.375rem;
	font-weight: 700;
	line-height: .814;
	text-transform: uppercase;
	color: hsla(0,0%,100%,.1);
}

.stb-complect__content {
	color: #fff;
}

.stb-complect__content-title {
	margin-bottom: 10px;
	font-size: 1.75em;
	font-weight: 700;
}

.stb-complect__content-item {
	margin-bottom: 5px;
	font-size: 1.125rem;
	font-weight: 700;
}

.stb-complect__price {
	margin-top: 10px;
	text-transform: uppercase;
	color: #fff;
}

.stb-complect__button {
	width: 300px;
	margin-top: 45px;
	text-transform: uppercase;
	color: #fff;
}

.stb-complect__separator-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 84px;
	width: 94%;
	margin: 20px auto 0;
}

.stb-complect__separator {
	height: 1px;
	width: 41.875%;
	background-color: hsla(0,0%,100%,.1);
}

.stb-complect__separator-plus {
	height: 100%;
	width: 14.25%;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/plus.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: .1;
}

.stb-complect__box {
	position: relative;
	display: flex;
	margin: 0 0 25px;
}

.stb-complect__box:before {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 3.5%;
	height: 1px;
	width: 93%;
	background-color: hsla(0,0%,100%,.1);
}

.stb-complect__box-view {
	position: relative;
	flex-shrink: 0;
	height: 230px;
	width: 51.5%;
}

.stb-complect__box-view-title {
	position: relative;
	top: -5px;
	left: 0;
	font-size: 4.375rem;
	font-weight: 700;
	line-height: .814;
	text-transform: uppercase;
	color: hsla(0,0%,100%,.1);
}

.stb-complect__box-view-images {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-position: 100%;
	background-repeat: no-repeat;
}

.stb-complect__box-view-image-wrapper {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 33.3334%;
	transition: top .5s ease-out,z-index .5s ease-out;
	z-index: 1;
	cursor: pointer;
}

.stb-complect__box-view-image-wrapper:hover {
	top: -30px;
	z-index: 2;
}

.stb-complect__box-view-image {
	position: absolute;
	height: 100%;
	width: 160%;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	pointer-events: none;
}

.stb-complect__box-description {
	margin: 45px auto 0 6.5%;
}

.stb-complect__box-description-item {
	margin-bottom: 10px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	transition: color .4s;
	cursor: pointer;
}

.stb-complect__box-description-item:hover {
	color: hsla(0,0%,100%,.6);
}

.stb-complect__box_last:before {
	display: none;
}

.stb-page__frontwrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 105;
	cursor: pointer;
}

.stb-frontwrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

.stb-frontwrapper__wrapper {
	width: 100%;
	padding: 90px 0;
}

.stb-frontwrapper__content {
	box-sizing: border-box;
	position: relative;
	height: auto;
	width: 76.5%;
	margin: 0 auto;
	padding: 0;
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
	cursor: auto;
}

.stb-frontwrapper__content-wrapper {
	padding: 50px;
}

.stb-frontwrapper__si {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	background-color: #d13129;
}

.stb-frontwrapper__si-logo {
	height: 50%;
	width: 100%;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/si-logo.svg);
}

.stb-frontwrapper__close-button,.stb-frontwrapper__si-logo {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-frontwrapper__close-button {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 26px;
	width: 26px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/cross-circle.svg);
	opacity: .6;
	transition: opacity .4s;
	cursor: pointer;
}

.stb-frontwrapper__close-button:hover {
	opacity: 1;
}

.fwc-enter .stb-frontwrapper {
	top: 100vh;
}

.fwc-enter.fwc-enter-active .stb-frontwrapper {
	top: 0;
	transition: top .5s;
}

.fwc-leave .stb-frontwrapper {
	top: 0;
}

.fwc-leave.fwc-leave-active .stb-frontwrapper {
	top: 100vh;
	transition: top .3s;
}

.stb-page__header {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	box-shadow: 0 8px 20px rgba(0,0,0,.15);
	background-color: #d13129;
	z-index: 99;
}

.stb-page__header_high {
	z-index: 105;
}

.stb-header {
	height: 100%;
	width: 100%;
}

.stb-header__phone-el {
	position: absolute;
	top: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 36px;
	text-decoration: none;
	color: rgba(0,0,0,.5);
	background-color: #d6d6d6;
}

.stb-header__phone-el_intro {
	color: #fff;
	background-color: #373737;
}

.stb-header__phone-el-icon {
	height: 26px;
	width: 26px;
	fill: rgba(0,0,0,.5);
	margin-right: 16px;
}

.stb-header__phone-el_intro .stb-header__phone-el-icon {
	fill: #fff;
}

.stb-header__phone-el-number {
	font-size: 1rem;
	font-weight: 700;
}

.stb-header__wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	background: #fff;
}

.stb-header__side-part {
	background: #d13129;
	height: 100%;
	width: 25%;
}

.stb-header__main-part,.stb-header__side-part {
	position: relative;
	display: flex;
	align-items: center;
}

.stb-header__main-part {
	box-sizing: border-box;
	height: 70px;
	width: 50%;
	justify-content: center;
}

.stb-header__logo {
	height: 40px;
	width: 69.5%;
	margin: 0 auto;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/si-logo.svg);
	background-size: contain;
	cursor: pointer;
}

.stb-header__logo,.stb-header__mark-icon {
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-header__mark-icon {
	width: 28px;
	height: 28px;
	margin: 23px;
	background-size: cover;
}

.stb-header__intro-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.stb-header__intro-menu-item {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #333;
}

.stb-header__intro-menu-item_middle {
	margin: 0 3.5vw;
}

.stb-header__step-indexer {
	display: flex;
	align-items: center;
	height: 40px;
	width: 63.75%;
	margin: 0 auto;
}

.stb-header__mob-button {
	height: 26px;
	width: 26px;
	margin: auto;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: .6;
	transition: opacity .4s;
	cursor: pointer;
}

.stb-header__mob-button:hover {
	opacity: 1;
}

.stb-header__mob-button_consult {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/phone-call.svg);
}

.stb-header__mob-button_filters {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/cogwheel.svg);
}

.stb-header__mob-button_basket {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/basket.svg);
}

.stb-header__mob-button_close_detail,
.stb-header__mob-button_close_basket,
.stb-header__mob-button_close_filters,
.stb-header__mob-button_close {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/cross-circle_white.svg);
}

.stb-step-indexer {
	height: 100%;
	width: 100%;
	text-transform: uppercase;
	color: #373737;
}

.stb-step-indexer__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
}

.stb-step-indexer__step-text {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .6;
}

.stb-step-indexer__step-item {
	margin: auto 0;
}

.stb-step-indexer__step-arrow {
	flex-shrink: 0;
	height: 24px;
	width: 11px;
	margin: 0 3.45vw;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/arrow.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: .6;
	margin: auto 0;
	filter: hue-rotate(220deg) saturate(5) brightness(0);
}

.stb-step-indexer__step_active {
	opacity: 1;
}

.stb-page__nav-panel {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 70px;
	width: 100%;
	z-index: 98;
	pointer-events: none;
}

.stb-nav-panel {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100;
	transition: all .5s;
}

.stb-nav-panel__side-part {
	display: flex;
	height: 70px;
	width: 25%;
}

.stb-nav-panel__side-part_left {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s;
}

.stb-nav-panel__side-part_left-visibility {
	bottom: -500px;
}

.stb-nav-panel__side-part_left-up {
	bottom: 330px;
}

.stb-nav-panel__side-part_right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.stb-nav-panel__button {
	height: 100%;
	width: 100%;
	pointer-events: auto;
	cursor: pointer;
	transition: background-color .4s;
}

.stb-nav-panel__button,.stb-nav-panel__button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.stb-nav-panel__button-text {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.stb-nav-panel__button-icon {
	height: 14px;
	width: 8px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/arrow.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-nav-panel__button_back {
	background-color: #d6d6d6;
}

.stb-nav-panel__button_back .stb-nav-panel__button-icon {
	margin-right: .7vw;
	transform: scaleX(-1);
}

.stb-nav-panel__button_back:hover {
	background-color: #707070;
}

.stb-nav-panel__button_next {
	background-color: #d13129;
}

.stb-nav-panel__button_next .stb-nav-panel__button-icon {
	margin-left: .7vw;
}

.stb-nav-panel__button_next:hover {
	background-color: #e9372e;
}

.stb-nav-panel__button_next-inactive {
	pointer-events: none;
	background-color: #d6d6d6;
}

.stb-nav-panel__button_next-inactive:hover {
	background-color: #d6d6d6;
}

.stb-nav-panel__price-counter {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid hsla(0,0%,100%,.6);
	font-weight: 500;
	color: #fff;
	pointer-events: auto;
}

.stb-nav-panel__price-counter-wrapper {
	display: flex;
}

.stb-nav-panel__price-counter-value {
	font-size: 1.75rem;
}

.stb-nav-panel__price-counter-currency {
	margin: 4px 0 0 5px;
	font-size: .75rem;
	text-transform: uppercase;
}

.stb-nav-panel__final-price {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 57.15%;
	width: 45vw;
	margin: 0 0 0 auto;
}

.stb-nav-panel__final-price-title {
	width: 45%;
	font-size: 1rem;
	text-align: right;
	text-transform: uppercase;
	color: rgba(0,0,0,.5);
}

.stb-nav-panel__final-price-separator {
	position: absolute;
	top: 0;
	left: calc(50% - .5px);
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,.1);
}

.stb-nav-panel__final-price-value {
	width: 45%;
	text-transform: uppercase;
}

.stb-nav-panel__purchase {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: #d13129;
	pointer-events: auto;
}

.stb-nav-panel__purchase-button {
	display: flex;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.stb-nav-panel__purchase-button-text {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.stb-nav-panel__purchase-button-icon-wrapper {
	height: 24px;
	width: 24px;
	margin-left: 15px;
}

.stb-nav-panel__purchase-button-icon {
	height: 100%;
	width: 100%;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/arrow.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	transform: rotate(-90deg);
	transition: transform .4s;
}

.stb-form,.stb-form__wrapper {
	height: 100%;
	width: 100%;
}

.stb-form__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.stb-form__field {
	display: flex;
	height: 40px;
	width: 100%;
}

.stb-form__field_error .stb-form__field-input {
	box-shadow: inset 0 0 10px rgba(255,0,0,.65);
	animation: input-error;
	animation-duration: .65s;
	animation-iteration-count: 3;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
}

@keyframes input-error {
	0% {
		box-shadow: inset 0 0 10px rgba(255,0,0,.65);
	}

	50% {
		box-shadow: inset 0 0 10px rgba(255,0,0,0);
	}

	to {
		box-shadow: inset 0 0 10px rgba(255,0,0,.65);
	}
}

.stb-form__field-icon {
	box-sizing: border-box;
	height: 100%;
	width: 40px;
	border: 1px solid #606060;
	background-size: 24px;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: .3;
}

.stb-form__field-icon_person {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/person.svg);
}

.stb-form__field-icon_phone {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/phone.svg);
}
.stb-form__field-icon_email{
	background-image: url(/bitrix/templates/master_telezhka/css/../img/email.svg);
}

.stb-form__field-input {
	box-sizing: border-box;
	height: 100%;
	width: calc(100% - 40px);
	padding: 10px 15px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	font-size: 1.125rem;
}

.stb-form__button {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 100%;
	margin-top: 10px;
	border: 1px solid transparent;
	background-color: #d13129;
	color: #fff;
	cursor: pointer;
}

.stb-form__button:hover {
	border-color: #d13129;
	background-color: #fff;
	color: #d13129;
}

.stb-form__button_disabled {
	cursor: default;
	background-color: #c45350;
	border-color: #c45350;
}

.stb-form__button_disabled:hover {
	background-color: #c45350;
	color: #fff;
}

.stb-form__button-text {
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.stb-form__confidency {
	display: flex;
	align-items: center;
	transition: opacity .5s;
	opacity: 1;
}

.stb-form__confidency-checkbox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	margin-right: .7vw;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/checkbox.svg);
	cursor: pointer;
}

.stb-form__confidency-checkbox,.stb-form__confidency-checkbox-checkmark {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-form__confidency-checkbox-checkmark {
	display: none;
	height: 9px;
	width: 12px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/checkmark.svg);
}

.stb-form__confidency-text {
	font-size: .625rem;
}

.stb-form__confidency-text-link {
	font-size: .625rem;
	text-decoration: underline;
	cursor: pointer;
}

.stb-form__confidency_checked {
	opacity: .3;
}

.stb-form__confidency_checked .stb-form__confidency-checkbox-checkmark {
	display: block;
}

.stb-postal {
	background-color: #d13129;
}

.stb-postal,.stb-postal__wrapper {
	height: 100%;
	width: 100%;
}

.stb-postal__content {
	position: fixed;
	display: flex;
	height: 330px;
	background-color: #fff;
	margin-top: 70px;
	transition: all .5s;
}

.stb-postal__content-order {
	bottom: -330px;
	right: 0;
	top: unset;
	left: unset;
	width: 25%;
}

.stb-postal__content-order_active {
	bottom: 0;
}

.stb-postal__content-consultation {
	top: -380px;
	right: 0;
	width: 25%;
}

.stb-postal__content-consultation_active {
	top: -70px;
}

.stb-postal__form {
	width: 100%;
	margin: 5vh 3.815vw 6.112vh;
}

.stb-postal__button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	background-color: #fff;
	transition: background-color .4s;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	width: 25%;
	user-select: none;
	opacity: 1;
}

.stb-postal__button-consultation:hover>span {
	opacity: .6;
}

.stb-postal__button-consultation:before {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	width: 1px;
	opacity: .6;
	border-left: 1px solid #373737;
	content: "";
}

.stb-postal__button-order {
	transition: all .5s;
	bottom: 0;
	right: 0;
	top: unset;
	left: unset;
	background: #d13129;
	z-index: 150;
	width: 25%;
}

.stb-postal__button-order_active {
	bottom: 330px;
}

.stb-postal__button-order span {
	color: #fff;
}

.stb-postal__button-consultation {
	transition: all .5s;
	bottom: unset;
	right: 0;
	top: 0;
	left: unset;
}

.stb-postal__button-consultation_active {
	top: 300px;
	border-top: 1px solid #858585e8;
}

.stb-postal__button-consultation_active:before {
	display: none;
}

.stb-postal__button-text {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

.stb-postal__button-icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 14px;
	width: 24px;
	margin-left: 15px;
}

.stb-postal__button-icon {
	height: 24px;
	width: 14px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/arrow.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-postal__button-icon_top {
	transform: rotate(-90deg);
	transition: transform .5s;
}

.stb-postal__button-icon_top-opened {
	transform: rotate(90deg);
}

.stb-postal__button-icon_bottom {
	transform: rotate(90deg);
	transition: transform .5s;
}

.stb-postal__button-icon_bottom-opened {
	transform: rotate(-90deg);
}

.stb-postal__button_popup {
	pointer-events: none;
}

.stb-page__popup {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 103;
}

.stb-popup,.stb-popup__wrapper {
	height: 100%;
	width: 100%;
}

.stb-popup__wrapper {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.stb-popup__content {
	position: relative;
	height: auto;
	width: 25%;
	margin: 0 auto;
	cursor: auto;
}

.p3-enter .stb-popup__content {
	top: -100vh;
}

.p3-enter.p3-enter-active .stb-popup__content {
	top: 0;
	transition: top .5s;
}

.p3-leave .stb-popup__content {
	top: 0;
}

.p3-leave.p3-leave-active .stb-popup__content {
	top: -100vh;
	transition: top .3s;
}

.stb-postal__thanks {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.stb-thanks,.stb-thanks__wrapper {
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.stb-thanks__content {
	display: flex;
	height: 330px;
	width: 100%;
	background-color: #fff;
	pointer-events: auto;
}

.stb-thanks__content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 2.778vh 3.82vw 5.556vh;
}

.stb-thanks__success-icon {
	height: 80px;
	width: 80px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/success.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-thanks__title {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0,0,0,.5);
}

.stb-thanks__videos-button {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 100%;
	border: 1px solid transparent;
	background-color: #47bd3d;
	pointer-events: auto;
	cursor: pointer;
}

.stb-thanks__videos-button:hover {
	border-color: #47bd3d;
	background-color: #fff;
}

.stb-thanks__videos-button-text {
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.stb-thanks__videos-button:hover .stb-thanks__videos-button-text {
	color: #47bd3d;
}

.stb-thanks__close-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 100%;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #47bd3d;
	color: #fff;
	transition: background-color .5s 5s;
	pointer-events: auto;
	cursor: pointer;
}

.stb-thanks__close-button_timeout {
	background-color: #d13129;
}

.stb-page__videos,.stb-videos,.stb-videos__wrapper {
	height: 100%;
	width: 100%;
}

.stb-videos__title {
	width: 42%;
	margin: 50px 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.5);
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}

.stb-videos__title_first {
	margin-top: 0;
}

.stb-videos__video {
	position: relative;
	width: 48.5%;
	background-color: #afafaf;
}

.stb-videos__video:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.stb-videos__video-frame {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.stb-videos__video_main {
	width: 100%;
}

.stb-videos__reviews-videos {
	position: relative;
}

.stb-videos__reviews-videos-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	height: 100%;
	width: 100%;
}

.stb-videos__reviews-videos:before {
	content: "";
	display: block;
	padding-top: 57.6%;
}

.stb-page__policy,.stb-policy,.stb-policy__wrapper {
	height: 100%;
	width: 100%;
}

.stb-policy__wrapper {
	font-size: 1rem;
	color: rgba(0,0,0,.8);
}

.stb-policy__title {
	margin: 40px 0 10px;
	font-size: 2rem;
	font-weight: 700;
}

.stb-policy__list-title {
	margin: 15px 0 5px;
}

.stb-filters__separator {
	height: 1px;
	width: 100%;
	margin: 15px 0;
	background-color: rgba(0,0,0,.1);
}

.stb-filters__item-title {
	margin-left: -1px;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.stb-filters__item-checkboxes_colors {
	display: flex;
	justify-content: space-between;
	width: 31.2%;
}

.stb-filters__item-checkbox {
	margin-top: 15px;
}

.stb-filters__reset-button {
	height: 40px;
	width: 100%;
	margin-top: 6vh;
}

.stb-filters__apply-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 100%;
	margin-top: 35px;
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #d3e1d2;
}

.stb-checkbox {
	cursor: pointer;
}

.stb-checkbox__square,.stb-checkbox__wrapper {
	display: flex;
	align-items: center;
}

.stb-checkbox__square {
	box-sizing: border-box;
	justify-content: center;
	height: 16px;
	width: 16px;
	margin-right: 10px;
	border: 1px solid #000;
	background-color: #fff;
}

.stb-checkbox__square_checked:before {
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	background-color: #707070;
}

.stb-checkbox__square_color-checked:before {
	background-color: #fff;
}

.stb-checkbox__square_color {
	margin-right: 0;
	border: none;
}

.stb-checkbox__square_blue_5005
{
    background-color: #006699;
}
.stb-checkbox__square_blue {
	background-color: #003366;
}

.stb-checkbox__square_grey {
	background-color: #636260;
}

.stb-checkbox__square_red {
	background-color: #e0291c;
}

.stb-checkbox__name {
	user-select: none;
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
}

.stb-checkbox__name_single {
	font-weight: 500;
}

.stb-reset-filters-button {
	height: 100%;
	width: 100%;
	background-color: #e5e5e5;
	color: #fff;
	transition: background-color .4s;
	cursor: pointer;
}

.stb-reset-filters-button:hover {
	background-color: #707070;
}

.stb-reset-filters-button__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.stb-reset-filters-button__text {
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.stb-items-pool {
	background: #fff;
}

.stb-items-pool,.stb-items-pool__wrapper {
	height: 100%;
	width: 100%;
}

.stb-items-pool__trucks {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding: 6vh 0;
}

.stb-items-pool__truck-item {
	height: 280px;
	width: 86%;
	margin: 0 auto 8.889vh;
}

.stb-items-pool__lodgments {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	padding: 3.334vh 0 0;
}

.stb-items-pool__lodgment-item {
	height: 410px;
	width: 37.5%;
	margin: 0 0 4.45vh 4.15vw;
}

.stb-items-pool__basket {
	padding: 2.223vh 0;
}

.stb-items-pool__basket-item {
	height: 140px;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.stb-items-pool__basket-price {
	display: flex;
	align-items: center;
	height: 160px;
	width: 100%;
	text-transform: uppercase;
}

.stb-items-pool__basket-price-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 62.5%;
	width: 45vw;
	margin-left: auto;
}

.stb-items-pool__basket-price-part {
	width: 45%;
}

.stb-items-pool__basket-price-part_text-right {
	text-align: right;
}

.stb-items-pool__basket-price-title {
	font-size: 1.75rem;
	font-weight: 700;
	color: rgba(0,0,0,.5);
}

.stb-items-pool__basket-price-name {
	font-size: 1rem;
	color: rgba(0,0,0,.5);
}

.stb-items-pool__basket-price-separator {
	position: absolute;
	top: 0;
	left: calc(50% - .5px);
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,.1);
}

.stb-items-pool__basket-price_margin {
	margin-top: 10px;
}

.stb-item {
	height: 100%;
	width: 100%;
	text-transform: uppercase;
}

.stb-item__wrapper {
	display: flex;
	height: 100%;
}

.stb-item__image {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.stb-item__content {
	margin: auto 0;
}

.stb-item__name {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	color: #373737;
	transition: color .4s;
	cursor: pointer;
}

.stb-item__name:hover {
	color: #373737;
}

.stb-item__name_di {
	font-size: 1.25rem;
	cursor: auto;
}

.stb-item__name_di:hover {
	columns: #373733;
}

.stb-item__boxes-counter {
	display: block;
	font-size: 1rem;
	font-weight: 700;
}

.stb-item__description {
	margin: 5px 0;
}

.stb-item__description-item {
	font-size: .75rem;
	line-height: 1.2;
}

.stb-item__description-item-text {
	font-weight: 400;
}

.stb-item__description-item-value {
	font-weight: 700;
}

.stb-item__price {
	display: flex;
	font-weight: 700;
}

.stb-item__price-value {
	font-size: 1.75rem;
}

.stb-item__price-currency {
	margin: 4px auto auto 5px;
	font-size: .75rem;
}

.stb-item__button {
	margin-top: 15px;
}

.stb-item__price_small .stb-item__price-value {
	font-size: 1rem;
}

.stb-item__price_small .stb-item__price-currency {
	margin: 0 auto auto 3px;
	font-size: .625rem;
}

.stb-items-pool__truck-item .stb-item__wrapper {
	justify-content: space-between;
	margin: 7px 50px 7px 10px;
}

.stb-items-pool__truck-item .stb-item__image {
	height: 100%;
	width: 47.5%;
}

.stb-items-pool__truck-item .stb-item__content {
	width: 47.5%;
}

.stb-items-pool__lodgment-item .stb-item__wrapper {
	flex-direction: column;
	justify-content: space-between;
}

.stb-items-pool__lodgment-item .stb-item__image {
	height: 50%;
	width: 100%;
}

.stb-items-pool__lodgment-item .stb-item__content {
	width: 100%;
	margin: 0;
}

.stb-item-button {
	cursor: pointer;
}

.stb-item-button__wrapper {
	box-sizing: border-box;
	display: flex;
	height: 40px;
	width: 100%;
	border: 1px solid #b6271f;
}

.stb-item-button__state {
	height: 100%;
	width: 40px;
	background-color: #b6271f;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/plus.svg);
	background-size: 16px;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-item-button__container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-grow: 1;
	background-color: #d13129;
}

.stb-item-button__container-text {
	font-size: .875rem;
	font-weight: 700;
	color: #fff;
}

.stb-item-button:hover .stb-item-button__container {
	background-color: transparent;
}

.stb-item-button:hover .stb-item-button__container-text {
	color: #b6271f;
}

.stb-item-button_active .stb-item-button__wrapper {
	border: 1px solid transparent;
}

.stb-item-button_active .stb-item-button__state {
	background-color: #e5e5e5;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/minus.svg);
	border-radius: 3px;
}

.stb-item-button_active .stb-item-button__container {
	background-color: #f2f2f2;
}

.stb-item-button_active .stb-item-button__container-text {
	color: #d6d6d6;
}

.stb-item-button_active:hover .stb-item-button__state {
	background-color: #707070;
}

.stb-item-button_active:hover .stb-item-button__container {
	background-color: #f2f2f2;
}

.stb-item-button_active:hover .stb-item-button__container-text {
	color: #707070;
}

.stb-basket-item {
	height: 100%;
	width: 100%;
}

.stb-basket-item__wrapper {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

.stb-basket-item__image {
	height: 93%;
	width: 13%;
	margin: auto 8% auto 14%;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.stb-basket-item__description {
	display: flex;
	width: 59.5%;
	text-transform: uppercase;
}

.stb-basket-item__description-content {
	width: 45%;
	margin-right: 15.5%;
}

.stb-basket-item__description-item {
	font-size: .75rem;
}

.stb-basket-item__description-item-value {
	font-weight: 500;
}

.stb-basket-item__name {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: 700;
	color: #373737;
	transition: color .4s;
	cursor: pointer;
}

.stb-basket-item__name:hover {
	color: rgba(0,0,0,.5);
}

.stb-basket-item__price {
	display: flex;
	font-weight: 500;
}

.stb-basket-item__price-value {
	font-size: 1.75rem;
}

.stb-basket-item__price-currency {
	margin: 5px 0 0 5px;
	font-size: .75rem;
}

.stb-basket-item__remove-button {
	visibility: hidden;
	height: 40px;
	width: 40px;
	margin-left: auto;
	border-radius: 3px;
	overflow: hidden;
}

.stb-basket-item:hover .stb-basket-item__remove-button {
	visibility: visible;
}

.stb-page__basket-mobile {
	height: 100%;
	width: 100%;
	background-color: #f4f4f4;
}

.stb-basket-mobile__expenses-container {
	width: 90%;
	margin: 0 auto;
}

.stb-basket-mobile__expenses-container>.expenses__dividing-line {
	width: 100%;
}

.stb-basket-mobile {
	height: 100%;
	width: 100%;
}

.stb-basket-mobile__wrapper {
	height: auto;
	width: 100%;
	padding: 40px 0 30px;
}

.stb-basket-mobile__item {
	box-sizing: border-box;
	margin: 0 10px 10px;
	padding-top: 10px;
}

.stb-basket-mobile__item .stb-filler__item {
	margin-bottom: 0;
}

.stb-basket-mobile__item_first {
	padding-top: 0;
	border-top: none;
}

.stb-filler,.stb-filler__wrapper {
	height: 100%;
	width: 100%;
}

.stb-filler__separator {
	height: 1px;
	margin: 0 2.43vw;
}

.stb-filler__section {
	margin: 3.334vh 1.05vw 1.112vh;
}

.stb-filler__section-separator {
	height: 1px;
	width: 78.5%;
	margin: 0 auto 1.667vh;
	background-color: rgba(0,0,0,.1);
}

.stb-filler__section-title {
	margin-bottom: 1.667vh;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0,0,0,.3);
}

.stb-filler__section_truck {
	margin-top: 36px;
	border-top: none;
}

.stb-filler__item {
	position: relative;
	display: flex;
	align-items: center;
	height: 135px;
	margin-bottom: 2.223vh;
	padding: 0 2.43vw 0 1.75vw;
	border-radius: 3px;
	background-color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(0,0,0,.5);
}

.stb-filler__item_empty-text {
	text-align: center;
	color: rgba(0,0,0,.3);
}

.stb-filler__item-content-wrapper {
	margin: 0 -5px 0 15px;
}

.stb-filler__item-image {
	flex-shrink: 0;
	height: 80px;
	width: 80px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.stb-filler__item-name {
	font-size: 1rem;
	color: rgba(0,0,0,.5);
	transition: color .4s;
	cursor: pointer;
}

.stb-filler__item-name:hover {
	color: #373737;
}

.stb-filler__item-boxes {
	font-size: 1rem;
}

.stb-filler__item-price {
	display: flex;
}

.stb-filler__item-price-value {
	font-size: 1.75rem;
}

.stb-filler__item-price-currency {
	margin: 4px 0 auto 5px;
	font-size: .75rem;
}

.stb-filler__item-remove-button {
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 40px;
	width: 40px;
	border-radius: 3px;
	background-color: #e5e5e5;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/minus.svg);
	background-size: 16px;
	background-position: 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.stb-filler__item-remove-button:hover {
	background-color: #707070;
}

.stb-filler__item_empty {
	height: 40px;
	border: 1px dashed rgba(0,0,0,.3);
	background-color: transparent;
}

.stb-page__contacts {
	box-sizing: border-box;
}

.stb-contacts,.stb-page__contacts {
	height: 100%;
	width: 100%;
}

.stb-contacts__wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	border-radius: 3px;
}

.stb-contacts__map {
	height: 66.15%;
	width: 100%;
}

.stb-contacts__map-marker {
	height: 43px;
	width: 30px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/si-marker.svg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-contacts__content {
	box-sizing: border-box;
	color: rgba(0,0,0,.5);
	text-align: center;
	margin-top: 35px;
}

.stb-contacts__title {
	margin-bottom: 7px;
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.stb-contacts__item {
	font-size: 1rem;
}

.stb-contacts__item-link {
	color: inherit;
}

.stb-contacts__icons {
	margin-top: 17px;
}

.stb-contact-icons__icon_white {
	fill: #fff;
	opacity: .5;
	transition: opacity .4s;
	cursor: pointer;
}

.stb-contact-icons__icon_white:hover {
	opacity: 1;
}

.stb-contact-icons__icon_dark {
	fill: #010101;
	opacity: .2;
	transition: opacity .4s;
	cursor: pointer;
}

.stb-contact-icons__icon_dark:hover {
	opacity: .4;
}

.stb-contact-icons__icon_margin {
	margin: 0 20px;
}

.stb-contact-icons__icon_small {
	height: 26px;
	width: 26px;
}

.stb-contact-icons__icon_medium {
	height: 30px;
	width: 30px;
}

.stb-instruction {
	height: calc(100% - 36px);
	width: 100%;
}

.stb-instruction__wrapper {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	padding: 10% 8%;
}

@keyframes item_blink {
	0% {
		opacity: .55;
	}

	to {
		opacity: 1;
	}
}

.stb-instruction__item {
	height: 30.75%;
	width: 100%;
	background-color: #fff;
}

.stb-instruction__item-image {
	height: 100%;
	width: 100%;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: .55;
	transition: opacity .25s;
}

.stb-instruction__item_active .stb-instruction__item-image {
	opacity: 1;
}

.stb-instruction__item_blink .stb-instruction__item-image {
	animation: item_blink 1s ease-in-out infinite alternate;
	cursor: pointer;
}

.stb-instruction__phone-number {
	text-align: center;
	width: 100%;
	height: 36px;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #373737;
	opacity: .6;
}

.stb-instruction__phone-value {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	position: relative;
	display: inline-block;
	padding-left: 35px;
}

.stb-instruction__phone-value:before {
	width: 18.79px;
	height: 18.84px;
	display: block;
	content: " ";
	background-image: url(/bitrix/templates/master_telezhka/css/../img/phone.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}

.stb-instruction_dark {
	background-color: rgba(0,0,0,.4);
	transition: background-color .4s;
}

html {
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.15;
	color: #373737;
/*	scroll-behavior: smooth;*/
	background: #eee;
}

.stb-page__wrapper {
	position: relative;
	height: 100vh;
	width: 100%;
}

.stb-page__detail-info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 102;
}

.stb-page-separator {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.1);
}

.stb-page__content {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	height: 100vh;
	width: 100%;
	padding-top: 70px;
	overflow: hidden;
}

.stb-page__filters {
	width: 25%;
	padding-bottom: 70px;
	background-color: #f4f4f4;
	overflow: hidden;
}

.stb-page__filters-wrapper {
	width: 70%;
	margin: 6vh auto;
}

.stb-page__items-pool {
	position: relative;
	width: 50%;
	height: 100%;
	box-shadow: 0 8px 20px rgba(0,0,0,.15);
	transition: all .5s;
}

.stb-page__items-pool_stage-3 {
	width: 50%;
	margin-bottom: 70px;
}

.stb-page__result-bar {
	width: 25%;
	margin-bottom: 70px;
	background-color: #f4f4f4;
}

.stb-page__filler,.stb-page__instruction {
	height: 100%;
	width: 100%;
}

.stb-page__consultation-form {
	position: absolute;
	top: -330px;
	right: 0;
	width: 25%;
	transition: top .5s;
	z-index: 100;
}

.stb-page__consultation-form_opened {
	top: 0;
	z-index: 102;
}

.stb-page__order-form {
	position: absolute;
	bottom: -330px;
	right: 0;
	width: 25%;
	transition: bottom .5s;
	z-index: 100;
}

.stb-page__order-form_opened {
	bottom: 0;
	z-index: 102;
}

.stb-page__front-block {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 101;
	cursor: pointer;
}

.stb-page_red {
	color: #d13129;
}

@media (min-width:1920px) {
	html {
		font-size: 18px;
	}

	.stb-page__content {
		padding-top: 80px;
	}

	.stb-page__result-bar {
		margin-bottom: 70px;
	}

	.stb-page__items-pool_stage-3 {
		margin-bottom: 80px;
	}

	.stb-page__consultation-form {
		top: -380px;
	}

	.stb-page__consultation-form_opened {
		top: 0;
	}

	.stb-page__order-form {
		bottom: -380px;
	}

	.stb-page__order-form_opened {
		bottom: 0;
	}

	.stb-page__header {
		height: 80px;
	}

	.stb-step-indexer__step-arrow {
		height: 28px;
		width: 18px;
	}

	.stb-page__nav-panel {
		height: 80px;
	}

	.stb-nav-panel__price-counter {
		height: 50px;
	}

	.stb-nav-panel__button-icon {
		height: 18px;
		width: 10px;
	}

	.stb-intro__button {
		height: 70px;
		width: 370px;
	}

	.stb-intro__sets-contacts {
		height: 80px;
	}

	.stb-intro__instruction {
		padding: 80px 0;
	}

	.stb-intro__instruction-side {
		position: relative;
		display: flex;
		align-items: center;
		height: 33.333vh;
		width: 20px;
		margin: auto 0;
		border-radius: 3px 0 0 3px;
		background-color: rgba(0,0,0,.4);
	}

	.stb-intro__complect {
		max-width: 1200px;
	}

	.stb-complect__wrapper {
		padding: 60px 75px 0;
	}

	.stb-complect__truck {
		height: 600px;
		width: 600px;
	}

	.stb-complect__truck-colors {
		top: 75px;
		height: 90px;
	}

	.stb-complect__separator-block {
		height: 100px;
	}

	.stb-complect__box-view {
		height: 300px;
	}

	.stb-items-pool__truck-item {
		height: 330px;
	}

	.stb-items-pool__lodgment-item {
		height: 450px;
	}

	.stb-items-pool__basket-item {
		height: 180px;
	}

	.stb-item-button__wrapper {
		height: 50px;
	}

	.stb-item-button__state {
		width: 50px;
		background-size: 20px;
	}

	.stb-filters__reset-button {
		height: 50px;
	}

	.stb-checkbox__square {
		height: 20px;
		width: 20px;
	}

	.stb-checkbox__square_checked:before {
		height: 10px;
		width: 10px;
	}

	.stb-filler__item {
		height: 160px;
	}

	.stb-filler__item-remove-button {
		height: 50px;
		width: 50px;
		background-size: 20px;
	}

	.stb-filler__item_empty {
		height: 50px;
	}

	.stb-basket-item__remove-button {
		height: 50px;
		width: 50px;
	}

	.stb-postal__content {
		height: 360px;
	}

	.stb-postal__button {
		height: 70px;
		margin-top: 5px;
	}

	.stb-postal__button-consultation_active {
		top: 360px;
		margin-top: 0;
	}

	.stb-postal__button-order_active {
		bottom: 360px;
		margin-top: 0;
	}

	.stb-form__field {
		height: 50px;
	}

	.stb-form__field-icon {
		width: 50px;
		background-size: 24px;
	}

	.stb-form__field-input {
		width: calc(100% - 40px - 10px);
	}

	.stb-form__button {
		height: 50px;
	}

	.stb-form__confidency-checkbox {
		height: 25px;
		width: 25px;
	}

	.stb-form__confidency-checkbox-checkmark {
		height: 12px;
		width: 15px;
	}

	.stb-thanks__content {
		height: 380px;
	}

	.stb-thanks__close-button {
		height: 80px;
	}

	.stb-thanks__videos-button {
		height: 50px;
	}
}

@media (min-width:1300px) and (max-width:1360px) {
	.stb-page__header {
		height: 50px;
	}

	.stb-page__content {
		padding-top: 50px;
	}

	.stb-postal__button {
		height: 50px;
	}
}

@media (min-width:980px) and (max-width:1279px) {
	.stb-page__header {
		height: 60px;
	}

	.stb-header__main-part {
		height: 70px;
	}

	.stb-header__intro-menu-item_middle {
		margin: 0 3vw;
	}

	.stb-header__step-indexer {
		height: 30px;
		width: 80%;
	}

	.stb-step-indexer__step-arrow {
		height: 20px;
		width: 10px;
	}

	.stb-intro__main-title {
		font-size: 2.5rem;
	}

	.stb-intro__main-contacts {
		bottom: 18px;
	}

	.stb-intro__sidebar {
		width: 45px;
	}

	.stb-intro__sidebar-text {
		font-size: 1rem;
	}

	.stb-intro__sidebar-arrow {
		height: 20px;
		width: 20px;
	}

	.stb-intro__instruction {
		padding: 60px 0;
	}

	.stb-intro__instruction-side {
		height: 260px;
	}

	.stb-intro__instruction-side-text {
		right: -10px;
		font-size: 1rem;
	}

	.stb-intro__button {
		height: 50px;
	}

	.stb-intro__sets-contacts {
		height: 60px;
	}

	.stb-intro__complect {
		max-width: 650px;
	}

	.stb-complect__title {
		margin-bottom: 30px;
		font-size: 3.5rem;
	}

	.stb-complect__content-title {
		font-size: 1.5rem;
	}

	.stb-complect__content-item {
		font-size: 1rem;
	}

	.stb-complect__button {
		width: 250px;
	}

	.stb-complect__truck {
		top: -50px;
		height: 440px;
		width: 370px;
	}

	.stb-complect__truck-colors {
		top: 70px;
	}

	.stb-complect__truck-image {
		align-items: flex-start;
	}

	.stb-complect__truck-image-clicker {
		height: 80%;
		width: 70%;
	}

	.stb-complect__truck-title {
		font-size: 3.5rem;
	}

	.stb-complect__separator-block {
		height: 70px;
		margin: 40px auto 0;
	}

	.stb-complect__box-view {
		height: 200px;
	}

	.stb-complect__box-view-title {
		font-size: 3.5rem;
	}

	.stb-complect__box-description-item {
		font-size: 1rem;
	}

	.stb-page__filters {
		padding-bottom: 60px;
	}

	.stb-page__filters-wrapper {
		width: 82%;
		max-width: 200px;
	}

	.stb-filters__item-checkboxes_colors {
		width: 50%;
	}

	.stb-items-pool__trucks {
		padding: 30px 0;
	}

	.stb-items-pool__truck-item {
		height: 240px;
		width: 84%;
		margin: 0 auto 50px;
	}

	.stb-items-pool__lodgment-item {
		height: 350px;
		width: 42.5%;
		margin: 0 0 50px 5%;
	}

	.stb-items-pool__truck-item .stb-item__wrapper {
		margin: 0;
	}

	.stb-items-pool__truck-item .stb-item__image {
		width: 45%;
	}

	.stb-items-pool__truck-item .stb-item__content {
		width: 50%;
	}

	.stb-filler__item-image {
		display: none;
	}

	.stb-postal__button {
		height: 60px;
	}

	.stb-thanks__content {
		height: 290px;
	}

	.stb-thanks__close-button {
		height: 60px;
	}

	html {
		font-size: 14px;
	}

	.stb-page__content {
		padding-top: 60px;
	}

	.stb-page__nav-panel {
		height: 60px;
	}

	.stb-page__items-pool_stage-3,.stb-page__result-bar {
		margin-bottom: 60px;
	}

	.stb-page__consultation-form {
		position: absolute;
		top: -290px;
		right: 0;
		width: 25%;
		transition: top .5s;
		z-index: 100;
	}

	.stb-page__consultation-form_opened {
		top: 0;
		z-index: 102;
	}

	.stb-page__order-form {
		position: absolute;
		bottom: -290px;
		right: 0;
		width: 25%;
		transition: bottom .5s;
		z-index: 100;
	}

	.stb-page__order-form_opened {
		bottom: 0;
		z-index: 102;
	}
}

@media (max-width:979px) {
	.stb-page__consultation-form {
		display: none;
	}

	.stb-page__content {
		position: static;
		padding-top: 0;
	}

	.stb-page__result-bar {
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: -100%;
		height: 100vh;
		width: 100%;
		padding-top: 50px;
		transition: right .5s;
		z-index: 98;
	}

	.stb-page__result-bar_opened {
		right: 0;
	}

	.stb-page__front-block {
		z-index: 100;
	}

	.stb-page__order-form {
		position: fixed;
		width: 100%;
	}

	.stb-page__omg-button-price {
		position: fixed;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		height: 50px;
		width: 100%;
		border: 2px solid #d6d6d6;
		text-transform: uppercase;
		background-color: #fff;
		bottom: 50px;
		transition: all .5s;
		z-index: 90;
	}

	.stb-page__omg-button-price_hidden {
		bottom: -100%;
	}

	.stb-page__omg-button-price-value {
		display: flex;
		justify-content: center;
		width: 50%;
	}

	.stb-page__omg-button-price-title {
		transition: all .5s;
		width: 50%;
		text-align: center;
		font-size: .75rem;
		color: rgba(0,0,0,.5);
	}

	.stb-page__omg-button-price_up {
		bottom: 330px;
		z-index: 105;
	}

	.stb-page__omg-button-price:before {
		content: "";
		position: absolute;
		top: 10px;
		bottom: 10px;
		left: calc(50% - .5px);
		width: 1px;
		background-color: rgba(0,0,0,.1);
	}

	.stb-page__omg-button-button {
		display: flex;
	}

	.stb-page__omg-button-prev {
		width: 17.5%;
	}

	.stb-page__omg-button .stb-postal__button {
		flex-grow: 1;
		width: 80%;
	}

	.stb-page__header {
		height: 50px;
	}

	.stb-header__wrapper {
		background: #d13129;
	}

	.stb-header__side-part {
		height: 30px;
		width: 86%;
	}

	.stb-header__side-part_left {
		border-right: 1px solid hsla(0,0%,100%,.6);
	}

	.stb-header__side-part_right {
		border-left: 1px solid hsla(0,0%,100%,.6);
	}

	.stb-header__main-part {
		flex-grow: 1;
		height: 30px;
		width: 14%;
		border: none;
	}

	.stb-header__logo {
		height: 100%;
		width: 86%;
		margin: 0 auto;
	}

	.stb-page__filters {
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: -100%;
		height: 100vh;
		width: 100%;
		padding-top: 50px;
		padding-bottom: 0;
		transition: left .5s;
		z-index: 98;
	}

	.stb-page__filters-wrapper {
		margin: 0 auto;
		padding: 35px 0;
	}

	.stb-page__filters_opened {
		left: 0;
	}

	.stb-filters__reset-button {
		margin-top: 25px;
	}

	.stb-filler__section {
		margin: 30px 10px 20px;
	}

	.stb-filler__section-separator {
		margin: 0 auto 20px;
	}

	.stb-filler__section-title {
		margin-bottom: 15px;
	}

	.stb-filler__section_truck {
		margin-top: 20px;
	}

	.stb-filler__item {
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.stb-filler__item-image {
		display: none;
	}

	.stb-page__nav-panel {
		height: 50px;
		pointer-events: auto;
	}

	.stb-nav-panel__side-part {
		width: 17.5%;
		height: 52px;
	}

	.stb-nav-panel__side-part_stage-0 {
		display: none;
	}

	.stb-nav-panel__side-part_left {
		width: 20%;
	}

	.stb-nav-panel__side-part_right {
		width: 80%;
	}
    
    .page-stage-1 .stb-nav-panel__side-part_right {
		width: 100%;
	}

	.stb-nav-panel__middle-part {
		width: 82.5%;
	}

	.stb-nav-panel__middle-part_stage-0 {
		width: 100%;
	}

	.stb-nav-panel__middle-part_stage-3 {
		border-top: none;
	}

	.stb-nav-panel__button_back {
		box-sizing: border-box;
		border-right: 1px solid #fff;
	}

	.stb-nav-panel__button_back .stb-nav-panel__button-icon {
		margin-right: 0;
	}

	.stb-nav-panel__button_next .stb-nav-panel__button-icon {
		margin-left: 10px;
	}

	.stb-intro__wrapper {
		box-sizing: border-box;
		padding: 50px 0;
	}

	.stb-intro__main {
		height: 370px;
	}

	.stb-intro__main-wrapper {
		align-items: unset;
		width: 100%;
	}

	.stb-intro__main-content {
		width: auto;
		margin: 65px 15px 0;
	}

	.stb-intro__main-title {
		font-size: 1.25rem;
	}

	.stb-intro__main-text {
		width: 95.5%;
		font-size: .875rem;
	}

	.stb-intro__main-button {
		width: auto;
	}

	.stb-intro__main-contacts,.stb-intro__sidebar {
		display: none;
	}

	.stb-intro__contacts-wrapper {
		display: flex;
		flex-direction: column;
	}

	.stb-intro__contacts-item {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.stb-intro__contacts-item-icon {
		margin-right: 20px;
	}

	.stb-intro__contacts-item_last {
		margin-bottom: 0;
	}

	.stb-intro__contact-icons {
		display: none;
	}

	.stb-intro__button {
		height: 40px;
		font-size: .875rem;
	}

	.stb-intro__instruction {
		display: none;
	}

	.stb-intro__sets {
		width: 100%;
		padding-top: 0;
	}

	.stb-intro__sets-contacts {
		height: auto;
		width: 100%;
		padding: 25px;
	}

	.stb-intro__complect {
		width: auto;
		max-width: unset;
		margin: 40px 10px;
	}

	.stb-intro__complect_last {
		margin-bottom: 40px;
	}

	.stb-complect__wrapper {
		padding: 20px 15px;
	}

	.stb-complect__truck {
		position: relative;
		top: unset;
		right: unset;
		height: 275px;
		width: 100%;
		margin-top: 40px;
	}

	.stb-complect__truck-image {
		align-items: flex-start;
	}

	.stb-complect__truck-image-clicker {
		height: 85%;
	}

	.stb-complect__truck-title {
		width: 58.5%;
		margin: auto auto 0 0;
		font-size: 1.875rem;
		text-align: left;
	}

	.stb-complect__truck-colors {
		top: unset;
		bottom: 0;
		right: 0;
		flex-direction: row;
		height: auto;
		width: 78px;
	}

	.stb-complect__title {
		width: 60%;
		margin-bottom: 20px;
		font-size: 1.875rem;
	}

	.stb-complect__content-title {
		font-size: 1.25em;
	}

	.stb-complect__content-item {
		font-size: .875rem;
	}

	.stb-complect__button {
		width: 100%;
		margin-top: 17px;
	}

	.stb-complect__separator-block {
		height: auto;
		width: 96%;
		margin: 40px auto;
	}

	.stb-complect__separator {
		width: 25%;
	}

	.stb-complect__separator-plus {
		height: 60px;
		width: 25%;
	}

	.stb-complect__box {
		flex-direction: column;
		margin: 0 0 40px;
		padding-bottom: 40px;
	}

	.stb-complect__box:before {
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
	}

	.stb-complect__box-view {
		height: 160px;
		width: 100%;
	}

	.stb-complect__box-view-title {
		position: relative;
		top: 0;
		left: -5px;
		font-size: 1.875rem;
	}

	.stb-complect__box-view-image {
		background-position: 50%;
	}

	.stb-complect__box-description {
		margin: 0;
	}

	.stb-complect__box-description-item {
		margin-bottom: 10px;
		font-size: .875rem;
	}

	.stb-complect__box_last {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.stb-complect__box_last:before {
		display: none;
	}

	.stb-page__items-pool {
		box-sizing: border-box;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		padding: 50px 0;
	}

	.stb-page__items-pool_stage-3 {
		padding: 50px 0 100px;
	}

	.stb-items-pool__trucks {
		padding: 40px 25px;
	}

	.stb-items-pool__truck-item {
		height: 464px;
		width: 100%;
		margin: 0 0 50px;
	}

	.stb-items-pool__lodgments {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 40px 25px;
	}

	.stb-items-pool__lodgment-item {
		height: 402px;
		width: 100%;
		margin: 0 0 50px;
	}

	.stb-items-pool__truck-item .stb-item__wrapper {
		justify-content: unset;
		margin: 0;
	}

	.stb-items-pool__truck-item .stb-item__image {
		height: 266px;
		width: 100%;
	}

	.stb-items-pool__truck-item .stb-item__content {
		width: 100%;
		margin-top: 15px;
	}

	.stb-items-pool__lodgment-item .stb-item__wrapper {
		justify-content: unset;
	}

	.stb-items-pool__lodgment-item .stb-item__image {
		height: 210px;
		width: 100%;
	}

	.stb-items-pool__lodgment-item .stb-item__content {
		margin-top: 15px;
	}

	.stb-item__wrapper {
		flex-direction: column;
	}

	.stb-page__frontwrapper {
		top: 50px;
		bottom: 0;
		height: auto;
	}

	.stb-frontwrapper {
		left: 0;
	}

	.stb-frontwrapper__wrapper {
		padding: 0;
	}

	.stb-frontwrapper__content {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}

	.stb-frontwrapper__close-button {
		display: none;
	}

	.stb-frontwrapper__content-wrapper {
		display: flex;
		min-height: calc(100vh - 50px);
		padding: 0;
	}

	.stb-frontwrapper__si {
		height: 50px;
	}

	.stb-frontwrapper__si-logo {
		height: 28px;
	}

	.fwc-enter .stb-frontwrapper {
		top: 0;
		left: 100%;
	}

	.fwc-enter.fwc-enter-active .stb-frontwrapper {
		top: 0;
		left: 0;
		transition: left .5s;
	}

	.fwc-leave .stb-frontwrapper {
		top: 0;
		left: 0;
	}

	.fwc-leave.fwc-leave-active .stb-frontwrapper {
		top: 0;
		left: 100%;
		transition: left .3s;
	}

	.stb-postal__button {
		height: 52px;
		width: 80%;
	}

	.stb-postal__content-order {
		width: 100%;
	}

	.stb-postal__content-order_active {
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.stb-postal__form {
		margin: 45px 35px 55px;
	}

	.stb-page__popup {
		z-index: 100;
	}

	.stb-popup__content {
		width: 320px;
	}

	.stb-policy__wrapper {
		width: auto;
		padding: 0 15px 20px;
		font-size: .875rem;
	}

	.stb-policy__title {
		margin: 20px 0 10px;
		font-size: 1.25rem;
		line-height: 1;
	}

	.stb-policy__list {
		padding-left: 15px;
	}

	.stb-policy__list-item {
		margin-top: 10px;
	}

	.stb-contacts {
		background-color: #f4f4f4;
	}

	.stb-contacts__wrapper {
		width: auto;
		margin: 35px 10px;
		min-height: calc(100vh - 120px);
	}

	.stb-contacts__map {
		height: 52.85vh;
	}

	.stb-contacts__content {
		padding: 35px 35px 40px;
	}

	.stb-contacts__title {
		margin-bottom: 7px;
		font-size: 1.75rem;
		font-weight: 700;
		text-transform: uppercase;
	}

	.stb-contacts__item {
		font-size: 1rem;
	}

	.stb-contacts__icons {
		margin-top: 17px;
	}

	.stb-postal__thanks_mob-order {
		top: 50px;
		background-color: transparent;
		pointer-events: none;
	}

	.stb-thanks__close-button {
		height: 50px;
	}

	.stb-thanks__close-button_mob-order {
		width: auto;
		margin-left: 17.5%;
	}

	.stb-thanks__content-wrapper {
		margin: 25px 35px 50px;
	}

	.stb-videos__content {
		padding: 40px 15px 15px;
	}

	.stb-videos__title {
		width: 100%;
		margin: 35px 0 25px;
	}

	.stb-videos__title_first {
		margin-top: 0;
	}

	.stb-videos__reviews-videos:before {
		display: none;
	}

	.stb-videos__reviews-videos-wrapper {
		position: relative;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.stb-videos__video {
		width: 100%;
		margin-bottom: 25px;
	}

	.stb-videos__video-main {
		margin-bottom: 0;
	}
}

@media (min-width:500px) and (max-width:979px) {
	.stb-intro__main-content {
		max-width: 380px;
		margin: 65px auto 0;
	}

	.stb-intro__button {
		max-width: 320px;
	}

	.stb-intro__complect {
		max-width: 400px;
		margin: 40px auto;
	}

	.stb-intro__contacts {
		max-width: 400px;
		margin: 0 auto;
	}

	.stb-complect__wrapper {
		max-width: 340px;
		margin: 0 auto;
	}

	.stb-items-pool__lodgment-item,.stb-items-pool__truck-item {
		max-width: 380px;
		margin: 0 auto 50px;
	}

	.stb-page__filters-wrapper {
		max-width: 380px;
	}

	.stb-filler__section {
		max-width: 380px;
		margin: 30px auto 20px;
	}

	.stb-filler__section-separator {
		margin: 0 auto 20px;
	}

	.stb-basket-mobile__wrapper {
		max-width: 380px;
		margin: 0 auto;
	}

	.stb-contacts__content {
		max-width: 450px;
		width: 100%;
		margin: 0 auto;
	}

	.stb-policy__wrapper,.stb-videos__content {
		max-width: 80%;
		margin: 0 auto;
	}

	.stb-postal__thanks_mob-order .stb-thanks__content-wrapper {
		max-width: 450px;
		width: 100%;
		margin: 25px auto 50px;
	}

	.stb-page__order-form .stb-postal__form {
		margin: 45px auto 55px;
		max-width: 380px;
	}
}

.header-contacts-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.header-contacts__icon {
	width: 28px;
	height: 28px;
	margin: 23px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat!important;
}

.header-contacts__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-contacts__text {
	margin: auto;
}

.header-info {
	position: absolute;
	-webkit-transition: top .55s linear;
	-o-transition: top linear .55s;
	transition: top .55s linear;
	height: 70px;
	top: -400px;
	width: 80%;
}

.header-info-active {
	top: 0;
}

.dividing-line {
	height: 35px;
	opacity: .6;
	border-left: 1px solid #373737;
	margin: auto 0;
}

.expenses-container {
	padding: 0 35px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.expenses__dividing-line {
	height: 0;
	width: 96.5%;
	margin: 0 auto;
	border-top: 1px solid #333;
	opacity: .1;
}

.expenses__item {
	padding: 30px 0;
}

.expenses__item:last-child {
	padding-bottom: 0;
}

@media (max-width:1366px) {
	.expenses__item {
		padding: 25px 0;
	}

	.expenses__item:last-child {
		padding-bottom: 0;
	}
}

.expenses__payment-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.expenses__payment-info:last-child {
	margin-bottom: 0;
}

.expenses__headline {
	font-style: normal;
	font-weight: 700;
	font-size: 1.75rem;
	color: #333;
}

.expenses__payment-text {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	color: #333;
	opacity: .5;
}

.expenses__payment-text_bold {
	font-weight: 700;
	margin: auto 0;
}

.expenses__payment-text_eva {
	text-align: center;
	opacity: 1;
}

.expenses__payment-value {
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	color: #333;
	display: -ms-flexbox;
	display: flex;
}

.expenses__payment-value_big {
	font-size: 1.75rem;
}

.expenses__payment-value_red {
	color: #d13129;
}

.expenses__payment-currency {
	font-style: normal;
	font-weight: 700;
	font-size: .625rem;
	line-height: .875rem;
	color: #333;
	margin: 0 5px;
}

.expenses__payment-currency_big {
	margin-top: 4px;
	font-size: .75rem;
}

.expenses__payment-currency_red {
	color: #d13129;
}

.expenses__payment-currency_bold {
	font-weight: 700;
}

.main-page-container {
	width: 100%;
	height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.intro-container__description {
	margin: auto;
	padding-bottom: 50px;
}

.intro-container__description-wrapper {
	padding-left: 110px;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	max-width: 720px;
}

.intro-container__images {
	position: absolute;
	left: 940px;
	top: 110px;
	bottom: 110px;
	right: 0;
}

.intro-container__head-line {
	margin-bottom: 25px;
	font-size: 2.125rem;
	font-weight: 700;
	color: #373737;
}

.intro-container__under-head-line {
	margin-top: 5px;
	font-size: 1.25rem;
	font-weight: 700;
}

.intro-container__list {
	margin-top: 30px;
	list-style: none;
}

.intro-container__list-item {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 6px;
	font-size: 1.125rem;
	line-height: 160%;
	color: #373737;
}

.intro-container__list-item:last-child {
	margin-bottom: 0;
}

.intro-container__list-item:before {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: .5rem;
	width: .5rem;
	margin: .5625rem 10px 0 0;
	background-color: #333;
}

.intro-container__button-wrapper {
	margin-top: 45px;
	max-width: 300px;
	height: 60px;
}

.intro-container__button {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: #d13129;
	-webkit-box-shadow: 0 30px 70px rgba(150,64,64,.3);
	box-shadow: 0 30px 70px rgba(150,64,64,.3);
	color: #fff;
	border-radius: 3px;
	-webkit-transition: background-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
	transition: background-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
	-o-transition: box-shadow .25s ease-in-out,background-color .25s ease-in-out;
	transition: box-shadow .25s ease-in-out,background-color .25s ease-in-out;
	transition: box-shadow .25s ease-in-out,background-color .25s ease-in-out,-webkit-box-shadow .25s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	overflow: hidden;
}

.intro-container__button:before {
	content: "";
	position: absolute;
	display: block;
	height: 324px;
	width: 324px;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: .4;
	background: #fff;
	-webkit-animation: btnBlink 3s linear infinite;
	animation: btnBlink 3s linear infinite;
}

.intro-container__button-text {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: color .25s ease-in-out;
	-o-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	color: #fff;
}

.intro-container__button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.intro-container__button:hover>.intro-container__button-title {
	opacity: .6;
}

.intro-container__button:hover+.intro-container__button-shadow {
	bottom: 100%;
	left: 0;
}

.intro-container__button-shadow {
	width: 100%;
	height: 100%;
	position: relative;
	bottom: 40px;
	left: 20px;
	z-index: -1;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/background-arrow.svg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.intro-container__navigation-container {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.intro-container__navigation {
	position: absolute;
	bottom: 0;
	left: 110px;
	right: 110px;
	background: #fff;
	border-radius: 25px 25px 0 0;
	cursor: pointer;
	-webkit-transition: bottom .3s;
	-o-transition: bottom .3s;
	transition: bottom .3s;
}

.intro-container__navigation:hover {
	bottom: 14px;
}

.intro-container__navigation-items {
	height: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 1400px;
	margin: 0 auto;
}

.intro-container__navigation-items:hover>div>div {
	opacity: .8;
	-webkit-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
}

.intro-container__navigation-items:hover>div>.intro-container__item-icon {
	-webkit-filter: hue-rotate(220deg) saturate(5) brightness(.1);
	filter: hue-rotate(220deg) saturate(5) brightness(.1);
}

.intro__bottom-arrows {
	position: absolute;
	bottom: -15px;
	width: 100%;
	height: 15px;
	background-color: #fff;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/background-arrow.svg);
}

.intro-container__item-text {
	font-size: 1.25rem;
	opacity: .4;
	margin: auto;
}

.intro-container__item-icon,.intro-container__item-text {
	-webkit-transition: .4s ease-out;
	-o-transition: .4s ease-out;
	transition: .4s ease-out;
}

.intro-container__item-icon {
	width: 65px;
	height: 55px;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .6;
}

.intro-container__nav-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
}

.intro-container__nav-item:first-child {
	margin-left: 7%;
}

.intro-container__nav-item:last-child {
	margin-right: 7%;
}

.intro-container__item-icon_track {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/small-info-track.svg);
}

.intro-container__item-icon_wood {
	width: 101px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/small-info-wood.svg);
}

.intro-container__item-icon_notebook {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/small-info-notebook.svg);
}

.intro-container__item-icon_arrow {
	height: 25px;
	background-image: url(/bitrix/templates/master_telezhka/css/../img/arrow.svg);
	-webkit-filter: hue-rotate(220deg) saturate(5) brightness(.59);
	filter: hue-rotate(220deg) saturate(5) brightness(.59);
	width: 11px;
	background-position: 50%;
}

.intro__back-layer {
	position: absolute;
	width: 357px;
	height: 1500px;
	right: 150px;
	top: 70px;
	background: url(/bitrix/templates/master_telezhka/css/../img/background-arrow.svg);
	z-index: -2;
}

.intro-slider-image,.intro-slider-image-1,.intro-slider-image-2,.intro-slider-image-3,.intro-slider-image-4,.intro-slider-image-5 {
	background-size: contain;
	background-position: 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.intro-slider-image-1 {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/main-page-slider/1.png);
	z-index: 2;
	margin-left: 0;
	-webkit-animation: driveTruck1 18.2s infinite forwards;
	animation: driveTruck1 18.2s infinite forwards;
}

.intro-slider-image-2 {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/main-page-slider/2.png);
	margin-left: 40%;
	z-index: 1;
	-webkit-animation: driveTruck2 18.2s infinite forwards;
	animation: driveTruck2 18.2s infinite forwards;
}

.intro-slider-image-3 {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/main-page-slider/3.png);
	z-index: 3;
	margin-left: -20%;
	-webkit-animation: driveInstrument1 18.2s infinite forwards;
	animation: driveInstrument1 18.2s infinite forwards;
}

.intro-slider-image-4 {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/main-page-slider/4.png);
	margin-left: 0;
	z-index: 2;
	-webkit-animation: driveInstrument2 18.2s infinite forwards;
	animation: driveInstrument2 18.2s infinite forwards;
}

.intro-slider-image-5 {
	background-image: url(/bitrix/templates/master_telezhka/css/../img/main-page-slider/5.png);
	z-index: 1;
	margin-left: 25%;
	-webkit-animation: driveInstrument3 18.2s infinite forwards;
	animation: driveInstrument3 18.2s infinite forwards;
}

@media (min-width:2000px) {
	.intro-container__description {
		font-size: 1vw;
	}

	.intro-container__head-line {
		font-size: 2.25em;
	}

	.intro-container__under-head-line {
		font-size: 1.5em;
	}

	.intro-container__list-item {
		font-size: 1.25em;
	}

	.intro-container__list-item:before {
		margin: .5625em 10px 0 0;
	}

	.intro-container__button-wrapper {
		max-width: 360px;
	}

	.intro-container__images {
		left: 50vw;
	}
}

@media (min-width:1920px) {
	.intro-container__button-wrapper {
		max-width: 360px;
	}

	.intro-container__images {
		left: 50vw;
	}
}

@media (max-width:1440px) {
	.intro-container__description-wrapper {
		max-width: 575px;
	}

	.intro-container__images {
		left: 795px;
	}
}

@media (max-width:1366px) {
	.intro-container__head-line {
		margin-bottom: 15px;
		font-size: 1.625rem;
	}

	.intro-container__list {
		margin-top: 15px;
	}

	.intro-container__list-item {
		margin-bottom: 3px;
	}

	.intro-container__button-wrapper {
		margin-top: 25px;
		height: 50px;
	}

	.intro-container__description {
		padding-bottom: 20px;
	}

	.intro-container__description-wrapper {
		max-width: 598px;
	}

	.intro-container__navigation-items {
		height: 70px;
	}

	.intro-container__item-icon {
		height: 40px;
		width: 60px;
	}

	.intro-container__item-icon_arrow {
		height: 15px;
		width: 10px;
	}
}

@media (max-width:1250px) {
	.intro-container__navigation-container {
		display: none;
	}
}

@media (max-width:980px) {
	.intro__back-layer {
		display: none;
	}

	.intro-container__button-wrapper {
		height: 0;
	}

	.intro-container__description {
		padding-bottom: 0;
	}

	.intro-container__description-wrapper {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		margin: 50px 0;
		padding: 35px 15px 0;
		overflow: hidden;
	}

	.intro-container__head-line {
		font-size: 1.4375rem;
		line-height: 125.39%;
	}

	.intro-container__under-head-line {
		font-size: 1.125rem;
	}

	.intro-container__list {
		margin-top: 0;
	}

	.intro-container__list-item {
		font-size: 1rem;
		line-height: 160%;
	}

	.intro-container__button {
		position: fixed;
		width: 100%;
		height: 50px;
		bottom: 0;
		left: 0;
		border-radius: 0;
		-webkit-box-shadow: 0 -8px 20px rgba(0,0,0,.15);
		box-shadow: 0 -8px 20px rgba(0,0,0,.15);
	}

	.intro-container__button-shadow {
		display: none;
	}

	.intro-container__mobile-images {
		width: 100%;
		height: 400px;
	}

	.intro-slider-image-1,.intro-slider-image-2,.intro-slider-image-3,.intro-slider-image-4,.intro-slider-image-5 {
		display: none;
		-webkit-animation: none;
		animation: none;
	}

	.intro-mob-image {
		position: absolute;
		top: 0;
		right: -88px;
		left: -20px;
		height: 421px;
		background: url(/bitrix/templates/master_telezhka/css/../img/main-page-slider/6.png);
		background-size: contain;
		background-position: 50% 0;
		background-repeat: no-repeat;
	}

	.intro-mob-image-wrapper {
		position: relative;
		height: 421px;
		width: calc(100% + 30px);
		margin: 0 -15px;
		overflow: hidden;
	}

	.main-page-container {
		height: auto;
	}

	body {
		overflow: inherit;
	}
}

@-webkit-keyframes driveTruck1 {
	0% {
		left: 0;
	}

	35% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	38%,90% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	98%,to {
		left: 0;
	}
}

@keyframes driveTruck1 {
	0% {
		left: 0;
	}

	35% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	38%,90% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	98%,to {
		left: 0;
	}
}

@-webkit-keyframes driveTruck2 {
	0% {
		left: 0;
	}

	33% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	36%,92% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	to {
		left: 0;
	}
}

@keyframes driveTruck2 {
	0% {
		left: 0;
	}

	33% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	36%,92% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	to {
		left: 0;
	}
}

@-webkit-keyframes driveInstrument1 {
	0% {
		left: 150%;
	}

	38% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	46%,87% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	90%,to {
		left: 150%;
	}
}

@keyframes driveInstrument1 {
	0% {
		left: 150%;
	}

	38% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	46%,87% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	90%,to {
		left: 150%;
	}
}

@-webkit-keyframes driveInstrument2 {
	0% {
		left: 150%;
	}

	40% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	48%,85% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	88%,to {
		left: 150%;
	}
}

@keyframes driveInstrument2 {
	0% {
		left: 150%;
	}

	40% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	48%,85% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	88%,to {
		left: 150%;
	}
}

@-webkit-keyframes driveInstrument3 {
	0% {
		left: 150%;
	}

	42% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	50%,83% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	86%,to {
		left: 150%;
	}
}

@keyframes driveInstrument3 {
	0% {
		left: 150%;
	}

	42% {
		left: 150%;
		-webkit-animation-timing-function: cubic-bezier(.2,.6,0,1);
		animation-timing-function: cubic-bezier(.2,.6,0,1);
	}

	50%,83% {
		left: 0;
		-webkit-animation-timing-function: cubic-bezier(0,0,.6,1);
		animation-timing-function: cubic-bezier(0,0,.6,1);
	}

	86%,to {
		left: 150%;
	}
}

@-webkit-keyframes btnBlink {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .4;
	}

	25% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .4;
	}

	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .4;
	}

	75% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .4;
	}

	to {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}

@keyframes btnBlink {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .4;
	}

	25% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .4;
	}

	50% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .4;
	}

	75% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: .4;
	}

	to {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}
}

.stb-detailed-info,.stb-detailed-info__wrapper {
	height: 100%;
	width: 100%;
}

.stb-detailed-info__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.stb-detailed-info__main-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.stb-detailed-info__image {
	height: 360px;
	width: 46%;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.stb-detailed-info__short-info {
	width: 46%;
	margin: auto 0;
	text-transform: uppercase;
}

.stb-detailed-info__button {
	width: 270px;
}

.stb-detailed-info__detail-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}

.stb-detailed-info__detail-content-title {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.stb-detailed-info__detail-content-separator {
	height: 1px;
	width: 100%;
	margin: 15px 0;
	background-color: rgba(0,0,0,.5);
}

.stb-detailed-info__chars {
	width: 46%;
}

.stb-detailed-info__chars-table {
	width: 100%;
	border-collapse: collapse;
}

.stb-detailed-info__chars-table-row {
	display: -ms-flexbox;
	display: flex;
	padding: 4px 0 6px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 1rem;
}

.stb-detailed-info__chars-table-property {
	width: 60%;
}

.stb-detailed-info__chars-table-value {
	width: 40%;
	margin-left: auto;
}

.stb-detailed-info__description {
	width: 46%;
}

.stb-detailed-info__description-items {
	line-height: 1.425;
}

@media (min-width:500px) and (max-width:979px) {
	.stb-detailed-info__main-content {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}

	.stb-detailed-info__detail-content {
		max-width: 410px;
		margin: 40px auto 0;
	}
}

@media (max-width:979px) {

    .header-contacts-container{
        display:none;
    }

	.stb-page__detail-info {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		z-index: 99;
	}

	.stb-detailed-info {
		height: 100vh;
		width: 100%;
	}

    .stb-detailed-info__wrapper{
        overflow: auto;
    }
     
	.stb-detailed-info__background {
		display: none;
	}

	.stb-detailed-info__content {
		width: 100%;
        height: 100%;
		margin: 0;
		padding: 40px 0;
	}

	.stb-detailed-info__close-button {
		display: none;
	}

	.stb-detailed-info__main-content {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: unset;
		justify-content: unset;
		width: auto;
		margin: 0 25px;
	}

	.stb-detailed-info__image {
		height: 266px;
		width: 100%;
	}

	.stb-detailed-info__short-info {
		width: 100%;
		margin-top: 15px;
	}

	.stb-detailed-info__button {
		width: 100%;
	}

	.stb-detailed-info__detail-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: unset;
		justify-content: unset;
		margin-top: 40px;
	}

	.stb-detailed-info__detail-content-title {
		margin-left: 15px;
		font-size: 1.25rem;
		font-weight: 700;
	}

	.stb-detailed-info__detail-content-separator {
		height: 1px;
		width: 100%;
		margin: 10px 0 0;
		background-color: rgba(0,0,0,.5);
	}

	.stb-detailed-info__chars,.stb-detailed-info__chars-table {
		width: 100%;
	}

	.stb-detailed-info__chars-table-row {
		display: -ms-flexbox;
		display: flex;
		padding: 7px 15px 8px;
		font-size: .75rem;
	}

	.stb-detailed-info__chars-table-value {
		text-align: right;
	}

	.stb-detailed-info__description {
		width: 100%;
		margin-top: 35px;
	}

	.stb-detailed-info__description-items {
		margin-top: 7px;
		padding: 0 15px;
		font-size: .85rem;
		line-height: 1.425;
	}
}

.intro,.intro-active,.intro-next,.intro-prev {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: top .7s;
	-o-transition: top .7s;
	transition: top .7s;
}

.intro-prev {
	top: -100%;
}

.intro-next {
	position: fixed;
	top: 100%;
}

.intro-active {
	top: 0;
}

.main-page {
	-webkit-transition: bottom .5s ease-in;
	-o-transition: bottom ease-in .5s;
	transition: bottom .5s ease-in;
}

.main-page-active {
	-webkit-transition: bottom .5s ease-out;
	-o-transition: bottom ease-out .5s;
	transition: bottom .5s ease-out;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.main-page__btn {
	position: absolute;
	width: 300px;
	height: 60px;
	left: 110px;
	top: 641px;
	background: #d13129;
	-webkit-box-shadow: 0 30px 70px rgba(150,64,64,.3);
	box-shadow: 0 30px 70px rgba(150,64,64,.3);
	border-radius: 3px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-page-catalog {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-page__nav-panel {
	-webkit-transition: .6s ease;
	-o-transition: .6s ease;
	transition: .6s ease;
}
/* End */


/* Start:/bitrix/templates/master_telezhka/css/user.css?15647552732390*/
html {overflow:hidden;}
p.stb-item__description-item:nth-child(3){display:none;}
p.stb-basket-item__description-item:nth-child(4){display:none;}
.stb-header__side-part_right{display:none;}
.stb-header__side-part_left{
    display:none;
}
.mobile-contact{display:none;}
.stb-filters__apply-button{display:none;}
.basket-stage-1{display:none;}
.mobile-total{display:none;}
.stb-header__side-part_left.products{width:0;}
.hidden-table{display:none;}
.stb-page__frontwrapper.confidedncy-wrapper{z-index: 160;}
.popup_continue{
    height: 40px;
    width: 200px;
    border: 1px solid #b6271f;
    background: #b6271f;
    color: white;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    margin: 20px auto 0 auto;
}

.stb-detailed-info__description-items a.btn{display:none;}

#text-load-container.basket_full .stb-frontwrapper__content{
    width:50%;
}

@media (max-width:979px) {

    .stb-page__front-block.front_basket_full{
    display:none;
    }
    #text-load-container.basket_full .stb-frontwrapper__content{
        width:100%;
    }
    .stb-page__items-pool_stage-3.basket-list .stb-basket-item__wrapper{
     width:100%;
     padding-left: 0px;
    }
    .stb-page__items-pool_stage-3.basket-list .stb-basket-item__image{
        display:none;
    }
    .mobile-total{padding:0 40px;display:block;}

    .stb-header__side-part_right
    {
        display:flex;
        width:100%;
    }
    .stb-header__side-part_left.products
    {
        display:flex;
        width:14%;
    }

    .stb-header__side-part_left.lozhement
    {
        display:flex;
        width:14%;
    }

    .stb-header__side-part.products{
        width:72%;
    }

    .stb-header__side-part.lozhement{
        width:72%;
    }

    .mobile-contact{
        display:block;
        left: 980px;
    }
    .stb-filters__apply-button
    {
        display:flex;
        cursor: pointer;
    }
    .basket-stage-1{display:block;}
    .stb-page__instruction{display:none;}
    .stb-header__side-part.products.detail{width:86%;}
    .stb-header__side-part.lozhement.detail{width:86%;}

    .stb-basket-item__description{width:100%}
    .stb-basket-item__description-content{
        width:50%; 
        margin-right: 5%;
        margin-left: 20px;
        margin-bottom: 10px;
    }
}
/* End */
/* /bitrix/templates/master_telezhka/css/main.css?156474147381231 */
/* /bitrix/templates/master_telezhka/css/user.css?15647552732390 */
