body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul, button{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
a, label, p, button, span{
	-webkit-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
}
button{
	font-family: inherit;
	font: inherit;
}
.hidden{
	display: none !important;
}

.container-block, .container-inner, .container {
	width: 1340px;
	padding: 0 20px;
	margin: 0 auto;
	min-width: 320px;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.linkBlind {
	display: inline-block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/** {
  box-sizing: border-box;
}*/
footer *,
header *,
.header-mobile-modalmenu *,
.pages-inline *,
.city-change *,
.cabinet *,
.filter-product *,
.goods *,
section[class^="bskt-"] *,
div[class^="bskt-"] *,
section[class*="bskt-"] *,
div[class*="bskt-"] *,
.breadcrumb *,
.total-goods-page *,
section.tirecart-filter-field *,
.professional-team-wrapper *,
.test-tires *,
.modal-container *,
.part-prog *,
.total-goods-desc *,
.store-description *,
.total-goods-desc *,
.warranty *,
.longterm * ,
.vozvrat *,
.tirecalculator *,
.longterm-calc *,
.texttire_block *,
.no-result *,
.main-form__filter-btns *, .container-inner , .container-block, .container, .container-full,
.reviews *,
.videoblog *,
.brand *,
.pub-contract-main *,
.centers *,
.centers-content__block-feedback *,
.center-card *,
.basket,
.center-card *,
.center-card *:before,
.center-card *:after,
.product *,
.product-analog *,
.FAQ *,
.useful-page *,
.selection-auto *,
.product-form *,
.basket *,
.delivery-pay *,
.longterm-page *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus{
	outline: none;
}
/*-------------NEW_GLOBAL (header new)------------------*/
/*-------------NEW_GLOBAL (header new)------------------*/
.br {
    display: block;
    width: 100%;
    height: 0px;
    line-height: 0px;
}
.close-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	display: none;
	-webkit-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
}

.btn-def {
	display: block;
	width: 100%;
	border: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	letter-spacing: -0.15px;
	color: #FFFFFF;
	cursor: pointer;
}

.btn-red {
	background-color: #DD4934;
}

.btn-red:hover {
	background-color: #CB352B;
}

.btn-red:active {
	background-color: #A90505;
}

.btn-gray {
	background-color: #C2C2C2;
}

.btn-gray:hover {
	background-color: #B0B0B0;
}

.block-dropdown {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
	min-width: 275px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 24px rgba(115, 130, 150, 0.24);
	box-shadow: 0px 8px 24px rgba(115, 130, 150, 0.24);
}

.block-dropdown.open {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.block-dropdown__wrap {
	background-color: #FDFDFD;
}

.checkbox-gray {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.15px;
	color: #C2C2C2;
	cursor: pointer;
}

.checkbox-gray .checkbox-text {
	position: relative;
	padding-left: 28px;
}

.checkbox-gray .checkbox-text:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0px;
	background: #C2C2C2;
	border-radius: 2px;
}

input[type="checkbox"]:checked+.checkbox-text:before {
	background: #C2C2C2 url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.933 0.345352C12.5104 -0.115117 11.8087 -0.115117 11.3861 0.345352L5.16652 7.11338L2.62286 4.31581C2.1843 3.86403 1.49855 3.86403 1.05999 4.33319C0.64535 4.80235 0.64535 5.54952 1.06796 6.02737L4.34521 9.5808L4.39306 9.64162C4.82364 10.1195 5.51737 10.1195 5.94795 9.64162L12.933 2.03084C13.3557 1.56169 13.3557 0.805821 12.933 0.345352Z' fill='white'/%3E%3C/svg%3E") 50% 50% no-repeat;
}
/*--------------CheckBox__Default----------------*/
/*--------------CheckBox__Default----------------*/
.checkbox-def {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.15px;
	cursor: pointer;
	color: #0A0A0A;
}
.checkbox-def input[type="checkbox"] {
	display: none;
}

.checkbox-def .checkbox-def__text {
	display: block;
	position: relative;
	padding-left: 28px;
}

.checkbox-def .checkbox-def__text:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0px;
	/*background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0.5H18C18.8284 0.5 19.5 1.17157 19.5 2V18C19.5 18.8284 18.8284 19.5 18 19.5H2C1.17157 19.5 0.5 18.8284 0.5 18V2C0.5 1.17157 1.17157 0.5 2 0.5Z' fill='%23FEFEFE' stroke='%23C2C2C2'/%3E%3C/svg%3E%0A");*/
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #fefefe;
	border: 1px solid #c2c2c2;
	border-radius: 2px;
	box-sizing: border-box;
}

input[type="checkbox"]:checked+.checkbox-def__text:before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.933 5.34535C15.5104 4.88488 14.8087 4.88488 14.3861 5.34535L8.16652 12.1134L5.62286 9.31581C5.1843 8.86403 4.49855 8.86403 4.05999 9.33319C3.64535 9.80235 3.64535 10.5495 4.06796 11.0274L7.34521 14.5808L7.39306 14.6416C7.82364 15.1195 8.51737 15.1195 8.94795 14.6416L15.933 7.03084C16.3557 6.56169 16.3557 5.80582 15.933 5.34535Z' fill='%23303030'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='3' y='5' width='14' height='10'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.933 5.34535C15.5104 4.88488 14.8087 4.88488 14.3861 5.34535L8.16652 12.1134L5.62286 9.31581C5.1843 8.86403 4.49855 8.86403 4.05999 9.33319C3.64535 9.80235 3.64535 10.5495 4.06796 11.0274L7.34521 14.5808L7.39306 14.6416C7.82364 15.1195 8.51737 15.1195 8.94795 14.6416L15.933 7.03084C16.3557 6.56169 16.3557 5.80582 15.933 5.34535Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3C/g%3E%3C/svg%3E");}
/*--------------CheckBox__Default__END-----------*/
/*--------------CheckBox__Default__END-----------*/


/*------CHECKBOX-2020(CHRISTINA)----------*/
.checkbox__label {
	display: flex;
}
.checkbox__label {}
.checkbox__label {}
.checkbox__label {}
.checkbox__label {}
.checkbox__label {}
.checkbox__label {}
.checkbox__label {}
/*------CHECKBOX-2020-END-----------------*/
/*------TITLE WITH NUMBER(CHRISTINA)----------*/
.title-with-num {
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
}

.title-with-num__val {
	position: absolute;
	display: block;
	top: 0;
	left: -46px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 2px #303030;
	-moz-box-shadow: inset 0 0 0 2px #303030;
	box-shadow: inset 0 0 0 2px #303030;
	text-align: center;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -0.0015em;
	color: #303030;
}
/*------TITLE WITH NUMBER(CHRISTINA) END----------*/
/*------LIST WITH DOTS(CHRISTINA)----------*/
.list-with-dots li {
	position: relative;
	padding-left: 24px;
}

.list-with-dots li:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e2001a;
}

.list-with-dots li + li {
	margin-top: 8px;
}

.list-with-dots p {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.0042em;
	color: #000000;
}
/*------LIST WITH DOTS(CHRISTINA) END----------*/



/*----------------SIMPLE-SELECT----------*/
/*----------------SIMPLE-SELECT----------*/
.select-style {
	display: block;
	height: 32px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	overflow: hidden;
	padding: 0 30px 0 10px;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L4 7.33333L5.2 6L10 11.3333L14.8 6L16 7.33333L10 14Z' fill='%23666666'/%3E%3C/svg%3E") 100% 50% no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.select-style.disabled {
	cursor: default;
	pointer-events: none;
	color: #878787;
	background: transparent;

}
.select-style option {
	font-size: 14px;
}
.select-style::-ms-expand {
	display: none;
}
/*----------------SIMPLE-SELECT-END----------*/
/*----------------SIMPLE-SELECT-END----------*/

/*------------------BANNER-BLOCK-NEW--------------------------------------------------*/
.banner-block {
	background-color: #303030;
}

.banner-block__wrap {
	padding: 32px 0px;
}

.banner-block__wrap h1 {
	display: block;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0.015em;
	color: #FFFFFF;
	margin: 0px;
}

.banner-block__wrap span {
	display: block;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.0042em;
	color: #FFFFFF;
	margin-top: 8px;
}
/*------------------BANNER-BLOCK-NEW__END---------------------------------------------*/
/*------------------PAGINATION-BLOCK-NEW-------------------------------------------*/
.pagination-block {
	margin-top: 40px;
}
.pagination-block__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.pagination-block__item {
	width: 36px;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #121212;
	position: relative;
	cursor: pointer;
}
.pagination-block__item:hover {
	font-weight: 500;
}
.pagination-block__item + .pagination-block__item {
	border-left: 1px solid #EDEDED;
}
.pagination-block__item.first {
	border-left: 1px solid #EDEDED;
	border-radius: 3px 0px 0px 3px;
}
.pagination-block__item.last {
	border-right: 1px solid #EDEDED;
	border-radius: 0px 3px 3px 0px;
}
.pagination-block__item.first:before,
.pagination-block__item.last:before{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 12px;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -6px;
	background-position: center center;
	background-repeat: no-repeat;

}
.pagination-block__item.first:before {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.60564 0.24427C4.92502 -0.0815554 5.44149 -0.0815554 5.76087 0.24427C6.07971 0.570096 6.07971 1.0981 5.76087 1.42393L1.97143 5.29374L5.76087 9.16411C6.07971 9.48993 6.07971 10.0179 5.76087 10.3438C5.44149 10.6696 4.92502 10.6696 4.60564 10.3438L0.239127 5.88357C-0.0797086 5.55774 -0.0797086 5.02974 0.239127 4.70391L4.60564 0.24427Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}
.pagination-block__item.last:before {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.39436 10.3439C1.07498 10.6697 0.558508 10.6697 0.239126 10.3439C-0.0797088 10.018 -0.0797088 9.49003 0.239126 9.16421L4.02857 5.2944L0.239126 1.42403C-0.0797088 1.0982 -0.0797088 0.570196 0.239126 0.24437C0.558508 -0.0814565 1.07498 -0.0814565 1.39436 0.24437L5.76087 4.70457C6.07971 5.03039 6.07971 5.5584 5.76087 5.88422L1.39436 10.3439Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}
.pagination-block__item.disabled.first:before {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.60564 0.24427C4.92502 -0.0815554 5.44149 -0.0815554 5.76087 0.24427C6.07971 0.570096 6.07971 1.0981 5.76087 1.42393L1.97143 5.29374L5.76087 9.16411C6.07971 9.48993 6.07971 10.0179 5.76087 10.3438C5.44149 10.6696 4.92502 10.6696 4.60564 10.3438L0.239127 5.88357C-0.0797086 5.55774 -0.0797086 5.02974 0.239127 4.70391L4.60564 0.24427Z' fill='%23DFDFDF'/%3E%3C/svg%3E%0A");
}
.pagination-block__item.disabled.last:before {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.39436 10.3439C1.07498 10.6697 0.558508 10.6697 0.239126 10.3439C-0.0797088 10.018 -0.0797088 9.49003 0.239126 9.16421L4.02857 5.2944L0.239126 1.42403C-0.0797088 1.0982 -0.0797088 0.570196 0.239126 0.24437C0.558508 -0.0814565 1.07498 -0.0814565 1.39436 0.24437L5.76087 4.70457C6.07971 5.03039 6.07971 5.5584 5.76087 5.88422L1.39436 10.3439Z' fill='%23DFDFDF'/%3E%3C/svg%3E%0A");
}
.pagination-block__item.active {
	background-color: #E8E8E8;
	font-weight: 700;
	border-color: transparent;
}
.pagination-block__item.active + .pagination-block__item {
	border-left-color: transparent;
}
.pagination-block__item.disabled,
.pagination-block__item.disabled:hover  {
	cursor: default;
	font-weight: normal;
}
/*------------------PAGINATION-BLOCK-NEW__END--------------------------------------*/


/*-------------NEW_GLOBAL_END--------------*/
/*-------------NEW_GLOBAL_END--------------*/

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
.link_blue {
	color: #1057B9 !important;
	text-decoration: none !important;
}
.link_blue:hover {
	color: #ff2c2c !important;
}
.link_blue:before,
.link_blue:after {
	display: none !important;
}
/*.touch .link_blue {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
  -o-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
}*/
/*.touch .link_tap {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
  -o-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
}*/
.allClose {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	display: none;
}
.allClose.open {
	display: block;
}
input::-webkit-input-placeholder {
	color: #cfcfcf;
}
input::-moz-placeholder {
	color: #cfcfcf;
}
input:-moz-placeholder {
	color: #cfcfcf;
}
input::-ms-input-placeholder {
	color: #cfcfcf;
}
input:-ms-input-placeholder {
	color: #cfcfcf;
}
input::placeholder {
	color: #cfcfcf;
}
.container-block input[type="radio"],
.container-block input[type="checkbox"]{
	display: none;
}
.star-forlabel { /*!!!тег span*/
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	color: #e2001a;
}
.hover-red-text:hover{
	cursor: pointer;
	color: #ff2c2c;
	fill: #ff2c2c;
}
.hover-red-text:hover svg{  /*тег с классом hover-red-text, а внутри svg*/
	cursor: pointer;
	color: #ff2c2c;
	fill: #ff2c2c;
}
.input-style{
	display: block;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 20px;
	color: #000;
	height: 36px;
	width: 100%;
	padding: 8px 10px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 1px #ddd;
	border: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
}

.empty-field, .input-error {
	-webkit-box-shadow: inset 0px 0px 0px 1px #e2001a !important;
	box-shadow: inset 0px 0px 0px 1px #e2001a !important;
}
.radio-label{
	position: relative;
}
.chbox-label{
	position: relative;
	color: #000;
}
.radio-label:hover{
	cursor: pointer;
}
.radio-label:hover:before{
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDIuNSAxNDIuNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQyLjUgMTQyLjUiPjxwYXRoIGQ9Ik03MS4yIDQuNGMzNi45IDAgNjYuOCAyOS45IDY2LjggNjYuOHMtMjkuOSA2Ni44LTY2LjggNjYuOC02Ni44LTI5LjktNjYuOC02Ni44IDMwLTY2LjggNjYuOC02Ni44eiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjQURBREFEIiBzdHJva2Utd2lkdGg9IjguODgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9Ijc5Ljg0Ii8+PC9zdmc+');
}
.chbox-label:hover{
	cursor: pointer;
}
.radio-label:before{ /*input + label!!!!!!!!!!!!!!!!!!*/
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDIuNSAxNDIuNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQyLjUgMTQyLjUiPjxwYXRoIGQ9Ik03MS4yIDQuNGMzNi45IDAgNjYuOCAyOS45IDY2LjggNjYuOHMtMjkuOSA2Ni44LTY2LjggNjYuOC02Ni44LTI5LjktNjYuOC02Ni44IDMwLTY2LjggNjYuOC02Ni44eiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZGRkIiBzdHJva2Utd2lkdGg9IjguODgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9Ijc5Ljg0Ii8+PC9zdmc+');
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
}
.chbox-label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNDIuNSAxNDIuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQyLjUgMTQyLjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIG1hcmtlci1zdGFydD0ibm9uZSIgbWFya2VyLWVuZD0ibm9uZSIgc3R5bGU9ImZpbGw6I0ZGRkZGRjtzdHJva2U6I0RERERERDtzdHJva2Utd2lkdGg6Ny40ODtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo3OS44NDAzOyIgZD0iDQoJTTMuNywyNS4ydjkyLjFjMCwxMS44LDkuNiwyMS41LDIxLjUsMjEuNWg5Mi4xYzExLjgsMCwyMS41LTkuNiwyMS41LTIxLjVWMjUuMmMwLTExLjgtOS42LTIxLjUtMjEuNS0yMS41SDI1LjINCglDMTMuNCwzLjcsMy43LDEzLjQsMy43LDI1LjJ6Ii8+DQo8L3N2Zz4NCg==');
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"] {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
input[type="radio"]:checked + .radio-label:before{
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDIuNSAxNDIuNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQyLjUgMTQyLjUiPjxwYXRoIGQ9Ik03MS4yIDQuNGMzNi45IDAgNjYuOCAyOS45IDY2LjggNjYuOHMtMjkuOSA2Ni44LTY2LjggNjYuOC02Ni44LTI5LjktNjYuOC02Ni44IDMwLTY2LjggNjYuOC02Ni44eiIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZGRkIiBzdHJva2Utd2lkdGg9IjguODgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9Ijc5Ljg0Ii8+PHBhdGggZD0iTTcxLjIgMzBjMjIuOCAwIDQxLjIgMTguNSA0MS4yIDQxLjJzLTE4LjQgNDEuMy00MS4yIDQxLjMtNDEuMi0xOC41LTQxLjItNDEuMyAxOC41LTQxLjIgNDEuMi00MS4yeiIvPjwvc3ZnPg==');
}
input[type="checkbox"]:checked + .chbox-label:before{
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNDIuNSAxNDIuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQyLjUgMTQyLjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJHcm91cCI+DQoJDQoJCTxwYXRoIG1hcmtlci1zdGFydD0ibm9uZSIgbWFya2VyLWVuZD0ibm9uZSIgc3R5bGU9ImZpbGw6I0UyMDAxQTtzdHJva2U6I0RERERERDtzdHJva2Utd2lkdGg6Ny40ODtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo3OS44NDAzOyIgZD0iDQoJCU0zLjcsMjUuMnY5Mi4xYzAsMTEuOCw5LjYsMjEuNSwyMS41LDIxLjVoOTIuMWMxMS44LDAsMjEuNS05LjYsMjEuNS0yMS41VjI1LjJjMC0xMS44LTkuNi0yMS41LTIxLjUtMjEuNUgyNS4yDQoJCUMxMy40LDMuNywzLjcsMTMuNCwzLjcsMjUuMnoiLz4NCgk8cGF0aCBtYXJrZXItc3RhcnQ9Im5vbmUiIG1hcmtlci1lbmQ9Im5vbmUiIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNMjIuNSw3NWwxNS0xNUw2MCw4Mi41TDEwNSwzMGwxNSwxNWwtNjAsNjcuNUwyMi41LDc1eiIvPg0KPC9nPg0KPC9zdmc+DQo=');
}
/*------ стилизация кнопки ---------*/
.btn-style {
	display: block;
	width: 100%;
	height: 40px;
	font-family: "Roboto";
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	background-color: #e2001a;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	border: none;
	-webkit-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
}
.touch .btn-style {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
	-ms-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
	-moz-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
	-o-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-style:hover {
	background-color: #ff2c2c;
	cursor: pointer;
}
/*------ стилизация кнопки ---------*/
.info-text-withoutPrice{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	border: solid 1px #ddd;
	border-radius: 3px;
	height: 100px;
	padding: 15px;
	text-align: center;
}
.info-text-withoutPrice p{
	font-size: 14px;
	line-height: 16px;
	color: #999;
}
.text-bold {
	font-weight: bold !important;
}
.text-red {
	color: #e2001a !important;
}
.italic {
	font-style: italic;
}
/*--------- ссылка с треугольником -----------*/
.triangle-link {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	position: relative;
	padding-left: 15px;
	margin-top: 10px;
}
.triangle-link:hover {
	text-decoration: underline;
}
.triangle-link:before {
	content: '';
	display: block;
	border: 4px solid transparent;
	border-left: 6px solid #e2001a;
	border-right: none;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0px;
}
/*--------- ссылка с треугольником -----------*/
.page-title24{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	margin: 0;
}
.page-subtitle16{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}

/*----стилизация label и span выпадающего списка и мультивыбора-----------*/
.choose-field{
	position: static;
	display: block;
	width: 150px;
}
.choose-field label{
	display: block;
	font-size: 14px;
	line-height: 16px;
}
.choose-field > div{
	margin-top: 5px;
}
.choose-field .choose-field__span,
.choose-field .select-value{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 7px;
	padding-right: 25px;
	text-align: left;
	border: none;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #ddd;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	color: #000;
	-webkit-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}
.choose-field .choose-field__span:after,
.choose-field .select-value:after{
	position: absolute;
	top: 50%;
	right: 8px;
	width: 14px;
	height: 8px;
	margin-top: -4px;
	content: '';
	transition: .3s;
	background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzYgMjEuNiI+DQogICAgPHN0eWxlPg0KICAgICAgICAuc3Qwe2ZpbGw6IzY2Nn0NCiAgICA8L3N0eWxlPg0KICAgIDxnIGlkPSJEb2N1bWVudCIgdHJhbnNmb3JtPSJzY2FsZSgxIC0xKSI+DQogICAgICAgIDxnIGlkPSJTcHJlYWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTIxLjU5NCkiPg0KICAgICAgICAgICAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTE4IDBMMCAxOGwzLjYgMy42TDE4IDcuMmwxNC40IDE0LjRMMzYgMTggMTggMHoiIGlkPSJMYXllcl8xXzFfIi8+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.choose-field .choose-field__span.open:after,
.choose-field .myselect_block.open .select-value:after
{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
/*----стилизация label и span выпадающего списка и мультивыбора-----------*/

/*----стилизация маркерованных списков-----------*/
.autoset__list-wrapper{
	margin-top: 20px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.autoset__list {
	margin-top: 10px;
}
.autoset__list li {
	position: relative;
	padding-left: 20px;
}
.autoset__list li + li {
	margin-top: 10px;
}
.autoset__list-marker li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #e2001a;
	position: absolute;
	top: 10px;
	left: 0px;
}
.autoset__list-number li:before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #e2001a;
}
.autoset__list-number li:nth-of-type(1):before{
	content: "1.";
}
.autoset__list-number li:nth-of-type(2):before{
	content: "2.";
}
.autoset__list-number li:nth-of-type(3):before{
	content: "3.";
}
.autoset__list-number li:nth-of-type(4):before{
	content: "4.";
}
.autoset__list-number li:nth-of-type(5):before{
	content: "5.";
}
.autoset__list-number li:nth-of-type(6):before{
	content: "6.";
}
.autoset__list-number li:nth-of-type(7):before{
	content: "7.";
}
.autoset__list-number li:nth-of-type(8):before{
	content: "8.";
}
.autoset__list-number li:nth-of-type(9):before{
	content: "9.";
}
.autoset__list-number li:nth-of-type(10):before{
	content: "10.";
}
.autoset__list-number li:nth-of-type(11):before{
	content: "11.";
}
.autoset__list-number li:nth-of-type(12):before{
	content: "12.";
}
.autoset__list-number li:nth-of-type(13):before{
	content: "13.";
}
.autoset__list-number li:nth-of-type(14):before{
	content: "14.";
}
.autoset__list-number li:nth-of-type(15):before{
	content: "15.";
}
/*----стилизация маркерованных списков-----------*/
.pt40 {
	padding-top: 40px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*-------СТИЛИЗАЦИЯ Публичного договора-----------------*/
.contract__caption{
	display: block;
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}
.contract__description{
	display: block;
	margin-top: 4px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.contract__list-caption{
	font-weight: bold;
	text-transform: uppercase;
}
.contract_main-block {
	display: block;
	overflow-y: scroll;
	max-height: 350px;
	height: 350px;
	padding-right: 25px;
	width: 105%;
}
.contract_scroll-top,
.contract_scroll-bottom {
	display: block;
	padding: 20px 0px 20px 0px;
	cursor: pointer;
}
.contract_scroll-top svg {
	transform: rotate(180deg);
}
.contract_scroll-top svg,
.contract_scroll-bottom svg {
	display: block;
	width: 20px;
	height: 10px;
	color: #d6d6d6;
	fill: #d6d6d6;
	margin: 0 auto;
}
.contract_main-block p,
.contract_main-block ol,
.contract_main-block ul,
.contract_main-block li,
.contract_main-block .contract__list-caption {
	display: block;
	font-size: 14px;
	line-height: 17px;
}
.contract_main-block .contract__caption + p {
	margin-top: 30px;
}
.contract_main-block p + p,
.contract_main-block li + li,
.contract_main-block li ol,
.contract_main-block li ul,
.contract_main-block li p {
	margin-top: 10px;
}
.contract_main-block p + .contract__list-caption,
.contract_main-block ol + .contract__list-caption,
.contract_main-block .contract__list-caption + ol {
	margin-top: 20px;
}
.contract_main-block ol ol,
.contract_main-block ol ul {
	padding-left: 15px;
}
.contract_main-block p {}
.contract_main-block p {}
/*-------END_СТИЛИЗАЦИЯ Публичного договора-----------------*/
/*----PRELOADER-------------*/
.preloader {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.preloader1 {
	-webkit-animation: rotate 1s linear infinite;
	-moz-animation: rotate 1s linear infinite;
	-ms-animation: rotate 1s linear infinite;
	-o-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	border-radius: 50%;
	box-shadow: inset 0px 0px 0px 5px #ababab;
}
.preloader__wrapper {
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: 36px;
	height: 4px;
	overflow: hidden;
	text-align: center;
}
.preloader__item {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	box-shadow: inset 0px 0px 0px 1px #fff;
}
/*----END_PRELOADER---------*/
/*--------------------------POP-UP-ACTION------------------------------------------*/
/*--------------------------POP-UP-ACTION------------------------------------------*/
.pop-up-action__modal .modal {
	max-width: 640px;
	width: 640px;
	border-radius: 0px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 101;
}
.pop-up-action__modal .modal-main {
	padding: 0px;
	background: none;
	text-align: center;
	border-radius: 0px;
}
.pop-up-action__close {
	display: block;
	cursor: pointer;
	position: absolute;
	z-index: 5;
	right: 16px;
	top: 16px;
	width: 30px;
	height: 30px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8559 7.71393L7.71379 21.8561' stroke='%23979797' stroke-width='1.13429' stroke-linecap='square'/%3E%3Cpath d='M7.71396 7.71393L21.8561 21.8561' stroke='%23979797' stroke-width='1.13429' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.pop-up-action__close:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8559 7.71393L7.71379 21.8561' stroke='%23000000' stroke-width='1.13429' stroke-linecap='square'/%3E%3Cpath d='M7.71396 7.71393L21.8561 21.8561' stroke='%23000000' stroke-width='1.13429' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}
.pop-up-action__title {
	display: block;
	font-size: 32px;
	line-height: 35px;
	font-weight: 500;
	color: #202124;
}
.pop-up-action__br {
	display: block;
	line-height: 0px;
	height: 0px;
}
.pop-up-action__desc {
	display: block;
	font-size: 24px;
	line-height: 29px;
	margin: 8px 0px 0px 0px;
	color: #303030;
}
.pop-up-action__phone {
	display: inline-block;
	vertical-align: middle;
	width: 246px;
	height: 56px;
	background-color: #FFFFFF;
	-webkit-box-shadow: inset 0px 0px 0px 2px #DADADA;
	box-shadow: inset 0px 0px 0px 2px #DADADA;
	border-radius: 8px;
	padding: 16px;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}
.pop-up-action__btn {
	margin: 40px auto 0;
	width: 280px;
	height: 56px;
	font-size: 18px;
	line-height: 56px;
	font-weight: 500;
	text-transform: none;
	border-radius: 8px;

}
.pop-up-action__order {
	background-color: #0FAE2A;
}
.pop-up-action__order:hover {
	background-color: #0cbf2b;
}
.pop-up-action__form,
.pop-up-action__ok {
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .5);
	box-shadow: 0 0 25px rgba(0, 0, 0, .5);
	position: relative;
}
.pop-up-action__form {
	padding: 70px 20px 64px 20px;
}
.pop-up-action__form.done {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.pop-up-action__ok{
	padding: 54px 20px;
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.pop-up-action__ok.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all ease 0.3s 1s;
	-o-transition: all ease 0.3s 1s;
	transition: all ease 0.3s 1s;
}
.pop-up-action__ok-icon {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto 16px;
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-ms-transform: rotate3d(1, 0, 0, -90deg);
	-o-transform: rotate3d(1, 0, 0, -90deg);
	transform: rotate3d(1, 0, 0, -90deg);
	opacity: 0;
}
.pop-up-action__ok-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.pop-up-action__ok.active .pop-up-action__ok-icon {
	opacity: 1;
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	-ms-transform: rotate3d(1, 0, 0, 0deg);
	-o-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	-webkit-transition: transform ease 0.4s 1.3s, opacity ease 0.3s 1.3s;
	-o-transition: transform ease 0.4s 1.3s, opacity ease 0.3s 1.3s;
	transition: transform ease 0.4s 1.3s, opacity ease 0.3s 1.3s;
}
.pop-up-action__ok-title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #0A0A0A;
}
.pop-up-action__ok-text {
	display: block;
	margin: 16px 0px 0px 0px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -0.0015em;
	color: #0A0A0A;
}
.pop-up-action__ok .pop-up-action__btn {
	margin: 32px auto 0;
	width: 180px;
}

@media (max-width: 639px) {
	.pop-up-action__modal .modal {
		width: 100%;
		max-width: 328px;
		min-width: 280px;
		border-radius: 7px;
	}
	.pop-up-action__form {
		padding: 54px 20px;
	}
	.pop-up-action__title {
		font-size: 30px;
		line-height: 30px;
	}
}
/*--------------------------POP-UP-ACTION-END--------------------------------------------------------*/
/*--------------------------POP-UP-ACTION-END--------------------------------------------------------*/
.main-page__seo-text a {
	color: #e2001a;
}
.main-page__seo-text a:hover {
	color: #ff2c2c;
	text-decoration: underline;
}
.main-page__seo-btn{
	display: none;
	position: relative;
	font-size: 14px;
	line-height: 17px;
	padding: 0px 24px 0px 0px;
	color: #1057B9;
}
.main-page__seo-btn:before{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.60001 9.61527L6.47592 8.79999L11.6 13.6102L16.7241 8.79999L17.6 9.61527L11.6 15.2L5.60001 9.61527Z' fill='%231057B9'/%3E%3C/svg%3E%0A");
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;

}
.main-page__seo-btn.open:before{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
}
@media (max-width: 767px) {
	.main-page__seo-btn{
		display: inline-block;
	}
}
/*-------------RESET STYLE LIST FOR SOCIAL SHARE BLOCK--------------------- */
.not-style-list ul {
	margin: 0px !important;
}
.not-style-list ul li {
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}
.not-style-list ul li:before {
	display: none !important;
}
.not-style-list ul li a {
	border: none !important;
}
/*-------------RESET STYLE LIST FOR SOCIAL SHARE BLOCK  END---------------- */
/*---------------RATING-------------------------------------------*/
.rating-stars {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rating-stars .star {
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.rating-stars .star-on {
	background-image: url("/local/source/svg/star__on.svg");
}

.rating-stars .star-on-half {
	background-image: url("/local/source/svg/star__on-half.svg");
}

.rating-stars .star-off {
	background-image: url("/local/source/svg/star__off_static.svg");
}

.rating-stars .star + .star {
	margin-left: 6px;
}
/*---------------RATING-END---------------------------------------*/
@media (max-width: 1339px) {
	.container-block {
		width: 1200px;
	}
	.container-inner { width: 1200px; }
	.container { width: 1200px; }
}

@media (max-width: 1199px) {
	.container-block {
		width: 960px;
	}
	.container-inner { width: 960px; }
	.container { width: 960px; }

	.info-text-withoutPrice{
		height: 75px;
		padding: 10px;
	}
}

@media (max-width: 959px) {
	.container-block {
		width: 768px;
	}

	.container-inner { width: 768px; }
	.container { width: 768px; }
}

@media (max-width: 767px) {
	.container-block {
		width: 640px;
	}
	.banner-block__wrap {
		padding: 34px 0px;
	}
	.banner-block__wrap h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.container-inner {
		width: 640px;
	}
	.container {
		width: 640px;
	}
	.hidden-mobile {
		display: none !important;
	}
}

@media (max-width: 639px) {
	.container-block {
		width: 480px;
	}

	.container-inner { width: 480px; }
	.container { width: 480px; }

	.info-text-withoutPrice {
		height: 70px;
	}
	.info-text-withoutPrice p {
		font-size: 13px;
	}
	.page-title24{
		font-size: 22px;
		line-height: 26px;
	}
	.contract_main-block {
		padding-right: 18px;
		height: 300px;
		max-height: 300px;
	}
}

@media (max-width: 479px) {
	.container-block {
		width: 100%;
	}

	.container-inner { width: 100%; }
	.container { width: 100%; }
}

.about-company-main {
	font-size: 16px;
}
.about-company-main h1{
	font-size: 24px;
	line-height: 27px;
}

/* добавлю css для seo текста в категориях товарных разделов */
.about-company-main a:hover {
	text-decoration: underline;
}
.about-company-main a {
	text-decoration: underline;
}

/* для отображения детальной новости */
.post-news-detail, .post-news-content { max-width: 960px; padding-top: 10px; line-height: 25px; margin: 0 auto }

@media (max-width: 768px) {
	.post-news-title h1 { font-size: 22px;  }
}

.css-underl {
	text-decoration: underline !important;
}



/*-----------Page PUBLIC_CONTRACT----------*/
.pub-contract-main {
	padding: 24px 0px 72px;
}

.pub-contract-main__title {
	text-align: center;
}

.pub-contract-main__title h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: -0.0015em;
	color: #202124;
}

.pub-contract-main__title p {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.0015em;
	color: #666666;
}

.pub-contract-main__body {
	margin-top: 24px;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.0015em;
}

.pub-contract-main__body p, .pub-contract-main__body h2 {
	margin: 0px;
	padding: 0px;
}

.pub-contract-main__body h2 {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: -0.0015em;
	color: #202124;
}

.pub-contract-main__body p + p,
.pub-contract-main__body p + h2 {
	margin-top: 32px;
}

.pub-contract-main__body h2 + p {
	margin-top: 16px;
}
.pub-contract-main__defense {
	margin-top: 56px;
}
.pub-contract-main__defense .pub-contract-main__title h1,
.pub-contract-main__defense .pub-contract-main__body p {
	text-transform: uppercase;
}
/*-----------Page PUBLIC_CONTRACT-END------*/


/*CRM widget Bitrix*/
/*CRM widget Bitrix*/
html.bx-touch.crm-widget-button-mobile, html.bx-touch.crm-widget-button-mobile body {
	height: auto;
	overflow: visible;
}
.b24-widget-button-wrapper.b24-widget-button-position-bottom-left {
	left: 40px;
	bottom: 75px;
}

.b24-widget-button-wrapper .b24-widget-button-block {
	width: 64px;
	height: 64px;
}

.b24-widget-button-wrapper .b24-widget-button-inner-block {
	width: 100%;
	height: 100%;
}

.b24-widget-button-wrapper .b24-widget-button-inner-container,
.b24-widget-button-wrapper .bx-touch .b24-widget-button-inner-container,
.b24-widget-button-wrapper.b24-widget-button-bottom .b24-widget-button-inner-container,
.b24-widget-button-wrapper.b24-widget-button-bottom .bx-touch .b24-widget-button-inner-container {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.b24-widget-button-pulse,
.b24-widget-button-inner-mask {
	display: none;
}

.b24-widget-button-wrapper .b24-widget-button-inner-item {
	padding: 0;
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform 0.3s ease-in-out, opacity 0.8s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out, opacity 0.8s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out, opacity 0.8s ease-in-out;
	-o-transition: transform 0.3s ease-in-out, opacity 0.8s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.8s ease-in-out;
	opacity: 0;
}

.b24-widget-button-wrapper .b24-widget-button-inner-item.b24-widget-button-icon-animation {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.b24-widget-button-wrapper .b24-widget-button-icon-container .b24-widget-button-inner-item:first-child {
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='%230EBF2D'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15 19.1648C15.0819 24.381 18.2772 30.1843 24.0396 35.9604C29.8157 41.7228 35.619 44.9181 40.8352 45C41.832 45 42.5148 44.7952 43.3887 43.498L44.8088 41.1766C45.3823 40.1252 44.563 39.4288 43.8803 38.9235L38.8826 35.5508C36.8889 34.431 36.0423 35.701 34.7041 36.7524C32.7515 38.3364 29.802 35.3459 27.2349 32.7651C24.6677 30.1843 21.6636 27.2485 23.2613 25.2959C24.3127 23.9577 25.5826 23.1111 24.4629 21.1174L21.0901 16.1197C20.5849 15.437 19.8339 14.6313 18.837 15.1912L16.5157 16.6113C15.2048 17.4852 15 18.168 15 19.1648Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='30' height='30' fill='white' transform='translate(15 45) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.b24-widget-button-wrapper .b24-widget-button-icon-container .b24-widget-button-inner-item:last-child {
	background: #8e24aa;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='m23.155 13.893c.716-6.027-.344-9.832-2.256-11.553l.001-.001c-3.086-2.939-13.508-3.374-17.2.132-1.658 1.715-2.242 4.232-2.306 7.348-.064 3.117-.14 8.956 5.301 10.54h.005l-.005 2.419s-.037.98.589 1.177c.716.232 1.04-.223 3.267-2.883 3.724.323 6.584-.417 6.909-.525.752-.252 5.007-.815 5.695-6.654zm-12.237 5.477s-2.357 2.939-3.09 3.702c-.24.248-.503.225-.499-.267 0-.323.018-4.016.018-4.016-4.613-1.322-4.341-6.294-4.291-8.895.05-2.602.526-4.733 1.93-6.168 3.239-3.037 12.376-2.358 14.704-.17 2.846 2.523 1.833 9.651 1.839 9.894-.585 4.874-4.033 5.183-4.667 5.394-.271.09-2.786.737-5.944.526z'/%3E%3Cpath d='m12.222 4.297c-.385 0-.385.6 0 .605 2.987.023 5.447 2.105 5.474 5.924 0 .403.59.398.585-.005h-.001c-.032-4.115-2.718-6.501-6.058-6.524z'/%3E%3Cpath d='m16.151 10.193c-.009.398.58.417.585.014.049-2.269-1.35-4.138-3.979-4.335-.385-.028-.425.577-.041.605 2.28.173 3.481 1.729 3.435 3.716z'/%3E%3Cpath d='m15.521 12.774c-.494-.286-.997-.108-1.205.173l-.435.563c-.221.286-.634.248-.634.248-3.014-.797-3.82-3.951-3.82-3.951s-.037-.427.239-.656l.544-.45c.272-.216.444-.736.167-1.247-.74-1.337-1.237-1.798-1.49-2.152-.266-.333-.666-.408-1.082-.183h-.009c-.865.506-1.812 1.453-1.509 2.428.517 1.028 1.467 4.305 4.495 6.781 1.423 1.171 3.675 2.371 4.631 2.648l.009.014c.942.314 1.858-.67 2.347-1.561v-.007c.217-.431.145-.839-.172-1.106-.562-.548-1.41-1.153-2.076-1.542z'/%3E%3Cpath d='m13.169 8.104c.961.056 1.427.558 1.477 1.589.018.403.603.375.585-.028-.064-1.346-.766-2.096-2.03-2.166-.385-.023-.421.582-.032.605z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.b24-widget-button-wrapper .b24-widget-button-inner-item svg {
	display: none;
}

.b24-widget-button-wrapper .b24-widget-button-inner-item.b24-widget-button-close {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23D6D6D6'/%3E%3Crect x='17.272' y='20.1005' width='4' height='32' transform='rotate(-45 17.272 20.1005)' fill='white'/%3E%3Crect x='20.1006' y='42.7279' width='4' height='32' transform='rotate(-135 20.1006 42.7279)' fill='white'/%3E%3C/svg%3E%0A");
}

.b24-widget-button-social .b24-widget-button-social-item {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
}

.b24-widget-button-social .b24-widget-button-crmform,
#custom_autoset{
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='%230EBF2D'/%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15 19.1648C15.0819 24.381 18.2772 30.1843 24.0396 35.9604C29.8157 41.7228 35.619 44.9181 40.8352 45C41.832 45 42.5148 44.7952 43.3887 43.498L44.8088 41.1766C45.3823 40.1252 44.563 39.4288 43.8803 38.9235L38.8826 35.5508C36.8889 34.431 36.0423 35.701 34.7041 36.7524C32.7515 38.3364 29.802 35.3459 27.2349 32.7651C24.6677 30.1843 21.6636 27.2485 23.2613 25.2959C24.3127 23.9577 25.5826 23.1111 24.4629 21.1174L21.0901 16.1197C20.5849 15.437 19.8339 14.6313 18.837 15.1912L16.5157 16.6113C15.2048 17.4852 15 18.168 15 19.1648Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='30' height='30' fill='white' transform='translate(15 45) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}



#custom_autoset {
	 display: none;
 }

.b24-widget-button-social span {
	display: none;
}

@media (max-width: 767px) {
	.b24-widget-button-social .b24-widget-button-crmform {
		display: none;
	}

	#custom_autoset {
		display: block;
	}
}


@media (max-width: 479px) {
	.b24-widget-button-wrapper.b24-widget-button-position-bottom-left {
		left: 20px;
		bottom: 60px;
	}
}












