

/* Start:/local/templates/new_ccm_ru/assets/css/lib/slick.css?16962616611776*/
/* 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/new_ccm_ru/assets/css/lib/slick-theme.css?16962616611349*/
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 70px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 100;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:after, 
.slick-next:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -15px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.slick-prev:after {
    transform: rotate(135deg);
    margin-left: -6px;
}
.slick-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slick-prev:hover:after, 
.slick-next:hover:after {
    border-color: #d0112b;
}

@media screen and (min-width: 993px) and (max-height: 680px) {
  .slick-prev,
  .slick-next {
    top: 50vh;
  }
}
  
  
@media (max-width: 640px) {
  
  .slick-prev, .slick-next {
    width: 30px;
    height: 40px;
  }
  .slick-prev:after, .slick-next:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

/* End */


/* Start:/local/templates/new_ccm_ru/assets/css/lib/nouislider.css?16962616615285*/
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* End */


/* Start:/local/templates/new_ccm_ru/assets/css/lib/jquery.formstyler.css?16962616612175*/
.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/new_ccm_ru/assets/css/lib/jquery.formstyler.theme.css?169626166110571*/
.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/new_ccm_ru/assets/css/lib/jquery.fancybox.css?16962616614939*/
/*! 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/new_ccm_ru/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/new_ccm_ru/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/new_ccm_ru/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/new_ccm_ru/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/new_ccm_ru/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/new_ccm_ru/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/new_ccm_ru/assets/css/lib/daterangepicker.css?16962616619667*/
.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/new_ccm_ru/assets/css/lib/chosen.css?169626166111752*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #000000;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #050505;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease-out;
  line-height: 38px;
}
.grey-select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 32px;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease-out;
  line-height: 31px;
}
.chosen-container-single .chosen-default {
  color: #000000;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.chosen-container-single.chosen-with-drop .chosen-single div b{border-top: 0;border-bottom: 6px solid #000000;}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 18px;
  color: #000000;
  transition: color .2s ease-out;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #b1b1b1;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  color: #dd1318;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #000000;

}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #000000;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* End */


/* Start:/local/templates/new_ccm_ru/assets/css/style.css?1696261661429667*/
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small {
  font-size: 80%;
  font-weight: 400; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
.blockquote-footer::before {
  content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
  border-top: 2px solid #dee2e6; }
.table .table {
  background-color: #fff; }

.table-sm th, .table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6; }
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e; }
.table-dark.table-bordered {
  border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
.form-inline .form-check {
  width: 100%; }
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto; }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.fade {
  transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }
.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropup, .dropright, .dropdown, .dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto; }
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1; }
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0; }
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
  z-index: 3; }
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px; }
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.input-group > .custom-file {
  display: flex;
  align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend, .input-group-append {
  display: flex; }
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2; }
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6; }
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }
.custom-select::-ms-expand {
  opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
.custom-range:focus {
  outline: none; }
.custom-range::-moz-focus-outer {
  border: 0; }
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none; }
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none; }
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none; }
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus {
  text-decoration: none; }
.nav-link.disabled {
  color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
  margin-bottom: -1px; }
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }
.navbar-expand .navbar-nav {
  flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto; }
.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
  color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
.card > hr {
  margin-right: 0;
  margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
.card-group > .card {
  margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap; }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0; }
  .card-group > .card:only-child {
    border-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #6c757d; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
.alert-primary hr {
  border-top-color: #9fcdff; }
.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
.alert-secondary hr {
  border-top-color: #c8cbcf; }
.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
.alert-success hr {
  border-top-color: #b1dfbb; }
.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
.alert-info hr {
  border-top-color: #abdde5; }
.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
.alert-warning hr {
  border-top-color: #ffe8a1; }
.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.alert-danger hr {
  border-top-color: #f1b0b7; }
.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
.alert-light hr {
  border-top-color: #ececf6; }
.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.alert-dark hr {
  border-top-color: #b9bbbe; }
.alert-dark .alert-link {
  color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff; }
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75; }
.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%); }
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }
.modal.show .modal-dialog {
  transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
.modal-backdrop.fade {
  opacity: 0; }
.modal-backdrop.show {
  opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) {
  margin-left: .25rem; }
.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
.tooltip.show {
  opacity: 0.9; }
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0; }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem; }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block; }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); } }

.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%); }
@supports (transform-style: preserve-3d) {
  .carousel-item-next, .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); } }

.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%); }
@supports (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0); } }

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }
.carousel-indicators .active {
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
  display: block;
  content: ""; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
@font-face {
  font-family: "Panton";
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-light-webfont.eot");
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-light-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/new_ccm/assets/fonts/panton/panton-light-webfont.woff2") format("woff2"), url("/local/templates/new_ccm/assets/fonts/panton/panton-light-webfont.woff") format("woff"), url("/local/templates/new_ccm/assets/fonts/panton/panton-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Panton";
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-regular-webfont.eot");
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/new_ccm/assets/fonts/panton/panton-regular-webfont.woff2") format("woff2"), url("/local/templates/new_ccm/assets/fonts/panton/panton-regular-webfont.woff") format("woff"), url("/local/templates/new_ccm/assets/fonts/panton/panton-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Panton";
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-semibold-webfont.eot");
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/new_ccm/assets/fonts/panton/panton-semibold-webfont.woff2") format("woff2"), url("/local/templates/new_ccm/assets/fonts/panton/panton-semibold-webfont.woff") format("woff"), url("/local/templates/new_ccm/assets/fonts/panton/panton-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Panton";
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-bold-webfont.eot");
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/new_ccm/assets/fonts/panton/panton-bold-webfont.woff2") format("woff2"), url("/local/templates/new_ccm/assets/fonts/panton/panton-bold-webfont.woff") format("woff"), url("/local/templates/new_ccm/assets/fonts/panton/panton-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Panton";
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-extrabold-webfont.eot");
  src: url("/local/templates/new_ccm/assets/fonts/panton/panton-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/new_ccm/assets/fonts/panton/panton-extrabold-webfont.woff2") format("woff2"), url("/local/templates/new_ccm/assets/fonts/panton/panton-extrabold-webfont.woff") format("woff"), url("/local/templates/new_ccm/assets/fonts/panton/panton-extrabold-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "BebasNeue";
  src: url("/local/templates/new_ccm/assets/fonts/bebas-neue-bold/bebas-neue-bold-webfont.eot");
  src: url("/local/templates/new_ccm/assets/fonts/bebas-neue-bold/panton-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/new_ccm/assets/fonts/bebas-neue-bold/bebas-neue-bold-webfont.woff2") format("woff2"), url("/local/templates/new_ccm/assets/fonts/bebas-neue-bold/bebas-neue-bold-webfont.woff") format("woff"), url("/local/templates/new_ccm/assets/fonts/bebas-neue-bold/bebas-neue-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 400; }

.page-content {
  padding: 30px 0 40px;
  zoom: 1; }
.page-content:after {
  content: "";
  display: table;
  clear: both; }

.page-title {
  line-height: 1;
  font-size: 60px;
  color: #000;
  font-family: "BebasNeue",sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  zoom: 1; }
.container:after {
  content: "";
  display: table;
  clear: both; }

hr {
  margin: 35px 0;
  height: 1px;
  background-color: #dddddd;
  border: none; }
hr.sm {
  margin: 20px 0; }

@media (max-width: 1280px) {
  .container {
    max-width: 100%; } }
@media (max-width: 640px) {
  .page-title {
    font-size: 36px; } }
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0;
  padding: 0; }

* {
  outline: none; }

* {
  box-sizing: border-box; }

*:before, *:after {
  box-sizing: border-box; }

a {
  color: #141414;
  text-decoration: none;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s;
  outline: none !important; }
a:active, a:focus {
  text-decoration: none;
  color: #000;
  outline: none; }

button:focus {
  outline: none; }

.no-relative {
  position: static; }

@keyframes scrolldown {
  0% {
    bottom: 3vh; }
  60% {
    bottom: 0.5vh; } }
::-webkit-input-placeholder {
  color: #9b9b9b;
  font-family: "Panton", sans-serif; }

::-moz-placeholder {
  color: #9b9b9b;
  font-family: "Panton", sans-serif; }

:-moz-placeholder {
  color: #9b9b9b;
  font-family: "Panton", sans-serif; }

:-ms-input-placeholder {
  color: #9b9b9b;
  font-family: "Panton", sans-serif; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.autocomplete-suggestions {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  margin-top: -1px; }

.autocomplete-suggestion {
  font-size: 14px;
  color: #272727;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  cursor: pointer;
  display: block;
  position: relative; }

.autocomplete-suggestion.autocomplete-selected:after, .chosen-container .chosen-results li.highlighted:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  right: 0;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.chosen-container .chosen-results li.highlighted:after {
  right: 15px; }

.autocomplete-suggestion strong {
  color: #000; }

.autocomplete-suggestion + .autocomplete-suggestion {
  margin-top: 15px; }

.autocomplete-suggestion:hover {
  color: #000; }

.chosen-container-single .chosen-single {
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: rgba(32, 52, 128, 0.01);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  padding: 0 50px 0 10px;
  color: #4a4a4a; }

.chosen-container-single:hover .chosen-single, .chosen-container-single.chosen-container-active .chosen-single {
  color: #000; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #ddd; }

.chosen-container .chosen-drop {
  border: 1px solid #ddd; }

.chosen-container .chosen-results {
  padding: 15px 0;
  margin: 0; }

.chosen-container .chosen-results li {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
  color: #272727;
  position: relative; }

.chosen-container .chosen-results li.highlighted {
  color: #272727; }

div:not(.size-select) > .chosen-container-single .chosen-single div {
  width: 40px;
  border-left: 1px solid #ddd !important;
  background-color: #fff !important; }

div:not(.size-select) > .chosen-container-single .chosen-single div b {
  width: 8px;
  height: 8px;
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  margin-top: -5px;
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

:not(.size-select) .chosen-container-single.chosen-with-drop .chosen-single div b {
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -1px; }

.size-select {
  max-width: 200px;
  margin-bottom: 20px; }

.size-select label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  color: #000;
  margin-bottom: 5px;
  display: block; }

.size-select .chosen-container-single .chosen-single {
  height: 30px;
  line-height: 30px;
  border: 0;
  background-color: #fff; }

.size-select .chosen-container .chosen-drop {
  border-width: 1px 0 0;
  padding: 0; }

.size-select .chosen-container .chosen-results {
  padding: 0; }

.size-select .chosen-container .chosen-results li {
  padding: 3px 5px;
  border-right: 5px solid transparent;
  -webkit-transition: all .2s ease-out;
  transition: all 0.2s ease-out; }

.size-select .chosen-container .chosen-results li.highlighted {
  background-color: #ebebeb;
  border-color: #d0112b; }

.size-select .chosen-container .chosen-results li.highlighted:after {
  display: none; }

.size-select .chosen-container .chosen-results {
  max-height: 120px; }

.page-sub-menu {
  list-style: none;
  margin: 25px 0 35px;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 0; }

.page-sub-menu a, .page-sub-menu span {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
  color: #000;
  line-height: 1;
  vertical-align: bottom;
  margin: 0 15px; }

.page-sub-menu a.hover {
  color: #d0112b; }

.page-sub-menu a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 0;
  background-color: #d0112b;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  z-index: 1; }

.page-sub-menu a.active:before, .page-sub-menu a:hover:before {
  width: 100%; }

.page-sub-menu a.active {
  font-weight: 700; }

.store-list {
  width: 100%;
  border-collapse: collapse; }

.store-list td {
  text-align: left;
  color: #272727;
  font-size: 16px;
  padding: 10px 10px 15px;
  vertical-align: top; }

.store-list .store-active td {
  color: #d0112b; }

.store-list td:first-child {
  padding-left: 0; }

.store-list td:last-child {
  padding-right: 0; }

td.map-link-col {
  padding-right: 0;
  text-align: right; }

.catalogue-good-stores-list td.map-link-col {
  padding-right: 0;
  padding-left: 0;
  width: 24px; }

.map-link {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 25px;
  vertical-align: middle;
  margin-left: 5px; }

.store-list a.map-link-text {
  text-decoration: none; }

.map-link:before, .map-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .2s ease-out;
  transition: all 0.2s ease-out; }

.map-link:before {
  background-image: url("/local/templates/new_ccm/assets/images/icons/location-black.svg");
  opacity: 1; }

.map-link:after {
  background-image: url("/local/templates/new_ccm/assets/images/icons/location.svg");
  opacity: 0; }

.map-link:hover:before, .store-active .map-link:before, .map-link-text:hover .map-link:before {
  opacity: 0; }

.map-link:hover:after, .store-active .map-link:after, .map-link-text:hover .map-link:after {
  opacity: 1; }

.store-adress {
  margin-bottom: 5px; }

.work-time {
  margin-top: 5px;
  color: #9b9b9b; }

.store-list a {
  color: #000;
  text-decoration: underline; }

.store-list a:hover {
  text-decoration: none;
  color: #d0112b; }

.store-list .store-active a {
  color: #d0112b; }

.store-list .store-active .store-adress {
  color: #d0112b; }

.map {
  height: 480px;
  position: relative;
  margin-top: 25px; }

.refund-form .label-left-group label {
  max-width: 115px; }

.personal-form-content .label-left-group {
  padding-left: 130px; }

.refund-form .label-left-group {
  padding-left: 120px; }

.order-section input, .order-section textarea, .find-order input, .about-delivery input, .refund-form input, .refund-form textarea, .contacts input, .contacts textarea, .customization-form textarea {
  background-color: rgba(32, 52, 128, 0.01); }

.refund-form {
  padding-top: 35px;
  border-top: 1px solid #ddd; }

.refund-fields {
  max-width: 430px;
  margin: 0 auto 20px; }

h4 + .refund-fields {
  margin-top: 30px; }

.form-group.chk-row {
  margin-bottom: 30px; }

.refund-form .tooltip-inner {
  min-width: 200px;
  color: #9b9b9b; }

.refund-form .count-inputs {
  padding-left: 30px;
  padding-right: 30px; }

.refund-form .count-inputs a {
  height: 40px;
  line-height: 40px; }

.refund-form .count-inputs input {
  height: 40px;
  border: 1px solid #ddd; }

.refund-form .form-group {
  margin-bottom: 20px; }

.refund-form .order-squad {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px; }

.date-range-toggle {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/calendar-white.svg") 50% 50% no-repeat; }

.news-top {
  position: relative;
  overflow: hidden; }

.news-top-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 900px;
  padding: 40px 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  color: #fff; }

.news-caption-content {
  max-width: 410px; }

.news-top-title {
  font-family: "BebasNeue", sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: .83;
  color: #fff;
  margin-bottom: 15px; }

.news-info span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  color: #9b9b9b;
  margin-bottom: 5px; }

.news-info span:last-child {
  padding-right: 0;
  margin-right: 0; }

.news-info span:last-child:after {
  display: none; }

.news-info span:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  right: -1px;
  border-radius: 100%;
  background-color: #9b9b9b;
  top: 50%;
  margin-left: -2px;
  margin-top: -1px; }

.news-top .news-info {
  margin-bottom: 15px; }

.news-info span.comment {
  padding-left: 18px; }

.news-info span.comment:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 12px;
  height: 10px;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/comment.svg") 50% 50% no-repeat;
  background-size: contain; }

.news-top-announce {
  line-height: 1.79; }

.news-top .btn {
  width: 100%;
  margin-top: 35px;
  max-width: 260px; }

.news-list {
  font-size: 0;
  overflow: hidden; }

.news-list .row {
  margin: 0 -3px; }

.news-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 33.333%;
  margin-bottom: 40px;
  padding: 0 3px; }

.news-content {
  display: block;
  position: relative;
  color: #000; }

.news-content:hover {
  color: #d0112b; }

.news-img {
  position: relative;
  margin-bottom: 18px; }

.news-img img {
  width: 100%; }

.news-img:before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all 0.2s ease-out; }

.news-img .btn {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0; }

.news-content:hover .news-img .btn {
  opacity: 1; }

.news-content:hover .news-img:before {
  opacity: 0.7; }

.news-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 10px; }

.news-announce {
  margin-top: 10px;
  line-height: 1.8;
  padding: 0 10px; }

.news-item .news-info {
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px; }

.news-detail-content {
  padding-top: 25px; }

.news-detail-content h1 {
  font-family: 'Panton', 'Verdana', sans-serif;
  text-align: left;
  font-size: 25px;
  line-height: 1.2;
  max-width: 600px;
  margin-bottom: 10px; }

.news-detail-content .news-info {
  margin-bottom: 25px; }

.news-detail-text {
  line-height: 1.7; }

.contacts textarea {
  min-height: 150px;
  max-height: 150px; }

.form-submit {
  text-align: right; }

.form-submit .checkbox + .btn {
  margin-left: 20px; }

.contacts {
  position: relative;
  min-height: 170px;
  padding-left: 270px;
  margin-top: 40px; }

.contacts-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  font-size: 16px; }

.contacts-info p {
  margin: 0 0 5px; }

.contacts-info .contacts-phones span {
  display: inline-block;
  min-width: 55px;
  color: #9b9b9b; }

.contacts-info a {
  font-weight: 600;
  color: #000; }

.contacts-info a:hover {
  color: #d0112b; }

.contacts-info .contacts-adress {
  font-weight: 600;
  color: #000;
  margin: 20px 0; }

.about-top {
  position: relative; }

.about-top img {
  width: 100%; }

.about-top + .page-content {
  padding-top: 0;
  padding-bottom: 0; }

.about-top:before {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.about-top-caption {
  position: absolute;
  width: 100%;
  padding: 30px;
  max-width: 775px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 40;
  text-align: center; }

.about-top-caption .btn {
  width: 100%;
  max-width: 320px;
  margin-top: 35px; }

.about-top-caption h1 {
  font-family: "BebasNeue", sans-serif;
  text-transform: uppercase;
  font-size: 150px;
  line-height: .81;
  letter-spacing: -3.3px;
  text-align: center;
  color: #fff;
  font-weight: 700; }

.about-stat {
  color: #fff;
  padding: 25px 0 5px;
  background-color: #d0112b;
  text-align: center; }

.stat-item {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }

.stat-title {
  font-size: 80px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif; }

.about-section {
  position: relative;
  background-color: #f3f3f3;
  max-width: 1200px;
  margin: 0 auto; }

.about-section .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.about-section:nth-child(odd) .img {
  left: auto;
  right: 0; }

.about-section-content {
  position: relative;
  padding: 60px 80px;
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 50%; }

.about-section:nth-child(odd) .about-section-content {
  margin-left: 0;
  margin-right: 50%; }

.about-section-content h2 {
  font-size: 80px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.6px;
  color: #010101;
  margin-bottom: 25px; }

.about-section-content p {
  margin: 0; }

.about-section-content p + p {
  margin-top: 20px; }

.about-section-content .btn {
  margin-top: 25px; }

.about-top-caption .subscribe-form {
  background-color: transparent;
  padding: 0;
  margin: 35px auto 0;
  max-width: 320px;
  position: static; }

.vacancies-list {
  padding-top: 30px;
  padding-bottom: 50px; }

.vacancies-list-header {
  font-size: 60px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #000;
  margin-bottom: 15px; }

.vacancies-socials {
  padding-top: 15px; }

.vacancy-row {
  padding-bottom: 25px; }

.vacancy-row + .vacancy-row {
  border-top: 1px solid #ddd;
  padding-top: 25px; }

.vacancy-text {
  line-height: 1.79;
  color: #000; }

.vacancy-bottom {
  position: relative;
  margin-top: 30px;
  padding-right: 230px; }

.vacancy-bottom .btn {
  position: absolute;
  right: 0;
  top: -10px;
  width: 100%;
  max-width: 200px; }

.wait-table th:last-child {
  text-align: right !important; }

.wait-status {
  font-size: 14px;
  font-weight: 600;
  color: #000; }

.faq-quest {
  margin-bottom: 30px; }

.faq-section + .faq-section {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #ddd; }

.faq-section-content {
  max-width: 770px;
  margin: 0 auto; }

.faq-text {
  line-height: 1.7;
  letter-spacing: normal;
  color: #000; }

.faq-images {
  margin: 20px 0; }

.faq-images img {
  width: 100%; }

.faq-section .news-info {
  margin-top: 25px; }

.wholesale-catalogue .availability-label {
  position: absolute;
  right: 0;
  top: 15px; }

.catalogue-sort {
  margin-bottom: 20px; }

.wholesale-catalogue .catalogue-item-row {
  background-color: #ebebeb;
  min-height: 140px; }

.wholesale-catalogue .catalogue-item-row .cat-img {
  width: 200px;
  height: 140px; }

.wholesale-catalogue .catalogue-item-row-content {
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px; }

.catalogue-item-wholesale + .catalogue-item-wholesale {
  margin-top: 10px; }

.center {
  text-align: center; }

.radio {
  position: relative; }

.radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.radio label {
  position: relative;
  padding-left: 30px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: none;
  transform: none;
  top: 0; }

.label-left-group .radio label {
  top: 10px; }

.radio label:hover, .radio input:checked + label {
  color: #d0112b; }

.radio label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 100%;
  -webkit-transition: all .2s ease-out;
  transition: all 0.2s ease-out; }

.radio label:hover:before, .radio input:checked + label:before {
  border-color: #d0112b; }

.radio label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #d0112b;
  border-radius: 100%;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  z-index: 5;
  opacity: 0; }

.radio input:checked + label:after {
  opacity: 1; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  vertical-align: top; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-left: 45px; }

.form-group {
  margin-bottom: 15px; }

.label-left-group {
  position: relative;
  padding-left: 62px;
  min-height: 40px; }

.label-left-group label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.2;
  font-size: 14px;
  color: #9b9b9b; }

input[type="text"], .contacts input[type="text"], input[type="password"], .contacts input[type="password"], input[type="date"], .contacts input[type="date"], input[type="datetime"], .contacts input[type="datetime"], input[type="email"], .contacts input[type="email"], input[type="number"], .contacts input[type="number"], input[type="search"], .contacts input[type="search"], input[type="tel"], .contacts input[type="tel"], input[type="time"], .contacts input[type="time"], input[type="url"], .contacts input[type="url"], textarea, .contacts textarea, .contacts select, select {
  background: #fff;
  font-family: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  width: 100%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  outline: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-shadow: none !important;
  position: relative; }

.phone-input {
  position: relative;
}

.phone-input .phone-code {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd; }

.refund-form .count-inputs {
  position: relative;
  width: 104px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle; }

.refund-form .count-inputs input {
  border: 0;
  text-align: center;
  height: 27px; }

.refund-form .count-inputs > a {
  position: absolute;
  top: 0;
  width: 27px;
  height: 27px;
  text-align: center;
  font-weight: 500;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  border: 1px solid #b1b1b1;
  z-index: 50; }

.refund-form .count-inputs > a:hover {
  border-color: #000; }

.refund-form .count-inputs > a.disabled, .refund-form .count-inputs > a.disabled:hover {
  border-color: #b1b1b1;
  opacity: 0.2; }

.refund-form .count-inputs > a.min {
  left: 0; }

.refund-form .count-inputs > a.pl {
  right: 0; }

.btn {
  display: inline-block;
  position: relative;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none !important;
  -webkit-transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  outline: 0;
  min-width: 20px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  min-width: 170px; }

.btn.btn-primary {
  border-color: #fff;
  color: #fff;
  background-color: #d0112b; }

.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #d0112b;
  color: #fff;
  border-color: #fff; }

.btn.btn-primary:active {
  color: #000;
  background-color: #fff;
  outline: 0; }

.btn.btn-white {
  border-color: #fff;
  color: #fff;
  background-color: transparent; }

.btn.btn-white:hover, .btn.btn-white:focus {
  background-color: #fff;
  color: #000;
  border-color: #fff; }

.btn.btn-white:active {
  color: #000;
  background-color: #fff;
  outline: 0; }

.btn.btn-black {
  border-color: #000;
  color: #000;
  background-color: transparent; }

.btn.btn-black:hover, .btn.btn-black:focus {
  background-color: #000;
  color: #fff;
  border-color: #000; }

.btn.btn-black:active {
  color: #fff;
  background-color: #000;
  outline: 0; }

.btn.btn-red {
  border-color: #d0112b;
  color: #d0112b;
  background-color: transparent; }

.btn.btn-red:hover, .btn.btn-red:focus {
  background-color: #d0112b;
  color: #fff;
  border-color: #d0112b; }

.btn.btn-red:active {
  color: #fff;
  background-color: #d0112b;
  outline: 0; }

.btn.btn-red-filled {
  border-color: #d0112b;
  color: #fff;
  background-color: #d0112b; }

.btn.btn-red-filled:hover, .btn.btn-red-filled:focus {
  background-color: #a70b20;
  color: #fff;
  border-color: #a70b20; }

.btn.btn-red-filled:active {
  color: #fff;
  background-color: #a70b20;
  outline: 0; }

.btn.btn-black-filled {
  border-color: #000;
  color: #fff;
  background-color: #000;
  font-weight: 600;
  letter-spacing: 1px; }

.btn.btn-black-filled:hover, .btn.btn-black-filled:focus {
  background-color: #d0112b;
  color: #fff;
  border-color: #d0112b; }

.btn.btn-black-filled:active {
  color: #fff;
  background-color: #d0112b;
  outline: 0; }

.btn.btn-grey {
  border-color: #9b9b9b;
  color: #fff;
  background-color: #9b9b9b;
  font-weight: 600;
  letter-spacing: 1px; }

.btn.btn-grey:hover, .btn.btn-grey:focus {
  background-color: #000;
  color: #fff;
  border-color: #000; }

.btn.btn-grey:active {
  color: #fff;
  background-color: #000;
  outline: 0; }

.refund-info {
  padding-top: 20px; }

.refund-info-item {
  margin-bottom: 30px; }

.refund-info-item h4 {
  margin-bottom: 10px; }

.refund-info-text {
  line-height: 1.79;
  color: #000; }

.delivery_block H4 {
  text-align: center;
  margin: 60px 0; }

.payment-item {
  text-align: center;
  padding-bottom: 20px; }

.payment-item IMG {
  margin: 0 auto;
  padding-bottom: 20px;
  display: block; }

.find-order .search-icon-black {
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  border: 0;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/search-black.svg") 50% 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  outline: 0;
  top: 0; }

.find-order {
  position: relative;
  padding-left: 190px;
  max-width: 690px;
  margin: 0 auto; }

.find-order .form-group {
  position: relative;
  padding-right: 40px; }

.find-order h4 {
  position: absolute;
  left: 0;
  top: 10px;
  margin-top: 0; }

.find-order .label-caption {
  font-size: 12px;
  color: #000;
  padding-left: 10px; }

.find-order .label-caption a {
  color: #000;
  text-decoration: underline; }

.find-order .label-caption a:hover {
  text-decoration: none;
  color: #000; }

.find-order.search-404 {
  padding-left: 0;
  max-width: 540px; }

.err404-img {
  margin-bottom: 20px; }

.additional-goods-wrap, .reviews-wrap {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e0e0e0; }

.additional-goods-header {
  max-width: 430px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative; }

.goods-carousel .catalogue-item-col {
  width: auto;
  display: block;
  margin: 0;
  outline: 0; }

.goods-carousel {
  margin-left: -15px;
  margin-right: -15px; }

.sort-by {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px; }

.view-type {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px; }

.view-type {
  display: none !important;
  vertical-align: middle;
  margin-left: 30px; }

.sort-by {
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.4px; }

.sort-by .dropdown {
  display: inline-block; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.sort-by .dropdown-menu {
  white-space: normal; }

.sort-by [data-toggle="dropdown"] {
  position: relative;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  color: #fff;
  margin-right: 20px; }

.sort-by [data-toggle="dropdown"]:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  right: -17px;
  top: 50%; }

.sort-by [data-toggle="dropdown"]:hover {
  border-color: #fff; }

.sort-by .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  left: -15px;
  float: none;
  padding: 5px 0;
  border: 1px solid #1f1f1f; }

.catalogue-models {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dfdfdf; }

.catalogue-models h3 {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }

.catalogue-models-list {
  font-size: 0;
  margin-bottom: -60px; }

.catalogue-model-item {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
  font-size: 14px;
  color: #000;
  width: 33.333%; }

.catalogue-model-item .img {
  margin-bottom: 15px; }

.cat-model-title {
  font-size: 18px;
  font-weight: 700; }

.cat-model-text {
  line-height: 1.7;
  margin-top: 5px; }

.catalogue-models-list .row .catalogue-model-item {
  display: block;
  width: 100%; }

.count-inputs {
  position: relative;
  width: 104px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle; }
.count-inputs input {
  border: 0;
  text-align: center;
  height: 27px; }
.count-inputs > span, .count-inputs > a {
  position: absolute;
  top: 0;
  width: 27px;
  height: 27px;
  text-align: center;
  font-weight: 500;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  z-index: 1000; }
.count-inputs > span:hover, .count-inputs > a:hover {
  border-color: #000000; }
.count-inputs > span.min, .count-inputs > a.min {
  left: 0; }
.count-inputs > span.pl, .count-inputs > a.pl {
  right: 0; }
.count-inputs > span.disabled, .count-inputs > span.disabled:hover, .count-inputs > a.disabled, .count-inputs > a.disabled:hover {
  border-color: #b1b1b1;
  opacity: .2; }
.count-inputs > span.product-item-amount-field-btn-disabled {
  border-color: #b1b1b1;
  opacity: .2; }
.count-inputs > span.product-item-amount-field-btn-disabled:hover {
  border-color: #b1b1b1;
  opacity: .2; }
.count-inputs.large-input {
  width: 140px; }
.count-inputs.large-input input {
  height: 40px; }
.count-inputs.large-input > span, .count-inputs.large-input > a {
  width: 40px;
  height: 40px;
  line-height: 40px; }

@media (max-width: 1280px) {
  .logo {
    left: 15px;
    width: 155px; }

  .header-ctrls {
    right: 10px; }

  .header-menu > ul > li + li {
    margin-left: 15px; }

  .header-content {
    padding: 0 135px 0 180px; }

  .header-menu .dropdown > a {
    padding-right: 12px; }

  .header-menu > ul > li > a, .header-menu .dropdown > a {
    font-size: 14px; }

  .header-ctrls button {
    margin-left: 10px; }

  .header-menu .dropdown > a:before {
    width: 5px;
    height: 5px;
    top: 6px; }

  .caption-title {
    font-size: 110px; }

  .main-section .title {
    max-width: 250px;
    font-size: 44px; }

  .sizes-table-link.btn {
    font-size: 12px; }

  .filter-section-content .row {
    margin: 0 -10px; }

  .filter-section-content .row > div {
    padding: 0 10px; }

  .page-nav-line {
    padding: 15px; }

  .catalogue-good-top {
    padding: 50px 0; }

  .container-fluid, .container {
    max-width: 100%; }

  .cat-sect-menu {
    margin-left: -15px;
    margin-right: -15px; }

  .preview-popup {
    width: 950px; }

  .catalogue-good-top.preview-popup {
    padding-left: 15px;
    padding-right: 15px; }

  .cat-sect-menu a {
    font-size: 14px;
    padding: 15px 10px; }

  .orders-table.order-squad .order-item-info .img {
    max-width: 80px; }

  .news-top-title {
    font-size: 44px; }

  .news-list {
    margin-left: -12px;
    margin-right: -12px; }

  .about-section-content {
    padding: 40px 60px; }

  .customization .detail-slider .slick-next {
    right: -10px; }

  .customization .detail-slider .slick-prev {
    left: -10px; }

  .customization-title .price {
    right: -10px;
    font-size: 24px;
    top: -4px; }

  .customization-title .title {
    font-size: 24px; } }
@media (max-width: 992px) {
  .no-mobile-br {
    display: none; }

  .header-ctrls {
    right: 100px; }

  .header-menu {
    position: fixed;
    left: 0;
    top: 69px;
    width: 100%;
    bottom: 0;
    background-color: #d0112b;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    z-index: 500;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    padding: 50px 0;
    overflow-x: hidden; }

  .menu-opened .header-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  .header-menu .dropdown-menu {
    position: relative; }

  .header-menu .dropdown-menu-content {
    border: 0;
    padding-top: 20px;
    padding-bottom: 20px; }

  .header-menu .dropdown > a:before {
    top: 9px;
    width: 8px;
    height: 8px; }

  .header-menu > ul > li {
    display: block;
    text-align: left; }

  .header-menu > ul > li > a {
    height: auto; }

  .header-menu > ul > li + li {
    margin: 15px 0 0; }

  .header-menu > ul > li .dropdown > a, .header-menu > ul > li > a {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }

  .header-menu .dropdown > a {
    font-size: 20px;
    height: auto;
    padding-bottom: 5px; }

  .header-menu > ul > li > a, .header-menu .dropdown > a {
    font-size: 20px; }

  .header-menu ul > li > a:after, .header-menu .dropdown > a:after {
    bottom: 0; }

  .caption-title {
    font-size: 75px; }

  .caption-announce {
    font-size: 20px; }

  .footer-menu:after {
    display: none; }

  .footer-menu {
    text-align: center;
    margin: 0 -10px; }

  .footer-menu li {
    margin: 0 10px 10px; }

  .logo-bottom {
    margin-top: 20px; }

  .footer-socials {
    margin-top: 25px; }

  .section-sticks {
    background-size: 190px auto; }

  .section-skates {
    background-size: 190px auto;
    background-position: 40% 10px; }

  .section-helmets {
    background-size: 140px auto;
    background-position: 40% 10px; }

  .main-section {
    height: 400px;
    padding-top: 220px; }

  .main-section .title {
    font-size: 32px; }

  .catalogue-item-col {
    width: 50%; }

  .page-nav-right {
    margin: 10px 0 0; }

  .catalogue-model-item {
    width: 50%; }

  .detail-slider-wrap, .catalogue-good-sections-menu {
    margin-bottom: 30px; }

  .cat-sect-menu a {
    padding: 15px 8px;
    font-size: 13px;
    margin-top: -1px; }

  .preview-popup {
    width: 700px; }

  .availability-table .chosen-container-single .chosen-single {
    width: 100px; }

  .good-price .availability-label {
    margin-left: 0;
    margin-top: 10px; }

  .catalogue-item-row-content .checkbox {
    position: relative;
    margin-top: 15px; }

  .catalogue-item-row-content .cat-good-title {
    padding-right: 0; }

  .order-new-top {
    padding-right: 0; }

  .order-top-total {
    position: relative;
    margin: 20px auto; }

  .order-pass-form .form-item-link {
    left: 0;
    top: 100%;
    -webkit-transform: none;
    transform: none;
    margin-left: 0;
    margin-top: 10px; }

  .pay-types .row {
    margin: 0 -5px; }

  .pay-type-col {
    padding: 0 5px; }

  .orders-docs {
    padding-top: 0; }

  .doc-item {
    width: 50%; }

  .news-top-announce {
    display: none; }

  .news-top .btn {
    margin-top: 15px; }

  .about-top-caption {
    max-width: 500px; }

  .about-top-caption h1 {
    font-size: 90px; }

  .about-section-content {
    padding: 30px 40px;
    font-size: 14px; }

  .about-section-content h2 {
    font-size: 50px; }

  .item-add-table .btn {
    font-size: 12px;
    white-space: normal;
    line-height: 15px; }

  .catalogue-item-row {
    padding-left: 180px; }

  .wholesale-catalogue .catalogue-item-row-content .cat-good-title {
    padding-right: 120px;
    font-size: 18px; }

  .param-section-toggle, .param-static-section, .param-section-content {
    padding-left: 50px; } }
@media (min-width: 767px) {
  .left-menu-toggle {
    display: none; }

  #leftMenu.collapse, .catalogue-filter-container {
    display: block !important;
    height: auto !important; }

  .mobile-filter-toggle {
    display: none; }

  .sidebar-close {
    display: none; } }
@media (max-width: 767px) {
  .question-chk {
    margin-top: 20px; }

  .catalogue-page-col {
    display: block;
    width: 100% !important;
    float: none !important; }

  .sidebar-close {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-family: "Times New Roman", Serif;
    font-size: 20px;
    font-weight: 600;
    z-index: 1900; }

  .catalogue-sidebar {
    margin-left: 0;
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 800;
    background-color: #fff;
    border: 1px solid #ddd; }

  .sidebar-content {
    position: relative;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 30px; }

  .filter-opened .catalogue-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  .sidebar-info-text {
    display: none; }

  .mobile-filter-toggle {
    display: block;
    margin-bottom: 25px; }

  .goods-carousel .cat-img {
    height: 220px; }

  .sizes-table td {
    padding-left: 5px;
    padding-right: 5px; }

  .no-reviews {
    margin-top: 20px; }

  .no-reviews-title {
    margin-bottom: 20px;
    font-size: 16px; }

  .map {
    height: 380px; }

  .preview-popup {
    width: 600px; }

  .store-list td {
    font-size: 14px; }

  .catalogue-item-row {
    padding-left: 0; }

  .catalogue-item-row .cat-img {
    position: relative;
    height: 300px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px; }

  .orders-table > thead > tr > th {
    padding: 10px;
    font-size: 11px; }

  .orders-table .order-row td {
    padding: 15px 10px;
    font-size: 12px; }

  .orders-table .order-num {
    font-size: 14px; }

  .hidden-row-content {
    padding: 0 10px 20px; }

  .order-item-title {
    font-size: 14px; }

  .order-item-title .art {
    font-size: 11px; }

  .order-item-param {
    font-size: 12px; }

  .order-item-info .img {
    max-width: 50px; }

  .orders-table.order-squad .order-item-info .img {
    max-width: 50px; }

  .order-item-info .order-item-title {
    font-size: 13px;
    margin-left: 5px; }

  .orders-wholesale tbody tr td {
    font-size: 12px; }

  .orders-wholesale-info {
    padding-right: 0; }

  .orders-wholesale-info .info-content {
    position: relative;
    right: auto;
    width: auto;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }

  .news-item {
    width: 50%; }

  .contacts {
    min-height: 50px;
    padding-left: 0;
    margin-top: 20px; }

  .contacts-info {
    position: relative;
    width: auto;
    margin-bottom: 30px; }

  .contacts-adress {
    margin: 10px 0; }

  .wholesale-catalogue .catalogue-item-row-content {
    padding-left: 20px; }

  .customization-title .price {
    top: 0;
    font-size: 20px; }

  .customization-title {
    padding-right: 100px; }

  .customization-title .title {
    font-size: 18px; }

  .customization-save {
    margin-top: 30px; } }
@media (max-width: 640px) {
  .header-content {
    padding: 0;
    height: 55px; }

  .header-menu {
    top: 54px; }

  .logo {
    width: 110px; }

  .menu-toggle {
    width: 40px;
    height: 55px; }

  .header-ctrls button {
    height: 55px;
    margin-left: 0; }

  .header-ctrls {
    right: 60px; }

  .top-search, .personal-menu {
    top: 55px; }

  .personal-menu {
    height: 47px;
    padding: 15px 0; }

  .top-search input {
    padding-left: 40px; }

  .top-search .search-icon {
    left: 15px; }

  .personal-menu a {
    font-size: 14px; }

  .personal-menu li {
    margin: 0 10px; }

  .cart-active .cart-wrap {
    width: 100%;
    max-width: 510px; }

  .cart-content, .cart-header {
    min-width: 300px; }

  .cart-header {
    top: 50px; }

  .cart-wrap {
    padding-bottom: 0;
    min-height: 100%;
    background-color: #fff; }

  body.cart-active {
    overflow: hidden; }

  .cart-img {
    margin-right: -20px; }

  .cart-item-info {
    padding-top: 5px;
    padding-right: 20px; }

  .cart-item-title {
    font-size: 14px; }

  .cart-order-btn {
    position: static;
    display: block; }

  .cart-remove {
    top: 2px;
    right: 5px; }

  .cart-item-bottom {
    margin-right: -20px; }

  .cart-item-total {
    font-size: 14px;
    padding-top: 4px; }

  .slick-prev, .slick-next {
    width: 30px;
    height: 40px; }

  .slick-prev:after, .slick-next:after {
    width: 20px;
    height: 20px;
    margin-top: -10px; }

  .slick-next:after {
    margin-left: -15px; }

  .caption-title {
    font-size: 28px;
    letter-spacing: 0; }

  .caption-announce {
    font-size: 16px; }

  .slide-caption .btn {
    margin-top: 15px; }

  .main-section {
    padding-bottom: 30px;
    height: auto; }

  .main-section .title {
    max-width: 200px; }

  .section-skates {
    background-position: 50% 30px; }

  .section-helmets {
    background-position: 50% 30px; }

  .footer-push {
    display: none; }

  .subscribe-form {
    position: relative;
    bottom: 0;
    left: 0;
    height: auto; }

  .footer {
    position: relative;
    height: auto;
    padding-bottom: 25px; }

  .footer-menu li {
    display: block; }

  .footer-socials a {
    margin: 0 5px; }

  .header-menu > ul > li .dropdown > a, .header-menu > ul > li > a {
    max-width: 250px; }

  .header-menu .dropdown-menu li {
    width: 33%; }

  .header-menu .dropdown-menu li + li {
    border-left: 0; }

  .header-menu .dropdown-menu li {
    padding-bottom: 15px; }

  .header-menu .dropdown-menu-content {
    padding-left: 10px;
    padding-right: 10px; }

  .header-menu .dropdown-menu li a {
    font-size: 12px; }

  .header-menu .dropdown-menu-content {
    padding-bottom: 5px; }

  .page-nav-right {
    text-align: center;
    margin-top: 0; }

  .compare-list-link, .sort-by, .view-type {
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-left: 0; }

  .compare-list-link, .sort-by {
    font-size: 14px; }

  .sort-by.news-category {
    display: inline-block; }

  .date-range-toggle {
    margin-top: 20px; }

  .pagination {
    margin-top: 30px; }

  .pagination-content {
    padding: 0 40px; }

  .page-item {
    margin: 7px 7px; }

  .catalogue-item-col {
    margin-bottom: 30px; }

  .catalogue-model-item {
    width: 100%;
    display: block;
    margin-bottom: 40px; }

  .catalogue-model-item .cat-model-text {
    line-height: 1.5;
    font-size: 13px; }

  .catalogue-models {
    margin-top: 30px;
    padding-top: 20px; }

  h3 {
    font-size: 18px;
    margin-bottom: 20px; }

  .cat-model-title {
    font-size: 16px; }

  .cat-sect-menu li {
    width: 50%; }

  .catalogue-good-sections-menu {
    border: 3px solid #272727;
    border-width: 3px 0; }

  .catalogue-good-top {
    padding: 25px 0; }

  .sizes-list, .sizes-list.sizes-width {
    min-height: 10px;
    margin-bottom: 20px; }

  .catalogue-good-top-btn {
    margin-top: 0; }

  .catalogue-good-top-btn .btn {
    min-width: 100px;
    margin-right: 10px; }

  h4 {
    font-size: 16px; }

  .catalogue-good-text .detail-text {
    line-height: 1.5;
    margin-bottom: 20px; }

  .catalogue-good-detail-img {
    margin-top: 25px; }

  .goods-carousel {
    margin-left: -5px;
    margin-right: -5px; }

  .goods-carousel .catalogue-item-col {
    padding: 0 5px; }

  .reviews-list {
    margin-bottom: 40px; }

  .sizes-table {
    width: auto; }

  .sizes-table-container {
    position: relative;
    overflow-x: auto; }

  .sizes-table td {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    height: 40px; }

  .sizes-table-section + .sizes-table-section {
    margin-top: 30px; }

  .sizes-table-legends {
    font-size: 13px; }

  .delivery-results {
    margin-top: 10px; }

  .delivery-result-text {
    font-size: 13px; }

  .map {
    height: 280px; }

  .popup-container, .popup-form-container {
    width: 100%;
    min-width: 200px;
    padding: 40px 20px; }

  .popup-form-container {
    padding: 30px 0; }

  .preview-popup {
    width: 460px; }

  .store-list, .store-list tbody, .store-list tr {
    display: block; }

  .store-list tr {
    font-size: 0; }

  .store-list td {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 14px; }

  .store-list td:first-child, .store-list td:first-child + td {
    width: 100%; }

  .store-list td:first-child + td + td + td {
    width: 50%; }

  .store-list td:last-child {
    text-align: right;
    width: 40px; }

  .stores-list-ctrls .strores-search {
    display: block;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }

  .stores-list-ctrls .strores-search.label-left-group label {
    font-size: 16px;
    position: relative;
    margin-bottom: 5px;
    top: 0; }

  .compare-table td {
    width: 240px;
    min-width: 240px; }

  .compare-col .responces-link {
    display: block;
    margin-left: 0;
    margin-top: 10px; }

  .compare-param-title .page-section-header {
    text-align: left; }

  .compare-list {
    margin-left: -15px;
    margin-right: -15px; }

  h1 {
    font-size: 36px; }

  .page-sub-menu {
    margin-top: -15px; }

  .page-sub-menu a, .page-sub-menu span {
    font-size: 13px;
    margin: 0 10px;
    padding-top: 15px; }

  .compare-top .catalogue-item-title {
    font-size: 16px; }

  .compare-param-section-title td {
    padding-top: 30px; }

  .availability-table-wrap {
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px; }

  .radio-inline, .checkbox-inline {
    display: block; }

  .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0;
    margin-top: 10px; }

  .personal-form-content .label-left-group, .refund-form .label-left-group {
    padding-left: 0; }

  .personal-form-content .label-left-group label, .refund-form .label-left-group label {
    position: relative;
    top: 0;
    max-width: 100%;
    margin-bottom: 4px;
    -webkit-transform: none;
    transform: none; }

  .reg-form-section-content .footer-socials a {
    margin-right: 13px; }

  .reg-form-section-content .footer-socials a:last-child {
    margin-right: 0; }

  .personal-form-content .label-left-group .label-left-group {
    padding-left: 0; }

  .input-value {
    padding-top: 0; }

  .orders-table-wrap {
    overflow-x: auto;
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }

  .orders-table {
    min-width: 610px; }

  .orders-table .order-row td {
    padding: 10px; }

  .field-descr-text, .form-item-link {
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none;
    top: 0;
    margin-left: 0;
    margin-top: 10px; }

  .order-section-fields .label-left-group {
    padding-left: 62px; }

  .pay-type-col {
    width: 50%; }

  .order-section h4 {
    margin-bottom: 30px; }

  .order-section-total-prices {
    max-width: 100%;
    float: none;
    margin-top: 25px; }

  .order-section-total-prices .row-price {
    text-align: left; }

  .header-additional-menu li {
    font-size: 14px;
    padding: 0 5px; }

  .doc-icon {
    width: 40px; }

  .doc-item-content {
    padding-left: 55px;
    padding-top: 5px; }

  .find-order {
    padding-left: 0; }

  .find-order h4 {
    position: static;
    margin-bottom: 10px; }

  .find-order .label-caption {
    padding-left: 0;
    margin-top: 3px; }

  .store-list.store-list-page td {
    width: 40% !important;
    padding-left: 0;
    text-align: left !important; }

  .store-list.store-list-page td:nth-child(even) {
    width: 60% !important;
    padding-right: 0; }

  .store-list.store-list-page tr {
    border-bottom: 2px solid #ddd; }

  .store-list td:last-child {
    white-space: nowrap; }

  .news-item {
    width: 100%; }

  .news-info span {
    padding-right: 10px;
    margin-right: 10px; }

  .news-top {
    display: none; }

  .news-top-title {
    font-size: 22px; }

  .news-top .news-info {
    display: none; }

  .news-detail-content {
    padding-top: 10px; }

  .news-detail-content h1 {
    font-size: 20px; }

  .about-top-caption {
    max-width: 280px; }

  .about-top-caption h1 {
    font-size: 50px;
    margin-bottom: 10px; }

  .stat-item {
    font-size: 12px; }

  .stat-title {
    font-size: 40px; }

  .about-section-content {
    padding: 20px 15px;
    font-size: 14px; }

  .about-section-content h2 {
    font-size: 50px; }

  .about-section .img {
    position: relative;
    height: 200px;
    left: 0 !important;
    width: 100%; }

  .about-section-content {
    margin: 0 !important; }

  .about-top-caption .subscribe-form, .about-top-caption .btn {
    margin-top: 10px; }

  .vacancy-bottom {
    padding-right: 0; }

  .vacancy-bottom .btn {
    position: relative;
    top: 0;
    display: block;
    margin: 15px auto 0; }

  .item-add-row {
    overflow-x: auto;
    overflow-y: hidden; }

  .item-add-table {
    min-width: 600px; }

  .customization-title {
    padding-right: 0; }

  .customization-title .price {
    position: static;
    text-align: right;
    margin-top: 10px; }

  .customization .detail-slider-wrap {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }

  .date-range-toggle {
    display: none; }

  .sort-by [data-toggle="dropdown"] {
    display: inline-block; }

  .about-top-caption .btn {
    max-width: 100%; }

  .about-top-caption {
    max-width: 320px; }

  .form-btn .btn {
    min-width: 140px; }

  .label-left-group label, .form-label {
    font-weight: 600; }

  .order-squad td:last-child {
    padding-right: 10px; } }
@media (max-width: 500px) {
  .reviews-header a {
    font-size: 16px; }

  .catalogue-item-col {
    width: 100%; }

  .detail-slider-wrap {
    max-width: 520px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center; }

  .additional-goods-header {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0 35px; }

  .additional-goods-header h3 {
    font-size: 16px; }

  .goods-carousel .cat-img {
    height: 180px; }

  .preview-popup {
    width: 280px; }

  .order-row-total .btn {
    display: block; }

  .order-row-total .btn + .btn {
    margin-left: 0;
    margin-top: 15px; }

  .contacts-info {
    font-size: 12px; }

  .cart-img {
    margin-left: 0;
    height: 100px; } }
.fancybox-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  z-index: 8040;
  opacity: 1;
  line-height: 1.1;
  font-weight: 300;
  color: #d0112b;
  text-decoration: none; }

.flex, .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.f-dir-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.f-dir-col {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.f-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.f-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.f-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.f-jc-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.f-jc-center, .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.f-jc-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.f-jc-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.f-jc-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.f-ai-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.f-ai-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.f-ai-baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.f-ai-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.f-ai-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.f-ac-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.f-ac-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.f-ac-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.f-ac-between {
  webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.f-ac-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.f-ac-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.ul-clear, .wrapper-header .wrap-header .wrap-top-menu .top-menu, .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.image-full-h {
  height: 100%;
  width: auto; }

.image-full-w {
  height: auto;
  width: 100%; }

.center-content {
  text-align: center; }

.center-item {
  text-align: center; }
@media (max-width: 1199.98px) {
  .center-item {
    text-align: left; } }

.wrapper-header {
  width: 100%;
  background-color: #d0112b;
  color: #fff;
  position: relative; }
.wrapper-header .wrap-header {
  position: relative;
  z-index: 104;
  background-color: #d0112b; }
.wrapper-header .wrap-header .wrap-logo {
  padding: 21px 0; }
.wrapper-header .wrap-header .wrap-logo .logo {
  display: inline-block; }
.wrapper-header .wrap-header .wrap-logo .logo .thumb-logo {
  width: 100%;
  height: auto;
  max-width: 175px; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item {
  display: inline-block;
  text-align: left;
  margin-right: 20px;
  padding: 15px 0 15px; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  color: #fff;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link:before {
  position: absolute;
  content: '';
  right: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link:after {
  content: '';
  position: absolute;
  left: 0;
  height: 5px;
  bottom: -24px;
  background-color: #fff;
  transition: all .3s ease-out;
  width: 0; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link:last-child:before, .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link:last-child:after {
  display: none; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link:last-child:hover {
  color: #010101;
  transition: all .3s ease-out; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link:hover:after {
  width: 100%; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link--whosale {
  padding-right: 0; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link--whosale span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 5px;
  background-color: #fff; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link--whosale.header-menu__link--active span {
  width: 100%; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu {
  position: absolute;
  top: 100%;
  z-index: 990;
  background-clip: padding-box;
  display: block;
  height: auto;
  float: none;
  left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  min-width: 100%;
  background-color: #fff;
  margin: 0;
  border: 0;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  transition: max-height .5s ease-out;
  transition-delay: .2s;
  text-align: center; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu {
  padding: 20px 25px;
  margin: 0 auto;
  max-width: 970px; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu .submenu-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 15.8%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu .submenu-item:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 87px;
  background-color: rgba(0, 0, 0, 0.8); }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu .submenu-item:last-child:after {
  display: none; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu .submenu-item .submenu-link {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.43;
  color: #010101; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu .submenu-item .submenu-link:hover {
  color: #d0112b;
  transition: all .2s ease-out; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .wrap-top-submenu .top-submenu .submenu-item .submenu-link .submenu-item-thumb {
  display: block;
  height: 50px;
  margin: 0 auto 20px; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item:last-child {
  margin-right: 0; }
.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item:hover .wrap-top-submenu {
  max-height: 500px;
  z-index: 990; }
.wrapper-header .wrap-header .wrap-buttons {
  text-align: right; }
@media (max-width: 991.98px) {
  .wrapper-header .wrap-header .wrap-buttons {
    margin-left: -15px; } }
.wrapper-header .wrap-header .wrap-buttons button {
  cursor: pointer;
  width: 32px;
  height: 70px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  outline: 0; }
.wrapper-header .wrap-header .wrap-buttons button:before {
  content: '';
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 0; }
.wrapper-header .wrap-header .wrap-buttons button.search-toggle {
  background-image: url("/local/templates/new_ccm/assets/images/icons/search_icon.svg");
  background-size: 16px 16px;
  background-position: 40% 50%; }
.wrapper-header .wrap-header .wrap-buttons button.personal-toggle {
  background-image: url("/local/templates/new_ccm/assets/images/icons/user_icon.svg");
  background-size: 15px 18px;
  background-position: 45% 50%; }
.wrapper-header .wrap-header .wrap-buttons button.cart-toggle {
  background-image: url("/local/templates/new_ccm/assets/images/icons/cart_icon.svg");
  background-size: 24px 16px;
  background-position: 35% 50%; }
.wrapper-header .wrap-header .wrap-buttons button.cart-toggle .cart-amount {
  position: absolute;
  width: 14px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  left: 50%;
  top: 50%;
  font-weight: 600;
  margin-top: -15px;
  margin-left: -5px; }
@media (min-width: 992px) {
  .wrapper-header .wrap-header .wrap-buttons button:hover:before {
    width: 100%; } }
@media (max-width: 991.98px) {
  .wrapper-header .wrap-header .wrap-buttons button {
    margin-left: 0; } }
.wrapper-header .wrap-form-search {
  position: absolute;
  top: 100%;
  z-index: 98;
  width: 100%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
.wrapper-header .wrap-form-search .search-input {
  background: #fff;
  font-family: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #272727;
  outline: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
  background-color: #fff;
  font-size: 18px;
  padding-left: 75px;
  height: 60px; }
.wrapper-header .wrap-form-search .search-input:focus {
  background-color: #fff; }
.wrapper-header .wrap-form-search .search-submit {
  position: absolute;
  width: 14px;
  height: 14px;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/search-grey_icon.svg") 50% 50% no-repeat;
  background-size: contain;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
  cursor: pointer;
  z-index: 10;
  border: 0; }
.wrapper-header .wrap-personal-menu {
  position: absolute;
  top: 100%;
  z-index: 98;
  width: 100%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
.wrapper-header .wrap-personal-menu .personal-menu {
  background-color: #fff;
  padding: 20px 0;
  list-style: none;
  height: 60px;
  text-align: center;
  margin: 0; }
.wrapper-header .wrap-personal-menu .personal-menu li {
  display: inline;
  margin: 0 15px; }
@media (max-width: 767.98px) {
  .wrapper-header .wrap-personal-menu .personal-menu li {
    margin: 0 5px; } }
.wrapper-header .wrap-personal-menu .personal-menu a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #010101;
  display: inline-block;
  text-transform: uppercase; }
.wrapper-header .wrap-personal-menu .personal-menu a:hover {
  color: #d0112b; }
.wrapper-header .wrap-cart {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 98;
  width: 0;
  border-top: 1px solid #e8e8e8;
  max-height: 100%;
  padding-bottom: 42px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  color: #000; }
.wrapper-header .wrap-cart .cart-wrap {
  overflow: hidden;
  overflow-y: auto; }
.wrapper-header .wrap-cart .cart-wrap .cart-header {
  position: relative;
  min-width: 470px;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  height: 50px;
  background-color: #fff;
  padding: 15px;
  z-index: 50;
  font-size: 16px;
  color: #000;
  line-height: 1.25; }
@media (max-width: 767.98px) {
  .wrapper-header .wrap-cart .cart-wrap .cart-header {
    min-width: auto; } }
.wrapper-header .wrap-cart .cart-wrap .cart-header span {
  font-weight: 700; }
.wrapper-header .wrap-cart .cart-wrap .cart-header .col-6:last-child {
  text-align: right; }
.wrapper-header .wrap-cart .cart-wrap .cart-header:after {
  content: '';
  clear: both;
  display: table; }
.wrapper-header .wrap-cart .cart-wrap .cart-header .cart-empty {
  text-align: center;
  font-weight: bold; }
.wrapper-header .wrap-cart .cart-wrap .cart-content {
  position: relative;
  padding-bottom: 42px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list {
  position: relative;
  max-height: 455px;
  overflow-y: auto; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item {
  position: relative;
  background-color: #fff;
  padding: 0 15px; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item + .wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item {
  margin-top: 2px; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  display: block;
  margin-left: -15px; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-remove {
  position: absolute;
  font-family: 'Times New Roman', serif;
  line-height: 25px;
  z-index: 50;
  color: #ddd;
  left: auto;
  right: 15px;
  top: 12px;
  font-size: 40px;
  font-weight: 700; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-remove:before {
  content: '\d7';
  display: inline-block; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-remove:hover {
  color: #dd1318; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info {
  position: relative;
  padding-right: 30px;
  line-height: 1.3;
  padding-top: 15px;
  padding-bottom: 10px; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-params {
  margin-top: 5px; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-params .param {
  display: block;
  color: #9b9b9b;
  font-size: 14px;
  margin-bottom: 2px; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-params .param span, .wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-params .param a {
  font-weight: 600;
  color: #272727;
  cursor: pointer; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom {
  margin-top: 15px;
  margin-right: -30px; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom .count-inputs {
  position: relative;
  width: 104px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom .count-inputs input {
  background: #fff;
  font-family: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  outline: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  border: 0;
  text-align: center;
  height: 27px; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom .count-inputs > a {
  position: absolute;
  top: 0;
  width: 27px;
  height: 27px;
  text-align: center;
  font-weight: 500;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  border: 1px solid #b1b1b1;
  z-index: 50; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom .count-inputs > a:hover {
  border-color: #000; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom .count-inputs > a.disabled {
  border-color: #b1b1b1;
  opacity: .2; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom .count-inputs > a.disabled:hover {
  border-color: #b1b1b1;
  opacity: .2; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom .count-inputs > a.min {
  left: 0; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom .count-inputs > a.pl {
  right: 0; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-list .cart-list-item .cart-item-info .cart-item-bottom .cart-item-total {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  color: #000; }
.wrapper-header .wrap-cart .cart-wrap .cart-content .cart-order-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 42px;
  width: 100%;
  z-index: 50;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  background-color: #d0112b; }

.search-active .wrap-form-search {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.personal-menu-active .wrap-personal-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cart-active .wrap-cart {
  width: 510px; }
@media (max-width: 767.98px) {
  .cart-active .wrap-cart {
    width: 100%; } }
.cart-active .wrap-cart .cart-wrap .cart-content, .cart-active .wrap-cart .cart-wrap .cart-header {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 1; }

/****
.header {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  color: #fff;

  &__top-row {
    position: relative;
    background-color: $main-color;
    z-index: 500;
  }
  &__bottom-row {
//    position: relative;
//    height: 50px;
    background-color: #fff;
    transform: translateY(-100%);
    z-index: 300;
    transition: transform .4s ease-out;

    &--visible {
      transform: translateY(0);
    }
  }

  &__content {
    position: relative;
    padding: 0 195px 0 255px;
    height: $header-height;
    z-index: 500;
  }
  &__logo {
    position: absolute;
    display: block;
    width: 175px;
    height: 25px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/local/templates/new_ccm/assets/images/logo.svg');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  &__buttons {
    position: absolute;
    right: 15px;
    top: 0;
  }
  &__btn {
    cursor: pointer;
    width: 32px;
    height: $header-height;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 0;
    outline: 0;

    &:after {
      content: '';
      position: absolute;
      left: 0;
      height: 5px;
      bottom: 0;
      background-color: #fff;
      transition: all .2s ease-out;
      width: 0;
    }

    &--search {
      background-image: url('/local/templates/new_ccm/assets/images/icons/search_icon.svg');
      background-size: 16px 16px;
      background-position: 40% 50%;
    }
    &--user {
      background-image: url('/local/templates/new_ccm/assets/images/icons/user_icon.svg');
      background-size: 15px 18px;
      background-position: 45% 50%;
    }
    &--cart {
      background-image: url('/local/templates/new_ccm/assets/images/icons/cart_icon.svg');
      background-size: 24px 16px;
      background-position: 35% 50%;

      span {
        position: absolute;
        width: 14px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        left: 50%;
        top: 50%;
        @include medium-bold-font;
        margin-top: -15px;
        margin-left: -5px;
      }
    }

    &:hover,
    &:active,
    &:focus {

      &:after {
        width: 100%;
      }
    }
  }
  &__checkbox {
    display: none;

    &--search {
      &:checked {
        ~ .header__btn--search {
            &:after {
              width: 100%;
            }
        }
      }
    }
    &--cart {
      &:checked {
        ~ .header__btn--cart {
            &:after {
              width: 100%;
            }
        }
      }
    }

  }
  &__search {
    &-section {
      display: inline-block;
    }
  }
  &__cart {
    &-section {
      display: inline-block;
    }
  }
}
.admin-bar{
  .header {
    top: 39px;
  }
}

@media (max-width: 1280px) {
  .header {
    &__content {
      padding: 0 135px 0 180px;
    }
    &__logo {
      left: 15px;
      width: 155px;
    }
    &__buttons {
      right: 10px;
    }
    &__btn {
      margin-left: 10px;
    }
  }
}

@media (max-width: 992px) {
  .header {

    &__buttons {
      right: 100px;
    }
  }
}

@media (max-width: 640px) {
  .header {
    &__content {
      height: 55px;
    }
    &__logo {
      width: 110px;
      height: 16px;
    }
    &__buttons {
      right: 60px;
    }
    &__btn {
      margin-left: 0;
      height: 55px;
    }

  }
}

@media (max-width: 330px) {
  .header {
    &__content {
      padding: 0;
    }
  }
}
****/
.header-sub-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  background-clip: padding-box;
  display: block;
  height: auto;
  float: none;
  left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  min-width: 100%;
  background-color: #fff;
  margin: 0;
  border: 0;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  transition: max-height .5s ease-out;
  transition-delay: .2s;
  text-align: center; }
.header-sub-menu__container {
  padding: 20px 25px;
  margin: 0 auto;
  max-width: 970px;
  display: flex;
  justify-content: center; }
.header-sub-menu__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 15.8%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box; }
.header-sub-menu__item:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 87px;
  background-color: rgba(0, 0, 0, 0.8); }
.header-sub-menu__item:last-child:after {
  display: none; }
.header-sub-menu__link {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.43;
  color: #010101; }
.header-sub-menu__link:hover {
  color: #d0112b;
  transition: all .2s ease-out; }
.header-sub-menu__img {
  display: block;
  height: 50px;
  margin: 0 auto 20px; }

@media (max-width: 992px) {
  .header-sub-menu {
    top: 29px; } }
@media (max-width: 640px) {
  .header-sub-menu__container {
    flex-wrap: wrap; }
  .header-sub-menu__item {
    width: 33%;
    padding-bottom: 15px; }
  .header-sub-menu__item:after {
    display: none; } }
.wrap-mobile-menu {
  position: relative; }

.mobile-header-menu {
  padding-top: 27px;
  text-align: center; }
@media (max-width: 991.98px) {
  .mobile-header-menu {
    position: fixed;
    left: 0;
    top: 69px;
    width: 100%;
    bottom: 0;
    background-color: #d0112b;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    z-index: 500;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    padding: 50px 0;
    overflow-x: hidden; }
  .mobile-header-menu.mobile-header-menu--opened {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@media (max-width: 767.98px) {
  .mobile-header-menu {
    top: 54px; } }
.mobile-header-menu li {
  display: inline-block;
  vertical-align: top;
  text-align: left; }
.mobile-header-menu a {
  text-decoration: none; }
.mobile-header-menu a:hover {
  color: #010101; }
.mobile-header-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.mobile-header-menu > ul > li + li {
  margin-left: 30px; }
@media (max-width: 991.98px) {
  .mobile-header-menu > ul > li + li {
    margin: 15px 0 0; } }
.mobile-header-menu > ul > li > a {
  position: relative;
  display: block;
  height: 44px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none; }
.mobile-header-menu > ul > li > a.active {
  position: relative; }
.mobile-header-menu > ul > li > a.active:hover {
  color: #fff; }
.mobile-header-menu > ul > li > a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 5px;
  background-color: #fff;
  width: 100%;
  max-width: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
@media (max-width: 991.98px) {
  .mobile-header-menu > ul > li > a {
    height: auto;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px; }
  .mobile-header-menu > ul > li > a:after {
    bottom: 0; } }
@media (max-width: 767.98px) {
  .mobile-header-menu > ul > li > a {
    max-width: 250px; } }
@media (max-width: 991.98px) {
  .mobile-header-menu > ul > li {
    display: block;
    text-align: left; }
  .mobile-header-menu > ul > li .dropdown > a {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 767.98px) {
  .mobile-header-menu > ul > li .dropdown > a {
    max-width: 250px; } }
.mobile-header-menu .dropdown {
  position: static; }
.mobile-header-menu .dropdown.show .dropdown-menu {
  max-height: 500px;
  z-index: 1001; }
.mobile-header-menu .dropdown.show > a:after {
  width: 100%; }
.mobile-header-menu .dropdown > a {
  position: relative;
  padding-right: 17px;
  height: 44px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none; }
@media (max-width: 991.98px) {
  .mobile-header-menu .dropdown > a {
    font-size: 20px;
    height: auto;
    padding-bottom: 5px; } }
@media (max-width: 767.98px) {
  .mobile-header-menu .dropdown > a {
    max-width: 250px; } }
.mobile-header-menu .dropdown > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff; }
@media (max-width: 991.98px) {
  .mobile-header-menu .dropdown > a:before {
    top: 9px;
    width: 8px;
    height: 8px; } }
.mobile-header-menu .dropdown > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background-color: #fff;
  width: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }
@media (max-width: 991.98px) {
  .mobile-header-menu .dropdown > a:after:after {
    bottom: 0; } }
.mobile-header-menu .dropdown [data-toggle="dropdown"] {
  display: none; }
.mobile-header-menu .dropdown-menu {
  display: block;
  height: auto;
  float: none;
  left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  min-width: 100%;
  background-color: #fff;
  margin: 0;
  border: 0;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  -webkit-transition: max-height .5s ease-out;
  transition: max-height .5s ease-out;
  text-align: center; }
@media (max-width: 991.98px) {
  .mobile-header-menu .dropdown-menu {
    position: relative !important;
    transform: none !important; } }
.mobile-header-menu .dropdown-menu .icon {
  height: 50px;
  margin-bottom: 5px; }
.mobile-header-menu .dropdown-menu .icon img {
  width: auto;
  height: 100%; }
.mobile-header-menu .dropdown-menu .icon path {
  fill: #000;
  -webkit-transition: all .2s ease-out;
  transition: all 0.2s ease-out; }
.mobile-header-menu .dropdown-menu .icon defs path {
  fill: none !important; }
.mobile-header-menu .dropdown-menu li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 16.666%;
  text-align: center;
  padding: 0 10px;
  position: relative; }
@media (max-width: 767.98px) {
  .mobile-header-menu .dropdown-menu li {
    width: 33%;
    padding-bottom: 15px; } }
.mobile-header-menu .dropdown-menu li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.8); }
@media (max-width: 767.98px) {
  .mobile-header-menu .dropdown-menu li + li {
    border-left: 0; } }
.mobile-header-menu .dropdown-menu li a {
  display: block;
  color: #010101;
  line-height: 1.43;
  font-size: 14px;
  text-transform: uppercase; }
@media (max-width: 767.98px) {
  .mobile-header-menu .dropdown-menu li a {
    font-size: 12px; } }
.mobile-header-menu .dropdown-menu li a:hover {
  color: #d0112b; }
.mobile-header-menu .dropdown-menu li a:hover .icon path {
  fill: #d0112b; }
.mobile-header-menu .dropdown-menu-content {
  border: 0;
  max-width: 850px;
  margin: 0 auto;
  border-top: 0;
  padding: 20px 25px;
  font-size: 0; }
@media (max-width: 991.98px) {
  .mobile-header-menu .dropdown-menu-content {
    border: 0;
    padding-top: 20px;
    padding-bottom: 20px; } }
@media (max-width: 767.98px) {
  .mobile-header-menu .dropdown-menu-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px; } }

@media (max-width: 991.98px) {
  .admin-bar .mobile-header-menu {
    position: fixed;
    left: 0;
    top: 109px; } }

.touchevents .no-touch-link {
  display: none; }
.touchevents .mobile-header-menu .dropdown [data-toggle="dropdown"] {
  display: block; }

.no-touchevents .no-touch-link {
  display: block; }
.no-touchevents .mobile-header-menu .dropdown:hover .dropdown-menu {
  max-height: 500px;
  z-index: 1001; }
.no-touchevents .mobile-header-menu .dropdown:hover > a:after {
  width: 100%; }
.no-touchevents .mobile-header-menu .dropdown-menu {
  -webkit-transition-delay: .2s;
  transition-delay: 0.2s; }

.mobile-menu-toggle {
  display: none;
  position: absolute;
  width: 50px;
  height: 70px;
  z-index: 980;
  right: 0;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  border: 0;
  transition: all .2s ease-out; }
.mobile-menu-toggle span {
  position: absolute;
  width: 28px;
  height: 2px;
  left: 50%;
  margin-left: -14px;
  top: 50%;
  background-color: #fff;
  transition: all .25s ease-out;
  transition-delay: .1s; }
.mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
  position: absolute;
  width: 28px;
  height: 2px;
  content: '';
  left: 0;
  top: 50%;
  background-color: #fff;
  transition: all .25s ease-out;
  transition-delay: 0s; }
.mobile-menu-toggle span:before {
  margin-top: -10px; }
.mobile-menu-toggle span:after {
  margin-top: 8px; }
.mobile-menu-toggle--opened span {
  background-color: transparent;
  transition-delay: 0s; }
.mobile-menu-toggle--opened span:before {
  margin-top: -3px;
  transform: rotate(45deg);
  transition-delay: .1s; }
.mobile-menu-toggle--opened span:after {
  margin-top: -3px;
  transform: rotate(-45deg);
  transition-delay: .1s; }

.footer {
  background-color: #000;
  color: #fff;
  padding: 35px 0;
  text-align: center; }
.footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1170px;
  margin: 0 auto 35px; }
.footer-menu__item {
  display: inline-block;
 margin: 0 12px 12px 12px;}
.footer-menu__link {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all ease-out .2s; }
.footer-menu__link:hover {
  color: #d0112b; }
.footer-social {
  text-align: center;
  margin-bottom: 35px; }
.footer-social__btn {
  display: inline-block;
  font-size: 26px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  background-color: #d0112b;
  color: #fff;
  margin: 0 7px;
  cursor: pointer;
  color: #fff;
  transition: all ease-out .2s; }
.footer-social__btn:hover {
  background-color: #fff;
  color: #d0112b; }
.footer-social__icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.footer-social__icon--vk:before {
  content: "\f189"; }
.footer-social__icon--fb:before {
  content: "\f09a"; }
.footer-social__icon--youtube:before {
  content: "\f167"; }
.footer-social__icon--insta:before {
  content: "\f16d"; }
.footer__logo {
  display: block;
  margin: 0 auto 20px;
  background-image: url("/local/templates/new_ccm/assets/images/logo.svg");
  background-size: 100%;
  height: 14px;
  width: 100px; }
.footer__text {
  font-size: 12px;
  margin-bottom: 20px; }
.footer__text p {
  margin-bottom: 5px; }
.footer__text-fz {
  font-size: 12px;
  line-height: 1.4em; }

@media (max-width: 1280px) {
  .footer-menu {
    width: 100%;
    padding: 0 1%; } }
@media (max-width: 992px) {
  .footer-menu {
    display: block;
    width: 210px;
    column-count: 2;
    column-gap: 50px;
    margin: 0 auto 25px; }
  .footer-menu__item {
    display: block;
    width: 110px;
    margin-bottom: 12px;
    text-align: left; } }
.slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y; }
.slider-wrapper {
  overflow: hidden;
  max-width: 100%; }
.slider__item {
  position: relative; }
.slider__img {
  display: block;
  width: 100%; }
.slider__caption {
  width: 100%;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 30px;
  z-index: 50;
  color: #fff;
  text-align: center; }
.slider__title {
  width: 1200px;
  max-width: 90%;
  margin-bottom: 5px;
  line-height: .85;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: -3px;
  font-size: 162px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700; }
.slider__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-top: 55px; }
.slider__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .slider__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .slider__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }

@media screen and (min-width: 993px) and (max-height: 680px) {
  .slider__caption {
    top: 50vh; } }
@media (max-width: 1280px) {
  .slider__title {
    font-size: 110px; } }
@media (max-width: 992px) {
  .slider__title {
    font-size: 75px; }
  .slider__btn {
    margin-top: 40px; } }
@media (max-width: 640px) {
  .slider__title {
    font-size: calc(60 * 100vw / 640);
    margin-bottom: 0.6em;
    letter-spacing: -1px; }
  .slider__btn {
    margin-top: 0; } }
@media (max-width: 530px) {
  .slider__title {
    font-size: 48px; } }
@media (max-width: 470px) {
  .slider__title {
    font-size: 35px; } }
.scroll-down-btn {
  position: absolute;
  margin: 0 auto 0 -24px;
  border-radius: 30px;
  bottom: 3.5vh;
  left: 50%;
  color: #fff;
  font-weight: bold;
  width: 52px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: 0.4s;
  animation: scrolldown 1s infinite;
  outline: none;
  z-index: 950; }
.scroll-down-btn:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -12px;
  transition: all .2s ease-out;
  transform: rotate(-45deg); }
.scroll-down-btn:hover:after {
  border-color: #fff; }

@media (max-width: 992px) {
  .scroll-down-btn {
    display: none; } }
.features__title {
  font-size: 60px;
  font-family: "BebasNeue", sans-serif;
  text-align: center;
  margin: 0.8em 0; }
@media (max-width: 1280px) {
  .features__title {
    font-size: 50px; } }
@media (max-width: 992px) {
  .features__title {
    font-size: 40px; } }
@media (max-width: 470px) {
  .features__title {
    font-size: 35px;
    margin: 0.6em 0; } }
.features__row {
  zoom: 1; }
.features__row:after {
  content: "";
  display: table;
  clear: both; }
.features__mobile-block {
  display: none; }
.features-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 25%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat; }
.features-item::before {
  content: "";
  width: 100%;
  display: block;
  height: 0;
  padding-top: 100%; }
.features-item img {
  position: absolute;
  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%; }
@supports (object-fit: cover) {
  .features-item img {
    object-fit: cover;
    height: 100%;
    transform: none;
    top: 0;
    left: 0; } }
.features-item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 0 2%;
  background-color: rgba(0, 0, 0, 0.5); }
.features-item__title {
  display: table;
  position: absolute;
  bottom: 46%;
  max-width: 95%;
  font-size: calc(80 * 100vw / 1900);
  height: calc(2 * 80 * 100vw / 1900);
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  line-height: .88;
  letter-spacing: -0.6px;
  margin: 0 auto;
  color: #fff; }
.features-item__title p {
  display: table-cell;
  vertical-align: middle; }
.features-item__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  position: absolute;
  top: 58%; }
.features-item__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .features-item__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .features-item__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.features-item--protective {
  background-image: url("/local/templates/new_ccm/assets/images/features-protective.jpg"); }
.features-item--sticks {
  background-image: url("/local/templates/new_ccm/assets/images/features-sticks.jpg"); }
.features-item--helmets {
  background-image: url("/local/templates/new_ccm/assets/images/features-helmet.jpg"); }
.features-item--skates {
  background-image: url("/local/templates/new_ccm/assets/images/features-skates.jpg"); }
.features-item--accessories {
  background-image: url("/local/templates/new_ccm/assets/images/features-accessories.jpg"); }
.features-item--wear {
  background-image: url("/local/templates/new_ccm/assets/images/features-wear.jpg"); }
.features-item--club-wear {
  background-image: url("/local/templates/new_ccm/assets/images/features-club-wear.jpg"); }
.features-item--new {
  background-image: url("/local/templates/new_ccm/assets/images/features-new.jpg"); }
.features-item--big {
  width: 50%;
  background-size: 100%; }
.features-item--big:before {
  padding-top: 73%; }
.features-item--big .features-item__title {
  height: auto; }
.features-item--players {
  background-image: url("/local/templates/new_ccm/assets/images/features-players.jpg"); }
.features-item--goalkeepers {
  background-image: url("/local/templates/new_ccm/assets/images/features-goalkeeper.jpg"); }

@media (max-width: 992px) {
  .features__title {
    display: none; }
  .features__row {
    display: none; }
  .features__row--visible {
    display: block; }
  .features__mobile-block {
    display: block; }
  .features__link {
    display: block;
    position: relative;
    padding: 12px 6%;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    background-color: #000;
    border-bottom: 1px solid #313131;
    transition: all .4s ease-out; }
  .features__link:hover, .features__link:focus, .features__link:active {
    color: #7c7c7c; }
  .features__link:hover:after, .features__link:focus:after, .features__link:active:after {
    border-color: #7c7c7c; }
  .features__link:first-child {
    padding-top: 25px; }
  .features__link:last-child {
    padding-bottom: 25px;
    border-bottom: none; }
  .features__link:last-child:after {
    top: 14px; }
  .features__link:after {
    position: absolute;
    content: '';
    right: 6%;
    bottom: 14px;
    width: 13px;
    height: 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg); }
  .features-item__title {
    font-size: 45px; } }
@media (max-width: 640px) {
  .features-item__title {
    font-size: calc(45 * 100vw / 640);
    bottom: 48%; } }
@media (max-width: 470px) {
  .features__mobile-block {
    border-bottom: 1px solid #545454; }
  .features-item--big {
    width: 100%; }
  .features-item__title {
    font-size: calc(45 * 100vw / 470); } }
.goods__title {
  font-size: 60px;
  font-family: "BebasNeue", sans-serif;
  text-align: center;
  margin: 0.8em 0; }
@media (max-width: 1280px) {
  .goods__title {
    font-size: 50px; } }
@media (max-width: 992px) {
  .goods__title {
    font-size: 40px; } }
@media (max-width: 470px) {
  .goods__title {
    font-size: 35px;
    margin: 0.6em 0; } }
.goods-slider {
  overflow: hidden;
  position: relative;
  max-width: 100%; }
.goods-slider__container {
  box-sizing: border-box;
  padding: 0 6.15%; }
.goods-slider__btn {
  width: 20px;
  height: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  display: block;
  z-index: 100; }
.goods-slider__btn--prev {
  left: 4%;
  background-image: url("/local/templates/new_ccm/assets/images/icons/goods-slider-prev-arrow_icon.png"); }
.goods-slider__btn--next {
  right: 4%;
  background-image: url("/local/templates/new_ccm/assets/images/icons/goods-slider-next-arrow_icon.png"); }
.goods-slide {
  display: inline-block;
  width: 17%;
  padding: 0 0.65%;
  text-align: center;
  color: #000;
  text-decoration: none;
  outline: none; }
.goods-slide__content {
  font-family: 'Panton', sans-serif;
  text-align: center; }
.goods-slide__image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: calc(45 * 100vw/1900); }
.goods-slide__image::before {
  content: "";
  width: 100%;
  display: block;
  height: 0;
  padding-top: 115.2892561983%; }
.goods-slide__image img {
  position: absolute;
  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%; }
@supports (object-fit: contain) {
  .goods-slide__image img {
    object-fit: contain;
    height: 100%;
    transform: none;
    top: 0;
    left: 0; } }
.goods-slide__image img {
  width: 100%; }
.goods-slide__title {
  display: table;
  width: 100%;
  font-size: calc(22 * 100vw/1900);
  height: calc(2 * 22 * 100vw/1900);
  line-height: 1.35em;
  margin-bottom: 0.15em; }
.goods-slide__title h4 {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal; }
.goods-slide__price {
  font-family: 'Panton', sans-serif;
  font-weight: 900;
  font-size: calc(25 * 100vw/1900);
  padding: 0 0 0.3em; }
.goods-slide__price--old {
  font-size: calc(20 * 100vw/1900);
  position: relative;
  display: inline-block; }
.goods-slide__price--old:before {
  position: absolute;
  content: '';
  width: 120%;
  height: 1px;
  top: 50%;
  left: -10%;
  background-color: #000; }

@media (max-width: 1280px) {
  .goods-slider__btn--next {
    right: 3%; }
  .goods-slider__btn--prev {
    left: 3%; }
  .goods-slide__title {
    height: 40px;
    overflow: hidden;
    font-size: 16px; }
  .goods-slide__price {
    font-size: 20px; }
  .goods-slide__price--old {
    font-size: 14px; }
  .goods-slide__price--old:before {
    width: 115%;
    left: -7%; } }
@media (max-width: 640px) {
  .goods-slider__btn {
    width: 14px;
    height: 24px; } }
@media (max-width: 470px) {
  .goods-slide__title {
    font-size: calc(16 * 100vw / 320); }
  .goods-slide__price {
    font-size: calc(20 * 100vw / 320); }
  .goods-slide__price--old {
    font-size: calc(13 * 100vw / 320); } }
.news__title {
  font-size: 60px;
  font-family: "BebasNeue", sans-serif;
  text-align: center;
  margin: 0.8em 0; }
@media (max-width: 1280px) {
  .news__title {
    font-size: 50px; } }
@media (max-width: 992px) {
  .news__title {
    font-size: 40px; } }
@media (max-width: 470px) {
  .news__title {
    font-size: 35px;
    margin: 0.6em 0; } }
.news-slider {
  overflow: hidden;
  position: relative;
  max-width: 100%; }
.news-slider__container {
  zoom: 1; }
.news-slider__container:after {
  content: "";
  display: table;
  clear: both; }
.news-slider__item {
  position: relative;
  display: block;
  overflow: hidden;
  display: block;
  width: 25%;
  float: left; }
.news-slider__item::before {
  content: "";
  width: 100%;
  display: block;
  height: 0;
  padding-top: 100%; }
.news-slider__item img {
  position: absolute;
  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%; }
@supports (object-fit: cover) {
  .news-slider__item img {
    object-fit: cover;
    height: 100%;
    transform: none;
    top: 0;
    left: 0; } }
.news-slider__image {
  width: 100%; }
.news-slider__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 0 2%;
  background-color: rgba(0, 0, 0, 0.5); }
.news-slider__title {
  display: table;
  position: absolute;
  bottom: 44%;
  max-width: 95%;
  font-size: calc(70 * 100vw / 1900);
  height: calc(2 * 70 * 100vw / 1900);
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.6px;
  margin: 0 auto;
  color: #fff; }
.news-slider__title h4 {
  display: table-cell;
  vertical-align: middle; }
.news-slider__btn-more {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  position: absolute;
  top: 61%; }
.news-slider__btn-more:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .news-slider__btn-more {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .news-slider__btn-more {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.news-slider__btn {
  width: 20px;
  height: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  display: block;
  z-index: 100; }
.news-slider__btn--prev {
  left: 1%;
  background-image: url("/local/templates/new_ccm/assets/images/icons/news-slider-btn-prev_icon.png"); }
.news-slider__btn--next {
  right: 1%;
  background-image: url("/local/templates/new_ccm/assets/images/icons/news-slider-btn-next_icon.png"); }

@media (max-width: 992px) {
  .news-slider__btn-more {
    top: 57%; } }
@media (max-width: 640px) {
  .news-slider__content {
    padding: 0 9%; }
  .news-slider__title {
    font-size: calc(45 * 100vw / 640);
    max-width: 85%; }
  .news-slider__btn-more {
    top: 59%; }
  .news-slider__btn {
    width: 14px;
    height: 24px; }
  .news-slider__btn--prev {
    left: 2%; }
  .news-slider__btn--next {
    right: 2%; } }
@media (max-width: 470px) {
  .news-slider__title {
    font-size: calc(35 * 100vw / 320); }
  .news-slider__btn-more {
    top: 62%; } }
.subscribe {
  background-color: #d0112b;
  padding: 30px 0;
  text-align: center; }
.subscribe__title {
  font-size: 34px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px; }
.subscribe__form {
  position: relative;
  width: 300px;
  height: 40px;
  margin: 0 auto 15px; }
.subscribe__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-family: "Panton", sans-serif;
  background-color: #fff;
  border: 0;
  font-size: 18px;
  padding: 0 50px 0 10px;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis; }
.subscribe__btn {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  width: 36px;
  height: 34px;
  background-color: #d0112b;
  border: 0;
  outline: 0;
  transition: all .2s ease-out;
  cursor: pointer;
  z-index: 10; }
.subscribe__btn:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg);
  margin-top: -3px;
  margin-left: -4px; }
.subscribe__btn:hover {
  background-color: #000;
  transition: .2s; }
.subscribe__text {
  font-size: 14px; }
.subscribe__text a {
  color: #141414;
  text-decoration: none; }

@media (max-width: 992px) {
  .subscribe {
    padding: 20px 0; }
  .subscribe__title {
    font-size: 28px; }
  .subscribe__input {
    font-size: 16px; }
  .subscribe__text {
    padding: 0 2%; } }
@media (max-width: 470px) {
  .subscribe__form {
    width: 280px; } }
.catalog {
  width: 75%;
  float: right;
  padding: 0 15px 0 30px; }
.catalog-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 45px;
  text-decoration: none;
  color: #000;
  transition: none; }
.catalog-item:hover .catalog-item__preview {
  opacity: 1;
  left: 0; }
.catalog-item:hover .catalog-item__checkbox label {
  opacity: 1; }
.catalog-item__checkbox {
  position: absolute;
  top: 20px;
  right: 35px;
  z-index: 50;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer; }
.catalog-item__checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.catalog-item__checkbox input:checked + label:before {
  background-color: #d0112b; }
.catalog-item__checkbox input:checked + label:after {
  opacity: 1; }
.catalog-item__checkbox label {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px; }
.catalog-item__checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer; }
.catalog-item__checkbox label:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 7px;
  top: 2px;
  transform: rotate(45deg);
  transition: all .2s ease-out;
  opacity: 0;
  cursor: pointer; }
.catalog-item__checkbox span {
  display: none; }
.catalog-item__checkbox--no-available {
  display: none; }
.catalog-item__checkbox--no-available input {
  disabled: true; }
.catalog-item__image {
  min-height: 236px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative; }
.catalog-item__image::before {
  content: none;
  width: 100%;
  display: block;
  height: 0;
  padding-top: 100%; }
.catalog-item__image img {
  width: 100%;
  height: auto; }
.catalog-item__image .good-list-label {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  padding: 2px 8px;
  z-index: 5;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  min-width: 110px; }
.catalog-item__image .good-list-label.list-label-discount {
  background-color: #ee7477; }
.catalog-item__image .good-list-label.list-label-hit {
  background-color: #6d94ee; }
.catalog-item__image .good-list-label.list-label-new {
  background-color: #a1d46b; }
.catalog-item__preview {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease-out; }
.catalog-item__preview-btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  color: #fff; }
.catalog-item__preview-btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .catalog-item__preview-btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .catalog-item__preview-btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.catalog-item__info {
  font-size: 16px;
  text-align: center; }
.catalog-item__title {
  display: table;
  width: 100%;
  height: 40px;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }
.catalog-item__title p {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis; }
.catalog-item__caption {
  display: none; }
.catalog-item__price {
  font-weight: 700; }
.catalog-item__price--old {
  display: block;
  text-decoration: line-through;
  color: #959595;
  margin-left: 5px;
  text-align: center;
  font-size: 16px; }
.catalog-item__available-label {
  display: none; }
.catalog-item__text {
  display: none; }
.catalog-item__see-more-link {
  display: none; }
.catalog-item--row {
  zoom: 1;
  display: block;
  width: 100%;
  padding: 0;
  padding-left: 15px; }
.catalog-item--row:after {
  content: "";
  display: table;
  clear: both; }
.catalog-item--row .catalog-item__checkbox {
  width: 150px;
  top: 7px;
  right: 0;
  margin-bottom: 25px;
  cursor: pointer; }
.catalog-item--row .catalog-item__checkbox label {
  width: 100%;
  cursor: pointer; }
.catalog-item--row .catalog-item__checkbox label:before {
  border: 1px solid #e1e1e1; }
.catalog-item--row .catalog-item__checkbox label:hover {
  color: #000; }
.catalog-item--row .catalog-item__checkbox label:hover:before {
  border-color: #e1e1e1;
  border-width: 2px;
  border-radius: 4px; }
.catalog-item--row .catalog-item__checkbox span {
  display: block;
  padding-left: 30px; }
.catalog-item--row .catalog-item__image {
  float: left;
  width: 200px;
  height: 200px;
  margin-bottom: 0; }
.catalog-item--row .catalog-item__preview {
  display: none; }
.catalog-item--row .catalog-item__info {
  float: right;
  width: calc(100% - 200px - 10px);
  cursor: default; }
.catalog-item--row .catalog-item__title {
  display: block;
  width: calc(100% - 175px);
  height: 30px;
  text-align: left;
  font-size: 25px;
  margin-bottom: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.2s ease-out; }
.catalog-item--row .catalog-item__title p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.catalog-item--row .catalog-item__title:hover {
  color: #d0112b; }
.catalog-item--row .catalog-item__caption {
  display: block;
  font-size: 12px;
  text-align: left; }
.catalog-item--row .catalog-item__caption span {
  margin-left: 15px;
  color: #9b9b9b; }
.catalog-item--row .catalog-item__price {
  text-align: left;
  line-height: .8;
  margin: 20px 0;
  font-size: 20px; }
.catalog-item--row .catalog-item__price--old {
  display: inline-block;
  text-decoration: line-through;
  color: #959595;
  font-size: 20px;
  font-weight: 500;
  margin-left: 5px; }
.catalog-item--row .catalog-item__price--old i {
  font-weight: 500; }
.catalog-item--row .catalog-item__available-label {
  display: inline-block;
  padding: 0 8px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 15px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  font-size: 12px;
  background-color: #09986a;
  color: #fff;
  margin-left: 15px;
  margin-top: -12px; }
.catalog-item--row .catalog-item__available-label--no-available {
  background-color: #9b9b9b;
  color: #fff; }
.catalog-item--row .catalog-item__text {
  display: block;
  text-align: left;
  padding-left: 17px;
  height: 68px;
  overflow: hidden;
  margin-bottom: 7px; }
.catalog-item--row .catalog-item__text li {
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 7px;
  list-style: disc; }
.catalog-item--row .catalog-item__see-more-link {
  display: block;
  color: #4a90e2;
  font-size: 12px;
  cursor: pointer;
  text-align: left;
  padding-left: 17px;
  transition: all 0.2s ease-out; }
.catalog-item--row .catalog-item__see-more-link:hover {
  color: #000; }
.catalog-item--no-available .catalog-item__checkbox {
  display: none; }
.catalog-sort {
  margin-bottom: 20px; }
.catalog-sort__checkbox {
  position: relative;
  margin: 10px 0;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: 45px; }
.catalog-sort__checkbox label {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
  transition: all .2s ease-out;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 2px;
  cursor: pointer; }
.catalog-sort__checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  transition: all .2s ease-out; }
.catalog-sort__checkbox label:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 7px;
  top: 2px;
  transform: rotate(45deg);
  transition: all .2s ease-out;
  opacity: 0; }
.catalog-sort__checkbox label:hover {
  color: #000; }
.catalog-sort__checkbox label:hover:before {
  border-width: 2px;
  border-radius: 4px; }
.catalog-sort__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
.catalog-sort__checkbox input:checked + label:before {
  background-color: #d0112b;
  border-color: #d0112b; }
.catalog-sort__checkbox input:checked + label:after {
  opacity: 1; }
.catalog-sort__checkbox:last-child {
  margin-right: 0; }
.catalog-wh-item {
  margin-bottom: 10px; }
.catalog-wh-item__top {
  position: relative;
  background-color: #ebebeb;
  min-height: 140px;
  padding-left: 230px; }
.catalog-wh-item__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 200px;
  height: 140px;
  background-color: #ebebeb; }
.catalog-wh-item__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto; }
.catalog-wh-item__info {
  position: relative;
  padding: 15px 15px 15px 0; }
.catalog-wh-item__title {
  display: block;
  width: calc(100% - 135px);
  margin-bottom: 7px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  color: #000;
  text-decoration: none; }
.catalog-wh-item__title h3 {
  margin: 0;
  display: block;
  font-size: 25px;
  overflow: hidden;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.catalog-wh-item__title:hover {
  color: #d0112b; }
.catalog-wh-item__caption {
  display: block;
  font-size: 12px; }
.catalog-wh-item__caption span {
  margin-left: 15px;
  color: #9b9b9b; }
.catalog-wh-item__price {
  line-height: .8;
  margin: 20px 0 0;
  font-size: 20px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 700; }
.catalog-wh-item__price--old {
  display: inline-block;
  text-decoration: line-through;
  color: #959595;
  font-size: 20px;
  font-weight: 500;
  margin-left: 5px;
  font-family: "Panton", 'Verdana', sans-serif; }
.catalog-wh-item__available-label {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  padding: 0 8px;
  line-height: 20px;
  vertical-align: middle;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  font-size: 12px;
  background-color: #09986a;
  color: #fff; }
.catalog-wh-item__available-label--not-available {
  background-color: #9b9b9b; }
.catalog-wh-item__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0; }
.catalog-wh-item__table th, .catalog-wh-item__table td {
  padding: 0;
  border: 2px solid #fff; }
.catalog-wh-item__table th:first-child, .catalog-wh-item__table td:first-child {
  border-left: 0; }
.catalog-wh-item__table th:last-child, .catalog-wh-item__table td:last-child {
  border-right: 0; }
.catalog-wh-item__table-row td {
  background: #f8f8f8;
  text-align: center;
  height: 50px;
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #c5c5c5;
  padding: 5px 15px; }
.catalog-wh-item__table-ctrls {
  position: relative;
  padding-right: 20px; }
.catalog-wh-item__table-ctrls a {
  color: #c5c5c5;
  font-size: 14px;
  text-decoration: underline; }
.catalog-wh-item__table-remove {
  position: absolute;
  font-size: 24px !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
  text-decoration: none !important; }
.catalog-wh-item__select {
  width: 100%;
  max-width: 370px;
  height: 40px;
  cursor: pointer;
  width: auto;
  font-weight: 500;
  height: auto; }
.catalog-wh-item__select select {
  display: none; }
.catalog-wh-item__select-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ddd; }
.catalog-wh-item__select-default-param {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: rgba(32, 52, 128, 0.01);
  transition: all .2s ease-out;
  padding: 0 50px 0 10px;
  color: #4a4a4a; }
.catalog-wh-item__select-default-param span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.catalog-wh-item__select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  border-left: 1px solid #ddd;
  background-color: #fff; }
.catalog-wh-item__select-arrow i {
  position: absolute;
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: -3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.catalog-wh-item__select-arrow--opened i {
  margin-top: 0;
  transform: rotate(-135deg); }
.catalog-wh-item__select-arrow[data-open="true"] i {
  margin-top: 0;
  transform: rotate(-135deg); }
.catalog-wh-item__select-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  background-clip: padding-box;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  margin: 0;
  max-height: 240px; }
.catalog-wh-item__select-list--opened {
  left: 0; }
.catalog-wh-item__select-list[data-open="true"] {
  left: 0;
  visibility: visible; }
.catalog-wh-item__select-list-item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #272727;
  line-height: 18px;
  transition: color .2s ease-out;
  word-wrap: break-word;
  cursor: pointer; }
.catalog-wh-item__select-list-item:hover:after, .catalog-wh-item__select-list-item--selected:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: rotate(45deg); }
.catalog-wh-item__select-container {
  border: none;
  background-color: #ebebeb; }
.catalog-wh-item__select-arrow {
  height: 48px;
  border-left: none;
  background-color: transparent; }
.catalog-wh-item__select-default-param {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0;
  background-color: transparent; }
.catalog-wh-item__select-default-param span {
  margin-right: 16px; }
.catalog-wh-item__select-list {
  overflow-y: visible;
  padding: 8px;
  text-align: left; }
.catalog-wh-item__select-list-item {
  font-size: 14px;
  line-height: 35px;
  min-width: 33px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid transparent;
  transition: all .2s ease-out;
  padding: 0 2px; }
.catalog-wh-item__select-list-item:hover {
  border-bottom-color: #d0112b; }
.catalog-wh-item__select-list-item:after {
  display: none; }
.catalog-wh-item__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #000000;
  width: 100%;
  height: 48px;
  letter-spacing: 1px; }
.catalog-wh-item__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .catalog-wh-item__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .catalog-wh-item__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.catalog-wh-item__btn:hover {
  background-color: #d0112b;
  color: #fff; }
.catalog-wh-item__btn--wait {
  background-color: #9b9b9b; }
.catalog-wh-item__btn--wait:hover {
  background-color: #000; }

.main-sections {
  padding: 0 15px;
  margin-bottom: 5px; }

.main-sections {
  margin-bottom: 0; }
.main-sections .btn {
  letter-spacing: 4px; }

.main-section {
  position: relative;
  height: 550px;
  text-align: center;
  padding-top: 320px; }
.main-section .title {
  font-size: 57px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  line-height: .88;
  letter-spacing: -0.6px;
  margin: 0 auto 30px;
  max-width: 310px;
  color: #fff; }

.catalog-section-picture {
  background-size: cover;
  color: #fff; }

@media (max-width: 1280px) {
  .catalog-item--row .catalog-item__title {
    font-size: 20px;
    margin-bottom: 0; }
  .catalog-item--row .catalog-item__title p {
    height: auto; }
  .catalog-wh-item__title h3 {
    font-size: 20px; }

  .main-section .title {
    max-width: 250px;
    font-size: 44px; } }
@media (max-width: 1100px) {
  .catalog-sort__checkbox {
    margin-right: 5%; }
  .catalog-wh-item__image {
    width: 160px; }
  .catalog-wh-item__top {
    padding-left: 170px; }
  .catalog-wh-item__btn {
    font-size: 11px;
    letter-spacing: 0; }
  .catalog-wh-item__select-default-param {
    font-size: 14px; } }
@media (max-width: 992px) {
  .catalog {
    width: 66.66%;
    padding: 0;
    padding-left: 15px; }
  .catalog-item {
    width: 49%; }
  .catalog-item--row {
    width: 100%;
    padding-left: 30px; }
  .catalog-item--row .catalog-item__image {
    float: none;
    margin: 0 auto 10px; }
  .catalog-item--row .catalog-item__info {
    float: none;
    width: 100%; }
  .catalog-item--row .catalog-item__title {
    font-size: 18px;
    width: 100%; }
  .catalog-item--row .catalog-item__text {
    height: auto;
    overflow: visible;
    margin-bottom: 15px; }
  .catalog-item--row .catalog-item__checkbox {
    top: calc(100% - 20px);
    right: 0;
    margin-bottom: 0; }
  .catalog-wh-item__image {
    position: static;
    margin: 0 auto; }
  .catalog-wh-item__top {
    padding-left: 0; }
  .catalog-wh-item__info {
    padding-left: 15px; }
  .catalog-wh-item__title h3 {
    font-size: 18px;
    max-height: 66px; }
  .catalog-wh-item__select-arrow {
    width: 20px; }
  .catalog-wh-item__select-arrow i {
    width: 6px;
    height: 6px; }
  .catalog-wh-item__btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0; }

  .main-section {
    height: 400px;
    padding-top: 220px; }
  .main-section .title {
    font-size: 32px; } }
@media (max-width: 767px) {
  .catalog {
    width: 100%;
    padding-left: 0; }
  .catalog-item--row {
    padding: 0 15px; }
  .catalog-item--row .catalog-item__image {
    width: 300px;
    height: 300px; }
  .catalog-item--row .catalog-item__title {
    font-size: 22px;
    line-height: 1.2em;
    height: auto;
    margin-bottom: 7px; }
  .catalog-item--row .catalog-item__title p {
    white-space: normal;
    text-overflow: clip; } }
@media (max-width: 600px) {
  .catalog-sort__checkbox {
    display: block; }
  .catalog-wh-item__form {
    overflow-x: auto;
    overflow-y: hidden; }
  .catalog-wh-item__table {
    min-width: 550px; }

  .main-section {
    padding-bottom: 30px;
    height: auto; }
  .main-section .title {
    max-width: 200px; } }
@media (max-width: 560px) {
  .catalog-item {
    width: 49%;
    padding: 0;
    margin-bottom: 30px; }
  .catalog-item__preview-btn {
    width: 70%;
    height: 40px;
    line-height: 40px;
    padding: 0; } }
@media (max-width: 460px) {
  .catalog-item--row .catalog-item__available-label {
    display: block;
    width: 152px;
    margin-left: 0;
    margin-top: 7px; }
  .catalog-item--row .catalog-item__available-label--no-available {
    width: 94px; }
  .catalog-item--row .catalog-item__image {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%; }
  .catalog-item--row .catalog-item__image::before {
    content: "";
    width: 100%;
    display: block;
    height: 0;
    padding-top: 100%; }
  .catalog-item--row .catalog-item__image img {
    position: absolute;
    width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%; }
  @supports (object-fit: cover) {
    .catalog-item--row .catalog-item__image img {
      object-fit: cover;
      height: 100%;
      transform: none;
      top: 0;
      left: 0; } }
  .catalog-wh-item__available-label {
    top: -125px; }
  .catalog-wh-item__title {
    width: 100%; } }
@media (max-width: 380px) {
  .catalog-item--row {
    padding-bottom: 15px; }
  .catalog-item--row .catalog-item__checkbox {
    top: 100%;
    left: 0; }
  .catalog-item--row .catalog-item__text {
    margin-bottom: 5px; } }
.top-nav {
  background-color: #1f1f1f;
  color: #fff;
  padding: 15px 25px; }
.top-nav__breadcrumbs {
  display: inline-block;
  width: auto; }
.top-nav__breadcrumbs li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
  font-size: 14px;
  color: #9b9b9b; }
.top-nav__breadcrumbs li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '/'; }
.top-nav__breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0; }
.top-nav__breadcrumbs li:last-child:after {
  display: none; }
.top-nav__breadcrumbs li a {
  color: #fff;
  text-decoration: none; }
.top-nav__breadcrumbs li a:hover {
  color: #9b9b9b; }
.top-nav__breadcrumbs li span {
  color: #fff; }

.right-nav {
  width: auto;
  height: 30px;
  line-height: 30px;
  margin-top: -5px;
  vertical-align: middle;
  float: right;
  text-align: right; }
.right-nav__item {
  display: inline-block; }
.right-nav__item--sort {
  width: 290px;
  text-align: right; }
.right-nav__item--news {
  margin-right: 20px; }
.right-nav__item--city {
  width: 210px;
  text-align: left; }
.right-nav__item-link {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-out;
  text-decoration: none; }
.right-nav__item-link:hover {
  border-color: #fff; }
.right-nav__select {
  display: inline-block;
  height: 25px;
  cursor: pointer;
  margin-left: 7px;
  padding: 0 !important; }
.right-nav__select select {
  display: none; }
.right-nav__select-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.right-nav__select-default-param {
  display: block;
  height: 25px;
  line-height: 20px;
  border-radius: 0;
  text-align: left;
  transition: border-bottom .2s ease-out;
  padding-right: 20px; }
.right-nav__select-default-param span {
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid transparent;
  color: #ffffff; }
.right-nav__select-default-param:hover span {
  border-color: #fff; }
.right-nav__select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 20px;
  width: 20px; }
.right-nav__select-arrow i {
  position: absolute;
  border: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: -3px;
  transform: rotate(45deg); }
.right-nav__select-arrow--opened i {
  margin-top: 0;
  transform: rotate(-135deg); }
.right-nav__select-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 130px;
  border-top: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  background-clip: padding-box;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 0;
  margin: 0;
  max-height: 188px; }
.right-nav__select-list--opened {
  left: 0; }
.right-nav__select-list-item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
  color: #272727;
  line-height: 18px;
  transition: color .2s ease-out;
  word-wrap: break-word;
  cursor: pointer;
  display: block; }
.right-nav__select-list-item:hover, .right-nav__select-list-item--selected {
  background-color: #f5f5f5;
  text-decoration: none;
  color: #272727; }
.right-nav__select-list--large {
  width: 150px; }
.right-nav__toggle-view {
  display: inline-block; }
.right-nav__toggle-view-link {
  display: inline-block;
  color: #141414;
  opacity: .5;
  transition: all 0.2s ease-out;
  cursor: pointer; }
.right-nav__toggle-view-link:first-child {
  margin-right: 25px; }
.right-nav__toggle-view-link:hover, .right-nav__toggle-view-link:focus, .right-nav__toggle-view-link--active {
  opacity: 1; }
.right-nav__date-range-btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/calendar-white.svg") 50% 50% no-repeat; }

@media (max-width: 1280px) {
  .top-nav {
    padding: 15px; } }
@media (max-width: 992px) {
  .top-nav {
    padding: 10px 15px; }
  .top-nav__breadcrumbs {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }

  .right-nav {
    width: 100%;
    float: none;
    height: auto; }
  .right-nav__item {
    font-size: 14px;
    display: block;
    margin: 0 auto 3px;
    text-align: center; }
  .right-nav__select-default-param {
    font-size: 14px; }
  .right-nav__toggle-view {
    display: block;
    text-align: center; }
  .right-nav__date-range-btn {
    display: block;
    margin: 0 auto; } }
.sidebar {
  width: 25%;
  float: left; }
.sidebar__close {
  display: none; }
.sidebar .bx-filter {
  margin-bottom: 20px; }
.sidebar .bx-filter-title {
  font-size: 20px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 20px;
  text-transform: uppercase;
  border: 1px solid #ddd; }
.sidebar .bx-filter-parameters-box {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
.sidebar .bx-filter-parameters-box-title span {
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  text-transform: uppercase; }
.sidebar .bx-filter-parameters-box .price-value {
  font-size: 16px;
  margin-top: 0; }
.sidebar .bx-filter-parameters-box .form-check {
  position: relative;
  margin: 10px 0;
  padding: 0;
  line-height: 1; }
.sidebar .bx-filter-parameters-box .form-check label {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block; }
.sidebar .bx-filter-parameters-box .form-check label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  transition: all .2s ease-out; }
.sidebar .bx-filter-parameters-box .form-check label:hover:before {
  border-color: #e1e1e1;
  border-width: 2px;
  border-radius: 4px; }
.sidebar .bx-filter-parameters-box .form-check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.sidebar .bx-filter-parameters-box .form-check input:checked ~ label:before {
  border-color: #000;
  background-color: #000; }
.sidebar .bx-filter-parameters-box .form-check--disabled {
  color: #9b9b9b; }
.sidebar .bx-filter-parameters-box .form-check--disabled label {
  color: #9b9b9b; }
.sidebar .bx-filter-parameters-box .form-check--disabled label:before {
  border: 1px solid #9b9b9b; }
.sidebar .bx-filter-parameters-box .category-list {
  margin-top: 15px; }
.sidebar .bx-filter-parameters-box .category-list li {
  margin-bottom: 10px; }
.sidebar .bx-filter-parameters-box .category-list li:last-child {
  margin-bottom: 0; }
.sidebar .bx-filter-parameters-box .category-list li a {
  color: #4a4a4a;
  line-height: 1.25;
  font-size: 16px;
  text-decoration: none; }
.sidebar .bx-filter-parameters-box .category-list li a:hover {
  color: #d0112b; }
.sidebar .bx-filter-parameters-box .category-list li a.active, .sidebar .bx-filter-parameters-box .category-list li a:focus, .sidebar .bx-filter-parameters-box .category-list li a:active {
  color: #d0112b;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.sidebar__section {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd; }
.sidebar__section-title {
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px; }
.sidebar__section-select {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font-size: 16px;
  margin-bottom: 15px;
  background-color: #ebebeb;
  color: #000;
  font-family: 'Panton', 'Verdana', sans-serif;
  border: 0;
  -webkit-appearance: listbox;
  background-position: 100% 50%;
  background-image: url("/local/templates/new_ccm/assets/images/icons/select-arrow_icon.png");
  background-repeat: no-repeat;
  cursor: pointer; }
.sidebar__section-price-range {
  margin-top: 20px; }
.sidebar__menu li {
  margin-bottom: 10px; }
.sidebar__menu li:last-child {
  margin-bottom: 0; }
.sidebar__menu li a {
  color: #4a4a4a;
  line-height: 1.25;
  font-size: 16px;
  text-decoration: none; }
.sidebar__menu li a:hover {
  color: #d0112b; }
.sidebar__menu li a.active, .sidebar__menu li a:focus, .sidebar__menu li a:active {
  color: #d0112b;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.sidebar__checkbox {
  position: relative;
  margin: 10px 0; }
.sidebar__checkbox label {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block; }
.sidebar__checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  transition: all .2s ease-out; }
.sidebar__checkbox label:hover:before {
  border-color: #e1e1e1;
  border-width: 2px;
  border-radius: 4px; }
.sidebar__checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.sidebar__checkbox input:checked ~ label:before {
  border-color: #000;
  background-color: #000; }
.sidebar__checkbox--disabled {
  color: #9b9b9b; }
.sidebar__checkbox--disabled label {
  color: #9b9b9b; }
.sidebar__checkbox--disabled label:before {
  border: 1px solid #9b9b9b; }
.sidebar__sizes-column {
  display: inline-block;
  width: 32%;
  vertical-align: top; }
.sidebar__sizes-column--disabled {
  color: #9b9b9b; }
.sidebar__sizes-column:last-child {
  margin-right: 0; }
.sidebar__sizes-title {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase; }
.sidebar__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-color: #000;
  color: #000;
  background-color: transparent;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 15px;
  min-width: 50px; }
.sidebar__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .sidebar__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .sidebar__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.sidebar__btn:hover {
  background-color: #000;
  color: #fff; }
.sidebar__reset-btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  border-color: #d0112b;
  color: #d0112b;
  font-weight: 500;
  margin-top: 15px; }
.sidebar__reset-btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .sidebar__reset-btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .sidebar__reset-btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.sidebar__reset-btn span {
  position: relative;
  display: inline-block;
  padding-left: 25px; }
.sidebar__reset-btn span:before {
  position: absolute;
  content: '\d7';
  font-family: 'Times New Roman',Serif;
  font-size: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
.sidebar__reset-btn:hover {
  background-color: #d0112b;
  border-color: #d0112b;
  color: #fff; }

.toggle-sidebar-btn {
  display: none; }

@media (max-width: 992px) {
  .sidebar {
    width: 33.33%; }
  .sidebar__reset-btn {
    width: 100%; }
  .sidebar__btn {
    width: 100%; } }
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1100;
    background-color: #fff;
    border: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .sidebar--visible {
    transform: translateX(0); }
  .sidebar__close {
    display: block;
    position: fixed;
    right: 20px;
    top: 13px;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-family: "Times New Roman",Serif;
    font-size: 20px;
    font-family: 'Panton', 'Verdana', sans-serif;
    font-weight: 600;
    z-index: 1900;
    cursor: pointer; }
  .sidebar__content {
    position: relative; }
  .sidebar__reset-btn {
    display: block;
    width: 90%;
    margin: 10px auto 0; }
  .sidebar__btn {
    display: block;
    width: 90%;
    margin: 30px auto; }

  .toggle-sidebar-btn {
    font-family: 'Panton', 'Verdana', sans-serif;
    display: inline-block;
    position: relative;
    width: 157px;
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    white-space: nowrap;
    vertical-align: top;
    text-transform: uppercase;
    box-sizing: border-box;
    color: #000;
    border: 1px solid #000;
    display: block;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    width: 100% !important;
    margin-bottom: 25px;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important; }
  .toggle-sidebar-btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff; } }
@media (max-width: 767px) and (max-width: 992px) {
  .toggle-sidebar-btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 767px) and (max-width: 640px) {
  .toggle-sidebar-btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
@media (max-width: 767px) {
  .toggle-sidebar-btn:hover, .toggle-sidebar-btn:focus {
    background-color: #000;
    color: #fff;
    border: 1px solid #000; } }
.pagination {
  margin: 40px 0;
  text-align: center; }
.pagination__container {
  display: inline-block;
  position: relative;
  padding: 0 80px; }
.pagination__arrows-item {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 100%;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.9) inset;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
.pagination__arrows-item:hover {
  background-color: #000;
  color: #fff; }
.pagination__arrows-item:before {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  left: 50%;
  top: 50%;
  margin-top: -4px; }
.pagination__arrows-item--left {
  left: 0; }
.pagination__arrows-item--left:before {
  transform: rotate(135deg);
  margin-left: -3px; }
.pagination__arrows-item--right {
  right: 0; }
.pagination__arrows-item--right:before {
  transform: rotate(-45deg);
  margin-left: -5px; }
.pagination__link {
  color: #9b9b9b;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 9px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none; }
.pagination__link--active, .pagination__link:hover, .pagination__link:active, .pagination__link:focus {
  color: #010101; }

@media (max-width: 640px) {
  .pagination {
    margin: 30px 0; }
  .pagination__container {
    padding: 0 40px; }
  .pagination__link {
    font-size: 14px;
    margin: 10px 6px; } }
.detail-element {
  background-color: #ffffff;
  padding: 50px 0; }
.detail-element .slider-product .slider-product-item .slide img {
  width: 100%;
  height: auto; }
.detail-element .slider-product .slider-product-item .slide:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 25px;
  top: 25px;
  z-index: 10;
  background: transparent url(/local/templates/new_ccm/assets/images/magnifier.svg) 0 0 no-repeat;
  background-size: contain;
  transition: opacity .2s ease-out; }
.detail-element .product-item-label-ring {
  width: 100%;
  max-width: 100px;
  line-height: 30px;
  height: auto;
  -webkit-border-radius: 0;
  border-radius: 0; }
.detail-element .slick-dots {
  text-align: center; }
.detail-element .slick-dots > li {
  display: inline-block;
  cursor: pointer; }
.detail-element .slick-dots > li button {
  display: inline-block;
  border: 2px solid #d0112b;
  height: 24px;
  width: 24px;
  font-size: 0;
  background: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.detail-element .slick-dots > li button:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  height: 18px;
  width: 18px;
  opacity: 0;
  background: #d0112b; }
.detail-element .slick-dots > li button :hover:before {
  opacity: 1; }
.detail-element .slick-dots > li + li {
  margin-left: 3px; }
.detail-element .slick-dots > li.slick-active button:before {
  opacity: 1; }
.detail-element .product-title {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.detail-element .subtitle-info {
  font-size: 16px; }
.detail-element .subtitle-info span {
  color: #9b9b9b; }
.detail-element .subtitle-info span.sku_label {
  margin-left: 15px; }
.detail-element .product-item-detail-info-section .product-item-detail-info-container-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  color: #000;
  margin-bottom: 5px; }
.detail-element .product-item-detail-info-section .product-item-scu-container .product-item-scu-item-list .product-item-scu-item-text-container {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  min-width: auto; }
.detail-element .product-item-detail-info-section .product-item-scu-container .product-item-scu-item-list .product-item-scu-item-text-container .product-item-scu-item-text-block {
  border: 1px solid #d0112b;
  position: relative;
  cursor: pointer;
  padding: 0;
  outline: none; }
.detail-element .product-item-detail-info-section .product-item-scu-container .product-item-scu-item-list .product-item-scu-item-text-container .product-item-scu-item-text-block .product-item-scu-item-text {
  font-size: 12px;
  line-height: 24px;
  min-width: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.detail-element .product-item-detail-info-section .product-item-scu-container .product-item-scu-item-list .product-item-scu-item-text-container .product-item-scu-item-text-block .product-item-scu-item-text:hover {
  border: 2px solid #d0112b; }
.detail-element .product-item-detail-info-section .product-item-scu-container .product-item-scu-item-list .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  position: relative;
  overflow: hidden; }
.detail-element .product-item-detail-info-section .product-item-scu-container .product-item-scu-item-list .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0) url(/local/templates/new_ccm/assets/images/cross.svg) no-repeat center;
  background-size: 100% 100%; }
.detail-element .product-item-detail-info-section .product-item-scu-container .product-item-scu-item-list .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block .product-item-scu-item-text {
  color: #999999; }
.detail-element .product-item-detail-info-section .product-item-scu-container .product-item-scu-item-list .product-item-scu-item-text-container.selected .product-item-scu-item-text-block .product-item-scu-item-text {
  border: 2px solid #d0112b; }
.detail-element .product-item-detail-info-container {
  margin: 20px 0 10px;
  line-height: .8;
  font-size: 30px;
  font-weight: 700; }
.detail-element .product-item-detail-info-container .product-item-detail-info-container-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  color: #000;
  margin-bottom: 5px; }
.detail-element .product-item-detail-info-container .product-item-detail-price-old {
  text-decoration: line-through;
  color: #959595;
  font-size: 25px; }
.detail-element .product-item-detail-info-container .btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 2px;
  min-width: 200px;
  margin-right: 20px;
  border-color: #d0112b;
  background-color: #d0112b;
  cursor: pointer; }
.detail-element .product-item-detail-info-container .btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .detail-element .product-item-detail-info-container .btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .detail-element .product-item-detail-info-container .btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.detail-element .product-item-detail-info-container .btn:hover, .detail-element .product-item-detail-info-container .btn:focus, .detail-element .product-item-detail-info-container .btn:active {
  background-color: #a70b20;
  border-color: #a70b20;
  color: #fff; }
.detail-element .product-item-detail-info-container .btn--black {
  background-color: #000;
  color: #fff;
  transition: all 0.4s ease-out;
  border: none; }
.detail-element .product-item-detail-info-container .btn--black:hover, .detail-element .product-item-detail-info-container .btn--black:focus, .detail-element .product-item-detail-info-container .btn--black:active {
  background-color: #d0112b;
  border-color: #000; }
.detail-element .product-item-detail-info-container .btn--inform {
  width: auto;
  background-color: transparent;
  border-color: #000;
  color: #000;
  padding: 0 15px;
  transition: all 0.4s ease-out; }
.detail-element .product-item-detail-info-container .btn--inform:hover, .detail-element .product-item-detail-info-container .btn--inform:focus, .detail-element .product-item-detail-info-container .btn--inform:active {
  background-color: #000;
  color: #fff;
  border-color: #000; }
.detail-element .product-item-detail-info-container .btn-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0; }
.detail-element .product-item-detail-info-container .btn-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.detail-element .product-item-detail-info-container .btn-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #d0112b;
  background-color: #d0112b; }
.detail-element .product-item-detail-info-container .btn-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1; }
.detail-element .product-item-detail-info-container .btn-checkbox label {
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #4a4a4a;
  transition: all .2s ease-out;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 2px;
  cursor: pointer; }
.detail-element .product-item-detail-info-container .btn-checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border: 1px solid #000;
  transition: all .2s ease-out;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background-color: #fff;
  border-color: #e1e1e1; }
.detail-element .product-item-detail-info-container .btn-checkbox label:after {
  position: absolute;
  left: 7px;
  top: 1px;
  content: '';
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all .2s ease-out;
  opacity: 0; }

.good-top {
  background-color: #ffffff;
  padding: 50px 0; }
.good-info {
  zoom: 1; }
.good-info:after {
  content: "";
  display: table;
  clear: both; }
.good-info-slider {
  width: 43.334%;
  float: left; }
.good-info-slider__container {
  padding-bottom: 40px; }
.good-info-slider__item-image img {
  width: 100%; }
.good-info-slider__btn {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 100%;
  color: #000;
  transform: translateY(-50%);
  transition: all .2s ease-out;
  cursor: pointer;
  z-index: 100; }
.good-info-slider__btn:hover {
  background-color: #000;
  color: #fff; }
.good-info-slider__btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid; }
.good-info-slider__btn--prev {
  left: 20px; }
.good-info-slider__btn--prev:before {
  transform: rotate(135deg);
  margin-left: -3px; }
.good-info-slider__btn--next {
  right: 20px; }
.good-info-slider__btn--next:before {
  transform: rotate(-45deg);
  margin-left: -5px; }
.good-info-slider__dots {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  font-size: 18px; }
.good-info-slider__dots li {
  text-align: center;
  display: none; }
.good-info-slider__dots li.slick-active {
  display: block; }
.good-info__content {
  float: right;
  width: 50%; }
.good-info__title {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.good-info__caption {
  font-size: 16px; }
.good-info__caption span {
  margin-left: 15px;
  color: #9b9b9b; }
.good-info__price {
  line-height: .8;
  margin: 30px 0 10px;
  font-size: 30px;
  font-weight: 700; }
.good-info__price--old {
  text-decoration: line-through;
  color: #959595;
  font-size: 25px;
  margin-left: 5px; }
.good-info__available {
  margin: 5px 0 20px; }
.good-info__available-label {
  display: inline-block;
  padding: 0 8px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 12px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  background-color: #09986a;
  color: #fff; }
.good-info__available-label--not {
  background-color: #9b9b9b;
  color: #fff; }
.good-info__available-link {
  font-size: 12px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  transition: all ease-out .2s;
  text-decoration: none; }
.good-info__available-link:hover {
  border-color: transparent;
  color: #000; }
.good-info__announce {
  margin: 0 0 8px;
  padding: 0 0 0 17px;
  list-style-type: disc; }
.good-info__announce-item {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 7px; }
.good-info__link {
  position: relative;
  font-size: 14px;
  padding-right: 8px;
  display: inline-block;
  color: #1e7be2;
  text-decoration: none;
  transition: all 0.4s ease-out; }
.good-info__link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid #1e7be2;
  border-bottom: 1px solid #1e7be2;
  margin-top: -2px;
  transition: all 0.4s ease-out; }
.good-info__link:hover {
  color: #000; }
.good-info__link:hover:after {
  border-color: #000; }
.good-info__params {
  margin: 20px 0;
  zoom: 1; }
.good-info__params:after {
  content: "";
  display: table;
  clear: both; }
.good-info__params-row {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px; }
.good-info__params-row li, .good-info__params-row li.selected, .good-info__params-row li:hover {
  background-color: #ffffff; }
.good-info__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  color: #000;
  margin-bottom: 5px; }
.good-info__submit {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 2px;
  min-width: 200px;
  margin-right: 20px;
  border-color: #d0112b;
  background-color: #d0112b;
  cursor: pointer; }
.good-info__submit:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .good-info__submit {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .good-info__submit {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.good-info__submit:hover, .good-info__submit:focus, .good-info__submit:active {
  background-color: #a70b20;
  border-color: #a70b20;
  color: #fff; }
.good-info__submit--black {
  background-color: #000;
  color: #fff;
  transition: all 0.4s ease-out;
  border: none; }
.good-info__submit--black:hover, .good-info__submit--black:focus, .good-info__submit--black:active {
  background-color: #d0112b;
  border-color: #000; }
.good-info__submit--inform {
  width: auto;
  background-color: transparent;
  border-color: #000;
  color: #000;
  padding: 0 15px;
  transition: all 0.4s ease-out; }
.good-info__submit--inform:hover, .good-info__submit--inform:focus, .good-info__submit--inform:active {
  background-color: #000;
  color: #fff;
  border-color: #000; }
.good-info__submit-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0; }
.good-info__submit-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.good-info__submit-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #d0112b;
  background-color: #d0112b; }
.good-info__submit-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1; }
.good-info__submit-checkbox label {
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #4a4a4a;
  transition: all .2s ease-out;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 2px;
  cursor: pointer; }
.good-info__submit-checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border: 1px solid #000;
  transition: all .2s ease-out;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background-color: #fff;
  border-color: #e1e1e1; }
.good-info__submit-checkbox label:after {
  position: absolute;
  left: 7px;
  top: 1px;
  content: '';
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all .2s ease-out;
  opacity: 0; }
.good-tabs {
  border-top: 5px solid #272727;
  margin-top: 25px; }
.good-tabs__menu {
  max-width: 1200px;
  margin: 0 auto 60px; }
.good-tabs__menu-item {
  display: inline-block;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #000;
  padding: 15px 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: top;
  width: 16.3%;
  transition: all .4s ease-out;
  cursor: pointer; }
.good-tabs__menu-item:hover {
  color: #d0112b; }
.good-tabs__menu-item--active, .good-tabs__menu-item:active, .good-tabs__menu-item:focus {
  background-color: #272727;
  color: #fff;
  cursor: default; }
.good-tabs__menu-item--active:hover, .good-tabs__menu-item:active:hover, .good-tabs__menu-item:focus:hover {
  color: #fff; }
.good-tabs__content {
  max-width: 1200px;
  margin: 0 auto; }
.good-tabs__content-item {
  display: none;
  zoom: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0; }
.good-tabs__content-item:after {
  content: "";
  display: table;
  clear: both; }
.good-tabs__content-item--active {
  display: block; }
.good-tabs__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700; }
.good-tabs__text {
  width: 58.33333333%;
  text-align: justify;
  line-height: 1.7;
  float: left; }
.good-tabs__text p {
  margin-bottom: 10px;
  font-size: 14px; }
.good-tabs__link {
  text-align: center;
  margin-top: 40px; }
.good-tabs__link a {
  color: #4a4a4a;
  font-size: 16px;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none;
  transition: all .4s ease-out; }
.good-tabs__link a:hover {
  color: #000;
  border-color: transparent; }
.good-tabs__img {
  width: 39%;
  float: right;
  padding: 0 15px; }

@media (max-width: 1280px) {
  .good-tabs__menu-item {
    font-size: 14px;
    padding: 15px 10px;
    font-weight: 500; } }
@media (max-width: 992px) {
  .good-info {
    display: flex;
    flex-direction: column; }
  .good-info-slider {
    float: none;
    width: 520px;
    margin: 0 auto 30px; }
  .good-info__content {
    width: 500px;
    float: none;
    margin: 0 auto; }
  .good-info__title {
    text-align: center; }
  .good-info__caption {
    text-align: center; }
  .good-info__price {
    text-align: center; }
  .good-info__available {
    text-align: center;
    margin: 5px 0 30px; }
  .good-info__announce {
    margin: 0 0 25px; }
  .good-tabs {
    border-top: 3px solid #272727; }
  .good-tabs__menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    border-bottom: 3px solid #272727; }
  .good-tabs__menu-item {
    width: 33%;
    padding: 13px 0;
    font-size: 13px; }
  .good-tabs__link {
    margin-top: 20px; }
  .good-tabs__title {
    font-size: 16px;
    font-family: 'Panton', 'Verdana', sans-serif;
    font-weight: 600;
    margin-bottom: 5px; } }
@media (max-width: 640px) {
  .good-tabs__text {
    width: 100%;
    float: none; }
  .good-tabs__img {
    display: block;
    float: none;
    width: 430px;
    margin: 25px auto 0; }
  .good-tabs__menu-item {
    width: 50%; }
  .good-info__submit {
    height: 34px; } }
@media (max-width: 560px) {
  .good-info-slider {
    width: 100%; }
  .good-info__content {
    width: 100%; }
  .good-tabs__img {
    max-width: 400px;
    width: 100%; } }
@media (max-width: 460px) {
  .good-info__params-row {
    width: 100%; }
  .good-info__params-row .jq-selectbox {
    width: 100%; }
  .good-info__params-row .jq-selectbox__select {
    width: 100%; }
  .good-info__submit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0.6em 1em; }
  .good-top {
    padding: 25px 0; } }
.available-tab__table {
  width: 100%;
  border-collapse: collapse; }
.available-tab__table th {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.39;
  text-align: center;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd; }
.available-tab__table__th-select {
  padding: 0; }
.available-tab__table td {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border: 1px solid #ddd; }
.available-tab__table td:last-child {
  text-align: center; }
.available-tab__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  border-color: #d0112b;
  color: #d0112b;
  background-color: transparent; }
.available-tab__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .available-tab__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .available-tab__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.available-tab__btn:hover {
  background-color: #d0112b;
  color: #fff; }
.available-tab__btn--black {
  border-color: #000;
  color: #000;
  background-color: transparent; }
.available-tab__btn--black:hover {
  background-color: #000;
  color: #fff; }
.available-tab__link {
  display: inline-block;
  white-space: nowrap;
  color: #9b9b9b;
  text-decoration: underline;
  transition: all .4s ease-out; }
.available-tab__link:hover {
  color: #4a90e2; }
.available-tab__select {
  width: 200px;
  height: 40px;
  margin-top: 30px;
  cursor: pointer;
  padding: 0 !important; }
.available-tab__select select {
  display: none; }
.available-tab__select-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.available-tab__select-default-param {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  transition: all .2s ease-out;
  padding: 0 30px 0 10px;
  color: #4a4a4a;
  overflow: hidden; }
.available-tab__select-default-param span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.available-tab__select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #fff; }
.available-tab__select-arrow i {
  position: absolute;
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: -3px;
  transform: rotate(45deg); }
.available-tab__select-arrow--opened i {
  margin-top: 0;
  transform: rotate(-135deg); }
.available-tab__select-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  background-clip: padding-box;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  margin: 0;
  max-height: 188px; }
.available-tab__select-list--opened {
  left: 0; }
.available-tab__select-list-item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #272727;
  line-height: 18px;
  transition: color .2s ease-out;
  word-wrap: break-word;
  cursor: pointer; }
.available-tab__select-list-item:hover:after, .available-tab__select-list-item--selected:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: rotate(45deg); }

@media (max-width: 992px) {
  .available-tab__table th {
    font-size: 16px; }
  .available-tab__table td:first-child {
    min-width: 180px; }
  .available-tab__table-container {
    position: relative;
    overflow-x: auto; }
  .available-tab__select-container {
    font-size: 16px; }
  .available-tab__select-arrow {
    width: 30px; } }
.delivery-tab__fields {
  margin: 35px 0 40px; }
.delivery-tab__fields--calc {
  margin-top: 15px; }
.delivery-tab__column {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding-left: 62px;
  min-height: 40px; }
.delivery-tab__column--calc {
  width: 30%;
  margin-right: 2.7%; }
.delivery-tab__column:last-child {
  margin-right: 0; }
.delivery-tab__label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  font-size: 14px;
  color: #9b9b9b; }
.delivery-tab__label--required:after {
  content: '*';
  display: inline;
  margin-left: 2px;
  color: #d0112b;
  font-size: 13px; }
.delivery-tab__input {
  width: 218px;
  background: #fff;
  font-family: inherit;
  border: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px; }
.delivery-tab__input--small {
  width: 140px; }
.delivery-tab__input--calc {
  width: 100%; }
.delivery-tab__input:focus {
  border-width: 2px;
  background-color: rgba(32, 52, 128, 0.01); }
.delivery-tab__input-field {
  position: relative; }
.delivery-tab__input-field--filled .delivery-tab__input-clear {
  display: block; }
.delivery-tab__input-clear {
  position: absolute;
  right: 0;
  color: #ddd;
  top: 0;
  display: none;
  z-index: 20;
  font-size: 30px;
  width: 35px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.4s ease-out; }
.delivery-tab__input-clear:hover {
  color: #000; }
.delivery-tab__results {
  zoom: 1;
  margin-bottom: 25px; }
.delivery-tab__results:after {
  content: "";
  display: table;
  clear: both; }
.delivery-tab__results-text {
  font-size: 16px;
  line-height: 1.6;
  display: inline-block; }
.delivery-tab__results-text p span {
  font-weight: 600; }
.delivery-tab__select {
  width: 100%;
  max-width: 370px;
  height: 40px;
  cursor: pointer;
  float: right;
  margin-top: 30px; }
.delivery-tab__select select {
  display: none; }
.delivery-tab__select-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ddd; }
.delivery-tab__select-default-param {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: rgba(32, 52, 128, 0.01);
  transition: all .2s ease-out;
  padding: 0 50px 0 10px;
  color: #4a4a4a; }
.delivery-tab__select-default-param span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.delivery-tab__select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  border-left: 1px solid #ddd;
  background-color: #fff; }
.delivery-tab__select-arrow i {
  position: absolute;
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: -3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.delivery-tab__select-arrow--opened i {
  margin-top: 0;
  transform: rotate(-135deg); }
.delivery-tab__select-arrow[data-open="true"] i {
  margin-top: 0;
  transform: rotate(-135deg); }
.delivery-tab__select-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  background-clip: padding-box;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  margin: 0;
  max-height: 240px; }
.delivery-tab__select-list--opened {
  left: 0; }
.delivery-tab__select-list[data-open="true"] {
  left: 0;
  visibility: visible; }
.delivery-tab__select-list-item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #272727;
  line-height: 18px;
  transition: color .2s ease-out;
  word-wrap: break-word;
  cursor: pointer; }
.delivery-tab__select-list-item:hover:after, .delivery-tab__select-list-item--selected:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: rotate(45deg); }
.delivery-tab__select--calc {
  max-width: 270px; }
.delivery-tab__map-container {
  height: 480px; }

.good-tabs__content-item .availability-table {
  width: 100%;
  border-collapse: collapse; }
.good-tabs__content-item .availability-table .chosen-container {
  display: block;
  max-width: 200px; }
.good-tabs__content-item .availability-table .chosen-container .chosen-container-single .chosen-single {
  width: 200px;
  border: 0 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39;
  padding: 8px 10px; }
.good-tabs__content-item .availability-table th {
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.39;
  text-align: center;
  color: #000;
  padding: 5px 10px; }
.good-tabs__content-item .availability-table th.select-col {
  padding: 0; }
.good-tabs__content-item .availability-table td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000; }
.good-tabs__content-item .availability-table td:nth-child(2) {
  text-align: center; }
.good-tabs__content-item .availability-table td:last-child {
  text-align: center; }
.good-tabs__content-item .availability-table .link {
  display: inline-block;
  white-space: nowrap;
  color: #9b9b9b;
  text-decoration: underline; }
.good-tabs__content-item .availability-table .link:hover {
  color: #4a90e2; }
.good-tabs__content-item p {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }
.good-tabs__content-item .btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #d0112b;
  color: #fff;
  border-color: #d0112b; }
.good-tabs__content-item .btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .good-tabs__content-item .btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .good-tabs__content-item .btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.good-tabs__content-item .btn:hover, .good-tabs__content-item .btn:focus {
  background-color: #a70b20;
  color: #fff;
  border-color: #a70b20; }

@media (max-width: 992px) {
  .delivery-tab__column {
    width: 30%;
    margin-right: 2%; }
  .delivery-tab__input {
    width: 100%;
    max-width: 218px; } }
@media (max-width: 700px) {
  .delivery-tab__fields {
    margin: 35px 0 5px; }
  .delivery-tab__fields--calc {
    margin-top: 15px; }
  .delivery-tab__column {
    width: 100%;
    margin-bottom: 10px; }
  .delivery-tab__input {
    max-width: 100%; }
  .delivery-tab__results-text {
    display: block;
    font-size: 14px; }
  .delivery-tab__label--calc {
    position: static;
    display: block;
    width: 100%;
    margin-top: 10px; }
  .delivery-tab__column--calc {
    padding-left: 0;
    margin-right: 0; } }
@media (max-width: 640px) {
  .delivery-tab__map-container {
    height: 280px; } }
.store-tab__header {
  margin-bottom: 50px; }
.store-tab__select {
  width: 100%;
  max-width: 370px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  max-width: 300px;
  margin-right: 25px; }
.store-tab__select select {
  display: none; }
.store-tab__select-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ddd; }
.store-tab__select-default-param {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: rgba(32, 52, 128, 0.01);
  transition: all .2s ease-out;
  padding: 0 50px 0 10px;
  color: #4a4a4a; }
.store-tab__select-default-param span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.store-tab__select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  border-left: 1px solid #ddd;
  background-color: #fff; }
.store-tab__select-arrow i {
  position: absolute;
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: -3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.store-tab__select-arrow--opened i {
  margin-top: 0;
  transform: rotate(-135deg); }
.store-tab__select-arrow[data-open="true"] i {
  margin-top: 0;
  transform: rotate(-135deg); }
.store-tab__select-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  background-clip: padding-box;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  margin: 0;
  max-height: 240px; }
.store-tab__select-list--opened {
  left: 0; }
.store-tab__select-list[data-open="true"] {
  left: 0;
  visibility: visible; }
.store-tab__select-list-item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #272727;
  line-height: 18px;
  transition: color .2s ease-out;
  word-wrap: break-word;
  cursor: pointer; }
.store-tab__select-list-item:hover:after, .store-tab__select-list-item--selected:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: rotate(45deg); }
.store-tab__content-item {
  display: none; }
.store-tab__content-item--active {
  display: block; }
.store-tab__map-container {
  height: 480px; }
.store-tab__search {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 40px;
  max-width: 500px;
  margin-right: 45px;
  vertical-align: middle;
  position: relative;
  padding-left: 190px;
  padding-right: 40px; }
.store-tab__search label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  line-height: 1; }
.store-tab__search-field {
  position: relative; }
.store-tab__search-input {
  background: #fff;
  font-family: inherit;
  border: 1px solid #ddd;
  display: block;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  width: 100%;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  outline: 0;
  position: relative; }
.store-tab__search-btn {
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  border: 0;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/search-black.svg") 50% 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  opacity: .8;
  transition: all .2s ease-out;
  outline: 0;
  top: 0; }
.store-tab__toggle {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  height: 40px;
  float: right; }
.store-tab__toggle-label {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 24px; }
.store-tab__toggle-links {
  display: inline-block; }
.store-tab__toggle-link {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  padding-bottom: 7px;
  border-bottom: 3px solid transparent;
  color: #000;
  cursor: pointer;
  transition: all 0.4s ease-out;
  margin-bottom: -13px; }
.store-tab__toggle-link:first-child {
  margin-right: 25px; }
.store-tab__toggle-link--active {
  border-color: #d0112b;
  font-weight: 700; }
.store-tab__toggle-link--active:hover {
  color: #000 !important; }
.store-tab__toggle-link:hover {
  color: #d0112b; }
.store-tab__table {
  width: 100%;
  border-collapse: collapse; }
.store-tab__table tr.active td, .store-tab__table tr.active a {
  color: #d0112b; }
.store-tab__table tr.active .store-tab__map-link:before {
  opacity: 0; }
.store-tab__table tr.active .store-tab__map-link:after {
  opacity: 1; }
.store-tab__table td {
  text-align: left;
  color: #272727;
  font-size: 16px;
  padding: 10px 10px 15px;
  vertical-align: top; }
.store-tab__table td:first-child {
  padding-left: 0; }
.store-tab__table td:last-child {
  width: 24px;
  padding-left: 0;
  padding-right: 0;
  text-align: right; }
.store-tab__table td p {
  margin-bottom: 5px; }
.store-tab__table td a {
  color: #000;
  text-decoration: underline;
  transition: all ease-out .2s; }
.store-tab__table td a:hover {
  color: #d0112b;
  text-decoration: none; }
.store-tab__radio {
  position: relative; }
.store-tab__radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.store-tab__radio input:checked + label {
  color: #d0112b; }
.store-tab__radio input:checked + label:before {
  border-color: #d0112b; }
.store-tab__radio input:checked + label:after {
  opacity: 1; }
.store-tab__radio label {
  position: relative;
  padding-left: 30px;
  transition: all .2s ease-out;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  transform: none;
  top: 0; }
.store-tab__radio label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 100%;
  transition: all .2s ease-out; }
.store-tab__radio label:after {
  position: absolute;
  content: '';
  left: 3px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #d0112b;
  border-radius: 100%;
  transition: all .2s ease-out;
  z-index: 5;
  opacity: 0; }
.store-tab__radio label:hover {
  color: #d0112b; }
.store-tab__radio label:hover:before {
  border-color: #d0112b; }
.store-tab__work-time {
  font-size: 15px;
  margin-top: 5px;
  color: #9b9b9b; }
.store-tab__map-link {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 25px;
  vertical-align: middle;
  margin-left: 5px; }
.store-tab__map-link:before, .store-tab__map-link:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .2s ease-out; }
.store-tab__map-link:before {
  opacity: 1;
  background-image: url("/local/templates/new_ccm/assets/images/icons/location-black.svg"); }
.store-tab__map-link:after {
  opacity: 0;
  background-image: url("/local/templates/new_ccm/assets/images/icons/location.svg"); }
.store-tab__map-link:hover:before {
  opacity: 0; }
.store-tab__map-link:hover:after {
  opacity: 1; }

@media (max-width: 1280px) {
  .store-tab__select {
    width: 230px;
    margin-right: 2%; }
  .store-tab__search {
    width: 320px;
    padding-left: 144px;
    padding-right: 0;
    margin-right: 2%; }
  .store-tab__search label {
    font-size: 14px; }
  .store-tab__toggle-label {
    font-size: 14px; } }
@media (max-width: 900px) {
  .store-tab__select {
    width: 100%;
    max-width: 400px;
    display: block;
    margin-right: 0;
    margin-bottom: 15px; }
  .store-tab__search {
    width: 100%;
    max-width: 400px;
    display: block;
    padding: 0;
    margin-right: 0; }
  .store-tab__search label {
    position: static; }
  .store-tab__toggle {
    display: block;
    float: none;
    margin-top: 15px; }
  .store-tab__table td {
    font-size: 14px; } }
@media (max-width: 730px) {
  .store-tab__table {
    display: block; }
  .store-tab__table tr {
    display: block;
    font-size: 0; }
  .store-tab__table td {
    width: 100%;
    display: inline-block; }
  .store-tab__table td:nth-child(3) {
    width: 33%; }
  .store-tab__table td:nth-child(4) {
    width: 50%; }
  .store-tab__table td:last-child {
    white-space: nowrap;
    text-align: right;
    width: 40px; } }
.table-tab__table {
  width: 100%;
  margin-bottom: 60px; }
.table-tab__table td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  font-size: 18px;
  color: #000;
  transition: all .2s ease-out;
  height: 47px;
  cursor: default;
  text-transform: uppercase; }
.table-tab__table td:before {
  display: none;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d0112b; }
.table-tab__table td:first-child {
  text-align: left;
  font-weight: 700; }
.table-tab__table td:first-child div {
  padding-left: 0; }
.table-tab__table td:first-child:hover:before {
  display: none; }
.table-tab__table td:hover {
  font-weight: bold; }
.table-tab__table td:hover:before {
  display: block; }
.table-tab__table td div {
  padding: 12px 10px; }

@media (max-width: 740px) {
  .table-tab__table {
    margin: 10px 0 30px; }
  .table-tab__table td {
    font-size: 15px; }
  .table-tab__table td:first-child {
    font-family: 'Panton', 'Verdana', sans-serif;
    font-weight: 600; }
  .table-tab__table td div {
    padding: 10px; } }
@media (max-width: 640px) {
  .table-tab__table {
    width: auto;
    margin: 0; }
  .table-tab__table td {
    font-size: 14px; }
  .table-tab__table-container {
    position: relative;
    overflow-x: auto;
    margin: 10px 0 30px; } }
.param-tab__list {
  display: flex;
  flex-wrap: wrap; }
.param-tab__item {
  width: 31%;
  float: left;
  margin-bottom: 30px; }
.param-tab__text {
  font-size: 14px;
  text-align: justify;
  line-height: 1.7; }

@media (max-width: 992px) {
  .param-tab__item {
    width: 48%;
    margin-bottom: 20px; } }
@media (max-width: 640px) {
  .param-tab__item {
    width: 100%; } }
.associated-goods {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0; }
.associated-goods--without-border {
  border-bottom: none; }
.associated-goods-slider__header {
  width: 430px;
  margin: 0 auto 30px;
  text-align: center; }
.associated-goods-slider__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }
.associated-goods-slider__item {
  display: inline-block;
  width: 25%;
  padding: 0 15px;
  text-decoration: none;
  cursor: pointer; }
.associated-goods-slider__item:hover .associated-goods-slider__image {
  background-color: rgba(0, 0, 0, 0.5); }
.associated-goods-slider__image {
  position: relative;
  display: block;
  overflow: hidden;
  transition: background-color 0.2s ease-out;
  margin-bottom: 5px; }
.associated-goods-slider__image::before {
  content: "";
  width: 100%;
  display: block;
  height: 0;
  padding-top: 100%; }
.associated-goods-slider__image img {
  position: absolute;
  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%; }
@supports (object-fit: cover) {
  .associated-goods-slider__image img {
    object-fit: cover;
    height: 100%;
    transform: none;
    top: 0;
    left: 0; } }
.associated-goods-slider__image img {
  z-index: -2; }
.associated-goods-slider__info {
  text-align: center; }
.associated-goods-slider__item-title {
  display: table;
  width: 100%;
  height: 40px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 5px; }
.associated-goods-slider__item-title p {
  display: table-cell;
  vertical-align: middle; }
.associated-goods-slider__price {
  font-weight: 700;
  color: #141414; }
.associated-goods-slider__btn {
  position: absolute;
  top: -42px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 100%;
  color: #000;
  transform: translateY(-50%);
  transition: all .2s ease-out;
  cursor: pointer; }
.associated-goods-slider__btn:hover {
  background-color: #000;
  color: #fff; }
.associated-goods-slider__btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid; }
.associated-goods-slider__btn--prev {
  left: 385px; }
.associated-goods-slider__btn--prev:before {
  transform: rotate(135deg);
  margin-left: -3px; }
.associated-goods-slider__btn--next {
  right: 385px; }
.associated-goods-slider__btn--next:before {
  transform: rotate(-45deg);
  margin-left: -5px; }
.associated-goods-popup {
  position: fixed;
  top: 0;
  left: -100%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 8000; }
.associated-goods-popup--visible {
  left: 0;
  visibility: visible; }
.associated-goods-popup__wrapper {
  position: relative;
  width: 1050px;
  height: auto;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  overflow: visible;
  padding: 50px;
  background-color: #ebebeb; }
@media screen and (min-width: 992px) and (max-height: 640px) {
  .associated-goods-popup__wrapper {
    overflow: auto;
    overflow-y: scroll;
    height: calc(100vh - 15px - 15px); } }
.associated-goods-popup__close {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  font-size: 50px;
  z-index: 8040;
  opacity: 1;
  line-height: 1.1;
  font-weight: 300;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #bdbdbd;
  transition: all 0.4s ease-out; }
.associated-goods-popup__close:hover {
  color: #000; }
.associated-goods-popup__info {
  zoom: 1; }
.associated-goods-popup__info:after {
  content: "";
  display: table;
  clear: both; }
.associated-goods-popup__slider {
  width: 50%;
  float: left; }
.associated-goods-popup__content {
  float: right;
  width: 49%; }
.associated-goods-popup__title {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.associated-goods-popup__caption {
  font-size: 16px; }
.associated-goods-popup__caption span {
  margin-left: 15px;
  color: #9b9b9b; }
.associated-goods-popup__price {
  line-height: .8;
  margin: 30px 0 10px;
  font-size: 30px;
  font-weight: 700; }
.associated-goods-popup__price--old {
  text-decoration: line-through;
  color: #959595;
  font-size: 25px;
  margin-left: 5px; }
.associated-goods-popup__available {
  margin: 5px 0 20px; }
.associated-goods-popup__available-label {
  display: inline-block;
  padding: 0 8px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 12px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  background-color: #09986a;
  color: #fff; }
.associated-goods-popup__available-label--not {
  background-color: #9b9b9b;
  color: #fff; }
.associated-goods-popup__available-link {
  font-size: 12px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  transition: all ease-out .2s;
  text-decoration: none; }
.associated-goods-popup__available-link:hover {
  border-color: transparent;
  color: #000; }
.associated-goods-popup__announce {
  margin: 0 0 8px;
  padding: 0 0 0 17px;
  list-style-type: disc; }
.associated-goods-popup__announce-item {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 7px; }
.associated-goods-popup__link {
  position: relative;
  font-size: 14px;
  padding-right: 8px;
  display: inline-block;
  color: #1e7be2;
  text-decoration: none;
  transition: all 0.4s ease-out; }
.associated-goods-popup__link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid #1e7be2;
  border-bottom: 1px solid #1e7be2;
  margin-top: -2px;
  transition: all 0.4s ease-out; }
.associated-goods-popup__link:hover {
  color: #000; }
.associated-goods-popup__link:hover:after {
  border-color: #000; }
.associated-goods-popup__params {
  margin: 20px 0;
  zoom: 1; }
.associated-goods-popup__params:after {
  content: "";
  display: table;
  clear: both; }
.associated-goods-popup__params-row {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px; }
.associated-goods-popup__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  color: #000;
  margin-bottom: 5px; }
.associated-goods-popup__submit {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 2px;
  min-width: 200px;
  margin-right: 20px;
  border-color: #d0112b;
  background-color: #d0112b; }
.associated-goods-popup__submit:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .associated-goods-popup__submit {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .associated-goods-popup__submit {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.associated-goods-popup__submit:hover, .associated-goods-popup__submit:focus, .associated-goods-popup__submit:active {
  background-color: #a70b20;
  border-color: #a70b20;
  color: #fff; }
.associated-goods-popup__submit--black {
  background-color: #000;
  color: #fff;
  transition: all 0.4s ease-out;
  border: none; }
.associated-goods-popup__submit--black:hover, .associated-goods-popup__submit--black:focus, .associated-goods-popup__submit--black:active {
  background-color: #d0112b;
  border-color: #000; }
.associated-goods-popup__submit--inform {
  width: auto;
  background-color: transparent;
  border-color: #000;
  color: #000;
  padding: 0 15px;
  transition: all 0.4s ease-out; }
.associated-goods-popup__submit--inform:hover, .associated-goods-popup__submit--inform:focus, .associated-goods-popup__submit--inform:active {
  background-color: #000;
  color: #fff;
  border-color: #000; }
.associated-goods-popup__submit-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0; }
.associated-goods-popup__submit-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.associated-goods-popup__submit-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #d0112b;
  background-color: #d0112b; }
.associated-goods-popup__submit-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1; }
.associated-goods-popup__submit-checkbox label {
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #4a4a4a;
  transition: all .2s ease-out;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 2px;
  cursor: pointer; }
.associated-goods-popup__submit-checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border: 1px solid #000;
  transition: all .2s ease-out;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background-color: #fff;
  border-color: #e1e1e1; }
.associated-goods-popup__submit-checkbox label:after {
  position: absolute;
  left: 7px;
  top: 1px;
  content: '';
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all .2s ease-out;
  opacity: 0; }

@media (max-width: 1200px) {
  .associated-goods-slider__btn--next {
    right: calc(385 * 100vw / 1200); }
  .associated-goods-slider__btn--prev {
    left: calc(385 * 100vw / 1200); } }
@media (max-width: 1100px) {
  .associated-goods-slider__btn--next {
    right: calc(330 * 100vw / 1200); }
  .associated-goods-slider__btn--prev {
    left: calc(330 * 100vw / 1200); }
  .associated-goods-popup__wrapper {
    width: 960px; } }
@media (max-width: 992px) {
  .associated-goods-slider__btn--next {
    right: calc(200 * 100vw / 992); }
  .associated-goods-slider__btn--prev {
    left: calc(200 * 100vw / 992); }
  .associated-goods-popup__wrapper {
    width: 100%;
    max-width: 600px;
    height: 90vh;
    overflow-x: hidden; }
  .associated-goods-popup__info {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
  .associated-goods-popup__slider {
    width: 100%;
    float: none; }
  .associated-goods-popup__content {
    width: 100%;
    float: none; }
  .associated-goods-popup__submit {
    height: auto; } }
@media (max-width: 730px) {
  .associated-goods-slider__btn--next {
    right: calc(100 * 100vw / 730); }
  .associated-goods-slider__btn--prev {
    left: calc(100 * 100vw / 730); }
  .associated-goods-popup__wrapper {
    width: 80%;
    padding: 35px; }
  .associated-goods-popup__title {
    font-size: 16px; }
  .associated-goods-popup__price {
    font-size: 23px;
    margin: 20px 0 10px; }
  .associated-goods-popup__price--old {
    font-size: 20px; }
  .associated-goods-popup__params-row {
    width: 100%; }
  .associated-goods-popup__params-row .jq-selectbox {
    width: 100%; }
  .associated-goods-popup__params-row .jq-selectbox__select {
    width: 100%; }
  .associated-goods-popup__submit {
    width: 100%;
    margin-bottom: 15px; } }
@media (max-width: 590px) {
  .associated-goods-slider__btn--next {
    right: 0; }
  .associated-goods-slider__btn--prev {
    left: 0; } }
@media (max-width: 460px) {
  .associated-goods-slider__header {
    width: 100%; }
  .associated-goods-slider__title {
    font-size: 15px; }
  .associated-goods-slider__btn {
    top: -40px; }
  .associated-goods-popup__wrapper {
    width: 280px;
    padding: 30px 15px; } }
.reviews {
  zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0; }
.reviews:after {
  content: "";
  display: table;
  clear: both; }
.reviews__list {
  width: 58.33333333%;
  max-width: 580px;
  float: left; }
.reviews__title {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }
.reviews__title span {
  font-weight: 400; }
.reviews-item {
  margin-bottom: 25px; }
.reviews-item__header {
  zoom: 1;
  margin-bottom: 20px; }
.reviews-item__header:after {
  content: "";
  display: table;
  clear: both; }
.reviews-item__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  margin-right: 15px;
  color: #000; }
.reviews-item__text {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: justify; }
.reviews-item__date {
  color: #4a4a4a;
  font-size: 12px;
  font-style: italic; }
.reviews-item__rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 11px;
  width: 95px;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/star-black.png") 0 50% repeat-x; }
.reviews-item__rating-value {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100%;
  background: #fff url("/local/templates/new_ccm/assets/images/icons/star-active.png") 0 50% repeat-x; }
.reviews-item__rating-value--one {
  width: 15%; }
.reviews-item__rating-value--two {
  width: 40%; }
.reviews-item__rating-value--three {
  width: 60%; }
.reviews-item__rating-value--four {
  width: 84%; }
.reviews-item__rating-value--five {
  width: 100%; }
.reviews__see-more {
  margin-top: 30px;
  text-align: center; }
.reviews__see-more a {
  color: #4a4a4a;
  font-size: 16px;
  border-bottom: 1px solid #4a4a4a;
  text-decoration: none;
  transition: all 0.4s ease-out; }
.reviews__see-more a:hover {
  color: #000;
  border-color: transparent; }
.reviews-form {
  width: 41.66666667%;
  float: right; }
.reviews-form__title {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.reviews-form__group {
  margin-bottom: 15px; }
.reviews-form__label {
  color: #9b9b9b;
  font-size: 16px;
  margin-bottom: 5px;
  display: block; }
.reviews-form__label--inline {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px; }
.reviews-form__textarea {
  width: 100%;
  height: 80px;
  padding-top: 8px;
  line-height: 1.4;
  border: 1px solid #ddd; }
.reviews-form__input {
  border: 1px solid #ddd;
  display: block;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  width: 100%;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  outline: 0;
  position: relative; }
.reviews-form__submit {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  margin: 10px 0 20px;
  background-color: #d0112b;
  border-color: #d0112b;
  letter-spacing: 2px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  min-width: 210px; }
.reviews-form__submit:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .reviews-form__submit {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .reviews-form__submit {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.reviews-form__submit:hover {
  background-color: #a70b20;
  border-color: #a70b20;
  color: #fff; }
.reviews-form__text {
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 40px; }
.reviews-form__rules {
  font-size: 14px;
  color: #9b9b9b; }
.reviews-form__rules-title {
  font-weight: bold; }
.reviews-form__rules-list-item {
  display: block; }
.reviews-form__rules-list-item span {
  text-transform: uppercase; }
.reviews-rating {
  position: relative;
  display: inline-block;
  overflow: hidden;
  *zoom: 1; }
.reviews-rating__input {
  position: absolute;
  top: 0;
  width: 11px;
  height: 11px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  z-index: 0; }
.reviews-rating__input:checked ~ label {
  background-position: 0 -15px; }
.reviews-rating__input#star1 {
  left: 0; }
.reviews-rating__input#star2 {
  left: 21px; }
.reviews-rating__input#star3 {
  left: 42px; }
.reviews-rating__input#star4 {
  left: 63px; }
.reviews-rating__input#star5 {
  right: 11px; }
.reviews-rating__label {
  position: relative;
  float: right;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background-image: url("/local/templates/new_ccm/assets/images/icons/star.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  z-index: 1; }
.reviews-rating__label:hover {
  background-position: 0 -15px; }
.reviews-rating__label:hover ~ label {
  background-position: 0 -15px; }
.reviews-nothing {
  margin: 50px auto 0;
  max-width: 520px; }
.reviews-nothing__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center; }
.reviews-nothing__sub-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px; }
.reviews-nothing__rules {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.4; }
.reviews-nothing__rules-title {
  font-weight: bold; }
.reviews-nothing__rules-list-item {
  display: block; }
.reviews-nothing__rules-list-item span {
  text-transform: uppercase; }

@media (max-width: 1280px) {
  .reviews__list {
    width: 53%; } }
@media (max-width: 780px) {
  .reviews__title {
    font-size: 18px;
    font-family: 'Panton', 'Verdana', sans-serif;
    font-weight: 600;
    margin-bottom: 15px; }
  .reviews__list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    float: none; }
  .reviews-item__header {
    margin-bottom: 10px; }
  .reviews-item__name {
    font-size: 18px;
    font-weight: 500; }
  .reviews-form {
    width: 100%;
    float: none; }
  .reviews-form__title {
    font-size: 18px; }
  .reviews__see-more {
    margin-top: 20px; } }
@media (max-width: 640px) {
  .reviews-form__submit {
    width: 100%;
    padding: 0.6em 1em; } }
.popup-contacts {
  position: fixed;
  top: 0;
  left: -100%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 8000; }
.popup-contacts--visible {
  left: 0;
  visibility: visible; }
.popup-contacts__wrapper {
  position: relative;
  width: 430px;
  height: auto;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  overflow: visible;
  padding: 50px 45px;
  background-color: #fff; }
.popup-contacts__close {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  cursor: pointer;
  text-align: center;
  z-index: 8040;
  opacity: 1;
  line-height: 1.1;
  font-weight: 300;
  color: #bdbdbd;
  transition: all 0.4s ease-out; }
.popup-contacts__close:hover {
  color: #000; }
.popup-contacts__header {
  text-align: center;
  margin-bottom: 30px; }
.popup-contacts__header p {
  font-size: 13px; }
.popup-contacts__title {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700; }
.popup-contacts__form-group {
  margin-bottom: 15px; }
.popup-contacts__form-label {
  display: block;
  font-size: 12px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .5px;
  color: #9b9b9b;
  margin-bottom: 5px; }
.popup-contacts__form-label:after {
  content: '*';
  display: inline;
  margin-left: 2px;
  color: #d0112b;
  font-size: 13px; }
.popup-contacts__form-input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px; }
.popup-contacts__submit {
  margin-top: 40px;
  text-align: center; }
.popup-contacts__submit-btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #d0112b;
  color: #fff; }
.popup-contacts__submit-btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .popup-contacts__submit-btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .popup-contacts__submit-btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.popup-contacts__submit-btn:hover {
  background-color: #a70b20;
  color: #fff; }

@media (max-width: 460px) {
  .popup-contacts__wrapper {
    width: 100%;
    padding: 40px 30px; }
  .popup-contacts__header {
    margin-bottom: 20px; }
  .popup-contacts__submit-btn {
    width: 100%;
    padding: 0.6em 1em; } }
.catalogue-page-col .catalog {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.catalogSearch .top-search {
  z-index: 400;
  left: 0;
  width: 100%;
  transition: all .4s ease-out;
  position: relative;
  transform: none;
  -webkit-transform: none;
  top: 0; }
.catalogSearch .top-search .search-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/search-grey_icon.svg") 50% 50% no-repeat;
  background-size: contain;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
  z-index: 10;
  border: 0; }
@media (max-width: 640px) {
  .catalogSearch .top-search .search-icon {
    left: 15px; } }
.catalogSearch .top-search input {
  background-color: #FFFFFF;
  font-size: 18px;
  padding-left: 75px;
  height: 60px; }
@media (max-width: 640px) {
  .catalogSearch .top-search input {
    padding-left: 40px; } }
.catalogSearch .top-search input:focus {
  background-color: #FFFFFF; }

.search-active .top-search {
  transform: translateY(0); }

.page-content {
  padding: 30px 0 40px;
  min-height: 300px; }

.auth__title {
  line-height: 1;
  font-size: 60px;
  color: #000;
  font-family: "BebasNeue",sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px; }
.auth__caption {
  text-align: center;
  color: #000;
  line-height: 1.4;
  max-width: 595px;
  margin: 0 auto 30px;
  font-size: 14px; }
.auth__menu {
  margin: 0 0 35px;
  text-align: center;
  border-bottom: 1px solid #ddd; }
.auth__menu-item {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1;
  vertical-align: bottom;
  margin: 0 15px;
  cursor: pointer; }
.auth__menu-item:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 0;
  background-color: #d0112b;
  transition: all .2s ease-out;
  z-index: 1; }
.auth__menu-item--active {
  font-weight: 700; }
.auth__menu-item--active:before {
  width: 100%; }
.auth__menu-item:hover:before {
  width: 100%; }
.auth__content-item--active {
  display: block; }
.auth-form {
  zoom: 1;
  margin: 0 auto;
  max-width: 400px; }
.auth-form:after {
  content: "";
  display: table;
  clear: both; }
.auth-form__announce {
  margin: 0 0 35px; }
.auth-form__announce h4 {
  font-size: 18px;
  line-height: 1.3;
  padding-top: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px; }
.auth-form__announce p {
  color: #9b9b9b;
  line-height: 1.4;
  font-size: 14px; }
.auth-form__container {
  zoom: 1;
  width: 300px;
  margin: 0 auto; }
.auth-form__container:after {
  content: "";
  display: table;
  clear: both; }
.auth-form__container--reg {
  width: 770px; }
.auth-form__column {
  width: 50%;
  padding: 0 15px; }
.auth-form__column:first-child {
  float: left; }
.auth-form__column:last-child {
  float: right; }
.auth-form__group {
  margin-bottom: 15px; }
.auth-form__label {
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .5px;
  color: #9b9b9b;
  margin-bottom: 5px;
  display: block; }
.auth-form__label--required:after {
  content: '*';
  display: inline;
  margin-left: 2px;
  color: #d0112b;
  font-size: 13px; }
.auth-form__input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px; }
.auth-form__input--error {
  border-color: #d0112b;
  border-width: 2px; }
.auth-form__phone-input {
  position: relative;
  padding-left: 39px; }
.auth-form__phone-input span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd; }
.auth-form__checkbox {
  position: relative;
  margin: 10px 0;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.auth-form__checkbox label {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
  transition: all .2s ease-out;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 2px;
  cursor: pointer; }
.auth-form__checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  transition: all .2s ease-out; }
.auth-form__checkbox label:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 7px;
  top: 2px;
  transform: rotate(45deg);
  transition: all .2s ease-out;
  opacity: 0; }
.auth-form__checkbox label:hover {
  color: #000; }
.auth-form__checkbox label:hover:before {
  border-width: 2px;
  border-radius: 4px; }
.auth-form__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
.auth-form__checkbox input:checked + label:before {
  background-color: #d0112b;
  border-color: #d0112b; }
.auth-form__checkbox input:checked + label:after {
  opacity: 1; }
.auth-form__select {
  width: 100%;
  max-width: 370px;
  height: 40px;
  cursor: pointer;
  max-width: 100%; }
.auth-form__select select {
  display: none; }
.auth-form__select-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ddd; }
.auth-form__select-default-param {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: rgba(32, 52, 128, 0.01);
  transition: all .2s ease-out;
  padding: 0 50px 0 10px;
  color: #4a4a4a; }
.auth-form__select-default-param span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.auth-form__select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  border-left: 1px solid #ddd;
  background-color: #fff; }
.auth-form__select-arrow i {
  position: absolute;
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: -3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.auth-form__select-arrow--opened i {
  margin-top: 0;
  transform: rotate(-135deg); }
.auth-form__select-arrow[data-open="true"] i {
  margin-top: 0;
  transform: rotate(-135deg); }
.auth-form__select-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  background-clip: padding-box;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  margin: 0;
  max-height: 240px; }
.auth-form__select-list--opened {
  left: 0; }
.auth-form__select-list[data-open="true"] {
  left: 0;
  visibility: visible; }
.auth-form__select-list-item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #272727;
  line-height: 18px;
  transition: color .2s ease-out;
  word-wrap: break-word;
  cursor: pointer; }
.auth-form__select-list-item:hover:after, .auth-form__select-list-item--selected:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: rotate(45deg); }
.auth-form__btn-section {
  margin-top: 30px; }
.auth-form__btn-section a {
  display: inline-block;
  color: #4a90e2;
  font-size: 14px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  text-decoration: none; }
.auth-form__btn-section a:hover {
  color: #000; }
.auth-form__submit {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #d0112b;
  color: #fff;
  border-color: #d0112b; }
.auth-form__submit:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .auth-form__submit {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .auth-form__submit {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.auth-form__submit:hover, .auth-form__submit:focus {
  background-color: #a70b20;
  color: #fff;
  border-color: #a70b20; }
.auth-form__submit--center {
  display: block;
  margin: 0 auto; }
.auth-form__textarea {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  height: 117px; }

@media (max-width: 640px) {
  .auth__title {
    font-size: 36px;
    margin-bottom: 15px; }
  .auth__caption {
    margin-bottom: 15px; }
  .auth__menu-item {
    font-size: 14px;
    margin: 0 10px;
    padding-top: 15px; }
  .auth-form__container {
    width: 100%; }
  .auth-form__container--reg {
    width: 100%; }
  .auth-form__column {
    width: 100%;
    float: none;
    padding: 0; }
  .auth-form__checkbox-label {
    font-size: 13px; }
  .auth-form__submit {
    min-width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    padding: 0 15px; }
  .auth-form--reg {
    max-width: 100%; } }
@media (max-width: 420px) {
  .auth__menu-item {
    font-size: 13px;
    margin: 0 2%; } }
.personal__container {
  max-width: 470px;
  margin: 0 auto; }
.personal__text {
  margin-bottom: 35px; }
.personal__text h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700; }
.personal__text p {
  font-size: 14px;
  text-align: justify; }
.personal__text p span {
  font-weight: bold; }
.personal__text-link {
  text-transform: none;
  text-decoration: none;
  color: #4a90e2;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px; }
.personal__text-link:hover {
  color: #000; }
.personal__tabs {
  margin-bottom: 35px; }
.personal__radio {
  position: relative;
  display: inline-block; }
.personal__radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.personal__radio input:checked + label {
  color: #d0112b; }
.personal__radio input:checked + label:before {
  border-color: #d0112b; }
.personal__radio input:checked + label:after {
  opacity: 1; }
.personal__radio label {
  position: relative;
  padding-left: 30px;
  transition: all .2s ease-out;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  transform: none;
  top: 0; }
.personal__radio label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 100%;
  transition: all .2s ease-out; }
.personal__radio label:after {
  position: absolute;
  content: '';
  left: 3px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #d0112b;
  border-radius: 100%;
  transition: all .2s ease-out;
  z-index: 5;
  opacity: 0; }
.personal__radio label:hover {
  color: #d0112b; }
.personal__radio label:hover:before {
  border-color: #d0112b; }
.personal__radio:first-child {
  margin-right: 45px; }
.personal__content-item {
  display: none; }
.personal__content-item--visible {
  display: block; }
.personal-form {
  max-width: 470px;
  margin: 0 auto; }
.personal-form__group {
  position: relative;
  padding-left: 130px;
  margin-bottom: 15px;
  min-height: 40px; }
.personal-form__group-radio {
  padding-top: 10px; }
.personal-form__group-checkbox {
  margin-bottom: 15px; }
.personal-form__group--short {
  padding-left: 0; }
.personal-form__short-group {
  position: relative;
  width: 228px;
  display: inline-block;
  padding-left: 130px;
  margin-right: 10px; }
.personal-form__short-group:last-child {
  margin-right: 0; }
.personal-form__label {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 115px;
  transform: translateY(-50%);
  line-height: 1.2;
  font-size: 14px;
  color: #9b9b9b; }
.personal-form__label--required:after {
  content: '*';
  display: inline;
  margin-left: 2px;
  color: #d0112b;
  font-size: 13px; }
.personal-form__input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px; }
.personal-form__phone-input {
  position: relative;
  padding-left: 39px; }
.personal-form__phone-input span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd; }
.personal-form__datepicker-input {
  position: relative;
  padding-right: 39px; }
.personal-form__datepicker-input span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  color: #000;
  background: #fff url("/local/templates/new_ccm/assets/images/icons/calendar.svg") 50% 50% no-repeat;
  background-size: 20px 20px;
  border: 1px solid #ddd; }
.personal-form__datepicker-input input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px; }
.personal-form__text {
  padding-top: 11px;
  color: #272727;
  font-size: 14px; }
.personal-form__btn-section {
  margin-top: 30px; }
.personal-form__submit {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #000000;
  display: block;
  margin: 0 auto; }
.personal-form__submit:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .personal-form__submit {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .personal-form__submit {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.personal-form__submit:hover {
  background-color: #d0112b;
  color: #fff; }
.personal-form__checkbox {
  position: relative;
  margin: 10px 0;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: 45px;
  vertical-align: top; }
.personal-form__checkbox label {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
  transition: all .2s ease-out;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 2px;
  cursor: pointer; }
.personal-form__checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  transition: all .2s ease-out; }
.personal-form__checkbox label:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 7px;
  top: 2px;
  transform: rotate(45deg);
  transition: all .2s ease-out;
  opacity: 0; }
.personal-form__checkbox label:hover {
  color: #000; }
.personal-form__checkbox label:hover:before {
  border-width: 2px;
  border-radius: 4px; }
.personal-form__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
.personal-form__checkbox input:checked + label:before {
  background-color: #d0112b;
  border-color: #d0112b; }
.personal-form__checkbox input:checked + label:after {
  opacity: 1; }
.personal-form__checkbox:last-child {
  margin-right: 0; }
.personal-form__checkbox-label {
  display: inline-block;
  word-wrap: break-word;
  overflow-wrap: break-word; }
.personal-form__checkbox--short label {
  max-width: 176px; }
.personal__social-item {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 23px;
  background-color: #4a4a4a;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  text-align: center;
  cursor: pointer; }
.personal__social-item:hover, .personal__social-item:active, .personal__social-item:focus, .personal__social-item--active {
  background-color: #d0112b; }
.personal__social-item:last-child {
  margin-right: 0; }
.personal__social-item--vk:before {
  content: "\f189"; }
.personal__social-item--fb:before {
  content: "\f09a"; }
.personal__social-item--twitter:before {
  content: "\f099"; }
.personal__social-item--youtube:before {
  content: "\f167"; }
.personal__social-item--insta:before {
  content: "\f16d"; }
.personal-orders {
  width: 100%;
  border-spacing: 0; }
.personal-orders th {
  background-color: rgba(234, 234, 234, 0.2);
  padding: 10px 25px;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: .5px;
  color: #9b9b9b;
  font-weight: 400; }
.personal-orders th:nth-child(1), .personal-orders th:nth-child(4) {
  text-align: center; }
.personal-orders th:last-child {
  text-align: right; }
.personal-orders td {
  padding: 25px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.43;
  color: #272727;
  cursor: pointer; }
.personal-orders td .bask-title {
  color: #4a90e2;
  text-decoration: none; }
.personal-orders td .bask-title:hover {
  color: #000; }
.personal-orders__row:hover td, .personal-orders__row:focus td, .personal-orders__row--active td {
  background-color: rgba(234, 234, 234, 0.5); }
.personal-orders__num {
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #4a90e2;
  text-align: center; }
.personal-orders__delivery-info {
  max-width: 170px;
  margin: 0 auto; }
.personal-orders__delivery-info i {
  font-weight: 400; }
.personal-orders__delivery-note {
  font-size: 12px;
  line-height: 1.25;
  color: #9b9b9b; }
.personal-orders__price {
  font-size: 14px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  text-align: right; }
.personal-orders__hidden-row > td {
  padding: 0;
  background-color: rgba(234, 234, 234, 0.5); }
.personal-orders__hidden-content {
  display: none;
  padding: 0 25px 25px; }
.personal-orders__hidden-content--visible {
  display: block; }
.personal-orders-squad {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 100%; }
.personal-orders-squad td {
  padding: 8px 10px; }
.personal-orders-squad td:first-child {
  padding-left: 0; }
.personal-orders-squad td:last-child {
  padding-right: 0;
  text-align: right; }
.personal-orders-squad__info {
  white-space: nowrap;
  max-width: 240px; }
.personal-orders-squad__image {
  position: relative;
  max-width: 70px;
  display: inline-block;
  vertical-align: middle; }
.personal-orders-squad__image img {
  max-width: 100%;
  height: auto; }
.personal-orders-squad__discount {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #d0112b;
  border-radius: 100%;
  top: -10px;
  right: -15px;
  font-size: 11px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.personal-orders-squad__title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  white-space: normal;
  max-width: 150px;
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #272727; }
.personal-orders-squad__title span {
  display: block;
  font-size: 12px;
  line-height: 1.67;
  color: #9b9b9b;
  font-weight: 400;
  margin-top: 5px; }
.personal-orders-squad__param {
  color: #9b9b9b; }
.personal-orders-squad__param span {
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #272727; }
.personal-orders-squad__price {
  font-size: 14px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #000; }
.personal-orders-squad__price-old {
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 16px; }
.personal-orders__total {
  padding-top: 13px;
  text-align: right; }
.personal-orders__total-price {
  font-size: 14px;
  color: #9b9b9b; }
.personal-orders__total-price span {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  min-width: 130px;
  padding-left: 10px; }
.personal-orders__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #d0112b;
  color: #fff;
  border-color: #d0112b;
  min-width: 230px;
  margin-top: 10px; }
.personal-orders__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .personal-orders__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .personal-orders__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.personal-orders__btn:hover, .personal-orders__btn:focus {
  background-color: #a70b20;
  color: #fff;
  border-color: #a70b20; }
.personal-orders__btn-cancel {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #000;
  border: 1px solid #000;
  display: block;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 230px;
  margin-top: 10px; }
.personal-orders__btn-cancel:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .personal-orders__btn-cancel {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .personal-orders__btn-cancel {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.personal-orders__btn-cancel:hover, .personal-orders__btn-cancel:focus {
  background-color: #000;
  color: #fff;
  border: 1px solid #000; }

@media (max-width: 992px) {
  .personal-form__submit {
    width: 157px;
    height: 42px;
    line-height: 42px;
    font-size: 13px; } }
@media (max-width: 767px) {
  .personal-orders td {
    padding: 15px 10px;
    font-size: 12px; }
  .personal-orders__num {
    font-size: 14px; }
  .personal-orders__hidden-row td {
    padding: 0; }
  .personal-orders__hidden-content {
    padding: 0 10px 20px; }
  .personal-orders-squad td {
    padding: 8px 10px; }
  .personal-orders-squad__row {
    margin-bottom: 10px; }
  .personal-orders-squad__image {
    max-width: 50px; }
  .personal-orders-squad__title {
    font-size: 13px;
    font-weight: 500; }
  .personal-orders-squad__title span {
    font-size: 11px; }
  .personal-orders-squad__param span {
    font-weight: 500; }
  .personal-orders-squad__price {
    font-weight: 500; } }
@media (max-width: 640px) {
  .personal__text p {
    text-align: left; }
  .personal-form__group {
    padding-left: 0;
    min-height: auto;
    height: auto; }
  .personal-form__group--short {
    height: auto; }
  .personal-form__short-group {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; }
  .personal-form__group-checkbox {
    margin-bottom: 30px; }
  .personal-form__label {
    position: static;
    display: block;
    max-width: 100%;
    top: 0; }
  .personal-form__submit {
    padding: 0; }
  .personal-form__checkbox {
    display: block;
    margin-right: 0; }
  .personal-form__checkbox--short {
    display: block; }
  .personal-form__text {
    padding-top: 0;
    margin-bottom: 30px; }
  .personal__radio {
    display: block;
    margin-bottom: 12px; }
  .personal__radio:first-child {
    margin-right: 0; }
  .personal__social-item {
    margin-right: 11px; }
  .personal-orders {
    min-width: 610px; }
  .personal-orders-wrap {
    overflow-x: auto;
    position: relative; } }
@media (max-width: 500px) {
  .personal-orders__btn {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0; } }
.order__title {
  line-height: 1;
  font-size: 60px;
  color: #000;
  font-family: "BebasNeue",sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase; }
.order__caption {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  line-height: 1.4;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
.order__section {
  zoom: 1;
  padding: 30px 0;
  border-bottom: 1px solid #dddddd; }
.order__section:after {
  content: "";
  display: table;
  clear: both; }
.order__section-title {
  margin: 0 0 50px;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700; }
.order__section-title--address {
  margin-bottom: 20px; }
.order-table {
  width: 100%; }
.order-table-wrap {
  float: left;
  width: calc(100% - 245px - 3%); }
.order-table th {
  background-color: rgba(234, 234, 234, 0.2);
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: .5px;
  color: #9b9b9b;
  font-weight: 400; }
.order-table th:first-child {
  text-align: center; }
.order-table td {
  padding: 8px 10px; }
.order-table td:first-child {
  padding-left: 0; }
.order-table td:last-child {
  text-align: right; }
.order-table__row--removed td {
  font-size: 14px; }
.order-table__row--removed td:first-child {
  opacity: .4; }
.order-table__row--removed td:last-child {
  color: #9b9b9b;
  text-align: left; }
.order-table__info {
  max-width: 270px; }
.order-table__image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100px; }
.order-table__image img {
  max-width: 100%;
  height: auto; }
.order-table__discount {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #d0112b;
  border-radius: 100%;
  top: -10px;
  right: -15px;
  font-size: 11px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600; }
.order-table__title {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #272727;
  margin-left: 15px;
  white-space: normal; }
.order-table__title span {
  display: block;
  font-size: 12px;
  line-height: 1.67;
  color: #9b9b9b;
  font-weight: 400;
  margin-top: 5px; }
.order-table__param {
  color: #9b9b9b;
  margin-bottom: 4px;
  font-size: 14px; }
.order-table__param span {
  font-weight: 500;
  color: #272727; }
.order-table__price {
  font-size: 14px;
  font-weight: 500;
  color: #000; }
.order-table__price-old {
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 16px; }
.order-table__count-input {
  position: relative;
  width: 104px;
  margin: 0 auto;
  padding: 0 27px;
  display: inline-block;
  vertical-align: middle; }
.order-table__count-input-btn {
  position: absolute;
  top: 0;
  width: 27px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 500;
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 600;
  z-index: 50;
  cursor: pointer;
  transition: all .2s ease-out; }
.order-table__count-input-btn--minus {
  left: 0; }
.order-table__count-input-btn--plus {
  right: 0; }
.order-table__count-input-btn:hover {
  color: #d0112b; }
.order-table__count-input-btn.disabled {
  color: #ddd !important;
  opacity: 1 !important; }
.order-table__count-input input {
  width: 100%;
  height: 35px;
  background-color: rgba(32, 52, 128, 0.01);
  border: solid 1px #ddd;
  text-align: center;
  font-family: inherit;
  font-size: 14px; }
.order-table__remove-btn {
  font-size: 26px;
  color: #000;
  line-height: .8;
  font-weight: 400;
  display: block;
  margin-top: -2px;
  cursor: pointer; }
.order-table__remove-btn:hover {
  color: #d0112b; }
.order-table__link {
  position: relative;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
  color: #4a90e2;
  font-size: 14px;
  margin-left: 10px; }
.order-table__link:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid #1e7be2;
  border-bottom: 1px solid #1e7be2;
  margin-top: -3px;
  transition: all 0.2s ease-out; }
.order-table__link:hover {
  color: #000; }
.order-table__link:hover:after {
  border-color: #000; }
.order-table__link--address {
  margin-top: 13px; }
.order-total {
  float: right;
  width: 245px; }
.order-total__content {
  border: 2px solid #d0112b;
  padding: 20px 15px;
  margin-bottom: 15px; }
.order-total__group {
  position: relative;
  padding-right: 15px;
  margin-bottom: 15px; }
.order-total__group input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  height: 35px;
  background-color: rgba(32, 52, 128, 0.01);
  font-size: 12px; }
.order-total__group .view_discount p {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold; }
.order-total__group .view_discount a {
  font-size: 12px; }
.order-total .bx_ordercart_coupon .bad_coupon {
  color: #dc3545; }
.order-total .bx_ordercart_coupon .good_coupon {
  color: #28a745; }
.order-total__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: 0;
  outline: 0;
  border: 0;
  cursor: pointer; }
.order-total__submit:after {
  content: '';
  position: absolute;
  right: 0;
  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__title {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  font-weight: 700; }
.order-total__table {
  width: 100%;
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd; }
.order-total__table-row {
  zoom: 1;
  height: 28px;
  padding-bottom: 7px; }
.order-total__table-row:after {
  content: "";
  display: table;
  clear: both; }
.order-total__table-label {
  width: 50%;
  float: left;
  font-size: 14px;
  text-align: left;
  color: #9b9b9b; }
.order-total__table-price {
  width: 50%;
  float: right;
  text-align: right;
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #000;
  margin-top: -2px; }
.order-total__table-price--total {
  font-size: 20px; }
.order-total__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #d0112b;
  color: #fff;
  border-color: #d0112b;
  width: 100%; }
.order-total__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .order-total__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .order-total__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.order-total__btn:hover, .order-total__btn:focus {
  background-color: #a70b20;
  color: #fff;
  border-color: #a70b20; }
.order-fields__row {
  zoom: 1; }
.order-fields__row:after {
  content: "";
  display: table;
  clear: both; }
.order-fields__group {
  position: relative;
  display: inline-block;
  width: 400px;
  margin-right: 30px;
  padding-left: 130px;
  margin-bottom: 15px; }
.order-fields__label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  font-size: 14px;
  color: #9b9b9b; }
.order-fields__label:after {
  content: '*';
  display: inline;
  margin-left: 2px;
  color: red;
  font-size: 13px; }
.order-fields__textarea {
  width: 100%;
  height: 80px;
  padding-top: 8px;
  background-color: rgba(32, 52, 128, 0.01);
  line-height: 1.4;
  border: 1px solid #dddddd; }
.order-fields__textarea-group {
  width: 400px;
  margin-right: 30px; }
.order-fields__textarea-label {
  font-size: 12px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .5px;
  color: #9b9b9b;
  margin-bottom: 5px; }
.order-fields__textarea.error {
  border-color: #dd1318 !important; }
.order-fields__input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  background-color: rgba(32, 52, 128, 0.01); }
.order-fields__input.error {
  border-color: #dd1318 !important; }
.order-fields__select {
  width: 100%;
  max-width: 370px;
  height: 40px;
  cursor: pointer;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  font-size: 14px;
  background-color: rgba(32, 52, 128, 0.01); }
.order-fields__select select {
  display: none; }
.order-fields__select-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ddd; }
.order-fields__select-default-param {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: rgba(32, 52, 128, 0.01);
  transition: all .2s ease-out;
  padding: 0 50px 0 10px;
  color: #4a4a4a; }
.order-fields__select-default-param span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.order-fields__select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  border-left: 1px solid #ddd;
  background-color: #fff; }
.order-fields__select-arrow i {
  position: absolute;
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: -3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.order-fields__select-arrow--opened i {
  margin-top: 0;
  transform: rotate(-135deg); }
.order-fields__select-arrow[data-open="true"] i {
  margin-top: 0;
  transform: rotate(-135deg); }
.order-fields__select-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  background-clip: padding-box;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  margin: 0;
  max-height: 240px; }
.order-fields__select-list--opened {
  left: 0; }
.order-fields__select-list[data-open="true"] {
  left: 0;
  visibility: visible; }
.order-fields__select-list-item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #272727;
  line-height: 18px;
  transition: color .2s ease-out;
  word-wrap: break-word;
  cursor: pointer; }
.order-fields__select-list-item:hover:after, .order-fields__select-list-item--selected:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: rotate(45deg); }
.order-fields__select.error {
  border-color: #dd1318 !important; }
.order-fields__password-group {
  display: inline-block;
  width: 460px;
  position: relative;
  vertical-align: top; }
.order-fields__password-label {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1.58;
  color: #9b9b9b;
  width: 100%; }
.order-fields__password-input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  display: inline-block;
  width: 270px;
  margin-right: 15px;
  background-color: rgba(32, 52, 128, 0.01); }
.order-fields__password-input.error {
  border-color: #dd1318 !important; }
.order-fields__link {
  position: relative;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
  color: #4a90e2;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px; }
.order-fields__link:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid #1e7be2;
  border-bottom: 1px solid #1e7be2;
  margin-top: -3px;
  transition: all 0.2s ease-out; }
.order-fields__link:hover {
  color: #000; }
.order-fields__link:hover:after {
  border-color: #000; }
.order-delivery__fields {
  margin-bottom: 15px; }
.order-delivery__column {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  min-height: 40px; }
.order-delivery__column:last-child {
  margin-right: 0; }
.order-delivery__label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  font-size: 14px;
  color: #9b9b9b; }
.order-delivery__label.location-label {
  position: static; }
.order-delivery__label--required:after {
  content: '*';
  display: inline;
  margin-left: 2px;
  color: #d0112b;
  font-size: 13px; }
.order-delivery__input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  background-color: rgba(32, 52, 128, 0.01);
  width: 218px; }
.order-delivery__input.error {
  border-color: #dd1318 !important; }
.order-delivery__input--small {
  width: 140px; }
.order-delivery__input-clear {
  position: absolute;
  right: 0;
  color: #dddddd;
  top: 0;
  display: none;
  z-index: 20;
  font-size: 30px;
  width: 35px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.4s ease-out; }
.order-delivery__input-clear:hover {
  color: #000; }
.order-delivery__input-field {
  position: relative; }
.order-delivery__input-field--filled .order-delivery__input-clear {
  display: block; }
.order-delivery__types {
  margin: 50px 0; }
.order-delivery__radio {
  position: relative;
  display: inline-block;
  width: 290px;
  margin-right: 30px;
  vertical-align: top; }
.order-delivery__radio:last-child {
  margin-right: 0; }
.order-delivery__radio-label span {
  font-weight: bold;
  color: #d0112b; }
.order-delivery__radio-caption {
  display: inline-block;
  font-size: 14px;
  line-height: 1.57;
  color: #9b9b9b;
  margin-top: 5px; }
.order-delivery__radio-caption > div {
  display: none; }
.order-delivery__radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.order-delivery__radio input:checked + label {
  color: #d0112b; }
.order-delivery__radio input:checked + label:before {
  border-color: #d0112b; }
.order-delivery__radio input:checked + label:after {
  opacity: 1; }
.order-delivery__radio input:checked + label .order-delivery__radio-caption > div {
  display: block; }
.order-delivery__radio label {
  position: relative;
  padding-left: 30px;
  transition: all .2s ease-out;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  transform: none;
  top: 0; }
.order-delivery__radio label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 100%;
  transition: all .2s ease-out; }
.order-delivery__radio label:after {
  position: absolute;
  content: '';
  left: 3px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #d0112b;
  border-radius: 100%;
  transition: all .2s ease-out;
  z-index: 5;
  opacity: 0; }
.order-delivery__radio label:hover {
  color: #d0112b; }
.order-delivery__radio label:hover:before {
  border-color: #d0112b; }
.order-delivery__select {
  width: 100%;
  max-width: 370px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px; }
.order-delivery__select select {
  display: none; }
.order-delivery__select-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ddd; }
.order-delivery__select-default-param {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: rgba(32, 52, 128, 0.01);
  transition: all .2s ease-out;
  padding: 0 50px 0 10px;
  color: #4a4a4a; }
.order-delivery__select-default-param span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.order-delivery__select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  border-left: 1px solid #ddd;
  background-color: #fff; }
.order-delivery__select-arrow i {
  position: absolute;
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: -3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.order-delivery__select-arrow--opened i {
  margin-top: 0;
  transform: rotate(-135deg); }
.order-delivery__select-arrow[data-open="true"] i {
  margin-top: 0;
  transform: rotate(-135deg); }
.order-delivery__select-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  background-clip: padding-box;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  margin: 0;
  max-height: 240px; }
.order-delivery__select-list--opened {
  left: 0; }
.order-delivery__select-list[data-open="true"] {
  left: 0;
  visibility: visible; }
.order-delivery__select-list-item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #272727;
  line-height: 18px;
  transition: color .2s ease-out;
  word-wrap: break-word;
  cursor: pointer; }
.order-delivery__select-list-item:hover:after, .order-delivery__select-list-item--selected:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: rotate(45deg); }
.order-payment {
  display: flex;
  justify-content: flex-start; }
.order-payment__item {
  position: relative;
  display: inline-block;
  width: 17%;
  margin-bottom: 25px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4; }
.order-payment__item:last-child {
  margin-right: 0; }
.order-payment__item input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }
.order-payment__item input:checked + label {
  color: #d0112b; }
.order-payment__item input:checked + label:before {
  border-color: #d0112b; }
.order-payment__item input:checked + label:after {
  opacity: 1; }
.order-payment__item input:checked + label .order-delivery__radio-caption > div {
  display: block; }
.order-payment__item label {
  position: relative;
  padding-left: 30px;
  transition: all .2s ease-out;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  transform: none;
  top: 0; }
.order-payment__item label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 100%;
  transition: all .2s ease-out; }
.order-payment__item label:after {
  position: absolute;
  content: '';
  left: 3px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #d0112b;
  border-radius: 100%;
  transition: all .2s ease-out;
  z-index: 5;
  opacity: 0; }
.order-payment__item label:hover {
  color: #d0112b; }
.order-payment__item label:hover:before {
  border-color: #d0112b; }
.order-payment__item-image {
  max-width: 110px;
  margin: 0 auto 15px; }
.order-payment__item-image img {
  max-width: 100%;
  height: auto; }
.order-payment__item-title {
  margin: 0 auto;
  color: #272727;
  max-width: 145px; }
.order-info {
  padding: 25px 0;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  zoom: 1; }
.order-info:after {
  content: "";
  display: table;
  clear: both; }
.order-info__row {
  zoom: 1;
  margin-bottom: 7px; }
.order-info__row:after {
  content: "";
  display: table;
  clear: both; }
.order-info__section {
  width: 390px;
  float: left; }
.order-info__section:last-child {
  width: 320px;
  text-align: right;
  float: right; }
.order-info__cell {
  display: inline-block;
  width: 190px; }
.order-info__cell--title {
  color: #9b9b9b;
  font-weight: 400; }
.order-info__cell--price {
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  width: 120px;
  font-size: 16px; }
.order-info-total {
  padding-top: 13px;
  text-align: right; }
.order-info-total__price {
  font-size: 14px;
  color: #9b9b9b; }
.order-info-total__price span {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  min-width: 130px;
  padding-left: 10px;
  margin-bottom: 10px; }
.order-info-total__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #d0112b;
  color: #fff;
  border-color: #d0112b;
  min-width: 230px;
  margin-bottom: 5px; }
.order-info-total__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .order-info-total__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .order-info-total__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.order-info-total__btn:hover, .order-info-total__btn:focus {
  background-color: #a70b20;
  color: #fff;
  border-color: #a70b20; }
.order-info-total__note {
  font-size: 12px;
  line-height: 1.67;
  text-align: right;
  color: #9b9b9b; }
.order-info-total__note a {
  color: #4a90e2; }
.order-info-total__note a:hover {
  text-decoration: none; }

@media (max-width: 1060px) {
  .order-table td {
    padding: 8px 1%; }
  .order-table__image {
    max-width: 80px; }
  .order-table__title {
    font-size: 14px;
    margin-left: 5%; }
  .order-table-wrap {
    width: calc(100% - 245px - 2%); } }
@media (max-width: 992px) {
  .order-table-wrap {
    width: 100%;
    float: none; }
  .order-total {
    float: none;
    margin: 20px auto 0; }
  .order-total__btn {
    width: 100%;
    height: 42px;
    line-height: 42px; }
  .order-delivery__column {
    width: 30%;
    margin-right: 3%; }
  .order-delivery__input {
    width: 100%; }
  .order-info__cell--title {
    width: 160px; }
  .order-info__section {
    width: 360px; }
  .order-info__section:last-child {
    width: 285px; }
  .order-fields__group {
    width: 55%;
    margin-right: 3%; }
  .order-fields__textarea-group {
    width: 55%; }
  .order-fields__password-group {
    width: 40%; }
  .order-fields__password-input {
    width: 100%;
    margin-right: 0; }
  .order-payment {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .order-payment__item {
    width: 26%;
    margin-right: 11%; }
  .order-payment__item:nth-child(3) {
    margin-right: 0; } }
@media (max-width: 750px) {
  .order-table {
    min-width: 670px; }
  .order-table-wrap {
    position: relative;
    overflow-x: auto; }
  .order-table__image {
    max-width: 50px; }
  .order-table__title {
    margin-left: 7%; }
  .order-delivery__fields {
    margin-bottom: 0; }
  .order-delivery__column {
    width: 45%;
    margin-bottom: 15px; }
  .order-delivery__radio {
    display: block;
    margin-bottom: 20px; }
  .order-info__section {
    width: 100%;
    margin-bottom: 10px; }
  .order-info__section:last-child {
    width: 100%;
    text-align: left; }
  .order-info__row {
    display: flex;
    justify-content: center; }
  .order-info__cell--price {
    width: 190px; } }
@media (max-width: 700px) {
  .order-info__section {
    width: 100%; } }
@media (max-width: 640px) {
  .order__title {
    font-size: 36px; }
  .order__section-title {
    margin-bottom: 25px; }
  .order-info-total__btn {
    padding: 0;
    height: 42px;
    line-height: 42px;
    font-size: 13px; }
  .order-total__btn {
    padding: 0;
    font-size: 13px; }
  .order-fields__group {
    width: 100%;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0; }
  .order-fields__label {
    top: 0;
    transform: translateY(0); }
  .order-fields__password-group {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 40px; }
  .order-fields__password-label {
    top: 0; }
  .order-fields__textarea-group {
    width: 100%; }
  .order-fields__link {
    display: block;
    width: 130px;
    margin-top: 20px; }
  .order-delivery__column {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-top: 20px; }
  .order-delivery__label {
    top: 0;
    transform: translateY(0); }
  .order-payment {
    justify-content: space-between; }
  .order-payment__item {
    width: 38%;
    margin-right: 12%; }
  .order-payment__item:nth-child(3) {
    margin-right: 12%; }
  .order-payment__item:nth-child(2n) {
    margin-right: 0; } }
@media (max-width: 460px) {
  .order-payment__item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px; }
  .order-payment__item:nth-child(3) {
    margin-right: 0; }
  .order-delivery__radio {
    width: 100%; } }
#shd_pvz_pick button {
  margin-top: 5px;
  color: white;
  background-color: #d0112b;
  border: 0;
  padding: 8px; }

#shd_pvz_pick button:hover {
  background-color: #a70b20; }

.about-top {
  position: relative; }
.about-top:before {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
.about-top__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }
.about-top__caption {
  position: absolute;
  width: 100%;
  padding: 30px;
  max-width: 775px;
  left: 50%;
  top: calc(50vh - 70px - 49px);
  transform: translate(-50%, -50%);
  z-index: 40;
  text-align: center;
  font-family: "BebasNeue",sans-serif;
  text-transform: uppercase;
  font-size: 150px;
  line-height: .81;
  letter-spacing: -3.3px;
  text-align: center;
  color: #fff;
  font-weight: 700; }
.about-top__caption .subscribe__form {
  width: 100%;
  max-width: 300px;
  margin-top: 0.5em; }
.about-top__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  display: block;
  width: 320px;
  margin: 50px auto 0; }
.about-top__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .about-top__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .about-top__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.about-stat {
  color: #fff;
  padding: 25px 0;
  background-color: #d0112b;
  text-align: center; }
.about-stat__item {
  width: 25%;
  float: left;
  font-size: 16px;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
.about-stat__item span {
  display: block;
  font-size: 80px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  font-family: "BebasNeue",sans-serif; }
.about-section {
  zoom: 1;
  position: relative;
  background-color: #f3f3f3; }
.about-section:after {
  content: "";
  display: table;
  clear: both; }
.about-section__image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("/local/templates/new_ccm/assets/images/about-section-1.jpg"); }
.about-section__image--right {
  left: auto;
  right: 0;
  background-image: url("/local/templates/new_ccm/assets/images/about-section-2.jpg"); }
.about-section__content {
  position: relative;
  padding: 60px 80px;
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 50%; }
.about-section__content--left {
  margin-left: 0;
  margin-right: 50%; }
.about-section__content h3 {
  font-size: 80px;
  font-family: "BebasNeue",sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.6px;
  color: #010101;
  margin: 0;
  margin-bottom: 25px; }
.about-section__content p {
  margin-bottom: 20px;
  text-align: justify; }
.about-section__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  color: #000;
  border: 1px solid #000;
  display: block;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  width: auto;
  margin-top: 25px;
  padding: 0 20px; }
.about-section__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .about-section__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .about-section__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.about-section__btn:hover, .about-section__btn:focus {
  background-color: #000;
  color: #fff;
  border: 1px solid #000; }

@media (max-width: 1280px) {
  .about-top__caption {
    max-width: 610px;
    font-size: 110px; }
  .about-section__content {
    padding: 40px 60px; } }
@media (min-width: 993px) and (max-height: 700px) {
  .about-top__caption {
    top: calc(50vh - 70px); } }
@media (min-height: 760px) and (min-width: 993px) and (max-width: 1280px) {
  .about-top__caption {
    top: 50%; } }
@media (max-width: 992px) {
  .about-top__caption {
    top: 50%;
    width: 100%;
    max-width: 500px;
    font-size: 90px; }
  .about-top__btn--vacancies {
    width: auto;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    padding: 0 15px; }
  .about-stat__item {
    font-size: 14px; }
  .about-stat__item span {
    font-size: 60px; }
  .about-section {
    margin-left: -15px;
    margin-right: -15px; }
  .about-section__content {
    padding: 30px 40px;
    font-size: 14px; }
  .about-section__content h3 {
    font-size: 50px; }
  .about-section__btn {
    width: auto; } }
@media (max-width: 750px) {
  .about-stat {
    padding: 25px 0 5px; }
  .about-stat__item {
    width: 50%;
    margin-bottom: 20px; }
  .about-section {
    display: flex;
    flex-direction: column; }
  .about-section__image {
    position: static;
    width: 100%;
    height: 300px; }
  .about-section__image--right {
    order: 1;
    background-position: 50% 90%; }
  .about-section__content {
    width: 100%;
    margin: 0;
    padding: 20px 15px; }
  .about-section__content--left {
    order: 2; } }
@media (max-width: 640px) {
  .about-top__caption {
    max-width: 320px;
    font-size: 60px; }
  .about-top__btn--vacancies {
    font-size: 12px;
    margin-top: 30px; }
  .about-section__image {
    height: 220px; }
  .about-section__image--right {
    background-position: 50% 88%; }
  .about-section__btn {
    height: 42px;
    line-height: 42px;
    padding: 0 15px; } }
@media (max-width: 460px) {
  .about-top__caption {
    max-width: 280px;
    font-size: 45px;
    letter-spacing: -1px; }
  .about-top__btn--vacancies {
    margin-top: 15px;
    height: 34px;
    line-height: 34px; }
  .about-stat {
    padding: 20px 0 0;
    font-size: 12px; }
  .about-stat__item {
    margin-bottom: 15px; }
  .about-stat span {
    font-size: 40px; }
  .about-section__content h3 {
    font-size: 40px;
    margin-bottom: 10px; }
  .about-section__image {
    height: 180px; } }
.contacts__title {
  line-height: 1;
  font-size: 60px;
  color: #000;
  font-family: "BebasNeue",sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px; }
.contacts-form {
  zoom: 1;
  margin-bottom: 25px; }
.contacts-form:after {
  content: "";
  display: table;
  clear: both; }
.contacts-form__container {
  zoom: 1; }
.contacts-form__container:after {
  content: "";
  display: table;
  clear: both; }
.contacts-form__info {
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  width: 240px;
  font-size: 16px;
  float: left; }
.contacts-form__info a {
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  color: #000;
  text-decoration: none; }
.contacts-form__info a:hover {
  color: #d0112b; }
.contacts-form__fields {
  zoom: 1;
  width: calc(100% - 240px - 30px);
  float: right; }
.contacts-form__fields:after {
  content: "";
  display: table;
  clear: both; }
.contacts-form__column {
  width: 48%;
  float: left; }
.contacts-form__row {
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000; }
.contacts-form__row p {
  margin-bottom: 5px; }
.contacts-form__row p span {
  display: inline-block;
  min-width: 55px;
  color: #9b9b9b; }
.contacts-form__input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  background-color: rgba(32, 52, 128, 0.01);
  margin-bottom: 15px; }
.contacts-form__phone-input {
  position: relative;
  padding-left: 39px; }
.contacts-form__phone-input span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: #000;
  background-color: #fff;
  border: 1px solid #dddddd; }
.contacts-form__textarea {
  width: 48%;
  float: right;
  height: 150px;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px;
  border: 1px solid #dddddd;
  background-color: rgba(32, 52, 128, 0.01); }
.contacts-form__btn-section {
  zoom: 1;
  text-align: right; }
.contacts-form__btn-section:after {
  content: "";
  display: table;
  clear: both; }
.contacts-form__checkbox {
  position: relative;
  margin: 10px 0;
  font-family: 'Panton', 'Verdana', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: 30px; }
.contacts-form__checkbox label {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
  transition: all .2s ease-out;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 2px;
  cursor: pointer; }
.contacts-form__checkbox label:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  transition: all .2s ease-out; }
.contacts-form__checkbox label:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 7px;
  top: 2px;
  transform: rotate(45deg);
  transition: all .2s ease-out;
  opacity: 0; }
.contacts-form__checkbox label:hover {
  color: #000; }
.contacts-form__checkbox label:hover:before {
  border-width: 2px;
  border-radius: 4px; }
.contacts-form__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
.contacts-form__checkbox input:checked + label:before {
  background-color: #d0112b;
  border-color: #d0112b; }
.contacts-form__checkbox input:checked + label:after {
  opacity: 1; }
.contacts-form__submit {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #d0112b;
  color: #fff;
  border-color: #d0112b; }
.contacts-form__submit:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .contacts-form__submit {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .contacts-form__submit {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.contacts-form__submit:hover, .contacts-form__submit:focus {
  background-color: #a70b20;
  color: #fff;
  border-color: #a70b20; }
.contacts__map-container {
  height: 480px; }

@media (max-width: 992px) {
  .contacts__title {
    font-size: 36px;
    margin-bottom: 25px; }
  .contacts-form__info {
    float: none;
    margin-bottom: 25px; }
  .contacts-form__fields {
    width: 100%;
    float: none; } }
@media (max-width: 640px) {
  .contacts-form__info {
    font-size: 14px; }
  .contacts-form__row {
    margin-bottom: 15px; }
  .contacts-form__column {
    width: 100%;
    float: none; }
  .contacts-form__textarea {
    width: 100%;
    float: none;
    margin-bottom: 15px; }
  .contacts-form__checkbox {
    margin-right: 3%;
    margin-bottom: 20px; }
  .contacts-form__submit {
    padding: 0;
    width: 157px;
    height: 42px;
    line-height: 42px;
    font-size: 13px; } }
.delivery__title {
  line-height: 1;
  font-size: 60px;
  color: #000;
  font-family: "BebasNeue",sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px; }
.delivery-find {
  zoom: 1;
  width: 690px;
  margin: 0 auto 20px; }
.delivery-find:after {
  content: "";
  display: table;
  clear: both; }
.delivery-find__label {
  float: left;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700; }
.delivery-find__container {
  float: right;
  width: calc(100% - 190px); }
.delivery-find__group {
  zoom: 1; }
.delivery-find__group:after {
  content: "";
  display: table;
  clear: both; }
.delivery-find__input {
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 10px;
  font-family: inherit;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  color: #272727;
  font-size: 14px;
  float: left;
  width: calc(100% - 40px - 5px);
  background-color: rgba(32, 52, 128, 0.01); }
.delivery-find__submit {
  width: 40px;
  height: 40px;
  float: right;
  border: 0;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/search-black.svg") 50% 50% no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  opacity: .8;
  transition: all .2s ease-out;
  outline: 0; }
.delivery__caption {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.57; }
.delivery__caption a {
  color: #000; }
.delivery__caption a:hover {
  text-decoration: none; }
.delivery-calculation {
  width: 690px;
  margin: 0 auto; }
.delivery-calculation__title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700; }

@media (max-width: 750px) {
  .delivery__title {
    font-size: 36px;
    margin-bottom: 25px; }
  .delivery-find {
    width: 100%; }
  .delivery-calculation {
    width: 100%; } }
@media (max-width: 640px) {
  .delivery-find {
    width: 100%; }
  .delivery-find__label {
    font-size: 16px;
    float: none;
    margin: 0 0 10px; }
  .delivery-find__container {
    width: 100%;
    float: none; }
  .delivery-calculation__title {
    font-size: 16px; } }
.news-top {
  position: relative; }
.news-top__image {
  max-width: 100%;
  height: auto; }
.news-top__caption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 900px;
  padding: 40px 30px;
  transform: translate(-50%, -50%);
  z-index: 50;
  color: #fff; }
.news-top__caption-content {
  max-width: 410px; }
.news-top__title {
  font-family: "BebasNeue",sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: .83;
  color: #fff;
  margin-bottom: 15px; }
.news-top__info {
  margin-bottom: 15px;
  font-size: 14px; }
.news-top__info-column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-right: 20px;
  color: #9b9b9b;
  margin-bottom: 5px; }
.news-top__info-column:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  right: -1px;
  border-radius: 100%;
  background-color: #9b9b9b;
  top: 50%;
  margin-left: -2px;
  margin-top: -1px; }
.news-top__info-column:last-child {
  padding-right: 0;
  margin-right: 0; }
.news-top__info-column:last-child:after {
  display: none; }
.news-top__info-column--comment {
  padding-left: 18px; }
.news-top__info-column--comment:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 12px;
  height: 10px;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/comment.svg") 50% 50% no-repeat;
  background-size: contain; }
.news-top__announce {
  line-height: 1.79;
  margin-bottom: 25px;
  font-size: 14px; }
.news-top__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  max-width: 260px; }
.news-top__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .news-top__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .news-top__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.news-content {
  padding: 5px 0 40px; }
.news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.news-item {
  vertical-align: top;
  font-size: 14px;
  width: 32%;
  margin-bottom: 40px; }
.news-item__image {
  position: relative;
  margin-bottom: 12px;
  max-height: 200px;
  overflow: hidden; }
.news-item__image:before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 97%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all .2s ease-out; }
.news-item__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0; }
.news-item__btn {
  font-family: 'Panton', 'Verdana', sans-serif;
  display: inline-block;
  position: relative;
  width: 157px;
  height: 42px;
  line-height: 42px;
  background-color: transparent;
  border: 1px solid #fff;
  transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: nowrap;
  vertical-align: top;
  text-transform: uppercase;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  left: -9999px;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; }
.news-item__btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
@media (max-width: 992px) {
  .news-item__btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }
@media (max-width: 640px) {
  .news-item__btn {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    padding: 0.3em 1em; } }
.news-item__content {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 20px; }
.news-item__content:hover {
  color: #d0112b; }
.news-item__content:hover .news-item__image:before {
  opacity: 1; }
.news-item__content:hover .news-item__btn {
  opacity: 1;
  left: 50%; }
.news-item__title {
  display: table;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  height: 42px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 10px;
  text-transform: uppercase; }
.news-item__title h4 {
  display: table-cell;
  vertical-align: middle;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis; }
.news-item__announce {
  height: 66px;
  overflow: hidden;
  line-height: 1.5;
  text-align: justify;
  padding: 0 10px; }
.news-item__info {
  padding: 0 10px; }
.news-item__info-column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-right: 20px;
  color: #9b9b9b;
  margin-bottom: 5px; }
.news-item__info-column:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  right: -1px;
  border-radius: 100%;
  background-color: #9b9b9b;
  top: 50%;
  margin-left: -2px;
  margin-top: -1px; }
.news-item__info-column:last-child {
  padding-right: 0;
  margin-right: 0; }
.news-item__info-column:last-child:after {
  display: none; }
.news-item__info-column--comment {
  padding-left: 18px; }
.news-item__info-column--comment:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 12px;
  height: 10px;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/comment.svg") 50% 50% no-repeat;
  background-size: contain; }
.news-item--slide {
  padding: 0 10px; }
.news-item--slide .news-item__image:before {
  height: 100%; }
.news-detail {
  zoom: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd; }
.news-detail:after {
  content: "";
  display: table;
  clear: both; }
.news-detail-slider {
  position: relative; }
.news-detail-slider__item img {
  display: block;
  max-width: 100%;
  height: auto; }
.news-detail__article {
  width: 67%;
  float: left;
  padding-right: 2%; }
.news-detail__title {
  font-family: 'Panton','Verdana',sans-serif;
  font-size: 25px;
  line-height: 1.2;
  max-width: 600px;
  margin-bottom: 10px;
  text-transform: uppercase; }
.news-detail__info {
  margin-bottom: 20px; }
.news-detail__info-column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  margin-right: 20px;
  color: #9b9b9b;
  margin-bottom: 5px; }
.news-detail__info-column:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  right: -1px;
  border-radius: 100%;
  background-color: #9b9b9b;
  top: 50%;
  margin-left: -2px;
  margin-top: -1px; }
.news-detail__info-column:last-child {
  padding-right: 0;
  margin-right: 0; }
.news-detail__info-column:last-child:after {
  display: none; }
.news-detail__info-column--comment {
  padding-left: 18px; }
.news-detail__info-column--comment:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 12px;
  height: 10px;
  background: transparent url("/local/templates/new_ccm/assets/images/icons/comment.svg") 50% 50% no-repeat;
  background-size: contain; }
.news-detail__text {
  text-align: justify;
  line-height: 1.7; }
.news-detail__text p {
  margin-bottom: 20px; }
.news-detail__text p span {
  font-weight: bold; }
.news-detail__socials {
  width: 33%;
  float: right; }
.news-detail__socials img {
  max-width: 100%; }
.news-assoc-slider {
  display: block; }
.news-assoc-slider__header {
  width: 430px;
  margin: 0 auto 30px;
  text-align: center; }
.news-assoc-slider__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  text-transform: uppercase; }
.news-assoc-slider__btn {
  position: absolute;
  top: -42px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 100%;
  color: #000;
  transform: translateY(-50%);
  transition: all .2s ease-out;
  cursor: pointer; }
.news-assoc-slider__btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid; }
.news-assoc-slider__btn--prev {
  left: 385px; }
.news-assoc-slider__btn--prev:before {
  transform: rotate(135deg);
  margin-left: -3px; }
.news-assoc-slider__btn--next {
  right: 385px; }
.news-assoc-slider__btn--next:before {
  transform: rotate(-45deg);
  margin-left: -5px; }
.news-assoc-slider__btn:hover {
  background-color: #000;
  color: #fff; }

@media (max-width: 1280px) {
  .news-top__title {
    font-size: 44px; }
  .news-top__btn {
    width: 100%;
    max-width: 260px;
    padding: 0;
    height: 42px;
    line-height: 42px;
    font-size: 13px; }
  .news-list {
    margin: 0 -15px; }
  .news-item__image {
    margin-bottom: 6px; }
  .news-item__title {
    font-size: 16px;
    margin-bottom: 5px; }
  .news-item__info-column {
    padding-right: 3%;
    margin-right: 3%; } }
@media (max-width: 1200px) {
  .news-assoc-slider__btn--next {
    right: calc(385 * 100vw / 1200); }
  .news-assoc-slider__btn--prev {
    left: calc(385 * 100vw / 1200); } }
@media (max-width: 1200px) {
  .news-assoc-slider__btn--next {
    right: calc(330 * 100vw / 1200); }
  .news-assoc-slider__btn--prev {
    left: calc(330 * 100vw / 1200); } }
@media (max-width: 992px) {
  .news-top__announce {
    display: none; }
  .news-top__title {
    font-size: 40px;
    margin-bottom: 10px; }
  .news-top__info {
    margin-bottom: 10px; }
  .news-item {
    width: 48%; }
  .news-item__title {
    font-size: 16px; }
  .news-detail__title {
    font-size: 20px; }
  .news-detail__info {
    font-size: 14px;
    margin-bottom: 10px; }
  .news-detail__text {
    font-size: 14px; }
  .news-assoc-slider__btn--next {
    right: calc(200 * 100vw / 992); }
  .news-assoc-slider__btn--prev {
    left: calc(200 * 100vw / 992); } }
@media (max-width: 820px) {
  .news-top__caption {
    padding: 20px 15px; }
  .news-top__caption-content {
    max-width: 370px; }
  .news-detail__article {
    width: 100%;
    padding-right: 0; }
  .news-detail__socials {
    display: none; } }
@media (max-width: 730px) {
  .news-assoc-slider__btn--next {
    right: calc(100 * 100vw / 730); }
  .news-assoc-slider__btn--prev {
    left: calc(100 * 100vw / 730); } }
@media (max-width: 640px) {
  .news-top__caption-content {
    max-width: 320px;
    margin: 0 auto;
    text-align: center; }
  .news-top__title {
    font-size: 33px;
    width: 100%;
    margin: 0 auto 15px; }
  .news-top__info {
    text-align: center; }
  .news-top__info-column {
    color: #dcdcdc; }
  .news-item__title {
    font-size: 14px; } }
@media (max-width: 590px) {
  .news-assoc-slider__btn--next {
    right: 0; }
  .news-assoc-slider__btn--prev {
    left: 0; } }
@media (max-width: 540px) {
  .news-top__title {
    font-size: 25px; }
  .news-top__btn {
    max-width: 210px;
    height: 32px;
    line-height: 32px;
    font-size: 11px; }
  .news-top__info-column {
    padding-right: 4%;
    margin-right: 4%; }
  .news-item {
    width: 100%; }
  .news-item__image {
    max-height: none; }
  .news-item__btn {
    width: 150px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 13px; } }
@media (max-width: 460px) {
  .news-assoc-slider__header {
    width: 100%; }
  .news-assoc-slider__title {
    font-size: 15px; }
  .news-assoc-slider__btn {
    top: -40px; } }
@media (max-width: 420px) {
  .news-content {
    padding-top: 0; }
  .news-top {
    display: none; }
  .news-item__info-column {
    padding-right: 4%;
    margin-right: 4%; }
  .news-detail__info-column--date:after {
    display: none; }
  .news-detail__info-column:last-child {
    width: 100%; } }
.store-list__form {
  max-width: 630px;
  margin: 0 auto 40px; }
.store-list__select {
  width: 100%;
  max-width: 370px;
  height: 40px;
  cursor: pointer;
  max-width: 300px;
  display: inline-block; }
.store-list__select select {
  display: none; }
.store-list__select-container {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ddd; }
.store-list__select-default-param {
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: rgba(32, 52, 128, 0.01);
  transition: all .2s ease-out;
  padding: 0 50px 0 10px;
  color: #4a4a4a; }
.store-list__select-default-param span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
.store-list__select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  border-left: 1px solid #ddd;
  background-color: #fff; }
.store-list__select-arrow i {
  position: absolute;
  border: 0;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  margin-left: -3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.store-list__select-arrow--opened i {
  margin-top: 0;
  transform: rotate(-135deg); }
.store-list__select-arrow[data-open="true"] i {
  margin-top: 0;
  transform: rotate(-135deg); }
.store-list__select-list {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  background-clip: padding-box;
  color: #444;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  margin: 0;
  max-height: 240px; }
.store-list__select-list--opened {
  left: 0; }
.store-list__select-list[data-open="true"] {
  left: 0;
  visibility: visible; }
.store-list__select-list-item {
  position: relative;
  padding: 5px 10px;
  font-size: 14px;
  color: #272727;
  line-height: 18px;
  transition: color .2s ease-out;
  word-wrap: break-word;
  cursor: pointer; }
.store-list__select-list-item:hover:after, .store-list__select-list-item--selected:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #272727;
  border-bottom: 2px solid #272727;
  transform: rotate(45deg); }
.store-list__select:first-child {
  margin-right: 25px; }
.store-list__header {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px; }
.store-list__label {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  margin-bottom: 10px; }
.store-list__tabs {
  display: inline-block; }
.store-list__tabs-link {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  color: #000;
  line-height: 1;
  vertical-align: bottom;
  margin: 0 15px;
  cursor: pointer; }
.store-list__tabs-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 0;
  background-color: #d0112b;
  transition: all .2s ease-out;
  z-index: 1; }
.store-list__tabs-link:hover:before {
  width: 100%; }
.store-list__tabs-link[data-tabs="active"] {
  font-weight: 700; }
.store-list__tabs-link[data-tabs="active"]:before {
  width: 100%; }
.store-list__tabs-content-item {
  display: none; }
.store-list__tabs-content-item[data-tabs="active"] {
  display: block; }
.store-list-table {
  width: 100%; }
.store-list-table td {
  color: #272727;
  font-size: 16px;
  padding: 10px 10px 15px;
  vertical-align: top; }
.store-list-table td:first-child {
  padding-left: 0; }
.store-list-table td:last-child {
  padding-right: 0;
  text-align: right; }
.store-list-table td p {
  margin-bottom: 5px; }
.store-list-table td a {
  color: #000; }
.store-list-table td a:hover {
  color: #d0112b;
  text-decoration: none; }
.store-list-table__work-time {
  margin-top: 5px;
  color: #9b9b9b; }
.store-list-table__map-link {
  position: relative;
  padding-right: 30px;
  padding-top: 4px;
  text-decoration: none;
  font-size: 16px; }
.store-list-table__map-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 25px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .2s ease-out;
  background-image: url("/local/templates/new_ccm/assets/images/icons/location-black.svg"); }
.store-list-table__map-link:hover:after {
  background-image: url("/local/templates/new_ccm/assets/images/icons/location.svg"); }
.store-list__more {
  margin-top: 40px;
  text-align: center; }
.store-list__more-link {
  text-decoration: underline;
  color: #4a4a4a;
  font-size: 16px; }
.store-list__more-link:hover {
  color: #000;
  text-decoration: none; }
.store-list__map {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd; }
.store-list__map-container {
  height: 480px; }

@media (max-width: 767px) {
  .store-list__form {
    width: 100%; }
  .store-list__select {
    width: 46%; }
  .store-list__select:first-child {
    margin-right: 3%; }
  .store-list-table td {
    font-size: 14px; }
  .store-list-table__map-link {
    font-size: 14px; } }
@media (max-width: 650px) {
  .store-list__label {
    font-size: 13px; }
  .store-list__tabs-link {
    font-size: 13px;
    margin: 0 10px; }
  .store-list__select {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .store-list__select:first-child {
    margin-right: 0; }
  .store-list-table tr {
    display: block;
    border-bottom: 2px solid #dddddd; }
  .store-list-table td {
    display: inline-block;
    width: 40%;
    padding-left: 0; }
  .store-list-table td:nth-child(even) {
    width: 58%;
    padding-right: 0; }
  .store-list-table td:last-child {
    text-align: left; }
  .store-list-table__map-link {
    font-size: 14px; }
  .store-list__map-container {
    height: 280px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/new_ccm_ru/components/bitrix/breadcrumb/ztx_breadcrumb/style.css?1696261662563*/
.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: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/new_ccm_ru/styles.css?1754347071660*/
input.print-checkbox[type="checkbox"]{
    display: none;
}
input.print-checkbox[type="checkbox"] + label {
    width: 24px;
    height: 24px;
    border: 2px solid #d0112b;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
input.print-checkbox[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    right: 10%;
    background: #d0112b;
}
.order-total__table-price {font-size: 0.9em;}

.order-total a.btn.btn-default.btn-promo {
    font-size: 11px !important;
    letter-spacing: 1px;
}

div#allSum_FORMATED {
    font-size: 1.1em;
}
/* End */


/* Start:/local/templates/new_ccm_ru/template_styles.css?17543470713197*/
.header-phone {
    display: inline-block;
    padding: 26px 0 5px;
    color: white;
    vertical-align: middle;
    height: 70px;
}
input[type="submit"]
 {
    box-shadow: -2px 4px 9px 0px rgba(0,0,0,.17);
    border-radius: 0px 0px;
    border: none;
    background: #d0112b;
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 20px;
}
.header-phone:hover {
    color: #010101;}

.header-phone.phone-toggle{
  margin-top: -10px;
  width: 100px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.rassrochka{
position:absolute;
margin-left:70%;
}

.rassrochka img{
width:100px;
height:auto;
}

.catalog-item__price span{display:none;}

.good-list-label.list-label-discount {
    position: absolute;
left: 15px;
  bottom: 90px;
    font-size: 14px;
    text-align: center;
    padding: 2px 8px;
    z-index: 5;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 110px;
background-color: #ee7477;
}

@media screen and (max-width: 1850px) {
    .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item{
margin-right:11px!important;
}
}

@media screen and (max-width: 1820px) {
    .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item{
margin-right:5px!important;
}
}

@media screen and (max-width: 1730px) {
    .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item{
margin-right:1px!important;
}
}

@media screen and (max-width: 1670px) {
   .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link{
font-size:14px!important;
}
.header-phone{
width:225px;
}
}

@media screen and (max-width: 1585px) {
   .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link{
font-size:13px!important;
}
.header-phone{
width:300px;
}
}

@media screen and (max-width: 1510px) {
   .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link{
font-size:12px!important;
}
.header-phone{
width:330px;
font-size:14px;
}
}

@media screen and (max-width: 1420px) {
   .wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item .menu-link{
font-size:11px!important;
}

.wrapper-header .wrap-header .wrap-top-menu .top-menu .menu-item{
padding:5px 0 5px!important;
}

.header-phone{
width:130px;
}
}

@media screen and (max-width: 1300px) {
.header-phone{
width:180px;
}

.logo {
    width: 90px!important;
}
}

@media screen and (max-width: 1200px) {
.header-phone.phone-toggle{
margin-left:-80px;
}
}


@media screen and (min-width: 992px) {
    .wrapper-header .wrap-header .wrap-buttons button {
        margin-left: 9px;}
}
@media screen and (max-width:1199px) {
    .wrapper-header .wrap-header .wrap-buttons button {
        margin-left: 0;}
}
.phone-toggle {
    width: 32px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;}
@media (max-width: 767px) {
    .wrapper-header.sticky-top {
        position: sticky;
    }
}

@media (max-width: 500px) {
 .header-phone.phone-toggle {
    margin-left: -50px;
  }
}

html .footer__logo {
	background-image: url(/local/templates/new_ccm/assets/images/logo_footer2.png);
    background-size: 100%;
	height: 22px;
}
/* End */
/* /local/templates/new_ccm_ru/assets/css/lib/slick.css?16962616611776 */
/* /local/templates/new_ccm_ru/assets/css/lib/slick-theme.css?16962616611349 */
/* /local/templates/new_ccm_ru/assets/css/lib/nouislider.css?16962616615285 */
/* /local/templates/new_ccm_ru/assets/css/lib/jquery.formstyler.css?16962616612175 */
/* /local/templates/new_ccm_ru/assets/css/lib/jquery.formstyler.theme.css?169626166110571 */
/* /local/templates/new_ccm_ru/assets/css/lib/jquery.fancybox.css?16962616614939 */
/* /local/templates/new_ccm_ru/assets/css/lib/daterangepicker.css?16962616619667 */
/* /local/templates/new_ccm_ru/assets/css/lib/chosen.css?169626166111752 */
/* /local/templates/new_ccm_ru/assets/css/style.css?1696261661429667 */
/* /local/templates/new_ccm_ru/components/bitrix/breadcrumb/ztx_breadcrumb/style.css?1696261662563 */
/* /local/templates/new_ccm_ru/styles.css?1754347071660 */
/* /local/templates/new_ccm_ru/template_styles.css?17543470713197 */
