

/* Start:/local/templates/ccm_newdis/assets/css/lib/jquery.formstyler.css?17687570102175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/ccm_newdis/assets/css/lib/jquery.formstyler.theme.css?176875701010571*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border: 0;
  background-color: #fff;
  padding: 0 50px 0 10px;
	border: 1px solid #c3c3c3;
}
.jq-selectbox__select:hover {
/*	background: linear-gradient(#F6F6F6, #E6E6E6);*/
}
.jq-selectbox__select:active {
	background: #F5F5F5;
/*	box-shadow: inset 1px 1px 3px #DDD;*/
}
.jq-selectbox.focused .jq-selectbox__select {
/*	border: 1px solid #5794BF;*/
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #4a4a4a;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 13px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  padding: 0;
  background: #FFF;
  border: 1px solid #ddd;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
  font-size: 14px;
  color: #272727;
  padding: 3px 5px;
  border-right: 5px solid transparent;
  transition: all .2s ease-out;
}
.jq-selectbox li.selected {
	background-color: #ebebeb;
    border-right-color: #d0112b;
}
.jq-selectbox li:hover {
  background-color: #ebebeb;
  border-right-color: #d0112b;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/ccm_newdis/assets/css/lib/jquery.fancybox.css?17687570104939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/ccm_newdis/assets/css/lib/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/ccm_newdis/assets/css/lib/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/ccm_newdis/assets/css/lib/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/ccm_newdis/assets/css/lib/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/ccm_newdis/assets/css/lib/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/ccm_newdis/assets/css/lib/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/ccm_newdis/assets/css/lib/daterangepicker.css?17687570109667*/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
/*  width: 278px;*/
  width: 486px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.single {
  width: 244px;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  width: 242px;
}

.daterangepicker .drp-calendar.left {
/*  padding: 8px 0 8px 8px;*/
}

.daterangepicker .drp-calendar.right {
  padding: 15px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
/*
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
*/
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: -2px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  margin-left: -2px;
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  margin-left: 3px;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
/*
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
*/
  font-size: 14px;
  height: 22px;
  width: 20px;
  padding: 0;
  line-height: 22px;
  transition: all .2s ease-out;
  color: gray;
  cursor: pointer;
  text-align: center;
}

.daterangepicker .calendar-table th.prev, 
.daterangepicker .calendar-table th.next {
  border: 1px solid #000;
  width: 29px;
  min-width: 29px;
  height: 29px;
  cursor: pointer;
}

.daterangepicker .calendar-table {
/*  border: 1px solid #fff;*/
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
/*
  background-color: #eee;
  border-color: transparent;
  color: inherit;
*/
  color: #000;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  
}

.daterangepicker td.end-date {
  
}

.daterangepicker td.start-date.end-date {
  
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  color: #fff;
  background-color: #d0112b;
  border-color: #d0112b;
}

.daterangepicker th.month {
  width: auto;
  font-weight: 400;
  color: #000;
}

.calendar-table thead tr:last-child th {
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 300;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
/*    width: auto; */
  }
    .daterangepicker .ranges ul {
      width: 140px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .drp-calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .drp-calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .drp-calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding: 15px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .drp-calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .drp-calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }


@media (max-width: 570px) {
  .daterangepicker {
    width: 245px;
    
  }
  .daterangepicker.opensleft:before,
  .daterangepicker.opensleft:after {
    display: none;
  }
  .drp-calendar.left {
    width: 100%;
  }
  .drp-calendar.right {
    position: relative;
    width: 100%;
  }
  .daterangepicker .calendar-table th.next {
    position: absolute;
    width: 41px;
    top: -100%;
    margin-top: 8px;
    right: 15px;
    padding: 2px 0;
  }
  .daterangepicker.single .calendar-table th.next {
    position: static;
    width: 29px;
  }
}
@media (max-width: 563px) {
  .daterangepicker .calendar-table th.next {
    top: -93%;
  }
}
/* End */


/* Start:/local/templates/ccm_newdis/assets/fonts/fonts.css?1768757010704*/
@font-face {
	font-family: "Manrope";
	src: url("/local/templates/ccm_newdis/assets/fonts/Manrope-ExtraBold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 800; 
}
@font-face {
	font-family: "Manrope";
	src: url("/local/templates/ccm_newdis/assets/fonts/Manrope-Bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 700; 
}
@font-face {
	font-family: "Manrope";
	src: url("/local/templates/ccm_newdis/assets/fonts/Manrope-SemiBold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 600; 
}
@font-face {
	font-family: "Manrope";
	src: url("/local/templates/ccm_newdis/assets/fonts/Manrope-Medium.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 500; 
}
@font-face {
	font-family: "Gilroy";
	src: url("/local/templates/ccm_newdis/assets/fonts/Gilroy-Bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 700; 
}

/* End */


/* Start:/local/templates/ccm_newdis/assets/css/jquery-ui.css?176875701036099*/
/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/ccm_newdis/assets/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/ccm_newdis/assets/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/local/templates/ccm_newdis/assets/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/templates/ccm_newdis/assets/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/templates/ccm_newdis/assets/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/ccm_newdis/assets/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/local/templates/ccm_newdis/assets/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/local/templates/ccm_newdis/assets/css/slick.css?17687570101776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/ccm_newdis/assets/css/index.css?176875701024765*/
*{
	padding: 0;
	margin: 0;
}
a { 
    text-decoration: none;
}
li{
	list-style-type: none;
}
body,input, button, textarea{
    font-family: 'Manrope';
    font-style: normal;
}
body:before{
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
    z-index: -10;
    transition: .4s;
    content: '';
}
body.background:before, body.background_basket:before{
    z-index: 100;
    opacity: 1;
}
input,button,textarea{
	box-sizing:border-box;
	padding:0;
    border-radius: 0;
    border: 0;
    background: transparent;
    outline: 0;
}
ul.slick-dots li button{
    opacity: 0;
    font-size: 0;
    width: 0;
    height: 0;
}

h1 {
    line-height: 1;
}

.btn {
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    transition: .4s;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;

    background-color: #d0112b;
    color: #fff;
    border-color: #d0112b;
}

.btn:hover, .btn:active, .btn:focus {
    opacity: 0.9;
    background-color: #d0112b;
}
.cursor-pointer{
    cursor: pointer;
}
.flex{
    display: flex;
}
.aling-center{
    align-items: center;
}
.justify-between{
    justify-content: space-between;
}
.box-content{
    width: min(100% - 30px, 1200px);
    margin-inline: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hover_line{
    position: relative;
    width: fit-content;
}
.hover_line:before{
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    transition: .4s;
    content: '';
    background: #000;
    width: 0;
}
.hover_line.red:before{
    background: #E3212F;
}
.hover_line:hover:before{
    width: 100%;
}
section{
    margin-bottom: 90px;
}
.section-title{
    display: flex;
    align-items: center;
}
.section-title-h1{
    margin: 0 0 60px;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #000000;
}
.section-title h3{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 34px;
    color: #000000;
}
.section-title span{
    margin: 0 20px;
    height: 27px;
    width: 2px;
    background: #DEDEDE;
}
.section-title a{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #E3212F;
}
.slider__four .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.slider__four-list{
    margin: 0 -15px;
    position: relative;
}
.slider__four-list:before{
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    background: linear-gradient(269.56deg, #FFFFFF 0.26%, rgba(255, 255, 255, 0) 99.5%);
    z-index: 1;
}
.slider__four .arrow svg{
    cursor: pointer;
}
.slider__four .arrow{
    display: flex;
    align-items: center;
}
.slider__four .arrow svg:first-child{
    margin-right: 40px;
}
.slider__four .arrow svg path{
    transition: .4s;
}
.slider__four .arrow svg:hover path{
    stroke: black;
}
.itemProductOne{
    min-height: 400px;
    display: flex !important;
    padding: 20px;
    background: #FFFFFF;
    border: 2px solid #EFEFEF;
    transition: .4s;
    border-radius: 8px;
    flex-direction: column;
}
.slider__four-list a{
    margin: 15px;
}
.itemProductOne:hover{
    box-shadow: 0px 4px 20px rgb(227 33 47 / 30%);
}
.itemProductOne figure{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itemProductOne figure img{
    max-width: 225px;
    max-height: 225px;
    width: 100%;
    height: 100%;
}
.itemProductOne .section, .itemProductOne h4{
    font-family: 'Manrope';
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.itemProductOne .section{
    font-weight: 600;
}
.itemProductOne h4{
    font-weight: 800;
}
.itemProductOne .cost{
    display: block;
    margin-top: auto;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 1.60606px;
    color: #E3212F;
}


.controller__liner{
    margin-top: 30px;
    display: none;
}
.controller__liner ul{
    display: flex;
}
.controller__liner ul li{
    transition: .4s;
    width: 100%;
    height: 2px;
    background: #EFEFEF;
}
.controller__liner ul li.slick-active{
    background: #E3212F;
}
/* itemNewsOne */
.itemNewsOne{
    display: flex;
    height: 400px;
    border-radius: 3px;
    position: relative;
    transition: .4s;
}
.itemNewsOne img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.itemNewsOne:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    z-index: 1;
    transition: .4s;
}
.itemNewsOne:after{
    border: 15px solid transparent; 
    border-right: 15px solid #FFFFFF; 
    border-bottom: 15px solid #FFFFFF;
    content: '';
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    transition: .4s;
}
.itemNewsOne:hover:after{
    border-right-color: #E3212F;
    border-bottom-color: #E3212F;
}
.itemNewsOne:hover:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(227, 33, 47, 0.7) 100%);
}
.itemNewsOne:hover{
    box-shadow: 0px 4px 36px rgba(227, 33, 47, 0.12);
}
.itemNewsOne .text{
    z-index: 2;
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.itemNewsOne h5{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19.1941px;
    line-height: 26px;
    color: #FFFFFF;
}
.itemNewsOne .line{
    height: .7px;
    width: 100%;
    display: block;
    background: #FFFFFF;
}
.itemNewsOne .number{
    font-weight: 700;
    margin-top: 20px;
    font-size: 77.9759px;
    line-height: 74px;
    color: #FFFFFF;
    display: block;
    text-align: left;
}
.itemNewsOne .data{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
    display: block;
    text-align: left;
}
/* /itemNewsOne */
/* breadcrumbs */
.breadcrumbs{
    margin: 110px 0 40px;
    padding: 0 50px;
}
.breadcrumbs *{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #A9A9A9;
}
/* /breadcrumbs */
/* product__cart */
.product__cart{
    position: relative;
    padding: 20px;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    transition: .4s;
    flex-direction: column;
}
.product__cart:hover{
    box-shadow: 0px 4px 36px rgba(227, 33, 47, 0.12);
}
.product__cart figure{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__cart figure img{
    max-height: 190px;
    max-width: 190px;
    width: 100%;
}
.product__cart .section{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #828282;
}
.product__cart h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 15px;
}
.product__cart .cost{
    font-weight: 800;
    font-size: 20px;
    margin-top: auto;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #E3212F;
}
.price-box{
    display: flex;
    margin-top: auto;
}
.price-box .old{
    text-decoration: line-through;
    color: #959595 !important;
    margin-left: 5px;
}

.mobile__button .price-box{
    flex-direction: column;
}
/* /product__cart */
/* Input */
.input__box{
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    height: auto;
}
.input__box:not(:last-child){
    margin-bottom: 20px;
}
.input__box input, .input__box textarea{
    font-family: 'Manrope' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px;
    color: #000 !important;
    width: 100% !important;
}
.input__box textarea{
    min-width: 100%;
    min-height: 150px;
    max-width: 100%;
    max-height: 300px;
}
.input__box input::placeholder, .input__box textarea::placeholder{
    color: rgba(0, 0, 0, 0.4);
}
.form .two{
    display: flex;
    justify-content: space-between;
}
.form .two > *{
    margin-bottom: 0;
}
.form .two{
    margin-bottom: 20px;
}
.form .two > *{
    width: calc(50% - 70px);
}
/* /Inpuut */
/* list-inform */
.list-inform{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
}
.list-inform:not(:last-child){
    margin-bottom: 40px;
}
@media(min-width: 900px){
    .list-inform.left > *:nth-child(3){ 
        grid-area: 1 / 3 / 2 / 5;; 
    }
    .list-inform.center > *:nth-child(2){ 
        grid-area: 1 / 2 / 2 / 4; 
    }
    .list-inform.right > *:nth-child(1){
        grid-area: 1 / 1 / 2 / 3; 
    }
}
/* /list-inform */

/* form__box */
.form__box.auth, .form__box.register{
    margin: 20vh 0;
}
.form__box .box-content .box{
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 6px;
}
.form__box.lk .box-content .box{
    padding: 40px 0;
}
.form__box .box-content .box:not(:last-child){
    margin-bottom: 40px;
}
.navigation{
    display: flex;
    justify-content: center;
}
.navigation > a{
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
}
.navigation > a.active{
    border-bottom: 3px solid #E3212F;
}
form.form{
    max-width: 500px;
    margin: 60px auto;
}
form.form .checkbox
form.form .checkbox{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000000;
}
form.form .checkbox span:last-child{
    margin-left: 5px;
}
form.form .checkbox input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
form.form .checkbox input+span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-weight: 600;
  cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    color: #797575;
}
form.form .checkbox input+span::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
form.form .checkbox input:checked+span::before {
  border-color: #E3212F;
  background-color: #E3212F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
form.form .checkbox a{
    display: none;
}
form.form button{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    background: #E3212F;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 4px;
}
form.form .bottom{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
form.form .bottom a{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #E3212F;
}
form.form button:hover{
    box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
.form__box.auth form.form button{
    width: 70%;
}
form.form p{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    max-width: 80%;
    text-align: center;
    margin: 0 auto 40px;
    color: #3C3C3C;
}
form.form p span{
    color: #E3212F;
}
.form__box.lk .navigation{
    width: 100%;
    margin-bottom: 70px;
}
.form__box.lk .navigation > a{
    width: 25%;
}
.form__box.lk h2{
    font-size: 20px;
    line-height: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.form__box.lk p{
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
}
.form__box.lk .info{
    margin-bottom: 70px;
}
.form__box.lk .pol label span{
    transition: .4s;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    line-height: 22px;
    color: #707070;
}
.form__box.lk .pol label input+span::before {
    content: '';
    display: inline-flex;
    width: 21px;
    height: 21px;
    transition: .4s;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 0.5em;
}
.form__box.lk .pol label input+span::after{
    content: '';
    opacity: 0;
    display: inline-flex;
    width: 11px;
    height: 11px;
    transition: .4s;
    position: absolute;
    left: 6px;
    background: #E3212F;
    border-radius: 50%;
    margin-right: 0.5em;
}
.form__box.lk .pol label input:checked+span{
    color: #E3212F;
}
.form__box.lk .pol label input:checked+span::after{
    opacity: 1;
}
.form__box.lk .pol label input:checked+span::before {
    border-color: #E3212F;
}
.form__box.lk .pol label input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form__box.lk .pol {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.form__box.lk .pol .title{
    margin-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.form__box.lk .pol > *:not(:last-child){
    margin-right: 35px;
}
.form__box.lk .social .links{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    align-items: center;
}
.form__box.lk .social .links > *:not(:last-child){
    margin-right: 40px;
}


/* /form__box */




.form-subscribe .checkbox{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 19px;
    cursor: pointer;
    margin: 10px 0;
    color: white;
}

.order-info-total__note.form-subscribe .checkbox{
    color: #0E0E0E;
}

.form-subscribe .checkbox input{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.form-subscribe .checkbox div{
    position: relative;
    display: inline-flex;
    align-items: center;
    user-select: none;
}


.form-subscribe .checkbox div::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Crect x='1' y='1' width='22' height='22' rx='4' ry='4' fill='%23fff' stroke='%23E3212F' stroke-width='2'/%3E%3C/svg%3E");
}


.form-subscribe .checkbox input:checked + div::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Crect x='1' y='1' width='22' height='22' rx='4' ry='4' fill='%23fff' stroke='%23E3212F' stroke-width='2'/%3E%3Cpath d='M6 13l3 3 8-8' fill='none' stroke='%23E3212F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-subscribe .checkbox input:focus + div::before{
    box-shadow: 0 0 0 3px rgba(227,33,47,.25);
}

.form-subscribe .checkbox a{
    color: blue;
}

/* modal__popup */
.modal__popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 3000;
}
.modal__popup .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
}
.modal__popup .modal__box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
}
.modal__popup .modal__box .popup-container{
    padding: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    max-width: 600px;
}
.modal__popup .modal__box .popup-container .close{
    position: absolute;
    transition: .4s;
    top: 20px;
    cursor: pointer;
    right: 20px;
}
.modal__popup .modal__box .popup-container .close:hover{
    transform: scale(1.1);
}
.modal__popup .modal__box .popup-container h4{
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 70px;
    letter-spacing: 1px;
    color: #E3212F;
}
.modal__popup .modal__box .popup-container .file{
    display: flex;
    margin-bottom: 45px;
}
.modal__popup .modal__box .popup-container .file .title{
    margin-right: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.modal__popup .modal__box .popup-container p{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #5A5A5A;
}
.modal__popup .modal__box .popup-container button{
    background: #E3212F;
    border-radius: 3px;
    height: 50px;
    width: 230px;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 0.416961px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.modal__popup .modal__box .popup-container button:hover{
    box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
/* /modal__popup */
@media(max-width: 900px){
    .form__box.lk{
        margin: 0 0 30px;
    }
    .list-inform{
        grid-template-columns: repeat(3, 1fr);
    }
    .breadcrumbs{
        margin: 40px 0 20px;
        padding: 0 12px;
    }
    .breadcrumbs *{
        font-size: 12px;
    }
}
@media(max-width: 700px){
    .modal__popup .modal__box .popup-container{
        padding: 50px 18px 18px;
        width: 90%;
    }
    .modal__popup .modal__box .popup-container h4{
        font-size: 15px;
        line-height: 70px;
        margin-bottom: 0;
    }
    .modal__popup .modal__box .popup-container p{
        line-height: 160%;
        font-size: 12px;
    }
    .modal__popup .modal__box .popup-container button{
        width: 100%;
    }
    .form__box.lk .box-content .box{
        padding: 0;
    }
    .form__box.lk .pol{
        flex-wrap: wrap;
    }
    .form__box.lk .pol .title{
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .form__box.lk .pol label span{
        font-size: 14px;
        line-height: 19px;
    }
    form.form{
        margin-left: 0;
        margin-top: 30px;
    }
    .form__box.lk .social .links{
        justify-content: flex-start;
        margin-top: 35px;
    }
    .form__box.lk h2{
        font-size: 16px;
        margin-bottom: 0;
        text-align: left;
        line-height: 70px;
    }
    .form__box.lk .info{
        margin-bottom: 20px;
    }
    .form__box.lk p{
        text-align: left;
        font-size: 14px;
    }
    .form__box.lk .navigation{
        flex-wrap: wrap;
    }
    .form__box.lk .navigation > a{
        width: 50%;
        margin-bottom: 10px;
    }
    .form__box .box-content .box{
        padding: 0;
    }
    form.form p{
        margin-bottom: 20px;
        max-width: 100%;
        text-align: left;
        font-size: 12px;
    }
    .form__box .box-content .box{
        border: 0;
    }
    .form__box {
        margin: 5vh 0;
    }
    .navigation > a{
        width: 50%;
        height: 32px;
        font-weight: 700;
        font-size: 13.37px;
        line-height: 15px;
        letter-spacing: 0.2325px;
        color: #000000;
    }
    form.form .bottom a{
        display: none;
    }
    .form__box.auth form.form button{
        width: 100%;
    }
    form.form .checkbox{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    form.form .checkbox a{
        display: block;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #E3212F;
    }
    .list-inform{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 25px;
    }
    .input__box{
        padding: 20px;
    }
    .form .two{
        flex-direction: column;
    }
    .form .two > *{
        width: 100%;
    }
    .form .two > *:first-child{
        margin-bottom: 10px;
    }
    .form .two{
        margin-bottom: 10px;
    }
    .input__box input, .input__box textarea{
        font-size: 12px;
        line-height: 16px;
    }
    .section-title-h1{
        font-size: 18px !important;
        line-height: 40px;
    }
    .itemNewsOne{
        height: 300px;
    }
    .itemProductOne{
        padding: 15px;
    }
    .itemNewsOne h5{
        font-size: 14.75px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .itemNewsOne .number{
        font-size: 59.9219px;
        line-height: 60px;
        margin-top: 15px;
    }
    .itemNewsOne .data{
        font-size: 12.2955px;
        line-height: 17px;
    }
    .itemNewsOne:after{
        border-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
    }
    .itemProductOne figure img{
        max-width: 145px;
        max-height: 145px;
    }
    .itemProductOne figure{
        margin-bottom: 20px;
    }
    .itemProductOne .section, .itemProductOne h4{
        font-size: 10px;
        line-height: 14px;
    }
    .slider__four-list{
        margin: 0 -6px;
    }
    .slider__four-list a{
        margin: 0 6px;
    }

    .itemProductOne {
        min-height: 240px;
    }
    
    .itemProductOne .cost{
        font-size: 16px;
        line-height: 22px;
        margin-top: auto;
    }
    section{
        overflow: hidden;
    }
    .slider__four-list:before, .slider__four .arrow{
        display: none;
    }
    .controller__liner{
        display: block;
    }
    .adaptive_mobile-slider .slick-slider{
        width: 80%;
    }
    .adaptive_mobile-slider .slick-slider .slick-list{
        overflow: inherit;
    }
    .section-title h3{
        font-size: 17.9004px;
        line-height: 20px;
    }
    .section-title span{
        height: 15px;
        margin: 0 10px;
    }
    .section-title a{
        font-size: 8.95019px;
        line-height: 11px;
    }
    .slider__four .top{
        margin-bottom: 20px;
    }
    .product__cart .section{
        font-size: 7.8522px;
        line-height: 12px;
    }
    .product__cart h4{
        font-size: 10.0957px;
        line-height: 12px;
        margin-bottom: 10px;
    }
    .product__cart .cost{
        font-size: 14px;
        line-height: 12px;
    }
    .product__cart figure img{
        max-width: 130px;
        max-height: 130px;
    }
    .product__cart{
        padding: 5px 5px 15px;
    }
}


.collapse:not(.show) {
    display: none;
}

pf-widget {
    position: relative;
    z-index: 8 !important;
}

.card-img-top {
    width: 100%;
}

.video-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.video-wrap video {
    max-width: 800px;
}


/* End */


/* Start:/local/templates/ccm_newdis/assets/css/header.css?176875701014616*/
header{
	z-index: 1000;
	position: sticky;
	top: 0;
    right: 0;
    left: 0;
    background: #fff;
}
body{
	/*padding-top: 73px;*/
}
.header__top{
	padding: 15px 50px;
	background: #FFFFFF;
	border-bottom: 1px solid #ECECEC;
}
.header__top .left > *:first-child{
	margin-right: 30px;
}
.header__top .city svg{
	margin-left: 5px;
}
.header__top input, .header__top input::placeholder{
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    width: 100%;
}
.header__top input::placeholder{
	color: #959595;
}
.header__top .center{
	width: 100%;
	max-width: 580px;
	margin: 0 20px;
}
.search{
	width: calc(100% - 40px);
	padding: 10px 20px;
	background: #F7F7F7;
	border: 1px solid #ECECEC;
	border-radius: 3px;
}
.search button{
	cursor: pointer;
}
.header__top .right .header__phone{
	display: block;
	min-width: max-content;
	font-family: 'Manrope';
	margin-right: 25px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.header__top .cabinet span{
	display: block;
	margin-left: 10px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #6B6B6B;
}
.header__bottom{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
.header__bottom .center{
	background: #FFFFFF;
	padding: 0 20px;
	border-radius: 0 0 7px 7px;	
	height: 74px;
	box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
	position: relative;
}
.header__bottom .center:before{
	content: '';
	top: 0;
	left: -33px;
	width: 0;
	height: 0;
	border-top: 73px solid #fff; 
	position: absolute;
	border-left: 35px solid transparent;
}
.header__bottom .center:after{
	content: '';
	top: 0;
	right: -33px;
	width: 0;
	height: 0;
	border-top: 73px solid #fff; 
	position: absolute;
	border-right: 35px solid transparent;	
}
.header__bottom .header__menu, .header__bottom .header__menu ul{
	height: 100%;
}
.header__bottom .header__menu li{
	height: 100%;
}
.header__bottom .header__menu a{
	padding: 0 10px;
	height: 100%;
	position: relative;

	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}
.header__bottom .header__menu a:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #E3212F;
	opacity: 0;
	transition: .4s;
}
.header__bottom .header__menu a.active:before,.header__bottom .header__menu a:hover:before{
	opacity: 1;
}
.header__bottom .header__menu a:not(:last-child){
	margin-right: 10px;
}
.header__bottom .header__menu a.active{
	font-weight: 700;
}
.header__bottom .menu .right{
	background: #fff;
	position: relative;
	height: 74px;
	padding: 0 30px;
	transition: .4s;
	border-radius: 0 0 0 7px;
}
.header__bottom .menu .right:before{
	content: '';
	top: 0;
	left: -33px;
	width: 0;
	height: 0;
	border-top: 72px solid #fff; 
	position: absolute;
	border-left: 35px solid transparent;
	transition: .4s;
}
.header__bottom .right.active {
	background: #E3212F;
}
.header__bottom .menu .right.active:before{
	border-top-color: #E3212F;
}
.header__bottom .menu .basket path{
	transition: .4s;
}
.header__bottom .menu .right:not(.active) .basket path{
	fill: #000;
}
.header__bottom .basket{
	position: relative;
}
.header__bottom .menu .number{
	font-weight: 700;
	font-size: 8px;
	line-height: 11px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -6px;
	background: #fff;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	right: -6px;
}
.header__bottom .menu{
	position: relative;
	z-index: 100;
}

.header__logo img{
	max-width: 100px;
	height: auto;
}
.modal__menu{
	background: #FFFFFF;
	position: relative;
	top: -74px;
	padding-top: 134px;
}
.list-card, .list-menu{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
}
.catagory__item{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EFEFEF;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}
.catagory__item .right{
	display: flex;
	padding: 25px;
	flex-direction: column;
}
.catagory__item .right img{
	margin-bottom: 20px;
	max-width: 130px;
}
.catagory__item > .left{
	align-items: center;
	padding-right: 25px;
	display: flex;
	position: relative;
    height: 100%;
}
.catagory__item > .left:before{
	background: var(--color_bg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20px;
	content: '';
	z-index: 1;
}
.catagory__item > .left img{
	position: relative;
	z-index: 2;
	width: 115px;
	height: 115px;
	object-fit: cover;
}
.list-menu{
	padding: 60px 0;
}
.list-menu > div{
	padding: 0 55px 0 25px;
}
.list-menu > div:not(:last-child){
	border-right: 2px solid #EFEFEF;
}
.list-menu .title{
	margin-bottom: 30px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #000000;
}
.list-menu ul li:not(:last-child){
	margin-bottom: 20px;
}
.list-menu ul li a{
	display: flex;
	gap: 10px;
	justify-content: space-between;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	align-items: center;
	position: relative;
}
.list-menu ul li a svg{
	transition: .4s;
}
.list-menu ul li a:hover span:before{
	width: 100%;
}
.list-menu ul li a:hover svg{
	transform: translateX(10px);
}

.list-menu-subitem {
	display: flex;
	gap: 10px;
}

.list-menu-subitem img {
	max-width: 32px;
	height: auto;
	width: 100%;
}
/* mobile */
.header__mobile{
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__mobile .right > *:not(:last-child){
	margin-right: 15px;
}

.header__mobile-basket {
	position: relative;
}

.header__mobile-count {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 14px;
	height: 15px;
	display: flex;
	background-color: #E3212F;
	color: white;
	border-radius: 4px;
	font-size: 12px;
	align-items: center;
	justify-content: center;
}

.header__mobile a{
	display: flex;
}
.header__mobile .right{
	display: flex;
	align-items: center;
}
.header__bugrer{
	width: 25px;
	height: 14px;
	position: relative;
}
.header__bugrer.active span:first-child{
	transform: rotate(45deg);
	top: 6px;
}
.header__bugrer.active span:last-child{
	transform: rotate(-45deg);
	bottom: 6px;
}
.header__bugrer span{
	transition: .4s;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #E3212F;
	display: block;
}
.header__bugrer span:first-child{
	top: 0;
}
.header__bugrer span:last-child{
	bottom: 0;
}
.header__mobile-burger{
	position: fixed;
	z-index: 9000;
	top: 67px;
	right: 0;
	left: 0;
	height: calc(100vh - 67px);
	background: #fff;
}
.header__mobile-burger > *{
	display: flex;
	padding: 12px;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
} 
.header__mobile-burger > div > nav{
	max-height: 55vh;
    overflow: auto;
}
.header__mobile-burger ul{
	display: flex;
	flex-direction: column;
}
.header__mobile-burger ul li:not(:last-child){
	margin-bottom: 25px;
}
.header__mobile-burger ul li a{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000000;
}
.header__contact{
	display: flex;
	flex-direction: column;
}
.header__contact > *:not(:last-child){
	margin-bottom: 15px;
}
.header__contact a{
	display: flex;
	align-items: center;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 20px;
	color: #E3212F;
	text-transform: uppercase;
}
.header__contact a span{
	margin-left: 15px;
}
.header__mobile-burger__submenu{
	transition: .4s;
	z-index: 9900;
	position: fixed;
	top: 67px;
	right: 0;
	width: 0;
	height: calc(100vh - 91px);
	background: #fff;
	overflow: hidden;
}
.header__mobile-burger__submenu.animation__null{
    transition: .4s;
    padding: 12px;
    width: calc(100% - 24px) !important;
}
.header__mobile-burger__submenu > div > .title{
	font-family: 'Manrope';
	margin: 30px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #000000;
}
.header__mobile-burger__submenu > div > .title svg{
	margin-right: 20px;
}
.header__section > *:not(:last-child){
	margin-bottom: 25px;
}
.header__mobile-burger__submenu > div{
	max-height: calc(100vh - 67px);
	overflow: auto;
}
.header__mobile-burger__submenu nav .title{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
	display: block;
	color: #000000;
}
.header__mobile-burger__submenu nav{
	padding-bottom: 30px;
	margin-top: 50px;
}
.header__mobile-burger__submenu nav ul li:not(:last-child){
	margin-bottom: 20px;
}
.header__mobile-burger__submenu nav ul li a{
	width: 100%;
	display: flex;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	justify-content: space-between;
	align-items: center;
}
.header__mobile-burger, .header__mobile, .modal__menu, .header__mobile-burger__submenu{
	display: none;
}
/* Basket */
.basket__box{
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	bottom: 0;
	padding: 160px 70px 50px;
	z-index: 1000;
	background: #FFFFFF;
}
.basket__box > div{
	display: flex;
	flex-direction: column;
/*	justify-content: space-evenly;*/
    height: 90%;
}
.basket__box > div .close{
	display: flex;
	transition: .4s;
	justify-content: flex-end;
}
.basket__box > div .close:hover{
	transform: scale(1.1);
}
.basket__box .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.basket__box .title h3{
	font-weight: 800;
	margin-right: 15px;
	font-size: 42px;
	line-height: 57px;
	color: #0E0E0E;
}
.basket__box .title span{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #252525;
}
.list-basket > *:not(:last-child){
	margin-bottom: 20px;
}
.list-basket{
	max-height: 50vh;
	overflow-y: auto;
	padding-right: 15px;
}
.list-basket::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}
.list-basket::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 8px;
}
.list-basket::-webkit-scrollbar-thumb {
    background: #E94C3C;
    border-radius: 8px;
}
.basket-item{
	display: grid;
	grid-template-columns: 72px 1fr 100px 90px;
	grid-column-gap: 25px;
	align-items: center;
	padding: 25px 0;
	position: relative;
}
.basket-item .cost{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #0E0E0E;
}
.quantity_basket{
	display: flex;
	height: 48px;
	border: 1px solid #E1E1E1;
	border-radius: 8px;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px;
}
.quantity_basket span{
	cursor: pointer;
}
.quantity_basket input{
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #0E0E0E;
}
.basket-item .error{
	display: none;
}
.basket-item .error.active{
	margin-top: 10px;
	display: block;
	color: red;
	max-width: 300px;
}
.basket-item .delete{
	position: absolute;
	cursor: pointer;
	z-index: 1;
	top: 0;
	right: 0;
	transition: .4s;
}
.basket-item .name{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #000000;
}
.basket-item .name h4{
	font-weight: 800;
}
.basket-item .delete:hover{
	transform: scale(1.1);
}
.basket-item figure{
	display: flex;
	align-items: center;
	justify-content: center;
}
.basket-item figure img{
	max-width: 100%;
	max-height: 72px;
}
.basket__box > div > *:not(:last-child){
	margin-top: 40px;
}
.basket__box > div .total{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: auto;
	border-top: 1px solid #CECECE;
	margin:0 -70px;
	padding: 35px 70px 0;
	margin-top: auto;
}
.basket__box > div .total .allcost{
	font-weight: 800;
	font-size: 20px;
	line-height: 27px;
	color: #0E0E0E;
}
.basket__box > div .total .button_buy{
	width: 280px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #E3212F;
	border-radius: 4px;
	color: #FFFFFF;
	transition: .4s;
}
.basket__box > div .total .button_buy:hover{
	box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
.search__box {
    position: sticky;
    z-index: 900;
    top: 0px;
    right: 0;
    display: none;
    left: 0;
    height: fit-content;
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.search__box .search{
	width: calc(100% - 70px);
	margin: 0 auto;
}
/* /Basket */
@media(min-width: 1100px) and (max-height: 780px){
	.basket__box > div .total{
		margin: 0 -30px;
		padding: 15px 30px 0;
	}
	.basket__box{
		padding: 60px 30px 0px;
		max-width: 600px;
	}
	.basket__box > div{
		height: 95%;
	}
	.basket__box > div > *:not(:last-child){
		margin-top: 25px;
	}
}


@media(max-width: 1100px){
	.catagory__item .right{
		padding: 10px;
	}
	.catagory__item > .left{
		padding-right: 10px;
	}
	.list-menu > div{
		padding: 0 30px 0 10px;
	}
}
@media(max-width: 1170px){
	.basket__box{
		z-index: 1200;
		padding: 30px 15px;
		left: 0;
	}
	.basket__box > div{
		justify-content: space-between;
	}
	.basket__box > div .close svg{
		width: 21px;
		height: auto;
	}
	.basket__box > div .close path{
		stroke: #E3212F;
	}
	body{
		padding-top: 0px;
	}
	.catagory__item > .left{
		padding-right: 20px;
		padding: 40px 20px 40px 0;
	}
	.catagory__item .right{
		padding: 30px 0;
	}
	.catagory__item .right img{
		width: 110px;
		margin-bottom: 20px;
	}
	.catagory__item .right p{
		font-size: 12px;
		line-height: 140%;
	}
	.header__top, .header__bottom{
		display: none;
	}
	.header__mobile, .header__mobile-burger__submenu{
		display: flex;
	}
}
@media(max-width: 700px){
	.basket__box .title h3{
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.basket__box .title{
		flex-direction: column;
		align-items: flex-start;
	}
	.basket-item .name{
		font-size: 14px;
		line-height: 19px;
	}
	.basket-item{
		padding: 10px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.basket-item figure{
		width: 60px;
		margin-bottom: 20px;
	}
	.basket-item .name{
		width: calc(100% - 100px);
	}
	.quantity_basket{
		width: 100px;
	}
	.basket__box > div .total .allcost{
		margin-bottom: 30px;
	}
	.list-basket{
		max-height: 60vh;
	}
	.basket__box > div .total{
		flex-direction: column;
	}
}

.search-block {
	padding: 0;
	margin-bottom: 20px;
	display: block;
}
/* End */


/* Start:/local/templates/ccm_newdis/assets/css/footer.css?17687570104458*/
footer{
	padding: 70px 0 30px;
	background: #0E0E0E;
}
footer .bottom{
	padding-top: 30px;
	border-top: 2px solid #1B1B1B;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
footer .bottom div, footer .bottom p{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #505050;
}
footer .bottom span{
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #E3212F;
}
footer .bottom span a{
	color: #E3212F;
}
footer .top{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
footer .top .info{
	width: 25%;
}
footer .top .info img{
	max-width: 160px;
	width: 100%;
	margin-bottom: 25px;
}
footer .top .info p{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #ACACAC;
}
footer .top .subscribe{
	width: calc(40% - 140px);
	padding: 30px 35px;
	background: #E3212F;
	height: fit-content;
	border-radius: 3px;
}
footer .top .footer__menu{
	width: calc(35% - 70px);
}
.footer__menu .title{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.footer__menu ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 80px;
	grid-row-gap: 15px;
}
.footer__menu ul a{
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	color: #B7B7B7;
	transition: .4s;
}
.footer__menu ul a:hover{
	opacity: .6;
}
footer .top .subscribe h4{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #FFFFFF;
}
footer .top .subscribe form{
	position: relative;
	margin-top: 20px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
footer .top .subscribe form .error{
	width: calc(100% - 10px);
	font-size: 14px;
	padding: 5px;
	color: red;
	display: none;
}
footer .top .subscribe form .error.active{
	display: block;
}
footer .top .subscribe form .error.success{
	color: green;
}
footer .top .subscribe form input{
	font-family: 'Manrope';
	font-style: normal;
	width: 100%;
	padding: 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #000;
}
footer .top .subscribe form input::placeholder{
	color: #959595;
}
footer .top .subscribe form button{
	top: 8px;
	cursor: pointer;
	position: absolute;
	background: #000000;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	right: 5px;
	transition: .4s;
}
footer .top .subscribe form button:hover{
	opacity: .7;
}
footer .top .subscribe p{
	margin-top: 20px;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #D8D8D8;
}
@media(max-width: 1200px){
	footer .top .info{
		width: 35%;
	}
	footer .top .subscribe{
		width: calc(65% - 110px);
	}
	footer .top .footer__menu{
		margin-top: 40px;
		width: 100%;
	}
}
@media(max-width: 700px){
	footer .top{
		box-sizing: border-box;
		flex-direction: column;
	}
	footer .top .info{
		width: 100%;
	}
	footer .top .subscribe{
		padding: 20px 25px;
		width: calc(100% - 50px);
	}
	footer .top .subscribe h4{
		font-size: 12px;
		line-height: 16px;
	}
	footer .top .subscribe form input{
		padding: 10px 12px;
		font-size: 10.0196px;
		line-height: 14px;
	}
	footer .top .subscribe form button{
		width: 23px;
		height: 23px;
	}
	.footer__menu .title{
		font-size: 14px;
		line-height: 19px;
	}
	.footer__menu ul a{
		font-size: 12px;
		line-height: 16px;
	}
	.footer__menu ul{
		grid-column-gap: 60px;
	}
	footer .top .subscribe p{
		margin-top: 15px;
		font-size: 9px;
		line-height: 12px;
	}
	footer .top .subscribe form{
		margin-top: 15px;
	}
	footer .top .footer__menu{
		margin-top: 0;
	}
	footer .top > *{
		margin-bottom: 60px;
	}
	footer .bottom{
		margin-top: 0;
		flex-direction: column;
	}
	footer .bottom p{
		margin-bottom: 30px;
	}
	footer .top .subscribe form .error{
		font-size: 10.0196px;
    	line-height: 14px;
	}
}
/* End */


/* Start:/local/templates/ccm_newdis/assets/css/main.css?17687570104709*/
.section-banner .slider__main-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-banner .slider__main-item{
	position: relative;
	height: 520px;
}
.section-banner .slider__main-item > div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	margin-bottom: 80px;
}
.section-banner .slider__main-item > div h2{
	max-width: 450px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 70px;
	color: #000000;
}
.section-banner .controller{
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.section-banner .controller ul{
	display: flex;
}
.section-banner .controller ul li{
	width: 7px;
	height: 7px;
	background: #D9D9D9;
	transition: .4s;
	border-radius: 50%;
	cursor: pointer;
}
.section-banner .controller ul li:not(:last-child){
	margin-right: 20px;
}
.section-banner .controller ul li button{
	opacity: 0;
	font-size: 0;
	outline: 0;
	border: 0;
	width: 0;
	height: 0;
}
.section-banner .controller ul li.slick-active{
	background: #E3212F;
}
/* catagory__list */
.catagory__list{
	margin-top: 70px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 70px;
}
.catagory__list > a{
	padding: 17px 0;
	display: flex;
	position: relative;
	justify-content: flex-end;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.17);
	border-radius: 6px;
	align-items: center;
}
.catagory__list > a img{
	height: 218px;
	max-width: 100%;
}
.catagory__list > a .text{
	position: absolute;
	bottom: 0;
	right: 0;
	padding:0 35px 24px;
	left: 0;
}
.catagory__list > a .text{
	display: flex;
	z-index: 1;
	justify-content: space-between;
	align-items: center;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
}
.catagory__list > a:before{
	bottom: 0;
	left: 0;
	position: absolute;
	content: '';
	right: 0;
	height: 80px;
	background: linear-gradient(65.66deg, rgba(0, 0, 0, 0.7) -25.9%, rgba(227, 33, 47, 0.7) 79.58%);
	border-radius: 5px;
	transition: .4s;
}
.catagory__list > a:hover:before{
	height: 100%;
	background: linear-gradient(65.66deg, rgba(0, 0, 0, 0.7) -25.9%, rgba(95, 227, 33, 0.7) 79.58%);
}
.catagory__list > a svg{
	transition: .4s;
}
.catagory__list > a:hover svg{
	transform: translateX(10px);
}
/* /catagory__list */
/* section__banner */
.section__banner{
	position: relative;
}
.section__banner img{
	width: 100%;
	object-fit: cover;
	height: 490px;
}
.section__banner > div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
	display: flex;
	align-items: flex-end;
}
.section__banner > div h3{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 66.0372px;
	line-height: 90px;
	letter-spacing: 3.66873px;
	color: #FFFFFF;
}
/* /section__banner */
/* section__text */
.section__text h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 70px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 20px;
}
.section__text p{
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	align-items: center;
	color: #636363;
}
@media(min-width:  1170px){
	.section-banner{
		margin-top: 75px;
	}
}
/* .section__text */
@media(max-width: 1000px){
	.catagory__list{
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 40px;
	}
}
@media(max-width: 900px){
	.catagory__list{
		grid-template-columns: repeat(2, 1fr);
	}
	.section-banner .slider__main-item{
		height: 400px;
	}
}
@media(max-width: 700px){
	.section__banner img{
		height: 450px;
	}
	.section__banner .box-content h3{
		font-size: 37.5833px;
		line-height: 51px;
	}
	.section__text h3{
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 160%;
	}
	.section__text p{
		font-size: 14px;
		line-height: 160%;
	}
	.catagory__list > a img{
		height: 170px;
	}
	.catagory__list > a .text{
		padding:0 25px 20px;
	}
	.catagory__list > a:before{
		height: 60px;
	}
	.catagory__list{
		margin-top: 20px;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
	.section-banner .slider__main-item{
		height: 220px;
	}
	.section-banner .slider__main-item > div{
		margin-bottom: 10px;
		justify-content: center;
	}
	.section-banner .controller{
		margin-top: 10px;
	}
	.section-banner .slider__main-item > div h2{
		font-size: 25.722px;
		line-height: 38px;
		text-align: center;
	}
	.section-banner .controller ul li:not(:last-child){
		margin-right: 10px;
	}
}

@media(max-width: 424px){
	.section-banner .slider__main-item {
		height: 160px;
	}
}

video {
	width: 100%;
	height: auto;
	max-height: 100%;

	display: block;
	position: relative;
}
/* End */


/* Start:/local/templates/ccm_newdis/assets/css/catalog.css?176875701020645*/
.catalog {
    min-height: 100vh;
}

.catalog a, .catalog a:hover {
    text-decoration: none;
}

.catalog .left {
    width: 285px;
    padding: 35px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    position: relative;
    /*top: 250px;*/
    float: left;
}

.catalog .right-wrap {
    margin-left: auto;
    width: calc(100% - 385px);
}

.catalog .right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.catalog .left h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 20px;
}

.section-product {
    margin-bottom: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #E3212F;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #E3212F;
}

.ui-slider-horizontal .ui-slider-range {
    height: 3px;
    background: #E3212F;
}

.ui-widget.ui-widget-content {
    margin: 0 10px;
    height: 3px;
    border: 0;
    background: #F5F5F5;
}

.range__input {
    margin-bottom: 10px;
}

.range__info {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000000;
}

.range__info .line {
    margin: 0 5px;
}

.range__info .valut {
    margin-left: 5px;
}

.catalog .left .price {
    margin-bottom: 30px;
}

.filter__list {
    display: flex;
    flex-direction: column;
}

.filter__list > *:not(:last-child) {
    margin-bottom: 20px;
}

.filter__list-title {
    background: #F5F5F5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    display: flex;
    transition: .4s;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    border-radius: 4px;
    border-bottom: 1px solid transparent;
}

.filter__list-title svg {
    transition: .4s;
}

.filter__list-item.active svg {
    transform: rotate(180deg);
}

.filter__list-item .list {
    display: flex;
    max-height: 300px;
    overflow: auto;
    flex-direction: column;
    padding: 12px 15px;
    border-radius: 0 0 4px 4px;
    background: #f5f5f5b0;
}

.filter__list-item.active .filter__list-title {
    border-bottom-color: #cbcbcb;
}

.filter__list-item .list > *:not(:last-child) {
    margin-bottom: 15px;
}

.catalog .left .send {
    color: #FFFFFF;
    margin-top: 30px;
    background: #E3212F;
}

.catalog .left .clear {
    margin-top: 10px;
    border: 1px solid #E3212F;
    color: #E3212F;
}

.catalog .left .clear svg {
    margin-right: 10px;
}

.catalog .left form button {
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    transition: .4s;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    height: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.catalog .left .send:hover {
    box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}

.catalog .left .clear:hover {
    background: #E3212F;
    color: #fff;
}

.catalog .left .clear path {
    transition: .4s;
}

.catalog .left .clear:hover path {
    stroke: #fff;
}

.filter__list-item .list label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000000;
}

.filter__list-item .list label span:last-child {
    margin-left: 5px;
}

.filter__list-item .list label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.filter__list-item .list label input + span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.filter__list-item .list label input + span::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #E3212F;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.filter__list-item .list label input:checked + span::before {
    border-color: #E3212F;
    background-color: #E3212F;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

@media (max-width: 1100px) {
    .catalog .right {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .catalog .left {
        width: calc(100% - 70px);
        float: initial;
        top: 0;
        position: relative;
        margin-bottom: 30px;
    }

    .catalog .right-wrap {
        width: 100%;
    }

    .catalog .right {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}

@media (max-width: 700px) {
    .catalog .right {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog .left {
        padding: 25px;
        width: calc(100% - 50px);
    }

    .catalog .left h3 {
        font-size: 13.2351px;
        line-height: 20px;
    }

    .range__info {
        font-size: 11.5807px;
        line-height: 20px;
    }

    .ui-slider-horizontal .ui-slider-handle {
        width: 8px;
        height: 8px;
        top: -0.2em;
    }

    .filter__list-title, .filter__list-item .list label {
        font-size: 13.2351px;
        line-height: 20px;
    }

    .filter__list-item .list label input + span::before {
        width: 16px;
        height: 16px;
    }

    .catalog .left form button {
        height: 50px;
        font-size: 13.2351px;
        line-height: 20px;
    }
}

/* Product */
.section-product .preview {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.section-product .preview > * {
    width: calc(50% - 50px);
}

.section-product .controller {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.section-product .controller ul {
    display: flex;
}

.section-product .controller ul li {
    width: 7px;
    height: 7px;
    background: #D9D9D9;
    transition: .4s;
    border-radius: 50%;
    cursor: pointer;
}

.section-product .controller ul li:not(:last-child) {
    margin-right: 20px;
}

.section-product .controller ul li button {
    opacity: 0;
    font-size: 0;
    outline: 0;
    border: 0;
    width: 0;
    height: 0;
}

.section-product .controller ul li.slick-active {
    background: #E3212F;
}

.slider__product-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider__product-item img {
    max-width: 100%;
    max-height: 550px;
}

.preview .right .catalog {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #000000;
}

.preview .right h1 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #000000;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.tags > * {
    margin-right: 15px;
    margin-bottom: 15px;
}

.tags .size {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #E3212F;
}

.tags .art {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #989898;
}

.tags .bonus {
    padding: 6px 15px;
    border: 1px solid #E3212F;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #E3212F;
}

.tags .bonus-promotion {
    border: 1px solid #4ebe68;
    color: #4ebe68;
}

.preview .price {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.preview .price span {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}

.preview .price a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    color: #989898;
}

.preview .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.props .props-item:not(:last-child) {
    margin-bottom: 20px;
}

.buttons-box {
    margin-top: 20px;
}

.props-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.props-item .list {
    display: flex;
    flex-wrap: wrap;
}

.props-item .list > *:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
}

.props-item .list span {
    cursor: pointer;
    border: 2px solid #000000;
    border-radius: 4px;
    padding: 6px 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    min-width: 50px;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #000000;
    transition: .4s;
}

.props-item .list span a {
    color: #000000;
}

.props-item .list > *.notallowed {
    pointer-events: none;
}

.props-item .list > *:not(.notallowed).selected span, .props-item .list label.selected span {
    background: #000000;
    color: #FFFFFF;
}

.props-item .list label.selected span a {
    color: #fff;
}

.props-item .list label.selected.color span {
    border-width: 5px;
    top: -3px;
    position: relative;
}

.preview .title a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.416961px;
    text-transform: uppercase;
    color: #E3212F;
}

.preview .title a svg {
    margin-left: 5px;
}

.buttons-box .buttons {
    display: flex;
    justify-content: space-between;
}

.buttons-box .buttons > * {
    width: calc(50% - 20px);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons-box .buttons .buy {
    display: flex;
    background: #E3212F;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .4s;
}

.buttons-box .buttons .buy:hover {
    box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}

.buttons-box .buttons .quantity {
    width: calc(50% - 50px);
    justify-content: space-between;
    padding: 0 15px;
    background: #F5F5F5;
    border-radius: 4px;
}

.buttons-box .buttons .quantity span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #0E0E0E;
    cursor: pointer;
}

.buttons-box .buttons .quantity input {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    width: 100%;
    text-align: center;
    color: #000000;
}

.mobile__button {
    display: none;
    align-items: center;
}

.mobile__button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 90px;
    height: 100%;
    padding: 0 10px 10px;
    background: #FFFFFF;
    z-index: 800;
    border-top: 1px solid #ECECEC;
}

.mobile__button > * {
    width: calc(50% - 24px);
    padding: 0 12px;
}

.mobile__button .price {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mobile__button .price span {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #000000;
}

.mobile__button .price a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #989898;
}

.mobile__button .buy {
    background: #E3212F;
    font-weight: 600;
    font-size: 16px;
    max-height: 60px;
    line-height: 24px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
}


.product-info > div {
    display: flex;
    justify-content: space-between;
}

.product-info .left {
    width: calc(65% - 70px);
}

.product-info .right {
    width: 35%;
}

.product-info .left img {
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 70px;
}

.product-info .left h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.35244px;
    margin-bottom: 20px;
    color: #000000;
}

.product-info .left p {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #000000;
}

.product-info .right h4 {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1px;
    color: #000000;
}

.product-info .right .list-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.product-info .right .list-product .product__cart .section {
    font-size: 9px;
    line-height: 15px;
}

.product-info .right .list-product .product__cart h4 {
    font-size: 12px;
    line-height: 15px;
}

.product-info .right .list-product .product__cart .cost {
    font-size: 15px;
    line-height: 15px;
}

@media (max-width: 900px) {
    .product-info .right, .product-info .left {
        width: 100%;
    }

    .product-info .left {
        margin-bottom: 50px;
    }

    .product-info .right .list-product {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-info > div {
        flex-direction: column;
    }

    .section-product .preview > * {
        width: 100%;
    }

    .section-product .preview .left {
        margin-bottom: 40px;
    }

    .section-product .preview {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .product-info .right .list-product {
        display: block;
        margin: 0 -8px;
    }

    .product-info .right .product__cart {
        margin: 0 8px;
    }

    .product-info .left img {
        max-height: 200px;
        margin-bottom: 50px;
    }

    .product-info .left h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .product-info .left p {
        font-size: 12px;
    }

    .product-info .right h4 {
        font-size: 17.9004px;
    }

    .buttons-box .buttons .buy {
        display: none;
    }

    .mobile__button {
        display: flex;
    }

    .buttons__buy {
        position: fixed;
        z-index: 1000;
        bottom: 25px;
        right: 10px;
    }

    .slider__product-item img {
        max-height: 300px;
    }

    .section-product .controller {
        margin-top: 10px;
    }

    .preview .right .catalog {
        font-size: 14px;
        line-height: 28px;
    }

    .preview .right h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .preview .title a {
        font-size: 12.0465px;
        line-height: 17px;
    }

    .tags > span {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .buttons-box .buttons .quantity {
        width: calc(100% - 30px);
    }
}

/* /Product */

/* Sort */
.title-sort > .box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sort-box {
    display: flex;
    align-items: center;
}

.sort-list {
    margin-left: 20px;
}

.sort-box a, .sort-box {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
}

.sort__select-container {
    position: relative;
    background: #F5F5F5;
    width: 220px;
}

.sort__select-list {
    position: absolute;
    top: 100%;
    display: flex;
    flex-direction: column;
    right: 0;
    left: 0;
    background: #F5F5F5;
    border-radius: 4px;
    border-radius: 0 0 4px 4px;
    z-index: 10;
}

.sort__select-default-param {
    border-radius: 4px;
    border-bottom: 1px solid transparent;
    display: flex !important;
    align-items: center;
    transition: .4s;
    cursor: pointer;
    justify-content: space-between;
}

.sort__select-default-param svg {
    transition: .4s;
}

.sort__select-default-param.active {
    border-bottom-color: #cbcbcb;
}

.sort__select-default-param.active svg {
    transform: rotate(180deg);
}

.sort__select-list > *, .sort__select-default-param {
    padding: 5px 10px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    transition: .4s;
}

.sort__select-list > *:hover, .sort__select-list:not(:hover) > .active {
    background: #E3212F;
    color: #fff;
}

@media (max-width: 700px) {
    .sort-box a, .sort-box {
        font-size: 13.2351px;
        line-height: 20px;
    }

    .title-sort {
        overflow: inherit;
    }

    .title-sort > .box-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 530px) {
    .sort-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sort-list {
        margin-left: 0;
    }
}

/* /Sort */


/*--------------------------------------------collection styles-*/
.collection_path {
    display: flex;
    padding: 0 0 20px 0;
    justify-content: center;
    gap: 20px;
}

.collection_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ECECEC;
    padding: 20px;
    border-radius: 6px;
}

.collection_item a img {
    max-width: 240px;
    width: 100%;
    height: auto;
}

.collection_item a span {
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #000;
    border-radius: 5px;
    padding: 10px;
}

@media (max-width: 500px) {
    .collection_path {
        flex-direction: column;
    }

    .collection_item a img {
        max-width: 180px;
    }
}

/*--------------------------------------------collection styles end-*/


.good-list-label {
    font-size: 14px;
    text-align: center;
    padding: 2px 8px;
    z-index: 5;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 110px;
    width: fit-content;
}

.product__cart .good-list-label {
    position: absolute;
    left: 0;
    bottom: 40%;
}

.good-list-label.list-label-discount {
    background-color: #ee7477;
}


.product__cart .bonus-count {
    position: absolute;
    top: 0px;
    right: 6px;
    background: rgb(208 17 43 / 66%);
    padding: 5px;
    color: #fff;
}

.product__cart .pre-order__cart {
    position: absolute;
    top: 52%;
    right: 6px;
    background: rgb(208 17 43 / 66%);
    padding: 5px;
    color: #fff;
    font-size: 14px;
}

.preview .pre-order__text {
    padding: 6px 15px;
    width: fit-content;
    border: 1px solid #E3212F;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #E3212F;

}

.element-bonus {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: 15px;
}

.element-bonus-logo {
    background-image: url(https://hockeyclub.ru/local/templates/hc/components/bitrix/catalog.element/hc/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 22px;
    width: 22px;
}

.product__cart .element-bonus-logo {
    display: none;
}

.product__cart .element-bonus {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

@media screen and (max-width: 787px) {
    .good-list-label {
        font-size: 11px;
    }
    .product__cart .element-bonus {
        font-size: 11px;
    }
}
/* End */


/* Start:/local/templates/ccm_newdis/assets/css/order.css?176875701011028*/
section.order{
	margin-top: 80px;
}
#order_form_content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#order_form_content > p{
	width: 100%;
	margin-bottom: 20px;
}
.order .left{
	width: calc(100% - 500px);
}
.order .right{
	height: fit-content;
	padding: 40px;
	background: #F8F8F8;
	border-radius: 6px;
	width: 370px;
}
.order__title{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 50px;
}
.order .right .box:not(:last-child){
	margin-bottom: 50px;
}
.box .block{
	display: flex;
	flex-direction: column;
}
.box .all{
	margin-top: 50px;
}
.box .block > *,.box .all{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box .block > *:not(:last-child){
	margin-bottom: 25px;
}
.box .block > * > *:first-child, .box .all > *:first-child {
	width: fit-content;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.59);
}
.box .block > * > *:last-child,  .box .all > *:last-child{
	width: fit-content;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #0E0E0E;
}
.box .all > *:last-child{
 	color: #E3212F;
}
.promokod{
	margin-top: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #D3D3D3;
}
.promokod__box{
	position: relative;
	margin-top: 10px;
}
.order-total__group{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.order-total__group > *{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-total__group > *.active{
	color: #28a745;
}
.order-total__group > *.noactive{
	color: #dc3545;
}
.promo__del{
	cursor: pointer;
}
.order-total__group > *:not(:last-child){
	margin-bottom: 10px;
}
#coupon{
	width: 100%;
}
.delete_promo{
	padding: 7px;
    width: fit-content;
    margin: auto;
    background: #E3212F;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}
.order-total__submit:after {
	right: 15px;
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: -5px;
    transition: all .2s ease-out;
}
.order-total__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
}
.promokod a{
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: right;
	text-decoration-line: underline;
	color: #252525;
}
.order .right .oplata{
	display: flex;
	flex-direction: column;
}	
.order .right .oplata > *:not(:last-child){
	margin-bottom: 20px;
}
.order .right .oplata  input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.order .right .oplata label{
	display: flex;
	align-items: center;
}
.order .right .oplata span{
	transition: .4s;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	position: relative;
	cursor: pointer;
	align-items: center;
	line-height: 22px;
	color: #707070;
}
.order .right .oplata  input+span::before {
  	content: '';
  	display: inline-flex;
  	width: 21px;
  	height: 21px;
  	transition: .4s;
  	border: 1px solid #707070;
  	border-radius: 50%;
  	margin-right: 0.5em;
}
.order .right .oplata  input+span::after{
	content: '';
	opacity: 0;
  	display: inline-flex;
  	width: 11px;
	height: 11px;
	transition: .4s;
	position: absolute;
	left: 6px;
  	background: #E3212F;
  	border-radius: 50%;
  	margin-right: 0.5em;
}
.order .right .oplata  input:checked+span{
	color: #E3212F;
}
.order .right .oplata  input:checked+span::after{
	opacity: 1;
}
.order .right .oplata  input:checked+span::before {
  	border-color: #E3212F;
}
.order .right .box input{
	width: 30%;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 6px;
	padding: 15px;
}
.order .right .box input::placeholder{
	color: rgba(0, 0, 0, 0.4);
}
.order .right .uslovia{
	margin-top: 45px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #E3212F;
	display: block;
}
.order__button{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: #E3212F;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	color: #FFFFFF;
	transition: .4s;
	margin-top: 70px;
}
.order__button:hover{
	box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
.order .right > p{
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	color: #959595;
}
.payment{
	justify-content: space-between;
	display: flex;
	margin-bottom: 60px;
}
.payment > *{
/*	width: calc(33% - 30px);*/
}
.payment-item label{
	display: flex;
	flex-direction: column;
}
#sr-select-delivery-btn{
	width: fit-content;
	margin-top: 10px;
}
.payment-item p{
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	color: rgba(0, 0, 0, 0.4);
}
.payment-item label span{
	transition: .4s;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	position: relative;
	cursor: pointer;
	align-items: center;
	line-height: 22px;
	color: #707070;
}
.payment-item label input+span::before {
  	content: '';
  	display: inline-flex;
  	min-width: 21px;
  	height: 21px;
  	transition: .4s;
  	border: 1px solid #707070;
  	border-radius: 50%;
  	margin-right: 0.5em;
}
.payment-item label input+span::after{
	content: '';
	opacity: 0;
  	display: inline-flex;
  	width: 11px;
	height: 11px;
	transition: .4s;
	position: absolute;
	left: 6px;
  	background: #E3212F;
  	border-radius: 50%;
  	margin-right: 0.5em;
}
.payment-item label input:checked+span{
	color: #E3212F;
}
.payment-item label input:checked+span::after{
	opacity: 1;
}
.payment-item label input:checked+span::before {
  	border-color: #E3212F;
}
.payment-item label input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.order .left .city{
	margin-bottom: 50px;
}
.order .left .order__title{
	font-weight: 500;
}
.order .left > *:not(:last-child){
	margin-bottom: 50px;
}
.order-list{
	display: flex;
	flex-direction: column;
}
.order-item{
	display: grid;
    grid-template-columns: 72px 1fr 100px 105px;
    grid-column-gap: 25px;
    align-items: center;
    padding: 25px 20px;
    background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 6px;
    position: relative;
}
.order-item .delete {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 10px;
    right: 10px;
    transition: .4s;
}
.order-item .delete:hover {
    transform: scale(1.1);
}
.order-item figure img {
    max-width: 100%;
    max-height: 72px;
}
.order-item figure {
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-item .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #000000;
}
.order-item .name h4 {
    font-weight: 800;
}
.order-item .error {
    display: none;
}
.order-item .error.active {
    margin-top: 10px;
    display: block;
    color: red;
    max-width: 300px;
}
.order-item .cost {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #0E0E0E;
}
.order_basket{
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	color: #000000;
	margin-bottom: 20px;
}
.order-list .order-item:not(:last-child){
	margin-bottom: 10px;
}
.order-item .attr{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #7D7D7D;
	margin-top: 15px;
	display: block;
}
.order-item .attr span{
	font-weight: 600;
	color: #000;
}
.order .mobile{
	display: none;
}
/* .order .mobile */
.order .mobile{
	margin: 0 -15px;
	background: #F2F2F2;
	margin-bottom: 50px;
}
.order .mobile .button{
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #525252;
}
.order .mobile .button .arrow{
	width: 55px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #ECECEC;
}
.order .mobile .button > span:first-child{
	padding: 0 15px;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.order .mobile .list{
	padding: 40px 15px;
	display: none;
}
.order .mobile .list .order-list{
	display: flex;
}
.order .mobile .button > span:first-child span, .order .mobile .button svg{
	transition: .4s;
}
.active-order-mobile .order .mobile .button > span:first-child > span:last-child{
	opacity: 0;
}
.active-order-mobile .order .mobile .button svg{
	transform: rotate(180deg);
}
.active-order-mobile .order .mobile .list{
	display: block !important;
}
/* /.order .mobile */
@media(max-width: 1200px){
	.payment{
		flex-direction: column;
	}
	.payment > *{
		width: 100%;
	}
	.payment > *:not(:last-child){
		margin-bottom: 45px;
	}
	.order .right{
		width: 260px;
		padding: 20px;
	}
	.order .left {
	    width: calc(100% - 320px);
	}
}
@media(max-width: 900px){
	.promokod{
		border: 0;
	}
	.order-item .quantity{
		font-weight: 500;
		font-size: 14px;
		line-height: 19px;
		margin-top: 30px;
		color: #0E0E0E;
	}
	.order-item {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: flex-end;
		justify-content: space-between;
		padding: 20px;
	}
	.order-item figure {
	    width: 60px;
	    margin-bottom: 20px;
	}
	section.order{
        margin-top: 0;
    }
    .order-item .name {
	    width: calc(100% - 100px);
	}
	.order .mobile{
		display: block;
	}
	.order_basket, .order-list{
		display: none;
	}
	.order > div{
		flex-direction: column;
	}
	.order .left{
		width: 100%;
	}
	.order .right{
		width: 100%;
		background: 0;
		padding: 0;
	}
	.order .right .box:first-child{
		display: none;
	}
}
@media(max-width: 700px){
	.box .block > * > *:first-child, .box .all > *:first-child{
		font-size: 14px;
		line-height: 19px;
	}
	.box .block > * > *:last-child, .box .all > *:last-child{
		font-size: 16px;
		line-height: 22px;
	}
	.order__title{
		font-size: 16px;
		line-height: 22px;
	}
	.box .block > *:not(:last-child){
		margin-bottom: 20px;
	}
}


#sr-delivery-info b {
	font-size: 16px;
	color: #d0112b;
	display: block;
	margin-top: 15px;
}
/* End */


/* Start:/local/templates/ccm_newdis/assets/css/other.css?176875701023554*/
.list-sertificat{
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	display: grid;
	grid-row-gap: 20px;
}
.list-sertificat__item{
	display: flex;
	padding: 20px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ECECEC;
	border-radius: 3px;
}
.list-sertificat__item figure{
	width: 50%;
}
.list-sertificat__item figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-sertificat__item .text{
	width: calc(50% - 25px);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 100%;
}
.list-sertificat__item .text .title{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #000000;
}
.list-sertificat__item .text .cost{
	font-weight: 800;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #E3212F;
}
.list-sertificat__item .text a{
	background: #E3212F;
	border-radius: 3px;
	width: 130px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s;
	font-weight: 600;
	font-size: 10.9746px;
	line-height: 16px;
	letter-spacing: 0.326855px;
	text-transform: capitalize;
	color: #FFFFFF;
}
.list-sertificat__item .text a:hover{
	box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
.list-news{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}
.list-news:not(:last-child){
    margin-bottom: 40px;
}
@media(min-width: 900px){
    .list-news > *:nth-child(2){ 
        grid-area: 1 / 2 / 2 / 5;
    }
    .list-news > *:nth-child(5){ 
        grid-area: 2 / 3 / 3 / 5;
    }
    .list-news > *:nth-child(7){
       grid-area: 3 / 2 / 4 / 4; 
    }
    .list-news > *:nth-child(9){
        grid-area: 4 / 1 / 5 / 4;
    }
}
@media(max-width: 900px){
	.list-news{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 1100px){
	.list-sertificat{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(max-width: 600px){
	.list-news{
		grid-template-columns: repeat(1, 1fr);
	}
	.list-sertificat__item{
		padding: 10px;
		flex-direction: column;
	}
	.list-sertificat__item figure{
		width: 100%;
		margin-bottom: 10px;
	}
	.list-sertificat__item .text{
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		flex-wrap: wrap;
	}
	.list-sertificat__item .text > span{
		width: fit-content;
	}
	.list-sertificat__item .text a{
		margin-top: 20px;
		width: 100%;
		height: 40px;
		font-size: 14px;
		line-height: 16px;
	}
}

/* section-news */
.section-news > div .left{
	width: calc(100% - 400px);
}
.section-news > div .right{
	float: right;
	position: sticky;
	top: 200px;
	width: 300px;
}
.section-news > div .left .data{
	font-weight: 600;
	display: block;
	font-size: 16px;
	line-height: 160%;
	color: #9D9D9D;
}
.section-news > div .left p{
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	color: #000000;
}
.section-news > div .left img{
	width: 100%;
	height: auto;
/*	object-fit: cover;*/
	border-radius: 6px;
}
.section-news > div .left > *:not(:last-child){
	margin-bottom: 60px;
}
.slider__news-list{
	display: grid;
	margin-top: 40px;
	grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
}
.slider__news-list > *:nth-child(2){
	grid-area: 1 / 2 / 2 / 4;
}
@media(max-width: 900px){
	.section-news > div .right{
		display: none;
	}
	.section-news > div .left{
		width: 100%;
	}
}
@media(max-width: 700px){
	.section-news > div .left > *:not(:last-child){
		margin-bottom: 40px;
	}
	.section-news > div .left p{
		font-size: 12px;
	}
	.slider__news-list{
		display: block;
		margin: 30px -8px 0;
	}
	.slider__news-list .itemNewsOne{
		margin: 0 8px;
	}
}
/* /section-news */
/* garantia */
.garantia .box-content{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.item-garant{
	padding: 15px 30px 30px;
	background: #FFFFFF;
	border: 1px solid #E3212F;
	border-radius: 3px;
}
.item-garant .title{
	font-weight: 500;
	font-size: 20px;
	line-height: 70px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
}
.item-garant p{
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #535353;
}
.garant-title{
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	line-height: 70px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 40px;
}
.input__jqury{
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.input__jqury > span{
	font-weight: 600;
	font-size: 16px;
	margin-right: 20px;
	line-height: 22px;
	color: #000000;
	margin-left: 30px;
}
.input__jqury .quantity_basket{
	width: 100px;
}
@media(max-width: 1100px){
	.garantia .box-content{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 900px){
	.garantia .box-content{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(max-width: 700px){
	.garant-title{
		font-size: 16px;
		line-height: 24px;
	}
	.item-garant .title{
		font-size: 14.86px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.item-garant p{
		font-size: 11.888px;
	}
	.input__jqury{
		margin-bottom: 20px;
	}
	.input__jqury > span{
		margin-left: 20px;
		font-size: 14px;
		line-height: 19px;
	}
}
/* /garantia */
/* dostavka */
.section-title-h1 p{	
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #535353;
	margin-top: 30px;
}
.dostavka h3.title{
	font-weight: 700;
	font-size: 26px;
	line-height: 70px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #000000;
}
.dostavka .subtitle{
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	max-width: 500px;
	margin-bottom: 50px;
	color: #535353;
}
form.form.search__city{
	display: flex;
	justify-content: space-between;
	margin: 0;
	max-width: 100%;
}
form.form.search__city button{
	width: 280px;
	font-size: 14px;
	line-height: 20px;
}
form.form.search__city .input__box{
	width: calc(100% - 360px);
}
.dostavka .result .title{
	font-weight: 500;
	padding: 25px 50px;
	font-size: 14px;
	border-bottom: 1px solid #ECECEC;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #7D7D7D;
}
.dostavka .result{
	max-width: 908px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 6px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.dostavka .result > div{
	padding: 0 50px;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
}
.dostavka .result > div:not(:last-child){
	margin-bottom: 40px;
}
.dostavka .result > div:not(.title){
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #000000;
}
.dostavka p.text{
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	max-width: 1200px;
	margin-bottom: 120px;
	color: #535353;
}
.oplata__system{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
}
.system__item{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.system__item figure{
	max-width: 190px;
	height: 80px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	justify-content: center;
}
.system__item figure img{
	max-width: 100%;
	max-height: 100%;
}
.system__item span{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 1px;
	color: #000000;
}
@media(max-width: 1200px){
	.oplata__system{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media(max-width: 700px){
	.section-title-h1 p{
		font-size: 14px;
		margin-top: 15px;
	}
	.dostavka h3.title{
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 24px;
	}
	.dostavka .subtitle{
		font-size: 12px;
		margin-bottom: 25px;
	}
	form.form.search__city{
		flex-direction: column;
	}
	form.form.search__city .input__box{
		width: calc(100% - 40px);
	}
	form.form.search__city button{
		width: 100%;
	}
	.dostavka .result{
		margin-top: 25px;
		padding-bottom: 15px;
	}
	.dostavka .result .title{
		padding: 15px;
		font-size: 10px;
		line-height: 6px;
	}
	.dostavka .result > div{
		grid-column-gap: 40px;
	}
	.dostavka .result > div:not(.title){
		padding: 0 15px;
		font-size: 9px;
		line-height: 11px;
	}
	.dostavka .result > div:not(:last-child){
		margin-bottom: 20px;
	}
	.dostavka p.text{
		font-size: 12px;
	}
	.system__item{
		margin-top: 25px;
	}
	.oplata__system{
		grid-template-columns: repeat(1, 1fr);
	}
	.system__item span{
		font-size: 16px;
		line-height: 22px;
		max-width: 200px;
	}
	form.form.search__city button{

	}
}
/* /dostavka */
/* partners */
.partners > .box-content{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}
.partners-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 30px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 6px;
	justify-content: space-between;
}
.partners-item figure{
	max-width: 100%;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	max-height: 230px;
}
.partners-item figure img{
	max-height: 100%;
	max-width: 100%;
}
.partners-item span{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin-top: 30px;
	letter-spacing: 0.02em;
	color: #000000;
}
@media(max-width: 1100px){
	.partners > .box-content{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media(max-width: 700px){
	.partners > .box-content{
		grid-template-columns: repeat(1, 1fr);
	}
}
/* /partners */
/* contact */
.contact .box-content{
	display: flex;
	justify-content: space-between;
}
.contact .box-content > *{
	width: calc(50% - 25px);
}
.contact .box-content .left h1{
	font-weight: 800;
	font-size: 32px;
	line-height: 70px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	color: #000000;
}
.contact .box-content .left .title{
	font-weight: 700;
	font-size: 18px;
	display: block;
	line-height: 25px;
	color: #242424;
	margin-bottom: 15px;
}
.contact .box-content .left .contact__link{
	display: flex;
	flex-direction: column;
}
.contact .box-content .left .contact__link a{
	font-weight: 600;
	font-size: 30px;
	line-height: 41px;
	letter-spacing: 0.005em;
	color: #E3212F;
}
.contact .box-content .left > *:not(:last-child){
	margin-bottom: 50px;
}
.contact .box-content .left .work > div{
	display: flex;
	flex-direction: column;
}
.contact .box-content .left .work > div > span:first-child{
	font-weight: 600;
	font-size: 23.04px;
	line-height: 31px;
	color: #000000;
}
.contact .box-content .left .work > div > span:last-child{
	font-weight: 600;
	font-size: 15.5782px;
	line-height: 21px;
	color: #E3212F;
}
.contact .box-content .left .link__vk{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E8E5FF;
}
.contact .box-content .right .title{
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #242424;
	margin-bottom: 40px;
}
.contact .box-content .right p{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
	color: #5A5A5A;
}
.contact .box-content .right button{
	width: 240px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E3212F;
	border-radius: 3px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	letter-spacing: 0.416961px;
	color: #FFFFFF;
	transition: .4s;
}
.contact .box-content .right button:hover{
	box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
@media(max-width: 900px){
	.contact .box-content{
		flex-direction: column;
	}
	.contact .box-content > *{
		width: 100%;
	}
	.contact .box-content .right{
		margin-top: 40px;
	}
}
@media(max-width: 700px){
	.contact .box-content .left h1{
		font-size: 18px;
		line-height: 70px;
		margin-bottom: 0 !important;
	}
	.contact .box-content .left > *:not(:last-child){
		margin-bottom: 30px;
	}
	.contact .box-content .left .title{
		font-size: 12.6477px;
		line-height: 17px;
		margin-bottom: 10px;
	}
	.contact .box-content .left .contact__link a{
		font-size: 21.0794px;
		line-height: 29px;
	}
	.contact .box-content .right .title{
		font-size: 18px;
		line-height: 70px;
		margin-bottom: 20px;
	}
	.contact .box-content .right{
		margin-top: 0;
	}
	.contact .box-content .right p{
		font-size: 12px;
		margin-bottom: 50px;
		line-height: 16px;
	}
	.contact .box-content .right button{
		width: 100%;
	}
}
/* /contact */

/* vansia */
.vansia > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vansia > div .right {
    width: 300px;
}
.vansia > div .right img{
	width: 100%;
}
.vansia > div .left {
    width: calc(100% - 400px);
}
.vansia > div .left h3{
	font-weight: 600;
	font-size: 32px;
	line-height: 70px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	color: #E3212F;
	margin-bottom: 25px;
}
.vansia > div .left p{
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 50px;
	color: #000000;
}
.vansia > div .left a{
	background: #E3212F;
	border-radius: 3px;
	height: 50px;
	width: 230px;
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	letter-spacing: 0.416961px;
	text-transform: capitalize;
	color: #FFFFFF;
}
.vansia > div .left a:hover{
	box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
@media(max-width: 900px){
	.vansia > div{
		flex-direction: column;
	}
	.vansia > div .left{
		width: 100%;
	}
	.vansia > div .right{
		margin: 60px auto 0;
	}
}
@media(max-width: 700px){
	.vansia > div .left h3{
		font-size: 24px;
		line-height: 60px;
		margin-bottom: 10px;
	}
	.vansia > div .left p{
		font-size: 12px;
		margin-bottom: 40px;
	}
	.vansia > div .left a{
		width: 100%;
	}
	.vansia > div .right{
		width: auto;
		max-width: 300px;
	}
}
/* /vansia */

/* faq */
.faq > div > .title{
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
}
.faq > div > .title .search{
	max-width: 590px;
	background: #F7F7F7;
	border: 1px solid #ECECEC;
	border-radius: 3px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 10 20px;
	justify-content: space-between;
	margin-left: 40px;
}
.faq > div > .title h1{
	font-weight: 800;
	font-size: 32px;
	line-height: 70px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	color: #000000;
}
.faq > div > .title a{
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.5px;
	color: #E3212F;
	width: max-content;
}
.faq > div > .title .search input{
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
}
.faq > div > .title .search button{
	position: absolute;
	z-index: 1;
	right: 15px;
}
.faq > div > .title .search input::placeholder{
	color: #959595;
}
.navigation.four{
	margin-bottom: 60px;
}
.navigation.four > a{
	width: 25%;
}
.faq-list{
	display: flex;
	flex-direction: column;
}
.faq-list > *:not(:last-child){
	margin-bottom: 15px;
}
.faq-item{
	padding: 45px;
	border: 1px solid #ECECEC;
	border-radius: 3px;
}
.faq-item .title{
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #000000;
	margin-bottom: 20px;
}
.faq-item p{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #424242;
	margin-bottom: 40px;
}
.faq-item .info{
	display: flex;
	align-items: center;
}
.faq-item .info span:first-child{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #000000;
	margin-right: 35px;
}
.faq-item .info span:last-child{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #E3212F;
}
@media(max-width: 700px){
	.faq-item{
		padding: 20px;
	}
	.faq-item .title{
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.faq-item p{
		margin-bottom: 35px;
		font-size: 14px;
		line-height: 24px;
	}
	.faq-item .info{
		justify-content: space-between;
	}
	.faq-item .info span:first-child{
		font-size: 12px;
		line-height: 24px;
	}
	.faq-item .info span:last-child{
		font-size: 12px;
		line-height: 24px;
	}
	.navigation.four{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.navigation.four > a{
		margin-bottom: 15px;
		width: 50%;
	}
	.faq > div > .title h1{
		font-size: 18px;
		margin-bottom: 0;
	}
	.faq > div > .title a{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.faq > div > .title{
		flex-direction: column;
		align-items: flex-start;
	}
	.faq > div > .title .search{
		margin-left: 0;
	}
}
/* /faq */
/* ofera */
.ofera h1{
	font-weight: 800;
	font-size: 32px;
	line-height: 70px;
	letter-spacing: 1px;
	color: #000000;
}
.ofera h4{
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	color: #E3212F;
	margin-bottom: 40px;
}
.ofera p{
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 100px;
}
@media(max-width: 700px){
	.ofera h1{
		font-size: 18px;
		line-height: 70px;
	}
	.ofera h4{
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 30px;
	}
	.ofera p{
		font-size: 12px;
		margin-bottom: 70px;
		line-height: 160%;
	}
}
/* /ofera */
/* search_city */
.search_city{
	margin-bottom: 50px;
}
.city__list{
	display: flex;
	flex-direction: column;
}
.city__list > *:not(:last-child){
	margin-bottom: 25px;
}
.city__list-item{
	grid-template-columns: 1fr 150px 240px;
	grid-column-gap: 160px;
	display: grid;
	align-items: center;
	padding: 30px 40px;
	border: 1px solid #ECECEC;
	border-radius: 6px;
}
.city__list-item h4{
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	color: #000000;
}
.city__list-item p{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
	color: #505050;
}
.city__list-item > div:first-child a{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.5px;
	color: #E3212F;
}
.city__list-item .button{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.416961px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(93.05deg, #979797 -10.47%, #615F5F 96.68%);
	border-radius: 3px;
}
.city__list-item .data{
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	display: block;
	color: #505050;
}
@media(max-width: 1200px){
	.city__list-item{
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 40px;
	}
}
@media(max-width: 900px){
	.city__list-item{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.city__list-item .data{
		margin: 40px 0 14px;
	}
	.city__list-item .button{
		width: 180px;
	}
}
@media(max-width: 700px){
	.city__list-item{
		padding: 20px;
	}
	.city__list-item h4{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.city__list-item .data{
		font-size: 12px;
		line-height: 24px;
	}
	.city__list > *:not(:last-child){
		margin-bottom: 15px;
	}
	.city__list-item p{
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 24px;
	}
	.city__list-item > div:first-child a{
		font-size: 14px;
		line-height: 24px;
	}
	.city__list-item .button{
		padding: 10px 0;
		font-size: 10px;
		line-height: 15px;
	}
}
/* /search_city */
.maps__section{
	width: 100%;
	height: 500px;
}
.maps__section > *{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(max-width: 900px){
	.maps__section{
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
}
/* brends */
.brends h1{
	font-weight: 800;
	font-size: 32px;
	line-height: 70px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #000000;
}
.textBig{
	width: 100%;
	margin-bottom: 60px;
	display: flex;
}
.textBig svg{
	width: 100%;
	height: auto;
}
.brends h3{
	font-weight: 800;
	font-size: 28px;
	line-height: 38px;
	display: flex;
	align-items: center;
	letter-spacing: 1.03998px;
	margin-bottom: 40px;
	color: #E3212F;
}
.brends p{
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #535353;
	margin-bottom: 60px;
}
.brends p span{
	font-weight: 700;
	color: #000;
}
.brends img.mini{
	border-radius: 6px;
	height: 280px;
	width: 100%;
	margin-bottom: 70px;
	object-fit: cover;
}
.brends .shayba{
	position: relative;
	padding-top: 50px;
	width: fit-content;
	margin: 0 auto 100px;
}
.brends .shayba div{
	position: absolute;
}
.brends .shayba div.one{
	left: 0;
	top: 3%;
}
.brends .shayba div span:first-child{
	font-weight: 800;
	font-size: 96px;
	line-height: 160%;
	color: #E3212F;
}
.brends .shayba div span:last-child{
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 1.03998px;
	color: #000000;
}
.brends .shayba div.two{
	right: -10%;
	top: 0;
}
.brends .shayba div.three{
	left: -10%;
	bottom: 12%;
}
.brends .shayba div.four{
	right: -10%;
	bottom: 5%;
}
.brends .block__two{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.brends .block__two p{
	width: calc(70% - 100px);
	max-width: 700px;
}
.brends .block__two figure{
	width: 30%;
}
.brends .block__two figure img{
	width: 100%;
	border-radius: 6px;
	height: 400px;
	object-fit: cover;
}
@media(max-width: 1100px){
	.brends .shayba{
		width: 100%;
		margin: 0 0 100px;
	}
	.brends .shayba svg{
		width: 100%;
		height: auto;
	}
	.brends .shayba div.four,.brends .shayba div.two{
		right: 0;
	}
	.brends .shayba div.three{
		left: 0;
	}
}
@media(max-width: 900px){
	.brends .block__two{
		flex-direction: column;
	}
	.brends .block__two figure{
		width: 100%;
		order: 1;
	}
	.brends .block__two p{
		width: 100%;
		order: 2;
		max-width: 100%;
		margin-top: 60px;
	}
	.brends .shayba div.one{
		top: 0;
	}
	.brends .shayba div.two{
		top: 10%;
	}
	.brends .shayba div.three{
		bottom: 30%;
	}
}
@media(max-width: 700px){
	.brends h1{
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 70px;
	}
	.textBig{
		margin-bottom: 80px;
	}
	.brends h3{
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	.brends p{
		font-size: 12px;
		margin-bottom: 40px;
		line-height: 160%;
	}
	.brends img.mini{
		margin-bottom: 30px;
		height: 230px;
	}
	.brends .shayba div span:first-child{
		font-size: 42.8738px;
		line-height: 160%;
	}
	.brends .shayba div span:last-child{
		font-size: 12.5049px;
		line-height: 17px;
	}
}
/* /brends */
/* End */


/* Start:/local/templates/ccm_newdis/components/bitrix/breadcrumb/.default/style.min.css?1768757010448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/ccm_newdis/assets/css/lib/jquery.formstyler.css?17687570102175 */
/* /local/templates/ccm_newdis/assets/css/lib/jquery.formstyler.theme.css?176875701010571 */
/* /local/templates/ccm_newdis/assets/css/lib/jquery.fancybox.css?17687570104939 */
/* /local/templates/ccm_newdis/assets/css/lib/daterangepicker.css?17687570109667 */
/* /local/templates/ccm_newdis/assets/fonts/fonts.css?1768757010704 */
/* /local/templates/ccm_newdis/assets/css/jquery-ui.css?176875701036099 */
/* /local/templates/ccm_newdis/assets/css/slick.css?17687570101776 */
/* /local/templates/ccm_newdis/assets/css/index.css?176875701024765 */
/* /local/templates/ccm_newdis/assets/css/header.css?176875701014616 */
/* /local/templates/ccm_newdis/assets/css/footer.css?17687570104458 */
/* /local/templates/ccm_newdis/assets/css/main.css?17687570104709 */
/* /local/templates/ccm_newdis/assets/css/catalog.css?176875701020645 */
/* /local/templates/ccm_newdis/assets/css/order.css?176875701011028 */
/* /local/templates/ccm_newdis/assets/css/other.css?176875701023554 */
/* /local/templates/ccm_newdis/components/bitrix/breadcrumb/.default/style.min.css?1768757010448 */
